

@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/clash-display.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bespoke Serif";
  src: url("../assets/fonts/bespoke-serif.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bespoke Serif";
  src: url("../assets/fonts/bespoke-serif-italic.woff2") format("woff2");
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/montserrat.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  
  --creme: #F7EFE0;
  --creme-tief: #F0E5CF;
  --petrol: #3F6E64;
  --petrol-tief: #33594F;
  --terra: #D7897F;        
  --terra-tinte: #9E4F44;  
  --honig: #F0B45C;
  --honig-tinte: #8F6117;  
  --honig-hell: #F8E2BF;   
  --salbei: #9DC3AC;
  --tinte: #2E3B36;        
  --tinte-soft: rgba(46, 59, 54, 0.74);
  --hairline: rgba(46, 59, 54, 0.18);
  --hairline-hell: rgba(247, 239, 224, 0.32);
  --creme-auf-petrol: #EDE9DC;

  --font-display: "Clash Display", "Georgia", serif;
  --font-serif: "Bespoke Serif", "Georgia", serif;
  --font-sans: "Montserrat", "Segoe UI", sans-serif;
  
  --fs-display: clamp(2.4rem, 2.97vw + 1.68rem, 4.35rem); 
  --fs-h2: clamp(1.8rem, 1.37vw + 1.47rem, 2.7rem);       
  --fs-h3: 1.35rem;
  --fs-body: 1.125rem;

  --r-image: 20px;   
  --r-card: 26px;    
  --r-tile: 20px;    
  --r-field: 14px;   
  --r-button: 999px; 

  --schatten-schwebend: 0 12px 24px -12px rgba(46, 59, 54, 0.30);

  --raum-sektion: clamp(4.5rem, 9vw, 7.5rem);
  --raum-sektion-eng: clamp(2.75rem, 5.5vw, 4.25rem);
  --raum-sektion-weit: clamp(6rem, 12vw, 9.5rem);

  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --breite-lese: 62ch;
  --breite-inhalt: 74rem;
  --breite-weit: 92rem;
  --container: var(--breite-inhalt);
  --header-hoehe: 4.75rem;

  --rand: clamp(3rem, 3.75vw, 6rem);
  --buehne: min(160rem, 100vw - 2 * var(--rand));
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-hoehe) + 1rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--creme);
  color: var(--tinte);
  
  font-family: var(--font-serif);
  font-weight: 480;
  font-size: var(--fs-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
strong { font-weight: 700; }

img { display: block; max-width: 100%; height: auto; }
a { color: var(--petrol); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--terra-tinte); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; text-wrap: balance; }

:focus-visible { outline: 2.5px solid var(--petrol); outline-offset: 3px; border-radius: 2px; }
.vertrauen :focus-visible, .site-footer :focus-visible { outline-color: var(--creme); }

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--petrol); color: var(--creme);
  padding: 0.7rem 1.2rem; border-radius: var(--r-button);
  transition: top 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.skip-link:focus-visible { top: 1rem; color: var(--creme); }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-schmal { max-width: 52rem; }
.container-weit { max-width: var(--breite-weit); }

.section { padding-block: var(--raum-sektion); }

.section-head { margin-bottom: clamp(2.25rem, 5vw, 3.5rem); }
.section-head h2 { font-size: var(--fs-h2); letter-spacing: -0.014em; color: var(--petrol); }
.section-intro { margin-top: 1rem; color: var(--tinte-soft); max-width: 60ch; }
@media (min-width: 64em) {
  
  .section-head-split {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
  }
  .section-head-split h2 { max-width: 16ch; }
  .section-head-split .section-intro {
    margin-top: 0.4rem; margin-bottom: 0;
    font-size: 1.15rem; max-width: 52ch;
  }
}
@media (min-width: 100em) {
  
  .section-head-split {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 52ch) minmax(0, 1fr);
  }
  .section-head-split h2 { grid-column: 1; grid-row: 1; }
  .section-head-split .section-intro { grid-column: 2; grid-row: 1; }
}

.rubric {
  font-family: var(--font-sans);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terra-tinte);
}

.sektions-folio {
  display: flex; align-items: center; gap: 0.8rem;
  margin-block-end: clamp(2rem, 4vw, 3rem);
}
.folio-nr {
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.16em; color: var(--tinte-soft);
}
.folio-nr::after { content: "·"; margin-inline-start: 0.8rem; color: var(--terra); font-weight: 900; }
.sektions-folio::after { content: ""; flex: 1; border-block-start: 1px solid var(--hairline); }
.vertrauen .sektions-folio::after { border-color: var(--hairline-hell); }
.vertrauen .folio-nr { color: var(--creme-auf-petrol); }
.vertrauen .folio-nr::after { color: var(--honig); }
.vertrauen .sektions-folio .rubric { color: var(--honig-hell); }

.btn {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--font-sans); font-size: 1rem; font-weight: 700;
  border-radius: var(--r-button); border: none; cursor: pointer;
  text-decoration: none; line-height: 1.3;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-solid {
  background: var(--petrol); color: var(--creme);
  padding: 0.95em 1.6em;
}
.btn-solid:hover { background: var(--terra-tinte); color: var(--creme); }
.btn-ghost {
  color: var(--petrol); background: transparent;
  padding: 0.9em 1.5em;
  border: 1.5px solid var(--hairline);
}
.btn-ghost:hover { color: var(--terra-tinte); border-color: var(--terra); }
.btn-ghost .arrow { width: 0.9em; transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.btn-ghost:hover .arrow { transform: translateX(4px); }
.btn-text {
  background: none; color: var(--petrol);
  padding: 0.5em 0; border-radius: 0; 
  font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; font-style: italic;
}
.btn-text:hover { color: var(--terra-tinte); }
.btn-small { font-size: 0.95rem; padding: 0.7em 1.2em; }
.btn-gross { font-size: 1.08rem; width: 100%; justify-content: center; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--creme);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--hairline);
}
.header-inner {
  max-width: var(--container); margin-inline: auto;
  padding-inline: var(--gutter);
  min-height: var(--header-hoehe);
  display: flex; align-items: center; gap: 1rem;
}

.brand { flex-shrink: 0; display: block; }

.brand-mark { height: 3.4rem; width: auto; display: block; }

.lang-picker { position: relative; }
.lang-picker summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 0.45rem;
  padding: 0.6rem 0.85rem; border-radius: var(--r-button); 
  font-size: 0.86rem; font-weight: 700; color: var(--tinte);
  border: 1px solid var(--hairline);
}
.lang-picker summary::-webkit-details-marker { display: none; }
.lang-picker summary:hover { border-color: var(--petrol); }
.lang-current { display: flex; align-items: center; gap: 0.45rem; }
.flag { width: 20px; height: 14px; border-radius: 2px; flex-shrink: 0; box-shadow: 0 0 0 1px color-mix(in srgb, var(--tinte) 12%, transparent); }
.chev { width: 10px; color: var(--tinte-soft); transition: transform 0.2s ease; }
.lang-picker[open] .chev { transform: rotate(180deg); }
.lang-list {
  position: absolute; top: calc(100% + 0.5rem); left: 0; z-index: 60;
  min-width: 12.5rem; padding: 0.4rem; list-style: none;
  background: var(--creme); border: 1px solid var(--hairline); border-radius: var(--r-tile);
  box-shadow: var(--schatten-schwebend);
}
.lang-list button {
  display: flex; align-items: center; gap: 0.6rem; width: 100%;
  padding: 0.55rem 0.7rem; border: none; background: none; cursor: pointer;
  font-family: var(--font-sans); font-size: 0.95rem; color: var(--tinte);
  border-radius: var(--r-field); text-align: start;
}
.lang-list button:hover { background: var(--creme-tief); }
.lang-list button[aria-current="true"] { font-weight: 800; color: var(--petrol); }

.site-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 1.6rem; }
.site-nav ul { display: flex; gap: 1.5rem; list-style: none; padding: 0; }
.site-nav a {
  font-size: 0.98rem; font-weight: 600; color: var(--tinte);
  text-decoration: none; padding-block: 0.3rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.site-nav a:hover { color: var(--petrol); border-bottom-color: var(--terra); }

.nav-toggle { display: none; }

@media (max-width: 63.99em) {
  .nav-toggle {
    display: grid; place-content: center; gap: 5px;
    margin-inline-start: auto;
    width: 2.9rem; height: 2.9rem;
    background: none; border: 1px solid var(--hairline); border-radius: var(--r-field); cursor: pointer;
  }
  .nav-toggle-bar { width: 1.15rem; height: 2px; background: var(--tinte); border-radius: 0; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0.5rem;
    background: var(--creme);
    padding: 1rem var(--gutter) 1.5rem;
    border-bottom: 1px solid var(--hairline);
    border-radius: 0 0 var(--r-card) var(--r-card);
    box-shadow: var(--schatten-schwebend);
    display: none;
  }
  .site-nav.offen { display: flex; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: 0.8rem 0.2rem; border-bottom: 1px solid var(--hairline); font-size: 1.05rem; }
  .site-nav .btn { margin-top: 0.75rem; justify-content: center; }
}

@media (min-width: 64em) {
  .site-nav { display: contents; }
  .site-nav ul { margin-inline: auto; align-items: center; }
  .site-nav .btn { margin-inline-start: 0.25rem; }
}
@media (min-width: 80em) {
  :root { --header-hoehe: 5.5rem; }
  .site-nav ul { gap: 3.5rem; }
  .site-nav a { font-size: 1.02rem; }
  .brand-mark { height: 4.4rem; }
  .lang-picker summary { font-size: 1rem; padding: 0.6rem 1.1rem; }
  .flag { width: 26px; height: 18px; }
  .lang-list { min-width: 14.5rem; }
  .lang-list button { font-size: 1.05rem; padding: 0.65rem 0.8rem; }
}

.hero {
  display: grid;
  grid-template-areas: "copy" "figure" "trust";
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (min-width: 64em) {
  .hero {
    
    padding-inline-start: 0;
    grid-template-columns:
      minmax(var(--gutter), 0.5fr)
      auto
      minmax(var(--gutter), 0.5fr)
      minmax(0, 7fr);
    grid-template-rows: 1fr auto;
    grid-template-areas:
      ". copy . figure"
      "trust trust trust figure";
    min-height: min(calc(100svh - var(--header-hoehe)), 56rem);
  }
  .hero .trust-row { margin-inline-start: var(--gutter); }
  
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-copy .hero-subline { max-width: 26rem; } 
  
  .hero .trust-row { font-size: 1rem; }
}
@media (min-width: 90em) {
  
  .hero .trust-row { margin-inline-start: 0; }
  .hero-ctas { flex-direction: row; align-items: center; }
  .hero-copy .hero-subline { max-width: 34rem; }
}
@media (min-width: 100em) {
  
  .hero .trust-row { font-size: 1.05rem; }
}
.hero-copy {
  grid-area: copy;
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  
  padding-block: calc(clamp(1.5rem, 3vw, 2.5rem) - 7px) calc(clamp(1.5rem, 3vw, 2.5rem) + 7px);
}

.hero-kicker { display: none; }
@media (min-width: 64em) {
  .hero-kicker { display: block; margin-block-end: 1.1rem; }
}

.hero-title {
  font-size: var(--fs-display);
  line-height: 1.07;
  letter-spacing: -0.022em; 
  color: var(--petrol);
  display: flex; flex-direction: column;
}
.hero-line { display: block; }
.u-hand { position: relative; display: inline-block; }
.u-hand-stroke {
  position: absolute; left: -2%; bottom: -0.22em;
  width: 104%; height: 0.24em; overflow: visible;
}
.hero-subline {
  margin-top: 1.6rem;
  max-width: 34rem;
  font-size: 1.15rem; line-height: 1.7;
  color: var(--tinte-soft);
}
.hero-ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1.25rem 1.5rem; align-items: center; }
.trust-row {
  grid-area: trust;
  margin: 1.25rem 0 1rem; padding-block: 0.85rem;
  list-style: none;
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  display: flex; flex-wrap: wrap; gap: 0.4rem 0;
  
  font-size: 1.05rem; font-weight: 600; color: var(--tinte);
}
@media (min-width: 64em) {
  .trust-row { margin-block: 0 2.25rem; }
}
.trust-row li { display: flex; align-items: center; }

.trust-row li::before {
  content: "·";
  margin-inline: 0.75em;
  color: var(--terra);
  font-weight: 900; font-size: 1.15em;
}
.trust-row li:first-child::before { margin-inline-start: 0; } 
@media (max-width: 47.99em) {
  .trust-row { flex-direction: column; gap: 0.55rem; }
  .trust-row li::before { content: none; }
}

.hero-figure {
  grid-area: figure; position: relative;
  
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-image); }
@media (min-width: 64em) {
  .hero-figure { min-height: 24rem; margin-block: 0; }
  
  .hero-figure img { position: absolute; inset: 0; }
}
@media (max-width: 63.99em) {
  .hero-figure { aspect-ratio: 3 / 2; max-height: 48svh; }
  .hero-figure img { aspect-ratio: 3 / 2; }
}

.ki-hinweis {
  position: absolute; top: calc(100% + 0.45rem); inset-inline-end: 0.2rem;
  font-family: var(--font-sans);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--tinte-soft);
}

.werte { padding-top: clamp(3.5rem, 7vw, 5.5rem); }
.werte-cols { display: grid; gap: clamp(2rem, 4vw, 3rem); }
@media (min-width: 48em) {
  .werte-cols { grid-template-columns: 1fr 1fr 1fr; }
  .wert + .wert { border-inline-start: 1px solid var(--hairline); padding-inline-start: clamp(1.5rem, 3vw, 2.5rem); }
}
.wert h3 { display: flex; align-items: baseline; gap: 0.35rem; font-size: var(--fs-h3); }
.dropcap {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(3.4rem, 6vw, 4.6rem); line-height: 0.9;
}
.dc-petrol { color: var(--petrol); }
.dc-terra { color: var(--terra-tinte); }
.dc-honig { color: var(--honig-tinte); }
.wert-word { padding-bottom: 0.2em; }
.wert p { margin-top: 0.9rem; color: var(--tinte-soft); max-width: 42ch; }

.img-break {
  margin: 0 auto;
  max-width: var(--breite-weit);
  padding-inline: var(--gutter);
}
.img-break img {
  width: 100%; max-height: 34rem; object-fit: cover;
  border-radius: var(--r-image);
}
.img-break figcaption {
  padding: 0.9rem 0.4rem 0;
  font-family: var(--font-serif); font-style: italic; font-size: 0.98rem;
  color: var(--tinte-soft);
}

.img-break-offset img { max-height: 30rem; object-position: 50% 4%; }

@media (min-width: 90em) {
  .img-break-offset img { max-height: none; height: auto; aspect-ratio: 2.4 / 1; }
}
.caption-badge {
  font-family: var(--font-sans); font-style: normal;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--tinte-soft);
}
.caption-badge::before { content: "— "; }

.heft-leitwort { padding-block: var(--raum-sektion-eng) clamp(1.5rem, 4vw, 3rem); }
.heft-leitwort-inner { display: grid; row-gap: 1.75rem; }
.heft-figur { margin: 0; }
.heft-figur img { width: 100%; height: auto; border-radius: var(--r-image); }
.heft-figur figcaption {
  padding: 0.9rem 0.4rem 0;
  font-family: var(--font-serif); font-style: italic; font-size: 0.98rem;
  color: var(--tinte-soft);
}
.leitwort-block { align-self: center; }
.leitwort-strich { display: block; width: clamp(4.5rem, 10vw, 7rem); height: 1rem; overflow: visible; margin-block-end: 1.2rem; }
.leitwort-zitat { margin: 0; }
.leitwort-zitat p {
  font-family: var(--font-serif); font-style: italic; font-weight: 640; 
  
  font-size: clamp(1.6rem, 3.6vw, 2.9rem); line-height: 1.32;
  color: var(--terra-tinte); max-width: 24em; text-wrap: balance;
}
@media (min-width: 64em) {
  .heft-leitwort-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    column-gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
  }
}
[dir="rtl"] .leitwort-strich { transform: scaleX(-1); }

.leistungen { padding-block-start: var(--raum-sektion-eng); }
.leistungen-grid {
  display: grid; gap: clamp(2.5rem, 5vw, 4.5rem);
}
@media (min-width: 48em) {
  .leistungen-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: start; }
}
.leistungen-liste { display: grid; }
.leistungen-liste .leistung {
  display: grid; grid-template-columns: auto 1fr; gap: 1.15rem;
  padding-block: 1.4rem;
}
.leistungen-liste .leistung + .leistung { border-top: 1px solid var(--hairline); }
.leistungen-liste .leistung:first-child { padding-top: 0.25rem; }
.leistung-akzent { width: 2.3rem; height: 2.3rem; margin-top: 0.15rem; }
.leistung h3 { font-size: var(--fs-h3); color: var(--petrol); }
.leistung p { margin-top: 0.5rem; color: var(--tinte-soft); max-width: 52ch; }

.leistungen-ziel {
  padding-inline-start: clamp(1.5rem, 3vw, 2.5rem);
  border-inline-start: 1px solid var(--hairline);
  align-self: stretch;
  display: flex; flex-direction: column; justify-content: center; gap: 1.1rem;
}
@media (max-width: 47.99em) {
  .leistungen-ziel { border-inline-start: none; padding-inline-start: 0; border-top: 1px solid var(--hairline); padding-top: 1.75rem; }
}
.leistungen-ziel h3 { font-size: var(--fs-h3); color: var(--petrol); }
.leitsatz { margin: 0; }
.leitsatz p {
  font-family: var(--font-serif); font-style: italic; font-weight: 640; 
  font-size: clamp(1.4rem, 2.6vw, 1.85rem); line-height: 1.4;
  color: var(--terra-tinte); max-width: 20em;
}
.leistungen-fussnote {
  margin-top: 1.25rem; padding-top: 1.1rem;
  border-top: 1px solid var(--hairline);
  font-size: 0.95rem; color: var(--tinte-soft);
  max-width: 48ch;
}

.ablauf { background: var(--creme-tief); }

.ablauf-buehne { position: relative; }
.ablauf-steps {
  list-style: none; padding: 0;
  display: grid; gap: clamp(2.25rem, 4vw, 2.75rem);
  counter-reset: schritt;
}
@media (min-width: 64em) {
  .ablauf-steps { grid-template-columns: repeat(4, 1fr); gap: clamp(2rem, 4vw, 3.5rem); padding-top: 1rem; }
  .ablauf-steps .schritt:nth-child(odd of .schritt) { margin-top: 2.25rem; }
  
  .schritt { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: start; }
  .schritt-nr { margin-bottom: 0; grid-row: 1; }
  
  .schritt h3 {
    grid-column: 2; align-self: center; justify-self: start;
    background: var(--creme-tief);
    padding-inline: 0.4em; margin-inline: -0.4em;
  }
  .schritt p { grid-column: 2; }
}
.ablauf-pfad { display: none; }
@media (min-width: 64em) {
  .ablauf-pfad { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 6.5rem; pointer-events: none; }
}
.schritt { position: relative; }
.schritt-nr {
  display: grid; place-content: center;
  width: 3.1rem; height: 3.1rem; border-radius: 50%;
  background: var(--creme); border: 1.5px solid var(--salbei);
  font-family: var(--font-serif); font-weight: 700; font-size: 1.45rem; color: var(--petrol);
  margin-bottom: 1rem;
}
.schritt:nth-child(2) .schritt-nr { border-color: var(--terra); }
.schritt:nth-child(4) .schritt-nr { border-color: var(--honig); }
.schritt h3 { font-size: 1.2rem; color: var(--petrol); }
.schritt p { margin-top: 0.5rem; font-size: 0.98rem; color: var(--tinte-soft); }
.ablauf-cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); text-align: center; }

.team { padding-block-end: var(--raum-sektion-weit); }
.team-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
@media (min-width: 48em) { .team-grid { grid-template-columns: 1fr 1fr; } }

.team-foto {
  aspect-ratio: 4 / 5; max-width: 19rem; border-radius: var(--r-image); overflow: hidden;
  width: 100%; object-fit: cover;
}

.team-card h4 {
  margin-top: 1.4rem; font-size: 1.45rem; color: var(--petrol);
  font-family: var(--font-display); font-weight: 700; line-height: 1.15; text-wrap: balance;
}
.team-rolle {
  margin-top: 0.2rem;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--terra-tinte);
}
.team-text { margin-top: 0.9rem; color: var(--tinte-soft); max-width: 46ch; }

.spende-block {
  display: grid;
  row-gap: clamp(1.25rem, 4vw, 2rem);
  padding-block: clamp(2.25rem, 4.5vw, 3.5rem);
  border-block: 1px solid var(--hairline);
}
.spende-zahl {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-display); line-height: 0.9;
  color: var(--petrol);
}
.spende-text { max-width: 52ch; }
.spende-text h3 {
  margin-top: 0.9rem;
  font-size: calc(var(--fs-h3) * 1.2);
  letter-spacing: -0.014em; color: var(--petrol);
  max-width: 18ch;
}
.spende-text h3 + p,
.spende-text p + p { margin-top: 1rem; }
.spende-text p { color: var(--tinte-soft); max-width: 52ch; }
.spende-status {
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid var(--hairline);
  color: var(--tinte-soft);
  font-family: var(--font-sans);
  font-size: 0.9rem; line-height: 1.55;
  max-width: 38ch;
}
@media (min-width: 64em) {
  .spende-block {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
    row-gap: 0;
    align-items: start;
  }
  
  .spende-zahl {
    grid-column: 1; grid-row: 1 / 3; align-self: center;
    font-size: clamp(4rem, 5vw, 5.5rem);
  }
  .spende-text { grid-column: 2; grid-row: 1; }
  .spende-status { grid-column: 2; grid-row: 2; margin-top: clamp(1.25rem, 3vw, 1.75rem); }
  
  .section-head-split h3 { max-width: 16ch; }
  
  .ueber-haltung h2 { align-self: center; }
}
@media (min-width: 100em) {
  .spende-block {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 52ch) minmax(0, 1fr);
  }
  .spende-text { grid-column: 2; }
  
  .spende-status { grid-column: 3; grid-row: 1; margin-top: 0; }
  .section-head-split h3 { grid-column: 1; grid-row: 1; }
}

.team-personen-head { margin-top: var(--raum-sektion-eng); }

.team-personen-head h3 {
  font-size: calc(var(--fs-h2) * 0.8);
  letter-spacing: -0.014em; color: var(--petrol);
}

.vertrauen { background: var(--petrol); color: var(--creme); }
.vertrauen .section-head h2 { color: var(--creme); }
.vertrauen .section-intro { color: var(--creme-auf-petrol); }
.vertrauen-liste {
  list-style: none; padding: 0;
  display: grid; gap: 1.3rem clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--hairline-hell);
  padding-top: clamp(2rem, 4vw, 2.75rem);
}
@media (min-width: 48em) { .vertrauen-liste { grid-template-columns: 1fr 1fr; } }
.vertrauen-liste li { display: flex; gap: 0.85rem; align-items: flex-start; max-width: 56ch; }
.vertrauen .check { width: 1.35rem; height: 1.35rem; flex-shrink: 0; margin-top: 0.2rem; }

.zielgruppen { background: var(--creme-tief); padding-block: clamp(3.5rem, 7vw, 5.5rem); }
.zielgruppen-grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
@media (min-width: 48em) {
  
  .zielgruppen-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
}
.ziel-karte {
  border: 1px solid var(--hairline); border-radius: var(--r-card);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  background: var(--creme);
}
.ziel-karte-jobs { background: transparent; border-color: var(--hairline); }
.ziel-karte h2 { font-size: 1.45rem; color: var(--petrol); }
.ziel-karte p { margin-top: 0.8rem; color: var(--tinte-soft); }
.ziel-karte .btn { margin-top: 1.2rem; }

.faq-liste { border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item h3 { font-size: 1rem; }
.faq-frage {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.25rem 0.2rem;
  background: none; border: none; cursor: pointer; text-align: start;
  font-family: var(--font-serif); font-size: 1.2rem; font-weight: 600; color: var(--tinte);
  transition: color 0.2s ease;
}
.faq-frage:hover { color: var(--petrol); }
.faq-zeichen { width: 1rem; height: 1rem; flex-shrink: 0; color: var(--terra-tinte); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-frage[aria-expanded="true"] .faq-zeichen { transform: rotate(45deg); }

html.js .faq-antwort {
  display: grid; grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
}
html.js .faq-antwort.offen { grid-template-rows: 1fr; visibility: visible; }
.faq-antwort p { overflow: hidden; min-height: 0; padding: 0 0.2rem 1.4rem; color: var(--tinte-soft); max-width: 65ch; }
html.js .faq-antwort:not(.offen) p { padding-bottom: 0; }

.kontakt { background: var(--creme-tief); }
.kontakt-lead { font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; color: var(--tinte); }
.kontakt-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 64em) { .kontakt-grid { grid-template-columns: 5fr 6fr; } }

.kontakt-figure { position: relative; }
.kontakt-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-image); }
.kontakt-daten { margin-top: 1.75rem; font-style: normal; display: grid; gap: 1.2rem; }
.kontakt-daten p { display: flex; gap: 0.9rem; align-items: flex-start; }
.kontakt-daten strong { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terra-tinte); }
.kontakt-icon { width: 1.4rem; height: 1.4rem; flex-shrink: 0; margin-top: 0.15rem; color: var(--petrol); }
.kontakt-info .btn-gross { margin-top: 1.75rem; }

.kontakt-form { display: grid; gap: 1.2rem; align-content: start; }
.feld { display: grid; gap: 0.4rem; }
.feld label { font-size: 0.95rem; font-weight: 700; }
.feld input, .feld select, .feld textarea {
  font-family: var(--font-sans); font-size: 1rem; color: var(--tinte);
  background: var(--creme);
  border: 1px solid var(--hairline); border-radius: var(--r-field);
  padding: 0.8em 1em;
  transition: border-color 0.2s ease;
}
.feld textarea { resize: vertical; min-height: 7.5rem; }
.feld input:hover, .feld select:hover, .feld textarea:hover { border-color: var(--petrol); }
.feld input:focus-visible, .feld select:focus-visible, .feld textarea:focus-visible { outline-offset: 1px; border-color: var(--petrol); }
.feld.fehlerhaft input, .feld.fehlerhaft textarea { border-color: var(--terra-tinte); }
.feld-fehler { font-size: 0.86rem; font-weight: 600; color: var(--terra-tinte); }
.feld-checkbox { grid-template-columns: auto 1fr; align-items: start; gap: 0.7rem; }
.feld-checkbox input { width: 1.5rem; height: 1.5rem; margin-top: 0.1rem; accent-color: var(--petrol); } 
.feld-checkbox label { font-weight: 400; font-size: 0.95rem; color: var(--tinte-soft); }
.feld-checkbox .feld-fehler { grid-column: 2; }
.form-hinweis { font-size: 0.86rem; color: var(--tinte-soft); }

.site-footer {
  background: var(--petrol); color: var(--creme-auf-petrol);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.75rem;
}
.footer-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); }
@media (min-width: 48em) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.site-footer h2 { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--honig-hell); }
.site-footer ul { list-style: none; padding: 0; margin-top: 0.9rem; display: grid; gap: 0.45rem; }
.site-footer a { color: var(--creme); text-decoration-color: color-mix(in srgb, var(--creme) 40%, transparent); display: inline-block; padding-block: 0.25rem; }
.site-footer a:hover { color: var(--honig-hell); }
.site-footer address { font-style: normal; margin-top: 0.9rem; line-height: 1.8; }
.footer-brand .brand-mark { height: 3.25rem; }
.footer-claim { margin-top: 1rem; font-family: var(--font-serif); font-style: italic; font-size: 1.05rem; color: var(--creme); }
.footer-beschreibung { margin-top: 0.8rem; font-size: 0.95rem; max-width: 38ch; }
.footer-unten { margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.25rem; border-top: 1px solid var(--hairline-hell); }
.footer-ki { font-size: 0.8rem; color: var(--creme-auf-petrol); }

.booking-modal {
  margin: auto; 
  border: none; border-radius: var(--r-card);
  background: var(--creme); color: var(--tinte);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  width: min(92vw, 34rem);
  box-shadow: var(--schatten-schwebend);
}
.booking-modal::backdrop { background: color-mix(in srgb, var(--tinte) 45%, transparent); }
.booking-modal h2 { font-size: 1.6rem; color: var(--petrol); padding-inline-end: 2rem; }
.modal-intro { margin-top: 0.6rem; color: var(--tinte-soft); }
.modal-schliessen {
  position: absolute; top: 1rem; inset-inline-end: 1rem;
  width: 2.75rem; height: 2.75rem; display: grid; place-content: center; 
  background: none; border: 1px solid var(--hairline); border-radius: 50%;
  color: var(--tinte); cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.modal-schliessen:hover { border-color: var(--terra-tinte); color: var(--terra-tinte); }
.modal-schliessen svg { width: 0.9rem; height: 0.9rem; }

.modal-optionen {
  margin-top: 1.5rem; display: grid; gap: 0;
  border-block: 1px solid var(--hairline);
  padding-block: 1.5rem;
}
.modal-option {
  display: grid; gap: 0.35rem; align-content: start;
  text-decoration: none; color: var(--tinte);
}
.modal-option + .modal-option {
  margin-block-start: 1.25rem;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid var(--hairline);
}
.modal-option:hover { color: var(--tinte); }
.modal-option:hover .modal-option-titel { color: var(--terra-tinte); }
.modal-option-icon { width: 1.9rem; height: 1.9rem; margin-bottom: 0.35rem; }
.modal-option-titel {
  font-family: var(--font-serif); font-weight: 700; font-size: 1.15rem; color: var(--petrol);
  transition: color 0.2s ease;
}
.modal-option:hover .modal-option-titel { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 0.2em; }
.modal-option-text { font-size: 0.95rem; color: var(--tinte-soft); }
.modal-hinweis { margin-top: 1.1rem; font-size: 0.86rem; color: var(--tinte-soft); }
.modal-call { margin-top: 0.9rem; font-size: 0.95rem; color: var(--tinte-soft); }
.modal-embed iframe { width: 100%; min-height: 34rem; border: none; border-radius: var(--r-tile); }

.modal-optionen[hidden], .modal-zurueck[hidden] { display: none; }
.booking-modal.is-buchung { width: min(96vw, 46rem); }
.booking-modal.is-buchung .modal-intro { display: none; }
.modal-zurueck {
  margin-top: 1.4rem; padding: 0; background: none; border: none;
  font: inherit; font-size: 0.95rem; color: var(--tinte-soft); cursor: pointer;
  transition: color 0.2s ease;
}
.modal-zurueck:hover { color: var(--terra-tinte); }

.rechtstext { max-width: 44rem; }
.rechtstext h1 { font-size: var(--fs-h2); color: var(--petrol); letter-spacing: -0.014em; }
.rechtstext h2 {
  margin-top: 2.75rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline);
  font-size: 1.45rem; color: var(--petrol);
}
.rechtstext h3 { margin-top: 1.75rem; font-size: 1.1rem; color: var(--petrol); }
.rechtstext h4 { margin-top: 1.4rem; font-size: 1rem; font-weight: 700; }
.rechtstext p { margin-top: 0.9rem; max-width: 68ch; }
.rechtstext ul, .rechtstext ol { margin-top: 0.9rem; padding-inline-start: 1.4rem; max-width: 68ch; }
.rechtstext ul { list-style: disc; }
.rechtstext ol { list-style: decimal; }
.rechtstext li { margin-top: 0.4rem; }
.rechtstext li::marker { color: var(--terra-tinte); }
.rechtstext hr { margin-block: 2.5rem; border: none; border-top: 1px solid var(--hairline); }
.rechtstext strong { font-weight: 700; }
.rechtstext-zurueck { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline); }

html.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0s);
}
html.js .reveal.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .btn-ghost .arrow, .faq-zeichen, .modal-option, .faq-antwort,
  .chev, .nav-toggle-bar { transition: none; }
}

[dir="rtl"] .u-hand-stroke { transform: scaleX(-1); }
[dir="rtl"] .btn-ghost .arrow { transform: scaleX(-1); }
[dir="rtl"] .btn-ghost:hover .arrow { transform: scaleX(-1) translateX(4px); }

@media (min-width: 90em) {
  
  html { font-size: clamp(1rem, 0.1786vw + 0.8393rem, 1.125rem); }
  :root {
    --fs-display: clamp(4.35rem, 1.35vw + 3.13rem, 5.06rem); 
    --fs-h2: clamp(2.7rem, 0.68vw + 2.09rem, 3.06rem);       
  }
  .container,
  .container-weit {
    max-width: var(--buehne);
    padding-inline: 0;
  }
  .header-inner {
    max-width: var(--buehne);
    padding-inline: 0;
  }
  .img-break { max-width: var(--buehne); padding-inline: 0; }

  .hero {
    max-width: var(--buehne); margin-inline: auto; padding-inline: 0;
  }

  .werte-cols { gap: clamp(3rem, 4vw, 6rem); }
  .dropcap { font-size: clamp(4.6rem, 2.26vw + 2.57rem, 5.78rem); } 

  .leitwort-zitat p { font-size: clamp(2.9rem, 0.91vw + 2.08rem, 3.38rem); }

  .leistungen-liste .leistung > div {
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
    column-gap: clamp(2.5rem, 4vw, 5rem);
    align-items: start;
  }
  .leistungen-liste .leistung p { margin-top: 0.15rem; }

  .ablauf-steps { gap: clamp(2.5rem, 4vw, 5rem); }
  .schritt p { max-width: 32ch; }
  .schritt-nr { width: 3.6rem; height: 3.6rem; font-size: 1.65rem; }

  .faq .container-schmal {
    max-width: var(--buehne);
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    column-gap: clamp(3rem, 6vw, 8rem);
    align-items: start;
  }
  .faq .sektions-folio { grid-column: 1 / -1; }
  .faq .section-head {
    position: sticky;
    top: calc(var(--header-hoehe) + 2rem);
    margin-bottom: 0;
  }

  .kontakt-grid { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); column-gap: clamp(3rem, 5vw, 7rem); }
  .kontakt-form { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
  .kontakt-form .feld:has(textarea),
  .kontakt-form .feld-checkbox,
  .kontakt-form > .btn,
  .kontakt-form .form-hinweis { grid-column: 1 / -1; }

  .heft-leitwort-inner {
    grid-template-columns: minmax(0, 7fr) minmax(clamp(2.5rem, 5vw, 5.5rem), 1fr) auto minmax(0, 1fr);
    column-gap: 0;
  }
  .heft-figur { grid-column: 1; }
  .leitwort-block { grid-column: 3; }
  .leitwort-zitat p { max-width: 22ch; }

  .leistungen-grid {
    grid-template-columns: minmax(0, 7fr) minmax(clamp(2.5rem, 5vw, 4.5rem), 1fr) minmax(0, 30rem) minmax(0, 1fr);
    column-gap: 0;
  }
  .leistungen-liste { grid-column: 1; }
  .leistungen-ziel { grid-column: 3; }

  .team-grid {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    column-gap: 0;
  }
  .team-card:first-child { grid-column: 2; }
  .team-card:last-child { grid-column: 4; grid-row: 1; }

  body { font-size: clamp(1.125rem, 0.19vw + 0.96rem, 1.22rem); } 
  :root { --fs-h3: 1.4rem; }                                      
  .section-head-split .section-intro { font-size: 1.3rem; }       
  .hero-subline { font-size: 1.28rem; }                           
  .rubric { font-size: 0.85rem; }                                 
  .site-nav a { font-size: 1.08rem; }                             
  .schritt p { font-size: 1.06rem; }                              
  .faq-frage { font-size: 1.3rem; }                               
  .btn-text { font-size: 1.25rem; }                               
  .ziel-karte h2 { font-size: 1.55rem; }                          
}

@media (min-width: 112em) {
  .vertrauen-liste { grid-template-columns: 1fr 1fr 1fr; }
}

.site-nav a,
.trust-row,
.lang-picker summary,
.kontakt-daten strong,
.team-rolle,
.feld label,
.feld input,
.feld select,
.feld textarea,
.feld-fehler,
.feld-checkbox,
.form-hinweis,
.footer-nav a,
.footer-rechtliches a,
.footer-ki,
.schritt-nr {
  font-family: var(--font-sans);
}

:lang(ru) {
  --font-display: "Georgia", "Times New Roman", serif;
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Segoe UI", "Arial", sans-serif;
}
