/*
 * start.css — die Startseite fendr.de (Entwurf B, 11.9.2026). Eigene Datei,
 * damit Modulseiten, Kundenkonto und Rechtstexte (landing.css) unberührt
 * bleiben. Schriften aus /fonts/fonts.css. Hell und dunkel über Tokens.
 */

/* Formen: Bedienelemente rund (999px), Flächen 14px, Bildschirmfotos 10px. Sonst nichts. */
:root {
  color-scheme: light;
  --bg: #fbfcfc;
  --band: #f0f5f4;
  --flaeche: #ffffff;
  --ink: #0f1f1c;
  --ink-2: #4a5d59;
  --ink-3: #6b7d79;
  --line: #dde6e4;
  --line-2: #c5d2cf;
  --teal: #0f766e;
  --teal-stark: #0b5d56;
  --teal-hauch: #e3f1ef;
  --auf-teal: #ffffff;
  --schluss: #0f766e;
  --schluss-ink: #ffffff;
  --schluss-still: #d4efea;
  --rahmen: #0d1c30;
  --schatten: 0 24px 48px -28px rgba(10, 60, 55, .45);
  --display: 'Bricolage Grotesque', 'Trebuchet MS', sans-serif;
  --text: 'Public Sans', -apple-system, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --breit: 1200px;
  --rand: clamp(16px, 4vw, 44px);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0b1513; --band: #101d1a; --flaeche: #13221f;
    --ink: #e6efed; --ink-2: #a8bab6; --ink-3: #8a9d99;
    --line: #1f302c; --line-2: #2b403b;
    --teal: #3cc4b2; --teal-stark: #5fd3c3; --teal-hauch: #12302b; --auf-teal: #04201c;
    --schluss: #0f3a35; --schluss-ink: #e6f7f4; --schluss-still: #a9d9d1;
    --rahmen: #1d3149; --schatten: 0 24px 48px -28px rgba(0, 0, 0, .8);
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b1513; --band: #101d1a; --flaeche: #13221f;
  --ink: #e6efed; --ink-2: #a8bab6; --ink-3: #8a9d99;
  --line: #1f302c; --line-2: #2b403b;
  --teal: #3cc4b2; --teal-stark: #5fd3c3; --teal-hauch: #12302b; --auf-teal: #04201c;
  --schluss: #0f3a35; --schluss-ink: #e6f7f4; --schluss-still: #a9d9d1;
  --rahmen: #1d3149; --schatten: 0 24px 48px -28px rgba(0, 0, 0, .8);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 80px; overflow-x: clip; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.6 var(--text); -webkit-font-smoothing: antialiased; overflow-x: clip; }
::selection { background: var(--teal); color: var(--auf-teal); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.nur-vorleser { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprung { position: absolute; left: 16px; top: -60px; background: var(--flaeche); padding: 8px 14px; border-radius: 999px; z-index: 20; }
.sprung:focus { top: 12px; }

h1, h2, h3 { font-family: var(--display); font-weight: 800; font-stretch: 94%; letter-spacing: -0.03em; line-height: 1.04; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.9rem, 5.2vw, 4.4rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.015em; line-height: 1.2; }
p { margin: 0 0 14px; }
.mitte { max-width: var(--breit); margin: 0 auto; padding-inline: var(--rand); }
.lead { font-size: clamp(1.06rem, 1.4vw, 1.2rem); color: var(--ink-2); max-width: 58ch; text-wrap: pretty; }
.band { padding-block: clamp(72px, 9vw, 120px) clamp(80px, 10vw, 132px); }
.getoent { background: var(--band); }
.kopf-block { max-width: 62ch; margin-bottom: 44px; }
.kopf-block h2 { margin-bottom: 14px; }
.zahl { font-family: var(--mono); font-variant-numeric: tabular-nums; }

.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--teal); color: var(--auf-teal); font-weight: 600; text-decoration: none; padding: 13px 22px; border-radius: 999px; font-size: 1rem; white-space: nowrap; transition: background .2s, transform .15s; border: 0; cursor: pointer; font-family: inherit; }
.btn:hover { background: var(--teal-stark); }
.btn:active { transform: translateY(1px) scale(.98); }
.btn-still { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line-2); }
.btn-still:hover { background: var(--band); }
.btn svg { width: 16px; height: 16px; }

/* Kopf */
.kopf { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--bg) 92%, transparent); border-bottom: 1px solid var(--line); }
.kopf .mitte { display: flex; align-items: center; gap: 32px; height: 64px; }
.marke { font-family: var(--display); font-weight: 800; font-size: 1.55rem; letter-spacing: -0.04em; color: var(--ink); text-decoration: none; }
.kopf nav { display: flex; gap: 28px; margin-left: auto; }
.kopf nav a { color: var(--ink-2); text-decoration: none; font-size: .95rem; font-weight: 500; }
.kopf nav a:hover { color: var(--ink); }
.kopf .btn { padding: 9px 18px; font-size: .92rem; }
@media (max-width: 820px) { .kopf nav { display: none; } .kopf .btn { margin-left: auto; } }

/* Hero: links die Aussage, rechts die drei Geräte über Tiefenlinien */
.hero { position: relative; padding-block: clamp(40px, 6vw, 88px) clamp(56px, 7vw, 96px); overflow: hidden; }
.hero .mitte { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.eyebrow { font: 500 .78rem/1 var(--mono); text-transform: uppercase; letter-spacing: .14em; color: var(--teal); margin-bottom: 20px; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { color: var(--ink); opacity: .84; }
.knoepfe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
@media (max-width: 1000px) { .hero .mitte { grid-template-columns: 1fr; } }
.buehne { position: relative; margin: 0; padding-bottom: 14%; }
.tiefen { position: absolute; left: -14%; width: 130%; top: 8%; height: 110%; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%); mask-image: linear-gradient(90deg, transparent 0%, #000 28%); }
.tiefen path { fill: none; stroke: var(--teal); stroke-width: 1.2; opacity: .3; }
.tiefen path.zehn { stroke-dasharray: 6 5; }
.tiefen text { font: 500 11px var(--mono); fill: var(--teal); opacity: .6; }
.rahmen { background: var(--rahmen); border: 1px solid var(--rahmen); border-radius: 10px; overflow: hidden; box-shadow: var(--schatten); }
.buehne .desk { position: relative; width: 92%; margin-left: auto; }
.buehne .tab { position: absolute; left: 0; bottom: 0; width: 44%; border-width: 5px; border-radius: 14px; }
.buehne .hand { position: absolute; right: 2%; bottom: -3%; width: 19%; border-width: 4px; border-radius: 18px; }

/* Statt: vier Werkzeuge, durchgestrichen */
.statt .mitte { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.weg { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2px 30px; }
.weg li { position: relative; font-family: var(--display); font-weight: 800; font-stretch: 90%; font-size: clamp(2.2rem, 4.6vw, 3.6rem); letter-spacing: -0.03em; line-height: 1.2; color: var(--ink-3); }
.weg li::after { content: ''; position: absolute; left: -2%; right: -2%; top: 55%; height: .09em; background: var(--teal); transform-origin: left center; transform: scaleX(var(--strich, 1)); border-radius: 2px; }
.statt .ueber { margin-top: 26px; font-size: 1.15rem; max-width: 46ch; }
.statt .ueber b { color: var(--teal); font-weight: 600; }
@media (max-width: 900px) { .statt .mitte { grid-template-columns: 1fr; } }

/* Tag eines Schiffs: ohne Skript eine Liste; mit Skript klebt rechts die Bühne mit Uhr */
.tag-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 72px); }
.tag-schritte { list-style: none; margin: 0; padding: 0; }
.tag-schritt { padding: 0 0 48px 28px; position: relative; border-left: 2px solid var(--line); }
.tag-schritt:last-child { padding-bottom: 0; }
.tag-schritt::before { content: ''; position: absolute; left: -9px; top: .45em; width: 16px; height: 16px; border-radius: 50%; background: var(--bg); border: 2px solid var(--teal); }
.tag-schritt .uhr { font: 500 1.35rem/1.2 var(--mono); color: var(--teal); }
.tag-schritt .wo { font-size: .86rem; color: var(--ink-3); margin-left: 8px; }
.tag-schritt h3 { font-size: clamp(1.3rem, 2vw, 1.55rem); font-weight: 800; letter-spacing: -0.025em; margin: 6px 0 8px; }
.tag-schritt p { color: var(--ink-2); max-width: 46ch; margin: 0; }
.tag-schritt figure { margin: 18px 0 0; }
.tag-schritt figure.hoch { width: min(230px, 60%); }
.tag-buehne { display: none; }
.tag-fuss { margin-top: 28px; font-size: .86rem; color: var(--ink-3); }
@media (max-width: 960px) { .tag-raster { grid-template-columns: 1fr; } }
/* Mit Skript und genug Breite: Bilder in die klebende Bühne, Schritte werden zur Erzählung */
@media (min-width: 961px) {
  .mit-bewegung .tag-schritt { min-height: 62vh; padding-bottom: 0; opacity: .38; transition: opacity .35s; }
  .mit-bewegung .tag-schritt:last-child { min-height: 40vh; }
  .mit-bewegung .tag-schritt.aktiv { opacity: 1; }
  .mit-bewegung .tag-schritt figure { display: none; }
  .mit-bewegung .tag-buehne { display: block; position: sticky; top: 96px; align-self: start; }
  .tag-uhr { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
  .tag-uhr b { font: 500 3.2rem/1 var(--mono); color: var(--teal); letter-spacing: -0.02em; }
  .tag-uhr span { color: var(--ink-3); font-size: .95rem; }
  .tag-bilder { position: relative; aspect-ratio: 16 / 10; }
  .tag-bilder figure { position: absolute; inset: 0; margin: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .45s; }
  .tag-bilder figure.aktiv { opacity: 1; }
  .tag-bilder figure img { max-height: 100%; width: auto; }
  .tag-bilder figure.hoch img { height: 100%; border-width: 4px; border-radius: 18px; }
}

/* Module: der Kern als Band, darüber vier Gruppen im Bento */
.kern { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; padding: 18px 22px; border-radius: 14px; background: var(--teal-hauch); margin-bottom: 16px; }
.kern b { font-family: var(--display); font-size: 1.15rem; color: var(--teal); }
.kern span { color: var(--ink); }
.bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.zelle { position: relative; border-radius: 14px; background: var(--flaeche); border: 1px solid var(--line); padding: 26px 26px 0; overflow: hidden; display: flex; flex-direction: column; }
.zelle h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 14px; }
.zelle dl { margin: 0 0 22px; display: grid; gap: 12px; }
.zelle dt { font-weight: 600; }
.zelle dd { margin: 2px 0 0; color: var(--ink-2); font-size: .95rem; }
.zelle .bild { margin-top: auto; }
.zelle .bild img { border-radius: 10px 10px 0 0; border-bottom: 0; }
.z-buero { grid-column: span 7; }
.z-bord { grid-column: span 5; }
.z-crew { grid-column: span 5; }
.z-verkauf { grid-column: span 7; background: var(--teal); border-color: var(--teal); color: var(--auf-teal); padding-bottom: 26px; }
.z-verkauf dd, .z-verkauf p { color: var(--auf-teal); opacity: .86; }
.z-verkauf .portale { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 14px; padding: 0; list-style: none; }
.z-verkauf .portale li { padding: 5px 12px; border-radius: 999px; background: color-mix(in srgb, var(--auf-teal) 16%, transparent); font-weight: 600; font-size: .92rem; }
.z-verkauf .portale li.anfrage { background: transparent; box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--auf-teal) 45%, transparent); font-weight: 500; }
.z-bord .bild { padding-inline: 4%; }
.z-crew .bild { width: 44%; margin-inline: auto 8%; }
.z-crew .bild img { border-width: 4px; border-radius: 18px 18px 0 0; }
.test-hinweis { margin-top: 18px; color: var(--ink-2); font-size: .95rem; }
@media (max-width: 900px) { .z-buero, .z-bord, .z-crew, .z-verkauf { grid-column: 1 / -1; } }

/* Was es nicht kann */
.nicht { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 40px; margin: 0; padding: 0; list-style: none; }
.nicht li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; }
.nicht svg { width: 22px; height: 22px; margin-top: 2px; color: var(--teal); }
.nicht b { display: block; font-weight: 700; margin-bottom: 2px; }
.nicht span { color: var(--ink-2); font-size: .95rem; }
@media (max-width: 900px) { .nicht { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .nicht { grid-template-columns: 1fr; } }

/* Preise: Rechner links, Beleg rechts */
.rechner { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.regler { display: grid; gap: 26px; }
.regler label { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 12px; font-weight: 600; }
.regler output { font: 500 1.35rem var(--mono); color: var(--teal); min-width: 3ch; text-align: right; }
.regler small { grid-column: 1 / -1; font-weight: 400; color: var(--ink-3); font-size: .86rem; }
.regler input[type=range] { grid-column: 1 / -1; width: 100%; accent-color: var(--teal); height: 28px; margin: 0; }
.module-wahl { border: 0; padding: 0; margin: 0; }
.module-wahl legend { font-weight: 600; margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 12px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2); cursor: pointer; font-weight: 500; font-size: .95rem; user-select: none; transition: background .2s, box-shadow .2s; }
.chips input { accent-color: var(--teal); width: 16px; height: 16px; margin: 0; }
.chips label:has(input:checked) { background: var(--teal-hauch); box-shadow: inset 0 0 0 1px var(--teal); }
.chips label:has(input:disabled) { opacity: .5; cursor: not-allowed; }
.hinweis-braucht { font-size: .86rem; color: var(--ink-3); margin: 8px 0 0; min-height: 1.4em; }
.beleg { position: sticky; top: 88px; background: var(--flaeche); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--schatten); }
.beleg-kopf { display: flex; justify-content: space-between; align-items: baseline; }
.beleg-kopf span { color: var(--ink-3); font-size: .9rem; }
.summe { font: 500 clamp(2.4rem, 4vw, 3rem)/1 var(--mono); letter-spacing: -0.02em; margin: 10px 0 4px; font-variant-numeric: tabular-nums; }
.summe small { font: 400 1rem var(--text); color: var(--ink-2); margin-left: 6px; letter-spacing: 0; }
.posten { list-style: none; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: .92rem; }
.posten li { display: flex; justify-content: space-between; gap: 12px; }
.posten li span:first-child { color: var(--ink-2); }
.posten li span:last-child { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.einmal { margin: 14px 0 0; font-size: .9rem; color: var(--ink-2); }
.beleg .btn { width: 100%; justify-content: center; margin-top: 18px; }
@media (max-width: 960px) { .rechner { grid-template-columns: 1fr; } .beleg { position: static; } }
.regeln { list-style: none; margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.regeln li { font-size: .95rem; color: var(--ink-2); }
.regeln b { display: block; color: var(--ink); margin-bottom: 4px; }
@media (max-width: 1000px) { .regeln { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .regeln { grid-template-columns: 1fr; } }
.liste-auf { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 18px; }
.liste-auf summary { cursor: pointer; font-weight: 600; color: var(--teal); }
.tabelle-halter { overflow-x: auto; margin-top: 16px; }
.tabelle { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .95rem; }
.tabelle th, .tabelle td { padding: 10px 12px 10px 0; text-align: left; vertical-align: baseline; }
.tabelle thead th { font-size: .8rem; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid var(--line-2); }
.tabelle tbody tr:nth-child(odd) { background: var(--band); }
.tabelle td:first-child, .tabelle th:first-child { padding-left: 12px; }
.tabelle .p { text-align: right; font-family: var(--mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
.tabelle .einheit { color: var(--ink-2); }
.preis-fuss { margin-top: 14px; font-size: .9rem; color: var(--ink-2); }

/* Daten: bleibt, geht */
.daten .mitte { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.grenze { display: grid; grid-template-columns: 1fr 1fr; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--flaeche); }
.seite { padding: 24px 26px 26px; }
.seite + .seite { border-left: 2px solid var(--teal); }
.seite h3 { margin-bottom: 12px; }
.seite ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.seite.geht li { color: var(--ink-2); }
.daten .punkte { margin-top: 26px; display: grid; gap: 18px; }
.daten .punkte p { margin: 0; color: var(--ink-2); }
.daten .punkte b { color: var(--ink); }
@media (max-width: 900px) { .daten .mitte { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .grenze { grid-template-columns: 1fr; } .seite + .seite { border-left: 0; border-top: 2px solid var(--teal); } }

/* Fragen: offen lesbar, zwei Spalten */
.fragen-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 56px; }
.fragen-raster h3 { font-size: 1.12rem; margin-bottom: 8px; }
.fragen-raster p { color: var(--ink-2); margin: 0; max-width: 52ch; }
@media (max-width: 760px) { .fragen-raster { grid-template-columns: 1fr; } }

/* Schluss */
.schluss { background: var(--schluss); color: var(--schluss-ink); }
.schluss .mitte { display: grid; grid-template-columns: 7fr 4fr; gap: 32px; align-items: end; }
.schluss .lead { color: var(--schluss-still); margin: 16px 0 0; }
.schluss .btn { background: var(--schluss-ink); color: var(--schluss); justify-self: end; }
.schluss :focus-visible { outline-color: var(--schluss-ink); }
@media (max-width: 820px) { .schluss .mitte { grid-template-columns: 1fr; } .schluss .btn { justify-self: start; } }
.fuss { padding-block: 32px 40px; color: var(--ink-2); font-size: .9rem; }
.fuss .mitte { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
.fuss nav { display: flex; flex-wrap: wrap; gap: 20px; }
.fuss a { color: var(--ink-2); text-decoration: none; }
.fuss a:hover { color: var(--ink); }

/* ── Produktion: was der Entwurf nicht hatte ─────────────────────────── */
.zelle dt a { color: inherit; text-decoration: none; }
.zelle dt a:hover { color: var(--teal); text-decoration: underline; }
.zelle-mehr { margin: 0 0 22px; font-size: .92rem; }

/* Zahlen aus dem Betrieb: erst sichtbar, wenn der Server genug meldet */
.zahlen-band { padding-block: clamp(36px, 5vw, 60px); border-block: 1px solid var(--line); }
.zahlen { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.zahlen b { display: block; font: 500 clamp(2rem, 4vw, 3rem)/1 var(--mono); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.zahlen span { display: block; margin-top: 8px; color: var(--ink-2); font-size: .92rem; }
@media (max-width: 720px) { .zahlen { grid-template-columns: 1fr 1fr; } }

/* Preistabelle (vom Server gefüllt, lib/seitenbau.js) */
.preis-tabelle { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .95rem; }
.preis-tabelle th, .preis-tabelle td { padding: 10px 12px; text-align: left; vertical-align: baseline; }
.preis-tabelle thead th { font-size: .8rem; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid var(--line-2); }
.preis-tabelle tbody tr:nth-child(odd) { background: var(--band); }
.preis-tabelle th em { display: block; font-style: normal; font-weight: 400; font-size: .82rem; color: var(--ink-3); }
.preis-tabelle .einheit { color: var(--ink-2); }
.preis-tabelle .staffel { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.preis-tabelle .staffel span { display: inline-flex; gap: 6px; align-items: baseline; }
.preis-tabelle .staffel b { font: 500 .95rem var(--mono); font-variant-numeric: tabular-nums; }
.preis-tabelle .staffel small { color: var(--ink-3); font-size: .78rem; }
.preis-tabelle .zwischen th { padding-top: 22px; font-size: .8rem; color: var(--ink-2); background: var(--bg); }

/* Anfrage: im Schluss-Band, das Formular als Fläche */
.schluss .mitte.anfrage-raster { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; }
.anfrage { background: var(--flaeche); color: var(--ink); border-radius: 14px; padding: clamp(20px, 3vw, 32px); display: grid; gap: 16px; box-shadow: var(--schatten); }
.anfrage a { color: var(--teal); }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feld { display: grid; gap: 6px; }
.feld > span { font-size: .85rem; color: var(--ink-2); font-weight: 600; }
.feld em { color: var(--teal); font-style: normal; }
.anfrage input:not([type=checkbox]), .anfrage textarea { width: 100%; font: inherit; font-size: 1rem; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--line-2); background: var(--bg); color: var(--ink); }
.anfrage input:focus-visible, .anfrage textarea:focus-visible { outline: 2px solid var(--teal); outline-offset: 1px; border-color: transparent; }
.anfrage [aria-invalid="true"] { border-color: #dc2626; }
.anfrage .module-wahl legend { font-size: .85rem; color: var(--ink-2); }
.anfrage .chips label { font-size: .9rem; }
.zustimmung { display: flex; gap: 11px; align-items: flex-start; font-size: .87rem; color: var(--ink-2); }
.zustimmung input { margin-top: 3px; flex: none; accent-color: var(--teal); }
.anfrage-kalkulation { margin: 0; padding: 12px 14px; border-radius: 10px; background: var(--teal-hauch); color: var(--ink); font-size: .9rem; }
.anfrage-hinweis { margin: 0; font-size: .92rem; min-height: 1.4em; }
.anfrage-hinweis.ok { color: var(--teal); }
.anfrage-hinweis.fehler { color: #dc2626; }
.anfrage .btn { justify-self: start; background: var(--teal); color: var(--auf-teal); }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 900px) { .schluss .mitte.anfrage-raster { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .feld-reihe { grid-template-columns: 1fr; } }
