* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.p1,
.p2,
.font-primary {
  font-family: "Poppins", sans-serif;
}

body,
#main {
  background: #fafafa;
}
.bg-grey {
  background: #f6f6f6 !important;
}

.fade-in img {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

#main {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

body,
.font-secondary {
  font-family: "Oxygen", sans-serif;
}

::selection {
  color: #ffffff;
  background: #3c1dfe;
}

body {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #23231d;
}

.fade-in img {
  width: 100%;
}

h1,
.h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0;
}
@media all and (max-width: 747px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0;
  }
}

h2,
.h2 {
  margin: 0;
  font-size: 2.68rem;
}

h3,
.h3 {
  margin: 0;
  font-size: 2.37rem;
  line-height: 3rem;
  display: block;
  width: 100%;
  text-align: left;
  color: #444242;
}

h4,
.h4 {
  margin: 0;
  font-size: 2rem;
  display: block;
  width: 100%;
}

.p1 {
  font-size: 2.25rem;
  line-height: 135.4%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media all and (max-width: 747px) {
  .p1 {
    font-size: 1.5rem;
    line-height: 135.4%;
    font-weight: 600;
  }
}

.p2 {
  display: block;
  text-decoration: none !important;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
}

.arrow-right-bold {
  width: 50px !important;
  transition: margin linear 0.1s;
}

a:hover .arrow-right {
  margin-left: 1rem;
}

.text-black {
  color: black;
}

.text-grey-light {
  color: #6a6666;
}

.text-grey {
  color: #444242;
}

.text-white {
  color: #ffffff;
}

.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.text-cyan {
  color: #13eafd;
}
.text-blue {
  color: #3c1dfe;
}

img {
  user-select: none;
  display: block;
  max-width: 100%;
}

.container,
.container-w {
  max-width: 1200px;
  width: 100%;
}
.container {
  min-height: 100%;
  padding: 0 2rem;
}

p {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.content-grid {
  display: grid;
  grid-gap: 4rem;
  align-items: center;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media all and (max-width: 747px) {
  .content-grid {
    grid-gap: 1.5rem;
    grid-template-rows: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

.page-section {
  background-color: white;
  padding: 6rem 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-size: cover;
  align-items: center;
}

.page-banner {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  max-height: 100vh;
  height: 620px;
}

@media all and (max-width: 747px) {
  .page-banner {
    height: auto;
    max-height: none;
  }
}

.page-feature-link {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-decoration: none !important;
}

.page-feature {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 4rem 0;
}

.page-feature-big {
  padding: 6rem 0;
}

.home-cta {
  height: 100vh;
}
.zukunft-cookie{
  max-width: 512px;
}
.bg-transparent{
  background: transparent !important;
}

@media all and (max-width: 747px) {
  .page-header {
    position: relative !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .page-banner {
    padding: 4rem 0 !important;
  }

  .home-cta {
    display: block;
    position: relative;
    height: auto;
  }

  .home-cta .arrow-down {
    display: none !important;
  }

  .page-feature.left,
  .page-feature.right {
    height: auto !important;
    max-height: none !important;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.page-feature.left {
  padding: 0 !important;
  align-items: flex-start;
  background-position: center left;
}

.page-feature.right {
  padding: 0 !important;
  align-items: flex-end;
  background-position: center right;
}

.page-feature-overlay {
  background: white;
  max-width: 600px;
  min-height: 100%;
  position: absolute;
  padding: 6rem 4rem;
}
.page-feature-overlay .block-blue,
.page-feature-overlay .block-cyan{
  margin-top: 2rem;
}
.page-feature-overlay .p2 {
    display: block;
    text-decoration: none !important;
    font-size: 1.75rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media all and (max-width: 747px) {
  .no-small {
    display: none !important;
  }

  .edge_content .comma {
    display: none;
  }

  .page-section {
    padding: 2rem;
  }

  .page-section .container {
    padding: 0;
  }

  .page-feature-overlay {
    padding: 3rem 2rem;
    position: relative;
    max-width: none !important;
    min-height: 0 !important;
    transform: translateX(0) !important;

  }
}

.arrow-down{
  position: absolute;
  right: 2rem;
  bottom: 20%;
  width: 24px;
  height: 63px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/images/common/arrow-down.svg);
  animation: arrow-pulse-down 0.8s linear infinite;
  animation-direction: alternate;
}

@keyframes arrow-pulse-down {
  0% {
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }
  70% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}

.sm-only {
  display: none;
}

@media all and (max-width: 747px) {
  .sm-only {
    display: block;
  }

  .arrow-down {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

.arrow-right {
  width: 15px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 0.5rem;
  transition: margin linear 0.1s;
  background-image: url(/images/common/arrow-right.svg);
}

.v-align * {
  vertical-align: middle;
}
.position-relative {
  position: relative !important;
}

.block-cyan,
.block-blue {
  width: 65px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.block-blue {
  background-image: url(/images/common/block-blue.svg);
}

.block-cyan {
  background-image: url(/images/common/block-cyan.svg);
}

.services-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2rem;
}

@media all and (max-width: 747px) {
  .services-grid {
    margin-top: 3rem !important;
    grid-gap: 1.5rem;
    padding: 0;
  }
}

.services-grid p {
  color: #444242;
  font-family: "Oxygen", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.services-grid .separator {
  background-color: #b0b0b0;
  display: block;
}

@media all and (max-width: 747px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid .separator {
    display: none;
  }
}

/* home */
.say-hello-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 4rem;
}
.h2-say-hi {
  color: #404040;
  font-size: 5rem !important;
  line-height: 6rem;
}
.say-hello-grid .message p {
  font-family: 'Oxygen', sans-serif;
  maring-bottom: 0;
  font-weight: 400;
  color: #404040;
}

@media all and (max-width: 747px) {
  .say-hello-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .say-hello-grid .border {
    display: none;
  }

  .about-me-section h2 {
    font-size: 3rem !important;
  }

  .about-me-section h3 {
    font-size: 2rem !important;
  }
}

.say-hello-grid .border {
  background-color: #404040;
}

.about-me-section h2 {
  color: #404040;
  font-weight: bold;
  font-size: 6rem;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.about-me-section h3 {
  color: #404040;
  line-height: 4rem;
  font-size: 3rem;
}

.thin {
  font-weight: 300;
}

.contact-section {
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-section .thin a {
	color: black !important;
}

.contact-section .text-box {
}

.text-box .name {
  margin: 0rem 0 2rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  color: white;
}

.text-box .subtitle {
  margin: 0 0 3rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: white;
}

.text-box .about-link {
  color: #6a6666;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}

.selected-projects-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-projects-section p {
  margin: 0;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.contact .thin {
  line-height: 3rem;
  font-size: 2rem;
  word-break: break-all;
}
.home_services_section {
  padding-bottom:  0!important;
}
.page-feature-home {
  padding: 4rem 0 8rem 0;
}
.page-feature-home .block-blue {
  margin-top: 2rem;
}
.arrow_link {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.page-feature-overlay h2 {
  font-size: 3.5rem;
}
.p2 {
  font-size: 2.1rem !important;
}
