:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f6;--text: #171b22;--text-muted: #5c6472;--border: #dde1e8;--accent: #1f5f92;--accent-soft: #e8f0f8;--accent-contrast: #ffffff;--gut: #2f6f4e;--gut-soft: #e6f2eb;--warn: #8a5a17;--warn-soft: #fdf3e4;--radius: 12px;--radius-sm: 8px;--breite: 1120px;--schrift: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #10141b;--surface: #171d27;--surface-2: #1f2734;--text: #e9edf4;--text-muted: #9aa4b4;--border: #2c3543;--accent: #6aa8dc;--accent-soft: #1b2836;--accent-contrast: #0d1219;--gut: #6cc292;--gut-soft: #172a20;--warn: #e0b473;--warn-soft: #2e2617}}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--schrift);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.huelle{max-width:var(--breite);margin:0 auto;padding:0 1rem}.kopf{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.kopf__innen{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.75rem;flex-wrap:wrap}.marke{font-weight:700;font-size:1.15rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}.marke__punkt{color:var(--accent)}.hauptnav{display:flex;gap:.35rem;flex-wrap:wrap}.hauptnav a{color:var(--text-muted);text-decoration:none;padding:.35rem .7rem;border-radius:999px;font-size:.94rem}.hauptnav a:hover,.hauptnav a[aria-current=page]{background:var(--accent-soft);color:var(--accent)}main{padding:2rem 0 3rem}h1{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.3rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 .6rem}h2{font-size:clamp(1.2rem,1.05rem + .7vw,1.5rem);letter-spacing:-.01em;margin:2.25rem 0 .75rem}h3{font-size:1.05rem;margin:1.5rem 0 .5rem}p{margin:0 0 1rem}a{color:var(--accent)}.vorspann{color:var(--text-muted);font-size:1.05rem;max-width:62ch}.karte{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.raster{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.kachel{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease}.kachel:hover{border-color:var(--accent);transform:translateY(-1px)}.kachel__titel{font-weight:600;margin-bottom:.2rem}.kachel__text{color:var(--text-muted);font-size:.9rem}.zahlen{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:1.5rem 0}.zahl{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}.zahl__wert{font-size:1.8rem;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums}.zahl__label{color:var(--text-muted);font-size:.85rem}.tabelle-huelle{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:.94rem}th,td{text-align:left;padding:.6rem .85rem;border-bottom:1px solid var(--border);vertical-align:top}th{background:var(--surface-2);font-weight:600;white-space:nowrap}tbody tr:last-child td{border-bottom:none}td.datum{font-variant-numeric:tabular-nums;white-space:nowrap}.marke-frei{color:var(--gut);font-weight:600}.marke-wochenende{color:var(--text-muted)}.hinweis-klein{display:block;color:var(--text-muted);font-size:.82rem;margin-top:.15rem}.rechner{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}@media(max-width:780px){.rechner{grid-template-columns:minmax(0,1fr)}}.feld{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.85rem}.feld>span{font-weight:600;font-size:.9rem}input[type=date],input[type=number],select{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .65rem;width:100%}input:focus-visible,select:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.feld-reihe{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);margin:0 0 .85rem;padding:.6rem .85rem .85rem}legend{font-weight:600;font-size:.9rem;padding:0 .3rem}.wochentage{display:flex;flex-wrap:wrap;gap:.5rem .9rem}.wochentage label{display:flex;align-items:center;gap:.3rem;font-size:.9rem}.ergebnis{background:var(--accent-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem}.ergebnis__wert{font-size:2.4rem;font-weight:700;line-height:1.05;font-variant-numeric:tabular-nums;color:var(--accent)}.ergebnis__label{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.ergebnis dl{display:grid;grid-template-columns:1fr auto;gap:.3rem 1rem;margin:.75rem 0 0;font-size:.92rem}.ergebnis dt{color:var(--text-muted)}.ergebnis dd{margin:0;font-variant-numeric:tabular-nums;text-align:right}.werbeflaeche{display:flex;align-items:center;justify-content:center;margin:2rem 0;color:var(--text-muted);font-size:.8rem}.werbeflaeche__kennzeichnung{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.fuss{border-top:1px solid var(--border);background:var(--surface);padding:2rem 0;margin-top:3rem;color:var(--text-muted);font-size:.9rem}.fuss__raster{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.fuss a{color:var(--text-muted);text-decoration:none;display:block;padding:.12rem 0}.fuss a:hover{color:var(--accent)}.fuss__titel{font-weight:600;color:var(--text);margin-bottom:.35rem}.fuss__unten{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between;font-size:.85rem}.stand{color:var(--text-muted);font-size:.85rem}.pillenreihe{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none}.pille{display:inline-block;padding:.25rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);text-decoration:none;font-size:.88rem;font-variant-numeric:tabular-nums}.pille:hover,.pille[aria-current=page]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.hinweis{background:var(--warn-soft);color:var(--warn);border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.springen{position:absolute;left:-9999px;background:var(--accent);color:var(--accent-contrast);padding:.6rem 1rem;border-radius:0 0 var(--radius-sm) 0;z-index:100}.springen:focus{left:0;top:0}
