:root{--bg:#f7f8fa;--surface:#ffffff;--text:#1c2733;--muted:#5a6b7d;--accent:#1a5da6;--accent-strong:#124a87;--border:#dde3ea;--freq-bg:#eaf1f9}@media(prefers-color-scheme:dark){:root{--bg:#12181f;--surface:#1a222c;--text:#e6ecf2;--muted:#9fb0c0;--accent:#6aa7e8;--accent-strong:#8fbdf0;--border:#2c3743;--freq-bg:#202c3a}}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,segoe ui,Roboto,sans-serif;line-height:1.6;background:var(--bg);color:var(--text)}.container{max-width:62rem;margin:0 auto;padding:0 1rem}a{color:var(--accent)}a:hover{color:var(--accent-strong)}h1,h2,h3{line-height:1.25}.site-header{background:var(--surface);border-bottom:3px solid var(--accent);padding:1rem 0}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.brand{text-decoration:none;color:var(--text);display:flex;align-items:center;gap:.75rem}.brand-logo{width:4rem;height:auto;background:#fff;padding:.2rem;border-radius:.35rem;border:1px solid var(--border)}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.35rem;font-weight:700;letter-spacing:.02em}.brand-sub{font-size:.85rem;color:var(--muted)}.site-nav{display:flex;flex-wrap:wrap;gap:.25rem}.site-nav a{text-decoration:none;color:var(--text);padding:.35rem .7rem;border-radius:.4rem;font-weight:500}.site-nav a:hover{background:var(--freq-bg);color:var(--accent-strong)}.site-nav a[aria-current=page]{background:var(--accent);color:#fff}.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:2.6rem;height:2.6rem;padding:0;border:1px solid var(--border);border-radius:.4rem;background:var(--surface);cursor:pointer}.nav-toggle span{display:block;width:1.25rem;height:2px;border-radius:1px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media(max-width:52rem){.nav-toggle{display:inline-flex;flex-shrink:0}.brand{flex:1;min-width:0}.site-nav{display:none;width:100%;flex-direction:column;gap:.15rem;padding-top:.5rem}.site-nav.offen{display:flex}}@media(prefers-reduced-motion:reduce){.nav-toggle span{transition:none}}.search-bar{padding:.6rem 0 0}.search-bar .container{display:flex;justify-content:flex-end}.search{position:relative;display:flex;gap:.4rem}.search-vorschau{position:absolute;top:100%;right:0;margin:.3rem 0 0;padding:.3rem;list-style:none;width:24rem;max-width:90vw;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 14px rgba(0,0,0,.18);z-index:10}.search-vorschau a{display:block;padding:.35rem .6rem;border-radius:.35rem;text-decoration:none;color:var(--text)}.search-vorschau a:hover,.search-vorschau a:focus{background:var(--freq-bg);color:var(--accent-strong)}.search-vorschau .titel{display:block;font-weight:600}.search-vorschau .textauszug{display:block;font-size:.8rem;color:var(--muted);line-height:1.4}.search-vorschau .alle-treffer a{color:var(--accent);font-size:.9rem}.search input{font:inherit;font-size:.9rem;padding:.3rem .6rem;border:1px solid var(--border);border-radius:.4rem;background:var(--bg);color:var(--text);width:12rem;max-width:60vw}.search input:focus{outline:2px solid var(--accent);outline-offset:1px}.search button{font:inherit;font-size:.9rem;padding:.3rem .8rem;border:none;border-radius:.4rem;background:var(--accent);color:#fff;cursor:pointer}.search button:hover{background:var(--accent-strong)}mark{background:var(--freq-bg);color:var(--accent-strong);font-weight:600}main.container{padding:1.5rem 1rem 3rem}.hero{display:flex;align-items:center;gap:2rem}.hero-text{flex:1 1 24rem}.hero h1{margin-bottom:.25rem}.lead{font-size:1.1rem;color:var(--muted);max-width:46rem}.slideshow{position:relative;flex:0 1 21rem;aspect-ratio:560/400;min-width:14rem;border-radius:.6rem;overflow:hidden;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.12)}.slideshow img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease}.slideshow img.active{opacity:1}@media(max-width:48rem){.hero{flex-direction:column;align-items:stretch;gap:1rem}.hero-text{flex-basis:auto}.slideshow{flex-basis:auto;width:100%;max-width:26rem;margin:0 auto}}@media(prefers-reduced-motion:reduce){.slideshow img{transition:none}}.jubilaeum{margin:1.25rem 0 0}.jubilaeum img{width:15rem;max-width:100%;height:auto;background:#fff;padding:.6rem 1.2rem;border:1px solid var(--border);border-radius:.6rem}.freq{background:var(--surface);border:1px solid var(--border);border-radius:.6rem;padding:1rem 1.25rem 1.25rem;margin:1.5rem 0}.freq h2{margin-top:.25rem;font-size:1.2rem}.freq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem}.freq-card{background:var(--freq-bg);border-radius:.5rem;padding:.6rem .8rem;display:flex;flex-direction:column}.freq-band{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.freq-value{font-weight:600}.runden{margin:1rem 0 0;padding-left:1.2rem;font-size:.95rem}.home-columns{display:grid;grid-template-columns:3fr 2fr;gap:2rem;align-items:start}@media(max-width:48rem){.home-columns{grid-template-columns:1fr}}.home-content h2{font-size:1.25rem;border-bottom:2px solid var(--border);padding-bottom:.3rem;margin-top:2rem}.home-content h2:first-child{margin-top:.5rem}.news h2{font-size:1.25rem;border-bottom:2px solid var(--border);padding-bottom:.3rem;margin-top:.5rem}.news-item{margin-bottom:1.25rem}.news-item time{font-size:.8rem;color:var(--muted)}.news-item h3,.news-item h2{margin:.1rem 0 .25rem;font-size:1.05rem;border:none;padding:0}.news-item h3 a,.news-item h2 a{text-decoration:none}.news-item h3 a:hover,.news-item h2 a:hover{text-decoration:underline}.news-item p{margin:0;font-size:.92rem;color:var(--muted)}.more{font-size:.95rem}.page h1{margin-bottom:.25rem}.page .meta{color:var(--muted);margin-top:0}.post-list{margin-top:1.5rem}table{border-collapse:collapse;width:100%;margin:1rem 0}th,td{border:1px solid var(--border);padding:.4rem .7rem;text-align:left}th{background:var(--freq-bg)}img{max-width:100%;height:auto}figure.bild{margin:1.5rem 0}figure.bild img{display:block;border:1px solid var(--border);border-radius:.4rem;background:#fff}figure.bild figcaption{font-size:.85rem;color:var(--muted);margin-top:.4rem}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:1.25rem 0;font-size:.9rem;color:var(--muted)}.site-footer nav{display:flex;flex-wrap:wrap;gap:1rem}.site-footer p{margin:.5rem 0 0}