/* Noa Haustechnik – Stil. Mobile first, Tokens auf :root, keine Fremdressourcen.
   Farbdisziplin: Orange nur .knopf--primaer und .mobil-leiste; Petrol (--blau-dunkel) als Ruhepol;
   Sand/Hellblau als Flächen; --blau (#28a2c7) für Icon-Tiles, Fortschritt, Überzeilen. */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/jost-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-var.woff2') format('woff2');
}

:root {
  --blau: #28a2c7;          /* Marke: Icon-Tiles, Fortschritt, Überzeilen */
  --blau-tief: #17718c;     /* Links auf Weiß (AA) */
  --blau-dunkel: #0d3d4d;   /* Petrol: Ruhepol, CTA-Band, Fuß, Umrisse, Haken */
  --blau-hell: #e4f3fe;     /* AUFTRAG §3 */
  --himmel: var(--blau-hell);
  --papier: #f7fbfd;
  --sand: #f6f2ea;
  --sand-tief: #ede7db;
  --linie-warm: #e2dccf;
  --orange: #f28526;        /* nur Hauptaktionen */
  --orange-tief: #d9701a;
  --tinte: #0f2530;
  --text: #2b3b4f;
  --gedaempft: #5b6573;
  --linie: #d8e4ea;
  --weiss: #ffffff;
  --fehler: #b3261e;
  --erfolg: #1f7a4d;

  --schrift-kopf: 'Jost', 'Segoe UI', system-ui, sans-serif;
  --schrift-text: 'Inter', 'Segoe UI', system-ui, sans-serif;

  --radius: 14px;
  --radius-karte: 18px;
  --radius-gross: 22px;
  --schatten-karte: 0 1px 2px rgba(13, 61, 77, 0.05), 0 8px 24px rgba(13, 61, 77, 0.08);
  --schatten-gross: 0 2px 6px rgba(13, 61, 77, 0.06), 0 24px 56px rgba(13, 61, 77, 0.16);
  --schatten: var(--schatten-gross);
  --schatten-klein: var(--schatten-karte);

  --wrap: 1160px;
  --rand: 16px;
  --abstand: 48px;
  --kopf-hoehe: 64px;
}

@media (min-width: 900px) {
  :root { --rand: 32px; --abstand: 88px; --kopf-hoehe: 84px; }
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--kopf-hoehe) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body {
  margin: 0;
  font-family: var(--schrift-text);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--weiss);
  overflow-x: hidden;
  padding-bottom: 84px; /* Platz für die mobile Leiste */
}
@media (min-width: 900px) { body { padding-bottom: 0; } }

img, svg, picture { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--blau-tief); text-underline-offset: 3px; }
a:hover { color: var(--blau-dunkel); }
h1, h2, h3, h4 { font-family: var(--schrift-kopf); color: var(--tinte); line-height: 1.15; margin: 0 0 0.5em; font-weight: 600; letter-spacing: -0.02em; text-wrap: balance; }
/* Display-Zeile: Plan nannte 4.4rem – bei 1440 px bricht „Heizung, Bad, Klima.“ damit in 3–4 Zeilen; 3.6rem hält zwei Fragmente auf 2–3 Zeilen */
h1 { font-size: clamp(2.4rem, 3.4vw + 0.6rem, 3.6rem); font-weight: 600; line-height: 1.02; }
h2 { font-size: clamp(2rem, 3vw + 0.6rem, 3rem); line-height: 1.08; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }
figure { margin: 0; }
:focus-visible { outline: 3px solid var(--blau-tief); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprung { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--tinte); color: #fff; padding: 10px 16px; border-radius: 8px; }
.sprung:focus { left: 8px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--rand); padding-right: var(--rand); }
.wrap--schmal { max-width: 860px; }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 2px solid transparent;
  font-family: var(--schrift-kopf); font-weight: 600; font-size: 1.05rem; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: background .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.knopf svg { width: 20px; height: 20px; flex: none; }
.knopf--primaer { background: var(--orange); color: var(--tinte); box-shadow: 0 6px 18px rgba(242, 133, 38, 0.28); }
.knopf--primaer:hover { background: var(--orange-tief); color: var(--tinte); transform: translateY(-1px); }
.knopf--umriss { background: transparent; color: var(--blau-dunkel); border-color: var(--blau-dunkel); }
.knopf--umriss:hover { background: var(--himmel); color: var(--blau-dunkel); }
.knopf--dunkel { background: var(--blau-dunkel); color: #fff; }
.knopf--dunkel:hover { background: #0a2f3c; color: #fff; }
.knopf--hell { background: #fff; color: var(--blau-dunkel); }
.knopf--hell:hover { background: var(--himmel); color: var(--blau-dunkel); }
.knopf--leise { background: transparent; color: var(--gedaempft); padding-left: 10px; padding-right: 14px; }
.knopf--leise:hover { color: var(--tinte); background: var(--papier); }
.knopf--gross { min-height: 56px; padding: 14px 28px; font-size: 1.1rem; }
.knopf[disabled] { opacity: .55; cursor: wait; transform: none; }
.textlink { display: inline-flex; align-items: center; gap: 6px; font-family: var(--schrift-kopf); font-weight: 600; text-decoration: none; min-height: 44px; }
.textlink svg { width: 18px; height: 18px; }

/* ---------- Kopf ---------- */
.kopf { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); box-shadow: 0 1px 0 var(--linie); }
.kopf__zeile { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--kopf-hoehe); }
.kopf__logo { display: flex; align-items: center; height: 100%; flex: none; }
.kopf__logo-bild { height: 40px; width: auto; }
@media (min-width: 900px) { .kopf__logo-bild { height: 46px; } }
.kopf__nav { display: none; }
.kopf__nav ul { list-style: none; display: flex; gap: 2px; }
.kopf__nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border-radius: 999px; color: var(--tinte); text-decoration: none; font-weight: 500; }
.kopf__nav a:hover { background: var(--papier); color: var(--blau-dunkel); }
.kopf__nav a[aria-current="page"] { color: var(--blau-dunkel); background: var(--himmel); font-weight: 600; }
.kopf__nav-mobil { display: none; }
.kopf__aktionen { display: flex; align-items: center; gap: 14px; }
.kopf__tel { display: none; align-items: center; gap: 10px; color: var(--tinte); text-decoration: none; min-height: 44px; padding: 2px 6px; border-radius: 12px; }
.kopf__tel:hover { color: var(--blau-dunkel); background: var(--papier); }
.kopf__tel-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blau-dunkel); color: #fff; flex: none; }
.kopf__tel-icon svg { width: 20px; height: 20px; }
.kopf__tel-text { display: grid; line-height: 1.15; }
.kopf__tel-text strong { font-family: var(--schrift-kopf); font-weight: 700; font-size: 1.05rem; color: var(--tinte); }
.kopf__tel-text small { font-size: .76rem; color: var(--gedaempft); white-space: nowrap; }
.kopf__cta { display: none; }
.kopf__menue { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--papier); color: var(--tinte); cursor: pointer; }
.kopf__menue-zu { display: none; }
.kopf.is-offen .kopf__menue-auf { display: none; }
.kopf.is-offen .kopf__menue-zu { display: block; }
.kopf.is-offen .kopf__nav { display: block; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--linie); box-shadow: var(--schatten); padding: 8px var(--rand) 16px; }
.kopf.is-offen .kopf__nav ul { flex-direction: column; gap: 2px; border: 0; box-shadow: none; padding: 0; }
.kopf.is-offen .kopf__nav a { min-height: 48px; font-size: 1.1rem; border-radius: 12px; }
.kopf.is-offen .kopf__nav-mobil { display: block; }
.kopf.is-offen .kopf__nav-mobil a { color: var(--blau-dunkel); }
.kopf.is-offen .kopf__nav-mobil:first-of-type { border-top: 1px solid var(--linie); margin-top: 6px; padding-top: 6px; }
@media (min-width: 900px) {
  .kopf__nav { display: block; }
  .kopf__nav-pill { padding: 4px; border: 1px solid var(--linie); border-radius: 999px; background: #fff; box-shadow: var(--schatten-karte); }
  .kopf__tel { display: inline-flex; }
  .kopf__cta { display: inline-flex; min-height: 46px; padding: 8px 20px; }
  .kopf__menue { display: none; }
}
/* Kopf breiter als der Inhalt, damit Logo, Nav-Pill, Telefonblock und CTA ohne Umbruch/Überlauf nebeneinander passen */
.kopf .wrap { max-width: 1360px; }
@media (min-width: 900px) { .kopf__cta { white-space: nowrap; } }
@media (min-width: 900px) and (max-width: 1099px) { .kopf__cta { display: none; } .kopf__tel-text { display: none; } .kopf__nav a { padding: 8px 10px; } }
@media (min-width: 1100px) and (max-width: 1199px) { .kopf__tel-text { display: none; } }
@media (min-width: 1200px) and (max-width: 1359px) { .kopf__tel-text small { display: none; } }

/* ---------- Brotkrumen ---------- */
.brotkrumen { background: var(--papier); border-bottom: 1px solid var(--linie); font-size: .9rem; }
.brotkrumen ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 8px; padding: 10px 0; color: var(--gedaempft); }
.brotkrumen li + li::before { content: '›'; margin-right: 8px; color: var(--gedaempft); }
.brotkrumen a { color: var(--blau-tief); text-decoration: none; }
.brotkrumen a:hover { text-decoration: underline; }

/* ---------- Abschnitte ---------- */
section { padding: var(--abstand) 0; }
.abschnitt-kopf { max-width: 720px; margin-bottom: 32px; }
.abschnitt-kopf--mitte { margin-left: auto; margin-right: auto; text-align: center; }
.abschnitt-kopf--klein { margin-bottom: 20px; }
.ueberzeile { font-family: var(--schrift-kopf); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: var(--blau-tief); margin: 0 0 10px; }
.abschnitt-text { font-size: 1.125rem; color: var(--gedaempft); margin: 0; }
.raster { display: grid; gap: 20px; }
@media (min-width: 640px) { .raster--2, .raster--3, .raster--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .raster--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .raster--4 { grid-template-columns: repeat(4, 1fr); } }
.hakenliste { list-style: none; display: grid; gap: 8px; margin: 12px 0 0; }
.hakenliste li { display: flex; gap: 10px; align-items: flex-start; }
.hakenliste svg { width: 22px; height: 22px; color: var(--blau-dunkel); flex: none; margin-top: 2px; }
.hakenliste--hell svg { color: #fff; }
.hakenliste--hell svg path { stroke: var(--blau-dunkel); }

/* ---------- Hero: Vertrauensbühne ---------- */
.hero { background: var(--weiss); padding-top: 28px; padding-bottom: 40px; }
@media (min-width: 900px) { .hero { padding-top: 56px; padding-bottom: 72px; } }
.hero__raster {
  display: grid; gap: 22px; align-items: start;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "kopf" "karte" "aktionen" "vertrauen";
}
@media (min-width: 900px) {
  .hero__raster {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "kopf karte" "aktionen karte" "aktionen vertrauen";
    column-gap: 48px; row-gap: 20px;
  }
}
.hero__kopf { grid-area: kopf; }
.hero__kopf .ueberzeile { display: none; }
@media (min-width: 900px) { .hero__kopf .ueberzeile { display: block; } }
.hero__h1-akzent { color: var(--blau-dunkel); display: block; }
.hero__lead { font-size: 1.1rem; color: var(--gedaempft); max-width: 30em; margin: 12px 0 0; }
@media (min-width: 900px) { .hero__lead { font-size: 1.2rem; margin-top: 14px; } }
.hero__karte { grid-area: karte; position: relative; border-radius: var(--radius-gross); overflow: hidden; box-shadow: var(--schatten-gross); background: var(--himmel); }
.hero__karte picture, .hero__illu { display: block; }
.hero__bild { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero__illu svg { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.hero__illu svg rect:first-child { rx: 0; }
@media (min-width: 900px) { .hero__bild, .hero__illu svg { aspect-ratio: 1 / 1; } }
.hero__siegel { position: absolute; left: 14px; bottom: 14px; width: 74px; height: 74px; filter: drop-shadow(0 6px 14px rgba(13,61,77,.28)); }
@media (min-width: 900px) { .hero__siegel { left: 22px; bottom: 22px; width: 104px; height: 104px; } }
.hero__vertrauen { grid-area: vertrauen; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 12px 10px; background: #fff; border-radius: var(--radius-karte); box-shadow: var(--schatten-karte); border-top: 3px solid var(--blau-dunkel); }
@media (min-width: 900px) { .hero__vertrauen { padding: 18px 20px; gap: 12px; } }
.hero__zahl { display: grid; gap: 1px; text-align: center; }
.hero__zahl strong { font-family: var(--schrift-kopf); font-weight: 700; font-size: 1.15rem; color: var(--blau-dunkel); line-height: 1.1; }
@media (min-width: 900px) { .hero__zahl strong { font-size: 1.7rem; } }
.hero__zahl span { font-size: 12px; color: var(--gedaempft); white-space: nowrap; line-height: 1.3; }
@media (min-width: 900px) { .hero__zahl span { font-size: .88rem; } }
.hero__aktionen-block { grid-area: aktionen; }
.hero__aktionen { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.hero__aktionen .knopf { flex: 1 1 100%; }
.hero__tel { order: -1; background: var(--blau-dunkel); color: #fff; border-color: var(--blau-dunkel); }
.hero__tel:hover { background: #0a2f3c; color: #fff; }
@media (min-width: 900px) {
  .hero__aktionen { gap: 10px; margin-top: 24px; }
  .hero__aktionen .knopf { flex: 0 0 auto; }
  .hero__aktionen .knopf--gross { padding: 14px 20px; font-size: 1.04rem; }
}
@media (min-width: 1200px) {
  .hero__aktionen { flex-wrap: nowrap; }
  .hero__tel { order: 0; background: transparent; color: var(--blau-dunkel); }
  .hero__tel:hover { background: var(--himmel); color: var(--blau-dunkel); }
}
.hero__punkte { list-style: none; margin: 14px 0 0; display: block; font-size: 14px; color: var(--tinte); font-weight: 500; line-height: 1.5; }
.hero__punkte li { display: inline; }
.hero__punkte li + li::before { content: ' · '; color: var(--gedaempft); white-space: pre; }
.hero__punkte svg { display: none; }
@media (min-width: 900px) {
  .hero__punkte { display: grid; gap: 10px; margin-top: 22px; font-size: 1.02rem; }
  .hero__punkte li { display: flex; gap: 10px; align-items: flex-start; }
  .hero__punkte li + li::before { content: none; }
  .hero__punkte svg { display: block; width: 24px; height: 24px; color: var(--blau-dunkel); flex: none; margin-top: 1px; }
}
.hero__hinweis { font-size: .9rem; color: var(--gedaempft); margin: 14px 0 0; }
.hero__bewertung { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: .95rem; }
.sterne { display: inline-flex; gap: 1px; color: var(--orange-tief); }
.sterne svg { width: 16px; height: 16px; }

/* ---------- Seitenkopf ---------- */
.seitenkopf { background: var(--sand); padding-top: 24px; padding-bottom: 0; text-align: center; } /* gleiche Fläche wie der folgende Funnel: keine Kante unter der H1 */
.seitenkopf h1 { margin-bottom: 0; }
.seitenkopf .hero__lead { margin: 12px auto 0; }
.seitenkopf + .funnel { padding-top: 24px; }
@media (min-width: 900px) { .seitenkopf { padding-top: 40px; } .seitenkopf + .funnel { padding-top: 28px; } }
.funnel__intro { text-align: center; margin: 0 auto 18px; max-width: 34em; font-size: 1.05rem; }

/* ---------- Zahlen-Streifen (nur per reihenfolge) ---------- */
.zahlen { padding: 0; background: var(--himmel); }
.zahlen__raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.zahlen__eintrag { display: grid; gap: 2px; text-align: center; }
.zahlen__eintrag strong { font-family: var(--schrift-kopf); font-weight: 700; font-size: clamp(1.5rem, 3vw + .5rem, 2.4rem); color: var(--blau-dunkel); line-height: 1.1; }
.zahlen__eintrag span { font-size: .9rem; color: var(--gedaempft); }

/* ---------- Karten ---------- */
.karte { background: #fff; border: 0; border-top: 3px solid var(--blau-dunkel); border-radius: var(--radius-karte); padding: 24px; box-shadow: var(--schatten-karte); }
.karte h3 { margin-bottom: 8px; }
@media (max-width: 639px) { .karte { padding: 18px 16px; } .abschnitt-kopf { margin-bottom: 24px; } .abschnitt-text { font-size: 1.05rem; } }
.karte--nutzen h3 { font-size: 1.2rem; }
.karte--nutzen .karte__icon { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 14px; }
@media (min-width: 1100px) { .raster--4 > .karte--nutzen { padding: 22px 20px; } .raster--4 > .karte--nutzen h3 { font-size: 1.1rem; } }
@media (max-width: 639px) {
  .karte--nutzen { display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; padding: 18px 16px; }
  .karte--nutzen .karte__icon { grid-row: 1 / span 3; margin: 0; }
  .karte--nutzen h3 { margin-bottom: 4px; font-size: 1.12rem; }
  .karte--nutzen .karte__pill { justify-self: start; margin-top: 10px; }
}
.karte p { color: var(--gedaempft); margin: 0; font-size: .98rem; }
.karte__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--himmel); color: var(--blau-tief); margin-bottom: 16px; }
.karte__icon svg { width: 26px; height: 26px; }
.karte__pill { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 4px 10px 4px 6px; border-radius: 999px; background: var(--himmel); color: var(--blau-dunkel); font-family: var(--schrift-kopf); font-weight: 600; font-size: 13px; line-height: 1.2; }
.karte__pill svg { width: 16px; height: 16px; flex: none; }
.nutzen { background: var(--sand-tief); }
.bedenken + .nutzen { background: var(--weiss); }
.karte--leistung { padding: 0; overflow: hidden; display: flex; flex-direction: column; border-top: 0; }
.karte__medium { display: block; }
.karte__bild { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.karte__illu svg { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.karte__illu svg rect:first-child { rx: 0; }
.karte__inhalt { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.karte__inhalt h3 { font-size: 1.45rem; margin: 0; }
.karte__inhalt h3 a { color: var(--tinte); text-decoration: none; display: inline-block; min-height: 44px; padding-top: 6px; }
.karte__inhalt h3 a:hover { color: var(--blau-dunkel); }
.karte__inhalt .textlink { margin-top: auto; }
.raster--leistungen { gap: 24px; }
@media (min-width: 1000px) {
  .leistungen .abschnitt-kopf { max-width: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; align-items: end; }
  .leistungen .abschnitt-kopf .ueberzeile { grid-column: 1 / -1; }
  .leistungen .abschnitt-kopf h2 { margin: 0; }
  .leistungen .abschnitt-kopf .abschnitt-text { padding-bottom: 6px; }
  .raster--leistungen .hakenliste { font-size: .95rem; gap: 6px; }
}
@media (max-width: 639px) {
  .raster--leistungen { gap: 14px; }
  .karte--leistung { display: grid; grid-template-columns: 116px 1fr; border-top: 3px solid var(--blau-dunkel); }
  .karte--leistung .karte__medium, .karte--leistung .karte__medium picture { height: 100%; }
  .karte--leistung .karte__bild, .karte--leistung .karte__illu svg { height: 100%; aspect-ratio: auto; }
  .karte--leistung .karte__inhalt { padding: 12px 14px 8px; gap: 4px; }
  .karte--leistung .karte__inhalt h3 { font-size: 1.2rem; }
  .karte--leistung .karte__inhalt h3 a { padding-top: 8px; }
  .karte--leistung .karte__inhalt p { font-size: .92rem; }
  .karte--leistung .hakenliste { display: none; }
}
@media (min-width: 1100px) { .raster--leistungen { grid-template-columns: repeat(4, 1fr); gap: 20px; } .raster--leistungen .karte__inhalt { padding: 20px; } .raster--leistungen .karte__inhalt h3 { font-size: 1.3rem; } }

/* ---------- Bedenken ---------- */
.bedenken { background: var(--sand-tief); }
.bedenken__karte { display: flex; flex-direction: column; }
.bedenken__karte .bedenken__frage { font-family: var(--schrift-kopf); font-style: italic; font-weight: 600; font-size: 1.2rem; line-height: 1.3; color: var(--blau-dunkel); margin: 0 0 10px; }
.bedenken__karte .bedenken__antwort { color: var(--text); }
.bedenken__karte .karte__pill { margin-top: auto; align-self: flex-start; padding-top: 4px; }
.bedenken__karte .bedenken__antwort + .karte__pill { margin-top: 16px; }

/* ---------- Förderung ---------- */
.foerderung { background: var(--blau-dunkel); color: #fff; }
.foerderung .ueberzeile { color: rgba(255,255,255,.72); }
.foerderung h2 { color: #fff; }
.foerderung__raster { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .foerderung__raster { grid-template-columns: 1.15fr 1fr; gap: 56px; } }
.foerderung__zahl { display: grid; gap: 2px; margin: 8px 0 20px; }
.foerderung__zahl strong { font-family: var(--schrift-kopf); font-weight: 700; font-size: clamp(3rem, 6vw + 1rem, 5.2rem); line-height: 1; letter-spacing: -.02em; color: #fff; }
.foerderung__zahl span { color: rgba(255,255,255,.78); font-size: 1rem; }
.foerderung__text .hakenliste { margin-bottom: 26px; }
.foerderung__text .hakenliste li { color: #fff; font-weight: 500; }
.foerderung__karte { background: #fff; color: var(--text); border-radius: var(--radius-gross); padding: 26px; box-shadow: var(--schatten-gross); }
.foerderung__karte h3 { font-size: 1.3rem; margin-bottom: 16px; }
.foerderung__schritte { list-style: none; display: grid; gap: 14px; counter-reset: fs; }
.foerderung__schritte li { display: flex; gap: 12px; align-items: center; counter-increment: fs; font-weight: 500; color: var(--tinte); }
.foerderung__schritte .ablauf__kreis::before { content: counter(fs); }

/* ---------- Partner ---------- */
.partner { background: var(--weiss); padding-top: 44px; padding-bottom: 44px; }
.partner .abschnitt-kopf { margin-bottom: 20px; }
.partner__liste { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px 36px; }
.partner__liste li { display: flex; align-items: center; justify-content: center; height: 44px; }
/* Feste Höhe statt max-height: SVG-Logos nur mit viewBox (Grünbeck, Walraven) haben keine Eigengröße –
   mit height:auto + width:auto im schrumpfenden Flex-Element ergab das 0×0 px. Breite folgt dem Seitenverhältnis. */
.partner__liste img { height: 40px; width: auto; max-width: 140px; object-fit: contain; }

/* ---------- Ablauf ---------- */
.ablauf { background: var(--himmel); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.ablauf__liste { list-style: none; display: grid; gap: 20px; counter-reset: schritt; }
@media (min-width: 800px) { .ablauf__liste { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.ablauf__schritt { position: relative; padding: 24px; border-radius: var(--radius-karte); background: #fff; box-shadow: var(--schatten-karte); }
.ablauf__nr { display: block; font-family: var(--schrift-kopf); font-weight: 700; font-size: 2.2rem; color: var(--blau); line-height: 1; margin-bottom: 12px; }
.ablauf__schritt p { margin: 0; color: var(--text); }
.ablauf__kreis { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--blau-dunkel); color: #fff; font-family: var(--schrift-kopf); font-weight: 700; font-size: 1.05rem; flex: none; }
.ablauf--streifen { padding: 36px 0; }
.ablauf--streifen .ablauf__schritt { display: flex; gap: 14px; align-items: flex-start; padding: 0; background: transparent; box-shadow: none; }
.ablauf--streifen .ablauf__schritt h3 { font-size: 1.1rem; margin: 6px 0 2px; }
.ablauf--streifen .ablauf__schritt p { font-size: .98rem; color: var(--gedaempft); }
.ablauf--streifen .ablauf__liste { gap: 18px; }
@media (min-width: 800px) { .ablauf--streifen .ablauf__liste { gap: 32px; } }

/* ---------- Galerie ---------- */
.galerie { background: var(--sand); }
.galerie__raster { list-style: none; display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .galerie__raster { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.galerie__bild { border-radius: var(--radius); overflow: hidden; background: var(--linie-warm); box-shadow: var(--schatten-karte); }
.galerie__bild img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (min-width: 800px) { .galerie__bild img { aspect-ratio: 3 / 2; } }
.galerie__link { text-align: center; margin: 32px 0 0; }
.galerie--kategorie { padding-top: 40px; padding-bottom: 40px; background: #fff; }
.galerie--kategorie:nth-of-type(even) { background: var(--sand); }
.kategorien { background: var(--papier); border-bottom: 1px solid var(--linie); position: sticky; top: var(--kopf-hoehe); z-index: 5; }
.kategorien ul { list-style: none; display: flex; gap: 6px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.kategorien a { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--linie); color: var(--tinte); text-decoration: none; white-space: nowrap; font-weight: 500; }
.kategorien a:hover { border-color: var(--blau-dunkel); color: var(--blau-dunkel); }

/* ---------- vorher-nachher: Bildpaare (rendert nur mit echten Paaren) ---------- */
.vorher-nachher { background: var(--weiss); }
.vorher-nachher__liste { list-style: none; display: grid; gap: 28px; }
@media (min-width: 900px) { .vorher-nachher__liste { grid-template-columns: repeat(2, 1fr); } }
.vorher-nachher__paar { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vorher-nachher__paar figure { position: relative; border-radius: var(--radius); overflow: hidden; }
.vorher-nachher__paar img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.vorher-nachher__label { position: absolute; left: 10px; top: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(15,37,48,.78); color: #fff; font-family: var(--schrift-kopf); font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.vorher-nachher__label--nachher { background: var(--blau-dunkel); }
.vorher-nachher__titel { grid-column: 1 / -1; margin: 4px 0 0; color: var(--gedaempft); font-size: .95rem; }

/* ---------- Bewertungen (nur mit Quelle) ---------- */
.bewertungen { background: var(--weiss); }
.bewertung { margin: 0; }
.bewertung p { color: var(--text); font-style: italic; margin: 10px 0 12px; }
.bewertung footer { font-size: .9rem; color: var(--gedaempft); }

/* ---------- FAQ ---------- */
.faq { background: var(--weiss); }
.faq__liste { display: grid; gap: 10px; }
.faq__eintrag { border: 1px solid var(--linie); border-radius: var(--radius); background: #fff; }
.faq__eintrag summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 20px; cursor: pointer; font-family: var(--schrift-kopf); font-weight: 600; font-size: 1.1rem; color: var(--tinte); min-height: 56px; }
.faq__eintrag summary::-webkit-details-marker { display: none; }
.faq__plus { flex: none; color: var(--blau-dunkel); transition: transform .2s ease; }
.faq__eintrag[open] .faq__plus { transform: rotate(45deg); }
.faq__antwort { padding: 0 20px 18px; color: var(--text); }
.faq__antwort p:last-child { margin-bottom: 0; }

/* ---------- CTA-Band (Petrol) ---------- */
.cta-band { background: var(--blau-dunkel); color: #fff; }
@media (min-width: 900px) { .cta-band { padding: 72px 0; } }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); font-size: 1.1rem; margin: 0 0 22px; max-width: 34em; }
.cta-band__raster { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .cta-band__raster { grid-template-columns: 1.3fr 1fr; gap: 56px; } }
.cta-band__karte { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-gross); padding: 24px; display: grid; gap: 10px; justify-items: start; }
@media (min-width: 900px) { .cta-band__karte { padding: 30px; } }
.cta-band__karte .knopf { width: 100%; }
.cta-band__label { font-family: var(--schrift-kopf); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: rgba(255,255,255,.72); margin: 0 0 4px; }
.cta-band__klein { font-size: .9rem; color: rgba(255,255,255,.72); margin: 0; }
.cta-band__mail { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; min-height: 44px; font-weight: 500; }
.cta-band__mail:hover { color: #fff; text-decoration: underline; }
.cta-band__mail svg { width: 20px; height: 20px; }

/* ---------- Einstieg (Rückfall ohne Startseiten-Funnel) ---------- */
.einstieg { background: var(--sand); }
.einstieg__liste { list-style: none; display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .einstieg__liste { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .einstieg__liste { grid-template-columns: repeat(5, 1fr); } }
.einstieg__karte { display: grid; gap: 8px; align-content: start; padding: 22px; min-height: 120px; background: #fff; border: 2px solid var(--linie); border-radius: var(--radius-gross); text-decoration: none; color: var(--tinte); transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.einstieg__karte:hover { border-color: var(--blau-dunkel); transform: translateY(-2px); box-shadow: var(--schatten); color: var(--tinte); }
.einstieg__icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--himmel); color: var(--blau-tief); }
.einstieg__titel { font-family: var(--schrift-kopf); font-weight: 600; font-size: 1.2rem; }
.einstieg__text { font-size: .95rem; color: var(--gedaempft); }

/* ---------- Servicegebiet ---------- */
.servicegebiet { background: var(--papier); }
@media (min-width: 900px) { .servicegebiet { padding: 56px 0; } }
.servicegebiet__karte { display: grid; gap: 24px; background: #fff; border-radius: var(--radius-gross); padding: 28px 24px; box-shadow: var(--schatten-karte); border-top: 3px solid var(--blau-dunkel); }
@media (min-width: 900px) { .servicegebiet__karte { grid-template-columns: 1.2fr 1fr; align-items: center; padding: 40px 44px; gap: 40px; } }
@media (max-width: 639px) { .servicegebiet__karte { padding: 22px 18px; gap: 18px; } .cta-band__karte { padding: 20px; gap: 8px; } .cta-band__raster { gap: 22px; } }
.servicegebiet__karte h2 { font-size: clamp(1.6rem, 2vw + .6rem, 2.2rem); }
.servicegebiet__karte .abschnitt-text { font-size: 1.05rem; }
.servicegebiet__orte { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.servicegebiet__orte .knopf { min-height: 44px; padding: 8px 14px; font-size: .98rem; gap: 6px; }
.servicegebiet__orte svg { width: 18px; height: 18px; }

/* ---------- Kontakt ---------- */
.kontakt { background: var(--weiss); }
@media (min-width: 900px) { .kontakt { padding: 64px 0; } }
.kontakt__raster { display: grid; gap: 28px; }
@media (min-width: 900px) { .kontakt__raster { grid-template-columns: 1.2fr 1fr; align-items: center; } }
.kontakt__karte { font-style: normal; background: var(--himmel); border-radius: var(--radius-gross); padding: 28px; display: grid; gap: 14px; justify-items: start; }
.kontakt__tel { width: 100%; margin-bottom: 6px; }
.kontakt__zeile { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.kontakt__zeile a { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; text-decoration: none; font-weight: 600; color: var(--tinte); }
.kontakt__zeile a:hover { color: var(--blau-dunkel); }
.kontakt__zeile svg { color: var(--blau-dunkel); flex: none; margin-top: 2px; }

/* ---------- Textblock / Prosa ---------- */
.textblock { background: var(--weiss); }
.textblock__raster { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .textblock__raster--bild { grid-template-columns: 1.2fr 1fr; } }
.textblock__bild picture { border-radius: var(--radius-gross); overflow: hidden; box-shadow: var(--schatten); }
.textblock__bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.prosa { max-width: 72ch; }
.prosa h2 { font-size: 1.5rem; margin-top: 2em; }
.prosa h3 { font-size: 1.2rem; margin-top: 1.6em; }
.prosa ul { padding-left: 1.2em; margin: 0 0 1em; }
.prosa li { margin-bottom: .4em; }
.prosa .platzhalter, .platzhalter { background: #fff3e0; border: 1px dashed var(--orange-tief); border-radius: 6px; padding: 0 6px; font-weight: 600; color: #7a3d00; }
.textseite { padding-top: 32px; }

/* ---------- Funnel ---------- */
.funnel { background: var(--sand); }
@media (min-width: 900px) { .funnel { padding: 72px 0; } }
.funnel--hell { background: #fff; }
.funnel h2 { font-size: clamp(2.2rem, 3.6vw + .5rem, 3.4rem); }
.funnel .abschnitt-kopf { margin-bottom: 26px; }
.funnel__karte { background: #fff; border-radius: var(--radius-gross); box-shadow: var(--schatten-gross); padding: 20px 16px 22px; }
@media (min-width: 700px) { .funnel__karte { padding: 40px 48px; } }
.funnel__fortschritt { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.funnel__schritt-label { font-family: var(--schrift-kopf); font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gedaempft); white-space: nowrap; }
.funnel__dauer { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--gedaempft); white-space: nowrap; }
.funnel__dauer svg { width: 16px; height: 16px; }
.funnel__balken { height: 6px; border-radius: 3px; background: var(--himmel); overflow: hidden; margin-bottom: 22px; }
.funnel__balken-fuellung { height: 100%; background: var(--blau); border-radius: 3px; transition: width .3s ease; }
html:not(.js) .funnel__schritte { display: none; }
.funnel__nojs { padding: 12px 16px; border-radius: var(--radius); background: var(--himmel); }
.funnel__nojs p { margin: 0; }
.funnel__frage { font-size: 1.35rem; margin-bottom: 4px; letter-spacing: -.01em; }
@media (min-width: 700px) { .funnel__frage { font-size: 1.7rem; } }
.funnel__hinweis { color: var(--gedaempft); margin-bottom: 16px; font-size: .98rem; }
.funnel__hinweis a { font-weight: 600; white-space: nowrap; }
.funnel__schritt.is-aktiv { animation: einblenden .3s ease; }
@keyframes einblenden { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.funnel__optionen { display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 700px) {
  .funnel__optionen { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funnel__option--breit { grid-column: 1 / -1; }
}
@media (min-width: 800px) {
  .funnel__optionen--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  /* 4 Optionen: 2×2 statt 4 schmaler Spalten (Karteninhalt nur ~700 px breit → gleichmäßige Kacheln) */
  .funnel__optionen--4, .funnel__optionen--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.funnel__option {
  position: relative; display: grid; grid-template-columns: auto 1fr 20px; grid-template-areas: "icon titel radio" "icon text radio";
  column-gap: 12px; row-gap: 2px; align-items: center; justify-items: start; text-align: left;
  min-height: 64px; padding: 12px 14px; border-radius: var(--radius); border: 2px solid var(--linie); background: #fff; color: var(--tinte); cursor: pointer;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.funnel__option:hover { border-color: var(--blau); transform: translateY(-1px); }
.funnel__option.is-gewaehlt { border-color: var(--blau-dunkel); background: var(--himmel); }
.funnel__option-radio { grid-area: radio; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--linie); background: #fff; justify-self: end; align-self: center; transition: border-color .15s ease, box-shadow .15s ease; }
.funnel__option.is-gewaehlt .funnel__option-radio { border-color: var(--blau-dunkel); box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 10px var(--blau-dunkel); }
.funnel__option-icon { grid-area: icon; display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--himmel); color: var(--blau-tief); align-self: center; }
.funnel__option.is-gewaehlt .funnel__option-icon { background: #fff; }
.funnel__option-titel { grid-area: titel; font-family: var(--schrift-kopf); font-weight: 600; font-size: 1.05rem; line-height: 1.2; align-self: end; overflow-wrap: break-word; hyphens: auto; }
.funnel__option-text { grid-area: text; font-size: .9rem; color: var(--gedaempft); line-height: 1.35; align-self: start; overflow-wrap: break-word; hyphens: auto; }
.funnel__option-titel:last-child { grid-row: 1 / span 2; align-self: center; }
.funnel__option--ohne-icon { grid-template-columns: minmax(0, 1fr) 20px; grid-template-areas: "titel radio" "text radio"; }
@media (min-width: 700px) {
  .funnel__option { grid-template-columns: 1fr; grid-template-areas: "icon" "titel" "text"; row-gap: 6px; padding: 16px 44px 16px 16px; align-content: start; align-items: start; }
  .funnel__option-radio { position: absolute; top: 14px; right: 14px; }
  .funnel__option-titel { font-size: 1.1rem; align-self: auto; }
  .funnel__option-titel:last-child { grid-row: auto; }
  .funnel__option-icon { margin-bottom: 2px; }
  .funnel__option--breit { grid-template-columns: auto 1fr; grid-template-areas: "icon titel" "icon text"; column-gap: 12px; align-items: center; background: var(--papier); }
  .funnel__optionen--5 .funnel__option, .funnel__optionen--4 .funnel__option { grid-template-columns: auto 1fr; grid-template-areas: "icon titel" "icon text"; column-gap: 14px; row-gap: 2px; align-items: center; padding: 14px 44px 14px 14px; }
  .funnel__optionen--5 .funnel__option-icon, .funnel__optionen--4 .funnel__option-icon { margin: 0; }
  .funnel__optionen--5 .funnel__option-titel, .funnel__optionen--4 .funnel__option-titel { align-self: end; }
  .funnel__optionen--5 .funnel__option-text, .funnel__optionen--4 .funnel__option-text { align-self: start; }
  .funnel__optionen--5 .funnel__option-titel:last-child, .funnel__optionen--4 .funnel__option-titel:last-child { grid-row: 1 / span 2; align-self: center; }
  .funnel__optionen--5 .funnel__option-radio, .funnel__optionen--4 .funnel__option-radio { top: 50%; margin-top: -10px; }
  .funnel__option--breit .funnel__option-titel:last-child { grid-row: 1 / span 2; }
  /* Kachel ohne Symbol (z. B. Gebäudewahl): keine leere Symbolspalte */
  .funnel__optionen .funnel__option--ohne-icon { grid-template-columns: minmax(0, 1fr); grid-template-areas: "titel" "text"; column-gap: 0; }
}
.funnel__notfall { margin: 12px 0 0; padding: 14px; border-radius: 12px; background: var(--himmel); color: var(--tinte); font-size: .95rem; border-left: 4px solid var(--blau-dunkel); }
.funnel__notfall-text { margin: 0 0 10px; font-weight: 600; }
/* Nummer bleibt zusammen; unter ~360 px rutscht „anrufen“ in eine zweite Zeile statt über den Rand */
.funnel__notfall-knopf { width: 100%; min-height: 52px; padding-left: 16px; padding-right: 16px; flex-wrap: wrap; column-gap: 8px; row-gap: 0; text-align: center; }
.funnel__notfall-nummer { white-space: nowrap; }
.funnel__notfall-oder { margin: 10px 0 0; color: var(--gedaempft); }
@media (min-width: 700px) { .funnel__notfall-knopf { width: auto; } }
.funnel__fehler { color: var(--fehler); font-weight: 500; margin: 12px 0 0; }
.funnel__form > .funnel__fehler { margin: 0; padding: 10px 14px; border-radius: 12px; background: #fdecea; }
.funnel__leiste { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 8px; margin-top: 20px; }
.funnel__leiste .funnel__weiter, .funnel__leiste .funnel__senden { width: 100%; min-height: 56px; }
.funnel__leiste .funnel__zurueck { align-self: center; }
@media (min-width: 700px) {
  .funnel__leiste { flex-direction: row; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }
  .funnel__leiste .funnel__weiter, .funnel__leiste .funnel__senden { width: auto; min-width: 260px; margin-left: auto; }
  .funnel__leiste .funnel__zurueck { align-self: auto; }
}
.funnel__vertrauen { margin: 12px 0 0; text-align: center; font-size: 13px; color: var(--gedaempft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.funnel__vertrauen-lang { display: none; }
@media (min-width: 700px) { .funnel__vertrauen { font-size: .9rem; margin-top: 14px; } .funnel__vertrauen-lang { display: inline; } .funnel__vertrauen-kurz { display: none; } }
.funnel__felder { display: grid; gap: 14px; }
@media (min-width: 600px) { .funnel__felder--2 { grid-template-columns: 1fr 1fr; } .funnel__felder--ort { grid-template-columns: 180px 1fr; } }
.funnel__felder--namen { grid-template-columns: 1fr 1fr; column-gap: 10px; }
.funnel__form { display: grid; gap: 14px; }
.feld { display: grid; gap: 6px; align-content: start; }
@media (max-width: 699px) {
  .funnel__form, .funnel__felder { gap: 10px; }
  .feld { gap: 4px; }
  .feld label { font-size: .9rem; }
  .feld input { min-height: 48px; padding: 10px 12px; }
  .funnel__datenschutz { font-size: .8rem; line-height: 1.45; margin: 0; }
  .funnel__form .funnel__leiste { margin-top: 4px; gap: 4px; }
  .funnel__leiste .funnel__zurueck { min-height: 44px; }
  .funnel__mehr summary { min-height: 44px; }
  .feld input { min-height: 46px; }
  .funnel__fortschritt { margin-bottom: 8px; }
  .funnel__balken { margin-bottom: 16px; }
  .funnel__hinweis { margin-bottom: 12px; line-height: 1.45; }
  .funnel__vertrauen { margin-top: 8px; }
  .funnel__form .funnel__vertrauen { margin-top: 0; }
  .funnel__karte { padding: 16px 16px 16px; }
  .funnel__frage { font-size: 1.28rem; }
}
.feld label { font-weight: 600; font-size: .95rem; color: var(--tinte); }
.feld .optional { font-weight: 400; color: var(--gedaempft); }
.feld .pflicht { color: var(--orange-tief); }
.feld input, .feld textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 2px solid var(--linie); background: #fff; color: var(--tinte); font: inherit; font-size: 1.05rem; }
.feld textarea { resize: vertical; min-height: 96px; }
.feld input:focus, .feld textarea:focus { outline: none; border-color: var(--blau-dunkel); box-shadow: 0 0 0 3px var(--himmel); }
.feld input[aria-invalid="true"], .feld textarea[aria-invalid="true"] { border-color: var(--fehler); }
.feld__fehler { color: var(--fehler); font-size: .92rem; font-weight: 500; line-height: 1.4; margin: 0; }
.feld--website { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.funnel__mehr summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer; font-family: var(--schrift-kopf); font-weight: 600; color: var(--blau-dunkel); }
.funnel__mehr summary::-webkit-details-marker { display: none; }
.funnel__mehr[open] summary .faq__plus { transform: rotate(45deg); }
.funnel__mehr[open] summary { margin-bottom: 8px; }
.funnel__datenschutz { font-size: .88rem; color: var(--gedaempft); margin: 4px 0 0; }
.funnel__direkt { margin: 18px 0 0; text-align: center; color: var(--gedaempft); }
.funnel__direkt a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; text-decoration: none; min-height: 44px; color: var(--blau-dunkel); }
.funnel__zustand { text-align: center; padding: 16px 0 8px; }
.funnel__zustand .funnel__frage { font-size: 1.35rem; }
.funnel__spinner { width: 52px; height: 52px; border-radius: 50%; border: 4px solid var(--himmel); border-top-color: var(--blau); margin: 0 auto 20px; animation: drehen .9s linear infinite; }
@keyframes drehen { to { transform: rotate(360deg); } }
.funnel__erfolg-icon, .funnel__fehler-icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; margin: 0 auto 18px; }
.funnel__erfolg-icon { background: #e3f4ea; color: var(--erfolg); }
.funnel__fehler-icon { background: #fdecea; color: var(--fehler); }
.funnel__erfolg-icon svg, .funnel__fehler-icon svg { width: 34px; height: 34px; }
.funnel__naechste { list-style: none; text-align: left; max-width: 420px; margin: 14px auto 20px; display: grid; gap: 8px; }
.funnel__naechste li { display: flex; gap: 10px; align-items: flex-start; }
.funnel__naechste svg { width: 22px; height: 22px; color: var(--blau-dunkel); flex: none; margin-top: 2px; }
.funnel__notausgang { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 12px; }

/* ---------- Fuß ---------- */
.fuss { background: var(--blau-dunkel); color: rgba(255,255,255,.85); padding: 56px 0 24px; }
@media (min-width: 900px) { .fuss { padding: 72px 0 28px; } }
.fuss a { color: rgba(255,255,255,.72); text-decoration: none; }
.fuss a:hover { text-decoration: underline; color: #fff; }
.fuss__raster { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .fuss__raster { grid-template-columns: 1fr 1fr; gap: 36px 28px; } .fuss__spalte--firma { grid-column: 1 / -1; } }
@media (min-width: 1000px) { .fuss__raster { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; } .fuss__spalte--firma { grid-column: auto; } }
.fuss__wortmarke { font-family: var(--schrift-kopf); font-weight: 700; font-size: 1.6rem; color: #fff; margin-bottom: 10px; line-height: 1; }
.fuss__spalte--firma p { max-width: 30em; }
.fuss__titel { font-family: var(--schrift-kopf); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.fuss ul { list-style: none; display: grid; gap: 2px; }
.fuss ul a, .fuss__adresse a, .fuss__instagram { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; }
.fuss ul li { min-height: 40px; display: flex; align-items: center; }
.fuss ul.fuss__unterliste { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 0 16px; }
.fuss__unterliste a { font-size: .92rem; min-height: 36px; }
.fuss__unterliste li { min-height: 36px; }
.fuss ul.fuss__gebiete { display: flex; flex-wrap: wrap; gap: 0 20px; }
@media (min-width: 1000px) { .fuss ul.fuss__gebiete { display: grid; gap: 2px; } }
.fuss__gebiete li { color: rgba(255,255,255,.72); }
.fuss__adresse { font-style: normal; }
@media (min-width: 1200px) { .fuss__adresse a { white-space: nowrap; } }
.fuss__adresse p { margin: 0 0 6px; }
.fuss__unten { border-top: 1px solid rgba(255,255,255,.14); margin-top: 40px; padding-top: 20px; font-size: .88rem; color: rgba(255,255,255,.6); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; }
.fuss__unten p { margin: 0; }
.fuss__recht a { display: inline-flex; align-items: center; min-height: 32px; }

/* ---------- Mobile Leiste ---------- */
.mobil-leiste { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px var(--rand) calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--linie); }
.mobil-leiste .knopf { min-height: 50px; white-space: nowrap; padding-left: 14px; padding-right: 14px; }
.nur-schmal { display: none; }
@media (max-width: 439px) { .nur-breit { display: none; } .nur-schmal { display: inline; } }
@media (min-width: 900px) { .mobil-leiste { display: none; } }

/* ---------- 404 ---------- */
.fehlerseite { min-height: 60vh; display: grid; place-items: center; text-align: center; }
