/* Blitzerkanzlei – Gestaltung nach dem Claude-Design-Handoff (design/handoff).
   Farben, Schrift, Radien und Schatten stehen als Variablen in :root; alle Bausteine hängen daran. */

@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/static/schrift/roboto-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/static/schrift/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --rot: #C1001F; --rot-dunkel: #A40019; --rot-hell: #FF2740; --rot-ton: #FBE9EC; --rot-rand: #F3C9D1; --rot-auf-dunkel: #FFD9DE;
  --tinte: #1A1A1A; --text: #4A4A50; --leise: #6C6C73; --dezent: #8E8E95; --blass: #B4B4BC;
  --flaeche: #FFFFFF; --flaeche-2: #F5F5F7; --flaeche-3: #EFEFF2; --flaeche-4: #F0F0F2; --dunkel: #1A1A1A;
  --linie: #E4E4E8; --linie-stark: #DADADF; --linie-leise: #E7E7EB; --linie-zart: #F0F0F3;
  --warn: #B4531A; --warn-ton: #FBF0E6; --gruen: #2FBF71;
  --schrift: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --breite: 1312px; --rand: 32px; --nav-breite: 1280px;
  --radius-tag: 7px; --radius-icon: 10px; --radius-feld: 6px; --radius-karte: 9px; --radius-panel: 11px; --radius-knopf: 12px;
  --schatten-karte: 0 18px 40px -26px rgba(20, 20, 22, .4);
  --schatten-panel: 0 30px 60px -30px rgba(20, 20, 22, .35);
  --schatten-cta: 0 14px 30px -14px rgba(193, 0, 31, .7);
  --schatten-nav: 0 12px 32px -20px rgba(20, 20, 22, .3), inset 0 1px 0 rgba(255, 255, 255, .9);
  --dauer: .16s; --kurve: cubic-bezier(.22, .61, .36, 1);
  /* Aliase für die Verwaltung (admin_base.html) */
  --farbe-text: var(--tinte); --farbe-leise: var(--leise); --farbe-flaeche: var(--flaeche); --farbe-flaeche-2: var(--flaeche-2);
  --farbe-linie: var(--linie); --farbe-akzent: var(--rot); --farbe-akzent-dunkel: var(--rot-dunkel); --farbe-link: var(--rot); --radius: var(--radius-karte);
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font: 400 17px/1.55 var(--schrift); color: var(--tinte); background: var(--flaeche);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; }
.rahmen { max-width: var(--breite); margin-inline: auto; padding-inline: var(--rand); width: 100%; }
a { color: var(--tinte); text-decoration: none; transition: color var(--dauer) ease; }
a:hover { color: var(--rot); }
/* Verweise im Fließtext sind dezent unterstrichen. Navigation, Karten, Listen und Knöpfe nicht. */
main p a, main li a, main dd a, main dt a, main td a, main figcaption a, .prosa a, .einleitung a, details a
  { text-decoration: underline; text-decoration-color: var(--linie-stark); text-underline-offset: 4px; }
main p a:hover, main li a:hover, main dd a:hover, main td a:hover, .prosa a:hover, details a:hover { text-decoration-color: var(--rot); }
.nav a, .menue a, .mega-innen a, .fuss a, .krumen a, .logo, .hotline,
.chips a, .karten a, .kacheln a, .geraeteliste a, .stellen a, .spalten a, .kurzliste a, .abc a, .blaettern a,
.umschalter a, .knopf, .pfeil-link, .pruef-link, .cta-zeile, .leiste-kasten a, .kennzahlen a, .skip
  { text-decoration: none; }
:focus-visible { outline: 3px solid var(--rot); outline-offset: 2px; border-radius: 4px; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; text-wrap: balance; color: var(--tinte); }
h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.028em; }
h2 { font-size: clamp(22px, 2.4vw, 26px); }
h3 { font-size: 19px; letter-spacing: -.01em; }
p { margin: 0; text-wrap: pretty; }
p + p, p + ul, p + ol, ul + p, ol + p, p + .tabelle-rahmen, .tabelle-rahmen + p, p + dl, dl + p, p + form, h3 + p, h3 + ul, h3 + ol, h3 + .tabelle-rahmen, h3 + dl { margin-top: 14px; }
h2 + p, h2 + ul, h2 + ol, h2 + dl, h2 + .tabelle-rahmen, h2 + .stellen, h2 + .spalten, h2 + .kurzliste, h2 + .chips, h2 + .karten, h2 + .kacheln, h2 + .geraeteliste, h2 + details, h2 + form, h2 + nav, h2 + div, h2 + figure, h2 + pre { margin-top: 20px; }
ul, ol { margin: 0; padding-left: 1.3em; color: var(--text); }
li { margin: 6px 0; }
li strong, dd strong { color: var(--tinte); font-weight: 600; }
strong { font-weight: 600; }
small, .meta { color: var(--leise); font-size: 14px; font-weight: 400; }
.quelle { font-size: 13px; color: var(--dezent); margin-top: 10px; }
section, article > .cta, article > nav, article > .karte { margin-top: 48px; }
article > section:first-child, section:first-child { margin-top: 0; }
section > h3 { margin-top: 28px; }
.einleitung { font-size: 17px; line-height: 1.6; color: var(--text); max-width: 62ch; margin-top: 18px; }
.einleitung p { margin: 0; } .einleitung p + p { margin-top: 12px; }
h1 small { display: block; font-size: 17px; font-weight: 500; letter-spacing: 0; color: var(--leise); margin-top: 6px; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 60; padding: 10px 14px; border-radius: 8px; background: var(--dunkel); color: #fff; font-weight: 700; }
.skip:focus { top: 16px; }
.testbetrieb { background: #fff3cd; color: #5c4400; text-align: center; font-size: 13px; padding: 4px 16px; }
.unsichtbar { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:target, [id] { scroll-margin-top: 96px; }
.oberzeile { display: block; font-size: 12px; font-weight: 700; color: var(--rot); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; }
.zahl, .schild, .pille, td, .kennzahlen { font-variant-numeric: tabular-nums; }

/* ---------- Kopfzeile: schwebende Pille ---------- */
.kopf { position: sticky; top: 0; z-index: 40; padding: 12px var(--rand) 0; pointer-events: none; }
.kopf-pille { pointer-events: auto; max-width: var(--nav-breite); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 9px 10px 9px 16px; border-radius: 19px; background: rgba(255, 255, 255, 0); border: 1px solid rgba(228, 228, 232, 0); box-shadow: 0 10px 30px -18px rgba(20, 20, 22, 0);
  transition: max-width .35s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.kopf[data-gescrollt="1"] .kopf-pille { max-width: calc(var(--breite) - 2 * var(--rand)); background: rgba(255, 255, 255, .82); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-color: rgba(255, 255, 255, .85); box-shadow: var(--schatten-nav); }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -.02em; white-space: nowrap; color: var(--tinte); }
.logo img { height: 28px; width: auto; display: block; position: relative; top: -2px; }
.nav { display: none; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 12px; border-radius: 10px; font-weight: 500; font-size: 14px; color: var(--leise); white-space: nowrap; transition: background var(--dauer) ease, color var(--dauer) ease; }
.nav a:hover { color: var(--tinte); background: var(--flaeche-3); }
.nav a[aria-current] { color: var(--tinte); }
.kopf-rechts { display: flex; align-items: center; gap: 6px; }
.menue-knopf { min-height: 40px; min-width: 40px; border-radius: 10px; border: 1px solid var(--linie-stark); background: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.menue-knopf span { display: flex; flex-direction: column; gap: 5px; }
.menue-knopf i { display: block; width: 16px; height: 2px; background: var(--tinte); border-radius: 2px; }
.kopf-pille .menue-knopf { background: transparent; border-color: transparent; }
.kopf-pille .menue-knopf:hover { background: var(--flaeche-3); }
@media (min-width: 1000px) { .nav { display: inline-flex; } .menue-knopf { display: none; } }
@media (max-width: 480px) { .kopf .nav-cta { display: none; } }

/* Mobiles Menü */
.menue { position: fixed; inset: 0; z-index: 50; pointer-events: auto; background: rgba(20, 20, 22, .35); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.menue[hidden] { display: none; }
.menue-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 100%); background: #fff; display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(20, 20, 22, .4); }
.menue-kopf { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 14px 20px; border-bottom: 1px solid var(--linie); }
.menue-liste { flex: 1; overflow-y: auto; padding: 8px 20px 24px; list-style: none; margin: 0; }
.menue-liste li { margin: 0; border-bottom: 1px solid var(--flaeche-3); }
.menue-liste .klein a { min-height: 44px; font-size: 15px; font-weight: 500; color: var(--text); }
.menue-fuss { padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--linie); background: var(--flaeche-2); display: flex; flex-direction: column; gap: 10px; }
.menue-fuss .knopf { width: 100%; }
.hotline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font-weight: 600; font-size: 15px; color: var(--tinte); white-space: nowrap; }

/* ---------- Knöpfe ---------- */
.knopf { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 50px; padding: 0 24px; border-radius: var(--radius-knopf); border: 0;
  background: var(--rot); color: #fff; font: inherit; font-weight: 700; font-size: 16px; cursor: pointer; white-space: nowrap; text-decoration: none !important;
  transition: background var(--dauer) ease, color var(--dauer) ease, transform var(--dauer) ease; }
.knopf:hover { background: var(--rot-dunkel); color: #fff; }
.knopf-klein { min-height: 40px; padding: 0 18px; font-size: 15px; border-radius: 10px; }
.knopf-hell { background: #fff; color: var(--tinte); border: 1px solid var(--linie-stark); }
.knopf-hell:hover { background: var(--flaeche-2); color: var(--tinte); border-color: var(--blass); }
.knopf-dunkel { background: var(--dunkel); }
.knopf-dunkel:hover { background: var(--rot); }
.knopf-weiss { background: #fff; color: var(--rot); }
.knopf-weiss:hover { background: var(--dunkel); color: #fff; }
.knopf-glanz { position: relative; overflow: hidden; }
.knopf-glanz::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 40%; pointer-events: none;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .35), rgba(255, 255, 255, 0)); animation: glanz 4.5s ease-in-out 2s infinite; }
@keyframes glanz { 0%, 70% { transform: translateX(-120%); } 100% { transform: translateX(220%); } }
.pfeil-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 15px; color: var(--rot); text-decoration: none !important; }
.pfeil-link:hover { color: var(--tinte); }
.pfeil-link::after { content: "›"; font-size: 1.2em; line-height: 1; }

/* ---------- Kopfband (grau) mit Brotkrumen, H1 und Einleitung ---------- */
.band { position: relative; overflow: hidden; background: var(--flaeche-2); border-bottom: 1px solid var(--linie); }
.band::before, .band::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.band::before { right: -6%; top: -70%; width: 48vw; height: 48vw; min-width: 380px; min-height: 380px;
  background: radial-gradient(circle, rgba(247, 217, 221, .85) 0%, rgba(247, 217, 221, 0) 62%); animation: treiben 40s ease-in-out infinite reverse; }
.band::after { left: -8%; bottom: -80%; width: 42vw; height: 42vw; min-width: 340px; min-height: 340px;
  background: radial-gradient(circle, rgba(247, 217, 221, .6) 0%, rgba(247, 217, 221, 0) 62%); animation: treiben 46s ease-in-out infinite 4s; }
@keyframes treiben { 0%, 100% { translate: 0 0; } 33% { translate: 6vw 4vh; } 66% { translate: -4vw 7vh; } }
.band-innen { position: relative; z-index: 1; padding-top: 28px; padding-bottom: 48px; display: flex; flex-direction: column; gap: 20px; }
.band-innen > :not(.krumen) { max-width: 760px; }
.band-innen .krumen + * { margin-top: 0; }
.band h1 + .einleitung, .band h1 + p, .band .einleitung { margin-top: 0; }
.band-innen:has(> .krumen:only-child) { padding-bottom: 20px; }
.krumen ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; padding: 0; margin: 0; font-size: 13px; color: var(--dezent); }
.krumen li { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.krumen li + li::before { content: "›"; color: #C6C6CD; font-size: 15px; }
.krumen a { color: var(--dezent); font-weight: 600; text-decoration: none; }
.krumen a:hover { color: var(--rot); }
.krumen [aria-current] { color: var(--tinte); font-weight: 700; }
.kennzahlen { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--dezent); }
.kennzahlen span { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--linie-stark); background: rgba(255, 255, 255, .6); }
.kennzahlen strong { color: var(--tinte); font-weight: 700; }
.inhalt-bereich { padding-top: 40px; padding-bottom: 96px; }
.inhalt-bereich > article, .inhalt-bereich > section { min-width: 0; }
@media (max-width: 760px) { :root { --rand: 20px; } .band-innen { padding-top: 28px; padding-bottom: 28px; gap: 12px; } .inhalt-bereich { padding-top: 28px; padding-bottom: 72px; } section { margin-top: 36px; } }
@media (max-width: 640px) { .band .krumen { display: none; } h1 { font-size: clamp(23px, 6.2vw, 27px); line-height: 1.15; } h2 { font-size: 21px; } .einleitung { font-size: 15px; line-height: 1.5; } .band .zahlenleiste, .band .suche { margin-top: 4px; } }

/* ---------- Handlungsaufforderungen ---------- */
.cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; margin: 48px 0; padding: 32px; border-radius: var(--radius-panel); background: var(--flaeche-4); }
.cta > div { display: flex; flex-direction: column; gap: 6px; max-width: 600px; }
.cta p { margin: 0; color: var(--text); font-size: 16px; }
.cta p.cta-titel, .cta-titel { font-size: clamp(22px, 2.4vw, 26px); font-weight: 600; letter-spacing: -.02em; line-height: 1.2; color: var(--tinte); }
.cta-info > div { max-width: 680px; gap: 8px; }
.cta-marke { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--rot-rand); color: var(--rot); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.cta-info p:not(.cta-titel) { font-size: 15px; line-height: 1.55; }
.cta-rot { background: var(--rot); color: #fff; box-shadow: 0 24px 50px -34px rgba(193, 0, 31, .55); }
.cta-rot p.cta-titel { color: #fff; font-size: clamp(26px, 3.2vw, 38px); }
.cta-rot p { color: var(--rot-auf-dunkel); }
.cta-rot .knopf { background: #fff; color: var(--rot); }
.cta-rot .knopf:hover { background: var(--dunkel); color: #fff; }
.cta-zeile { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: var(--radius-karte); border: 1px solid var(--rot-rand); background: var(--rot-ton); color: var(--tinte); margin: 24px 0; text-decoration: none !important; }
.cta-zeile:hover { border-color: var(--rot); color: var(--tinte); }
.cta-zeile span { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.cta-zeile strong { font-size: 15px; font-weight: 700; }
.cta-zeile small { font-size: 13px; color: var(--text); }
.cta-zeile i { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: var(--rot); color: #fff; flex-shrink: 0; font-style: normal; font-weight: 700; }
.mobil-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--linie); box-shadow: 0 -12px 30px -20px rgba(20, 20, 22, .35); transition: transform .35s var(--kurve); }
.mobil-cta[data-zeigen="0"] { transform: translateY(120%); }
.mobil-cta > span { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.mobil-cta strong { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobil-cta small { font-size: 12px; white-space: nowrap; }
.mobil-cta .knopf { min-height: 44px; padding: 0 16px; font-size: 15px; border-radius: 11px; }
@media (max-width: 640px) { .mobil-cta { display: flex; } .inhalt-bereich { padding-bottom: 120px; } body.start .d-meinungen { padding-bottom: 120px; } .cta { padding: 22px; } .cta-rot .cta-titel { font-size: 24px; } }

/* ---------- Suche ---------- */
.suche label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 14px; color: var(--leise); }
.suche div { display: flex; align-items: center; gap: 8px; min-height: 56px; padding: 4px 4px 4px 20px; border-radius: 13px; border: 1px solid var(--linie-stark); background: #fff; max-width: 720px; box-shadow: 0 20px 40px -30px rgba(20, 20, 22, .35); }
.suche div::before { content: ""; width: 20px; height: 20px; flex-shrink: 0; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236C6C73' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E"); }
.suche input { flex: 1; min-width: 0; min-height: 46px; border: 0; outline: none; font: inherit; font-size: 16px; background: transparent; color: var(--tinte); }
.suche .knopf { min-height: 46px; }
.suche-gross div { min-height: 64px; } .suche-gross input { font-size: 18px; }
@media (max-width: 560px) { .suche div { flex-wrap: wrap; padding: 8px; } .suche div::before { display: none; } .suche input { padding-left: 8px; } .suche .knopf { width: 100%; } }
.katalogtreffer { margin: 20px 0; padding: 16px 20px; border-radius: var(--radius-karte); background: var(--flaeche-2); }
.katalogtreffer .chips { margin-top: 10px; }

/* ---------- Formulare (Rechner) ---------- */
.rechner { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 16px 20px; align-items: end; max-width: 820px; margin: 28px 0; padding: 24px; border-radius: var(--radius-panel); background: var(--flaeche-2); border: 1px solid var(--linie); }
.rechner-lang { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.rechner label { display: grid; gap: 6px; font-weight: 600; font-size: 14px; color: var(--leise); }
.rechner input, .rechner select, .suche-feld { font: inherit; font-size: 16px; color: var(--tinte); min-height: 46px; padding: 0 14px; border: 1px solid var(--linie-stark); border-radius: var(--radius-feld); background: #fff; width: 100%; min-width: 0; }
.rechner input:focus, .rechner select:focus { border-color: var(--tinte); outline: 0; }
.rechner .haken { display: flex; gap: 10px; align-items: center; font-weight: 500; color: var(--tinte); grid-column: 1 / -1; }
.rechner .haken input { width: 18px; height: 18px; min-height: 0; accent-color: var(--rot); }
.rechner .knopf { justify-self: start; }

/* ---------- Steckbrief, Kasten, Listen ---------- */
.steckbrief { display: grid; grid-template-columns: minmax(9rem, max-content) 1fr; gap: 0 24px; margin: 0; padding: 6px 24px; border-radius: var(--radius-karte); background: var(--flaeche-2); font-size: 15px; line-height: 1.45; }
.steckbrief dt { font-weight: 600; color: var(--leise); padding: 12px 0; border-top: 1px solid var(--linie); }
.steckbrief dd { margin: 0; padding: 12px 0; border-top: 1px solid var(--linie); font-weight: 500; color: var(--tinte); }
.steckbrief dt:first-of-type, .steckbrief dt:first-of-type + dd { border-top: 0; }
.steckbrief small { display: inline; font-size: 13px; }
@media (max-width: 560px) { .steckbrief { grid-template-columns: 1fr; padding: 4px 18px; } .steckbrief dt { padding-bottom: 0; } .steckbrief dd { border-top: 0; padding-top: 2px; } }
.kasten { margin: 48px 0; padding: 24px 28px; border-radius: var(--radius-panel); background: var(--flaeche-2); border: 1px solid var(--linie); }
.kasten h2 { margin-top: 0; }
.kasten-eintrag { margin-top: 16px; }
.kasten-eintrag + .kasten-eintrag { padding-top: 16px; border-top: 1px solid var(--linie); }
.kasten-name { margin: 0 0 8px; font-weight: 700; font-size: 17px; }
.kontakt { display: grid; grid-template-columns: minmax(8rem, max-content) 1fr; gap: 6px 20px; margin: 0; font-size: 15px; }
.kontakt dt { font-weight: 600; color: var(--leise); }
.kontakt dd { margin: 0; overflow-wrap: anywhere; }
.kasten-hinweis { margin-top: 16px; font-size: 14px; color: var(--leise); }
@media (max-width: 560px) { .kontakt { grid-template-columns: 1fr; } .kontakt dd { margin-bottom: 6px; } }
.fehlerliste { margin: 0; }
.fehlerliste dt { font-weight: 600; color: var(--tinte); margin-top: 14px; padding-left: 19px; position: relative; }
.fehlerliste dt::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--rot); }
.fehlerliste dd { margin: 4px 0 0; padding-left: 19px; color: var(--text); font-size: 16px; }
.fehlerliste dd:not(dt + dd) { margin-top: 12px; padding-left: 19px; position: relative; }
.fehlerliste dd:not(dt + dd)::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--rot); }
.entscheidungen li { padding: 12px 0; border-bottom: 1px solid var(--linie); margin: 0; list-style: none; }
.entscheidungen { padding-left: 0; }
.inhalt { margin: 28px 0; padding: 20px 24px; border-radius: var(--radius-karte); background: var(--flaeche-2); border: 1px solid var(--linie); }
.inhalt strong { display: block; font-size: 12px; font-weight: 700; color: var(--leise); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.inhalt ol { margin: 0; padding: 0; list-style: none; columns: 2 16rem; column-gap: 32px; counter-reset: punkt; }
.inhalt li { margin: 0; break-inside: avoid; counter-increment: punkt; }
.inhalt li a { display: flex; align-items: center; gap: 10px; min-height: 34px; font-size: 15px; font-weight: 500; color: var(--tinte); text-decoration: none; }
.inhalt li a::before { content: counter(punkt); width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 1px solid var(--linie-stark); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--leise); flex-shrink: 0; }
.spalten { columns: 3 13rem; column-gap: 32px; padding: 0; list-style: none; }
.spalten li { break-inside: avoid; margin: 0; display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--linie-zart); font-size: 15px; }
.spalten a { font-weight: 500; text-decoration: none; }
.spalten .meta { font-variant-numeric: tabular-nums; font-size: 13px; flex-shrink: 0; }
.kurzliste { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr)); gap: 8px; }
.kurzliste li { margin: 0; }
.kurzliste li a { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding: 8px 12px; border-radius: var(--radius-feld); border: 1px solid var(--linie-leise); background: #fff; font-weight: 700; font-size: 14px; text-decoration: none; }
.kurzliste li a:hover { background: var(--flaeche-2); color: var(--tinte); }
.kurzliste .meta { font-size: 12px; }
.kurzliste li { display: contents; }
.kurzliste li a + .meta { display: none; }
.abc { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 14px; color: var(--leise); margin-top: 20px; }
.abc a { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; min-height: 34px; padding: 0 8px; border: 1px solid var(--linie-leise); border-radius: var(--radius-tag); font-weight: 700; font-size: 13px; text-decoration: none; background: #fff; }
.abc a:hover, .abc a[aria-current] { border-color: var(--rot); color: var(--rot); }

/* Karten-Raster (Verzeichnis-Karten) */
.karten, .geraeteliste { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 16px; margin: 24px 0; padding: 0; list-style: none; }
.karten li, .geraeteliste li { margin: 0; display: flex; }
.karten a, .geraeteliste li { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; padding: 14px 16px; border-radius: var(--radius-feld);
  background: #fff; border: 1px solid var(--linie-leise); color: var(--tinte); text-decoration: none !important; transition: background var(--dauer) ease, border-color var(--dauer) ease; }
.karten a:hover, .geraeteliste li:hover { background: var(--flaeche-2); color: var(--tinte); }
.karten-zeichen { width: 40px; height: 40px; border-radius: 5px; border: 1px solid var(--linie); background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--leise); }
.karten-text { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.karten-text strong { font-weight: 700; font-size: 15px; line-height: 1.25; letter-spacing: -.01em; }
.karten-text span { font-size: 12px; color: var(--dezent); line-height: 1.3; }
.icon { width: 18px; height: 18px; display: block; flex-shrink: 0; }
.icon-klein { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; flex-shrink: 0; }
.geraeteliste { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.geraeteliste li { flex-direction: column; align-items: stretch; gap: 12px; padding: 22px; border-radius: var(--radius-karte); }
.geraeteliste .karten-zeichen { width: 48px; height: 48px; border-radius: var(--radius-tag); }
.geraeteliste .karten-zeichen .icon { width: 22px; height: 22px; }
.geraeteliste strong { font-size: 17px; font-weight: 600; letter-spacing: -.01em; line-height: 1.25; }
.geraeteliste a { text-decoration: none; }
.geraeteliste .meta { font-size: 13px; color: var(--dezent); display: block; margin-top: 2px; }
.geraeteliste p { margin-top: 2px; font-size: 14px; color: var(--leise); line-height: 1.5; }
.kacheln { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.kacheln a { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border-radius: var(--radius-feld); background: #fff; border: 1px solid var(--linie-leise);
  color: var(--tinte); text-decoration: none !important; transition: background var(--dauer) ease; }
.kacheln a:hover { background: var(--flaeche-2); color: var(--tinte); }
.kacheln .karten-zeichen { margin-bottom: 6px; }
.kacheln strong { font-size: 15px; font-weight: 700; line-height: 1.3; }
.kacheln a > span:not(.karten-zeichen) { font-size: 12px; color: var(--dezent); line-height: 1.35; }
.pille { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: var(--flaeche-2); font-size: 12px; font-weight: 500; color: var(--tinte); white-space: nowrap; line-height: 1.4; flex-shrink: 0; }
.pille-rot { background: var(--rot-ton); color: var(--rot); font-weight: 700; }

/* Messstellen-Zeilen */
.stellen { list-style: none; padding: 0; margin: 0; border-radius: var(--radius-karte); border: 1px solid var(--linie-leise); background: #fff; overflow: hidden; }
.stellen li { margin: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px 14px; padding: 12px 20px; border-top: 1px solid var(--linie-zart); transition: background var(--dauer) ease; }
.stellen li:first-child { border-top: 0; }
.stellen li:hover { background: #FAFAFA; }
.stellen li > a { font-weight: 600; font-size: 15px; line-height: 1.35; text-decoration: none; grid-column: 2; }
.stellen li > a:hover { color: var(--rot); }
.stellen .schild { grid-column: 1; grid-row: 1; }
.stellen li > .schild-leer { width: 34px; height: 34px; border-radius: 50%; background: var(--flaeche-2); grid-column: 1; color: var(--leise); }
.stellen .meta { grid-column: 3; font-size: 13px; text-align: right; white-space: nowrap; }
.stellen .meta::after { content: "›"; margin-left: 8px; color: var(--rot); font-weight: 700; }
.stellen.zweispaltig { columns: auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); border: 0; background: transparent; border-radius: 0; gap: 12px; overflow: visible; }
.stellen.zweispaltig li { border: 1px solid var(--linie-leise); border-radius: var(--radius-feld); grid-template-columns: auto 1fr; padding: 14px 18px; }
.stellen.zweispaltig li > a, .stellen.zweispaltig .meta { grid-column: 2; text-align: left; }
.stellen.zweispaltig li > .schild-leer { grid-row: 1 / span 2; }
.stellen.zweispaltig .meta::after { content: none; }
@media (max-width: 600px) { .stellen li { grid-template-columns: auto 1fr; padding: 12px 16px; } .stellen .meta { grid-column: 2; text-align: left; white-space: normal; } .stellen .meta::after { content: none; } }
.schild { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 4px solid var(--rot); font-size: 12px; font-weight: 700; letter-spacing: -.02em; color: var(--tinte); flex-shrink: 0; line-height: 1; }
.schild-gross { width: 88px; height: 88px; border-width: 8px; font-size: 32px; letter-spacing: -.04em; }
.schild-mittel { width: 44px; height: 44px; border-width: 5px; font-size: 15px; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 20px 0 0; }
.chips li { margin: 0; }
.chips a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid var(--linie); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; color: var(--tinte); text-decoration: none !important; transition: border-color var(--dauer) ease, color var(--dauer) ease; }
.chips a:hover { border-color: var(--rot); color: var(--rot); }
.chips.gross a { border-radius: var(--radius-feld); padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 2px; font-size: 15px; }
.chips.gross small { font-weight: 400; font-size: 12px; }
.chips.gross { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }
.chips.gross a { width: 100%; }

/* ---------- Tabellen ---------- */
.tabelle-rahmen { overflow-x: auto; border-radius: var(--radius-karte); border: 1px solid var(--linie-leise); background: #fff; }
table { border-collapse: collapse; width: 100%; font-size: 15px; }
caption { text-align: left; }
th, td { text-align: left; padding: 14px 20px; border-top: 1px solid var(--linie-zart); vertical-align: top; }
thead th { border-top: 0; border-bottom: 1px solid var(--linie-leise); font-size: 12px; font-weight: 700; color: var(--dezent); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
td:first-child { font-weight: 600; }
td small { font-size: 12px; }
.balken td { white-space: nowrap; }
.balken-zelle { width: 50%; }
.balken-zelle span { display: block; height: 6px; min-width: 2px; border-radius: 2px; background: var(--rot); }
@media (max-width: 640px) { th, td { padding: 11px 12px; font-size: 14px; } }

/* ---------- Karte (OpenStreetMap im Seitendesign) ---------- */
.karte { margin: 24px 0 0; }
.karte-flaeche { position: relative; height: 380px; border-radius: var(--radius-panel); overflow: hidden; background: #EFEFF2 url("/static/bilder/karte-vorschau.svg") center / cover no-repeat; border: 1px solid var(--linie); }
.karte iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.04) brightness(1.03); pointer-events: none; }
.karte-platzhalter { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-start; padding: 20px; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.karte-hinweis { position: relative; z-index: 2; max-width: 420px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius-karte); background: rgba(255,255,255,.92); box-shadow: var(--schatten-karte); }
.karte-hinweis strong { font-size: 15px; font-weight: 700; }
.karte-hinweis p { margin: 0; font-size: 13px; color: var(--leise); line-height: 1.45; }
.karte-hinweis .knopf { margin-top: 4px; }
.karte-pin { position: absolute; left: 50%; top: 50%; width: 32px; height: 42px; margin: -42px 0 0 -16px; z-index: 1; filter: drop-shadow(0 6px 10px rgba(193,0,31,.35)); pointer-events: none; }
.karte-pin svg { display: block; width: 100%; height: 100%; }
.karte-pin::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 18px; height: 6px; margin-left: -9px; border-radius: 50%; background: rgba(20,20,22,.25); filter: blur(2px); }
.karte-umkreis { position: absolute; left: 50%; top: 50%; width: 180px; height: 180px; margin: -90px 0 0 -90px; border-radius: 50%; z-index: 1; pointer-events: none;
  background: radial-gradient(circle, rgba(193,0,31,.22) 0%, rgba(193,0,31,.1) 55%, rgba(193,0,31,0) 70%); border: 2px solid rgba(193,0,31,.35); }
.karte-umkreis::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: #C1001F; box-shadow: 0 0 0 4px #fff; }
.karte figcaption { margin-top: 8px; font-size: 13px; color: var(--dezent); }
@media (max-width: 640px) { .karte-flaeche { height: 300px; } .karte-platzhalter { padding: 12px; } .karte-hinweis { padding: 14px 16px; } }

/* ---------- Kleine Deutschlandkarte im Überblick-Kasten (nur Desktop) ---------- */
.steckbrief-rahmen { position: relative; }
.deutschland { position: absolute; right: 28px; top: 24px; width: 196px; margin: 0; z-index: 1; pointer-events: none; }
.deutschland svg { display: block; width: 100%; height: auto; overflow: visible; }
.de-flaeche { fill: #fff; }
#de-raster circle { fill: #DCDCE2; }
.de-glut { opacity: .75; }
.de-rand { fill: none; stroke: #CFCFD6; stroke-width: 2; stroke-linejoin: round; }
.de-halo { fill: rgba(193,0,31,.16); transform-box: fill-box; transform-origin: center; animation: puls-halo 2.4s ease-out infinite; }
.de-punkt { fill: #C1001F; stroke: #fff; stroke-width: 5; }
@keyframes puls-halo { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.de-name { position: absolute; transform: translate(14px, -50%); padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--linie);
  font-size: 12px; font-weight: 700; white-space: nowrap; color: var(--tinte); }
.de-name.links { transform: translate(calc(-100% - 14px), -50%); }
@media (min-width: 1200px) { .steckbrief-rahmen:has(> .deutschland) > .steckbrief { padding-right: 270px; min-height: 310px; } }
@media (max-width: 1199px) { .deutschland { display: none; } }
@media (prefers-reduced-motion: reduce) { .de-halo { animation: none; } }

/* ---------- Aufklapp-Fragen ---------- */
details { border-bottom: 1px solid var(--linie); padding: 0; }
details:first-of-type { border-top: 1px solid var(--linie); }
summary { display: grid; grid-template-columns: 1fr 32px; gap: 12px; align-items: center; padding: 18px 0; cursor: pointer; font-size: 17px; font-weight: 700; letter-spacing: -.01em; color: var(--tinte); list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 32px; height: 32px; border-radius: 50%; background: var(--flaeche-2); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; color: var(--tinte); }
details[open] summary::after { content: "–"; }
summary:hover { color: var(--rot); }
details > :not(summary) { color: var(--text); font-size: 16px; line-height: 1.6; padding: 0 44px 20px 0; }
details p { margin: 0 0 12px; }
details > p:last-child { margin-bottom: 0; }

/* ---------- Rechner ---------- */
.rechner-kasten { margin: 28px 0 48px; padding: 28px; border-radius: var(--radius-panel); background: var(--flaeche-2); border: 1px solid var(--linie); display: flex; flex-direction: column; gap: 24px; }
.rechner-titel { font-size: clamp(20px, 2.2vw, 24px); }
.rechner-form { display: flex; flex-direction: column; gap: 18px; }
.rechner-felder { display: flex; flex-direction: column; gap: 24px; }
.rechner-eingaben { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 22px 32px; align-items: start; min-width: 0; }
.feld { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; border: 0; font-size: 14px; font-weight: 600; color: var(--leise); }
.feld legend { padding: 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--leise); }
.feld input[type="number"], .feld input[type="date"], .feld select { font: inherit; font-size: 16px; font-weight: 400; color: var(--tinte); min-height: 46px; padding: 0 14px; border: 1px solid var(--linie-stark); border-radius: var(--radius-feld); background: #fff; width: 100%; }
.feld.haken { flex-direction: row; align-items: center; gap: 10px; font-weight: 500; color: var(--tinte); font-size: 15px; }
.feld.haken input { width: 18px; height: 18px; accent-color: var(--rot); }

/* Umschalter (Verstoßart, innerorts/außerorts) */
.umschalter, .segment { display: flex; flex-wrap: wrap; gap: 4px; padding: 4px; background: var(--linie-leise); border-radius: var(--radius-karte); align-self: flex-start; }
.umschalter a, .segment label { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: var(--radius-feld);
  font-size: 14px; font-weight: 600; color: var(--leise); cursor: pointer; text-decoration: none !important; white-space: nowrap; transition: background var(--dauer) ease, color var(--dauer) ease; }
.umschalter a:hover, .segment label:hover { color: var(--tinte); }
.umschalter a.an, .segment input:checked + label { background: #fff; color: var(--tinte); box-shadow: 0 1px 3px rgba(20, 20, 22, .12); }
.segment input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.segment input:focus-visible + label { outline: 3px solid var(--rot); outline-offset: 2px; }
@media (max-width: 560px) { .umschalter-breit { align-self: stretch; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; } .umschalter-breit::-webkit-scrollbar { display: none; } }

/* Schieberegler */
.regler label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14px; font-weight: 700; color: var(--leise); }
.regler output { font-size: 17px; font-weight: 700; color: var(--tinte); white-space: nowrap; font-variant-numeric: tabular-nums; }
.regler input[type="range"] { width: 100%; accent-color: var(--rot); height: 28px; }
.regler-enden { display: flex; justify-content: space-between; font-size: 12px; color: var(--dezent); font-weight: 500; margin-top: -6px; }

/* Auswahlboxen */
.boxen { display: flex; flex-direction: column; gap: 6px; }
.boxen input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.boxen label { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 10px 14px; border-radius: var(--radius-feld); border: 1px solid var(--linie);
  background: #fff; font-size: 15px; font-weight: 500; color: var(--tinte); cursor: pointer; line-height: 1.35; }
.boxen label:hover { border-color: var(--blass); }
.boxen .ring { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #C6C6CD; flex-shrink: 0; box-sizing: border-box; }
.boxen input:checked + label { border-color: var(--rot); }
.boxen input:checked + label .ring { border: 5px solid var(--rot); }
.boxen input:focus-visible + label { outline: 3px solid var(--rot); outline-offset: 2px; }

.rechner-knopf { display: flex; flex-direction: column; gap: 10px; align-self: flex-end; width: min(100%, 360px); }
.rechner-knopf .knopf { width: 100%; }
.rechner-knopf small { font-size: 12px; color: var(--dezent); text-align: center; }

/* Ergebnis */
.ergebnis-block { display: flex; flex-direction: column; gap: 18px; margin: 0; }
.ergebnis-kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; }
.ergebnis-kopf h2 { font-size: clamp(20px, 2.2vw, 26px); }
.ergebnis-raster { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; }
@media (min-width: 720px) { .ergebnis-raster { grid-template-columns: 1fr 1fr; } }
.ergebnis-karte { display: flex; flex-direction: column; gap: 14px; padding: 22px; border-radius: var(--radius-karte); background: #fff; border: 1px solid var(--linie); }
.ergebnis-label { font-size: 12px; font-weight: 700; color: var(--leise); text-transform: uppercase; letter-spacing: .08em; }
.ergebnis-label.rot { color: var(--rot); }
.ergebnis-zahl { font-size: clamp(30px, 3.6vw, 44px); font-weight: 600; letter-spacing: -.03em; line-height: 1; color: var(--rot); font-variant-numeric: tabular-nums; }
.ergebnis-unter { font-size: 13px; color: var(--leise); margin-top: -10px; }
.ergebnis-zeilen { display: grid; grid-template-columns: 1fr auto; gap: 0 16px; margin: 0; font-size: 15px; }
.ergebnis-zeilen dt { color: var(--leise); padding: 10px 0; border-top: 1px solid var(--flaeche-3); }
.ergebnis-zeilen dd { margin: 0; padding: 10px 0; font-weight: 600; border-top: 1px solid var(--flaeche-3); text-align: right; }
.ergebnis-karte > p.meta { font-size: 13px; line-height: 1.5; }
.ergebnis-karte .chips { margin-top: auto; }
.ergebnis-einspruch strong { font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; letter-spacing: -.02em; line-height: 1.2; }
.haken-liste { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 15px; color: var(--text); }
.haken-liste li { margin: 0; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; line-height: 1.45; }
.haken-liste li::before { content: "✓"; color: var(--rot); font-weight: 700; }
.ergebnis-einspruch .knopf { margin-top: auto; width: 100%; }
.ergebnis-einspruch small { font-size: 12px; color: var(--dezent); text-align: center; }
.ergebnis-hoch { border-left: 6px solid var(--rot); }
.ergebnis-mittel { border-left: 6px solid var(--warn); }
.ergebnis-gering { border-left: 6px solid var(--leise); }
.pruef-link { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: var(--rot); white-space: nowrap; text-decoration: none !important; }
.pruef-link:hover { color: var(--tinte); }
table.mit-pruefung td:last-child { text-align: right; }
.werkzeug { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; margin: 28px 0; padding: 18px 24px; border-radius: var(--radius-karte); background: var(--flaeche-2); border: 1px solid var(--linie); max-width: 820px; }
.werkzeug p { margin: 0; max-width: 32rem; font-size: 15px; color: var(--text); }
.muster { max-width: 820px; padding: 20px 24px; border-radius: var(--radius-karte); background: var(--flaeche-2); border: 1px solid var(--linie); font: inherit; font-size: 15px; white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; color: var(--text); }
.ratgeber section > p, .ratgeber section > ul, .ratgeber section > ol, .prosa, .prosa p { max-width: 760px; }
.ratgeber section > p, .prosa p, article > section > p { color: var(--text); }
.geprueft { border-left: 3px solid var(--gruen); padding-left: 10px; }
.platzhalter, .hinweis-intern { border: 1px dashed #b58900; background: #fffbea; color: #5c4400; padding: 10px 14px; border-radius: var(--radius-tag); font-size: 14px; margin: 16px 0; }
.prosa img { max-width: 100%; height: auto; border-radius: var(--radius-karte); }
.prosa h2 { margin-top: 40px; } .prosa h3 { margin-top: 24px; } .prosa p, .prosa ul, .prosa ol { margin-top: 14px; }
.blaettern { display: flex; justify-content: center; align-items: center; gap: 24px; margin: 24px 0; font-size: 14px; color: var(--leise); }
.blaettern a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 10px; border: 1px solid var(--linie-stark); font-weight: 700; color: var(--tinte); }
.blaettern a:hover { border-color: var(--rot); color: var(--rot); }
.weiter h2 { font-size: 19px; }

/* ---------- Detailseite mit seitlicher Leiste (Messstelle) ---------- */
.detail-raster { display: grid; grid-template-columns: 1fr; gap: 40px 64px; align-items: start; }
.detail-raster > article { min-width: 0; }
.leiste { display: flex; flex-direction: column; gap: 12px; }
.leiste-kasten { border-radius: var(--radius-panel); background: var(--flaeche-2); border: 1px solid var(--linie); padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.leiste-kopf, .leiste-karte, .leiste-cta { background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-karte); }
.leiste-kopf { padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.leiste-kopf strong { font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.leiste-kopf p { font-size: 13px; color: var(--leise); line-height: 1.45; }
.leiste-schild { display: flex; align-items: center; gap: 20px; padding: 22px 22px 0; }
.leiste-schild div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.leiste-schild strong { font-size: 15px; font-weight: 600; }
.leiste-schild div span { font-size: 14px; color: var(--leise); }
.leiste-kasten dl { margin: 0; padding: 18px 22px 22px; display: grid; grid-template-columns: auto 1fr; gap: 11px 20px; font-size: 15px; line-height: 1.45; }
.leiste-schild + dl { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--linie); margin-inline: 22px; padding-inline: 0; }
.leiste-kasten dt { color: var(--leise); font-weight: 600; }
.leiste-kasten dd { margin: 0; font-weight: 600; min-width: 0; overflow-wrap: anywhere; }
.leiste-kasten dd a { text-decoration: none; }
.leiste-cta { padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.leiste-cta .knopf { width: 100%; }
.leiste-cta small { text-align: center; font-size: 12px; color: var(--leise); }
@media (min-width: 1000px) {
  .detail-raster { grid-template-columns: minmax(0, 1.55fr) minmax(320px, .9fr); }
  .detail-raster > article { grid-column: 1; grid-row: 1; }
  .leiste { grid-column: 2; grid-row: 1; position: sticky; top: 96px; }
}

/* ---------- Startseite ---------- */
.held { position: relative; width: 100%; aspect-ratio: 1.85; max-height: 720px; min-height: 560px; overflow: hidden; background: #EFEDEA; }
.held > picture, .held > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; display: block; }
.held-schatten { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 20, 22, .06) 0%, rgba(20, 20, 22, 0) 38%, rgba(20, 20, 22, .26) 74%, rgba(20, 20, 22, .58) 100%); }
.held-schatten::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 20, 22, .44) 0%, rgba(20, 20, 22, .14) 42%, rgba(20, 20, 22, 0) 62%); }
.held-innen { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 28px; max-width: var(--breite); margin: 0 auto; padding: 48px var(--rand) 28px; }
.held-text { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 16px; align-items: flex-start; color: #fff; text-shadow: 0 2px 18px rgba(20, 20, 22, .55); }
.held-text h1 { color: #fff; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -.03em; max-width: 17ch; }
.held-text h1 em { font-style: normal; position: relative; display: inline-block; white-space: nowrap; }
.held-text h1 em svg { position: absolute; left: -1%; width: 102%; bottom: -.18em; height: .3em; overflow: visible; }
.held-text h1 em path { stroke: var(--rot); stroke-width: 7; stroke-linecap: round; fill: none; stroke-dasharray: 1; stroke-dashoffset: 1; animation: zeichnen .8s cubic-bezier(.6, 0, .2, 1) .5s forwards; }
@keyframes zeichnen { to { stroke-dashoffset: 0; } }
.held-text p { font-size: clamp(16px, 1.4vw, 18px); line-height: 1.5; color: rgba(255, 255, 255, .88); max-width: 46ch; }
.held-text .knopf { min-height: 52px; padding: 0 26px; border-radius: 13px; font-size: 17px; margin-top: 6px; box-shadow: var(--schatten-cta); text-shadow: none; }
.held-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .22); }
.held-logos > span { font-size: 11px; font-weight: 700; color: rgba(255, 255, 255, .7); text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.held-logos div { display: flex; align-items: center; gap: 20px 36px; }
.held-logos img { height: 20px; width: auto; display: block; }
@media (max-width: 860px) {
  .held { aspect-ratio: auto; min-height: 0; max-height: none; }
  .held-innen { position: relative; inset: auto; padding: 56px var(--rand) 22px; gap: 20px; }
  .held > picture img { object-position: 38% 18%; }
  .held-text { align-items: stretch; gap: 14px; }
  .held-text h1 { font-size: clamp(30px, 8vw, 38px); max-width: none; }
  .held-text p { font-size: 15px; max-width: none; }
  .held-text .knopf { align-self: stretch; box-shadow: none; }
  .held-schatten { background: linear-gradient(180deg, rgba(20, 20, 22, 0) 26%, rgba(20, 20, 22, .5) 58%, rgba(20, 20, 22, .82) 100%); }
  .held-logos img { height: 15px; } .held-logos div { gap: 14px 18px; }
}
.abschnitt { padding: 80px 0 0; }
.abschnitt-kopf { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.abschnitt-kopf h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; max-width: 910px; }
.abschnitt-kopf p { color: var(--text); font-size: 18px; max-width: 640px; }
.abschnitt-grau { background: var(--flaeche-2); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); margin-top: 64px; padding: 72px 0 80px; }
.statistik { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 32px; margin-top: 40px; list-style: none; padding: 0; }
.statistik li { margin: 0; display: flex; flex-direction: column; gap: 20px; }
.statistik-karte { position: relative; overflow: hidden; flex: 1; border-radius: var(--radius-karte); background: rgba(245, 245, 247, .75); border: 1px solid rgba(255, 255, 255, .8); padding: 34px 26px; display: flex; align-items: center; justify-content: center; min-height: 230px; }
.statistik-karte::before { content: ""; position: absolute; right: -30%; top: -50%; width: 90%; padding-bottom: 90%; border-radius: 50%; background: radial-gradient(circle, rgba(247, 217, 221, .5) 0%, rgba(247, 217, 221, 0) 66%); animation: treiben 40s ease-in-out infinite reverse; }
.statistik-karte > div { position: relative; width: 100%; max-width: 280px; min-height: 150px; border-radius: var(--radius-tag); background: #fff; box-shadow: var(--schatten-karte); padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.statistik-label { font-size: 11px; font-weight: 700; color: var(--leise); text-transform: uppercase; letter-spacing: .1em; }
.statistik-zahl { font-size: 38px; line-height: 1; font-weight: 600; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.statistik-balken { height: 6px; border-radius: 2px; background: #EDEDF1; overflow: hidden; }
.statistik-balken span { display: block; height: 100%; background: var(--rot); border-radius: 2px; }
.statistik-punkt { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); font-weight: 600; }
.statistik-punkt::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gruen); }
.statistik li > strong { font-size: 17px; font-weight: 700; letter-spacing: -.015em; }
.statistik li > p { font-size: 15px; color: var(--text); margin-top: -14px; }
.panele { display: flex; flex-direction: column; gap: 72px; padding-top: 64px; }
.panel { display: flex; flex-direction: column; gap: 28px; }
.panel-bild { position: relative; border-radius: var(--radius-panel); background: var(--flaeche-4); min-height: 420px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.panel-bild.dunkel { background: var(--dunkel); color: #fff; }
.panel-bild img.voll { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panel-text { display: flex; flex-direction: column; gap: 14px; max-width: 640px; }
.panel-text h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; }
.panel-text p { color: var(--text); font-size: 18px; line-height: 1.55; }
.panel-text .pfeil-link { font-size: 17px; font-weight: 700; margin-top: 4px; }
.rechenbeispiel { width: 100%; max-width: 560px; display: flex; flex-direction: column; gap: 22px; }
.rechenbeispiel > div:first-child { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; font-size: 12px; font-weight: 700; color: #B8B8BE; text-transform: uppercase; letter-spacing: .12em; }
.kacheln-zahl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kacheln-zahl div { display: flex; flex-direction: column; gap: 4px; padding: 18px; border-radius: var(--radius-tag); background: #fff; border: 1px solid var(--linie); color: var(--tinte); }
.kacheln-zahl span { font-size: 12px; color: var(--leise); font-weight: 700; }
.kacheln-zahl strong { font-size: clamp(26px, 4vw, 40px); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }
.rechenbeispiel .statistik-balken { background: rgba(255, 255, 255, .12); border-radius: 999px; }
.panel-suche { position: relative; width: 100%; max-width: 620px; z-index: 1; }
.panel-suche .suche label { color: rgba(255, 255, 255, .8); }
.anwalt-bild { position: absolute; right: 6%; bottom: 0; height: 100%; width: auto; max-width: 48%; object-fit: contain; object-position: bottom; }
.panel-bild .panel-inhalt { position: relative; align-self: center; max-width: 46%; margin-right: auto; padding: 8px 0 8px 16px; display: flex; flex-direction: column; gap: 14px; }
.panel-inhalt h3 { font-size: clamp(22px, 2.4vw, 26px); }
.panel-inhalt ol { padding-left: 1.2em; color: var(--text); }
@media (max-width: 760px) { .panel-bild { min-height: 0; padding: 28px 20px; } .anwalt-bild { position: static; max-width: 60%; margin: 0 auto; } .panel-bild .panel-inhalt { max-width: none; padding: 0; } .panel-bild:has(.anwalt-bild) { flex-direction: column; gap: 20px; } }
.bildband { position: relative; width: 100%; margin-top: 96px; aspect-ratio: 2.6; min-height: 440px; max-height: 640px; overflow: hidden; background: #EFEDEA; }
.bildband > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 0% 50%; }
.bildband-innen { position: absolute; inset: 0; display: flex; align-items: center; padding: 32px; }
.bildband-karte { max-width: 400px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; padding: 36px; border-radius: var(--radius-karte); background: #fff; box-shadow: 0 40px 90px -50px rgba(20, 20, 22, .55); }
.bildband-karte p { font-size: 16px; line-height: 1.6; color: var(--text); }
@media (max-width: 860px) { .bildband { aspect-ratio: auto; max-height: none; min-height: 0; display: flex; flex-direction: column; margin-top: 72px; }
  .bildband > img { position: relative; aspect-ratio: 1.4; object-position: 58% 50%; } .bildband-innen { position: relative; inset: auto; padding: 0 20px; margin-top: -40px; } .bildband-karte { max-width: none; padding: 26px 22px; } }
.faq-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 36px; padding-top: 96px; }
.faq-raster h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; }
.faq-raster summary { font-size: 19px; padding: 22px 0; }
.endkarte { position: relative; margin: 96px 0; border-radius: var(--radius-panel); background: var(--dunkel); color: #fff; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px 24px; }
.endkarte img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; opacity: .8; }
.endkarte::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 20, 22, 0) 30%, rgba(20, 20, 22, .92) 100%); }
.endkarte > div { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; max-width: 600px; }
.endkarte h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; }
.endkarte p { font-size: 18px; color: #E0E0E5; }
.endkarte .knopf { align-self: flex-start; background: #fff; color: var(--tinte); border-radius: 13px; font-size: 17px; }
.endkarte .knopf:hover { background: var(--rot); color: #fff; }
.start-liste { padding-top: 64px; }
.start-liste .stellen { margin-top: 20px; }

/* ---------- Fußzeile ---------- */
.fuss { background: var(--dunkel); color: #fff; margin-top: auto; }
.fuss-spalten { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; padding-top: 56px; padding-bottom: 32px; }
.fuss strong { display: block; font-size: 12px; font-weight: 700; color: var(--dezent); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.fuss .logo { color: #fff; font-size: 18px; margin-bottom: 12px; }
.fuss p { font-size: 14px; line-height: 1.55; color: #B8B8BE; }
.fuss p a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .3); text-underline-offset: 3px; }
.fuss p a:hover { color: #fff; text-decoration-color: currentColor; }
.fuss ul { list-style: none; padding: 0; margin: 0; }
.fuss li { margin: 0; }
.fuss li a { min-height: 32px; display: flex; align-items: center; font-weight: 600; font-size: 15px; color: #fff; text-decoration: none; }
.fuss li a:hover { color: var(--rot-hell); }
.fuss-hotline { display: block; font-size: 24px; font-weight: 700; letter-spacing: -.02em; color: #fff; margin: 4px 0 8px; }
.fuss-hotline:hover { color: var(--rot-hell); }
.fuss .knopf { align-self: flex-start; margin-top: 12px; }
.fuss-unten { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: var(--dezent); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.fuss-unten a { color: var(--dezent); }
.einwilligung { position: fixed; inset: auto 16px 16px 16px; max-width: 30rem; background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-panel); padding: 20px; box-shadow: var(--schatten-panel); z-index: 45; }
.einwilligung p { margin-bottom: 12px; }

/* ---------- Mega-Menue in der Kopfzeile ---------- */
.kopf-pille { position: relative; }
.nav ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav li { margin: 0; }
.mega { position: absolute; left: 0; right: 0; top: 100%; padding-top: 10px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease .15s, transform .18s ease .15s, visibility 0s linear .33s; }
.nav li.hat-menue:hover .mega, .nav li.hat-menue:focus-within .mega { opacity: 1; visibility: visible; transform: none;
  transition: opacity .18s ease, transform .18s ease, visibility 0s; }
/* Unsichtbare Brücke vom Menüpunkt bis zum aufgeklappten Feld: Die Maus verliert unterwegs das Hover nicht */
.nav li.hat-menue > a { position: relative; }
.nav li.hat-menue > a::after { content: ""; position: absolute; left: -12px; right: -12px; top: 100%; height: 24px; }
.mega-innen { background: #fff; border: 1px solid var(--linie-leise); border-radius: var(--radius-karte); box-shadow: var(--schatten-panel);
  padding: 28px 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 40px; }
.mega-innen > div { display: flex; flex-direction: column; gap: 10px; }
.mega-titel { font-size: 12px; font-weight: 700; color: var(--dezent); text-transform: uppercase; letter-spacing: .1em; }
.mega-innen a { display: flex; align-items: center; gap: 12px; padding: 8px; margin: -8px; border-radius: var(--radius-tag); color: var(--tinte); }
.mega-innen a:hover { background: var(--flaeche-2); color: var(--tinte); }
.mega-zeichen { width: 40px; height: 40px; border-radius: 6px; border: 1px solid var(--linie); background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--leise); }
.mega-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.mega-text strong { font-size: 15px; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; }
.mega-text small { font-size: 13px; color: var(--dezent); line-height: 1.35; }
@media (max-width: 999px) { .mega { display: none; } }

/* Mobilmenue mit aufklappbaren Bereichen */
.menue-liste { flex: 1; overflow-y: auto; padding: 8px 20px 24px; }
.menue-liste details { border-bottom: 1px solid var(--flaeche-3); padding: 0; }
.menue-liste details:first-of-type { border-top: 0; }
.menue-liste summary { padding: 14px 4px; font-size: 17px; font-weight: 600; grid-template-columns: 1fr 28px; text-align: left; }
.menue-liste summary::after { width: 28px; height: 28px; font-size: 18px; }
.menue-zeile { display: flex; align-items: center; min-height: 52px; padding: 0 4px; border-bottom: 1px solid var(--flaeche-3); font-weight: 600; font-size: 17px; color: var(--tinte); }
.menue-unter { display: flex; flex-direction: column; gap: 2px; padding: 0 0 14px; }
.menue-unter a { display: flex; align-items: center; justify-content: flex-start; gap: 12px; min-height: 48px; padding: 6px 8px; border-radius: 8px; color: var(--tinte); text-align: left; }
.menue-unter a:hover { background: var(--flaeche-2); }
.menue-unter .mega-zeichen { width: 34px; height: 34px; }
.menue-unter .mega-text strong { font-size: 15px; font-weight: 500; }
.menue-unter .mega-text small { font-size: 12px; }

/* ---------- Erfolgsaussicht-Skala, Pruefpunkte, Sterne ---------- */
.skala { display: flex; flex-direction: column; gap: 8px; }
.skala-balken { position: relative; height: 6px; border-radius: 3px; background: linear-gradient(90deg, #E1E1E6 0%, var(--rot-rand) 50%, var(--rot) 100%); }
.skala-balken span { position: absolute; top: 50%; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: #fff; border: 4px solid var(--rot); box-shadow: 0 2px 6px rgba(20, 20, 22, .2); }
.skala-stufen { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: var(--dezent); font-weight: 600; }
.skala-stufen .an { color: var(--tinte); font-weight: 700; }
.pruefliste { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--linie); }
.pruefliste li { display: grid; grid-template-columns: 5px 1fr; gap: 14px; align-items: start; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--linie); font-size: 16px; line-height: 1.5; color: var(--text); }
.pruefliste li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rot); margin-top: 10px; }
.h2-zeichen { width: 40px; height: 40px; border-radius: 5px; border: 1px solid var(--linie); background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--leise); margin-right: 12px; vertical-align: middle; }
.sterne { display: inline-flex; gap: 1px; color: #F5B400; }
.sterne svg { width: 13px; height: 13px; display: block; }
.bewertung { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 8px; font-size: 12px; color: var(--leise); }
.bewertung strong { color: var(--tinte); font-weight: 700; }
.schild-zeichen .icon { width: 34px; height: 34px; color: var(--tinte); }
.cta-zeile i .icon-klein { width: 16px; height: 16px; }
.leiste-kopf .skala { margin: 2px 0 4px; }
.stellen .schild-leer { display: flex; align-items: center; justify-content: center; color: var(--blass); }
.stellen .schild-leer .icon { width: 16px; height: 16px; }
.hotline .icon-klein, .fuss-hotline .icon-klein { margin-right: 6px; }
.knopf .icon-klein { width: 16px; height: 16px; }

/* Drei Wertekacheln (Bußgeld, Punkte, Fahrverbot) */
.werte-kacheln { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 20px 0 14px; }
.werte-kacheln div { display: flex; flex-direction: column; gap: 4px; padding: 18px; border-radius: var(--radius-tag); background: #fff; border: 1px solid var(--linie); }
.werte-kacheln span { font-size: 12px; color: var(--leise); font-weight: 700; }
.werte-kacheln strong { font-size: clamp(20px, 2.2vw, 26px); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) { .werte-kacheln { gap: 6px; } .werte-kacheln div { padding: 12px 10px; } }

/* ---------- Tabellen auf schmalen Bildschirmen: je Zeile eine Karte ---------- */
@media (max-width: 760px) {
  .tabelle-karten { border: 0; overflow: visible; }
  .tabelle-karten table { display: block; font-size: 15px; }
  .tabelle-karten thead { display: none; }
  .tabelle-karten tbody { display: flex; flex-direction: column; gap: 10px; }
  .tabelle-karten tr { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; padding: 16px; border: 1px solid var(--linie-leise); border-radius: var(--radius-karte); background: #fff; }
  .tabelle-karten td { display: block; border: 0; padding: 0; }
  .tabelle-karten td[data-spalte="haupt"] { grid-column: 1; font-size: 16px; font-weight: 700; line-height: 1.3; align-self: start; }
  .tabelle-karten td[data-spalte="betrag"] { grid-column: 2; grid-row: 1; font-size: 20px; font-weight: 700; text-align: right; letter-spacing: -.02em; align-self: start; }
  .tabelle-karten td[data-spalte="wert"] { grid-column: 2; justify-self: end; display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 10px; border-radius: 999px; background: var(--flaeche-2); font-size: 12px; font-weight: 600; color: var(--text); white-space: nowrap; }
  .tabelle-karten td[data-spalte="wert"]::before { content: attr(data-label); color: var(--leise); font-weight: 400; }
  .tabelle-karten td[data-spalte="wert"]:empty { display: none; }
  .tabelle-karten td[data-spalte="pruefung"] { grid-column: 1 / -1; padding-top: 6px; text-align: left; }
  .tabelle-karten td[data-spalte="pruefung"] .pruef-link { font-size: 15px; font-weight: 600; }
  .tabelle-karten caption { display: none; }
}

/* Dieselbe Karten-Darstellung, wenn der Abschnitt schmal ist – etwa neben der Leiste auf Laptops */
.inhalt-bereich section:has(> .tabelle-karten) { container: tabelle / inline-size; }
@container tabelle (max-width: 700px) {
  .tabelle-karten { border: 0; overflow: visible; border-radius: 0; background: none; }
  .tabelle-karten table { display: block; font-size: 15px; }
  .tabelle-karten thead { display: none; }
  .tabelle-karten tbody { display: flex; flex-direction: column; gap: 10px; }
  .tabelle-karten tr { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; padding: 16px; border: 1px solid var(--linie-leise); border-radius: var(--radius-karte); background: #fff; }
  .tabelle-karten td { display: block; border: 0; padding: 0; }
  .tabelle-karten td[data-spalte="haupt"] { grid-column: 1; font-size: 16px; font-weight: 700; line-height: 1.3; align-self: start; }
  .tabelle-karten td[data-spalte="betrag"] { grid-column: 2; grid-row: 1; font-size: 20px; font-weight: 700; text-align: right; letter-spacing: -.02em; align-self: start; }
  .tabelle-karten td[data-spalte="wert"] { grid-column: 2; justify-self: end; display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 10px; border-radius: 999px; background: var(--flaeche-2); font-size: 12px; font-weight: 600; color: var(--text); white-space: nowrap; }
  .tabelle-karten td[data-spalte="wert"]::before { content: attr(data-label); color: var(--leise); font-weight: 400; }
  .tabelle-karten td[data-spalte="wert"]:empty { display: none; }
  .tabelle-karten td[data-spalte="pruefung"] { grid-column: 1 / -1; padding-top: 6px; text-align: left; }
  .tabelle-karten td[data-spalte="pruefung"] .pruef-link { font-size: 15px; font-weight: 600; }
  .tabelle-karten caption { display: none; }

  .tabelle-karten td[data-spalte="wert"] { grid-column: 1 / -1; justify-self: end; flex-wrap: wrap; justify-content: flex-end; white-space: normal; text-align: right; max-width: 100%; }
  .tabelle-karten td[data-spalte="wert"] small { font-weight: 500; color: var(--leise); }
  .tabelle-karten td[data-spalte="haupt"] { white-space: nowrap; }
}

/* ---------- Zahlenleiste am Anfang des Inhalts ---------- */
.zahlenleiste { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; margin: 0 0 44px;
  background: var(--linie); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.zahlenleiste > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 4px; padding: 16px 20px; background: var(--flaeche); min-width: 0; }
.zahlenleiste > div:first-child { padding-left: 0; }
.zahlenleiste dd { margin: 0; font-size: clamp(17px, 1.5vw, 20px); font-weight: 600; letter-spacing: -.02em; line-height: 1.15;
  color: var(--tinte); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.zahlenleiste dt { font-size: 13px; color: var(--leise); }
.zahlenleiste > div:has(.zl-zeichen) { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; row-gap: 2px; align-items: center; align-content: start; }
.zahlenleiste > div:has(.zl-zeichen) dt { display: contents; }
.zahlenleiste .zl-zeichen { grid-row: 1 / 3; grid-column: 1; width: 40px; height: 40px; border-radius: 7px; border: 1px solid #E4E4E8; background: #fff;
  display: flex; align-items: center; justify-content: center; color: #6C6C73; }
.zahlenleiste .zl-zeichen .icon { width: 20px; height: 20px; }
.zahlenleiste > div:has(.zl-zeichen) dd { grid-row: 1; grid-column: 2; align-self: end; }
.zahlenleiste > div:has(.zl-zeichen) dt > span:last-child { grid-row: 2; grid-column: 2; align-self: start; }
@media (max-width: 640px) {
  .zahlenleiste { grid-template-columns: 1fr 1fr; margin-bottom: 32px; }
  .zahlenleiste > div { padding: 12px 14px; }
  .zahlenleiste dd { font-size: 16px; } .zahlenleiste dt { font-size: 12px; }
  .zahlenleiste .zl-zeichen { width: 34px; height: 34px; } .zahlenleiste > div:has(.zl-zeichen) { column-gap: 10px; }
  .zahlenleiste > div:nth-child(odd) { padding-left: 0; }
  .zahlenleiste > div:last-child:nth-child(odd) { grid-column: span 2; }
}

/* ========== Startseite nach Entwurf ========== */
body.start .inhalt-bereich { display: none; }
.d-rahmen { max-width: 1312px; margin: 0 auto; padding-left: 32px; padding-right: 32px; width: 100%; }
.d-rahmen-schmal { max-width: 1312px; width: 100%; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.d-h2 { margin: 0; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; font-weight: 600; text-wrap: balance; }
.d-oberzeile { font-size: 12px; font-weight: 700; color: #C1001F; text-transform: uppercase; letter-spacing: .12em; }
.d-etikett { font-size: 11px; font-weight: 700; color: #6C6C73; text-transform: uppercase; letter-spacing: .1em; }
.d-zeichen { width: 34px; height: 34px; border-radius: 4px; background: #F5F5F7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.d-stat-kopf { display: flex; align-items: center; gap: 10px; }
.d-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-weight: 700; font-size: 17px; color: #C1001F; text-decoration: none !important; }
.d-link:hover { color: #1A1A1A; }
.d-knopf { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 13px; background: #C1001F; color: #fff; font-weight: 700; font-size: 16px; white-space: nowrap; text-decoration: none !important; }
.d-knopf:hover { background: #A40019; color: #fff; }
.d-knopf-weiss { display: inline-flex; align-self: flex-start; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 13px; background: #fff; color: #1A1A1A; font-weight: 700; font-size: 17px; text-decoration: none !important; }
.d-knopf-weiss:hover { background: #C1001F; color: #fff; }

/* Titelbild */
.d-held { position: relative; width: 100%; aspect-ratio: 1.85; max-height: 720px; min-height: 560px; overflow: hidden; background: #EFEDEA; }
.d-held picture { position: absolute; inset: 0; display: block; }
.d-held-bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; transform: scaleX(-1); }
.d-held-schatten { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,22,.06) 0%, rgba(20,20,22,0) 38%, rgba(20,20,22,.26) 74%, rgba(20,20,22,.58) 100%); }
.d-held-verlauf { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,22,.44) 0%, rgba(20,20,22,.14) 42%, rgba(20,20,22,0) 62%); }
.d-held-innen { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 28px; max-width: 1312px; margin: 0 auto; padding: 96px 32px 28px; }
.d-held-text { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 16px; align-items: flex-start; color: #fff; text-shadow: 0 2px 18px rgba(20,20,22,.55); }
.d-held-text h1 { margin: 0; color: #fff; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -.03em; font-weight: 600; max-width: 17ch; text-wrap: balance; }
.d-strich { position: relative; display: inline-block; white-space: nowrap; }
.d-strich svg { position: absolute; left: -1%; width: 102%; bottom: -.18em; height: .3em; overflow: visible; }
.d-strich path { fill: none; stroke: #C1001F; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: zeichnen .8s cubic-bezier(.6,0,.2,1) .5s forwards; }
.d-held-text p { margin: 0; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.5; color: rgba(255,255,255,.88); max-width: 46ch; text-wrap: pretty; }
.d-held-knopf { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 52px; padding: 0 26px; border-radius: 13px;
  background: #C1001F; color: #fff; font-weight: 700; font-size: 17px; margin-top: 6px; white-space: nowrap; box-shadow: 0 14px 30px -14px rgba(193,0,31,.7); text-shadow: none; text-decoration: none !important; }
.d-held-knopf:hover { background: #A40019; color: #fff; }
.d-held-knopf span { position: relative; }
.d-held-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); }
.d-held-logos > span { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.d-held-logos > div:nth-child(2) { display: flex; flex-wrap: nowrap; align-items: center; gap: 20px 36px; }
.d-held-logos img { width: auto; display: block; flex-shrink: 0; }
.d-held-wertung { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.d-sterne-hell { display: flex; gap: 3px; }
.d-held-wertung strong { font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap; }
.d-held-wertung small { font-size: 12px; color: rgba(255,255,255,.7); white-space: nowrap; }
@media (max-width: 860px) {
  .d-held { aspect-ratio: auto; min-height: 0; max-height: none; height: auto; }
  .d-held-bild { object-position: 38% 18%; }
  .d-held-schatten { background: linear-gradient(180deg, rgba(20,20,22,0) 26%, rgba(20,20,22,.5) 58%, rgba(20,20,22,.82) 100%); }
  .d-held-innen { position: relative; inset: auto; padding: 150px 20px 22px; gap: 20px; }
  .d-held-text { align-items: stretch; gap: 14px; }
  .d-held-text h1 { max-width: none; font-size: clamp(30px, 8vw, 38px); }
  .d-held-text p { max-width: none; font-size: 15px; line-height: 1.45; }
  .d-held-knopf { align-self: stretch; min-height: 50px; font-size: 16px; margin-top: 4px; box-shadow: none; }
  .d-held-logos { display: grid; grid-template-columns: 1fr; grid-template-areas: "label" "logos" "wertung"; align-items: center; gap: 12px; padding-top: 16px; }
  .d-held-logos > span { grid-area: label; }
  .d-held-logos > div:nth-child(2) { grid-area: logos; gap: 14px 18px; }
  .d-held-logos > div:nth-child(2) img { height: 15px !important; }
  .d-held-wertung { grid-area: wertung; margin-left: 0; justify-self: start; gap: 6px; flex-wrap: nowrap; }
  .d-held-wertung svg { width: 13px; height: 13px; }
}

/* Kennzahlen */
.d-kennzahlen { border-top: 1px solid #E4E4E8; background: #fff; }
.d-kennzahlen-kopf { position: relative; padding-top: 80px; padding-bottom: 24px; display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.d-statistik { position: relative; padding-top: 24px; padding-bottom: 88px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 32px; align-items: stretch; }
.d-stat { display: flex; flex-direction: column; gap: 20px; height: 100%; }
.d-glas { position: relative; overflow: hidden; flex: 1; border-radius: 9px; background: rgba(245,245,247,.75); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.8); padding: 34px 26px; display: flex; align-items: center; justify-content: center; min-height: 230px; }
.d-wolke { position: absolute; border-radius: 50%; pointer-events: none; }
.d-wolke-a { right: -30%; top: -50%; width: 90%; padding-bottom: 90%; background: radial-gradient(circle, rgba(247,217,221,.5) 0%, rgba(247,217,221,0) 66%); animation: treiben 40s ease-in-out infinite reverse; }
.d-wolke-b { left: -25%; bottom: -55%; width: 80%; padding-bottom: 80%; background: radial-gradient(circle, rgba(247,217,221,.35) 0%, rgba(247,217,221,0) 66%); animation: treiben 46s ease-in-out infinite 4s; }
.d-stat-karte { position: relative; width: 100%; max-width: 280px; min-height: 150px; border-radius: 7px; background: #fff; box-shadow: 0 18px 40px -26px rgba(20,20,22,.4); padding: 20px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.d-stat-zahl { font-size: 38px; line-height: 1; font-weight: 600; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.d-balken { height: 6px; border-radius: 2px; background: #EDEDF1; overflow: hidden; display: block; }
.d-balken span { display: block; height: 100%; background: #C1001F; border-radius: 2px; }
.d-gruen { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4A4A50; font-weight: 600; }
.d-gruen::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #2FBF71; flex-shrink: 0; }
.d-sterne-klein { display: flex; align-items: center; gap: 3px; }
.d-sterne-klein b { font-size: 12px; font-weight: 700; color: #6C6C73; margin-left: 4px; }
.d-stat-text { display: flex; flex-direction: column; gap: 6px; min-height: 96px; }
.d-stat-text strong { font-size: 17px; font-weight: 700; letter-spacing: -.015em; }
.d-stat-text p { margin: 0; font-size: 15px; line-height: 1.5; color: #4A4A50; }
@media (max-width: 900px) { .d-statistik { gap: 28px; } }

/* Schaubild */
.d-schaubild { width: 100%; margin-top: 64px; background: #F5F5F7; border-top: 1px solid #E4E4E8; border-bottom: 1px solid #E4E4E8; }
.d-schaubild-innen { position: relative; padding-top: 72px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 40px; }
.d-schaubild-kopf { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px 48px; align-items: end; }
.d-schaubild-kopf > div { display: flex; flex-direction: column; gap: 10px; }
.d-schaubild-kopf p { margin: 0; color: #4A4A50; font-size: 17px; max-width: 520px; justify-self: end; }
.d-fluss { display: grid; grid-template-columns: minmax(0,1fr) 56px auto 56px minmax(0,1.15fr); gap: 24px; align-items: center; }
.d-fluss-eingaben { display: flex; flex-direction: column; gap: 10px; }
.d-eingabe { border-radius: 7px; background: #fff; box-shadow: 0 18px 40px -26px rgba(20,20,22,.4); padding: 14px 18px; display: flex; flex-direction: column; gap: 8px; }
.d-eingabe-titel { font-size: 20px; font-weight: 600; letter-spacing: -.025em; line-height: 1.1; }
.d-eingabe-unter { font-size: 13px; color: #4A4A50; line-height: 1.4; }
.d-fluss-pfeil { display: flex; align-items: center; justify-content: center; }
.d-fluss-mitte { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.d-logo-kreis { width: 128px; height: 128px; border-radius: 50%; background: #fff; box-shadow: 0 24px 50px -28px rgba(20,20,22,.45); display: flex; align-items: center; justify-content: center; }
.d-ergebnis { border-radius: 7px; background: #fff; box-shadow: 0 18px 40px -26px rgba(20,20,22,.4); padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.d-ergebnis-titel { font-size: clamp(26px, 2.6vw, 32px); line-height: 1.05; font-weight: 600; letter-spacing: -.03em; text-wrap: balance; }
.d-ergebnis-skala { display: flex; flex-direction: column; gap: 8px; }
.d-skala { position: relative; display: block; height: 6px; border-radius: 2px; background: linear-gradient(90deg, #E1E1E6 0%, #F3C9D1 50%, #C1001F 100%); }
.d-skala span { position: absolute; top: 50%; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: #fff; border: 4px solid #C1001F; box-shadow: 0 2px 6px rgba(20,20,22,.2); }
.d-skala-stufen { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; }
.d-skala-stufen span { color: #8E8E95; font-weight: 600; }
.d-skala-stufen .an { color: #C1001F; font-weight: 700; }
.d-ergebnis-punkte { display: flex; flex-direction: column; gap: 8px; padding-top: 4px; border-top: 1px solid #EDEDF1; }
.d-ergebnis-punkte span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #4A4A50; font-weight: 600; }
.d-ergebnis-punkte svg { flex-shrink: 0; }
@media (max-width: 960px) { .d-fluss { grid-template-columns: 1fr; } .d-fluss-pfeil svg { transform: rotate(90deg); } }

/* Tafeln */
.d-tafeln { padding-top: 48px; display: flex; flex-direction: column; gap: 72px; }
.d-tafel { display: flex; flex-direction: column; gap: 28px; }
.d-tafel-bild { position: relative; border-radius: 11px; min-height: 420px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.d-tafel-grau { background: #F0F0F2; }
.d-tafel-dunkel { background: #1A1A1A; color: #fff; }
.d-tafel-text { display: flex; flex-direction: column; gap: 14px; max-width: 640px; }
.d-tafel-text p { margin: 0; color: #4A4A50; font-size: 18px; line-height: 1.55; text-wrap: pretty; }
.d-tafel-foto { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.d-tafel-person { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 96%; width: auto; max-width: 92%; object-fit: contain; object-position: bottom; }
.d-telefon { width: 100%; max-width: 380px; background: #1A1A1A; border-radius: 18px 18px 0 0; padding: 10px 10px 0; box-shadow: 0 40px 80px -30px rgba(20,20,22,.5); }
.d-telefon-schirm { background: #fff; border-radius: 14px 14px 0 0; padding: 24px 20px 28px; display: flex; flex-direction: column; gap: 18px; }
.d-fall-kopf { display: flex; justify-content: space-between; align-items: center; }
.d-fall-kopf > div { display: flex; flex-direction: column; }
.d-fall-etikett { font-size: 12px; font-weight: 700; color: #8E8E95; text-transform: uppercase; letter-spacing: .08em; }
.d-fall-nummer { font-size: 18px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.d-fall-status { padding: 6px 12px; border-radius: 999px; background: #FDECEE; color: #C1001F; font-size: 12px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }
.d-schritte { display: flex; flex-direction: column; }
.d-schritt { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; }
.d-schritt + .d-schritt { border-top: 1px solid #ECECEF; }
.d-schritt > span:nth-child(2) { font-weight: 700; font-size: 15px; }
.d-schritt small { font-size: 12px; color: #8E8E95; font-weight: 600; }
.d-schritt small.rot { color: #C1001F; font-weight: 700; }
.d-schritt-offen { opacity: .45; }
.d-kreis { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.d-kreis-fertig { background: #1A1A1A; color: #fff; }
.d-kreis-laeuft { background: #C1001F; }
.d-kreis-offen { border: 2px solid #DADADF; }
.d-puls { width: 10px; height: 10px; border-radius: 50%; background: #fff; animation: pulsieren 1.4s ease-in-out infinite; }
@keyframes pulsieren { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.75); } }
.d-suchkarte-rahmen { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: center; }
.d-suchkarte { width: 100%; max-width: 520px; background: #fff; border-radius: 7px; padding: 12px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); color: #1A1A1A; }
.d-suchfeld { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 16px; border-radius: 5px; background: #F5F5F7; }
.d-suchfeld input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: inherit; font-weight: 700; font-size: 16px; color: #1A1A1A; }
.d-suchfeld input::placeholder { color: #1A1A1A; opacity: 1; }
.d-suchfeld input:focus::placeholder { color: #8E8E95; }
.d-cursor { width: 2px; height: 20px; background: #C1001F; animation: blinken 1.1s steps(1) infinite; }
.d-suchfeld input:focus + .d-cursor { display: none; }
@keyframes blinken { 50% { opacity: 0; } }
.d-suchtreffer { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 16px; align-items: center; }
.d-suchtreffer strong { display: block; font-weight: 700; font-size: 15px; }
.d-suchtreffer small { display: block; font-size: 13px; color: #6C6C73; }
.d-suchtreffer > span { font-weight: 700; color: #C1001F; }
.d-rechenbeispiel { width: 100%; max-width: 560px; display: flex; flex-direction: column; gap: 22px; }
.d-rechen-kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.d-rechen-kopf span:first-child { font-size: 12px; font-weight: 700; color: #B8B8BE; text-transform: uppercase; letter-spacing: .12em; }
.d-rechen-kopf span:last-child { font-size: 13px; color: #B8B8BE; font-weight: 700; }
.d-rechen-kacheln { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.d-rechen-kacheln div { display: flex; flex-direction: column; gap: 4px; padding: 18px; border-radius: 7px; background: #fff; border: 1px solid #E4E4E8; color: #1A1A1A; }
.d-rechen-kacheln span { font-size: 12px; color: #6C6C73; font-weight: 700; }
.d-rechen-kacheln strong { font-size: clamp(26px, 4vw, 40px); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }

/* Bildband */
.d-band { position: relative; width: 100%; margin-top: 96px; aspect-ratio: 2.6; min-height: 440px; max-height: 640px; overflow: hidden; background: #EFEDEA; }
.d-band-bild { position: absolute; inset: 0; }
.d-band-bild img { width: 100%; height: 100%; object-fit: cover; object-position: 0% 50%; display: block; }
.d-band-schleier { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(20,20,22,0) 40%, rgba(20,20,22,.22) 100%); pointer-events: none; }
.d-band-ebene { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 32px; }
.d-band-breite { width: 100%; max-width: 1312px; display: flex; justify-content: flex-start; }
.d-band-karte { max-width: 400px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; padding: 36px; border-radius: 9px; background: #fff; box-shadow: 0 40px 90px -50px rgba(20,20,22,.55); }
.d-band-karte h2 { margin: 0; font-size: clamp(22px, 2.4vw, 26px); line-height: 1.2; letter-spacing: -.02em; font-weight: 600; text-wrap: balance; }
.d-band-karte p { margin: 0; font-size: 16px; line-height: 1.6; color: #4A4A50; }
@media (min-width: 861px) and (max-width: 1100px) { .d-band-karte { max-width: 300px; padding: 26px; } }
@media (max-width: 860px) {
  .d-band { aspect-ratio: auto; max-height: none; min-height: 0; display: flex; flex-direction: column; margin-top: 72px; overflow: visible; background: none; }
  .d-band-bild { position: relative; inset: auto; aspect-ratio: 1.4; }
  .d-band-bild img { object-position: 58% 50%; }
  .d-band-schleier { display: none; }
  .d-band-ebene { position: relative; inset: auto; padding: 0 20px; margin-top: -40px; }
  .d-band-karte { max-width: none; padding: 26px 22px; }
}

/* Kundenmeinungen */
.d-meinungen { width: 100%; margin-top: 96px; }
.d-meinungen-innen { position: relative; padding-top: 80px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 40px; }
.d-meinungen-kopf { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.d-meinungen-kopf p { margin: 0; color: #4A4A50; font-size: 18px; line-height: 1.55; max-width: 640px; }
.d-wertung-chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; background: #F5F5F7; font-size: 14px; font-weight: 700; color: #1A1A1A; }
.d-sterne-reihe { display: flex; gap: 2px; }
.d-meinungen-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 32px; align-items: stretch; }
.d-meinung { margin: 0; display: flex; flex-direction: column; gap: 20px; height: 100%; }
.d-meinung-karte { margin: 0; flex: 1; padding: 28px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 16px; min-height: 0; }
.d-meinung-kopf { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.d-quelle { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; color: #4A4A50; }
.d-meinung-karte p { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.45; letter-spacing: -.01em; color: #1A1A1A; text-wrap: pretty; }
.d-meinung-person { display: flex; align-items: center; gap: 12px; }
.d-kuerzel { width: 40px; height: 40px; border-radius: 50%; background: #F5F5F7; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #C1001F; flex-shrink: 0; }
.d-meinung-person > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.d-meinung-person strong { font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.d-meinung-person small { font-size: 13px; color: #6C6C73; }

/* Häufige Fragen */

/* Endkarte */

@media (max-width: 760px) { .d-rahmen { padding-left: 20px; padding-right: 20px; } }
@media (prefers-reduced-motion: reduce) { .d-wolke, .d-puls, .d-cursor { animation: none !important; } }

.mobil-cta-wertung { display: flex; align-items: center; gap: 4px; color: var(--leise); }
.mobil-cta-wertung .sterne svg { width: 13px; height: 13px; }

/* ---------- Abstände unter Zwischenüberschriften ---------- */
.inhalt-bereich section > * + *, .inhalt-bereich article > .einleitung + *, .kasten > * + * { margin-top: 16px; }
.inhalt-bereich section > details + details { margin-top: 0; }
.inhalt-bereich h2 + *, .kasten h2 + * { margin-top: 20px; }
.inhalt-bereich h3 + * { margin-top: 12px; }
.inhalt-bereich section > h3 { margin-top: 32px; }
.ergebnis-kopf h2 + *, .rechner-form > h2 + * { margin-top: 0; }

/* ---------- Übersichtskarten (Ratgeber, Rechner, Messgeräte) nach Entwurf ---------- */
.uebersicht { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 16px; margin: 24px 0; padding: 0; list-style: none; }
.uebersicht li { margin: 0; display: flex; }
.uebersicht-karte { display: flex; flex-direction: column; gap: 14px; flex: 1; min-width: 0; padding: 22px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB;
  color: var(--tinte); text-decoration: none !important; transition: background var(--dauer) ease, border-color var(--dauer) ease; }
.uebersicht-karte:hover { background: #F5F5F7; border-color: #DADADF; color: var(--tinte); }
.uebersicht-kopf { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.uebersicht-zeichen { width: 48px; height: 48px; border-radius: 7px; border: 1px solid #E4E4E8; background: #fff; display: flex; align-items: center; justify-content: center; color: #6C6C73; }
.uebersicht-zeichen .icon { width: 24px; height: 24px; }
.uebersicht-kopf .pille { color: #6C6C73; font-weight: 400; }
.uebersicht-text { display: flex; flex-direction: column; gap: 6px; }
.uebersicht-text strong { font-size: 18px; font-weight: 600; letter-spacing: -.01em; line-height: 1.25; }
.uebersicht-text small { font-size: 13px; color: #8E8E95; }
.uebersicht-text span { font-size: 14px; color: #6C6C73; line-height: 1.5; }
.uebersicht-mehr { margin-top: auto; display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: #C1001F; }
.uebersicht-mehr .icon-klein { width: 16px; height: 16px; }
.fehlermeldung { margin: 0; padding: 12px 16px; border-radius: var(--radius-feld); background: var(--rot-ton); border: 1px solid var(--rot-rand); color: var(--rot-dunkel); font-size: 15px; font-weight: 500; }
.inhalt-bereich article > p.meta:last-child { margin-top: 28px; }
/* Ganze Zeile klickbar: der Link der Zeile spannt sich über die gesamte Fläche */
.stellen li { position: relative; cursor: pointer; }
.stellen li > a::after { content: ""; position: absolute; inset: 0; }
.stellen li:hover > a { color: var(--rot); }
/* Listen in aufklappbaren Antworten: Einzug zurück, rote Punkte wie im übrigen Inhalt */
details > ul, details > ol { padding: 0 44px 20px 1.3em; margin: 0; }
details > p + ul, details > p + ol { margin-top: -8px; }
details li::marker { color: var(--rot); }
.feld input[type="date"] { font-weight: 600; }
.feld input[type="date"]::-webkit-calendar-picker-indicator { opacity: .55; cursor: pointer; }
.segment label { white-space: normal; text-align: center; line-height: 1.25; padding-top: 8px; padding-bottom: 8px; }
.ergebnis-einspruch .bewertung { justify-content: center; }
/* Ratgeber: Absatz „Warum Sie das einem Fachanwalt überlassen sollten“ */
.inhalt-bereich section.anwalt-absatz { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 24px 26px; border-radius: var(--radius-panel); background: var(--rot-ton); border: 1px solid var(--rot-rand); }
.anwalt-absatz > div > * + * { margin-top: 10px; }
.anwalt-absatz h2 { font-size: clamp(19px, 2vw, 22px); }
.anwalt-absatz p { margin: 0; }
.anwalt-zeichen { width: 44px; height: 44px; border-radius: 10px; background: #fff; border: 1px solid var(--rot-rand); color: var(--rot); display: flex; align-items: center; justify-content: center; }
.anwalt-zeichen .icon { width: 22px; height: 22px; }
@media (max-width: 640px) { .inhalt-bereich section.anwalt-absatz { grid-template-columns: 1fr; padding: 20px; gap: 12px; } }
.inhalt-bereich section.anwalt-absatz > div { margin-top: 0; }
/* Autor: Zeile unter der Überschrift und Kasten am Artikelende */
.autor-zeile { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 14px; color: var(--leise); }
.autor-zeile a { color: var(--tinte); font-weight: 600; text-decoration: none; }
.autor-bild { flex-shrink: 0; border-radius: 50%; object-fit: contain; padding: 4px; background: #fff; border: 1px solid var(--linie); }
.autor-initialen { display: inline-flex; align-items: center; justify-content: center; background: var(--rot-ton); color: var(--rot);
  border-color: var(--rot-rand); font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.autor-box .autor-initialen { font-size: 22px; }
.inhalt-bereich .autor-box { display: flex; gap: 20px; align-items: flex-start; margin-top: 48px; padding: 24px 26px; border-radius: var(--radius-panel);
  background: #fff; border: 1px solid var(--linie); }
.autor-box > div { display: flex; flex-direction: column; gap: 4px; }
.autor-label { font-size: 12px; font-weight: 700; color: var(--rot); text-transform: uppercase; letter-spacing: .08em; }
.autor-box strong { font-size: 18px; color: var(--tinte); }
.autor-titel { font-size: 14px; color: var(--leise); }
.autor-box p { margin: 8px 0 4px; font-size: 15px; }
@media (max-width: 640px) { .inhalt-bereich .autor-box { flex-direction: column; gap: 14px; padding: 20px; } }
/* Straßenansicht: gleiche Fläche wie die Karte, Vorschau neutral statt Kartenmuster; Street View bleibt bedienbar */
.strassenansicht .karte-flaeche { background: linear-gradient(180deg, #DCE6F0 0%, #EEF1F4 55%, #D9D9DE 56%, #CFCFD5 100%); }
.strassenansicht iframe { filter: none; pointer-events: auto; }
/* Dokumentierte Fälle einer Messstelle: Liste statt breiter Tabelle */
.faelle-liste { list-style: none; margin: 0; padding: 0; border: 1px solid var(--linie); border-radius: var(--radius-panel); background: #fff; }
.faelle-liste .fall { display: grid; grid-template-columns: 128px 1fr; gap: 6px 20px; padding: 16px 22px; border-top: 1px solid var(--linie); }
.faelle-liste .fall:first-child { border-top: 0; }
.fall-datum { font-weight: 700; font-size: 15px; color: var(--tinte); white-space: nowrap; padding-top: 1px; }
.fall-inhalt { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.inhalt-bereich .fall-titel { margin: 0; font-size: 15px; line-height: 1.5; color: var(--text); overflow-wrap: anywhere; }
.inhalt-bereich .fall-daten { margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.fall-daten .pille { font-size: 12.5px; }
.inhalt-bereich a.fall-geraet { text-decoration: none; color: var(--tinte); border: 1px solid var(--linie); background: #fff; }
.inhalt-bereich a.fall-geraet:hover { border-color: var(--rot-rand); color: var(--rot); }
.fall-geraet .icon-klein { vertical-align: 0; }
@media (max-width: 640px) {
  .faelle-liste .fall { grid-template-columns: 1fr; padding: 14px 16px; gap: 4px; }
  .fall-datum { font-size: 14px; color: var(--rot); }
  .inhalt-bereich .fall-titel { font-size: 14.5px; }
}
@media (max-width: 640px) {
  /* Kleine Angaben über die volle Breite, rechtsbündig – sonst bestimmt die längste Angabe die Breite der rechten
     Spalte und drückt die Stufe links („26–30 km/h“) zusammen */
  .tabelle-karten td[data-spalte="wert"] { grid-column: 1 / -1; justify-self: end; flex-wrap: wrap; justify-content: flex-end; white-space: normal; text-align: right; max-width: 100%; }
  .tabelle-karten td[data-spalte="wert"] small { font-weight: 500; color: var(--leise); }
  .tabelle-karten td[data-spalte="haupt"] { white-space: nowrap; }
}
.inhalt-bereich .fall-norm { margin: 0; font-size: 13px; color: var(--leise); line-height: 1.45; overflow-wrap: anywhere; }

/* ---------- Über uns (Design-Handoff „Über uns“) ---------- */
.ueber > * + * { margin-top: 48px; }
.inhalt-bereich .ueber section > * + * { margin-top: 0; }
.glas { position: relative; overflow: hidden; border-radius: var(--radius-panel); background: rgba(245,245,247,.75);
  border: 1px solid rgba(255,255,255,.8); -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); }
.glas::before { content: ""; position: absolute; right: -18%; top: -45%; width: 58%; padding-bottom: 58%; border-radius: 50%;
  background: radial-gradient(circle, rgba(247,217,221,.55) 0%, rgba(247,217,221,0) 66%); pointer-events: none; }
.u-kanzlei { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 14px; }
.u-foto { position: relative; min-height: 460px; border-radius: var(--radius-panel); overflow: hidden; background: #F0F0F2; }
.u-foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.u-betreiber { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 36px; border-radius: var(--radius-panel);
  background: var(--flaeche-2); border: 1px solid var(--linie); }
.u-betreiber > div:first-child { display: flex; flex-direction: column; gap: 8px; }
.u-marke { font-size: 12px; font-weight: 700; color: var(--rot); text-transform: uppercase; letter-spacing: .12em; }
.u-betreiber h2 { font-size: clamp(26px, 3.2vw, 38px); }
.inhalt-bereich .u-betreiber p { margin: 0; font-size: 17px; }
.inhalt-bereich .u-gross { font-size: 19px; line-height: 1.55; max-width: 760px; }
.u-netz { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 40px 56px; align-items: center; padding: 36px; }
.u-karte { position: relative; width: min(100%, 360px); aspect-ratio: 519 / 700; justify-self: center; }
.u-karte svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.u-land { fill: #fff; stroke: #DADADF; stroke-width: 2; stroke-linejoin: round; }
.u-bogen { fill: none; stroke: var(--rot); stroke-width: 1.5; stroke-dasharray: 4 6; opacity: .6; }
.u-punkt { fill: var(--rot); stroke: #fff; stroke-width: 3; }
.u-zentrale { fill: #fff; stroke: var(--rot); stroke-width: 4; }
.u-ort { position: absolute; padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--linie); font-size: 12px; font-weight: 700;
  white-space: nowrap; color: var(--tinte); }
.u-rechts { transform: translate(14px, -50%); }
.u-links { transform: translate(calc(-100% - 14px), -50%); }
.u-mitte { transform: translate(-50%, 18px); background: var(--tinte); color: #fff; border-color: var(--tinte); }
.u-netz-text { position: relative; display: flex; flex-direction: column; gap: 22px; }
.u-netz-text > div:first-child { display: flex; flex-direction: column; gap: 10px; }
.u-netz h2, .u-ablauf h2, .ueber #werte { font-size: clamp(26px, 3.2vw, 38px); }
.inhalt-bereich .u-netz p, .inhalt-bereich .u-ablauf-text p { margin: 0; font-size: 17px; line-height: 1.6; }
  box-shadow: 0 18px 40px -26px rgba(20,20,22,.4); }
/* Kopfzeile mit Symbol (Kontakt) */
.u-fakt-kopf { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; color: var(--leise); text-transform: uppercase; letter-spacing: .1em; }
.u-fakt-kopf i { width: 34px; height: 34px; border-radius: 4px; background: var(--flaeche-2); display: flex; align-items: center; justify-content: center; color: var(--leise); flex-shrink: 0; }
.u-werte { margin-top: 28px !important; }
.u-wert { display: flex; flex-direction: column; gap: 14px; padding: 22px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB; }
.u-ablauf { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 40px 56px; align-items: center; padding: 40px; }
.u-ablauf-text { position: relative; display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.u-ablauf-text > div { display: flex; flex-direction: column; gap: 12px; max-width: 560px; }
.u-schritte { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; }
.u-schritte li { position: relative; display: flex; gap: 16px; align-items: flex-start; padding: 0 0 22px; margin: 0; }
.u-schritte li:last-child { padding-bottom: 0; }
.u-schritte li:not(:last-child)::before { content: ""; position: absolute; left: 19px; top: 40px; bottom: 0; width: 2px; background: var(--linie); }
.u-nr { position: relative; width: 40px; height: 40px; border-radius: 50%; background: var(--rot); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0; box-shadow: 0 0 0 6px var(--flaeche-2); }
.u-schritt { flex: 1; display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB; min-width: 0; }
.u-schritt i { width: 38px; height: 38px; border-radius: 7px; border: 1px solid var(--linie); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--leise); }
.u-schritt > span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.u-schritt strong { font-size: 16px; font-weight: 600; }
.u-schritt small { font-size: 14px; color: var(--leise); line-height: 1.5; }
.u-handy { position: relative; display: flex; justify-content: center; }
.u-handy img { width: min(100%, 250px); height: auto; border-radius: 18px; border: 1px solid var(--linie); box-shadow: 0 40px 80px -40px rgba(20,20,22,.5); }
.u-presse { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 12px 0; }
.u-presse > span { font-size: 12px; font-weight: 700; color: var(--dezent); text-transform: uppercase; letter-spacing: .12em; }
.u-presse > div { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px 48px; }
.u-presse img { width: auto; height: 30px; display: block; }
.u-presse img[alt="WELT"] { height: 26px; }
@media (max-width: 900px) { .u-ablauf { grid-template-columns: 1fr; } .u-handy { order: -1; } .u-handy img { width: min(100%, 220px); } }
@media (max-width: 640px) {
  .u-netz, .u-ablauf { padding: 22px; gap: 28px; }
  .u-betreiber { padding: 24px; }
  .u-foto { min-height: 280px; }
  .u-karte { max-width: 320px; }
  .u-ort { padding: 3px 8px; font-size: 11px; }
}
@media (prefers-reduced-transparency: reduce) { .glas { background: var(--flaeche-2); -webkit-backdrop-filter: none; backdrop-filter: none; } }
/* Bußgeld-Tabelle mit „Einspruch prüfen“: auf dem Desktop in die Spalte neben der Leiste einpassen */
@container tabelle (min-width: 701px) {
  table.mit-pruefung th, table.mit-pruefung td { padding: 14px 14px; }
  table.mit-pruefung th:first-child, table.mit-pruefung td:first-child { padding-left: 20px; }
  table.mit-pruefung th { white-space: normal; }
  table.mit-pruefung td:last-child { width: 1%; padding-right: 20px; }
  table.mit-pruefung .pruef-link { white-space: normal; justify-content: flex-end; text-align: right; line-height: 1.3; }
  table.mit-pruefung td small { display: block; margin-top: 2px; line-height: 1.35; color: var(--leise); }
}
/* Unter den Prüfen-Knöpfen: Vorteil und Bewertung getrennt, damit „kostenlos“ nicht wie Teil der Bewertung wirkt */
.vertrauen { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.vorteil { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; background: #EAF5EE;
  color: #1F6B3A; font-size: 12.5px; font-weight: 600; }
.vorteil .icon-klein { width: 13px; height: 13px; stroke-width: 2.4; vertical-align: 0; }
.u-team img { object-position: 50% 35%; }
/* Rechtstexte: Inhaltsverzeichnis mit Sprungmarken; Ziel nicht unter dem festen Kopf verstecken */
.prosa [id] { scroll-margin-top: 96px; }
.inhalt-verzeichnis { columns: 2 260px; column-gap: 32px; margin: 12px 0 28px; padding: 18px 22px 18px 40px; border-radius: var(--radius-karte);
  background: var(--flaeche-2); border: 1px solid var(--linie); }
.inhalt-verzeichnis li { break-inside: avoid; margin: 0 0 6px; }
.prosa .anker-titel { display: block; margin-top: 20px; font-size: 18px; color: var(--tinte); }
/* Kontakt – Bausteine von „Über uns“ */
.k-wege { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 14px; }
.k-weg { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 28px; border-radius: var(--radius-panel);
  background: #fff; border: 1px solid #E7E7EB; }
.k-weg-haupt { background: var(--flaeche-2); border-color: var(--linie); }
.inhalt-bereich .k-weg p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--leise); }
.k-nummer { font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; color: var(--tinte); text-decoration: none !important;
  font-variant-numeric: tabular-nums; }
.k-nummer:hover { color: var(--rot); }
.k-mail { font-size: 20px; font-weight: 600; color: var(--tinte); overflow-wrap: anywhere; }
.k-titel { font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
.k-weg .knopf, .k-weg .pfeil-link { margin-top: auto; }
.k-ueberschrift { font-size: clamp(26px, 3.2vw, 38px); }
.k-orte { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.k-ort { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 22px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB; }
.k-zentrale { background: var(--flaeche-2); border-color: var(--linie); }
.k-zentrale .uebersicht-zeichen { color: var(--rot); }
.k-ort-kopf { display: flex; align-items: center; gap: 14px; }
.k-ort-kopf strong { font-size: 18px; font-weight: 600; letter-spacing: -.01em; line-height: 1.25; }
.k-ort address { font-style: normal; font-size: 15px; line-height: 1.55; color: var(--text); }
.k-ort dl { margin: 0; display: flex; flex-direction: column; gap: 4px; font-size: 15px; }
.k-ort dl div { display: flex; gap: 8px; }
.k-ort dt { width: 34px; color: var(--dezent); font-weight: 600; }
.k-ort dd { margin: 0; font-variant-numeric: tabular-nums; }
.k-ort dd a { color: var(--tinte); }
/* Kundenstimmen innerhalb der Inhaltsspalte (Über uns): ohne eigenen Rahmen und großen Abstand */
.d-meinungen-eingebettet { margin-top: 0; }
.d-meinungen-eingebettet .d-meinungen-innen { padding-top: 16px; padding-bottom: 16px; }
.inhalt-bereich .d-meinungen-eingebettet p { margin: 0; }
/* Kennzahlen-Karten innerhalb der Inhaltsspalte (Über uns) */
.d-statistik-eingebettet { padding-top: 0; padding-bottom: 0; }
.inhalt-bereich .d-statistik-eingebettet p { margin: 0; }
.u-betreiber { justify-content: center; }
/* Einspruch-Check in Schritten: eine Frage je Bildschirm (nur mit JavaScript, sonst das ganze Formular) */
.schritt-kopf { display: flex; flex-direction: column; gap: 8px; max-width: 640px; }
.schritt-zahl { font-size: 12px; font-weight: 700; color: var(--leise); text-transform: uppercase; letter-spacing: .1em; }
.schritt-balken { height: 6px; border-radius: 3px; background: #E4E4E8; overflow: hidden; }
.schritt-balken b { display: block; width: 0; height: 100%; border-radius: 3px; background: var(--rot); transition: width .25s ease; }
.schritte-an .rechner-felder { max-width: 640px; gap: 18px; }
.schritte-an .rechner-eingaben { display: block; }
.schritte-an .schritt { min-height: 200px; }
.schritte-an .schritt legend { margin-bottom: 14px; font-size: clamp(19px, 2.2vw, 22px); font-weight: 600; letter-spacing: -.01em;
  text-transform: none; color: var(--tinte); outline: none; }
.schritte-an .boxen label { min-height: 52px; font-size: 16px; }
.schritte-an .segment { display: flex; width: 100%; box-sizing: border-box; }
.schritte-an .segment label { flex: 1 1 0; min-width: 0; min-height: 52px; justify-content: center; padding: 8px 10px; font-size: 16px; }
.schritt-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.schritt-nav[hidden], .schritt[hidden], .rechner-knopf[hidden], .schritt-weiter[hidden] { display: none; }
.schritte-an .rechner-knopf { align-self: stretch; width: 100%; }
@media (prefers-reduced-motion: reduce) { .schritt-balken b { transition: none; } }
.schritte-an .schritt fieldset { min-width: 0; }
.schritte-an .schritt legend { max-width: 100%; hyphens: auto; overflow-wrap: break-word; }
.rechner-form.schritte-an > * { width: min(100%, 640px); margin-left: auto; margin-right: auto; }
.rechner-form.schritte-an .rechner-titel { text-align: left; }
/* Musterbescheid zum Anklicken (Ratgeber „Bußgeldbescheid erklärt“) */
.mb-raster { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 28px; align-items: start; margin-top: 20px; }
.mb-blatt-rahmen { position: sticky; top: 90px; padding: 18px; border-radius: var(--radius-panel); background: var(--flaeche-2); border: 1px solid var(--linie); }
.mb-blatt { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 4px; padding: 26px 22px 26px 34px; background: #fff;
  border-radius: 4px; box-shadow: 0 18px 40px -26px rgba(20,20,22,.45); font-size: 12.5px; line-height: 1.5; color: #3A3A40; }
.mb-stempel { position: absolute; right: -34px; top: 22px; transform: rotate(35deg); padding: 3px 44px; background: var(--rot-ton);
  color: var(--rot); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mb-feld { position: relative; padding: 6px 8px; border-radius: 5px; border: 1px dashed transparent; transition: background .15s, border-color .15s; }
.mb-feld p { margin: 0; }
.mb-feld.an, .mb-feld:has(> .mb-nr:hover) { background: var(--rot-ton); border-color: var(--rot-rand); }
.mb-kopf { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.mb-rechts { text-align: right; }
.mb-titel { font-size: 17px; font-weight: 700; color: var(--tinte); letter-spacing: -.01em; }
.mb-klein { font-size: 11.5px; }
.mb-betraege { border-collapse: collapse; width: min(100%, 280px); margin: 0 0 4px; font-size: 12.5px; }
.mb-betraege td { padding: 1px 0; border: 0; background: none; }
.mb-betraege td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.mb-nr { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: var(--rot); color: #fff !important; font-size: 12px; font-weight: 700; text-decoration: none !important; line-height: 1; }
.mb-feld > .mb-nr { position: absolute; left: -28px; top: 5px; box-shadow: 0 0 0 3px #fff; }
.mb-feld > .mb-nr:focus-visible { outline: 3px solid var(--tinte); outline-offset: 2px; }
.mb-erklaerungen { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.mb-erklaerungen li { display: flex; gap: 14px; margin: 0; padding: 16px 18px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB;
  scroll-margin-top: 96px; transition: border-color .15s, box-shadow .15s; }
.mb-erklaerungen li.an, .mb-erklaerungen li:target { border-color: var(--rot); box-shadow: 0 0 0 3px var(--rot-ton); }
.mb-erklaerungen strong { display: block; margin-bottom: 4px; font-size: 16px; color: var(--tinte); }
.inhalt-bereich .mb-erklaerungen p { margin: 0; font-size: 15px; line-height: 1.55; }
.mb-zurueck { display: none; margin-top: 6px; font-size: 13px; font-weight: 600; }
@media (max-width: 900px) {
  .mb-raster { grid-template-columns: 1fr; }
  .mb-blatt-rahmen { position: static; padding: 10px; }
  .mb-zurueck { display: inline-block; }
}
@media (max-width: 480px) { .mb-blatt { padding: 20px 14px 20px 30px; font-size: 12px; } .mb-rechts { text-align: left; } }
/* Bußgeldstellen */
.b-kopf { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 14px; padding: 18px; border-radius: var(--radius-panel);
  background: var(--flaeche-2); border: 1px solid var(--linie); }
.b-karte { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: 9px; background: #fff; border: 1px solid #E7E7EB; min-width: 0; }
.inhalt-bereich .b-karte-titel { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 13px; font-weight: 700; color: var(--leise);
  text-transform: uppercase; letter-spacing: .1em; }
.b-karte .kontakt { grid-template-columns: minmax(6.5rem, max-content) 1fr; }
.inhalt-bereich .b-hinweis { margin: 0; font-size: 13px; color: var(--leise); line-height: 1.5; }
.b-portal { align-self: flex-start; }
.b-orte { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.b-orte li { margin: 0; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--linie); font-size: 14px; }
.b-orte li span { font-size: 12px; font-weight: 700; color: var(--dezent); font-variant-numeric: tabular-nums; }
.b-schreiben { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.b-schreiben li { display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 18px; border-radius: 9px; background: var(--flaeche-2); border: 1px solid var(--linie); }
.b-schreiben li span { font-size: 14px; color: var(--leise); line-height: 1.5; }
.behoerde > * + * { margin-top: 40px; }
.b-land { margin-top: 36px; }
.b-land h2 { font-size: 22px; }
.mb-felder { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 8px; margin-top: 4px; }
.mb-felder span { padding: 10px 6px 2px; border-bottom: 1px solid #C6C6CD; font-size: 10.5px; color: var(--dezent); }
.mb-haken { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.mb-haken span { display: flex; align-items: center; gap: 8px; font-size: 11.5px; }
.mb-haken span::before { content: ""; width: 11px; height: 11px; border: 1px solid #8E8E95; border-radius: 2px; flex-shrink: 0; }
.mb-foto { display: flex; align-items: center; justify-content: center; height: 70px; width: min(100%, 200px); border-radius: 4px;
  background: repeating-linear-gradient(45deg, #EFEFF2 0 8px, #F7F7F9 8px 16px); color: var(--dezent); font-size: 11px; font-weight: 600; }
@media (max-width: 560px) { .b-karte .kontakt { grid-template-columns: 1fr; gap: 2px; } .b-karte .kontakt dd { margin-bottom: 8px; } .b-kopf { padding: 10px; } }
/* Mini-Rechner auf der Startseite („Was Ihr Verstoß kostet“) */
.d-rechen-lage { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.08); }
.d-rechen-lage input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.d-rechen-lage span { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
  color: #B8B8BE; cursor: pointer; }
.d-rechen-lage input:checked + span { background: #fff; color: #1A1A1A; }
.d-rechen-lage input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.d-rechen-regler { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: #D8D8DC; }
.d-rechen-regler strong { color: #fff; font-size: 16px; }
.d-rechen-regler input[type=range] { --anteil: 25%; width: 100%; height: 6px; margin: 6px 0; border-radius: 999px; appearance: none; -webkit-appearance: none;
  background: linear-gradient(to right, #C1001F var(--anteil), rgba(255,255,255,.15) var(--anteil)); cursor: pointer; }
.d-rechen-regler input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff;
  border: 4px solid #C1001F; box-shadow: 0 2px 8px rgba(0,0,0,.4); }
.d-rechen-regler input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 4px solid #C1001F; }
.d-rechen-fuss { display: flex; justify-content: space-between; align-items: center; gap: 8px 16px; flex-wrap: wrap; font-size: 12.5px; color: #8E8E95; }
.d-rechen-fuss a { color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; }
.d-rechen-fuss a:hover { color: #FF8A99; }
@media (max-width: 520px) { .d-rechen-kacheln { gap: 8px; } .d-rechen-kacheln div { padding: 12px; } .d-rechen-kacheln strong { font-size: 22px; } }
/* Mini-Rechner auf hellgrauem Grund */
.d-rechner-tafel .d-rechen-kopf span:last-child, .d-rechner-tafel .d-rechen-fuss { color: var(--leise); }
.d-rechner-tafel .d-rechen-lage { background: #E2E2E7; }
.d-rechner-tafel .d-rechen-lage span { color: var(--leise); }
.d-rechner-tafel .d-rechen-lage input:checked + span { background: #fff; color: var(--tinte); box-shadow: 0 1px 3px rgba(20,20,22,.12); }
.d-rechner-tafel .d-rechen-lage input:focus-visible + span { outline-color: var(--rot); }
.d-rechner-tafel .d-rechen-regler { color: var(--text); }
.d-rechner-tafel .d-rechen-regler strong { color: var(--tinte); }
.d-rechner-tafel .d-rechen-regler input[type=range] { background: linear-gradient(to right, #C1001F var(--anteil), #D4D4DA var(--anteil)); }
.d-rechner-tafel .d-rechen-regler input[type=range]::-webkit-slider-thumb { box-shadow: 0 2px 6px rgba(20,20,22,.25); }
.d-rechner-tafel .d-rechen-fuss a { color: var(--rot); }
.d-rechner-tafel .d-rechen-fuss a:hover { color: var(--tinte); }
