:root {
  --white-bg: #ffffff26;
  --white: white;
  --green: #038c8d;
  --transparent: #fff0;
  --dark: #0f0f0f;
}

.eco-nav {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #17181c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0% 10%;
  display: flex;
  position: fixed;
  top: 0;
}

.eco-nav_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.textlink {
  color: #fff;
  font-family: DM Sans, sans-serif;
  text-decoration: none;
}

.textlink.is-current {
  color: #038c8d;
  font-family: DM Sans, sans-serif;
}

.icon {
  width: 100%;
  height: 100%;
}

.icon.is--dark {
  filter: invert();
}

.hero--heading_slogan {
  letter-spacing: 0;
  max-width: 9em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.hero--heading_slogan.is--anlage {
  color: #fff;
  max-width: 14em;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 500;
}

.hero--usp__wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px none var(--white-bg);
  background-color: var(--white-bg);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
}

.dot {
  background-color: #fff;
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.dot.is--green {
  background-color: #038c8d;
}

.hero--subheading_h1 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: none;
  width: 540px;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(.95rem, 1.3vw, 1.05rem);
  font-weight: 400;
  line-height: 1.2;
}

.icon--button {
  width: 1.5em;
  height: 1.5em;
}

.icon--button.is-green {
  color: #038c8d;
}

.icon--button.is--dark {
  filter: invert();
}

.hero--content_wrap {
  z-index: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8em 4em 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.textblock {
  opacity: 1;
  color: #0d0d0d;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
}

.textblock.is--green {
  color: #038c8d;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.textblock.is--white {
  opacity: 100;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.btn-ghost {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #fff0;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.btn-ghost.is--blogs {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fact-data {
  border-right: 1px solid #efefef;
}

.fact-data.is--hero {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  display: flex;
}

.eyebrow {
  color: #fff;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.eyebrow.is--hero {
  color: #fff;
  letter-spacing: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .75rem;
}

.eyebrow.is--hero.is--dark {
  opacity: .5;
  color: var(--white);
  text-transform: none;
  font-size: .8rem;
}

.eyebrow.is--dark {
  color: #0d0d0d;
}

.eyebrow.is--dark.is--100 {
  color: #6b6b6b;
  text-align: center;
  width: 100%;
}

.eyebrow.is--green {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.eyebrow.is--gold {
  color: #dfc67a;
}

.hero--videowrap {
  z-index: -999;
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  left: 0;
}

.fact-text {
  color: #038c8d;
  border-bottom: 1px solid #038c8d99;
  width: 10%;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.5;
}

.fact-text.is--hero {
  color: var(--green);
  text-align: center;
  width: 100%;
  text-align: center;
  border-bottom-style: none;
  margin-bottom: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.section--is--hero {
  z-index: auto;
  color: #efeeec;
  letter-spacing: 0;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100svh;
  padding: 0 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deco--line {
  background-color: #038c8d;
  width: 25px;
  height: 1px;
}

.deco--line.is--white {
  background-color: #fff;
}

.deco--line.is--gold {
  background-color: #dfc67a;
}

.hero--video__img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.hero--is__left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
  left: 0;
}

.hero--videowrap_-overlay {
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
}

.button--wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff0;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.button--wrap.shadow--none {
  box-shadow: none;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.subheading--wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section--is--leistung {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-span {
  color: #038c8d;
  font-style: italic;
  font-weight: 500;
}

.heading-m {
  box-sizing: border-box;
  color: #0d0d0d;
  width: auto;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: relative;
}

.header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-bottom: 4em;
  display: flex;
}

.header.is--flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.heading-s {
  color: #0d0d0d;
  margin: 0 0 .25rem;
  font-family: Encode Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.blog--card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 2em 2em 1.5em;
  display: flex;
  position: relative;
}

.blog--wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.trust--badge__text {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #038c8d;
  padding: .35rem .85rem;
  font-family: DM Sans, sans-serif;
  font-size: .6875rem;
}

.blog--intro {
  margin-bottom: 1.5rem;
  font-family: Encode Sans, sans-serif;
  font-size: .93rem;
}

.section--is--blog {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.eyebrow-badge {
  margin-bottom: 1rem;
}

.btn-is--primary {
  border: 1px solid var(--green);
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Encode Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-dropdown__content-li {
  flex: 1;
  position: relative;
}

.nav-end {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.menu-button__line {
  background-color: #2b1d15;
  width: 100%;
  height: 1px;
}

.nav-logo {
  width: 10em;
}

.nav-logo.is--wrap.w--current {
  z-index: 1001;
  position: relative;
}

.nav-dropdown__link-inner {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-dropdown__link {
  color: #fff;
  background-color: #ebe7e4;
  border-radius: .25em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 20em;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown__link.is--static {
  z-index: 99;
  color: #2b1d15;
  width: 100%;
  transition: background-color .2s cubic-bezier(.625, .05, 0, 1);
}

.nav {
  z-index: 100;
  color: #fff;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
}

.nav-dropdown {
  background-color: var(--transparent);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 3em;
  position: fixed;
  left: 0;
  right: 0;
}

.menu-button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: currentColor;
  border-radius: .25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .75em;
  display: none;
}

.nav-bg {
  background-color: #fff;
  border-bottom-right-radius: .75em;
  border-bottom-left-radius: .75em;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-button {
  border: 1px solid;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.4;
  display: flex;
}

.nav-button.is--primary {
  color: #2b1d15;
  background-color: #fff;
  border-color: #fff;
}

.nav-button.md--hide {
  background-color: var(--white);
}

.nav-dropdown__content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link__dropdown-icon {
  width: .875em;
}

.nav-center__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link__label {
  text-transform: none;
  font-family: Encode Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.nav-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.page-bg {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-dropdown__link-bubble {
  background-color: var(--transparent);
  color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  padding: .25em;
  transition: transform .2s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.nav-dropdown__link-label {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 1.35em;
  transition: transform .2s cubic-bezier(.625, .05, 0, 1);
}

.nav-link {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  background-color: var(--green);
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: .75em 1.25em;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.nav-link.is-cta, .nav-link.about, .nav-link.about.w--current, .custom-js, .custom-css {
  display: none;
}

.span {
  color: var(--dark);
  font-family: Encode Sans, sans-serif;
  font-size: .9rem;
}

.image {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spacer {
  height: 10em;
}

.is--anlage-referenzen__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section--is_anlageimmos {
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 4em;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-5.is--immos {
  padding-left: 3em;
  padding-right: 3em;
}

.heading-m-2 {
  box-sizing: border-box;
  color: #0d0d0d;
  width: auto;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.heading-m-2.is--objekte {
  font-size: 1.75rem;
  font-weight: 500;
}

.is--analgeimmobilien {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.is--analgeimmobilien__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.sec-service {
  background-color: #fff;
  padding: 6em 0;
}

.srv-container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.srv-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.srv-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.srv-deco {
  background-color: #038c8d;
  width: 2em;
  height: 1px;
}

.srv-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.srv-title {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.15;
}

.srv-subtitle {
  color: #6b6b6b;
  max-width: 34em;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.78;
}

.srv-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.srv-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  flex: 1;
  padding: 2.5em 2em;
  position: relative;
  overflow: hidden;
}

.srv-num {
  color: #f0f0f0;
  margin-bottom: .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.srv-card-title {
  color: #17181c;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.srv-card-desc {
  color: #6b6b6b;
  margin-bottom: 1.25em;
  font-family: Encode Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
}

.srv-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.srv-list-item {
  color: #6b6b6b;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Encode Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4;
}

.srv-btn-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 15px 15px;
  font-family: Encode Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.srv-btn-ghost {
  color: #0d0d0d;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #7d7d7d33;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Encode Sans, sans-serif;
  font-size: .83rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.zh-faq {
  background-color: #f5f5f5;
  padding-top: 6em;
  padding-bottom: 6em;
}

.zh-faq-inner {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.zh-faq-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zh-faq-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zh-faq-deco {
  background-color: #038c8d;
  width: 2em;
  height: 1px;
}

.zh-faq-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.zh-faq-title {
  color: #0d0d0d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.15;
}

.zh-faq-list {
  max-width: 47.5em;
  margin-left: auto;
  margin-right: auto;
}

.zh-faq-item {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  margin-bottom: 8px;
  overflow: hidden;
}

.zh-faq-q {
  color: #17181c;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.zh-faq-a {
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.zh-faq-a-text {
  color: #6b6b6b;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.78;
}

.zh-trust {
  background-color: #f5f5f5;
  border-bottom: 1px solid #7d7d7d33;
  padding-top: 3em;
  padding-bottom: 3em;
}

.zh-trust-inner {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.zh-trust-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.zh-trust-num {
  color: #038c8d;
  border-bottom: 1px solid #03898a99;
  padding-bottom: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.zh-trust-txt {
  color: #6b6b6b;
  max-width: 10em;
  font-family: Encode Sans, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.4;
}

.zh-trust-divider {
  background-color: #ddd;
  width: 1px;
  height: 44px;
}

.zh-prozess {
  background-color: #f5f5f5;
  padding-top: 6em;
  padding-bottom: 6em;
}

.zh-prozess-inner {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.zh-proz-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.zh-proz-header-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.zh-proz-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zh-proz-deco {
  background-color: #038c8d;
  width: 2em;
  height: 1px;
}

.zh-proz-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.zh-proz-title {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.15;
}

.zh-proz-subtitle {
  color: #6b6b6b;
  max-width: 30em;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.78;
}

.zh-proz-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: #038c8d;
  border: 1px solid #7d7d7d33;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 15px 15px;
  font-family: Encode Sans, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.zh-proz-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 3em;
  display: flex;
}

.zh-proz-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  border-top: 3px solid #038c8d;
  flex: 1;
  padding: 2em;
}

.zh-proz-card-title {
  color: #17181c;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.zh-proz-card-text {
  color: #6b6b6b;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .83rem;
  font-weight: 300;
  line-height: 1.6;
}

.zh-proz-cta {
  border-top: 1px solid #7d7d7d33;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.zh-proz-cta-text {
  color: #0d0d0d;
  font-size: .95rem;
  font-weight: 400;
}

.zh-proz-cta-strong {
  color: #0d0d0d;
  font-family: Encode Sans, sans-serif;
  font-weight: 600;
}

.zh-proz-cta-em {
  color: #6b6b6b;
  font-family: Encode Sans, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.zh-ref {
  background-color: #fff;
  padding-top: 6em;
  padding-bottom: 6em;
}

.zh-ref-inner {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.zh-ref-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.zh-ref-header-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.zh-ref-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zh-ref-deco {
  background-color: #038c8d;
  width: 2em;
  height: 1px;
}

.zh-ref-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.zh-ref-title {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.15;
}

.zh-ref-subtitle {
  color: #6b6b6b;
  max-width: 30em;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.78;
}

.zh-ref-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3em;
  display: grid;
}

.zh-ref-card {
  border: 1px solid #7d7d7d33;
  position: relative;
  overflow: hidden;
}

.zh-ref-img {
  background-color: #e8e4e0;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.zh-ref-img-placeholder {
  color: #b0a99f;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #e0dcd8, #d1cdc8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .6rem;
  display: flex;
}

.zh-ref-badge {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #17181c;
  padding: 5px 12px;
  font-family: Encode Sans, sans-serif;
  font-size: .55rem;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 12px;
}

.zh-ref-body {
  padding: 1.5em;
}

.zh-ref-type {
  color: #038c8d;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Encode Sans, sans-serif;
  font-size: .55rem;
  font-weight: 500;
}

.zh-ref-name {
  color: #17181c;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.zh-ref-location {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b6b6b;
  align-items: center;
  margin-bottom: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.zh-ref-meta {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top: 1px solid #7d7d7d33;
  padding-top: 1em;
  display: flex;
}

.zh-ref-meta-item {
  color: #6b6b6b;
  font-size: .7rem;
  font-weight: 300;
}

.zh-ref-meta-strong {
  color: #17181c;
  font-family: Encode Sans, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  display: block;
}

.zh-ref-meta-label {
  color: #999;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Encode Sans, sans-serif;
  font-size: .6rem;
}

.heading-span-2 {
  color: #038c8d;
}

.section--is--footer {
  color: #1a1a1a;
  background-color: #f5f5f5;
  border-top: 1px solid #333;
  padding-top: 5em;
  padding-bottom: 2em;
}

.container-7 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.footer-row {
  grid-column-gap: 3em;
  grid-row-gap: 2.5em;
  border-bottom: 1px solid #e5e5e5;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding-bottom: 4em;
  display: grid;
}

.a-footer-main-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.a-footer-logo-link {
  text-decoration: none;
  display: inline-block;
}

.a-footer-logo {
  background-image: url('../images/');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9em;
  height: 2.5em;
}

.footer--brand {
  color: #6b6b6b;
  max-width: 22em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: .9em;
  line-height: 1.65;
}

.a-footer-social {
  grid-column-gap: .6em;
  display: flex;
}

.footer--kontakt {
  grid-row-gap: .85em;
  flex-direction: column;
  margin-top: .5em;
  display: flex;
}

.footer--kontakt-row {
  grid-row-gap: .15em;
  flex-direction: column;
  display: flex;
}

.footer--kontakt-label {
  color: #038c8d;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .7em;
  font-weight: 500;
}

.footer--kontakt-value {
  color: #1a1a1a;
  font-family: DM Sans, sans-serif;
  font-size: .9em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
}

.footer--kontakt-value:hover {
  color: #038c8d;
}

.footer-nav {
  grid-row-gap: .85em;
  flex-direction: column;
  display: flex;
}

.footer-h4 {
  color: #1a1a1a;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Encode Sans, sans-serif;
  font-size: .78em;
  font-weight: 600;
}

.footer--link {
  color: #6b6b6b;
  font-family: DM Sans, sans-serif;
  font-size: .92em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
}

.footer--link:hover {
  color: #038c8d;
}

.footer-kooperationen {
  grid-column-gap: 3em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.koop-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition-property: opacity;
  transition-duration: .3s;
  display: flex;
}

.koop-wrapper:hover {
  opacity: 1;
}

.coop-image {
  object-fit: contain;
  background-color: #e5e5e5;
  background-image: none;
  width: 4.5em;
  height: 3.5em;
}

.footer--bottom {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-top: 1.75em;
  display: grid;
}

.footer--bottom-text {
  color: #6b6b6b;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
}

.footer--ecosystem {
  grid-column-gap: .6em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer--ecosystem-links {
  grid-column-gap: .5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer--ecosystem-link {
  color: #1a1a1a;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
}

.footer--ecosystem-link:hover {
  color: #038c8d;
}

.footer--ecosystem-link__is--active {
  color: #038c8d;
  font-family: Encode Sans, sans-serif;
  font-size: .8em;
  font-weight: 600;
  text-decoration: none;
}

.footer--ecosystem-sep {
  color: #ccc;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
}

.footer--legal {
  grid-column-gap: 1.5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer--legal-link {
  color: #6b6b6b;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
}

.footer--legal-link:hover {
  color: #038c8d;
}

.section--is--page-header {
  background-color: #f5f5f5;
  padding-top: 12em;
  padding-bottom: 5em;
}

.container-9 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.page-header--inner {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header__is--centered {
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading--wrapper__is--centered {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.deco--line-3 {
  background-color: #038c8d;
  width: 2.5em;
  height: 1px;
}

.eyebrow__is--green-2 {
  color: #038c8d;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .78em;
  font-weight: 500;
}

.heading--wrapper__is--centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-l {
  color: #1a1a1a;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.15;
}

.page-header--intro {
  color: #6b6b6b;
  max-width: 38em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.65;
}

.page-header--quick {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.btn-primary {
  grid-column-gap: .6em;
  color: #fff;
  background-color: #038c8d;
  align-items: center;
  padding: 1em 1.75em;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  display: inline-flex;
}

.btn-primary:hover {
  background-color: #026e6f;
}

.btn-outline {
  grid-column-gap: .6em;
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #1a1a1a;
  align-items: center;
  padding: 1em 1.75em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.btn-outline:hover {
  background-color: var(--transparent);
  color: #fff;
}

.textblock__is--white {
  color: #fff;
  letter-spacing: .02em;
  font-family: Encode Sans, sans-serif;
  font-size: .95em;
  font-weight: 500;
}

.textblock__is--dark {
  color: #1a1a1a;
  letter-spacing: .02em;
  font-family: Encode Sans, sans-serif;
  font-size: .95em;
  font-weight: 500;
}

.icon--phone__white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
}

.icon--mail__dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
}

.section--is--anlaesse {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}

.container-10 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.header__is--centered-2 {
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 44em;
  margin-bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.deco--line-4 {
  background-color: #038c8d;
  width: 2.5em;
  height: 1px;
}

.heading-m-4 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

.anlaesse--grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.anlass--card {
  grid-row-gap: 1em;
  color: inherit;
  background-color: #f5f5f5;
  border-top: 3px solid #0000;
  flex-direction: column;
  padding: 2.5em 2em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.anlass--card:hover {
  background-color: #fff;
  border-top-color: #038c8d;
}

.anlass--icon-haus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23038c8d' stroke-width='1.5'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: .25em;
}

.anlass--icon-chart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23038c8d' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2' ry='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3Cpolyline points='6 11 9 8 12 11 18 5'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: .25em;
}

.anlass--icon-suche {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23038c8d' stroke-width='1.5'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: .25em;
}

.anlass--h3 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.25;
}

.anlass--p {
  color: #6b6b6b;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95em;
  line-height: 1.6;
}

.anlass--link-wrap {
  grid-column-gap: .5em;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.anlass--link-text {
  color: #038c8d;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .85em;
  font-weight: 500;
}

.anlass--link-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23038c8d' stroke-width='2'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
}

.section--is--formular {
  background-color: #f5f5f5;
  padding-top: 5em;
  padding-bottom: 6em;
}

.container-11 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.formular--inner {
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
  display: grid;
}

.formular--left {
  grid-row-gap: 1.25em;
  background-color: #fff;
  flex-direction: column;
  padding: 3em;
  display: flex;
}

.heading--wrapper-3 {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.subheading--wrapper-3 {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.deco--line-5 {
  background-color: #038c8d;
  width: 2.5em;
  height: 1px;
}

.heading-m-5 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.formular--intro {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: DM Sans, sans-serif;
  font-size: .95em;
  line-height: 1.6;
}

.formular--form {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.form--row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form--field {
  grid-row-gap: .4em;
  flex-direction: column;
  display: flex;
}

.form--label {
  color: #6b6b6b;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .72em;
  font-weight: 500;
}

.form--input {
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  min-height: 3em;
  padding: .85em 1em;
  font-family: DM Sans, sans-serif;
  font-size: .95em;
}

.form--submit {
  grid-column-gap: .6em;
  color: #fff;
  background-color: #038c8d;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  padding: 1.1em 1.75em;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  display: inline-flex;
}

.form--submit:hover {
  background-color: #026e6f;
}

.icon--button-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
}

.formular--right {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 6em;
}

.formular--map {
  background-color: #e5e5e5;
  background-image: none;
  width: 100%;
  padding-bottom: 0%;
}

.formular--info {
  background-color: #fff;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.formular--info-row {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 1em;
  padding-bottom: 1em;
}

.formular--info-label {
  color: #038c8d;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Encode Sans, sans-serif;
  font-size: .7em;
  font-weight: 500;
}

.formular--info-value {
  color: #1a1a1a;
  white-space: pre-line;
  font-family: DM Sans, sans-serif;
  font-size: .92em;
  line-height: 1.5;
}

.zh-hero {
  background-color: #0a0a0f;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding: 4em 4em 0;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zh-hero-bg {
  filter: brightness(.6) saturate(.8);
  background-image: url('../images/iStock-1372533820.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.zh-hero-inner {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: flex;
  position: relative;
}

.zh-hero-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  max-width: 640px;
  display: flex;
}

.zh-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zh-deco {
  background-color: #fff6;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zh-eyebrow {
  color: var(--white);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .6rem;
  font-weight: 400;
}

.zh-dot {
  background-color: #ffffff4d;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.zh-h1 {
  color: #fff;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.05;
}

.zh-h1-span {
  color: #fff;
}

.zh-hero-sub {
  opacity: 1;
  color: #fff;
  letter-spacing: .03em;
  max-width: 700px;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.zh-btn-primary {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border: 1px solid #7d7d7d33;
  border-radius: .1em;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zh-btn-primary:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.zh-trust-inner-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: flex;
}

.zh-trust-num-2 {
  color: #038c8d;
  border-bottom: 1px solid #038c8d99;
  padding-bottom: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.zh-trust-txt-2 {
  color: #6b6b6b;
  max-width: 160px;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.4;
}

.zh-args {
  background-color: #fff;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zh-args-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zh-args-header {
  grid-column-gap: .5em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 700px;
  margin-bottom: 3em;
  display: flex;
}

.zh-deco-teal {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zh-eyebrow-teal {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zh-h2 {
  color: #0d0d0d;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.15;
}

.zh-h2-span {
  color: #038c8d;
}

.zh-sub-p {
  color: #6b6b6b;
  max-width: 800px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.78;
}

.zh-args-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.zh-arg-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  padding: 2.5em 2em;
  transition-property: all;
  transition-duration: .4s;
  position: relative;
  overflow: hidden;
}

.zh-arg-card:hover {
  border-color: #038c8d;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px #0000000f;
}

.zh-arg-num {
  color: #f0f0f0;
  margin-bottom: .75em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.zh-arg-h3 {
  color: #17181c;
  margin: 0 0 .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.zh-arg-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
}

.zh-prozess-2 {
  background-color: #f5f5f5;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zh-prozess-inner-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zh-prozess-header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.zh-prozess-header-left {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 640px;
  display: flex;
}

.zh-btn-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #038c8d;
  align-items: center;
  padding: 14px 28px;
  font-family: DM Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zh-btn-header:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
}

.zh-prozess-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 3em;
  display: flex;
}

.zh-step-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  border-top: 3px solid #038c8d;
  flex: 1;
  padding: 2em;
  transition-property: all;
  transition-duration: .3s;
}

.zh-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #0000000f;
}

.zh-step-num {
  color: #038c8d;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.zh-step-h3 {
  color: #17181c;
  margin: 0 0 .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.zh-step-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 300;
  line-height: 1.6;
}

.zh-prozess-cta {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #7d7d7d33;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.zh-prozess-cta-text {
  color: #6b6b6b;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.zh-btn-primary-light {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zh-btn-primary-light:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.zh-sub-wrap-center {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zh-final {
  background-color: #17181c;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zh-final-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: flex;
}

.zh-deco-gold {
  background-color: #dfc67a;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zh-eyebrow-gold {
  color: #dfc67a;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zh-final-h2 {
  color: #fff;
  margin: .5em 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1.15;
}

.zh-final-p {
  color: #fff9;
  max-width: 600px;
  margin: 0 0 1em;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.zh-final-ctas {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zh-btn-primary-final {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  align-items: center;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zh-btn-primary-final:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.zh-btn-phone {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #fff;
  letter-spacing: .07em;
  border: 1px solid #ffffff4d;
  border-radius: .1em;
  align-items: center;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zh-btn-phone:hover {
  background-color: #ffffff0d;
  border-color: #fff;
}

.zh-funnel-section {
  background-color: #fff;
  border-top: 4px solid #038c8d;
  border-bottom: 4px solid #038c8d;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zh-funnel-inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zh-funnel-header {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zh-funnel-sub {
  color: #6b6b6b;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.7;
}

.zh-funnel-embed {
  width: 100%;
}

.social-icon {
  width: auto;
  height: auto;
}

.a-icon-button-2 {
  color: #1a1a1a;
  border: 1px solid #d0d0d0;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  padding: 4px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.a-icon-button-2:hover {
  color: #fff;
  background-color: #038c8d;
  border-color: #038c8d;
}

.zhb-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zhb-funnel-section {
  background-image: none;
  border-top: 4px solid #038c8d;
  border-bottom: 4px solid #038c8d;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-funnel-inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhb-funnel-header {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zhb-sub-wrap-center {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zhb-deco-teal {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zhb-eyebrow-teal {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zhb-h2 {
  color: #0d0d0d;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.15;
}

.zhb-h2-span {
  color: #038c8d;
}

.zhb-funnel-sub {
  color: #6b6b6b;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.7;
}

.zhb-args {
  background-color: #fff;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-args-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhb-args-header {
  grid-column-gap: .5em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 3em;
  display: flex;
}

.zhb-sub-p {
  color: #6b6b6b;
  max-width: 540px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.78;
}

.zhb-args-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.zhb-arg-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  padding: 2.5em 2em;
  transition-property: all;
  transition-duration: .4s;
  position: relative;
  overflow: hidden;
}

.zhb-arg-card:hover {
  border-color: #038c8d;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px #0000000f;
}

.zhb-arg-num {
  color: #f0f0f0;
  margin-bottom: .75em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.zhb-arg-h3 {
  color: #17181c;
  margin: 0 0 .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.zhb-arg-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
}

.zhb-prozess {
  background-color: #f5f5f5;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-prozess-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhb-prozess-header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.zhb-prozess-header-left {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 640px;
  display: flex;
}

.zhb-btn-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #038c8d;
  align-items: center;
  padding: 14px 28px;
  font-family: DM Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhb-btn-header:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
}

.zhb-prozess-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 3em;
  display: flex;
}

.zhb-step-card {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  border-top: 3px solid #038c8d;
  flex: 1;
  padding: 2em;
  transition-property: all;
  transition-duration: .3s;
}

.zhb-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #0000000f;
}

.zhb-step-num {
  color: #038c8d;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.zhb-step-h3 {
  color: #17181c;
  margin: 0 0 .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.zhb-step-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhb-prozess-cta {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #7d7d7d33;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.zhb-prozess-cta-text {
  color: #6b6b6b;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.zhb-btn-primary-light {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhb-btn-primary-light:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.zhb-anlass {
  background-color: #fff;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-anlass-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhb-anlass-header {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 3em;
  display: flex;
}

.zhb-sub-p-2 {
  color: #6b6b6b;
  max-width: 600px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhb-anlass-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.zhb-anlass-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #f9f9f9;
  border: 1px solid #7d7d7d26;
  flex-direction: column;
  padding: 1.75em 1.5em;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.zhb-anlass-card:hover {
  background-color: #fff;
  border-color: #038c8d;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #038c8d14;
}

.zhb-anlass-icon {
  color: #038c8d;
  background-color: #fff;
  border: 1px solid #038c8d4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  margin-bottom: .5em;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.zhb-anlass-h3 {
  color: #17181c;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.zhb-anlass-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .78rem;
  font-weight: 300;
  line-height: 1.5;
}

.zhb-faq {
  background-color: #f5f5f5;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-faq-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

.zhb-faq-header {
  grid-column-gap: .5em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zhb-faq-list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.zhb-faq-item {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  margin-bottom: 8px;
  transition-property: border-color;
  transition-duration: .3s;
  overflow: hidden;
}

.zhb-faq-item:hover {
  border-color: #038c8d66;
}

.zhb-faq-q {
  color: #17181c;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition-property: color;
  transition-duration: .2s;
  display: flex;
}

.zhb-faq-q:hover {
  color: #038c8d;
}

.zhb-faq-a {
  max-height: 0;
  padding: 0 1.5em;
  transition-property: max-height, padding;
  transition-duration: .4s;
  overflow: hidden;
}

.zhb-faq-a-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.78;
}

.zhb-final {
  background-color: #17181c;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhb-final-inner {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
}

.zhb-deco-gold {
  background-color: #dfc67a;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zhb-eyebrow-gold {
  color: #dfc67a;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zhb-final-h2 {
  color: #fff;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
}

.zhb-final-h2-span {
  color: #dfc67a;
}

.zhb-final-p {
  color: #ffffffbf;
  max-width: 620px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.zhb-final-ctas {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  display: flex;
}

.zhb-btn-primary-light-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhb-btn-primary-light-2:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d4d;
}

.zhb-btn-ghost-light {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #ffffffd9;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 15px 31px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhb-btn-ghost-light:hover {
  color: #dfc67a;
  border-color: #dfc67a;
  transform: translateY(-2px);
}

.ds-section {
  background-color: #f5f5f5;
  padding: 12em 0 6em;
  font-family: DM Sans, sans-serif;
}

.ds-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

.ds-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #7d7d7d33;
  flex-direction: column;
  margin-bottom: 4em;
  padding-bottom: 3em;
  display: flex;
}

.ds-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.ds-deco {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.ds-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.ds-h1 {
  color: #0d0d0d;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
}

.ds-intro {
  color: #6b6b6b;
  max-width: 640px;
  margin: .5em 0 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.ds-content {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  display: flex;
}

.ds-h2 {
  color: #17181c;
  border-top: 1px solid #7d7d7d26;
  margin: 2em 0 .5em;
  padding-top: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.ds-h3 {
  color: #17181c;
  margin: 1.25em 0 0;
  font-family: Encode Sans, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.3;
}

.ds-p {
  color: #4a4a4a;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.78;
}

.cs-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 12em 0 8em;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-inner {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
  position: relative;
}

.cs-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cs-deco {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.cs-eyebrow {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.cs-h1 {
  color: #0d0d0d;
  max-width: 600px;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
}

.cs-h1-span {
  color: #038c8d;
  font-style: normal;
}

.cs-sub {
  color: #6b6b6b;
  max-width: 560px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.cs-meta {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  background-color: #038c8d14;
  border-radius: 2em;
  align-items: center;
  margin-top: .5em;
  padding: .5em 1em;
  display: inline-flex;
}

.cs-meta-dot {
  background-color: #038c8d;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  animation-name: cs-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cs-meta-text {
  color: #038c8d;
  letter-spacing: .05em;
  font-family: DM Sans, sans-serif;
  font-size: .78rem;
  font-weight: 500;
}

.cs-ctas {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  display: flex;
}

.cs-btn-primary {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.cs-btn-primary:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.cs-btn-ghost {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #17181c;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #17181c33;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  padding: 15px 31px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.cs-btn-ghost:hover {
  color: #038c8d;
  border-color: #038c8d;
  transform: translateY(-2px);
}

.zhv-hero {
  align-items: center;
  min-height: 80vh;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zhv-hero-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6776b826d34e8ddc7d08e81c_getty-images-VSgY-fB4zQQ-unsplash.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.zhv-hero-inner {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 12em 4em 6em;
  display: flex;
  position: relative;
}

.zhv-sub-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zhv-deco-light {
  background-color: #fff6;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zhv-eyebrow-light {
  color: #ffffffb3;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zhv-h1 {
  color: #fff;
  max-width: 800px;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.zhv-hero-sub {
  color: #fffc;
  max-width: 600px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhv-hero-facts {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  margin-top: 1em;
  display: flex;
}

.zhv-hero-fact {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.zhv-num {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.zhv-lbl {
  color: #fff9;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: .3em;
  font-family: DM Sans, sans-serif;
  font-size: .72rem;
  font-weight: 400;
}

.zhv-btn-primary {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border: 1px solid #7d7d7d33;
  border-radius: .1em;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhv-btn-primary:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d40;
}

.zhv-trust {
  background-color: #fff;
  border-bottom: 1px solid #7d7d7d33;
  padding: 1.5em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-trust-inner {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: grid;
}

.zhv-trust-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.zhv-trust-icon {
  color: #038c8d;
  font-size: 1.2rem;
  font-weight: 700;
}

.zhv-trust-text {
  color: #6b6b6b;
  font-size: .82rem;
  font-weight: 400;
}

.zhv-trust-bold {
  color: #17181c;
  font-weight: 600;
  display: inline;
}

.zhv-funnel {
  background-color: #f5f5f5;
  padding: 5em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-funnel-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: flex;
}

.zhv-sub-wrap-center {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zhv-deco-teal {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zhv-eyebrow-teal {
  color: #038c8d;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zhv-h2-center {
  color: #0d0d0d;
  text-align: center;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.15;
}

.zhv-h2-span {
  color: #038c8d;
}

.zhv-funnel-sub {
  color: #6b6b6b;
  max-width: 600px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhv-funnel-placeholder {
  text-align: center;
  background-color: #038c8d08;
  border: 2px dashed #038c8d;
  border-radius: .25em;
  width: 100%;
  margin-top: 1.5em;
  padding: 4em 2em;
}

.zhv-funnel-ph-h4 {
  color: #038c8d;
  margin: 0 0 .5em;
  font-family: Encode Sans, sans-serif;
  font-weight: 500;
}

.zhv-funnel-ph-text {
  color: #6b6b6b;
  margin: 0;
  font-size: .8rem;
}

.zhv-leist {
  background-color: #fff;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-leist-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhv-leist-header {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 3em;
  display: flex;
}

.zhv-h2 {
  color: #0d0d0d;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.15;
}

.zhv-sub-p {
  color: #6b6b6b;
  max-width: 600px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhv-leist-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.zhv-leist-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #f5f5f5;
  border: 1px solid #7d7d7d33;
  flex-direction: column;
  padding: 2.5em 2em;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.zhv-leist-card:hover {
  border-color: #038c8d;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #038c8d14;
}

.zhv-leist-h3 {
  color: #17181c;
  border-bottom: 2px solid #038c8d;
  width: fit-content;
  margin: 0;
  padding-bottom: .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.zhv-leist-items {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.zhv-leist-item-h {
  color: #17181c;
  margin-bottom: .3em;
  font-family: Encode Sans, sans-serif;
  font-size: .92rem;
  font-weight: 500;
}

.zhv-leist-item-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhv-vorteile {
  background-color: #f5f5f5;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-vorteile-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.zhv-vorteile-header {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zhv-vorteile-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.zhv-vorteil-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  padding: 2.5em 2em;
  transition-property: all;
  transition-duration: .3s;
}

.zhv-vorteil-card:hover {
  border-top-width: 3px;
  border-top-color: #038c8d;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #0000000f;
}

.zhv-vorteil-icon {
  color: #038c8d;
  margin-bottom: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.zhv-vorteil-h3 {
  color: #17181c;
  margin: 0 0 .75em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.zhv-vorteil-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.6;
}

.zhv-intro {
  background-color: #fff;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-intro-inner {
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
  display: grid;
}

.zhv-intro-text {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.zhv-intro-h3 {
  color: #17181c;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
}

.zhv-intro-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.7;
}

.zhv-intro-image {
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #7d7d7d33;
  width: 100%;
  height: 500px;
}

.zhv-faq {
  background-color: #f5f5f5;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-faq-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

.zhv-faq-header {
  grid-column-gap: .5em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.zhv-faq-list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.zhv-faq-item {
  background-color: #fff;
  border: 1px solid #7d7d7d33;
  margin-bottom: 8px;
  transition-property: border-color;
  transition-duration: .3s;
  overflow: hidden;
}

.zhv-faq-item:hover {
  border-color: #038c8d66;
}

.zhv-faq-q {
  color: #17181c;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition-property: color;
  transition-duration: .2s;
  display: flex;
}

.zhv-faq-q:hover {
  color: #038c8d;
}

.zhv-faq-a {
  max-height: 0;
  padding: 0 1.5em;
  transition-property: max-height, padding;
  transition-duration: .4s;
  overflow: hidden;
}

.zhv-faq-a-p {
  color: #6b6b6b;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.78;
}

.zhv-final {
  background-color: #17181c;
  padding: 6em 0;
  font-family: DM Sans, sans-serif;
}

.zhv-final-inner {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
}

.zhv-deco-gold {
  background-color: #dfc67a;
  flex-shrink: 0;
  width: 2em;
  height: 1px;
}

.zhv-eyebrow-gold {
  color: #dfc67a;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.zhv-final-h2 {
  color: #fff;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
}

.zhv-final-h2-span {
  color: #dfc67a;
}

.zhv-final-p {
  color: #ffffffbf;
  max-width: 620px;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.zhv-final-ctas {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  display: flex;
}

.zhv-btn-primary-light {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #038c8d;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhv-btn-primary-light:hover {
  background-color: #026d6e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #038c8d4d;
}

.zhv-btn-ghost-light {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #ffffffd9;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 15px 31px;
  font-family: DM Sans, sans-serif;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-flex;
}

.zhv-btn-ghost-light:hover {
  color: #dfc67a;
  border-color: #dfc67a;
  transform: translateY(-2px);
}

.section--is--besichtigung {
  background-color: #f5f5f5;
  padding: 6em 0;
}

.container-12 {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.header-2 {
  flex-direction: column;
  margin-bottom: 3em;
  display: flex;
}

.header-2.header__is--centered {
  text-align: center;
  align-items: center;
}

.subheading--wrapper-4 {
  margin-bottom: .75em;
}

.deco--line-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eyebrow__is--green {
  color: #038c8d;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: .75em;
  font-weight: 500;
}

.heading-m-6 {
  color: #1a1a1a;
  margin-top: .5em;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.15;
}

.paragraph {
  color: #6b6b6b;
  max-width: 32em;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

.wb-form-wrap {
  flex-direction: column;
  display: flex;
}

.footer-button-wiederrufslink {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  background-color: var(--green);
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: .6em .8em;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.footer-link-widerruf {
  color: var(--white);
  text-transform: none;
  font-family: Encode Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.wh-detail__hero-overlay {
  position: absolute;
  inset: 0;
}

.wh-detail__arrow--right {
  right: 16px;
}

.wh-detail__arrow {
  background: #00000073;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 50%;
}

.wh-detail__arrow--left {
  left: 16px;
}

.wh-detail__hero {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
}

.wh-detail__slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wh-detail__slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wh-detail__hero-info {
  padding: 4em 4em 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wh-detail__hero-info-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wh-detail__title {
  color: #fff;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.15;
}

.wh-detail__slider {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  width: 100%;
  max-height: 90vh;
  position: relative;
  overflow: hidden;
}

.wh-detail__top-badge {
  display: none;
}

.wh-detail__facts {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.25em;
  font-family: Encode Sans, sans-serif;
  display: flex;
}

.wh-detail__eyebrow {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Encode Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.wh-detail__data-label {
  color: #6b6b6b;
  flex-shrink: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
}

.wh-detail__main {
  width: 100%;
  min-width: 0;
}

.wh-detail__contact-img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
}

.wh-detail__data-courtage-wrap {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.wh-detail__data-table-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.wh-detail__cta {
  color: #fff;
  background: #038c8d;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: .75em;
  padding: 13px 24px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.wh-detail__data-table {
  flex-direction: column;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.wh-detail__contact-eyebrow {
  color: #038c8d;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Encode Sans, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.wh-detail__contact-name {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.wh-detail__text {
  color: #333;
  font-family: Encode Sans, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.wh-detail__contact-link {
  color: #1a1a1a;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.wh-detail__data-value {
  color: #1a1a1a;
  text-align: right;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.wh-detail__section-title {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Encode Sans, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
}

.wh-detail__data-row {
  grid-column-gap: 1em;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wh-detail__data-row.hide {
  display: none;
}

.wh-detail__section {
  margin-bottom: 3em;
  padding-top: 2em;
}

.wh-detail__section.wh-detail__section--karte {
  padding: 4em;
}

.wh-detail__contact-body {
  flex-direction: column;
  padding: 1.5em;
  display: flex;
}

.wh-detail__contact {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
}

.wh-detail__sidebar {
  width: 100%;
}

.wh-detail__content {
  padding: 4em;
  display: block;
}

.wh-detail__section-inner--beschreibung {
  flex-direction: column;
  padding-top: 2em;
  display: flex;
  overflow: clip;
}

.wh-detail__contact-row {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.wh-bilder__stage-slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wh-bilder__stage-arrow--left {
  cursor: pointer;
  background: #00000073;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 16px;
}

.wh-bilder__thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wh-bilder {
  width: 75%;
  margin: 2.5em auto;
  padding-left: 0;
  padding-right: 0;
}

.wh-bilder__stage {
  cursor: pointer;
  aspect-ratio: 16 / 10;
  background: #111;
  border-radius: 4px;
  width: 100%;
  max-height: 70vh;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.wh-bilder__thumbs {
  grid-column-gap: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}

.wh-bilder__stage-arrow--right {
  cursor: pointer;
  background: #00000073;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
}

.wh-bilder__stage-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wh-bilder__thumb {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 3px;
  flex: none;
  width: 120px;
  height: 80px;
  overflow: hidden;
}

.wh-expose-box__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Encode Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.wh-expose-box__text {
  color: #ffffffe6;
  margin-top: 0;
  margin-bottom: 1.25em;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.wh-expose-box {
  background: #038c8d;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75em;
  display: flex;
}

.wh-expose-box__btn {
  color: #038c8d;
  background: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 24px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.wh-detail__map-wrap {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.wh-detail__map {
  width: 100%;
  height: 360px;
}

.code-embed-15 {
  padding-left: 4em;
  padding-right: 4em;
}

.wh-detail__contact-icon-2 {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.immobilien-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: flex;
}

.objekt-kz-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .65em;
}

.container-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: relative;
}

.immo-lage_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 18px;
  display: flex;
}

.section--is--tops {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  overflow: clip;
}

.wh-card__fact-2 {
  flex-flow: row;
  display: block;
}

.wh-card__fact-icon {
  color: #038c8d;
  margin-bottom: 3px;
  display: block;
}

.wh-card__cta {
  color: #333;
  cursor: pointer;
  background-color: #f2f2f2;
  border-style: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  display: flex;
}

.header--wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.immo-lage {
  opacity: .5;
  color: #0d0d0d;
  font-family: DM Sans, sans-serif;
  font-size: .78rem;
}

.wh-card__facts-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.immo--categorys {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 4em;
  display: none;
}

.category-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}

.category-wrapper.is--immo {
  border: 1px solid #7d7d7d33;
}

.category--img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
}

.typ-badge {
  background-color: #0d0d0d;
  border: 1px solid #c9a84c2e;
  padding: 5px 11px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.subheading--wrapper-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrap {
  border: 1px solid #7d7d7d33;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  padding: .5em;
  display: flex;
}

.icon-wrap.is--immo {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.button-card__button {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.25em 2em 1.25em 1.25em;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: absolute;
  bottom: 0;
}

.button-card__button.is--dark {
  background-color: #fff;
  padding-right: 1.25em;
}

.immo-card__info {
  background-color: #e8e8e8;
  border-top: 2px solid #c9a84c2e;
  padding: 1.5em;
  position: relative;
}

.wh-top-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2em;
  display: block;
}

.wh-top-slider__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wh-card__slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.wh-card__slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wh-card__sold-badge-2 {
  z-index: 5;
  color: #fff;
  background-color: #038c8deb;
  border-radius: 3px;
  padding: 7px 14px;
  font-size: 13px;
  display: none;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.immo--card_img {
  aspect-ratio: 4 / 3;
}

.badge {
  color: #fff;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
}

.badge.green {
  color: #038c8d;
  font-size: .62rem;
}

.immo-kennzahlen {
  border-top: 1px solid #7d7d7d33;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 16px;
  display: flex;
}

.immo-card {
  position: relative;
}

.immo-title {
  color: #0d0d0d;
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 500;
}

.btn-primary-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  letter-spacing: 0;
  text-transform: none;
  background-color: #038c8d;
  border: 1px solid #038c8d;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.objekt-kz-val {
  color: #038c8d;
  margin-bottom: 3px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.immo-divider__horizonal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 4em;
  display: none;
}

.kennzahlen {
  border-right: 1px solid #7d7d7d33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.kennzahlen.last {
  border-right-style: none;
  padding-left: 16px;
  padding-right: 0;
}

.kennzahlen.first {
  border-right-color: #7d7d7d33;
  padding-left: 0;
  padding-right: 16px;
}

.line {
  background-color: #7d7d7d33;
  width: 100%;
  height: 1px;
  margin-bottom: 4em;
}

.line.is-gold {
  background-color: #7d7d7d33;
  margin-bottom: 0;
}

.btn-ghost-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #fff0;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Encode Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.btn-ghost-2.is--dark {
  border-color: #e0e0e0;
  border-radius: 0;
}

.heading-span-3 {
  color: #038c8d;
  font-style: normal;
  font-weight: 500;
}

.heading-m-7 {
  box-sizing: border-box;
  color: #0d0d0d;
  width: auto;
  margin: 0;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
}

.wgf-faq {
  background-color: #f5f5f5;
  padding: 6em 1.5em;
}

.wgf-faq-inner {
  grid-row-gap: 3em;
  flex-direction: column;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wgf-faq-header {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wgf-sub-wrap {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.wgf-deco {
  background-color: #038c8d;
  width: 28px;
  height: 1px;
}

.wgf-eyebrow {
  color: #038c8d;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8125em;
  font-weight: 500;
}

.wgf-h2 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2;
}

.wgf-h2-span {
  color: #038c8d;
}

.wgf-list {
  grid-row-gap: .75em;
  flex-direction: column;
  display: flex;
}

.wgf-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 1.25em 1.5em 0;
  transition-property: border-color;
  transition-duration: .3s;
}

.wgf-q {
  color: #1a1a1a;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25em;
  font-family: Encode Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.wgf-q-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: 1em;
  position: relative;
}

.wgf-a {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wgf-a-p {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.78;
}

.section-is__videowrap {
  padding: 4em;
}

.pagewrap {
  width: 100vw;
  overflow: clip;
}

.wha-hero {
  align-items: flex-end;
  min-height: 78vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wha-hero__inner {
  z-index: 2;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 6em;
  position: relative;
}

.wha-hero__eyebrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.wha-hero__title {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 20ch;
  margin-bottom: 20px;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.06;
}

.wha-hero__bg {
  z-index: 0;
  background-image: url('../images/698c713616a6852ae7afed04_moritz-ludtke-mcvP7b91EMg-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.wha-hero__sub {
  color: #ffffffe0;
  max-width: 56ch;
  margin-top: 24px;
  font-size: clamp(16px, 1.7vw, 19px);
}

.span-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.wha-container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.wha-hero__dot {
  background-color: #dfc67a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  padding: 0;
}

.wha-hero__overlay {
  z-index: 1;
  background-image: linear-gradient(#17181c40 0%, #17181c8c 55%, #17181cd1 100%);
  position: absolute;
  inset: 0;
}

.wha-deco-line {
  background-color: #038c8d;
  flex-shrink: 0;
  width: 40px;
  height: 1px;
  padding: 0;
}

.wha-h2 {
  letter-spacing: -.01em;
  font-family: Encode Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.18;
}

.wha-story__badge {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #fff9;
  border-left: 3px solid #dfc67a;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 26px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  box-shadow: 0 18px 50px #17181c29;
}

.wha-story {
  padding-top: clamp(72px, 10vw, 130px);
  padding-bottom: clamp(72px, 10vw, 130px);
}

.wha-story__grid {
  grid-column-gap: clamp(40px, 6vw, 88px);
  grid-row-gap: clamp(40px, 6vw, 88px);
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.wha-eyebrow {
  color: #038c8d;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Encode Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.wha-story__badge-num {
  color: #0d0d0d;
  font-family: Encode Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.wha-story__media {
  width: auto;
  height: 100%;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wha-eyebrow-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.wha-timeline__items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  position: relative;
}

.wha-deco-line--gold {
  background-color: #dfc67a;
}

.wha-tl-item__text {
  color: #6b6b6b;
  margin-top: 8px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.wha-eyebrow--gold {
  color: #b49646;
}

.wha-lead {
  max-width: 620px;
  color: var(--white);
  margin-top: 16px;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.wha-lead.dark {
  color: var(--dark);
}

.wha-tl-item {
  padding-top: 38px;
  position: relative;
}

.wha-tl-item__title {
  margin-top: 8px;
  font-family: Encode Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.wha-timeline {
  background-color: #f5f5f5;
  padding-top: clamp(72px, 10vw, 120px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

.wha-timeline__head {
  max-width: 720px;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.wha-tl-item__dot {
  background-color: #fff;
  border: 2px solid #038c8d;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
  position: absolute;
  top: 4px;
  left: 0;
}

.wha-timeline__track {
  position: relative;
}

.wha-tl-item__year {
  color: #038c8d;
  letter-spacing: -.01em;
  font-family: Encode Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.wha-timeline__line {
  background-color: #e5e5e5;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
}

.wha-stats__head {
  text-align: center;
  max-width: 640px;
  margin-bottom: clamp(48px, 6vw, 70px);
  margin-left: auto;
  margin-right: auto;
}

.wha-stat__num {
  color: #17181c;
  letter-spacing: -.02em;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1;
}

.wha-stat {
  text-align: center;
  background-color: #fff;
  padding: clamp(28px, 4vw, 46px) clamp(20px, 3vw, 34px);
}

.wha-stat__label {
  color: #6b6b6b;
  margin-top: 14px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
}

.wha-stats__grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  overflow: hidden;
}

.wha-stats {
  padding-top: clamp(72px, 9vw, 116px);
  padding-bottom: clamp(72px, 9vw, 116px);
}

.wha-values__head {
  max-width: 720px;
  margin-bottom: clamp(44px, 6vw, 64px);
}

.wha-values {
  color: #fff;
  background-color: #17181c;
  padding-top: clamp(72px, 10vw, 120px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

.wha-values__grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: hidden;
}

.wha-value__text {
  color: #ffffffad;
  margin-top: 12px;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
}

.wha-value__num {
  letter-spacing: .1em;
  color: #dfc67a;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.wha-value__title {
  color: #fff;
  margin-top: 18px;
  font-family: Encode Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wha-value {
  background-color: #17181c;
  padding: clamp(30px, 4vw, 44px);
}

.wha-member__role {
  color: #038c8d;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.wha-team__head {
  max-width: 720px;
  margin-bottom: clamp(44px, 6vw, 64px);
}

.wha-member__photo-ph {
  color: #c5c5c5;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.wha-team__grid {
  grid-column-gap: clamp(24px, 3vw, 36px);
  grid-row-gap: clamp(24px, 3vw, 36px);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.wha-member__name {
  margin-top: 20px;
  font-family: Encode Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.wha-member__photo {
  aspect-ratio: 3 / 4;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.wha-team {
  padding-top: clamp(72px, 10vw, 120px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

.wha-cta__text {
  color: #ffffffd9;
  max-width: 48ch;
  margin-top: 14px;
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.is-white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-color: #fff6;
  font-size: 14px;
  font-weight: 400;
}

.wha-btn--primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #038c8d;
  border-color: #038c8d;
  padding: 15px 28px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wha-btn--ghost {
  color: #17181c;
  background-color: #0000;
  border-color: #e5e5e5;
}

.wha-cta {
  background-image: url('../images/jorg-angeli-FmYSpOg4oiw-unsplash_1jorg-angeli-FmYSpOg4oiw-unsplash.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: clamp(56px, 7vw, 84px);
  padding-bottom: clamp(56px, 7vw, 84px);
}

.wha-cta__title {
  color: #fff;
  font-family: Encode Sans, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.18;
}

.wha-cta__actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wha-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 2px;
  align-items: center;
  padding: 15px 28px;
  font-family: Encode Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.wha-cta__card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 0;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 72px);
  display: grid;
}

.paragraph-2 {
  font-family: Encode Sans, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.padding {
  background-color: #f5f5f5;
  padding-top: 10em;
}

.wh-card--cta {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wh-card__cta-inner {
  grid-column-gap: .85em;
  grid-row-gap: .85em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2.25em 1.75em;
  display: flex;
}

.wh-card__cta-icon {
  color: #038c8d;
  background-color: #038c8d26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: .25em;
  display: flex;
}

.wh-card__cta-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3;
}

.wh-card__cta-text {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  line-height: 1.6;
}

.wh-card__cta-btn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #038c8d;
  border-radius: 6px;
  align-items: center;
  margin-top: .75em;
  padding: .7em 1.3em;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  display: inline-flex;
}

.whzk-formular {
  flex-direction: column;
  display: flex;
}

.whzk-heading-wrap {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.whzk-eyebrow-wrap {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.whzk-deco-line {
  background-color: #038c8d;
  width: 2em;
  height: 1px;
}

.whzk-eyebrow {
  color: #038c8d;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .85em;
  font-weight: 600;
}

.whzk-heading {
  color: #1a1a1a;
  margin-top: .25em;
  margin-bottom: 0;
  font-family: Encode Sans, sans-serif;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.15;
}

.whzk-intro {
  color: #6b6b6b;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

.whzk-form {
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.whzk-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.whzk-field {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.whzk-label {
  color: #6b6b6b;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.whzk-input, .whzk-select {
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  padding: .85em 1em;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
}

.whzk-textarea {
  color: #1a1a1a;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  min-height: 120px;
  padding: .85em 1em;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
}

.whzk-submit {
  grid-column-gap: .75em;
  cursor: pointer;
  background-color: #038c8d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: .75em;
  padding: 1.1em 1.5em;
  text-decoration: none;
  display: flex;
}

.whzk-submit-text {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.whzk-submit-icon {
  color: #fff;
  width: 18px;
  height: 18px;
}

.whzk-success {
  color: #038c8d;
  background-color: #038c8d1a;
  border-radius: 4px;
  padding: 1.25em 1.5em;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.whzk-error {
  color: #c0392b;
  background-color: #c0392b14;
  border-radius: 4px;
  margin-top: 1em;
  padding: 1.25em 1.5em;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 1280px) {
  .hero--heading_slogan.is--anlage {
    font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  }

  .hero--subheading_h1 {
    font-size: clamp(.95rem, 1.3vw, 1.05rem);
    font-weight: 300;
  }

  .container-12 {
    max-width: 85em;
  }
}

@media screen and (min-width: 1440px) {
  .hero--heading_slogan.is--anlage {
    max-width: 15em;
    font-size: clamp(2.3rem, 5vw, 3.8rem);
  }

  .hero--usp__wrap {
    justify-content: flex-end;
    align-items: stretch;
  }

  .hero--content_wrap {
    width: auto;
  }

  .eyebrow {
    font-size: .7rem;
  }

  .eyebrow.is--hero.is--dark {
    opacity: .5;
  }

  .hero--is__left {
    width: auto;
  }

  .heading-m-2.is--objekte {
    font-size: 2rem;
  }

  .ds-inner {
    padding-top: 4rem;
  }

  .wha-container {
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .eyebrow, .eyebrow.is--hero, .eyebrow.is--green {
    font-size: .72rem;
  }

  .container, .container-5 {
    max-width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5.is--immos {
    max-width: 90%;
  }

  .container-13 {
    max-width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero--heading_slogan {
    font-size: 15vw;
  }

  .hero--heading_slogan.is--anlage {
    max-width: 14em;
    font-size: 3rem;
  }

  .hero--usp__wrap {
    display: none;
  }

  .hero--subheading_h1 {
    width: 75%;
  }

  .hero--content_wrap {
    background-color: #fff0;
    height: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    top: 0;
  }

  .hero--videowrap {
    height: 100%;
  }

  .fact-text {
    font-size: 45px;
  }

  .section--is--hero {
    min-height: 80svh;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button--wrap {
    padding: 0;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header {
    margin-bottom: 2em;
  }

  .section--is--blog {
    padding-top: 4em;
    padding-bottom: 4em;
    display: none;
  }

  .nav-button.md--hide {
    display: none;
  }

  .nav-link__label {
    font-size: 1em;
  }

  .nav-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nav-inner {
    padding-top: 1.25em;
  }

  .nav-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-link.is-cta {
    display: none;
  }

  .is--anlage-referenzen__grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .is--analgeimmobilien__grid {
    grid-template-columns: 1fr 1fr;
  }

  .srv-grid {
    flex-flow: column;
  }

  .srv-num {
    margin-bottom: .25em;
  }

  .zh-trust-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-trust-divider {
    width: 60px;
    height: 1px;
  }

  .zh-prozess-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-proz-header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .zh-proz-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .zh-proz-cta {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    flex-direction: column;
  }

  .zh-ref-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-ref-header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .zh-ref-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .zh-ref-card {
    width: 65%;
  }

  .zh-ref-img {
    height: 300px;
  }

  .section--is--footer {
    border-top: 1px solid #ffffff26;
    padding-top: 4em;
    padding-bottom: 1.5em;
  }

  .container-7 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer-row {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3em;
  }

  .footer--bottom {
    grid-row-gap: 1.25em;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer--legal {
    justify-content: center;
  }

  .section--is--page-header {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .container-9 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-l {
    font-size: 2.8em;
  }

  .section--is--anlaesse {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container-10 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-m-4 {
    font-size: 2em;
  }

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

  .section--is--formular {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .container-11 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .formular--inner {
    grid-column-gap: 3em;
    grid-template-columns: 1fr;
  }

  .formular--left {
    padding: 2.5em 2em;
  }

  .heading-m-5 {
    font-size: 1.75em;
  }

  .formular--right {
    position: static;
    top: auto;
  }

  .zh-hero {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4em;
  }

  .zh-trust-inner-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-args-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-args-grid {
    grid-template-columns: 1fr;
  }

  .zh-prozess-inner-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zh-prozess-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .zh-prozess-grid {
    flex-direction: column;
  }

  .zh-prozess-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .zh-final-inner, .zh-funnel-inner, .zhb-funnel-inner, .zhb-args-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhb-args-grid {
    grid-template-columns: 1fr;
  }

  .zhb-prozess-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhb-prozess-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .zhb-prozess-grid {
    flex-direction: column;
  }

  .zhb-prozess-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .zhb-anlass-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhb-anlass-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zhb-faq-inner, .zhb-final-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .ds-section {
    padding-top: 6em;
  }

  .ds-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cs-section {
    min-height: 70vh;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .cs-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhv-hero-inner {
    padding: 6em 2em 4em;
  }

  .zhv-trust-inner {
    grid-column-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhv-funnel-inner, .zhv-leist-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhv-leist-grid {
    grid-template-columns: 1fr;
  }

  .zhv-vorteile-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhv-intro-inner {
    grid-template-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .zhv-intro-image {
    height: 350px;
  }

  .zhv-faq-inner, .zhv-final-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section--is--besichtigung {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .heading-m-6 {
    font-size: 2em;
  }

  .footer-button-wiederrufslink {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-link-widerruf {
    font-size: 1em;
  }

  .wh-detail__sidebar {
    align-self: start;
    height: fit-content;
    position: sticky;
    top: 24px;
  }

  .wh-detail__content {
    grid-column-gap: 3em;
    grid-template-columns: 1fr 340px;
    align-items: start;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: grid;
  }

  .code-embed-15 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .immobilien-wrapper {
    grid-template-columns: 1fr;
  }

  .container-13 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section--is--tops {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .immo--categorys {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .category--img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .immo--card_img {
    aspect-ratio: 2;
  }

  .span-2 {
    font-size: .85rem;
  }

  .wha-story__badge {
    left: 20px;
  }

  .wha-story__grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wha-story__media {
    order: -1;
  }

  .wha-timeline__items {
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .wha-timeline__line {
    display: none;
  }

  .wha-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wha-values__grid {
    grid-template-columns: 1fr;
  }

  .wha-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wha-cta__card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .eyebrow {
    margin-bottom: 5px;
  }

  .fact-text {
    font-size: 50px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header.is--flex {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .blog--wrapper {
    flex-flow: column;
  }

  .nav-end {
    z-index: 2;
    position: relative;
  }

  .nav-logo {
    z-index: 1;
    position: relative;
  }

  .nav-dropdown__overflow {
    grid-template-rows: 0fr;
    width: 100%;
    display: grid;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown__link {
    aspect-ratio: 1;
    height: auto;
    padding: 1em;
  }

  .nav-dropdown {
    opacity: 100;
    pointer-events: auto;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto;
  }

  .menu-button {
    display: flex;
  }

  .nav-bg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 0;
  }

  .nav-button.md--hide {
    display: none;
  }

  .nav-dropdown__content {
    grid-gap: .75em;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1em;
    padding-bottom: 1em;
    display: grid;
  }

  .nav-center__list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding-top: 12em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    overflow: hidden scroll;
  }

  .nav-link__label {
    font-size: 1.5em;
  }

  .nav-dropdown__overflow-inner {
    flex-flow: column;
    width: 100%;
    height: 1000000%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown__link-label {
    font-size: 1.25em;
  }

  .nav-link {
    background-color: var(--transparent);
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding: 1em 1.25em;
  }

  .nav-link.is-cta {
    background-color: var(--green);
    width: 65%;
    color: var(--white);
    margin-top: 2em;
    font-size: .8rem;
    display: flex;
  }

  .nav-link.about, .nav-link.about.w--current {
    display: flex;
  }

  .nav-center {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: -1.25em;
    right: -1.25em;
    transform: translate(0, 1em);
  }

  .is--anlage-referenzen__grid {
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .is--analgeimmobilien__grid {
    grid-template-columns: 1fr;
  }

  .sec-service {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .srv-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .srv-title {
    font-size: 1.8em;
  }

  .zh-faq {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .zh-faq-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zh-faq-title, .zh-proz-title, .zh-ref-title {
    font-size: 1.8em;
  }

  .section--is--footer {
    padding-top: 3em;
    padding-bottom: 1.5em;
  }

  .container-7 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer-row {
    grid-column-gap: 1.5em;
    grid-template-columns: 1fr;
    padding-bottom: 2.5em;
  }

  .footer-kooperationen {
    grid-column-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer--bottom {
    grid-row-gap: 1em;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer--ecosystem {
    grid-row-gap: .4em;
    flex-direction: column;
  }

  .footer--legal {
    grid-column-gap: 1em;
    justify-content: center;
  }

  .section--is--page-header {
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .container-9 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .heading-l {
    font-size: 2.2em;
  }

  .page-header--intro {
    font-size: 1em;
  }

  .section--is--anlaesse {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-10 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .header__is--centered-2 {
    margin-bottom: 2em;
  }

  .heading-m-4 {
    font-size: 1.75em;
  }

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

  .section--is--formular {
    padding-top: 3em;
    padding-bottom: 3.5em;
  }

  .container-11 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .formular--inner {
    grid-column-gap: 2em;
    grid-template-columns: 1fr;
  }

  .formular--left {
    padding: 2em 1.5em;
  }

  .heading-m-5 {
    font-size: 1.5em;
  }

  .form--row {
    grid-template-columns: 1fr;
  }

  .li {
    font-family: Encode Sans, sans-serif;
  }

  .zhb-anlass-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zhv-vorteile-grid {
    grid-template-columns: 1fr;
  }

  .section--is--besichtigung {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-m-6 {
    font-size: 1.75em;
  }

  .footer-button-wiederrufslink {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 1.25em;
  }

  .footer-link-widerruf {
    font-size: 1.5em;
  }

  .wh-detail__title {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .container-13 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wgf-faq {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .wgf-h2 {
    font-size: 1.75em;
  }

  .wha-hero {
    min-height: 70vh;
  }

  .wha-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .wha-h2 {
    font-size: 1.8rem;
  }

  .wha-timeline__items, .wha-stats__grid {
    grid-template-columns: 1fr;
  }

  .wha-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whzk-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .eco-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .textlink {
    font-size: 12px;
  }

  .hero--heading_slogan.is--anlage {
    font-size: 2rem;
  }

  .hero--subheading_h1 {
    width: 100%;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 300;
  }

  .hero--content_wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 8em;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
  }

  .eyebrow.is--hero {
    color: #fff;
    margin-bottom: 0;
  }

  .eyebrow.is--green {
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .7rem;
  }

  .section--is--hero {
    justify-content: center;
    align-items: center;
    min-height: 95svh;
  }

  .hero--is__left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-end;
    align-items: flex-start;
    height: 55%;
  }

  .subheading--wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-m {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header.is--flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-end {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-logo {
    width: 6.5em;
  }

  .nav-dropdown__link {
    padding: .75em;
  }

  .menu-button {
    width: 2.5em;
    height: 2.5em;
  }

  .nav-button.is--primary {
    background-color: var(--white);
    height: 2.5em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .nav-center__list {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-inner {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .nav-dropdown__link-bubble {
    width: 1.25em;
    height: 1.25em;
    padding: .375em;
  }

  .nav-dropdown__link-label {
    font-size: 1em;
  }

  .nav-link {
    background-color: var(--transparent);
    width: 100%;
    padding-left: 0;
  }

  .nav-link.is-cta {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4em;
    font-size: .65rem;
  }

  .nav-link.about.w--current {
    display: flex;
  }

  .is--anlage-referenzen__grid {
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-5.is--immos {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-m-2 {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  }

  .heading-m-2.is--objekte {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .zh-faq-eyebrow, .zh-proz-eyebrow {
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .7rem;
  }

  .zh-proz-grid {
    grid-template-columns: 1fr;
  }

  .zh-ref {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .zh-ref-eyebrow {
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .7rem;
  }

  .zh-ref-card {
    width: 100%;
  }

  .zh-ref-img {
    height: 222px;
  }

  .section--is--page-header {
    padding-top: 10em;
  }

  .heading-l {
    font-size: 1.9em;
  }

  .zh-hero, .zh-args-inner, .zh-prozess-inner-2, .zh-final-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zh-final-ctas {
    flex-direction: column;
    width: 100%;
  }

  .zh-btn-primary-final, .zh-btn-phone {
    justify-content: center;
    width: 100%;
  }

  .zh-funnel-inner, .zhb-funnel-inner, .zhb-args-inner, .zhb-prozess-inner, .zhb-anlass-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zhb-anlass-grid {
    grid-template-columns: 1fr;
  }

  .zhb-faq-inner, .zhb-final-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zhb-final-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .ds-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cs-section {
    min-height: 60vh;
    padding-top: 12em;
    padding-bottom: 5em;
  }

  .cs-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cs-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .zhv-hero-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zhv-trust-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zhv-funnel-inner, .zhv-leist-inner, .zhv-vorteile-inner, .zhv-intro-inner, .zhv-faq-inner, .zhv-final-inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .zhv-final-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .wh-detail__hero-overlay {
    position: static;
  }

  .wh-detail__arrow--right, .wh-detail__arrow--left {
    padding: 0;
  }

  .wh-detail__hero {
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .wh-detail__slide-img {
    overflow: clip;
  }

  .wh-detail__hero-info {
    height: auto;
    padding-top: 2em;
    position: static;
  }

  .wh-detail__slider {
    aspect-ratio: auto;
    height: 100%;
    max-height: none;
    position: static;
  }

  .wh-detail__section.wh-detail__section--karte, .wh-detail__content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .wh-detail__section-inner--beschreibung {
    margin-bottom: 3em;
  }

  .code-embed-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .immo--categorys {
    grid-template-columns: 1fr;
  }

  .category--img {
    aspect-ratio: 1;
  }

  .subheading--wrapper-5 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .immo--card_img {
    aspect-ratio: 3 / 2;
  }

  .heading-m-7 {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  }

  .wha-hero__title {
    font-weight: 700;
  }

  .wha-h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  }

  .wha-lead {
    color: var(--dark);
  }

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

  .wha-team__grid {
    grid-template-columns: 1fr;
  }
}


