body {
  font-family: 'IBM Plex Sans', Verdana, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 8px;
  line-height: 1.4;
}

a {
  color: #1a1a1a;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.headline-box-center {
  margin-bottom: 40px;
}

.sub-footer-link {
  color: #888;
  text-decoration: none;
}

.sub-footer-link:hover {
  color: #76876a;
}

.sub-footer-link.m-r {
  margin-right: 16px;
}

.hero-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-icon {
  width: 21px;
  margin-right: 8px;
}

.pre-headline {
  margin-bottom: 4px;
  color: #76876a;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.pre-headline.text-center {
  color: #76876a;
}

.menu-divider {
  width: 2px;
  height: 24px;
  background-color: #76876a;
}

.nav-menu-link {
  padding: 0px 16px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.nav-menu-link:hover {
  color: #b1b1b1;
}

.nav-menu-link.w--current {
  color: #76876a;
}

.stopper-wrapper {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 32px;
  border-radius: 4px;
  background-color: #f3f2f0;
  text-align: center;
}

.lightbox-wrapper.m-top {
  margin-top: 48px;
}

.lightbox-wrapper.m-d {
  margin-bottom: 24px;
}

.copy-small {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.btn-secondary {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 24px;
  border: 1px solid #76876a;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #76876a;
}

.btn-secondary:hover {
  background-color: #76876a;
  color: #fff;
}

.btn-secondary.stopper {
  border-color: #fff;
  background-color: #fff;
  color: #76876a;
}

.btn-secondary.stopper:hover {
  background-color: transparent;
  color: #fff;
}

.footer {
  padding-top: 40px;
  padding-bottom: 16px;
  background-color: #f3f2f0;
}

.sub-footer {
  padding-top: 16px;
  border-top: 1px solid #d8d8d8;
}

.lightbox-image {
  -webkit-transition: all 400ms cubic-bezier(.785, .135, .15, .86);
  transition: all 400ms cubic-bezier(.785, .135, .15, .86);
}

.lightbox-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background-color: #76876a;
}

.number {
  margin-bottom: 0px;
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}

.accordion-item-content {
  overflow: hidden;
}

.container-m-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-m-inner.hero-wrapper {
  position: relative;
  height: 608px;
}

.col-5 {
  width: 19%;
  max-width: 30%;
}

.section-intro {
  margin-top: 230px;
}

.div-block-3 {
  position: relative;
  border-radius: 4px;
}

.slider {
  height: auto;
  max-width: 90%;
  margin: 40px auto;
  border-radius: 4px;
}

.slider.slide-2 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 4px;
}

.col-2-s {
  width: 39%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-stopper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.benefit-wrapper {
  padding: 40px 16px;
  color: #1a1a1a;
}

.col-2 {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-m {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.accordion-item-trigger:hover {
  opacity: 0.6;
}

.benefit-image {
  width: 80px;
  height: 80px;
}

.section-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-hero {
  margin-top: 96px;
}

.btn-primary {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 24px;
  border: 1px solid #76876a;
  background-color: #76876a;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.btn-primary:hover {
  background-color: transparent;
  color: #76876a;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 40px;
  background-color: #f3f2f0;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-large-grey {
  margin-bottom: 16px;
  color: #888;
  font-size: 27px;
  line-height: 34px;
}

.btn-primary-menu {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 24px;
  border: 1px solid #76876a;
  background-color: #76876a;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.btn-primary-menu:hover {
  background-color: transparent;
  color: #76876a;
}

.accordion-headline {
  margin-bottom: 0px;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  cursor: pointer;
}

.container-l {
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-l.hero-wrapper {
  max-width: 1520px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: url('../images/kubus-living-mieten.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-l.hero-wrapper.mieten {
  background-image: url('../images/kubus-living-mieten.jpg');
}

.grey-light {
  background-color: #f3f2f0;
  color: #888;
}

.footer-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  border-radius: 4px;
}

.col-3 {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.language-box-en {
  padding-right: 16px;
  text-decoration: none;
}

.language-box-en:hover {
  opacity: 0.6;
}

.language-box-en.w--current {
  font-weight: 700;
}

.fact-wrapper {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.round {
  border-radius: 4px;
}

.benefit-xs-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copy-medium {
  margin-bottom: 16px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

.copy-medium.fact {
  font-weight: 700;
  text-align: right;
}

.zoom-box {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.zoom-box:hover {
  opacity: 0.8;
}

.fact-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f2f0;
  text-align: left;
}

.price-badge-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text-box {
  text-align: center;
}

.price-badge-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  padding: 8px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background-color: #eb1919;
  box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  text-align: center;
}

.footer-link {
  color: #888;
  text-decoration: none;
padding-top: 3px;
}

.footer-link:hover {
  color: #76876a;
}

.section-so-geht-es {
  margin-bottom: 40px;
  padding-top: 80px;
}

.language-box-de {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #000;
  text-decoration: none;
}

.language-box-de.w--current {
  font-weight: 700;
}

.language-box-de.w--current:hover {
  opacity: 0.6;
}

.section-benefit {
  padding-top: 88px;
  padding-bottom: 120px;
}

.col-2-l {
  width: 55%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-jetzt-bewerben {
  margin-bottom: 10%;
  padding-top: 80px;
}

.center-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
}

.accordion-wrapper {
  max-width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-wrapper.test {
  max-width: 100%;
}

.accordion-wrapper.test-2 {
  max-width: 100%;
  margin-top: 40px;
}

.price-text {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.price-text.big {
  font-size: 36px;
  font-weight: 700;
}

.hero-headline-box {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: -25%;
  max-width: 752px;
  padding: 40px 48px;
  border-bottom: 4px solid #76876a;
  border-radius: 4px;
  background-color: #fff;
}

.hero-headline-box.mieten {
  bottom: -10%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  border-radius: 4px;
}

.copy-medium-grey {
  margin-bottom: 16px;
  color: #888;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.m-t {
  margin-top: 80px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.call-to-action-box {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 40px 16px;
  border-bottom: 4px solid #76876a;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.benefit-check-icon {
  width: 18px;
  margin-top: 8px;
  margin-right: 8px;
}

.section-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-center {
  color: #1a1a1a;
  text-align: center;
}

.accordion-text {
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #707070;
  font-size: 21px;
  line-height: 1.3;
}

.accordion-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #f3f2f0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: auto;
}

.copy-large {
  margin-bottom: 16px;
  font-family: 'IBM Plex Sans', Verdana, sans-serif;
  color: #1a1a1a;
  font-size: 27px;
  line-height: 34px;
}

.main-link {
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.main-link:hover {
  border-bottom-color: #a70000;
}

.sytle-guide {
  padding-top: 120px;
  padding-bottom: 40px;
}

.white {
  background-color: #fff;
  color: #888;
}

.copy-medium-2 {
  margin-bottom: 16px;
  font-family: 'IBM Plex Sans', Verdana, sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

.sample-box {
  height: 100px;
  background-color: #e2e2e2;
}

.grey {
  background-color: #888;
  color: #888;
}

.green {
  background-color: #76876a;
}

.hero-button-gap {
  width: 16px;
}

.section-apartment-select {
  margin-top: 136px;
  padding-bottom: 80px;
}

.grid {
  padding-top: 8px;
  padding-bottom: 8px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 0.75fr 0.75fr;
  grid-template-columns: 1fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f3f2f0;
}

.section-imprint {
  margin-top: 136px;
  padding-bottom: 80px;
}

.richt-text-block {
  margin-top: 24px;
  margin-bottom: 40px;
}

.richt-text-block p {
  font-size: 18px;
}

.richt-text-block li {
  margin-bottom: 8px;
  font-size: 18px;
}

.richt-text-block h2 {
  line-height: 1.2;
}

.container-s {
  max-width: 1008px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.div-block-4 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-box-80 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-box-80.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.arrow-box:hover {
  opacity: 0.8;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-bold {
  font-weight: 700;
}

.btn-disabled {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #cfcfcf;
  text-align: center;
  cursor: not-allowed;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f2f0;
}

.paragraph {
  margin-bottom: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.ap-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f3f2f0;
}

.ap-list-box {
  width: 23%;
  max-width: 40%;
}

.tab-link-tab-1 {
  background-color: #76876a;
}

.tab-link-tab-1.w--current {
  background-color: #76876a;
  color: #fff;
}

.tab-link-tab-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f3f2f0;
}

.tab-link-tab-3 {
  background-color: #f3f2f0;
}

.tabs-menu {
  margin-bottom: 16px;
}

.tab-link {
  margin-right: 8px;
  padding: 16px 24px;
  background-color: #f3f2f0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.tab-link:hover {
  background-color: #76876a;
  color: #fff;
}

.tab-link.w--current {
  background-color: #76876a;
  color: #f3f2f0;
}

.tab-text {
  font-size: 18px;
}

.floorplan {
  width: 100%;
}

.image-2 {
  width: 100%;
}

.tab-link-2 {
  margin-right: 8px;
  padding: 16px 24px;
  background-color: #f3f2f0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.tab-link-2:hover {
  background-color: #76876a;
  color: #fff;
}

.tab-link-2.w--current {
  background-color: #76876a;
  color: #f3f2f0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  padding-top: 179px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  padding-top: 110px;
  padding-bottom: 48px;
}

._360-clip-box {
  padding: 18px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  background-color: #f3f2f0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

._360-clip-box:hover {
  background-color: #76876a;
  color: #fff;
}

.clip-text {
  margin-bottom: 0px;
  font-size: 18px;
}

._360-stopper-wrapper {
  margin: 56px auto;
  padding: 48px 24px 40px;
  border-radius: 4px;
  background-color: #76876a;
  background-image: url('../images/Lageplan-Background1.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.image-3 {
  max-width: 50%;
}

.tuhh-hinweis {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  background-color: #76876a;
}

.copy-white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .menu-divider {
    display: none;
  }

  .nav-menu-link {
    padding: 16px 24px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .bottom-line {
    position: absolute;
    left: 0%;
    top: 28px;
    right: 0%;
    bottom: auto;
    width: 24px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #1a1a1a;
    color: #fff;
  }

  .menu-button {
    width: 48px;
    height: 40px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button.w--open {
    padding: 0px;
    border-radius: 8px;
    background-color: #f3f2f0;
  }

  .top-line {
    position: absolute;
    left: 0%;
    top: 10px;
    right: 0%;
    bottom: auto;
    width: 24px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #1a1a1a;
    color: #fff;
  }

  .middle-line {
    position: absolute;
    left: 0%;
    top: 19px;
    right: 0%;
    bottom: auto;
    width: 18px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #76876a;
    color: #fff;
  }

  .btn-primary-menu {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .language-box-en {
    padding-right: 0px;
    font-size: 18px;
  }

  .fact-wrapper {
    max-width: 100%;
  }

  .price-badge-wrapper {
    bottom: -16%;
  }

  .language-box-de {
    font-size: 18px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .call-to-action-box {
    max-width: 70%;
  }

  .language-switch-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  .stopper-wrapper {
    max-width: 100%;
  }

  .lightbox-wrapper.m-top {
    margin-top: 0px;
  }

  .col-5 {
    width: 100%;
    max-width: 100%;
  }

  .slider {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .col-2-s {
    width: 100%;
  }

  .benefit-wrapper {
    padding-bottom: 24px;
  }

  .col-2 {
    width: 100%;
  }

  .footer-contact-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-3 {
    width: 100%;
  }

  .icon-text-box {
    margin-bottom: 80px;
  }

  .price-badge-wrapper {
    bottom: -30%;
  }

  .col-2-l {
    width: 100%;
  }

  .hero-headline-box {
    padding-right: 24px;
    padding-left: 24px;
  }

  .row {
    display: block;
  }

  .row.m-t {
    margin-top: 40px;
  }

  .call-to-action-box {
    max-width: 80%;
  }

  .image-box-80 {
    max-width: 100%;
  }

  .image-box-80.fixed {
    position: static;
  }

  .floorplan-box {
    overflow: scroll;
  }

  .heading {
    font-size: 39px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 27px;
  }

  .hero-button-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .stopper-wrapper {
    padding: 24px;
  }

  .container-m-inner.hero-wrapper {
    height: 500px;
  }

  .section-intro {
    margin-top: 180px;
  }

  .div-block-3 {
    position: static;
  }

  .benefit-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .copy-large-grey {
    font-size: 24px;
  }

  .accordion-headline {
    font-size: 18px;
  }

  .container-l.hero-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .price-badge-wrapper {
    bottom: 51%;
  }

  .center-wrapper {
    position: static;
    margin-top: 8px;
  }

  .accordion-wrapper {
    overflow: hidden;
    max-width: 100%;
  }

  .hero-headline-box {
    bottom: -24%;
    padding: 24px;
  }

  .mask {
    height: auto;
  }

  .call-to-action-box {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-apartment-select {
    margin-top: 180px;
  }

  .grid {
    display: block;
    justify-items: start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .ap-list-wrapper {
    display: block;
  }

  .ap-list-box {
    width: 100%;
    max-width: 100%;
  }

  .floorplan {
    width: auto;
    height: 220px;
    max-width: none;
  }

  ._360-stopper-wrapper {
    background-size: cover;
  }
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Regular.woff') format('woff'), url('../fonts/IBMPlexSans-Regular.ttf') format('truetype'), url('../fonts/IBMPlexSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Bold.woff') format('woff'), url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}