@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolage Grotesque;
  src: url('../fonts/BricolageGrotesque_24pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Mono;
  src: url('../fonts/GeistMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --schwarz: #0a0a0a;
  --rot-brand: red;
  --grau-hell: #f4f4f4;
  --blau-hell: #a4c2db;
  --rot-dunkel: #d72e2a;
  --grau-sekundaer: #4a4a4a;
  --grau-body: #333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.nav_wrap {
  z-index: 1001;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffd1;
  border-bottom: 1px solid #8080802e;
  font-family: Geist, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px clamp(20px, 5vw, 80px);
  display: flex;
  position: relative;
}

.nav_logo-link {
  flex: none;
  align-items: center;
  width: 15%;
  text-decoration: none;
  display: flex;
}

.nav_logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  display: block;
}

.nav_logo-text {
  color: var(--schwarz);
  letter-spacing: -.04em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.nav_logo-dot {
  color: var(--rot-brand);
}

.nav_menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--schwarz);
  padding: 6px 10px;
  font-size: 15px;
  text-decoration: none;
}

.nav_right {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: none;
  align-items: center;
  display: flex;
}

.nav_lang-link {
  color: #0006;
  padding: 4px 6px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  text-decoration: none;
}

.nav_lang-link_active {
  color: var(--schwarz);
}

.nav_toggle-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  padding: 8px 4px;
  display: none;
}

.nav_toggle-line {
  background-color: var(--schwarz);
  border-radius: 2px;
  width: 22px;
  height: 2px;
  display: block;
}

.footer_wrap {
  background-color: var(--schwarz);
  padding: 0 clamp(20px, 5vw, 80px) 4vh;
  font-family: Geist, sans-serif;
  position: relative;
  overflow: hidden;
}

.footer_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.footer_cta {
  grid-column-gap: clamp(24px, 3vw, 40px);
  grid-row-gap: clamp(24px, 3vw, 40px);
  border-bottom: 1px solid #8080804d;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(340px, 52vh, 560px);
  padding: clamp(60px, 8vw, 0) 0;
  display: flex;
}

.footer_eyebrow {
  color: #fff;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.footer_heading {
  color: #fff;
  letter-spacing: -.05em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 700;
  line-height: .82;
}

.footer_heading-accent {
  color: var(--rot-brand);
}

.footer_email-btn {
  background-color: var(--rot-brand);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20em;
  max-width: 100%;
  padding: 20px 34px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.footer_info {
  border-bottom: 1px solid #8080804d;
  padding: clamp(48px, 5vw, 80px) 0 clamp(140px, 18vw, 240px);
  position: relative;
}

.footer_info-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer_info-label {
  color: #fff;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.footer_info-value {
  color: #fff;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.footer_info-value_tight {
  margin-top: 6px;
}

.footer_info-link {
  text-decoration: none;
  display: block;
}

.footer_bg-wordmark {
  z-index: 1;
  opacity: .08;
  pointer-events: none;
  color: #fff;
  letter-spacing: -.06em;
  white-space: nowrap;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(5rem, 24vw, 20rem);
  font-weight: 700;
  line-height: .8;
  position: absolute;
  top: auto;
  bottom: -2vw;
  left: 50%;
  transform: translateX(-50%);
}

.footer_bottom {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.footer_copyright {
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
}

.footer_legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer_legal-link {
  opacity: .6;
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  text-decoration: none;
}

.section_hero {
  background-color: #fff;
  padding-top: clamp(112px, 14vh, 150px);
  padding-bottom: 0;
}

.container-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
}

.hero_eyebrow-row {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero_eyebrow-bar {
  background-color: #80808040;
  flex: none;
  width: 56px;
  height: 3px;
  margin-right: 20px;
  position: relative;
}

.hero_eyebrow-bar-fill {
  background-color: var(--rot-brand);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_eyebrow-text {
  color: var(--schwarz);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.hero_top {
  grid-column-gap: clamp(28px, 4vw, 60px);
  grid-row-gap: clamp(28px, 4vw, 60px);
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.hero_headline-col {
  flex: 1.3 340px;
  align-items: flex-end;
  display: flex;
}

.hero_heading {
  color: var(--schwarz);
  letter-spacing: -.05em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: .82;
}

.hero_heading-accent {
  color: var(--rot-brand);
}

.hero_image-col {
  flex: 320px;
  min-height: clamp(280px, 42vh, 520px);
  display: flex;
}

.hero_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.hero_divider {
  background-color: #8080804d;
  height: 2px;
  margin: 40px 0;
}

.hero_bottom {
  grid-column-gap: clamp(24px, 4vw, 40px);
  grid-row-gap: clamp(24px, 4vw, 40px);
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: clamp(56px, 8vw, 100px);
  display: flex;
}

.hero_text {
  color: var(--schwarz);
  text-align: justify;
  flex: 340px;
  margin: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
}

.hero_cta-wrap {
  flex: 200px;
  justify-content: flex-end;
  display: flex;
}

.button {
  background-color: var(--rot-brand);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 20px 34px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.marquee_wrap {
  background-color: #fff;
  border-top: 1px solid #8080804d;
  border-bottom: 1px solid #8080804d;
  overflow: hidden;
}

.marquee_track {
  justify-content: space-between;
  width: max-content;
  padding-block: clamp(28px, 5vw, 64px);
  display: flex;
}

.marquee_group {
  grid-column-gap: clamp(2rem, 5vw, 5rem);
  grid-row-gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-right: clamp(2rem, 5vw, 5rem);
  display: flex;
}

.marquee_item {
  white-space: nowrap;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 700;
}

.marquee_item_accent {
  color: var(--rot-brand);
}

.section_ansatz {
  background-color: #fff;
  padding-block: clamp(72px, 11vw, 140px);
}

.ansatz_heading {
  letter-spacing: -.05em;
  margin: 0 0 clamp(48px, 7vw, 90px);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3rem, 11vw, 8.5rem);
  font-weight: 700;
  line-height: .82;
}

.ansatz_heading-accent {
  color: var(--rot-brand);
}

.ansatz_top {
  grid-column-gap: clamp(28px, 4vw, 60px);
  grid-row-gap: clamp(28px, 4vw, 60px);
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.ansatz_intro-col {
  flex: 1.75 340px;
}

.ansatz_label {
  color: var(--rot-brand);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.ansatz_lead {
  text-align: justify;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.6rem, 4.2vw, 3rem);
  font-weight: 700;
  line-height: 1.02;
}

.ansatz_image-col {
  flex: 300px;
  min-height: clamp(280px, 45vh, 520px);
  display: flex;
}

.ansatz_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.ansatz_spacer {
  height: clamp(56px, 8vw, 128px);
}

.ansatz_bottom {
  grid-column-gap: clamp(28px, 6vw, 120px);
  grid-row-gap: clamp(28px, 6vw, 120px);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.ansatz_text-col {
  flex: 340px;
}

.ansatz_text {
  color: var(--schwarz);
  text-align: justify;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.ansatz_side-col {
  grid-column-gap: clamp(24px, 3vw, 40px);
  grid-row-gap: clamp(24px, 3vw, 40px);
  flex-direction: column;
  flex: 1.25 340px;
  display: flex;
}

.ansatz_quote-block {
  border-left: 2px solid var(--rot-brand);
  padding-left: clamp(20px, 3vw, 40px);
}

.ansatz_quote-heading {
  text-align: justify;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.1;
}

.ansatz_quote-text {
  color: var(--schwarz);
  text-align: justify;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.ansatz_image2-wrap {
  flex-flow: column;
  min-height: clamp(260px, 40vh, 460px);
  display: flex;
}

.ansatz_image2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.section_bereiche {
  background-color: #fff;
  padding-bottom: clamp(72px, 11vw, 140px);
}

.bereiche_header-row {
  grid-column-gap: clamp(16px, 3vw, 40px);
  grid-row-gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.bereiche_label {
  color: var(--rot-brand);
  text-transform: uppercase;
  flex: .4 180px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.bereiche_heading {
  letter-spacing: -.04em;
  flex: 340px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.6rem, 8.5vw, 7rem);
  font-weight: 700;
  line-height: .82;
}

.bereiche_heading-accent {
  color: var(--rot-brand);
}

.bereiche_divider {
  background-color: #8080804d;
  height: 2px;
  margin: 36px 0;
}

.bereiche_grid {
  grid-column-gap: clamp(16px, 2vw, 24px);
  grid-row-gap: clamp(16px, 2vw, 24px);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.bereiche_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.bereiche_image {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  width: 100%;
}

.bereiche_card-title {
  margin: 0;
  font-family: Geist, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 700;
}

.bereiche_card-tag {
  color: var(--schwarz);
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.section_leistungen {
  background-color: #fff;
  padding-bottom: clamp(72px, 11vw, 140px);
}

.leistungen_header-row {
  grid-column-gap: clamp(16px, 3vw, 40px);
  grid-row-gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.leistungen_label {
  color: var(--schwarz);
  text-transform: uppercase;
  flex: .4 180px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.leistungen_heading {
  letter-spacing: -.04em;
  flex: 340px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.6rem, 8.5vw, 7rem);
  font-weight: 700;
  line-height: .82;
}

.leistungen_heading-accent {
  color: var(--rot-brand);
}

.leistungen_divider {
  background-color: var(--schwarz);
  height: 2px;
  margin: 36px 0 8px;
}

.leistungen_row {
  grid-column-gap: clamp(12px, 2vw, 24px);
  grid-row-gap: clamp(12px, 2vw, 24px);
  border-top: 1px solid #8080804d;
  flex-wrap: wrap;
  align-items: center;
  padding: clamp(20px, 2.5vw, 34px) 0;
  display: flex;
}

.leistungen_row_last {
  border-bottom: 1px solid #8080804d;
}

.leistungen_row-head {
  grid-column-gap: clamp(16px, 2.5vw, 40px);
  grid-row-gap: clamp(16px, 2.5vw, 40px);
  flex: 240px;
  align-items: baseline;
  display: flex;
}

.leistungen_num {
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.leistungen_title {
  letter-spacing: -.03em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 700;
}

.leistungen_desc {
  color: var(--schwarz);
  text-align: justify;
  flex: 300px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.leistungen_arrow {
  width: 50px;
  height: 50px;
  color: var(--rot-brand);
  border: 1px solid #80808066;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.leistungen_bottom {
  grid-column-gap: clamp(20px, 2.5vw, 20px);
  grid-row-gap: clamp(20px, 2.5vw, 20px);
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: clamp(72px, 10vw, 140px);
  display: flex;
}

.leistungen_atmos-image-wrap {
  flex: 320px;
  min-height: clamp(280px, 40vh, 440px);
  display: flex;
}

.leistungen_atmos-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.leistungen_atmos-text {
  text-align: justify;
  flex-flow: column;
  flex: .7 300px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
  display: flex;
}

.leistungen_atmos-accent {
  color: var(--rot-brand);
  display: inline-flex;
}

.section_prozess {
  background-color: var(--blau-hell);
  padding-block: clamp(72px, 11vw, 140px);
}

.prozess_header-row {
  grid-column-gap: clamp(16px, 3vw, 40px);
  grid-row-gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: clamp(40px, 6vw, 80px);
  display: flex;
}

.prozess_label {
  color: var(--schwarz);
  text-transform: uppercase;
  flex: .4 180px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.prozess_heading {
  letter-spacing: -.04em;
  flex: 340px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.6rem, 8.5vw, 7rem);
  font-weight: 700;
  line-height: .82;
}

.prozess_heading-accent {
  color: var(--rot-brand);
}

.prozess_grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  display: grid;
}

.prozess_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--schwarz);
  flex-direction: column;
  min-height: clamp(300px, 32vh, 400px);
  padding: clamp(22px, 2vw, 34px);
  display: flex;
}

.prozess_card_1 {
  border-right-width: 1px;
}

.prozess_card_mid {
  border-left-width: 1px;
  border-right-width: 1px;
}

.prozess_card_4 {
  border-left-width: 1px;
}

.prozess_num {
  color: #0000;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: .9;
}

.prozess_card-title {
  margin: 0;
  font-family: Geist, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 700;
}

.prozess_card-desc {
  color: var(--schwarz);
  text-align: justify;
  margin: auto 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.section_numbers {
  background-color: var(--rot-brand);
  padding-block: clamp(72px, 11vw, 140px);
}

.numbers_header-row {
  grid-column-gap: clamp(16px, 3vw, 40px);
  grid-row-gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: clamp(40px, 6vw, 80px);
  display: flex;
}

.numbers_label {
  color: #fff;
  text-transform: uppercase;
  flex: .4 180px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.numbers_heading {
  color: #fff;
  letter-spacing: -.04em;
  flex: 340px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.6rem, 8.5vw, 7rem);
  font-weight: 700;
  line-height: .82;
}

.numbers_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.numbers_card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-top: 2px solid #fff;
  flex-direction: column;
  min-height: clamp(180px, 22vh, 260px);
  padding: 20px;
  display: flex;
}

.numbers_value {
  color: #fff;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: .85;
}

.numbers_desc {
  color: #fff;
  margin-top: auto;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  line-height: 1.4;
}

.faq_header {
  border-bottom: 1px solid #0a0a0a24;
  padding: clamp(120px, 16vh, 160px) 0 clamp(48px, 7vw, 80px);
}

.faq_eyebrow-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 48px);
  display: flex;
}

.faq_eyebrow-bar {
  background-color: var(--rot-dunkel);
  flex-shrink: 0;
  width: 36px;
  height: 2px;
  display: block;
}

.faq_eyebrow-num {
  color: #0a0a0a8c;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.faq_eyebrow-text {
  color: var(--rot-dunkel);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.faq_heading {
  letter-spacing: -.064em;
  max-width: 14ch;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(54px, 9vw, 156px);
  font-weight: 700;
  line-height: .88;
}

.faq_heading-accent {
  color: var(--rot-dunkel);
}

.faq_intro {
  max-width: 56ch;
  color: var(--grau-sekundaer);
  margin-top: clamp(28px, 4vw, 40px);
  margin-bottom: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
}

.faq_main {
  padding: clamp(64px, 9vw, 100px) 0 60px;
}

.faq_category {
  border-top: 1px solid #0a0a0a24;
  padding: clamp(40px, 5vw, 64px) 0 16px;
}

.faq_category_first {
  border-top-style: none;
  padding-top: 0;
}

.faq_cat-header {
  grid-column-gap: clamp(24px, 4vw, 64px);
  grid-row-gap: clamp(24px, 4vw, 64px);
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 16px;
  display: flex;
}

.faq_cat-label {
  color: #0a0a0a8c;
  letter-spacing: .16em;
  text-transform: uppercase;
  flex: 0 220px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.faq_cat-label-accent {
  color: var(--rot-dunkel);
}

.faq_cat-heading {
  letter-spacing: -2px;
  flex: 320px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: .95;
}

.faq_cat-items {
  margin-bottom: 24px;
}

.faq_details {
  border-top: 1px solid #0a0a0a24;
}

.faq_details_open {
  background-color: var(--grau-hell);
}

.faq_icon_open {
  transform: rotate(45deg);
}

.faq_summary {
  grid-column-gap: clamp(12px, 2vw, 24px);
  grid-row-gap: clamp(12px, 2vw, 24px);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 44px 1fr 40px;
  align-items: baseline;
  padding: clamp(24px, 3vw, 32px) clamp(8px, 2vw, 24px);
  list-style: none;
  display: grid;
}

.faq_summary-num {
  color: #0a0a0a8c;
  align-self: center;
  font-family: Geist Mono, monospace;
  font-size: 13px;
}

.faq_summary-text {
  letter-spacing: -.02em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.15;
}

.faq_icon {
  color: var(--rot-dunkel);
  text-align: right;
  align-self: center;
  font-size: 28px;
  font-weight: 700;
  transition: transform .35s cubic-bezier(.6, 0, .2, 1);
}

.faq_answer {
  grid-column-gap: clamp(12px, 2vw, 24px);
  grid-row-gap: clamp(12px, 2vw, 24px);
  grid-template-rows: auto;
  grid-template-columns: 44px 1fr 40px;
  padding: 0 clamp(8px, 2vw, 24px) clamp(24px, 3vw, 32px);
  display: grid;
}

.faq_answer-content {
  color: var(--grau-body);
  font-size: 16px;
  line-height: 1.6;
}

.faq_answer-content_p {
  margin: 0 0 16px;
}

.faq_list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.faq_list_item {
  margin: 0 0 10px;
}

.faq_list-dash {
  color: var(--rot-dunkel);
  margin-right: 10px;
}

.faq_cta {
  background-color: #fff;
  border-top: 1px solid #0a0a0a24;
  padding: clamp(72px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.faq_cta-bg-text {
  z-index: 0;
  pointer-events: none;
  color: #0a0a0a09;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(12rem, 34vw, 30rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq_cta-inner {
  z-index: 1;
  max-width: 60ch;
  position: relative;
}

.faq_cta-label {
  color: var(--rot-dunkel);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.faq_cta-heading {
  letter-spacing: -.03em;
  margin: 20px 0 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
}

.faq_cta-heading-accent {
  color: var(--rot-dunkel);
}

.faq_cta-text {
  color: var(--grau-sekundaer);
  margin: 28px 0 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
}

.faq_cta-button {
  background-color: var(--rot-dunkel);
  color: #fff;
  border-radius: 100px;
  margin-top: 36px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.kontakt_hero {
  background-color: #fff;
  padding-top: clamp(120px, 15vh, 150px);
  padding-bottom: 0;
}

.kontakt_eyebrow-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.kontakt_eyebrow-bar {
  background-color: #80808040;
  flex: none;
  width: 56px;
  height: 3px;
  position: relative;
}

.kontakt_eyebrow-bar-fill {
  background-color: var(--rot-brand);
  width: 64%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kontakt_eyebrow-text {
  color: var(--schwarz);
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.kontakt_eyebrow-spacer {
  width: 20px;
}

.kontakt_eyebrow-accent {
  color: var(--rot-brand);
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.kontakt_heading {
  letter-spacing: -.05em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: .82;
}

.kontakt_heading-accent {
  color: var(--rot-brand);
}

.kontakt_divider {
  background-color: #8080804d;
  height: 2px;
  margin: 40px 0;
}

.kontakt_intro {
  max-width: 60ch;
  color: var(--schwarz);
  margin: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
}

.kontakt_grid {
  grid-column-gap: clamp(32px, 5vw, 80px);
  grid-row-gap: clamp(32px, 5vw, 80px);
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: clamp(48px, 7vw, 96px);
  display: flex;
}

.kontakt_info-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: .65 280px;
  display: flex;
}

.kontakt_info-label {
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.kontakt_info-value {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.kontakt_info-link {
  color: var(--schwarz);
  text-decoration: none;
  display: block;
}

.kontakt_info-divider {
  background-color: #8080804d;
  height: 2px;
  margin: 8px 0;
}

.kontakt_info-note {
  color: var(--schwarz);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.kontakt_form-col {
  flex: 340px;
}

.kontakt_form-heading {
  letter-spacing: -2px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.kontakt_form-heading-accent {
  color: var(--rot-brand);
}

.kontakt_form-intro {
  color: var(--schwarz);
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.kontakt_form-slot {
  margin-top: 36px;
}

.kontakt_form {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.kontakt_label {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  display: block;
}

.kontakt_input {
  color: #000;
  background: none;
  border: none;
  border-bottom: 1px solid #80808066;
  border-radius: 0;
  width: 100%;
  padding: 14px 2px;
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.kontakt_consent-row {
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  font-size: 12px;
  display: flex;
}

.kontakt_submit {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background: red;
  border: none;
  border-radius: 100px;
  align-self: flex-start;
  margin-top: 16px;
  padding: 20px 34px;
  font-family: Geist, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.legal_section {
  background-color: #fff;
  padding-top: clamp(120px, 15vh, 150px);
  padding-bottom: clamp(72px, 10vw, 140px);
}

.legal_eyebrow-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.legal_eyebrow-bar {
  background-color: #80808040;
  flex: none;
  width: 56px;
  height: 3px;
  position: relative;
}

.legal_eyebrow-bar-fill {
  background-color: var(--rot-brand);
  width: 64%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.legal_eyebrow-text {
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.legal_eyebrow-spacer {
  width: 20px;
}

.legal_eyebrow-accent {
  color: var(--rot-brand);
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.legal_heading {
  letter-spacing: -.05em;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: .82;
}

.legal_heading-accent {
  color: var(--rot-brand);
}

.legal_divider {
  background-color: #8080804d;
  height: 2px;
  margin: 40px 0;
}

.legal_intro {
  max-width: 70ch;
  margin: 0 0 40px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
}

.legal_link {
  color: var(--rot-brand);
  text-decoration: none;
}

.legal_item {
  grid-column-gap: clamp(20px, 4vw, 60px);
  grid-row-gap: clamp(20px, 4vw, 60px);
  border-top: 2px solid #8080804d;
  flex-wrap: wrap;
  padding: clamp(32px, 4vw, 56px) 0;
  display: flex;
}

.legal_item-num {
  text-transform: uppercase;
  flex: .4 200px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.legal_item-num-accent {
  color: var(--rot-brand);
}

.legal_item-body {
  flex: 340px;
}

.legal_item-title {
  letter-spacing: -2px;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(1.5rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.legal_item-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.legal_items-group {
  display: contents;
}

.legal_item_last {
  border-bottom: 2px solid #8080804d;
}

.legal_heading_ds {
  font-size: clamp(2.8rem, 11vw, 8rem);
}

.logo-img {
  width: 100%;
  max-width: none;
  display: block;
  overflow: visible;
}

.div-footer.off {
  display: none;
}

.stern {
  color: red;
}

.bold-text {
  color: var(--rot-brand);
}

.kontakt_hp-wrap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.kontakt_hp-input {
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .nav_logo-link {
    width: 20%;
  }

  .nav_logo-link.w--current {
    width: 15%;
  }

  .nav_menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fffffff7;
    border-top: 1px solid #80808040;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px clamp(20px, 5vw, 80px) 22px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .nav_menu.is-open {
    display: flex;
  }

  .nav_toggle-button {
    background-color: var(--grau-hell);
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav_logo-link {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .nav_logo-link, .nav_logo-link.w--current {
    width: 25%;
  }
}


@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('../fonts/GeistMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}