/* Ortsseiten (24.9.2026): Ergänzung zu daten.css. Nur neue Bausteine; alle Farben kommen aus den Variablen von daten.css
   und gelten damit in beiden Farbschemata. Kein Baustein verlässt sich allein auf Farbe: Werte stehen immer auch als Text da. */
.sr-nur { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.krumen { font-size: .9rem; margin: 0 0 .5rem; }
.krumen ol { list-style: none; display: flex; flex-wrap: wrap; gap: .1rem .45rem; margin: 0; padding: 0; color: var(--text-dim); }
.krumen li + li::before { content: "›"; margin-right: .45rem; }
.krumen a { display: inline-block; padding: .2rem 0; color: var(--accent); text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
.krumen a:hover { color: var(--text); }
.unterzeile { margin: .1rem 0 1rem; color: var(--text-dim); font-size: .95rem; }

/* Links in Listen und Tabellen: daten.css deckt nur Absätze und Zellen ab */
main li a, .faq a, th a { color: var(--accent); text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
main li a:hover, .faq a:hover, th a:hover { color: var(--text); }

.balken .spur { position: relative; }
.balken .bund { position: absolute; top: 0; bottom: 0; width: 2px; margin-left: -1px; background: var(--text); opacity: .9; }
.balken li { margin-bottom: .35rem; }
.balken .vergleich { flex: 0 0 100%; margin: -.15rem 0 .5rem; font-size: .9rem; color: var(--text-dim); }

.auffaellig, .schritte { padding-left: 1.3rem; }
.auffaellig li, .schritte li { margin: .6rem 0; }
.auffaellig strong, .schritte strong { color: var(--text); }

.tabelle-huelle small, .balken small { color: var(--text-dim); font-weight: 400; }
/* daten.css setzt min-width 380px; auf dem Telefon schnitt das die dritte Spalte ab. Die Zahlen bleiben in einer Zeile, der Text der ersten Spalte bricht um. */
.tabelle-huelle table { min-width: 0; }
@media (max-width: 520px) { .tabelle-huelle table { font-size: .88rem; } .tabelle-huelle td small { display: block; } th, td { padding: .5rem .35rem; } tbody th[scope="row"] { font-size: .92rem; } }
tbody th[scope="row"] { color: var(--text); font-weight: 400; font-size: 1rem; }

.scan-form { display: flex; flex-wrap: wrap; gap: .6rem; align-items: end; margin: 1rem 0 0; }
.scan-form label { flex: 0 0 100%; font-weight: 600; }
.scan-form input { flex: 1 1 240px; max-width: 380px; min-height: 44px; padding: .55rem .8rem; border-radius: 8px; border: 1px solid var(--bg3); background: var(--bg2); color: var(--text); font: inherit; }
.scan-form .knopf { min-height: 44px; border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.scan-form input:focus-visible, .scan-form .knopf:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.faq h3 { font-size: 1.05rem; margin: 1.4rem 0 .3rem; }
.faq p { margin: .2rem 0; }

.orte-links { list-style: none; padding: 0; display: grid; gap: .1rem 1rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.orte-links li { padding: .25rem 0; }

tr.dieser th, tr.dieser td { font-weight: 700; }

/* daten.css hält alle Zellen außer der ersten in einer Zeile; bei den Spaltenköpfen darf umgebrochen werden */
.tabelle-huelle thead th { white-space: normal; vertical-align: bottom; }
