
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  /* Zwei Schnitte, aber drei Stufen: 500 rendert als Regular statt als Kunst-Fett */
  font-weight: 400 500;
  font-display: swap;
  src: url("/schrift/instrument-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/schrift/instrument-sans-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/schrift/instrument-sans-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/schrift/plex-mono.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/schrift/plex-mono-bold.woff2") format("woff2");
}

:root {
  --seitenbreite: 1280px;
  /* Die sechs Farben der Marke (CI, Seite 08) */
  --ink: #121418;
  --ink-700: #2c2f36;
  --ink-500: #3a3f48;
  --slate: #5a5e66;
  --stone: #d9d5cc;
  --paper: #f4f2ee;
  --magenta: #d23f7a;
  --magenta-text: #a1285a;
  --magenta-50: #fbf0f4;
  --magenta-100: #f7dce7;
  /* Rollen im Satz – so stehen sie in den Regeln unten */
  --navy: var(--ink);
  --navy-2: var(--ink-700);
  --text: #2c2f36;
  --leise: var(--slate);
  --linie: var(--stone);
  --linie-zart: #e9e6df;
  --grund: #ffffff;
  --flaeche: var(--paper);
  --blau: var(--magenta-text);
  --blau-tief: #69203d;
  --blau-zart: var(--magenta-50);
  --amber: #b7791f;
  --gruen: #15703b;
  --rot: #a81d14;
  /*
   * Zustände: der kräftige Ton trägt Punkte, Balken und Quadrate, im Text stehen
   * die dunkleren Varianten darüber – sonst reicht der Kontrast nicht (4,5 : 1).
   */
  --signal-gruen: #1f9d55;
  --signal-gelb: #b7791f;
  --signal-rot: #d92d20;
  --signal-blau: #2f6feb;
  --sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  /* Radien aus dem Handbuch: 6 / 10 / 16 */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --schatten: 0 40px 80px -24px rgba(18, 20, 24, 0.18), 0 18px 36px -24px rgba(18, 20, 24, 0.2);
  --schatten-klein: 0 12px 24px -10px rgba(18, 20, 24, 0.16);
  --schatten-zart: 0 1px 2px rgba(18, 20, 24, 0.06);
  --schraege: 6vw;
}

* { box-sizing: border-box; }
/* Das Band ganz oben: der Akzent der Marke, sonst nirgends in voller Fläche */
body::before { content: ""; display: block; height: 4px; background: var(--magenta); }
/* Der Platz für den Scrollbalken bleibt immer frei – sonst springt die Seite beim Wechsel */
html { scrollbar-gutter: stable; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--grund); color: var(--text);
  font: 400 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; font-optical-sizing: auto;
  overflow-x: hidden;
}
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-weight: 700; line-height: 1.1; letter-spacing: -0.035em; }
p { margin: 0; }
a { color: var(--blau); text-decoration: none; }
a:hover { color: var(--navy); }
img { max-width: 100%; height: auto; }
svg { max-width: 100%; }
code, kbd { font-family: var(--mono); }
:focus-visible { outline: 2px solid var(--blau); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; padding: 12px 16px; z-index: 100; border-radius: 10px; box-shadow: var(--schatten-klein); }
/*
 * Seitenbreite. 1120 px waren auf heutigen Bildschirmen zu schmal, 1760 px zu viel: Die
 * Abschnitte stellen Text und Bild nebeneinander, und bei zu viel Breite steht zwischen
 * beiden nur noch Leere – der Absatz hat seine Grenze in Zeichen, das Bild seine in Pixeln.
 * 1280 px ist das Maß, bei dem die Paare noch zusammengehören.
 */
.breite { max-width: var(--seitenbreite); margin: 0 auto; padding-inline: 32px; }
@media (max-width: 640px) { .breite { padding-inline: 20px; } }

/* ---------- Kopfbereich ---------- */
.kopf { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,0.86); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); box-shadow: 0 1px 0 var(--linie); }
.seite-start .kopf { position: absolute; left: 0; right: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.kopf-inner { display: flex; align-items: center; gap: 36px; height: 72px; }
/* Logo: Bildmarke und Wortmarke stehen fest zueinander (CI, Schutzraum = halbe Höhe) */
.wortmarke { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 23px; font-weight: 700; letter-spacing: -0.035em; }
.wortmarke:hover { color: var(--ink); }
.wortmarke svg { width: 15px; height: 30px; flex: none; }
.kopf-nav { display: flex; gap: 4px; }
.kopf-nav > a, .menu > a { color: var(--navy); font-size: 15px; font-weight: 500; padding: 8px 12px; border-radius: 10px; transition: opacity 0.15s; }
.kopf-nav > a:hover, .menu > a:hover { opacity: 0.65; color: var(--navy); }
.kopf-aktionen { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.kopf-anmelden { color: var(--navy); font-size: 15px; font-weight: 500; padding: 8px 12px; }
.kopf-anmelden:hover { opacity: 0.65; color: var(--navy); }

.menu { position: relative; }
.menu > a { display: inline-flex; align-items: center; gap: 4px; }
.menu > a span { display: none; }
/*
 * Klappmenü in Spalten – eine je Gruppe. Als eine Liste mit zwölf Einträgen war es so lang,
 * dass niemand mehr gelesen hat, was darin steht.
 */
.menu-klappe {
  position: absolute; top: calc(100% + 12px); left: -24px; background: #fff;
  border-radius: 16px; box-shadow: var(--schatten);
  padding: 16px; display: grid; grid-template-columns: repeat(var(--spalten, 1), minmax(180px, max-content));
  gap: 2px 30px; z-index: 40; max-width: calc(100vw - 32px);
  opacity: 0; visibility: hidden; transform: translateY(-6px) rotateX(-8deg); transform-origin: top center;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.menu-klappe::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.menu:hover .menu-klappe, .menu:focus-within .menu-klappe { opacity: 1; visibility: visible; transform: none; }
.menu-klappe a { display: block; padding: 7px 10px; border-radius: 10px; color: var(--navy); font-size: 14.5px; white-space: nowrap; }
.menu-klappe a:hover { background: var(--flaeche); color: var(--navy); }
.menu-gruppe {
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--leise); padding: 6px 10px 4px;
}
/* Der Verweis auf die vollständige Liste steht unter allen Spalten, nicht in einer davon */
.menu-mehr { grid-column: 1 / -1; margin-top: 4px; padding-top: 10px !important; border-top: 1px solid var(--linie-zart); color: var(--blau) !important; font-weight: 500; border-radius: 0 !important; }

/* Mobiles Menü: ohne JavaScript, über <details> */
.mobilmenu { display: none; }
.mobilmenu summary { list-style: none; cursor: pointer; color: var(--navy); padding: 8px; border-radius: 10px; display: grid; place-items: center; }
.mobilmenu summary::-webkit-details-marker { display: none; }
.mobilmenu summary svg { width: 24px; height: 24px; }
.mobilmenu-inhalt {
  position: absolute; left: 12px; right: 12px; top: calc(100% - 4px); max-height: calc(100vh - 90px); overflow-y: auto;
  background: #fff; border-radius: 16px; box-shadow: var(--schatten); padding: 8px 20px 24px;
}
/* Zwei Ebenen: der Menüpunkt als Überschrift, die Gruppe darunter als leise Zwischenzeile */
.mobilmenu-inhalt h2 { font-size: 15px; color: var(--navy); font-weight: 600; margin: 26px 0 6px; letter-spacing: -0.01em; }
.mobilmenu-inhalt h2:first-child { margin-top: 4px; }
.mobil-gruppe {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--leise); margin: 14px 0 2px;
}
.mobilmenu-inhalt a { display: block; color: var(--navy); padding: 9px 0; font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--linie-zart); }
.mobilmenu-inhalt .knopf { margin-top: 22px; width: 100%; border-bottom: 0; color: #fff; }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font: 600 15px/1 var(--sans); padding: 12px 18px; border-radius: 10px;
  border: 0; cursor: pointer; white-space: nowrap; transition: background-color 0.15s ease, opacity 0.15s ease;
}
/* Aktionen sind schwarz, nicht bunt: Der Verlauf trägt die Fläche, der Knopf die Entscheidung. */
.knopf-akzent { background: var(--navy); color: #fff; }
.knopf-akzent:hover { background: #000; color: #fff; }
.knopf-blau { background: var(--ink); color: #fff; }
.knopf-blau:hover { filter: brightness(1.08); color: #fff; }
.knopf-linie { background: rgba(255,255,255,0.8); color: var(--navy); box-shadow: 0 0 0 1px rgba(10, 27, 61, 0.1) inset, 0 4px 12px -6px rgba(50, 50, 93, 0.25); }
.knopf-linie:hover { background: #fff; color: var(--navy); }
.knopf-hell { background: rgba(255,255,255,0.14); color: #fff; }
.knopf-hell:hover { background: rgba(255,255,255,0.24); color: #fff; }
.knopf-gross { padding: 15px 24px; font-size: 16px; }

/* ---------- Startseite: Auftakt ---------- */
/*
 * Das Markenfeld: ein großes, ringsum abgerundetes Feld mit fließendem Farbverlauf.
 */
.held { position: relative; padding: 0 0 40px; overflow-x: clip; }
.markenfeld {
  position: relative; overflow: hidden; margin: 76px 12px 0; border-radius: 16px;
  padding: 110px 0 250px; text-align: center; isolation: isolate;
}
/*
 * Die Fläche hinter dem Kopfbereich. Ein gerichteter Verlauf statt fünf wabernder
 * Farbwolken: Der Bogen ist als solcher erkennbar, der Text darauf bleibt ruhig,
 * und nichts bewegt sich, während jemand liest.
 */
.verlauf { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--flaeche); }
/*
 * Ein sehr leichter Schleier nach unten hin, damit die Karte, die von unten in die
 * Fläche ragt, eine ruhige Kante bekommt.
 */
.verlauf::after {
  content: ""; position: absolute; inset: 0;
  background: none;
}
.held-text { position: relative; }

/* ---------- Entwurf: Preisseite ---------- */
.preis-entwurf { padding: 34px 0 60px; }
.pe-kopf { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 26px; }
.pe-kopf h1 { font-size: clamp(32px, 3.4vw, 44px); letter-spacing: -0.04em; }
.pe-lead { margin-top: 12px; font-size: 17px; line-height: 1.55; color: var(--text); max-width: 44em; }
.pe-merkmale { display: flex; gap: 26px; margin: 0; padding: 0; list-style: none; }
.pe-merkmale li { font-size: 14px; color: var(--leise); }
.pe-merkmale strong { display: block; font-size: 20px; font-weight: 700; letter-spacing: -0.03em; color: var(--navy); }
.pe-raster { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 22px; align-items: start; }
.pe-tabellen { display: grid; gap: 22px; }
.pe-tabelle { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.pe-tabelle caption { text-align: left; font: 700 17px var(--sans); color: var(--navy); padding: 12px 18px 8px; letter-spacing: -0.02em; }
.pe-tabelle th, .pe-tabelle td { text-align: left; padding: 9px 18px; font-size: 14.5px; line-height: 1.35; border-top: 1px solid var(--linie-zart); vertical-align: middle; }
.pe-tabelle thead th { font-size: 12.5px; font-weight: 600; color: var(--leise); padding: 8px 18px; border-top: 1px solid var(--linie); background: #ffffff; }
.pe-tabelle tbody th { font-weight: 700; color: var(--navy); }
.pe-tabelle .zahl { text-align: right; font-family: var(--mono); }
.pe-tabelle .betrag { font-size: 16px; color: var(--navy); }
.pe-je { font-family: var(--sans); font-size: 12.5px; color: var(--leise); margin-left: 4px; }
.pe-tabelle .tat { text-align: right; white-space: nowrap; }
.knopf-klein { font-size: 13px; padding: 7px 13px; }
.pe-tabelle tr.hervor { background: var(--paper); }
.pe-klein { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pe-klein > div { background: #fff; border: 1px solid var(--linie); border-radius: 16px; padding: 16px 18px; }
.pe-klein h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.pe-klein p { font-size: 14px; line-height: 1.55; color: var(--text); }
.pe-seite { display: grid; gap: 18px; position: sticky; top: 90px; }
.pe-hinweis { background: var(--flaeche); border-radius: 16px; padding: 18px 20px; }
.pe-hinweis h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.pe-hinweis p { font-size: 14px; line-height: 1.55; color: var(--text); }
.pe-fuss { margin-top: 10px; font-size: 13px; color: #55606e; }
.nur-lesen { position: absolute; left: -9999px; }

/* ---------- Eigene Statusseite: Kopf, Meldungen, Fuß ---------- */
.seite-status { background: #ffffff; }
.ss-kopf { background: #fff; border-bottom: 1px solid var(--linie); }
.ss-kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 62px; }
.ss-marke { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 700; font-size: 21px; letter-spacing: -0.035em; }
.ss-marke svg { width: 13px; height: 26px; }
.ss-kopf-titel { font-weight: 500; color: var(--leise); }
.ss-kopf-rechts { display: flex; align-items: center; gap: 14px; }

.ss-meldung { border-radius: 16px; padding: 18px 22px; margin-bottom: 16px; }
.ss-meldung h2 { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.ss-stoerung { background: #fbebea; border: 1px solid #e0b0ab; }
.ss-wartung { background: var(--blau-zart); border: 1px solid #ccd3fb; }
.ss-fall + .ss-fall { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(20, 24, 33, 0.08); }
.ss-fall-kopf { font-size: 14.5px; color: var(--navy); }
.ss-fall-text { font-size: 14px; line-height: 1.55; color: var(--text); margin-top: 3px; }
.ss-bereiche { display: block; margin-top: 4px; font-size: 13px; color: var(--leise); }

.ss-fuss { border-top: 1px solid var(--linie); margin-top: 40px; padding: 20px 0; }
.ss-fuss .breite { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; color: var(--leise); }

/* ---------- Entwurf: Statusseite als Verfügbarkeits-Matrix ---------- */
.status-matrix { padding: 30px 0 60px; }
.sm-kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 18px; }
.sm-zustand { display: flex; align-items: center; gap: 14px; }
.sm-zustand h1 { font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.035em; }
.sm-ampel { width: 16px; height: 16px; border-radius: 50%; background: var(--signal-gruen); box-shadow: 0 0 0 5px rgba(18, 183, 106, 0.22); flex: none; }
.sm-gelb .sm-ampel { background: var(--signal-gelb); box-shadow: 0 0 0 5px rgba(247, 144, 9, 0.22); }
.sm-rot .sm-ampel { background: var(--signal-rot); box-shadow: 0 0 0 5px rgba(229, 72, 77, 0.22); }
.sm-geprueft { font-size: 13.5px; color: var(--leise); }

.sm-erklaerung { margin: 0 0 14px; max-width: 74ch; font-size: 14.5px; line-height: 1.55; color: var(--slate); }
.sm-tafel { background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.sm-tafel-kopf, .sm-zeile { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) 108px; gap: 20px; align-items: center; padding: 10px 20px; }
.sm-tafel-kopf { background: #ffffff; border-bottom: 1px solid var(--linie); font-size: 12px; color: var(--leise); }
.sm-skala { display: flex; justify-content: space-between; font-style: normal; }
.sm-skala em { font-style: normal; }
.sm-wert-kopf { text-align: right; }
.sm-zeile { border-top: 1px solid var(--linie-zart); padding: 12px 20px; }
.sm-zeile:first-of-type { border-top: 0; }
.sm-name { display: flex; align-items: flex-start; gap: 10px; }
.sm-name strong { display: block; font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: -0.015em; }
.sm-name em { display: block; font-style: normal; font-size: 12.5px; color: var(--leise); margin-top: 1px; }
.sm-punkt { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex: none; background: var(--signal-gruen); }
.sm-punkt.sm-gelb { background: var(--signal-gelb); }
.sm-punkt.sm-rot { background: var(--signal-rot); }
.sm-band { display: flex; gap: 1.5px; height: 28px; }
.st-tag { flex: 1 1 0; border-radius: 1.5px; background: var(--signal-gruen); }
.st-tag.st-gelb { background: var(--signal-gelb); }
.st-tag.st-rot { background: var(--signal-rot); }
.st-tag.st-leer { background: var(--paper); }
.sm-wert { text-align: right; font-family: var(--mono); font-size: 14px; color: var(--navy); }

.sm-legende { display: flex; gap: 20px; margin-top: 10px; font-size: 12.5px; color: var(--leise); }
.sm-legende span { display: inline-flex; align-items: center; gap: 7px; }
.sm-quadrat { width: 11px; height: 11px; border-radius: 2px; display: inline-block; }
.sm-q-gruen { background: var(--signal-gruen); }
.sm-q-gelb { background: var(--signal-gelb); }
.sm-q-rot { background: var(--signal-rot); }
.sm-q-leer { background: var(--paper); }

.sm-unten { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 16px; margin-top: 22px; }
.sm-vorfaelle, .sm-hinweis { background: #fff; border: 1px solid var(--linie); border-radius: 16px; padding: 18px 20px; }
.sm-hinweis { background: var(--flaeche); border-color: transparent; }
.sm-vorfaelle h2, .sm-hinweis h2 { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.sm-vorfaelle ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.sm-vorfaelle li { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; font-size: 14px; color: var(--text); }
/* Ohne Störung gibt es keine Zeitspalte – der Satz läuft dann über die ganze Breite */
.sm-vorfaelle li.sm-vorfall-leer { display: block; color: var(--slate); }
.sm-vorfall-zeit { font-family: var(--mono); font-size: 12.5px; color: var(--leise); }
.sm-vorfall-text strong { color: var(--navy); }
.sm-vorfall-leer { color: var(--leise); }
.sm-hinweis p { font-size: 14px; line-height: 1.55; color: var(--text); }
.sm-tasten { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }

@media (max-width: 1000px) {
  .pe-raster { grid-template-columns: minmax(0, 1fr); }
  .sm-unten { grid-template-columns: minmax(0, 1fr); }
  .sm-tafel-kopf, .sm-zeile { grid-template-columns: 180px minmax(0, 1fr) 80px; gap: 12px; }
  .pe-seite { position: static; }
}

/*
 * Entwurf d: ein dichtes Raster statt eines Hero. Zwölf Spalten, Kacheln belegen
 * unterschiedlich viele davon — so steht das Wichtigste groß und der Rest trotzdem oben.
 */
.held-d { padding: 34px 0 0; }
/*
 * Startseite nach dem Muster der Statusseite: kurzer Kopf mit Anspruch und Zahlen, dann das
 * Produkt, dann eine Tafel, in der jeder Dienst eine Zeile bekommt. Kein Wechsel aus Hero,
 * Kacheln und Spalten — dieselbe Ordnung von oben bis unten.
 */
/* Nur Satz, Knopf, Produkt: die ruhigste mögliche Fassung */
.std-leer { text-align: center; padding: 76px 0 54px; }
.std-leer h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -0.045em; margin: 0 auto; max-width: 18ch; }
.std-leer p { margin: 22px auto 0; font-size: 19px; line-height: 1.55; color: var(--text); max-width: 34em; }
.std-leer .held-aktionen { justify-content: center; margin-top: 30px; }
.std-leer-fuss { font-size: 14px !important; color: var(--leise) !important; margin-top: 20px !important; }

.std-buehne { position: relative; border-radius: 16px; padding: 24px 24px 0; overflow: hidden; isolation: isolate; }
.std-buehne .verlauf { border-radius: 16px; }
.std-buehne .dashboard { margin: 0; }

.std-tafel { margin-top: 26px; background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.std-tafel-kopf, .st-dienst { display: grid; grid-template-columns: 300px minmax(0, 1fr) 240px; gap: 24px; align-items: center; padding: 12px 20px; }
.std-tafel-kopf { background: #ffffff; border-bottom: 1px solid var(--linie); font-size: 12.5px; color: var(--leise); }
.std-tafel-kopf span:last-child, .st-dienst-preis { text-align: right; }
.st-dienst { border-top: 1px solid var(--linie-zart); }
.st-dienst:first-of-type { border-top: 0; }
.st-dienst-name strong { display: block; font-size: 16px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.st-dienst-name em { display: block; font-style: normal; font-size: 13.5px; color: var(--leise); margin-top: 2px; }
.st-dienst-daten { font-size: 14.5px; color: var(--text); }
.st-dienst-preis { font-family: var(--mono); font-size: 14.5px; color: var(--navy); }

/* ---------- Entwurf: Preisseite, der Rechner ist die Seite ---------- */
.preis-rechner-seite { padding: 46px 0 60px; }
.pr-kopf { text-align: center; max-width: 44em; margin: 0 auto 28px; }
.pr-kopf h1 { font-size: clamp(34px, 3.8vw, 48px); letter-spacing: -0.042em; }
.pr-kopf p { margin-top: 16px; font-size: 17.5px; line-height: 1.55; color: var(--text); }
.pr-kopf strong { color: var(--navy); font-weight: 700; }
.pr-buehne { background: var(--flaeche); border-radius: 16px; padding: 26px; }
.pr-buehne .rechner { background: #fff; border-radius: 16px; }
.pr-merkmale { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.pr-merkmale > div { background: #fff; border: 1px solid var(--linie); border-radius: 16px; padding: 16px 18px; }
.pr-merkmale strong { display: block; font-size: 15.5px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.pr-merkmale span { display: block; font-size: 13.5px; color: var(--text); margin-top: 4px; }

.pr-liste { margin-top: 24px; background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.pr-liste > summary { cursor: pointer; padding: 14px 20px; font-size: 15.5px; font-weight: 700; color: var(--navy); }
.pk-tafel { border-top: 1px solid var(--linie); }
.pk-kopf, .pk-zeile { display: grid; grid-template-columns: 200px minmax(0, 1fr) 110px 150px; gap: 20px; align-items: baseline; padding: 9px 20px; }
.pk-kopf { background: #ffffff; font-size: 12.5px; color: var(--leise); }
.pk-kopf span:nth-child(3), .pk-kopf span:nth-child(4), .pk-stunde, .pk-monat { text-align: right; }
.pk-zeile { border-top: 1px solid var(--linie-zart); font-size: 14.5px; }
.pk-gruppe { padding: 10px 20px 4px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--leise); border-top: 1px solid var(--linie-zart); }
.pk-name { font-weight: 700; color: var(--navy); }
.pk-daten { color: var(--text); }
/* Wie bei den großen Anbietern: Der Stundenpreis ist der Preis, der Monatsbetrag die Ableitung */
.pk-stunde, .pk-monat { font-family: var(--mono); }
.pk-stunde { font-weight: 700; color: var(--navy); }
.pk-monat { color: var(--leise); }
.pr-fuss { margin-top: 18px; font-size: 13.5px; line-height: 1.6; color: var(--leise); max-width: 70em; }

@media (max-width: 1000px) {
  .pr-merkmale { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pk-kopf, .pk-zeile { grid-template-columns: minmax(0, 1fr); gap: 6px; }

}

/*
 * Entwurf e: Preise zuerst. Drei Karten direkt unter der Überschrift, das Produktbild danach.
 */
.held-e { padding: 40px 0 0; }
.held-e-kopf { text-align: center; max-width: 46em; margin: 0 auto 28px; }
.held-e-kopf h1 { font-size: clamp(34px, 3.8vw, 48px); line-height: 1.08; letter-spacing: -0.04em; }
.held-e-kopf .held-lead { margin-top: 16px; }
.preis-kurz-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.preis-kurz { position: relative; background: #fff; border: 1px solid var(--linie); border-radius: 16px; padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; }
.preis-kurz.hervor { border: 2px solid var(--navy); padding: 21px 23px; }
.preis-kurz-name { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.preis-kurz-betrag { font-size: 34px; font-weight: 700; letter-spacing: -0.04em; color: var(--navy); }
.preis-kurz-betrag span { font-size: 14px; font-weight: 500; color: var(--leise); margin-left: 6px; }
.preis-kurz-stunde { font: 13.5px var(--mono); color: var(--leise); }
.preis-kurz ul { margin: 12px 0 16px; padding: 0; list-style: none; display: grid; gap: 6px; }
.preis-kurz li { font-size: 14.5px; color: var(--text); border-top: 1px solid var(--linie-zart); padding-top: 6px; }
.preis-kurz .knopf { margin-top: auto; justify-content: center; }
.held-e-fuss { margin: 14px 0 0; font-size: 13.5px; color: var(--leise); text-align: center; }
.held-e-buehne { position: relative; margin-top: 34px; border-radius: 24px 24px 0 0; padding: 26px 26px 0; overflow: hidden; isolation: isolate; }
.held-e-buehne .verlauf { border-radius: 24px 24px 0 0; }
.held-e-buehne .dashboard { margin: 0; }

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .bento .kachel { grid-column: span 6 !important; grid-row: auto !important; }
  .preis-kurz-raster { grid-template-columns: minmax(0, 1fr); }
}

/*
 * Entwurf b: Text links, Produkt rechts. Der Verlauf sitzt im Rahmen der Bühne statt
 * über der ganzen Seite – ruhiger, und das Produktbild bekommt eine eigene Fläche.
 */
.held-b { padding: 56px 0 24px; }
.held-b-raster { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
.held-b-text .held-augenbraue { position: relative; margin-bottom: 4px; }
.held-b-text h1 { font-size: clamp(38px, 4.4vw, 56px); line-height: 1.04; letter-spacing: -0.042em; margin: 18px 0 0; max-width: 15ch; color: var(--navy); }
.held-b-text .held-lead { margin: 20px 0 0; max-width: 34em; }
.held-b-text .held-aktionen, .held-b-text .held-fuss { justify-content: flex-start; }
.held-b-buehne { position: relative; border-radius: 16px; padding: 26px 26px 0; overflow: hidden; isolation: isolate; }
.held-b-buehne .verlauf { border-radius: 16px; }
.held-b-buehne .dashboard { margin: 0; }

/*
 * Entwurf c: zwei Zeilen, dann sofort das Produkt in voller Breite auf der Verlaufsbühne.
 */
.held-c { padding: 48px 0 0; text-align: center; }
.held-c-text h1 { font-size: clamp(36px, 4vw, 52px); line-height: 1.06; letter-spacing: -0.04em; margin: 0 auto; max-width: 20ch; }
.held-c-text .held-lead { margin: 16px auto 0; max-width: 40em; }
.held-c-text .held-aktionen { justify-content: center; margin-top: 26px; }
.held-c-buehne { position: relative; margin-top: 38px; border-radius: 24px 24px 0 0; padding: 26px 26px 0; overflow: hidden; isolation: isolate; text-align: left; }
.held-c-buehne .verlauf { border-radius: 24px 24px 0 0; }
.held-c-buehne .dashboard { margin: 0; }

@media (max-width: 900px) {
  .held-b-raster { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}
.held-augenbraue {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--navy);
  background: rgba(255,255,255,0.75); border-radius: 999px; padding: 6px 14px 6px 8px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 4px 14px -6px rgba(50, 50, 93, 0.3);
}
.held-augenbraue i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink); font-style: normal; }
.held-augenbraue svg { width: 13px; height: 13px; }
.held h1 {
  font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -0.045em; font-weight: 700;
  margin: 26px auto 0; max-width: 13ch; text-wrap: balance; color: var(--navy);
}
.held-lead { margin: 24px auto 0; font-size: clamp(17px, 1.6vw, 19.5px); color: var(--text); max-width: 36em; line-height: 1.6; }
.held-aktionen { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; align-items: center; }
.held .held-aktionen { justify-content: center; }
.held-fuss { margin-top: 26px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; padding: 0; list-style: none; font-size: 14px; color: var(--text); }
.held-fuss li { display: inline-flex; align-items: center; gap: 7px; }
.held-fuss svg { width: 15px; height: 15px; color: var(--gruen); }

/* Produktansicht: ragt unten aus dem Markenfeld heraus */
.buehne { position: relative; max-width: 900px; margin: -190px auto 0; z-index: 2; }
.fenster { position: relative; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--schatten); }
.fenster-leiste { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #f5f7fb; border-bottom: 1px solid var(--linie-zart); }
.fenster-leiste i { width: 10px; height: 10px; border-radius: 50%; background: #dde2eb; }
.fenster-leiste span { margin: 0 auto; font-size: 12px; color: var(--leise); background: #fff; border-radius: 6px; padding: 3px 40px; box-shadow: var(--schatten-zart); }
.dash { padding: 20px 22px 8px; font-size: 13px; color: var(--text); }
.dash-kopf { display: flex; justify-content: space-between; align-items: center; }
.dash-kopf b { display: block; font-size: 18px; color: var(--navy); font-weight: 600; letter-spacing: -0.02em; }
.dash-kopf span { font-size: 12px; color: var(--leise); }
.dash-knopf { background: var(--navy); color: #fff !important; font-weight: 600; font-size: 12px !important; padding: 7px 12px; border-radius: 999px; }
.dash-kacheln { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 10px; margin-top: 16px; }
.dash-kacheln > div { border: 1px solid var(--linie-zart); border-radius: 10px; padding: 10px 12px; position: relative; overflow: hidden; }
.dash-kacheln span { display: block; font-size: 11.5px; color: var(--leise); }
.dash-kacheln b { display: block; font-size: 19px; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; margin-top: 2px; font-variant-numeric: tabular-nums; }
.dash-kurve { padding-bottom: 36px !important; }
.dash-kurve svg { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 30px; }
.dash-tabelle { width: 100%; border-collapse: collapse; margin-top: 14px; }
.dash-tabelle th { text-align: left; font-size: 11.5px; font-weight: 500; color: var(--leise); padding: 8px 6px; border-bottom: 1px solid var(--linie-zart); }
.dash-tabelle td { padding: 9px 6px; border-bottom: 1px solid var(--linie-zart); font-variant-numeric: tabular-nums; }
.dash-tabelle tr:last-child td { border-bottom: 0; }
.dash-tabelle td:first-child { color: var(--navy); font-weight: 600; }
.dash-tabelle th:last-child, .dash-tabelle td:last-child { text-align: right; }
.chip { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: var(--gruen); background: #e6f3ea; padding: 3px 8px; border-radius: 999px; }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.chip.aus { color: var(--leise); background: var(--paper); }
.schwebt { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--schatten); }
.toast { top: -34px; left: -56px; display: flex; gap: 12px; align-items: center; padding: 12px 16px 12px 12px; font-size: 14px; }
.toast i { width: 32px; height: 32px; border-radius: 10px; background: #e6f3ea; color: var(--gruen); display: grid; place-items: center; flex: none; }
.toast i svg { width: 17px; height: 17px; }
.toast strong { display: block; color: var(--navy); font-weight: 600; font-size: 13.5px; }
.toast span { color: var(--leise); font-size: 12.5px; }

.monitor { top: 250px; right: -70px; width: 300px; padding: 18px 20px 16px; font-size: 14px; }
.monitor-kopf { display: flex; align-items: center; gap: 8px; }
.monitor-kopf strong { color: var(--navy); font-weight: 600; }
.monitor-kopf .groesse { color: var(--leise); font-size: 13px; }
.monitor-status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--gruen); background: #e6f3ea; padding: 4px 9px; border-radius: 999px; }
.monitor-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--gruen); }
.monitor-zahl { margin-top: 16px; display: flex; justify-content: space-between; align-items: end; }
.monitor-zahl span { font-size: 13px; color: var(--leise); }
.monitor-zahl strong { display: block; font-size: 32px; font-weight: 600; letter-spacing: -0.03em; color: var(--navy); font-variant-numeric: tabular-nums; line-height: 1.1; margin-top: 2px; }
.monitor-zahl .laufzeit { text-align: right; }
.monitor-zahl .laufzeit strong { font-size: 16px; font-weight: 600; letter-spacing: 0; }
.monitor-balken { position: relative; height: 8px; margin-top: 14px; border-radius: 999px; background: var(--linie-zart); overflow: hidden; }
.monitor-balken span { position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 999px; background: var(--magenta); transition: width 0.4s linear; }
.monitor[data-deckel="ja"] .monitor-balken span { background: var(--amber); }
.monitor-fuss { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; font-size: 12.5px; color: var(--leise); }
.monitor-fuss b { color: var(--navy); font-weight: 600; }
.monitor-meldung { color: var(--amber); font-weight: 600; display: none; }
.monitor[data-deckel="ja"] .monitor-meldung { display: inline; }
.monitor[data-deckel="ja"] .monitor-normal { display: none; }
.monitor-hinweis { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--linie-zart); font-size: 12px; color: var(--leise); }

/* ---------- Leiste: läuft mit ---------- */
.laeuft-mit { padding: 0 0 24px; }
.laeuft-mit p { text-align: center; font-size: 14px; color: var(--leise); }
.laeuft-mit ul { list-style: none; margin: 22px 0 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 44px; }
.laeuft-mit li { font-size: 19px; font-weight: 600; letter-spacing: -0.03em; color: #a3aec0; }

/* ---------- Abschnitte ---------- */
.abschnitt { position: relative; padding-block: clamp(64px, 8vw, 104px); }
.abschnitt .breite { position: relative; z-index: 1; }
.abschnitt.flaeche, .abschnitt.nacht { margin: 0 12px; border-radius: 16px; padding-block: clamp(72px, 9vw, 112px); }
.abschnitt.flaeche { background: var(--paper); }
/* Dunkle Abschnitte stehen in Ink – eine ruhige Fläche, kein Farbnebel (CI) */
.abschnitt.nacht {
  color: #dcdcde; overflow: hidden;
  background: var(--ink);
}
.abschnitt.nacht h2, .abschnitt.nacht h3 { color: #fff; }
.kicker {
  display: inline-block; font-size: 13px; font-weight: 700; margin-bottom: 14px;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--magenta-text);
}
.nacht .kicker { color: #e89fbc; }
.abschnitt h2 { font-size: clamp(32px, 4.2vw, 50px); line-height: 1.08; letter-spacing: -0.035em; text-wrap: balance; max-width: 18ch; font-weight: 600; }
.abschnitt > .breite > p:not(.kicker):not(.vergleich-fuss), .abschnitt .lead-text { color: var(--text); max-width: 36em; margin-top: 20px; font-size: 18.5px; line-height: 1.6; }
.abschnitt.nacht .lead-text, .abschnitt.nacht > .breite > p:not(.kicker):not(.vergleich-fuss) { color: #dcdcde; }
.abschnitt h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }

.zweispaltig { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.held-raster > *, .zweispaltig > *, .text-raster > *, .leistungen > *, .karten > * { min-width: 0; }

/* Schritte: wirklich eine Reihenfolge */
.schritte { counter-reset: schritt; display: grid; gap: 28px; margin: 40px 0 0; padding: 0; list-style: none; }
.schritte li { position: relative; padding-left: 52px; }
.schritte li::before {
  counter-increment: schritt; content: counter(schritt);
  position: absolute; left: 0; top: -2px; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-size: 15px; font-weight: 600; color: var(--ink); background: var(--paper);
}
.schritte h3 { margin-bottom: 4px; }
.schritte p { color: var(--text); font-size: 16px; }

.terminal { background: var(--navy); color: #c9d5ee; border-radius: 16px; box-shadow: var(--schatten); overflow: hidden; }
.terminal-kopf { display: flex; align-items: center; gap: 6px; padding: 13px 16px; background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.08); }
.terminal-kopf i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.terminal-kopf span { margin-left: 10px; font-size: 13px; color: #9c9fa4; }
.terminal pre { margin: 0; padding: 20px 22px 24px; font: 14px/1.9 var(--mono); overflow-x: auto; }
.terminal .p { color: #9c9fa4; user-select: none; }
.terminal .ok { color: #5eead4; }
.terminal .url { color: #e89fbc; }
.terminal .leise { color: #9c9fa4; }

.liste { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.liste li { padding-left: 34px; position: relative; color: var(--text); font-size: 16.5px; }
.liste li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--blau) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.liste strong { color: var(--navy); font-weight: 600; }

/* Kostenwarnung (Monitor auf der Startseite) */
.bremse-buehne { position: relative; padding: 0 0 110px; }
.bremse { background: #fff; border-radius: 16px; padding: 28px; box-shadow: var(--schatten); }
.bremse-kopf { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.bremse-kopf span { font-size: 14px; color: var(--leise); }
.bremse-kopf strong { font-size: 15px; font-weight: 600; color: var(--navy); }
.bremse-betrag { font-size: 44px; font-weight: 600; letter-spacing: -0.04em; color: var(--navy); font-variant-numeric: tabular-nums; }
.bremse-betrag small { font-size: 16px; color: var(--leise); font-weight: 500; letter-spacing: 0; }
.balken { position: relative; height: 10px; margin-top: 18px; border-radius: 999px; background: var(--linie-zart); }
.balken span { display: block; height: 100%; background: var(--magenta); border-radius: 999px; }
.balken .marke { position: absolute; top: -5px; bottom: -5px; width: 2px; background: var(--amber); border-radius: 2px; }
.balken .marke::after { content: attr(data-text); position: absolute; top: 24px; left: 50%; transform: translateX(-50%); font-size: 12px; color: var(--amber); white-space: nowrap; font-weight: 600; }
.bremse-zeile { margin-top: 34px; font-size: 14px; color: var(--leise); font-variant-numeric: tabular-nums; }
.bremse-liste { list-style: none; margin: 18px 0 0; padding: 18px 0 0; display: grid; gap: 12px; font-size: 14.5px; border-top: 1px solid var(--linie-zart); }
.bremse-liste li { display: flex; align-items: center; gap: 12px; color: var(--text); }
.punkt { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.punkt-warn { background: var(--amber); }
.punkt-stop { background: var(--rot); }
.punkt-ok { background: var(--gruen); }
.mail-karte { position: absolute; right: -28px; bottom: 0; width: 290px; padding: 16px 18px; background: #fff; border-radius: 16px; box-shadow: var(--schatten); font-size: 13.5px; }
.mail-karte strong { display: block; color: var(--navy); font-size: 14px; margin-bottom: 4px; }
.mail-karte span { color: var(--leise); }
.mail-karte em { font-style: normal; display: inline-block; font-size: 11.5px; font-weight: 600; color: var(--amber); background: #f8f0e0; border-radius: 999px; padding: 2px 8px; margin-bottom: 8px; }

/* Umsteiger: Vergleich und Zahlen */
.vergleich-karte { margin-top: 48px; border-radius: 16px; background: rgba(255,255,255,0.04); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09); overflow: hidden; }
.vergleich { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.vergleich th, .vergleich td { text-align: left; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,0.07); vertical-align: top; }
.vergleich tbody tr:last-child th, .vergleich tbody tr:last-child td { border-bottom: 0; }
.vergleich thead th { font-size: 13.5px; font-weight: 500; color: #9c9fa4; }
.vergleich tbody th { font-weight: 600; color: #fff; width: 20%; }
.vergleich td { color: #dcdcde; }
.vergleich td.wir, .vergleich thead th.wir { color: #fff; background: rgba(210, 63, 122, 0.22); }
.vergleich thead th.wir { font-weight: 600; }
.vergleich-fuss { margin-top: 18px; font-size: 13.5px; color: #9c9fa4; }
.vergleich-fuss a { color: #e89fbc; }
.zahlen { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 64px; }
.zahlen div { border-left: 1px solid rgba(125, 211, 252, 0.4); padding-left: 18px; }
.zahlen strong {
  display: block; font-size: clamp(30px, 3.4vw, 42px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1;
  color: #fff;
}
.zahlen span { display: block; margin-top: 6px; font-size: 14.5px; color: #dcdcde; }

/* Leistungen: Symbol, Titel, Text – ohne Kästen */
/*
 * Was dabei ist: drei Spalten mit Zwischenüberschrift, ohne Symbolkacheln. Ruhiger als eine
 * Kachelwand und schneller zu lesen – die Gruppen entsprechen den Bereichen der Console.
 */
.was { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 48px; }
.was h3 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--leise); padding-bottom: 12px; border-bottom: 1px solid var(--linie); }
.was ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 18px; }
.was li strong { display: block; font-size: 16px; font-weight: 600; color: var(--navy); letter-spacing: -0.015em; }
.was li span { display: block; margin-top: 4px; font-size: 14.5px; line-height: 1.55; color: var(--text); }
.was > div > a { display: inline-block; margin-top: 20px; font-weight: 600; font-size: 15px; }

/* Preistafel auf der Startseite: Stundenpreis führt, Monatsbetrag steht daneben (wie bei AWS) */
.std-tafel-karte { margin-top: 40px; background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.std-tafel-karte .pk-tafel { border-top: 0; }
.std-tafel-karte .pk-kopf, .std-tafel-karte .pk-zeile { grid-template-columns: 150px minmax(0, 1fr) 130px 150px; padding: 13px 22px; }
.std-tafel-karte .pk-stunde { font-size: 16px; }
.std-tafel-fuss { margin-top: 16px; font-size: 14px; color: var(--leise); }
.std-tafel-fuss a { margin-left: 6px; font-weight: 600; }

/* Vergleichstabelle, helle Fassung */
.vgl-karte { margin-top: 40px; background: #fff; border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.vgl { width: 100%; border-collapse: collapse; font-size: 15px; }
.vgl th, .vgl td { text-align: left; padding: 14px 22px; border-bottom: 1px solid var(--linie-zart); vertical-align: top; line-height: 1.5; }
.vgl tbody tr:last-child th, .vgl tbody tr:last-child td { border-bottom: 0; }
.vgl thead th { font-size: 12.5px; font-weight: 600; color: var(--leise); background: #ffffff; }
.vgl tbody th { font-weight: 600; color: var(--navy); width: 18%; }
.vgl td { color: var(--text); }
.vgl td.wir, .vgl thead th.wir { background: var(--paper); color: var(--navy); }
.vgl thead th.wir { font-weight: 700; }
.vgl-fuss { margin-top: 16px; font-size: 13.5px; color: var(--leise); }

.leistungen { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px 32px; margin-top: 56px; }
.leistung svg.symbol {
  width: 40px; height: 40px; padding: 9px; border-radius: 10px; color: #fff; margin-bottom: 16px;
  background: var(--paper); color: var(--ink); border: 1px solid var(--stone);
}
.leistung h3 { margin-bottom: 6px; }
.leistung p { color: var(--text); font-size: 15.5px; line-height: 1.6; }
.leistung > a { display: inline-block; margin-top: 10px; font-weight: 600; font-size: 15px; }

/* Zielgruppen */
.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.karte { position: relative; background: #fff; border-radius: 16px; padding: 28px 26px; box-shadow: var(--schatten-klein); overflow: hidden; }
a.karte { display: block; color: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
a.karte:hover { transform: translateY(-3px); box-shadow: var(--schatten); color: inherit; }
/*
 * Die Akzentkante trägt nur die erste Karte einer Reihe. Bekäme sie jede, wäre der
 * Akzent Dekor – er soll genau eine Sache markieren (CI, Gestaltung).
 */
.karten .karte:first-child::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--magenta); }
.karte svg { width: 24px; height: 24px; color: var(--ink); margin-bottom: 14px; display: block; }
.karte h3 { margin-bottom: 8px; font-size: 19px; }
.karte p { color: var(--text); font-size: 15.5px; line-height: 1.6; }
.karte .weiter { display: inline-block; margin-top: 16px; font-weight: 600; font-size: 15px; color: var(--blau); }
.karte .zahl-gross { display: block; font-size: 30px; font-weight: 600; letter-spacing: -0.035em; color: var(--navy); margin-bottom: 6px; }

/* Schluss */
.schluss-raster { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; align-items: start; }
.schluss-punkt { border-left: 1px solid var(--linie); padding-left: 24px; }
.schluss-punkt svg { width: 36px; height: 36px; padding: 8px; border-radius: 10px; background: var(--paper); color: var(--ink); margin-bottom: 14px; }
.schluss-punkt h3 { margin-bottom: 6px; }
.schluss-punkt p { font-size: 15.5px; }
.schluss-punkt a { display: inline-block; margin-top: 12px; font-weight: 600; font-size: 15px; }

/* ---------- Preisrechner auf der Startseite ---------- */
.rechner { background: var(--grund); border: 1px solid var(--linie); border-radius: 16px; padding: 30px 32px 32px; margin-top: 26px; box-shadow: var(--schatten-klein); }
.rechner-felder { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }
.rechner-felder label { display: grid; gap: 8px; font-size: 14px; font-weight: 500; color: var(--navy); }
/* Dieselbe Höhe und Schriftgröße wie die Knöpfe der Seite – kleine Felder wirken wie ein Fremdkörper */
.rechner-felder select, .rechner-felder input {
  font: inherit; font-size: 16px; line-height: 1.2; color: var(--navy); background: var(--grund);
  border: 1px solid var(--linie); border-radius: 16px; padding: 13px 15px; width: 100%; min-height: 50px;
  appearance: none; -webkit-appearance: none;
}
.rechner-felder select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1b3d' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px;
}
.rechner-felder select:hover, .rechner-felder input:hover { border-color: #c9d3e6; }
.rechner-felder select:focus-visible, .rechner-felder input:focus-visible { outline: 2px solid var(--blau); outline-offset: 1px; }
.rechner-ergebnis { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--linie-zart); display: grid; gap: 8px; }
.rechner-ergebnis strong { font: 700 clamp(34px, 5vw, 46px)/1 var(--sans); letter-spacing: -0.04em; color: var(--navy); font-variant-numeric: tabular-nums; }
.rechner-ergebnis span { font-size: 14px; color: var(--leise); margin-left: 8px; }
.rechner-ergebnis p { font-size: 13.5px; color: var(--leise); margin: 0; }

/* ---------- Preise (Tafeln) ---------- */
.preiskarte { background: #fff; border-radius: 16px; padding: 24px; box-shadow: var(--schatten-klein); }
.preiskarte h2 { font-size: 16px; font-weight: 600; letter-spacing: 0; }
.preistafel { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 15px; }
.preistafel th { text-align: left; font-weight: 500; color: var(--leise); font-size: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--linie); }
.preistafel td { padding: 11px 0; border-bottom: 1px solid var(--linie-zart); font-variant-numeric: tabular-nums; color: var(--text); }
.preistafel tr:last-child td { border-bottom: 0; }
.preistafel tr.summe td { border-top: 1px solid var(--navy); color: var(--navy); font-weight: 600; font-size: 16px; padding-top: 14px; }
.preistafel td:last-child, .preistafel th:last-child { text-align: right; }
.preiskarte-fuss { margin-top: 14px; font-size: 13.5px; color: var(--leise); }

.preistabelle { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 32px; background: #fff; border-radius: 16px; box-shadow: var(--schatten-klein); overflow: hidden; }
.preistabelle th, .preistabelle td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--linie-zart); font-variant-numeric: tabular-nums; }
.preistabelle thead th { background: var(--flaeche); font-size: 13.5px; color: var(--leise); font-weight: 500; }
.preistabelle tbody tr:last-child td { border-bottom: 0; }
.preistabelle td strong { color: var(--navy); font-weight: 600; }
.preistabelle td.zahl, .preistabelle th.zahl { text-align: right; }
.preis-hinweis { margin-top: 16px; font-size: 15px; color: var(--leise); max-width: 70ch; }

/* ---------- Seitenkopf der Unterseiten ---------- */
/*
 * Kein hoher Verlaufskasten mehr, sondern ein schlanker Kopf wie auf der Startseite: Der
 * Bogen liegt nur noch als Hauch unter der Überschrift und läuft nach unten in Weiß aus.
 * So beginnt der Inhalt früher, und die Farbe bleibt Markenzeichen statt Kulisse.
 */
.seitenkopf { position: relative; overflow: hidden; padding: 48px 0 32px; border-bottom: 1px solid var(--linie); }
.seitenkopf::before {
  content: ""; position: absolute; inset: 0; background: var(--flaeche); opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}
.seitenkopf > .breite { position: relative; }
.seitenkopf .krumen { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: var(--leise); margin-bottom: 14px; }
.seitenkopf .krumen span { color: #b3bcc9; }
.seitenkopf .krumen a { color: var(--leise); }
.seitenkopf .krumen a:hover { color: var(--blau); }
.seitenkopf h1 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.035em; font-weight: 700; max-width: 20ch; text-wrap: balance; }
.seitenkopf .lead { margin-top: 14px; font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.6; color: var(--text); max-width: 38em; }
.seitenkopf .lead code { font-size: 0.86em; background: #fff; color: var(--ink); border: 1px solid var(--stone); padding: 2px 6px; border-radius: 6px; }

/* ---------- Textseiten ---------- */
.text { position: relative; padding-block: clamp(40px, 5vw, 64px) clamp(64px, 8vw, 104px); }
/*
 * Lesetexte bekommen nicht die ganze Breite: Ein Absatz hat seine Grenze in Zeichen,
 * die Spalte daneben eine feste Breite – zusammen stünde sonst ein leeres Feld dazwischen.
 */
.text-raster { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; max-width: 1240px; margin-inline: auto; }
.text-inhalt h1 { font-size: clamp(34px, 4.6vw, 54px); margin-bottom: 20px; text-wrap: balance; letter-spacing: -0.04em; font-weight: 700; line-height: 1.06; }
.text-inhalt .lead { font-size: 20px; color: var(--text); line-height: 1.6; max-width: 36em; }
.text-inhalt h2 { font-size: 28px; margin-top: 56px; letter-spacing: -0.03em; }
.text-inhalt > :first-child, .text-inhalt > section:first-child h2 { margin-top: 0; }
.text-inhalt h3 { font-size: 19px; margin-top: 32px; }
.text-inhalt p { margin-top: 16px; color: var(--text); max-width: 40em; }
.text-inhalt a { text-decoration: underline; text-decoration-color: rgba(161, 40, 90, 0.35); text-underline-offset: 3px; }
.text-inhalt a:hover { text-decoration-color: currentColor; }
.text-inhalt ul, .text-inhalt ol { margin-top: 16px; padding-left: 24px; color: var(--text); max-width: 40em; }
.text-inhalt li { margin-top: 10px; }
.text-inhalt li::marker { color: var(--slate); }
.text-inhalt strong { color: var(--navy); font-weight: 600; }
.text-inhalt table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 26px; font-size: 15.5px; border-radius: 10px; overflow: hidden; box-shadow: var(--schatten-zart); }
.text-inhalt th, .text-inhalt td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--linie-zart); vertical-align: top; background: #fff; }
.text-inhalt tbody tr:last-child td { border-bottom: 0; }
.text-inhalt thead th { background: var(--flaeche); font-size: 13.5px; color: var(--leise); font-weight: 500; }
.text-inhalt code { font-size: 0.86em; background: var(--paper); color: var(--ink); border: 1px solid var(--stone); padding: 2px 6px; border-radius: 6px; }
.krumen { font-size: 14px; color: var(--leise); margin-bottom: 22px; }
.krumen a { color: var(--leise); }
.krumen a:hover { color: var(--blau); }
.seitenspalte { position: sticky; top: 100px; display: grid; gap: 18px; }
.seitenspalte .karte { padding: 24px; }
.seitenspalte .karte:first-child::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--magenta); }
.seitenspalte .karte p { font-size: 15px; }
.seitenspalte .karte a:not(.knopf) { display: inline-block; margin-top: 12px; font-weight: 600; font-size: 15px; }
.seitenspalte .knopf { margin-top: 16px; }

.merkkasten { background: var(--blau-zart); border-radius: 10px; padding: 20px 22px; margin: 28px 0; max-width: 40em; }
.merkkasten h3 { font-size: 16px; margin: 0 0 6px; color: var(--blau-tief); }
.merkkasten p { font-size: 15.5px; color: var(--text); margin: 0; }

.code {
  background: var(--navy); color: #d6e0f5; padding: 20px 22px; border-radius: 10px; overflow-x: auto;
  font: 14px/1.8 var(--mono); margin: 24px 0; max-width: 44em; box-shadow: var(--schatten-klein);
}
.code code { white-space: pre; background: none; border: 0; padding: 0; color: inherit; font-size: inherit; }

.verzeichnis { background: #fff; border-radius: 10px; padding: 20px 24px; margin: 32px 0; max-width: 40em; box-shadow: var(--schatten-zart); }
.verzeichnis h2 { font-size: 14px; color: var(--leise); margin: 0 0 12px; font-weight: 500; letter-spacing: 0; }
.verzeichnis ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 15.5px; }
.verzeichnis a { text-decoration: none; }

.fehlt { background: #f8f0e0; color: #8a4b08; padding: 1px 6px; border-radius: 6px; font-weight: 550; }
.rechtstext h2 { font-size: 22px; margin-top: 40px; }

/* ---------- Formulare (Meldestelle) ---------- */
.meldeformular { display: grid; gap: 18px; max-width: 40em; margin: 28px 0 8px; }
.meldeformular label { display: grid; gap: 6px; font-weight: 550; color: var(--navy); font-size: 15px; }
.meldeformular input, .meldeformular select, .meldeformular textarea {
  font: 400 16px/1.5 var(--sans); color: var(--navy); background: var(--grund);
  border: 1.5px solid var(--linie); border-radius: 10px; padding: 10px 12px; width: 100%;
}
.meldeformular textarea { resize: vertical; }
/*
 * Ein natives Auswahlfeld bringt seine eigene Höhe mit und beachtet die Innenabstände nur
 * halb – daneben wirkt es gequetscht neben den Eingabefeldern. Deshalb eigene Darstellung
 * mit eigenem Pfeil, damit alle Felder gleich hoch sind.
 */
.meldeformular select {
  appearance: none; -webkit-appearance: none;
  padding-right: 40px; line-height: 1.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%236b7890' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.meldeformular input:focus, .meldeformular select:focus, .meldeformular textarea:focus { outline: none; border-color: var(--blau); box-shadow: 0 0 0 3px var(--blau-zart); }
.meldeformular .formular-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 900px) {
  .was { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .std-tafel-karte .pk-kopf, .std-tafel-karte .pk-zeile { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .vgl thead { display: none; }
  .vgl tbody th, .vgl td { display: block; width: auto; }
  .vgl td::before { content: attr(data-spalte) ": "; font-weight: 600; color: var(--navy); }
}

@media (max-width: 640px) { .meldeformular .formular-zeile { grid-template-columns: 1fr; } }
.formular-hilfe { font-weight: 400; color: var(--leise); font-size: 14px; }
.meldeformular .formular-haken { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--text); }
.meldeformular .formular-haken input { width: auto; margin-top: 5px; }
.meldeformular .knopf { justify-self: start; }
.formular-falle { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular-fehler { background: #fbeae8; color: #9b1c1f; border-radius: 10px; padding: 12px 16px; max-width: 40em; }


/* ---------- Preisseite ---------- */
.preise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.preis { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 16px; padding: 30px 28px 28px; box-shadow: var(--schatten-klein); }
.preis.empfohlen { box-shadow: var(--schatten); }
.preis.empfohlen::before {
  content: ""; position: absolute; inset: 0; border-radius: 16px; padding: 2px; pointer-events: none;
  background: var(--navy);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
.preis-marke { position: absolute; top: -13px; left: 26px; font-size: 12.5px; font-weight: 600; color: #fff; padding: 5px 12px; border-radius: 999px; background: var(--navy); }
.preis h2 { font-size: 20px; letter-spacing: -0.02em; }
.preis-text { margin-top: 6px; font-size: 15px; color: var(--leise); min-height: 3em; }
.preis-betrag { margin-top: 18px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.preis-betrag strong { font-size: 44px; font-weight: 700; letter-spacing: -0.045em; color: var(--navy); line-height: 1; }
.preis-betrag span { font-size: 14px; color: var(--leise); }
.preis-stunde { margin-top: 10px; font-size: 14px; color: var(--text); }
.preis ul { list-style: none; margin: 22px 0 26px; padding: 18px 0 0; border-top: 1px solid var(--linie-zart); display: grid; gap: 10px; font-size: 15px; }
.preis li { display: flex; gap: 10px; align-items: center; }
.preis li svg { width: 16px; height: 16px; color: var(--gruen); flex: none; }
.preis .knopf { margin-top: auto; width: 100%; }
.preis-hinweis { margin-top: 18px; font-size: 14.5px; color: var(--leise); max-width: 70ch; }
.preis-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 64px; padding: 40px;
  border-radius: 16px; background: var(--paper);
}
.preis-block h2, .preis-titel { font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.03em; }
.preis-block p { margin-top: 14px; }
.beispiele { background: #fff; border-radius: 16px; padding: 8px 22px; box-shadow: var(--schatten-klein); }
.beispiele div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--linie-zart); font-size: 15px; }
.beispiele div strong { color: var(--navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
.beispiele p { font-size: 13px; color: var(--leise); padding: 10px 0 8px; margin: 0 !important; }
.preis-titel { margin-top: 64px; }
.preis-einleitung { margin-top: 12px; max-width: 44em; }
.inklusive { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.inklusive > div { display: flex; gap: 12px; align-items: flex-start; background: #fff; border-radius: 16px; padding: 18px; box-shadow: var(--schatten-zart); }
.inklusive svg { width: 18px; height: 18px; flex: none; color: var(--magenta); margin-top: 2px; }
.inklusive strong { display: block; color: var(--navy); font-size: 15.5px; }
.inklusive span { font-size: 14px; color: var(--leise); }
.cta-band {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 72px; padding: 36px 40px;
  border-radius: 16px; color: #fff;
  background: var(--ink);
}
.cta-band h2 { color: #fff; font-size: 26px; letter-spacing: -0.03em; }
.cta-band p { color: #dcdcde; margin-top: 6px; }

/* ---------- Häufige Fragen ---------- */
.fragen { display: grid; gap: 12px; }
.frage { background: #fff; border-radius: 16px; box-shadow: var(--schatten-zart); }
.frage summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; position: relative; font-weight: 600; color: var(--navy); font-size: 17px; }
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; font-size: 18px; font-weight: 500; color: var(--blau); background: var(--blau-zart); transition: transform 0.2s;
}
.frage[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.frage p { padding: 0 22px 22px; color: var(--text); max-width: 44em; }

/* ---------- Fußbereich ---------- */
.fuss { background: var(--flaeche); padding-block: 72px 36px; font-size: 14.5px; }
.fuss-marke { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid var(--linie); }
.fuss-marke p { color: var(--leise); max-width: 40ch; font-size: 15px; margin-top: 12px; }
.fuss-raster { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; }
.fuss h2 { font-size: 14px; color: var(--navy); margin-bottom: 14px; font-weight: 600; letter-spacing: 0; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fuss a { color: var(--leise); }
.fuss .wortmarke { color: var(--navy); }
.fuss .knopf, .fuss .knopf:hover { color: #fff; }
.fuss a:hover { color: var(--navy); }
.fuss-schluss { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--linie); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--leise); }
.fuss-schluss nav { display: flex; gap: 22px; }
.status-punkt { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gruen); margin-right: 7px; vertical-align: 1px; box-shadow: 0 0 0 3px rgba(15, 179, 122, 0.18); }

@media (max-width: 1000px) {
  .kopf-nav > a, .menu > a { padding-inline: 8px; font-size: 14.5px; }
  .kopf-inner { gap: 20px; }
  .fuss-raster { grid-template-columns: repeat(3, 1fr); }
  .text-raster { grid-template-columns: 1fr; gap: 40px; }
  .seitenspalte { position: static; grid-template-columns: repeat(2, 1fr); }
  .monitor { position: relative; top: auto; left: auto; right: auto; margin: -60px 16px 0 auto; }
  .toast { top: -26px; left: 16px; }
  .markenfeld { padding: 96px 0 220px; }
  .leistungen { grid-template-columns: repeat(2, 1fr); }
  .schluss-raster { grid-template-columns: 1fr 1fr; }
  .schluss-raster > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 920px) {
  .kopf-nav, .kopf-anmelden, .kopf-aktionen > .knopf { display: none; }
  .mobilmenu { display: block; }
}
@media (max-width: 860px) {
  .karten, .zweispaltig, .preise, .preis-block { grid-template-columns: 1fr; }
  .inklusive { grid-template-columns: 1fr 1fr; }
  .preis-block { padding: 28px 22px; }
  .zahlen { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .mail-karte { position: relative; right: auto; margin: -40px 12px 0 auto; }
  .bremse-buehne { padding-bottom: 0; }
  .vergleich thead { display: none; }
  .vergleich, .vergleich tbody, .vergleich tr, .vergleich th, .vergleich td { display: block; width: auto; }
  .vergleich tr { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .vergleich th, .vergleich td { border: 0; padding: 4px 0; }
  .vergleich td.wir { background: none; }
  .vergleich td::before { content: attr(data-spalte) ": "; color: #9c9fa4; }
}
@media (max-width: 560px) {
  /* Breite Preistabellen scrollen auf dem Handy in sich, statt die ganze Seite zu verbreitern */
  .preistabelle { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .preistabelle th, .preistabelle td { padding: 12px 14px; }
  body { font-size: 16px; }
  .held h1 { letter-spacing: -0.04em; }
  .held-aktionen .knopf { flex: 1 1 100%; }
  .fuss-raster, .seitenspalte { grid-template-columns: 1fr 1fr; }
  .leistungen, .schluss-raster, .inklusive { grid-template-columns: 1fr; }
  .cta-band { padding: 28px 22px; }
  .text-inhalt table { display: block; overflow-x: auto; }
  .toast { display: none; }
  .dash-kacheln { grid-template-columns: 1fr 1fr; }
  .dash-kurve { grid-column: 1 / -1; }
  .dash-tabelle th:nth-child(3), .dash-tabelle td:nth-child(3) { display: none; }
  .monitor { width: auto; margin: 16px 0 0; }
  .markenfeld { margin: 68px 6px 0; padding: 72px 0 180px; border-radius: 16px; }
  .buehne { margin-top: -140px; }
  .abschnitt.flaeche, .abschnitt.nacht { margin: 0 6px; border-radius: 16px; }
  .held-augenbraue { font-size: 13px; }
  .laeuft-mit li { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .verlauf::before { animation: none; }
  .monitor-balken span, .menu-klappe, a.karte { transition: none; }
}

/* ---------- Statusseite ---------- */
.status-banner { display: grid; gap: 4px; padding: 18px 22px; border-radius: 16px; margin: 8px 0 12px; border: 1px solid; }
.status-banner strong { font-size: 18px; color: var(--navy); }
.status-banner span { font-size: 13.5px; color: var(--leise); }
.status-banner.status-ok { background: #ecfaf4; border-color: #bfe9d6; }
.status-banner.status-eingeschraenkt { background: #f8f0e0; border-color: #e3c894; }
.status-banner.status-stoerung { background: #fbeae8; border-color: #f0b6b1; }
.status-banner.status-unbekannt { background: var(--flaeche); border-color: var(--linie); }
.status-liste { border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.status-bereich { padding: 18px 22px; }
.status-bereich + .status-bereich { border-top: 1px solid var(--linie-zart); }
.status-bereich-kopf { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.status-bereich-kopf > div { display: grid; gap: 2px; }
.status-bereich-kopf strong { color: var(--navy); font-size: 15.5px; }
.status-bereich-kopf span { font-size: 13.5px; color: var(--leise); }
.rechtstext .status-zustand, .status-zustand {
  flex: none; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; padding: 4px 10px;
  border-radius: 999px; color: var(--leise); background: var(--paper);
}
.status-zustand::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-zustand.status-ok { color: #0c9a69; background: #e6f3ea; }
.status-zustand.status-eingeschraenkt { color: #a15c00; background: #f8f0e0; }
.status-zustand.status-stoerung { color: #d13438; background: #fbeae8; }
.status-balken { display: grid; grid-template-columns: repeat(90, 1fr); gap: 2px; height: 30px; margin-top: 14px; }
.status-balken i { border-radius: 2px; background: #e6eaf1; }
.status-balken i.status-ok { background: #34c38f; }
.status-balken i.status-eingeschraenkt { background: #f5b83d; }
.status-balken i.status-stoerung { background: #e5484d; }
.status-bereich-fuss { display: flex; justify-content: space-between; font-size: 12px; color: var(--leise); margin-top: 6px; }
.status-stoerungen { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.status-stoerungen li { border: 1px solid var(--linie); border-radius: 10px; padding: 14px 16px; display: grid; gap: 3px; }
.status-stoerungen li::before { content: none; }
.status-stoerungen strong { color: var(--navy); }
.status-stoerungen span { font-size: 13px; color: var(--leise); }
.status-stoerungen p { margin: 4px 0 0; font-size: 14px; }
@media (max-width: 700px) {
  .status-balken { grid-template-columns: repeat(45, 1fr); }
  .status-balken i:nth-child(-n+45) { display: none; }
}
