:root {
  --dark-green: #033e2c;
  --white: white;
  --green: #107666;
  --transparent: #fff0;
  --lightblue: #8ecae0;
  --mint: #cbdcbb;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark-green);
  font-family: degular-variable, sans-serif;
  font-size: 17px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.body {
  text-align: center;
  font-family: Sk Modernist Regular Offline;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-wrap {
  border: 30px none var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.text-wrap.lageplan {
  margin-top: -10vh;
  padding-top: 0;
}

.headline {
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--green);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 50px;
}

.bg-white {
  background-color: var(--white);
}

.bg-white.invisible {
  display: none;
}

.spacing-sides-5vw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 5vw;
  display: flex;
}

.img-100vh {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.img-100vh._01 {
  background-image: url('../images/231016_Quantum_Neuhavn_View1_Totale_web.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vw;
}

.img-100vh._02 {
  background-image: url('../images/DW__V4A0260_1920x1080px_02.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.img-100vh._03 {
  background-image: url('../images/DW__V4A0250_1920x1080px.jpg');
}

.img-100vh._04 {
  background-image: url('../images/231016_Quantum_Neuhavn_View2_Rooftop_web.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.button {
  border: 1px solid var(--dark-green);
  background-color: var(--transparent);
  color: var(--dark-green);
  text-transform: none;
  border-radius: 20px;
  flex: none;
  padding-bottom: 6px;
  font-weight: 500;
  transition: background-color .6s;
}

.button:hover {
  background-color: var(--green);
}

.button.inverted {
  background-color: var(--lightblue);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 11px;
  font-weight: 400;
}

.button.inverted:hover {
  background-color: var(--green);
  color: var(--white);
}

.button.white {
  border-color: var(--white);
  color: var(--white);
}

.button.white:hover {
  background-color: var(--mint);
}

.footer {
  background-color: var(--green);
  color: var(--white);
}

.footer-wrap {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 5vw;
  display: flex;
}

.footer-links {
  text-align: left;
  width: 15vw;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-subheadline {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 12px;
}

.footer-subheadline.global-mrg-down {
  margin-bottom: 60px;
}

.footer-subheadline.typo-sand {
  color: var(--mint);
}

.footer-subheadline.text-color-dark-green {
  color: var(--dark-green);
}

.footer-subheadline.text-color-mint {
  color: var(--mint);
}

.white-link {
  color: var(--white);
  text-decoration: none;
}

.navbar {
  z-index: 1;
  background-color: var(--lightblue);
  color: var(--mint);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 60px;
  font-weight: 500;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  padding: 10px 0 10px 40px;
  font-weight: 400;
  line-height: 12px;
}

.nav-link.w--current {
  color: var(--white);
  font-style: normal;
  text-decoration: underline;
}

.nav-link.invisible {
  display: none;
}

.brand {
  z-index: 100;
  width: 120px;
  position: fixed;
  top: 30px;
  left: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon {
  max-width: 80px;
}

.global-class-mrg-down-40px {
  margin-bottom: 40px;
}

.logo {
  margin-top: 0;
}

.text-mrg-down-60 {
  margin-bottom: 60px;
}

.subhead {
  color: var(--lightblue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.hero-img {
  width: 100vw;
  height: 100vh;
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/231016_Quantum_Neuhavn_View5_Versmannstr_web.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-logo-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: -5%;
  padding-bottom: 0;
}

.contact-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-green {
  background-color: var(--green);
  color: var(--white);
}

.bg-blue {
  background-color: var(--lightblue);
  color: var(--white);
}

.super-headline {
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--green);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 100px;
  line-height: .9em;
}

.super-headline.global-class-mrg-down-40px {
  margin-bottom: 40px;
}

.bg-mint {
  background-color: var(--mint);
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.design-block {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  min-height: 300px;
  padding: 5vw;
  display: flex;
}

.design-block.dark-green {
  background-color: var(--dark-green);
}

.design-block.green {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.design-block.mint {
  background-color: var(--mint);
}

.address-link {
  color: var(--mint);
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-video.scrolldown {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.bg-video.scrolldown.g-margin-up-100px {
  padding-bottom: 100px;
}

.scroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.lottie {
  width: 8vw;
  margin-bottom: 0;
}

.subheadline {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.subheadline.typo-white {
  color: #fff;
  font-weight: 900;
}

@media screen and (min-width: 1440px) {
  .text-wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-100vh {
    background-image: url('../images/DW__V4A4209.jpg');
    background-position: 50%;
  }

  .button.inverted {
    font-size: 12px;
  }

  .logo {
    max-width: 100%;
  }

  .hero-img {
    background-position: 50% 100%;
  }

  .bg-blue {
    background-color: var(--lightblue);
    color: var(--white);
  }

  .scroll {
    margin-bottom: 50px;
  }

  .lottie {
    width: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .text-wrap {
    max-width: 80vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-wrap.lageplan {
    margin-top: -50px;
  }

  .headline {
    font-size: 45px;
    line-height: 45px;
  }

  .spacing-sides-5vw {
    padding-bottom: 5vh;
  }

  .img-100vh, .img-100vh._01 {
    height: 550px;
  }

  .button.inverted {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-links {
    width: 25vw;
    margin-bottom: 40px;
  }

  .footer-links.logo {
    width: 100%;
    margin-bottom: 30px;
  }

  .logo-footer {
    width: 300px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    line-height: 10px;
  }

  .menu-button {
    z-index: 1000;
    background-color: var(--transparent);
    color: #cac69c;
    border-radius: 100px;
    margin-top: 20px;
    margin-right: 20px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .brand, .brand.w--current {
    display: block;
  }

  .icon {
    max-width: 50px;
    color: var(--dark-green);
  }

  .global-class-mrg-down-40px {
    margin-bottom: 30px;
  }

  .logo {
    max-width: 100%;
    margin-bottom: 0;
  }

  .subhead {
    font-size: 12px;
  }

  .hero-img {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-logo-wrap {
    margin-top: 0;
  }

  .super-headline {
    font-size: 45px;
    line-height: 45px;
  }

  .two-columns.global-class-mrg-down-40px {
    column-count: 1;
  }

  .design-block {
    min-height: 200px;
  }

  .bg-video {
    height: 550px;
  }

  .bg-video.scrolldown {
    height: 50vh;
  }

  .bg-video.scrolldown.g-margin-up-100px {
    margin-top: 60px;
  }

  .scroll.invisible {
    display: flex;
  }

  .lottie {
    width: 15vw;
  }

  .subheadline {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .text-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-wrap.lageplan {
    margin-top: -25px;
  }

  .headline {
    font-size: 36px;
    line-height: 38px;
  }

  .img-100vh {
    background-attachment: scroll;
    height: 400px;
  }

  .img-100vh._01 {
    height: 400px;
  }

  .button.inverted {
    font-size: 10px;
  }

  .navbar {
    background-color: var(--transparent);
  }

  .nav-link {
    padding: 22px;
    font-size: 40px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .nav-menu {
    background-color: var(--lightblue);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 40vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon {
    max-width: 40px;
  }

  .logo {
    max-width: 100%;
    display: block;
  }

  .subhead {
    font-size: 12px;
  }

  .hero-img {
    background-attachment: scroll;
    height: 600px;
  }

  .contact-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: wrap;
  }

  .super-headline {
    font-size: 36px;
    line-height: 38px;
  }

  .two-columns {
    column-count: 1;
  }

  .bg-video {
    height: 400px;
  }

  .bg-video.scrolldown {
    justify-content: center;
    height: 40vh;
  }

  .bg-video.scrolldown.g-margin-up-100px {
    height: 100vh;
    margin-top: 60px;
  }

  .scroll {
    margin-bottom: 0;
  }

  .scroll.invisible {
    display: flex;
  }

  .lottie {
    width: 10vw;
  }

  .subheadline {
    font-size: 11px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 12px;
    line-height: 16px;
  }

  .text-wrap {
    max-width: 85vw;
    padding: 50px 0;
  }

  .text-wrap.lageplan {
    display: none;
  }

  .headline {
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .spacing-sides-5vw {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .img-100vh {
    background-image: url('../images/DW__V4A4209.jpg');
    height: 300px;
  }

  .img-100vh._01 {
    height: 300px;
  }

  .button.inverted {
    margin: 10px 0;
    font-size: 9px;
    line-height: 12px;
  }

  .footer-wrap {
    flex-direction: column;
    padding-top: 100px;
  }

  .footer-links {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links.logo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-subheadline {
    margin-bottom: 25px;
  }

  .footer-subheadline.global-mrg-down {
    margin-bottom: 45px;
  }

  .logo-footer {
    width: 150px;
  }

  .nav-link:active {
    font-family: "Fogtwono 5 Offline";
  }

  .menu-button {
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .brand {
    z-index: 1000;
    inset: 15px auto auto 10px;
  }

  .brand.w--current {
    display: none;
    inset: 0% 0% auto auto;
  }

  .icon {
    -webkit-text-stroke-color: var(--white);
    max-width: 25px;
  }

  .logo {
    max-width: 70%;
    display: block;
  }

  .text-mrg-down-60 {
    display: block;
  }

  .subhead {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-img {
    height: 600px;
  }

  .super-headline {
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .design-block {
    min-height: 150px;
  }

  .bg-video {
    height: 300px;
  }

  .bg-video.scrolldown {
    justify-content: center;
  }

  .bg-video.scrolldown.g-margin-up-100px {
    height: 40vh;
  }

  .scroll.invisible {
    display: none;
  }

  .lottie {
    width: 30vw;
  }
}


