<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Fabrikat Mono;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --metal: #171a17;
  --reseda: #85c1a5;
  --wood: #f0e5d7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
}

a {
  text-decoration: underline;
}

.intro-section {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 1100px;
  display: flex;
  position: relative;
  top: 0%;
}

.content-section {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  margin-top: 220px;
  display: flex;
  position: relative;
}

.hero-section {
  position: relative;
}

.hero-image-1 {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.hero-image-2 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.hero-image-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.triangle-top {
  z-index: 4;
  width: 90vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.branding-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.branding-content {
  z-index: 5;
  transform-origin: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 9vw;
  margin-left: 7.14vw;
  display: flex;
  position: fixed;
}

.sticky-nav {
  z-index: 100;
  width: 100%;
  padding: 20px 7.14vw;
  position: fixed;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 3px 12px #2a302d57;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 0;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
}

.triangle-bg {
  z-index: 3;
  width: 33vw;
  position: fixed;
  inset: auto auto 0% 0%;
}

.feature-wrapper {
  z-index: 50;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 100vh;
  right: 7.14vw;
}

.intro-grid {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 1800px;
  position: relative;
}

.feature-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.feature-sustainability-txt {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.sustainability-feature-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content-grid {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 220px;
}

.content-grid.blueprint {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/blueprint.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  grid-template-rows: 220px auto auto 220px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -220px;
  padding-bottom: 220px;
  display: grid;
}

.content-grid.not-visible {
  display: none;
}

.heading-2 {
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 10vw;
  line-height: 100%;
  position: relative;
}

.heading-2.right {
  text-align: right;
  margin-bottom: 0;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.copy-standard {
  z-index: 5;
  font-size: 18px;
  line-height: 180%;
  position: relative;
}

.copy-standard.white {
  color: var(--white);
  max-width: 28.6vw;
}

.tile-wrapper {
  background-color: var(--reseda);
  flex-direction: column;
  justify-content: flex-end;
  height: 28.56vw;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.tile-wrapper.wood {
  background-color: var(--wood);
}

.tile-wrapper.shower, .tile-wrapper.transport {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-tile-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Fabrikat Mono, sans-serif;
}

.heading-tile {
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.9vw;
  font-weight: 600;
  line-height: 100%;
}

.copy-tile {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 140%;
}

.tile-content {
  z-index: 2;
  position: relative;
}

.terrace-grid {
  z-index: 5;
  grid-column-gap: 0px;
  grid-template-rows: 100vh 100vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 220px;
  position: relative;
}

.terrace-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.cover {
  z-index: 1;
  background-color: var(--reseda);
  width: 100%;
  height: 100%;
  position: absolute;
}

.terrace-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: sticky;
  top: 0;
}

.animation-trigger {
  z-index: 5;
  background-color: #f08;
  width: 0%;
  height: 100%;
  position: absolute;
}

.terrace-content-wrapper {
  z-index: 5;
  position: relative;
}

.map {
  z-index: 5;
  background-color: gray;
  width: 90%;
  height: 40vw;
  margin-left: 65px;
}

.slider {
  height: 40vw;
  display: none;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  flex-direction: column;
  grid-template-rows: 75px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 75px;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.background-wrapper {
  z-index: 49;
  flex-direction: column;
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  padding-top: 2500px;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.background-img {
  width: 100%;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.contact-link-wrapper {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  border-top: 2px solid var(--metal);
  padding-top: 30px;
  padding-bottom: 20px;
}

.accordion-item.hybrid-single {
  border-bottom: 2px solid var(--metal);
  margin-top: 40px;
}

.accordion-item.invisible {
  display: none;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.footer-section {
  z-index: 50;
  width: 100vw;
  position: relative;
}

.footer-grid {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100vw;
  margin-bottom: 60px;
}

.body {
  color: var(--metal);
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.heading-4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 8vw;
  line-height: 100%;
}

.kpi-txt {
  font-size: 8vw;
  line-height: 100%;
}

.kpi-unit-txt {
  margin-left: 5px;
  font-size: 42px;
}

.label-terrace {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-terrace {
  color: var(--white);
  text-transform: uppercase;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 100%;
}

.address-txt {
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.feature-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.feature-list-item {
  background-image: url('../images/feature-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 41px;
  padding-right: 20px;
  display: flex;
}

.link-txt {
  color: var(--metal);
  border-bottom: 1.5px dotted #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
  display: inline-block;
}

.link-txt:hover {
  border-bottom-style: solid;
}

.heading-small {
  border-bottom: 2px solid #000;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
}

.kpi-list {
  padding-left: 0;
  list-style-type: none;
}

.building-img {
  z-index: 5;
  width: 100%;
  max-width: none;
}

.copy-accordion {
  font-size: 18px;
  line-height: 150%;
}

.icon-sustainability {
  width: 80px;
}

.material-wrapper {
  max-width: 500px;
  height: 42.85vw;
  max-height: 500px;
  display: flex;
}

.material-img, .image-8, .image-9, .image-10 {
  width: 25%;
}

.slide {
  background-image: url('../images/slider-img-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/slider-img-02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slider-img-03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slider-img-05.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/slider-img-04.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-progress-wrapper {
  z-index: 100;
  width: 100vw;
  height: 8px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.scroll-progress {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.button {
  background-color: var(--metal);
  text-align: center;
  white-space: break-spaces;
  padding: 20px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.contact-icon {
  margin-right: 20px;
}

.seal-wrapper {
  z-index: 4;
  margin-bottom: 40px;
  padding-right: 3vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.avw-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avw-img {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  max-height: 80vh;
}

.avw-logo {
  width: 400px;
  position: absolute;
}

.social-link {
  margin-left: 20px;
  margin-right: 20px;
}

.link-footer {
  color: var(--metal);
  margin-left: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

.link-footer:hover {
  border-bottom-style: solid;
}

.kpi-list-item {
  color: var(--white);
  margin-bottom: 100px;
  font-family: Fabrikat Mono, sans-serif;
  font-weight: 700;
  display: flex;
}

.superscript-kpi {
  margin-top: -10px;
  font-size: 21px;
  position: absolute;
}

.superscript-standard {
  margin-top: -5px;
  font-size: 13px;
  position: relative;
  top: -7px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: flex-end;
  width: 110px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.left-arrow {
  align-items: flex-end;
  width: 110px;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block {
  background-color: var(--reseda);
  width: 33px;
  height: 100vh;
}

.deko-wrapper-high {
  background-image: url('../images/split-wood-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -7.14vw;
}

.deko-wrapper-square {
  background-image: url('../images/split-wood-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 21.43vw;
  margin-top: -7.14vw;
}

.map-feature-wrapper {
  z-index: 10;
  color: var(--reseda);
  text-align: right;
  margin-top: -500px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
  display: none;
  position: relative;
}

.address-wrapper-left {
  margin-right: 40px;
}

.address-wrapper-right {
  margin-left: 40px;
}

.no-wrap {
  white-space: nowrap;
}

.logo-img {
  width: 13vw;
}

.loader-wrapper {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.animation-trigger-hero-wrapper {
  z-index: 5;
  background-color: #f08;
  width: 0%;
  height: 4000px;
  position: absolute;
  inset: 100vh auto auto 0%;
}

.title {
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Fabrikat Mono, sans-serif;
  font-size: 72px;
  line-height: 100%;
  position: relative;
}

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

.footer-section-subsite {
  z-index: 4;
  width: 100vw;
  margin-top: 140px;
  position: relative;
}

.subsite-rt a {
  color: #447f64;
}

.hide {
  display: none;
}

.image-wrapper {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.image-wrapper.slider-deko {
  margin-top: 20%;
  display: none;
}

.image-mask-green {
  z-index: 2;
  background-color: var(--reseda);
  width: 150%;
  height: 150%;
  position: absolute;
  inset: -25% auto auto -25%;
}

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

.plans-txt-wrapper {
  z-index: 10;
  position: relative;
}

.material-img-wood, .material-img-concrete {
  width: 25%;
}

.call-to-scroll-wrapper {
  z-index: 50;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: fixed;
  bottom: 42px;
}

.call-to-scroll {
  border: 1.5px solid var(--white);
  border-radius: 20px;
  justify-content: center;
  width: 36px;
  height: 60px;
  padding-top: 12px;
  display: flex;
}

.scroll {
  background-color: var(--white);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.message-wrapper {
  z-index: 19999;
  justify-content: center;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
}

.cookie-consent {
  background-color: var(--metal);
  color: var(--white);
  letter-spacing: .2px;
  border-radius: 75px;
  align-items: center;
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: .8rem;
  line-height: 120%;
  display: flex;
}

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

.consent-btn {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.close-img {
  margin-right: 10px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-text-wrapper {
  margin-top: 20vw;
}

.hero-spacer {
  width: 100vw;
}

.preloader-wrapper {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.nav-menu {
  display: flex;
}

.navbar {
  background-color: #0000;
}

.stoerer-vermietet {
  z-index: 99;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #dbab68;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: none;
  position: absolute;
  inset: -10px auto auto -10px;
}

.large {
  font-size: 30px;
}

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

.text-blcok {
  font-size: 18px;
  line-height: 110%;
  display: block;
}

.small {
  font-size: 15px;
}

.imgpreiseresp {
  text-align: center;
  vertical-align: baseline;
  display: none;
  overflow: auto;
}

.imgpreise {
  text-align: center;
  vertical-align: baseline;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .intro-section {
    margin-top: 1297px;
  }

  .branding-wrapper {
    display: flex;
  }

  .feature-sustainability-txt {
    font-size: 15px;
  }

  .sustainability-feature-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grid.blueprint {
    background-position: 0%;
    background-size: 100vw;
  }

  .heading-2 {
    margin-bottom: 60px;
    font-size: 16vw;
  }

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

  .copy-standard.white {
    max-width: 50vw;
  }

  .tile-wrapper {
    height: 35.71vw;
    margin-bottom: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tile-wrapper.wood {
    margin-top: 60px;
  }

  .tile-wrapper.shower {
    margin-top: 0;
  }

  .tile-wrapper.transport {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-tile-label {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .heading-tile {
    font-size: 22px;
  }

  .copy-tile {
    font-size: 15px;
  }

  .terrace-grid {
    margin-bottom: 60px;
  }

  .terrace-content-wrapper {
    max-width: 100vw;
  }

  .map {
    width: 95%;
    height: 55vw;
    margin-left: 0;
  }

  .slider {
    height: 48vw;
  }

  .list {
    column-count: 2;
    grid-template-rows: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 60px;
  }

  .background-img {
    max-width: none;
  }

  .heading-4 {
    font-size: 12vw;
  }

  .kpi-txt {
    flex-direction: column;
    font-size: 12vw;
    line-height: 70%;
    display: flex;
  }

  .kpi-unit-txt {
    margin-top: 0;
    font-size: 30px;
  }

  .label-terrace {
    font-size: 18px;
  }

  .address-txt {
    font-size: 30px;
  }

  .feature-txt {
    font-size: 16px;
  }

  .icon-sustainability {
    width: 60px;
  }

  .seal-wrapper {
    flex-direction: column;
    align-items: flex-end;
    width: 19vw;
    display: flex;
  }

  .avw-logo {
    width: 200px;
  }

  .link-footer {
    font-size: 18px;
  }

  .logo-img {
    width: 19vw;
  }

  .title {
    margin-bottom: 60px;
    font-size: 16vw;
  }

  .icon-2 {
    color: #fff;
    font-size: 48px;
  }

  .menu-button {
    padding: 10px;
  }

  .stoerer-vermietet {
    inset: 10vh -10px 0% auto;
  }

  .imgpreiseresp {
    display: inline-flex;
  }

  .imgpreise {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .intro-section {
    margin-top: 1680px;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link {
    color: var(--metal);
    text-shadow: none;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-grid {
    padding-bottom: 100px;
  }

  .content-grid.blueprint {
    grid-template-rows: auto auto;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .heading-3 {
    line-height: 120%;
  }

  .copy-standard {
    font-size: 16px;
  }

  .copy-standard._1st {
    margin-bottom: 60px;
  }

  .tile-wrapper {
    height: 50vw;
  }

  .list {
    column-count: 2;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .footer-grid {
    margin-bottom: 20px;
  }

  .address-txt {
    font-size: 24px;
  }

  .link-txt {
    font-size: 18px;
  }

  .heading-small {
    margin-top: 20px;
    font-size: 20px;
  }

  .copy-accordion {
    font-size: 16px;
  }

  .contact-icon {
    margin-right: 10px;
  }

  .avw-logo {
    width: 175px;
  }

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

  .superscript-standard {
    font-size: 12px;
  }

  .deko-wrapper-square {
    height: 28.57vw;
  }

  .map-feature-wrapper {
    font-size: 40px;
  }

  .address-wrapper-left {
    margin-right: 20px;
  }

  .address-wrapper-right {
    margin-left: 20px;
  }

  .meta-nav-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .loader {
    width: 50vw;
    margin-top: -15vh;
  }

  .image-wrapper.slider-deko {
    margin-top: -7.14vw;
  }

  .plans-txt-wrapper {
    transform: translate(0, 15%);
  }

  .call-to-scroll {
    width: 25px;
    height: 40px;
    padding-top: 10px;
  }

  .scroll {
    width: 3px;
    height: 3px;
  }

  .cookie-consent {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: .6rem;
  }

  .consent-btn {
    min-width: 40px;
    height: 40px;
  }

  .close-img {
    width: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    color: var(--metal);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: var(--white);
    text-shadow: 2px 2px 6px #0000004a;
  }

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

@media screen and (max-width: 479px) {
  .intro-section {
    margin-top: 1250px;
  }

  .content-section {
    margin-top: 150px;
  }

  .triangle-top {
    width: 123vw;
    max-width: none;
  }

  .branding-content {
    position: absolute;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-wrapper {
    top: 850px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .feature-sustainability-txt {
    font-size: 14px;
  }

  .sustainability-feature-wrapper {
    margin-bottom: 40px;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 20vw;
  }

  .copy-standard {
    line-height: 160%;
  }

  .copy-standard.white {
    max-width: none;
  }

  .tile-wrapper {
    height: 71.43vw;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-tile-label {
    margin-bottom: 0;
    font-size: 13px;
  }

  .heading-tile {
    font-size: 6vw;
    line-height: 110%;
  }

  .copy-tile {
    font-size: 3.5vw;
    line-height: 130%;
  }

  .map {
    width: 100%;
    height: 85.71vw;
  }

  .slider {
    height: 60vw;
  }

  .list {
    grid-template-columns: 1fr;
  }

  .background-wrapper {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    padding-top: 1800px;
    display: flex;
  }

  .background-img {
    width: 200vw;
  }

  .accordion-item {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .footer-grid {
    grid-row-gap: 20px;
  }

  .heading-4 {
    font-size: 18vw;
  }

  .kpi-txt {
    font-size: 70px;
  }

  .kpi-unit-txt {
    font-size: 20px;
  }

  .heading-terrace {
    font-size: 11vw;
  }

  .address-txt {
    font-size: 20px;
  }

  .feature-txt {
    font-size: 15px;
    line-height: 130%;
  }

  .heading-small {
    line-height: 100%;
  }

  .material-wrapper {
    height: 85.71vw;
  }

  .button {
    font-size: 22px;
  }

  .seal-wrapper {
    width: 24vw;
  }

  .avw-img {
    height: 85.71vw;
    margin-top: 40px;
  }

  .avw-logo {
    width: 200px;
  }

  .link-footer {
    font-size: 15px;
  }

  .superscript-standard {
    font-size: 2.5vw;
    top: -1.5vw;
  }

  .right-arrow {
    padding-left: 40px;
    padding-right: 10px;
  }

  .left-arrow {
    padding-left: 10px;
    padding-right: 40px;
  }

  .deko-wrapper-high {
    display: none;
  }

  .deko-wrapper-square {
    height: 42.86vw;
  }

  .map-feature-wrapper {
    font-size: 30px;
  }

  .address-wrapper-left {
    margin-right: 0;
  }

  .address-wrapper-right {
    margin-left: 0;
  }

  .address-wrapper-right.distance {
    margin-top: 60px;
  }

  .logo-img {
    width: 29vw;
  }

  .title {
    margin-bottom: 40px;
    font-size: 20vw;
  }

  .image-wrapper.slider-deko {
    margin-top: -21.43vw;
  }

  .plans-txt-wrapper {
    transform: translate(0);
  }

  .message-wrapper {
    inset: auto 0% 0%;
  }

  .cookie-consent {
    min-width: auto;
    max-width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .preloader-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .stoerer-vermietet {
    width: 120px;
    height: 120px;
    font-size: 14px;
    top: 10vh;
  }
}

#konzept.w-node-_88e96187-c9db-60e3-bbf6-0f14359b9f67-cc986cff {
  grid-area: 2 / 1 / 3 / 14;
  justify-self: end;
}

#w-node-_479ba9ed-b9dd-113a-f6c3-8365b218596d-cc986cff {
  grid-area: 3 / 2 / 4 / 7;
  align-self: start;
}

#w-node-cfa2c2a9-a06f-ed67-6283-cfa423b84f97-cc986cff {
  grid-area: 4 / 2 / 5 / 7;
  align-self: start;
}

#w-node-a0307f06-cbe8-75e2-d9e9-d4cb9ed6db31-cc986cff {
  grid-area: 3 / 8 / 5 / 14;
  place-self: center;
}

#w-node-_349923af-5504-ec30-3050-41b116d1f215-cc986cff {
  grid-area: 5 / 2 / 6 / 14;
}

#w-node-d1f7738a-e143-3ec7-3810-ee6b3f038888-cc986cff {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_64485ca2-596e-59b6-5ef7-495e287e4936-cc986cff {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ef60f29d-77a1-0a40-2cca-363f0a4c15c8-cc986cff {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_44f65700-cfca-026c-10fd-9b6988561947-cc986cff {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_60107ded-ae5d-100e-d121-4564ac814d30-cc986cff {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_7fef101d-e68d-4d25-e4ce-0ac27c7c21a4-cc986cff {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-a8b1bc93-b1b2-f3f9-15e6-b05dfcc4d075-cc986cff {
  grid-area: span 1 / span 14 / span 1 / span 14;
  place-self: baseline;
}

#gebaeude.w-node-fc214de0-0a35-f9d4-7001-332de28b7c8d-cc986cff {
  grid-area: 1 / 2 / 2 / 10;
  justify-self: start;
}

#w-node-fc214de0-0a35-f9d4-7001-332de28b7c92-cc986cff {
  grid-area: 1 / 10 / 2 / 14;
  align-self: start;
}

#w-node-_81753506-cd7c-d923-a741-4e0ca40e6835-cc986cff {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_5acee074-6c07-738c-72b6-dbbc6d502d57-cc986cff {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-c69a5d5f-a74a-6807-530a-b7d5a7df43f7-cc986cff {
  grid-area: 2 / 12 / 3 / 14;
}

#w-node-f6d85387-bf5b-7870-e970-7054ae19cc92-cc986cff {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-e793eac5-bbd7-c5e4-e5ca-b71683460b30-cc986cff {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_32ff2e5c-d389-b141-fb01-d384842f8846-cc986cff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c7efb90-657b-ff0b-9cc2-921050622538-cc986cff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ad3c7b29-7525-a7cb-f1fa-bc1350f189e5-cc986cff {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_121e5aa2-1696-3709-195f-fcd76c3c2ff1-cc986cff {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-adbe8c95-d8bc-832c-59a8-4ea5229a5143-cc986cff {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-eee24e51-aa9c-91de-65cd-56da73cfd208-cc986cff {
  grid-area: 2 / 2 / 3 / 15;
}

#w-node-_764b7c59-7b8b-b370-24ea-a059cef23b37-cc986cff {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-c87c5922-2eb3-3187-1e49-6758e2d89ef1-cc986cff {
  grid-area: 3 / 6 / 4 / 10;
}

#w-node-e67260d0-aac2-ce1a-af5e-3b1ee639c4f9-cc986cff {
  grid-area: 3 / 10 / 4 / 14;
}

#w-node-_70701e15-73fe-1e19-0c8b-f0a06150c60d-cc986cff {
  grid-area: 2 / 8 / 3 / 14;
}

#w-node-_2cebad8b-49d8-4dc6-e0b1-b386c14a3d02-cc986cff {
  grid-area: 3 / 2 / 4 / 12;
}

#lage.w-node-_99015573-05a5-1236-3117-03867bf72fa2-cc986cff {
  grid-area: 1 / 2 / 2 / 10;
  justify-self: start;
}

#w-node-_0e7f02b8-5397-8ad2-01da-8fca92597287-cc986cff {
  grid-area: 2 / 10 / 3 / 14;
}

#map.w-node-_99015573-05a5-1236-3117-03867bf72fa8-cc986cff {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ce2d8ab0-3ce4-c056-4da3-3e53ee89e90c-cc986cff {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_831668e7-c983-e07d-b7db-a06e66ebb6c2-cc986cff {
  grid-area: 1 / 1 / 2 / 10;
  place-self: center end;
}

#w-node-_00c42a03-f242-a0ee-2a48-6c160985b7c1-cc986cff {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_026f42d7-6a8e-5679-b7d7-9869bec3ee52-cc986cff {
  grid-area: 1 / 11 / 2 / 14;
  align-self: start;
}

#details.w-node-cf4e5ae7-0b92-bc05-f2f9-4d97e0114c6b-cc986cff {
  grid-area: span 1 / span 13 / span 1 / span 13;
  justify-self: end;
}

#w-node-_9e027356-5209-df24-22e3-1f709adbe33f-cc986cff {
  grid-area: 2 / 2 / 3 / 14;
}

#about.w-node-_9a2f98f1-33c1-dc04-419e-930b80ec20e5-cc986cff {
  grid-area: 1 / 2 / 2 / 8;
  place-self: end start;
}

#w-node-_985d8d3b-1edc-22af-95e7-e5cee0a00d94-cc986cff {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_34f52b1b-7c43-24e2-031c-851c4ec1f448-cc986cff {
  grid-area: 1 / 9 / 3 / 15;
}

#kontakt.w-node-_19564ae7-5fa9-4cf5-4f37-a4b9529832f5-cc986cff {
  grid-area: 1 / 2 / 2 / 14;
  justify-self: start;
}

#w-node-_6daa5999-841b-beb5-9e41-7e001d8abc66-cc986cff {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_19564ae7-5fa9-4cf5-4f37-a4b9529832f7-cc986cff {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_9471500a-dcd3-29ad-6b03-6f6931f81cdd-cc986cff {
  grid-area: 1 / 2 / 2 / 7;
  justify-self: start;
}

#w-node-_9471500a-dcd3-29ad-6b03-6f6931f81cf1-cc986cff {
  grid-area: 1 / 7 / 2 / 14;
}

#w-node-ac71c61b-741c-05b1-505c-d91e138e983d-cc986cff {
  grid-area: 1 / 6 / 2 / 10;
  justify-self: center;
}

#w-node-_4941e35b-9d9f-65cb-dde2-08d6095ed76d-cc986cff {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-_7c33451c-1227-2306-7594-905591fa7455-cc986cff {
  grid-area: 2 / 6 / 3 / 10;
  justify-self: center;
}

#w-node-_39322574-58ff-d904-5412-50c3a3ac62c5-cc986cff {
  grid-area: 1 / 9 / 2 / 14;
  place-self: end;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e0-cc986d00 {
  grid-area: 1 / 6 / 2 / 10;
  justify-self: center;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d00 {
  grid-area: 2 / 2 / 3 / 6;
  align-self: center;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d00 {
  grid-area: 2 / 9 / 3 / 14;
  place-self: center end;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e0-cc986d01 {
  grid-area: 1 / 6 / 2 / 10;
  justify-self: center;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d01 {
  grid-area: 2 / 2 / 3 / 6;
  align-self: center;
}

#w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d01 {
  grid-area: 2 / 9 / 3 / 14;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-cfa2c2a9-a06f-ed67-6283-cfa423b84f97-cc986cff {
    grid-area: 4 / 2 / 5 / 14;
    align-self: start;
  }

  #w-node-a0307f06-cbe8-75e2-d9e9-d4cb9ed6db31-cc986cff {
    place-self: start center;
  }

  #gebaeude.w-node-fc214de0-0a35-f9d4-7001-332de28b7c8d-cc986cff {
    grid-area: 1 / 2 / 2 / 14;
    justify-self: start;
  }

  #w-node-fc214de0-0a35-f9d4-7001-332de28b7c92-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
    align-self: end;
  }

  #w-node-_81753506-cd7c-d923-a741-4e0ca40e6835-cc986cff {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_5acee074-6c07-738c-72b6-dbbc6d502d57-cc986cff {
    grid-row: 3 / 4;
  }

  #w-node-c69a5d5f-a74a-6807-530a-b7d5a7df43f7-cc986cff {
    grid-area: 3 / 12 / 4 / 14;
  }

  #w-node-e793eac5-bbd7-c5e4-e5ca-b71683460b30-cc986cff {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-ad3c7b29-7525-a7cb-f1fa-bc1350f189e5-cc986cff {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_121e5aa2-1696-3709-195f-fcd76c3c2ff1-cc986cff {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-adbe8c95-d8bc-832c-59a8-4ea5229a5143-cc986cff {
    grid-area: 3 / 4 / 4 / 9;
  }

  #w-node-eee24e51-aa9c-91de-65cd-56da73cfd208-cc986cff {
    grid-row: 4 / 5;
  }

  #w-node-_764b7c59-7b8b-b370-24ea-a059cef23b37-cc986cff {
    grid-area: 5 / 3 / 6 / 8;
  }

  #w-node-c87c5922-2eb3-3187-1e49-6758e2d89ef1-cc986cff {
    grid-area: 6 / 7 / 7 / 12;
  }

  #w-node-e67260d0-aac2-ce1a-af5e-3b1ee639c4f9-cc986cff {
    grid-area: 7 / 3 / 8 / 8;
  }

  #w-node-_70701e15-73fe-1e19-0c8b-f0a06150c60d-cc986cff {
    grid-area: 2 / 8 / 3 / 14;
  }

  #w-node-_0e7f02b8-5397-8ad2-01da-8fca92597287-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #map.w-node-_99015573-05a5-1236-3117-03867bf72fa8-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-ce2d8ab0-3ce4-c056-4da3-3e53ee89e90c-cc986cff {
    grid-area: 3 / 12 / 4 / 15;
  }

  #w-node-_831668e7-c983-e07d-b7db-a06e66ebb6c2-cc986cff {
    grid-area: 1 / 3 / 4 / 14;
    place-self: end center;
  }

  #w-node-_00c42a03-f242-a0ee-2a48-6c160985b7c1-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #about.w-node-_9a2f98f1-33c1-dc04-419e-930b80ec20e5-cc986cff {
    grid-area: 1 / 2 / 2 / 14;
    place-self: end start;
  }

  #w-node-_985d8d3b-1edc-22af-95e7-e5cee0a00d94-cc986cff {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_34f52b1b-7c43-24e2-031c-851c4ec1f448-cc986cff {
    grid-area: 2 / 9 / 3 / 15;
  }

  #w-node-_9471500a-dcd3-29ad-6b03-6f6931f81cf1-cc986cff {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_4941e35b-9d9f-65cb-dde2-08d6095ed76d-cc986cff {
    grid-row: 2 / 3;
  }

  #w-node-_7c33451c-1227-2306-7594-905591fa7455-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
    justify-self: center;
  }

  #w-node-_39322574-58ff-d904-5412-50c3a3ac62c5-cc986cff {
    grid-row: 2 / 3;
  }

  #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d00, #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d00, #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d01, #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d01 {
    grid-row: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_479ba9ed-b9dd-113a-f6c3-8365b218596d-cc986cff {
    grid-column-end: 9;
    align-self: end;
  }

  #w-node-a0307f06-cbe8-75e2-d9e9-d4cb9ed6db31-cc986cff {
    grid-area: 3 / 9 / 4 / 15;
    place-self: start center;
  }

  #w-node-d1f7738a-e143-3ec7-3810-ee6b3f038888-cc986cff, #w-node-_64485ca2-596e-59b6-5ef7-495e287e4936-cc986cff, #w-node-ef60f29d-77a1-0a40-2cca-363f0a4c15c8-cc986cff, #w-node-_44f65700-cfca-026c-10fd-9b6988561947-cc986cff, #w-node-_60107ded-ae5d-100e-d121-4564ac814d30-cc986cff, #w-node-_7fef101d-e68d-4d25-e4ce-0ac27c7c21a4-cc986cff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8b1bc93-b1b2-f3f9-15e6-b05dfcc4d075-cc986cff {
    grid-area: 1 / 1 / 2 / 15;
  }

  #gebaeude.w-node-fc214de0-0a35-f9d4-7001-332de28b7c8d-cc986cff {
    grid-column-end: 14;
  }

  #w-node-fc214de0-0a35-f9d4-7001-332de28b7c92-cc986cff {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_81753506-cd7c-d923-a741-4e0ca40e6835-cc986cff {
    grid-row: 3 / 4;
  }

  #w-node-ad3c7b29-7525-a7cb-f1fa-bc1350f189e5-cc986cff {
    grid-area: 1 / 3 / 2 / 10;
  }

  #w-node-_121e5aa2-1696-3709-195f-fcd76c3c2ff1-cc986cff {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-adbe8c95-d8bc-832c-59a8-4ea5229a5143-cc986cff {
    grid-area: 3 / 3 / 4 / 10;
  }

  #w-node-_764b7c59-7b8b-b370-24ea-a059cef23b37-cc986cff {
    grid-area: 5 / 3 / 6 / 10;
  }

  #w-node-c87c5922-2eb3-3187-1e49-6758e2d89ef1-cc986cff {
    grid-area: 6 / 6 / 7 / 13;
  }

  #w-node-e67260d0-aac2-ce1a-af5e-3b1ee639c4f9-cc986cff {
    grid-area: 7 / 3 / 8 / 10;
  }

  #w-node-_70701e15-73fe-1e19-0c8b-f0a06150c60d-cc986cff {
    grid-area: 2 / 6 / 3 / 14;
  }

  #w-node-_2cebad8b-49d8-4dc6-e0b1-b386c14a3d02-cc986cff {
    grid-column-end: 14;
  }

  #w-node-_0e7f02b8-5397-8ad2-01da-8fca92597287-cc986cff {
    grid-area: 2 / 2 / 3 / 12;
  }

  #map.w-node-_99015573-05a5-1236-3117-03867bf72fa8-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-ce2d8ab0-3ce4-c056-4da3-3e53ee89e90c-cc986cff {
    grid-area: 3 / 11 / 4 / 15;
  }

  #w-node-_00c42a03-f242-a0ee-2a48-6c160985b7c1-cc986cff {
    grid-area: 1 / 2 / 3 / 14;
  }

  #w-node-_026f42d7-6a8e-5679-b7d7-9869bec3ee52-cc986cff {
    grid-area: 1 / 11 / 2 / 15;
    align-self: start;
  }

  #w-node-_985d8d3b-1edc-22af-95e7-e5cee0a00d94-cc986cff {
    grid-column-end: 9;
  }

  #w-node-_6daa5999-841b-beb5-9e41-7e001d8abc66-cc986cff {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_19564ae7-5fa9-4cf5-4f37-a4b9529832f7-cc986cff {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_4941e35b-9d9f-65cb-dde2-08d6095ed76d-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
    place-self: center;
  }

  #w-node-_7c33451c-1227-2306-7594-905591fa7455-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
    justify-self: center;
  }

  #w-node-_39322574-58ff-d904-5412-50c3a3ac62c5-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
    place-self: center end;
  }

  #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d00 {
    grid-area: 4 / 2 / 5 / 14;
    place-self: center;
  }

  #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d00 {
    grid-area: 3 / 2 / 4 / 14;
    place-self: center end;
  }

  #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443e1-cc986d01 {
    grid-area: 4 / 2 / 5 / 14;
    place-self: center;
  }

  #w-node-_9eec2919-83c7-3d53-6ea5-dd229ab443ec-cc986d01 {
    grid-area: 3 / 2 / 4 / 14;
    place-self: center end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_479ba9ed-b9dd-113a-f6c3-8365b218596d-cc986cff {
    grid-row: 4 / 5;
    grid-column-end: 14;
  }

  #w-node-cfa2c2a9-a06f-ed67-6283-cfa423b84f97-cc986cff {
    grid-row: 5 / 6;
  }

  #w-node-a0307f06-cbe8-75e2-d9e9-d4cb9ed6db31-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
    place-self: start center;
  }

  #w-node-_349923af-5504-ec30-3050-41b116d1f215-cc986cff {
    grid-row: 6 / 7;
  }

  #gebaeude.w-node-fc214de0-0a35-f9d4-7001-332de28b7c8d-cc986cff {
    grid-column-end: 14;
  }

  #w-node-_81753506-cd7c-d923-a741-4e0ca40e6835-cc986cff {
    grid-column-start: 1;
  }

  #w-node-_5acee074-6c07-738c-72b6-dbbc6d502d57-cc986cff {
    grid-column-end: 15;
  }

  #w-node-ad3c7b29-7525-a7cb-f1fa-bc1350f189e5-cc986cff {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-_121e5aa2-1696-3709-195f-fcd76c3c2ff1-cc986cff {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-adbe8c95-d8bc-832c-59a8-4ea5229a5143-cc986cff {
    grid-area: 3 / 3 / 4 / 13;
  }

  #w-node-_764b7c59-7b8b-b370-24ea-a059cef23b37-cc986cff {
    grid-area: 5 / 3 / 6 / 13;
  }

  #w-node-c87c5922-2eb3-3187-1e49-6758e2d89ef1-cc986cff {
    grid-area: 6 / 3 / 7 / 13;
  }

  #w-node-e67260d0-aac2-ce1a-af5e-3b1ee639c4f9-cc986cff {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-_70701e15-73fe-1e19-0c8b-f0a06150c60d-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-_2cebad8b-49d8-4dc6-e0b1-b386c14a3d02-cc986cff {
    grid-area: 3 / 1 / 4 / 15;
  }

  #w-node-_0e7f02b8-5397-8ad2-01da-8fca92597287-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-ce2d8ab0-3ce4-c056-4da3-3e53ee89e90c-cc986cff {
    grid-area: 3 / 9 / 4 / 15;
  }

  #w-node-_831668e7-c983-e07d-b7db-a06e66ebb6c2-cc986cff {
    grid-area: 1 / 3 / 3 / 11;
    place-self: end;
  }

  #w-node-_00c42a03-f242-a0ee-2a48-6c160985b7c1-cc986cff {
    grid-area: 1 / 1 / 3 / 15;
  }

  #w-node-_026f42d7-6a8e-5679-b7d7-9869bec3ee52-cc986cff {
    grid-area: 1 / 10 / 2 / 15;
    align-self: start;
  }

  #about.w-node-_9a2f98f1-33c1-dc04-419e-930b80ec20e5-cc986cff {
    align-self: start;
  }

  #w-node-_985d8d3b-1edc-22af-95e7-e5cee0a00d94-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-_34f52b1b-7c43-24e2-031c-851c4ec1f448-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
  }

  #kontakt.w-node-_19564ae7-5fa9-4cf5-4f37-a4b9529832f5-cc986cff {
    justify-self: start;
  }

  #w-node-_6daa5999-841b-beb5-9e41-7e001d8abc66-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-_19564ae7-5fa9-4cf5-4f37-a4b9529832f7-cc986cff {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-_9471500a-dcd3-29ad-6b03-6f6931f81cf1-cc986cff {
    grid-area: 2 / 2 / 3 / 14;
  }
}


@font-face {
  font-family: 'Fabrikat Mono';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}</pre></body></html>