:root {
  --black: #292929;
  --dim-grey: #606060;
  --antique-white: #f2e3d5;
  --seashell: #faf5f1;
  --white: white;
  --light-white: #fcfcfc;
}

body {
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 84px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  line-height: 30px;
}

a {
  color: var(--black);
  transition: all .35s;
}

a:hover {
  color: var(--dim-grey);
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.container.herocontainer {
  align-items: flex-end;
  max-width: 1300px;
  height: 81vh;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.container.ph-0, .container.herotext {
  padding-top: 0;
  padding-bottom: 0;
}

.container.pb-120 {
  padding-bottom: 120px;
}

.container.pb-100 {
  padding-bottom: 100px;
}

.container.mt-100 {
  margin-top: 100px;
}

.container._100vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.al-center {
  z-index: 10;
  align-items: center;
  position: relative;
}

.flexcolwrap.justify-between {
  justify-content: space-between;
  align-items: flex-start;
}

.flexcolwrap.cta {
  background-color: var(--antique-white);
  border-radius: 2px;
  padding: 40px 30px;
}

.flexcolwrap.cta.align-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.flexcolwrap.mt-30 {
  margin-top: 30px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-decoration: none;
}

.flex2col.align-right {
  text-align: right;
}

.flex2col.ps-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.flex2col.m-0.z-10 {
  z-index: 10;
  position: relative;
}

.small-p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.z-index-10 {
  z-index: 10;
  position: relative;
}

.flex3col.p-8 {
  margin-bottom: 0;
  padding: 8px;
}

.flex3col.p-8.mt-50 {
  margin-top: -50px;
}

.flex3col.p-8.mt-20 {
  margin-top: -20px;
}

.flex3col.flex-horizontal {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.cta-button {
  background-color: var(--antique-white);
  border-radius: 2px;
  font-family: Poppins, sans-serif;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--seashell);
  color: var(--dim-grey);
}

.cta-button.inverse-button {
  background-color: var(--seashell);
  color: var(--black);
}

.cta-button.inverse-button:hover {
  background-color: var(--antique-white);
  color: var(--black);
}

.cta-button.inverse-button.mr-30 {
  margin-right: 30px;
}

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

.invese-link.footer {
  padding-top: 6px;
  padding-bottom: 6px;
}

.invese-link.footer.small {
  color: var(--dim-grey);
  font-size: 15px;
}

.invese-link.footer.small.mr-20 {
  margin-right: 20px;
}

.absolute-image {
  perspective-origin: 0%;
  transform-origin: 0%;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 78vh;
  margin-top: 12vh;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: var(--white);
  justify-content: flex-start;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.white.font-light {
  font-weight: 300;
}

.overlay {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-image: linear-gradient(#0000, #29292957);
  border-radius: 2px;
  height: 78vh;
  margin-top: 12vh;
  position: absolute;
  inset: 0%;
}

.wave {
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 170px;
  position: absolute;
  inset: 22% -5% auto auto;
}

.wave.wave2 {
  perspective-origin: 0%;
  transform-origin: 0%;
  inset: -7% auto auto -7%;
}

.wave.wave3 {
  perspective-origin: 100%;
  transform-origin: 100%;
  inset: auto -6% 0% auto;
}

.wave.mzwei {
  perspective-origin: 0%;
  transform-origin: 0%;
  inset: auto auto 17% -12%;
}

.wave.mzwei.mzwei2 {
  inset: auto 0% -20% auto;
}

.button {
  padding: 7px 30px;
  text-decoration: none;
  position: relative;
}

.button:hover {
  text-decoration: none;
}

.button.mt-20 {
  margin-top: 20px;
}

.button.mt-30 {
  margin-top: 29px;
}

.button-p {
  z-index: 10;
  direction: ltr;
  color: var(--black);
  text-decoration: none;
  position: relative;
}

.button-back {
  background-color: var(--antique-white);
  border-radius: 2px;
  width: 50%;
  position: absolute;
  inset: 0%;
}

.background {
  background-color: var(--light-white);
  width: 500px;
  height: 600px;
  position: absolute;
  inset: 2% -5% auto auto;
}

.background.fullwidth {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.background.background2 {
  width: 60%;
  inset: 0% auto 0% -17%;
}

.image {
  perspective-origin: 0%;
  transform-origin: 0%;
  object-fit: fill;
  border-radius: 2px;
  max-width: 90%;
  position: relative;
}

.image._100 {
  max-width: 100%;
}

.image._100.mt-16 {
  margin-top: 16px;
}

.image._100.mt-20 {
  margin-top: -20px;
}

.image.orgin-right {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.appartments-points {
  align-items: center;
  display: flex;
}

.point {
  margin-right: 16px;
  display: flex;
}

.icon {
  width: 26px;
  height: 26px;
}

.icon.mr-8 {
  margin-right: 8px;
}

.icon.vorteile {
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-right: 16px;
}

.text-block {
  color: var(--dim-grey);
}

.fullwidth {
  max-width: 100%;
  position: relative;
}

.vorteile-block {
  align-items: flex-start;
  width: 80%;
  margin-bottom: 16px;
  display: flex;
}

.vorteile-block.vertical {
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial {
  background-color: var(--light-white);
  padding: 30px 24px;
}

.person {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.person-text {
  font-size: 18px;
  font-weight: 500;
}

.quote {
  margin-top: -81px;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-0 {
  margin-top: 0;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.navlink {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.navlink:hover {
  color: var(--antique-white);
}

.navlink.w--current {
  color: var(--dim-grey);
}

.logo {
  max-width: 240px;
  margin-top: 24px;
}

.pattern {
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.zitat {
  color: var(--black);
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.footer-titel {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
    line-height: 100px;
  }

  h2 {
    font-size: 80px;
    line-height: 84px;
  }

  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  p {
    font-size: 20px;
    line-height: 34px;
  }

  .container {
    max-width: 1400px;
  }

  .container.herocontainer {
    max-width: 1600px;
    margin-bottom: 100px;
  }

  .container.herotext {
    max-width: 1400px;
    margin-top: 24%;
  }

  .flexcolwrap.al-center {
    flex-wrap: wrap;
    align-items: center;
  }

  .flexcolwrap.justify-between {
    justify-content: space-between;
  }

  .flex2col.ps-8.flex {
    flex-direction: column;
  }

  .flex2col.flex {
    justify-content: flex-end;
    display: flex;
  }

  .small-p {
    font-size: 18px;
    line-height: 27px;
  }

  .small-p.footer {
    font-size: 15px;
  }

  .flex3col.mb-40 {
    align-self: auto;
  }

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

  .button.mt-20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-p {
    font-size: 20px;
  }

  .background {
    top: 6%;
  }

  .testimonial {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .navlink {
    font-size: 20px;
  }

  .footer-titel {
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 74px;
  }

  .container.herocontainer {
    padding-bottom: 0;
  }

  .container.herotext {
    margin-top: 40%;
  }

  .container.pb-120 {
    padding-bottom: 60px;
  }

  .flexcolwrap.al-center {
    flex-direction: column;
  }

  .flexcolwrap.al-center.reverse {
    flex-direction: column-reverse;
  }

  .flexcolwrap.al-center.mobile {
    margin-top: 10vh;
  }

  .flexcolwrap.justify-between {
    flex-direction: column;
    justify-content: flex-start;
  }

  .flexcolwrap.mt-30 {
    flex-direction: row;
  }

  .flex2col {
    width: 100%;
  }

  .flex2col.align-right {
    text-align: left;
    width: 50%;
  }

  .flex2col.align-right._100 {
    width: 100%;
  }

  .flex2col.mb-40 {
    margin-bottom: 40px;
  }

  .flex2col.ps-8.flex {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .flex2col.mobile {
    width: 65%;
  }

  .flex2col._50 {
    width: 50%;
  }

  .flex3col {
    width: 100%;
  }

  .flex3col.mb-40 {
    margin-bottom: 40px;
  }

  .flex3col.p-8.mt-50, .flex3col.p-8.mt-20 {
    margin-top: 0;
  }

  .flex3col.flex-horizontal {
    justify-content: flex-start;
  }

  .invese-link.footer {
    margin-left: 0;
    padding-left: 0;
  }

  .absolute-image {
    object-fit: cover;
    overflow: hidden;
  }

  .wave {
    right: -2%;
  }

  .wave.wave2 {
    z-index: 8;
    top: -10%;
    left: -1%;
  }

  .wave.wave3 {
    right: -1%;
  }

  .wave.mzwei {
    bottom: -1%;
    left: -4%;
  }

  .wave.mzwei.mzwei2 {
    bottom: -1%;
  }

  .background {
    right: -2%;
  }

  .image._100 {
    width: 100%;
  }

  .image._100.mt-16.flex {
    width: 48%;
  }

  .image._100.mt-20 {
    margin-top: 0;
  }

  .image._100.flex {
    width: 48%;
  }

  .image.orgin-right {
    z-index: 1;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-block.ml-50 {
    margin-left: 50px;
  }

  .mt-0 {
    margin-bottom: 30px;
  }

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

  .navbutton.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .zitat {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 68px;
  }

  h2 {
    font-size: 50px;
    line-height: 56px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .container.herotext {
    margin-top: 46%;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flexcolwrap.cta.align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex2col, .flex2col.align-right.m-0 {
    width: 100%;
  }

  .small-p {
    font-size: 14px;
  }

  .flex3col {
    width: 100%;
  }

  .pattern {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .zitat {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  a {
    font-size: 15px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.herocontainer {
    height: 70vh;
    margin-top: 12vh;
    margin-bottom: 0;
  }

  .container.ph-0 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container.pb-100 {
    padding-bottom: 60px;
  }

  .flex2col.align-right {
    width: 100%;
  }

  .flex2col.ps-8 {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .flex2col.ps-8.flex {
    flex-direction: column;
  }

  .flex2col._50 {
    width: 100%;
  }

  .small-p {
    font-size: 15px;
    line-height: 24px;
  }

  .flex3col.p-8 {
    object-fit: fill;
    position: relative;
    overflow: visible;
  }

  .flex3col.p-8.mt-50 {
    margin-top: 0;
  }

  .flex3col.flex-horizontal {
    flex-direction: column;
  }

  .cta-button {
    font-size: 15px;
  }

  .cta-button.inverse-button.w--current {
    font-size: 16px;
  }

  .cta-button.inverse-button.mr-30 {
    margin-bottom: 16px;
  }

  .absolute-image {
    height: 70vh;
    margin-top: 0;
  }

  .navbar {
    width: 100%;
  }

  .white.font-light {
    font-size: 16px;
  }

  .overlay {
    height: 70vh;
    margin-top: 0;
  }

  .wave {
    width: 130px;
    top: 9%;
    right: -4%;
  }

  .wave.wave2 {
    top: -12%;
  }

  .wave.wave3, .wave.mzwei {
    bottom: -3%;
  }

  .button-p {
    font-size: 16px;
  }

  .background {
    width: 100%;
    left: auto;
    right: auto;
  }

  .background.background2 {
    width: 110%;
    height: 540px;
    left: -10%;
  }

  .image {
    max-width: 100%;
  }

  .image._100.mt-16.flex, .image._100.flex {
    width: 100%;
  }

  .text-block {
    font-size: 16px;
  }

  .vorteile-block {
    width: 100%;
  }

  .testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block.ml-50 {
    margin-top: 40px;
    margin-left: 0;
  }

  .mt-0 {
    margin-left: 15px;
  }

  .mt-0.ml-0 {
    margin-left: 0;
  }

  .logo {
    max-width: 180px;
    margin-top: 28px;
  }

  .navmenu {
    width: 100%;
  }

  .navicon {
    width: 20px;
    height: 20px;
  }

  .zitat {
    font-size: 26px;
    line-height: 34px;
  }
}


