:root {
  --green: #7fbd00;
  --green-dark: #5f9200;
  --ink: #101211;
  --muted: #727872;
  --line: #e3e6e1;
  --paper: #ffffff;
  --soft: #f4f5f2;
  --page: 1270px;
  --sidebar: 250px;
  --gap: 30px;
  --shadow: 0 3px 12px rgba(20, 24, 20, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; line-height: 1.35; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.page-shell { width: min(var(--page), calc(100% - 40px)); margin-inline: auto; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) var(--sidebar); gap: var(--gap); }

.site-header { height: 72px; background: linear-gradient(90deg, #070908, #111411); color: white; position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { width: 158px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 154px; filter: drop-shadow(0 1px 1px #000); }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: 8px; flex: 1; }
.main-nav a { color: #f2f4f1; font-weight: 650; font-size: 13px; white-space: nowrap; }
.main-nav a:hover { color: #a6db34; }
.chevron { color: #b9beb9; font-size: 15px; margin-left: 3px; }
.listen-button { border: 0; border-radius: 6px; padding: 12px 19px; color: #fff; background: linear-gradient(#91cb15, #76ac00); box-shadow: inset 0 1px 0 rgba(255,255,255,.26); font-weight: 800; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.listen-button svg { width: 15px; fill: currentColor; }
.search-button { border: 0; background: transparent; color: #fff; width: 38px; height: 38px; padding: 7px; }
.search-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-toggle { display: none; }

.hero { height: 345px; position: relative; overflow: hidden; color: #fff; background: #2d3629; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,7,.74) 0%, rgba(8,10,8,.48) 45%, rgba(10,12,10,.12) 76%, rgba(8,10,8,.26) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 53%); }
.hero-inner { position: relative; z-index: 2; height: 100%; padding-top: 21px; }
.hero-logo { width: 300px; height: 145px; object-fit: contain; object-position: left center; margin-left: -9px; margin-bottom: -3px; filter: drop-shadow(0 3px 7px rgba(0,0,0,.54)); }
.hero h1 { margin: 0; font-size: clamp(32px, 3.05vw, 42px); line-height: 1.03; letter-spacing: -.035em; font-weight: 860; text-shadow: 0 2px 8px rgba(0,0,0,.55); }
.hero p { margin: 5px 0 13px; font-size: 22px; line-height: 1.2; text-shadow: 0 2px 6px rgba(0,0,0,.7); }
.hero-actions { display: flex; gap: 18px; }
.button { height: 42px; border-radius: 6px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; font-size: 13px; }
.button svg { width: 15px; fill: currentColor; }
.button-green { color: white; border: 1px solid #8dc613; background: linear-gradient(#91cb15, #73aa00); box-shadow: 0 3px 10px rgba(0,0,0,.16); }
.button-outline { border: 1px solid rgba(255,255,255,.85); color: #fff; background: rgba(8,10,8,.25); min-width: 218px; }
.button-outline span { font-size: 18px; margin-left: auto; }
.signal-rings { position: absolute; right: 14.5%; top: 35px; width: 280px; height: 270px; opacity: .46; transform: rotate(-5deg); }
.signal-rings i { position: absolute; left: 0; bottom: 0; border: 5px solid rgba(164,214,50,.9); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-45deg); }
.signal-rings i:nth-child(1){ width: 125px; height:125px; left:70px; bottom:55px; }
.signal-rings i:nth-child(2){ width: 205px; height:205px; left:30px; bottom:15px; }
.signal-rings i:nth-child(3){ width: 285px; height:285px; left:-10px; bottom:-25px; }

.player-stage { position: relative; z-index: 8; margin-top: -35px; }
.live-player { min-height: 96px; background: linear-gradient(90deg, #0b0d0c, #121512 60%, #080a09); color: #fff; border-radius: 10px; box-shadow: 0 5px 13px rgba(0,0,0,.25); padding: 13px 20px 13px 16px; display: grid; grid-template-columns: 62px 178px minmax(70px, 1fr) 68px 54px 150px 115px; align-items: center; gap: 12px; overflow: hidden; }
.host-avatar { width: 58px; height: 58px; border-radius: 50%; border: 2px solid #90c919; position: relative; overflow: visible; }
.host-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.host-avatar span { position: absolute; right: -4px; bottom: -7px; background: var(--green); color: white; border: 2px solid #101210; border-radius: 5px; font-weight: 900; font-size: 9px; padding: 2px 5px; }
.now-show small, .track-info small { display: block; color: #91c91b; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
.now-show strong, .track-info strong { display: block; font-size: 14px; margin-top: 1px; }
.now-show span, .track-info span { display: block; color: #f3f3f3; font-size: 10.5px; margin-top: 2px; line-height: 1.35; }
.waveform { height: 45px; display: flex; align-items: center; justify-content: flex-end; gap: 3px; opacity: .62; overflow: hidden; }
.waveform i { width: 2px; height: 12px; background: #77b800; box-shadow: 0 0 5px rgba(125,189,0,.4); animation: pulse 1.3s ease-in-out infinite alternate; }
.waveform i:nth-child(2n){height:24px;animation-delay:-.7s}.waveform i:nth-child(3n){height:34px;animation-delay:-.25s}.waveform i:nth-child(5n){height:17px;animation-delay:-1s}
@keyframes pulse { to { transform: scaleY(.45); opacity:.45; } }
.player-button { border: 0; width: 58px; height: 58px; border-radius: 50%; color: white; background: radial-gradient(circle at 35% 28%, #a9e02e, #77ad00 70%); display: grid; place-items: center; box-shadow: 0 0 0 5px rgba(121,179,0,.07), 0 4px 13px rgba(0,0,0,.32); }
.player-button svg { width: 24px; fill: currentColor; }
.icon-pause { display:none; }.live-player.is-playing .icon-play{display:none}.live-player.is-playing .icon-pause{display:block}
.track-cover { width: 48px; height: 54px; border-radius: 3px; overflow: hidden; }
.track-cover img { width:100%;height:100%;object-fit:cover; }
.volume { display:flex; align-items:center; gap:8px; }
.volume svg { width:21px; fill:#fff; flex:0 0 auto; }
.volume input { width: 82px; accent-color: var(--green); }
.player-message { margin: 4px 8px 0; height: 0; overflow: visible; color: #777; font-size: 11px; }

.portal { padding-top: 20px; padding-bottom: 22px; align-items: start; }
.portal-main { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 25px; }
.portal-section { min-width: 0; }
.section-heading { height: 25px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.section-heading h2 { margin: 0; text-transform: uppercase; font-size: 13px; line-height: 1.2; letter-spacing: .01em; font-weight: 900; }
.section-heading a { color: #383d39; font-size: 10px; white-space: nowrap; }
.compact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.portal-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 2px 6px rgba(22,26,22,.09); }
.portal-card .media { display:block; height: 86px; overflow:hidden; position:relative; background:#dde3d8; }
.portal-card .media img { width:100%;height:100%;object-fit:cover;transition:transform .25s ease; }
.portal-card:hover .media img { transform:scale(1.03); }
.card-copy { padding: 8px 8px 9px; min-height: 82px; }
.card-copy .category { color: #79ae00; font-size: 8px; text-transform: uppercase; font-weight: 900; }
.card-copy h3 { margin: 3px 0 5px; font-size: 11px; line-height: 1.18; font-weight: 820; }
.card-copy p, .card-copy time, .card-copy .place { margin:0; color:#666c66; font-size:8.5px; line-height:1.3; }
.card-copy .place { display:block; margin-top:4px; }
.event-media { height: 78px !important; }
.event-date { position:absolute; left:8px; bottom:0; width:40px; min-height:42px; background:rgba(255,255,255,.96); text-align:center; border-radius:4px 4px 0 0; padding-top:2px; color:#171917; box-shadow:0 1px 4px rgba(0,0,0,.16); }
.event-date b { display:block; color:#70aa00; font-size:19px; line-height:20px; }
.event-date small { font-size:8px; font-weight:900; }
.event-card .card-copy { min-height:90px; }
.story-card .media { height: 82px; }
.story-card .card-copy { min-height: 65px; }
.story-card .card-copy h3 { font-size: 11.5px; }

.schedule-card { border:1px solid var(--line); border-radius:6px; overflow:hidden; box-shadow:0 2px 6px rgba(22,26,22,.09); background:#fff; }
.schedule-row { min-height: 35px; display:grid; grid-template-columns:95px minmax(0,1fr) 30px auto; align-items:center; gap:9px; padding:3px 8px 3px 10px; border-bottom:1px solid #eceeea; position:relative; }
.schedule-row:last-child { border-bottom:0; }
.schedule-row.is-live { background:linear-gradient(90deg,#ecf7dc,#e7f2dc); }
.schedule-row time { font-size:9px; }
.schedule-info strong { display:block; font-size:10px; }
.schedule-info span { display:block; font-size:8px; color:#5e645e; }
.presenter { width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #dfe3dc; }
.live-badge { background:#7eb700;color:#fff;border-radius:4px;padding:3px 7px;text-transform:uppercase;font-size:7px;font-weight:900;white-space:nowrap; }

.sidebar { margin-top: -215px; position: relative; z-index: 9; display:flex; flex-direction:column; gap:12px; }
.side-card { background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow);padding:14px; }
.side-title { display:block;color:#75ad00;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.01em; }
.weather-card { min-height: 214px; padding:14px 15px 12px; }
.weather-main { display:grid;grid-template-columns:58px 55px 1fr;align-items:center;margin-top:7px; }
.weather-icon { width:52px;height:42px;position:relative;display:block; }
.weather-icon:before { content:"";position:absolute;left:17px;top:1px;width:23px;height:23px;border-radius:50%;background:#ffb900;box-shadow:-18px 7px 0 -8px #ffb900,18px 7px 0 -8px #ffb900,0 -18px 0 -9px #ffb900; }
.weather-icon:after { content:"";position:absolute;left:5px;bottom:1px;width:46px;height:22px;border-radius:16px;background:linear-gradient(#e7e9f2,#cdd1e0);box-shadow:18px 5px 0 -7px #d7dae6; }
.weather-main > strong { font-size:34px;font-weight:520;letter-spacing:-.05em; }
.weather-main div b { display:block;font-size:10px; }.weather-main div small{display:block;color:#666;font-size:9px;margin-top:2px;}
.weather-facts { display:flex;justify-content:space-between;border-top:1px solid #eff0ed;border-bottom:1px solid #eff0ed;padding:9px 1px;margin:8px 0;color:#626862;font-size:8.5px; }
.forecast { display:grid;grid-template-columns:repeat(4,1fr);text-align:center; }
.forecast span { font-size:8px;border-right:1px solid #efefed; }.forecast span:last-child{border-right:0}.forecast small{display:block;font-size:18px;margin:2px 0}.forecast b{display:block;font-size:9px}.forecast em{font-style:normal;color:#8b908b;font-weight:500}
.weather-card > a,.tip-card > a,.traffic-card > a { display:block;text-align:center;color:#6fa500;font-weight:750;font-size:8.5px;margin-top:7px; }
.tip-card { padding:13px 12px 10px; }
.tip-visual { display:block;height:78px;margin-top:6px;border-radius:5px;overflow:hidden;position:relative; }
.tip-visual img{width:100%;height:100%;object-fit:cover}.tip-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 70%)}.tip-visual strong{position:absolute;z-index:2;left:10px;bottom:8px;color:white;font-size:10px;line-height:1.2}
.tip-card > a { text-align:left; }
.traffic-card { display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center;min-height:84px; }
.traffic-card small{display:block;color:#666;font-size:8.5px;margin-top:5px}.traffic-count{width:26px;height:26px;border:1px solid #80b700;border-radius:50%;display:grid;place-items:center;color:#75aa00;font-weight:800}.traffic-card>a{grid-column:1/-1;text-align:left;margin:2px 0 0}
.app-card { min-height: 153px; border-radius:7px;overflow:hidden;position:relative;color:#fff;padding:14px 13px;background:linear-gradient(135deg,#75ab00,#426b00);box-shadow:var(--shadow); }
.app-copy { width:62%;position:relative;z-index:2 }.app-copy>span{display:block;text-transform:uppercase;font-weight:900;font-size:12px}.app-copy>strong{display:block;font-size:9px;margin:2px 0 7px}.app-copy ul{padding:0;margin:0 0 9px;list-style:none;font-size:8.5px;line-height:1.55}.app-copy li:before{content:"◉";margin-right:5px}.store-buttons{display:flex;gap:5px}.store-buttons b{background:#050505;border:1px solid rgba(255,255,255,.55);padding:4px 6px;border-radius:4px;font-size:7px;white-space:nowrap}.phone{position:absolute;right:-5px;bottom:-18px;width:92px;height:160px;border-radius:18px;background:#0b0c0b;border:5px solid #111;transform:rotate(8deg);box-shadow:0 6px 18px rgba(0,0,0,.35)}.phone:before{content:"";position:absolute;top:3px;left:28px;width:28px;height:5px;border-radius:8px;background:#252725}.phone-screen{position:absolute;inset:8px 4px 4px;border-radius:10px;background:radial-gradient(circle at 50% 30%,#28341d,#050706 70%);display:grid;place-items:center;overflow:hidden}.phone-screen img{width:76px;filter:drop-shadow(0 2px 2px #000)}

.site-footer { background:linear-gradient(90deg,#080a09,#111412);color:#e8ebe7;padding:18px 0 16px; }
.footer-grid { display:grid;grid-template-columns:220px repeat(4,1fr) 155px;gap:28px;align-items:start; }
.footer-brand { height:90px;display:flex;align-items:center }.footer-brand img{width:170px}.footer-grid>div:not(.footer-brand):not(.footer-domain){display:flex;flex-direction:column}.footer-grid strong{font-size:9px;text-transform:uppercase;margin-bottom:4px}.footer-grid a{font-size:9px;color:#d4d8d3;line-height:1.55}.footer-domain b{font-size:17px;font-weight:500}.socials{display:flex;gap:9px;margin-top:12px}.socials span{width:25px;height:25px;border:1px solid #6e746e;border-radius:50%;display:grid;place-items:center;font-size:11px}

@media (max-width: 1120px) {
  :root{--sidebar:230px;--gap:22px}.main-nav{gap:18px}.brand{width:145px}.listen-button{padding-inline:13px}.live-player{grid-template-columns:56px 165px 1fr 60px 48px 125px}.volume{display:none}.portal-main{gap:18px}.footer-grid{grid-template-columns:190px repeat(4,1fr);}.footer-domain{display:none}
}
@media (max-width: 900px) {
  .site-header{height:68px}.header-inner{gap:12px}.menu-toggle{display:flex;margin-left:auto;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;padding:9px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:#fff;border-radius:2px}.main-nav{position:absolute;left:0;right:0;top:68px;background:#0b0d0c;display:none;flex-direction:column;align-items:flex-start;padding:18px 22px 24px;gap:15px}.main-nav.is-open{display:flex}.listen-button{margin-left:0}.search-button{display:none}.hero{height:370px}.page-layout{grid-template-columns:1fr}.player-stage{margin-top:-35px}.sidebar{margin-top:0;display:grid;grid-template-columns:1fr 1fr}.portal-main{grid-template-columns:1fr}.footer-grid{grid-template-columns:170px repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){display:none!important}
}
@media (max-width: 650px) {
  .page-shell{width:min(100% - 24px,var(--page))}.brand{width:132px}.brand img{width:132px}.listen-button{font-size:0;width:43px;height:40px;padding:0;justify-content:center}.listen-button svg{width:18px}.hero{height:440px}.hero-inner{padding-top:38px}.hero-logo{width:250px;height:135px}.hero h1{font-size:34px;max-width:390px}.hero p{font-size:18px}.hero-actions{flex-direction:column;align-items:stretch;max-width:300px;gap:10px}.signal-rings{right:-85px;top:75px;opacity:.25}.live-player{grid-template-columns:50px 1fr 56px;padding:13px;min-height:88px}.host-avatar{width:48px;height:48px}.waveform,.track-cover,.track-info,.volume{display:none}.now-show span{font-size:9px}.player-button{width:52px;height:52px}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-grid article:last-child{display:none}.portal-card .media{height:105px}.sidebar{grid-template-columns:1fr}.section-heading h2{font-size:12px}.section-heading a{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-brand{grid-column:1/-1;height:70px}.footer-brand img{width:155px}.footer-grid>div:nth-child(3){display:none!important}
}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.waveform i{animation:none}*{transition:none!important}}

/*
 * v8 – komfortable Standarddarstellung
 *
 * Die Desktop-Ansicht ist bewusst etwa so groß und gut lesbar wie die
 * bisherige Seite bei ca. 125–130 % Browser-Zoom. Dabei wird nicht die
 * komplette Seite technisch gezoomt; Typografie, Abstände, Karten und
 * Bedienelemente wurden nativ vergrößert. So bleiben Responsive Layout,
 * Schärfe und Bedienbarkeit erhalten.
 */
@media (min-width: 1500px) {
  :root {
    --page: 1540px;
    --sidebar: 305px;
    --gap: 36px;
    --shadow: 0 4px 16px rgba(20, 24, 20, .13);
  }

  body { font-size: 16px; line-height: 1.42; }
  .page-shell { width: min(var(--page), calc(100% - 52px)); }

  .site-header { height: 86px; }
  .header-inner { gap: 30px; }
  .brand { width: 190px; height: 76px; }
  .brand img { width: 186px; }
  .main-nav { gap: 34px; margin-left: 10px; }
  .main-nav a { font-size: 15px; }
  .chevron { font-size: 17px; }
  .listen-button { border-radius: 7px; padding: 14px 22px; gap: 10px; font-size: 15px; }
  .listen-button svg { width: 17px; }
  .search-button { width: 44px; height: 44px; padding: 8px; }
  .search-button svg { width: 25px; }

  .hero { height: 420px; }
  .hero-inner { padding-top: 27px; }
  .hero-logo { width: 365px; height: 174px; margin-left: -11px; margin-bottom: -4px; }
  .hero h1 { font-size: clamp(40px, 3.1vw, 52px); }
  .hero p { margin: 7px 0 18px; font-size: 27px; }
  .hero-actions { gap: 21px; }
  .button { height: 51px; border-radius: 7px; padding: 0 28px; gap: 11px; font-size: 15px; }
  .button svg { width: 17px; }
  .button-outline { min-width: 265px; }
  .button-outline span { font-size: 22px; }
  .signal-rings { right: 14%; top: 43px; width: 338px; height: 326px; }
  .signal-rings i { border-width: 6px; }
  .signal-rings i:nth-child(1) { width: 151px; height: 151px; left: 85px; bottom: 67px; }
  .signal-rings i:nth-child(2) { width: 248px; height: 248px; left: 36px; bottom: 18px; }
  .signal-rings i:nth-child(3) { width: 345px; height: 345px; left: -12px; bottom: -30px; }

  .player-stage { margin-top: -43px; }
  .live-player {
    min-height: 118px;
    border-radius: 12px;
    padding: 16px 24px 16px 20px;
    grid-template-columns: 76px 220px minmax(90px, 1fr) 82px 66px 185px 142px;
    gap: 15px;
  }
  .host-avatar { width: 70px; height: 70px; border-width: 3px; }
  .host-avatar span { right: -5px; bottom: -8px; border-radius: 6px; font-size: 11px; padding: 3px 6px; }
  .now-show small, .track-info small { font-size: 12px; }
  .now-show strong, .track-info strong { font-size: 17px; margin-top: 2px; }
  .now-show span, .track-info span { font-size: 13px; margin-top: 3px; }
  .waveform { height: 55px; gap: 4px; }
  .waveform i { width: 3px; height: 15px; }
  .waveform i:nth-child(2n) { height: 29px; }
  .waveform i:nth-child(3n) { height: 41px; }
  .waveform i:nth-child(5n) { height: 21px; }
  .player-button { width: 70px; height: 70px; }
  .player-button svg { width: 29px; }
  .track-cover { width: 59px; height: 66px; border-radius: 4px; }
  .volume { gap: 10px; }
  .volume svg { width: 25px; }
  .volume input { width: 100px; }
  .player-message { margin: 5px 10px 0; font-size: 13px; }

  .portal { padding-top: 28px; padding-bottom: 31px; }
  .portal-main { gap: 29px 31px; }
  .section-heading { height: 33px; gap: 12px; }
  .section-heading h2 { font-size: 16px; }
  .section-heading a { font-size: 12px; }
  .compact-grid { gap: 13px; }
  .portal-card { border-radius: 8px; box-shadow: 0 3px 9px rgba(22,26,22,.1); }
  .portal-card .media { height: 108px; }
  .card-copy { padding: 11px 11px 12px; min-height: 104px; }
  .card-copy .category { font-size: 10px; }
  .card-copy h3 { margin: 4px 0 7px; font-size: 14px; line-height: 1.24; }
  .card-copy p, .card-copy time, .card-copy .place { font-size: 10.5px; line-height: 1.38; }
  .card-copy .place { margin-top: 5px; }
  .event-media { height: 99px !important; }
  .event-date { left: 10px; width: 49px; min-height: 52px; border-radius: 5px 5px 0 0; padding-top: 3px; }
  .event-date b { font-size: 23px; line-height: 25px; }
  .event-date small { font-size: 10px; }
  .event-card .card-copy { min-height: 112px; }
  .story-card .media { height: 103px; }
  .story-card .card-copy { min-height: 82px; }
  .story-card .card-copy h3 { font-size: 14.5px; }

  .schedule-card { border-radius: 8px; box-shadow: 0 3px 9px rgba(22,26,22,.1); }
  .schedule-row { min-height: 45px; grid-template-columns: 118px minmax(0,1fr) 38px auto; gap: 11px; padding: 4px 10px 4px 13px; }
  .schedule-row time { font-size: 11px; }
  .schedule-info strong { font-size: 12.5px; }
  .schedule-info span { font-size: 10px; }
  .presenter { width: 35px; height: 35px; }
  .live-badge { border-radius: 5px; padding: 4px 9px; font-size: 9px; }

  .sidebar { margin-top: -262px; gap: 15px; }
  .side-card { border-radius: 9px; padding: 17px; }
  .side-title { font-size: 12px; }
  .weather-card { min-height: 263px; padding: 17px 18px 15px; }
  .weather-main { grid-template-columns: 70px 67px 1fr; margin-top: 9px; }
  .weather-icon { width: 63px; height: 51px; }
  .weather-icon:before { left: 21px; top: 1px; width: 28px; height: 28px; box-shadow: -22px 9px 0 -10px #ffb900, 22px 9px 0 -10px #ffb900, 0 -22px 0 -11px #ffb900; }
  .weather-icon:after { left: 6px; bottom: 1px; width: 56px; height: 27px; border-radius: 19px; box-shadow: 22px 6px 0 -9px #d7dae6; }
  .weather-main > strong { font-size: 42px; }
  .weather-main div b { font-size: 12px; }
  .weather-main div small { font-size: 11px; margin-top: 3px; }
  .weather-facts { padding: 11px 1px; margin: 10px 0; font-size: 10.5px; }
  .forecast span { font-size: 10px; }
  .forecast small { font-size: 22px; margin: 3px 0; }
  .forecast b { font-size: 11px; }
  .weather-card > a, .tip-card > a, .traffic-card > a { font-size: 10.5px; margin-top: 9px; }
  .tip-card { padding: 16px 15px 12px; }
  .tip-visual { height: 98px; margin-top: 8px; border-radius: 6px; }
  .tip-visual strong { left: 12px; bottom: 10px; font-size: 12.5px; }
  .traffic-card { gap: 5px 12px; min-height: 104px; }
  .traffic-card small { font-size: 10.5px; margin-top: 6px; }
  .traffic-count { width: 32px; height: 32px; }
  .app-card { min-height: 188px; border-radius: 9px; padding: 17px 16px; }
  .app-copy > span { font-size: 15px; }
  .app-copy > strong { font-size: 11px; margin: 3px 0 9px; }
  .app-copy ul { margin-bottom: 11px; font-size: 10.5px; }
  .store-buttons { gap: 6px; }
  .store-buttons b { padding: 5px 8px; border-radius: 5px; font-size: 8.5px; }
  .phone { right: -6px; bottom: -22px; width: 112px; height: 195px; border-radius: 22px; border-width: 6px; }
  .phone:before { top: 4px; left: 34px; width: 34px; height: 6px; }
  .phone-screen { inset: 10px 5px 5px; border-radius: 12px; }
  .phone-screen img { width: 93px; }

  .site-footer { padding: 24px 0 21px; }
  .footer-grid { grid-template-columns: 270px repeat(4,1fr) 190px; gap: 34px; }
  .footer-brand { height: 110px; }
  .footer-brand img { width: 208px; }
  .footer-grid strong { font-size: 11px; margin-bottom: 6px; }
  .footer-grid a { font-size: 11px; line-height: 1.65; }
  .footer-domain b { font-size: 21px; }
  .socials { gap: 11px; margin-top: 15px; }
  .socials span { width: 31px; height: 31px; font-size: 13px; }
}

/* Mittlere Desktop- und Tablet-Breite: ebenfalls besser lesbar, aber kompakter. */
@media (min-width: 901px) and (max-width: 1499px) {
  :root { --sidebar: 255px; --gap: 24px; }
  body { font-size: 15px; }
  .site-header { height: 76px; }
  .brand { width: 158px; height: 66px; }
  .brand img { width: 154px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 13.5px; }
  .listen-button { padding: 12px 14px; font-size: 13px; }
  .hero { height: 385px; }
  .hero-logo { width: 325px; height: 158px; }
  .hero h1 { font-size: clamp(35px, 4vw, 45px); }
  .hero p { font-size: 23px; }
  .live-player { min-height: 105px; grid-template-columns: 64px 180px 1fr 65px 52px 140px; padding: 14px 18px; }
  .host-avatar { width: 60px; height: 60px; }
  .now-show small, .track-info small { font-size: 10.5px; }
  .now-show strong, .track-info strong { font-size: 15px; }
  .now-show span, .track-info span { font-size: 11px; }
  .player-button { width: 60px; height: 60px; }
  .track-cover { width: 50px; height: 58px; }
  .volume { display: none; }
  .section-heading h2 { font-size: 14px; }
  .section-heading a { font-size: 11px; }
  .portal-card .media { height: 96px; }
  .card-copy { min-height: 92px; padding: 9px 9px 10px; }
  .card-copy .category { font-size: 9px; }
  .card-copy h3 { font-size: 12.5px; }
  .card-copy p, .card-copy time, .card-copy .place { font-size: 9.5px; }
  .event-media { height: 87px !important; }
  .story-card .media { height: 91px; }
  .schedule-row { min-height: 40px; }
  .schedule-row time { font-size: 10px; }
  .schedule-info strong { font-size: 11px; }
  .schedule-info span { font-size: 9px; }
  .sidebar { margin-top: -230px; }
  .side-title { font-size: 11px; }
  .weather-main > strong { font-size: 37px; }
  .weather-main div b { font-size: 11px; }
  .weather-main div small, .weather-facts, .traffic-card small { font-size: 9.5px; }
  .app-copy > span { font-size: 13px; }
  .app-copy > strong { font-size: 10px; }
  .app-copy ul { font-size: 9.5px; }
}

/* Auf kleinen Bildschirmen bleibt das Layout responsiv, die Schrift ist jedoch nicht unnötig klein. */
@media (max-width: 900px) {
  body { font-size: 15px; }
  .main-nav a { font-size: 15px; }
  .section-heading h2 { font-size: 14px; }
  .section-heading a { font-size: 11px; }
  .card-copy .category { font-size: 9.5px; }
  .card-copy h3 { font-size: 13px; }
  .card-copy p, .card-copy time, .card-copy .place { font-size: 10px; }
  .schedule-row time { font-size: 10px; }
  .schedule-info strong { font-size: 11px; }
  .schedule-info span { font-size: 9px; }
  .side-title { font-size: 11px; }
  .footer-grid strong, .footer-grid a { font-size: 10px; }
}

/*
 * v9 – eigener Landwelle Cookie-Consent
 *
 * Der Dialog blockiert beim ersten Besuch die Bedienung, bis eine echte
 * Entscheidung getroffen wurde. Ablehnen und Akzeptieren sind direkt
 * erreichbar. Spätere optionale Dienste können auf das JavaScript-Ereignis
 * `landwelle:consent-changed` reagieren.
 */
.footer-consent-button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 0;
  color: #d4d8d3;
  background: transparent;
  font-size: inherit;
  line-height: 1.65;
  text-align: left;
}
.footer-consent-button:hover,
.footer-consent-button:focus-visible {
  color: #a8d73e;
  border-bottom-color: currentColor;
}

html.consent-open,
html.consent-open body {
  overflow: hidden;
}

.consent-layer[hidden] { display: none; }
.consent-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 15%, rgba(127, 189, 0, .18), transparent 33%),
    rgba(3, 5, 4, .82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.consent-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(780px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48), 0 0 0 1px rgba(127, 189, 0, .08);
  outline: none;
}

.consent-brand-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 30px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(127, 189, 0, .96), rgba(77, 122, 0, .92) 43%, rgba(8, 11, 9, .96) 43.5%, #050706 100%);
}
.consent-brand-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .35));
  pointer-events: none;
}
.consent-brand-panel img {
  position: relative;
  z-index: 2;
  width: 255px;
  margin: 0 0 25px -5px;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .45));
}
.consent-brand-panel > span {
  position: relative;
  z-index: 2;
  max-width: 245px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}
.consent-signal {
  position: absolute;
  z-index: 1;
  right: -55px;
  top: 48px;
  width: 285px;
  height: 285px;
  opacity: .35;
  transform: rotate(-8deg);
}
.consent-signal i {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 5px solid rgba(255, 255, 255, .95);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.consent-signal i:nth-child(1) { width: 100px; height: 100px; right: 91px; bottom: 91px; }
.consent-signal i:nth-child(2) { width: 190px; height: 190px; right: 46px; bottom: 46px; }
.consent-signal i:nth-child(3) { width: 280px; height: 280px; }

.consent-content {
  min-width: 0;
  overflow: auto;
  padding: 38px 42px 30px;
  scrollbar-width: thin;
  scrollbar-color: #9acb2b #eef1eb;
}
.consent-kicker {
  display: block;
  margin-bottom: 7px;
  color: #70a900;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.consent-content h2 {
  margin: 0;
  color: #111411;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.consent-content > p {
  margin: 14px 0 0;
  color: #545b54;
  font-size: 15px;
  line-height: 1.55;
}

.consent-current {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 13px 15px;
  border: 1px solid #dce8c5;
  border-radius: 10px;
  background: linear-gradient(90deg, #f3f9e9, #fbfcf8);
}
.consent-current-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(#92cb18, #71a900);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(112, 169, 0, .24);
}
.consent-current strong,
.consent-current small { display: block; }
.consent-current strong { color: #202520; font-size: 13px; }
.consent-current small { margin-top: 2px; color: #626962; font-size: 11px; line-height: 1.4; }

.consent-settings-toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding: 0 15px;
  border: 1px solid #dfe4dc;
  border-radius: 9px;
  color: #242824;
  background: #f7f8f5;
  font-weight: 800;
  text-align: left;
}
.consent-settings-toggle:hover { background: #f0f4eb; border-color: #c9d6bc; }
.consent-settings-toggle:focus-visible,
.consent-action:focus-visible,
.consent-close:focus-visible,
.consent-switch input:focus-visible + span {
  outline: 3px solid rgba(127, 189, 0, .38);
  outline-offset: 3px;
}
.consent-toggle-arrow {
  color: #6ea400;
  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}
.consent-settings-toggle[aria-expanded="true"] .consent-toggle-arrow { transform: rotate(180deg); }

.consent-settings[hidden] { display: none; }
.consent-settings {
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid #e2e6df;
  border-radius: 10px;
  background: #fff;
}
.consent-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 15px;
  border-bottom: 1px solid #edf0eb;
}
.consent-category:last-child { border-bottom: 0; }
.consent-category strong { display: block; color: #1a1e1a; font-size: 13px; }
.consent-category p { margin: 3px 0 0; color: #697069; font-size: 11px; line-height: 1.45; }

.consent-switch {
  position: relative;
  display: block;
  width: 48px;
  height: 27px;
  flex: 0 0 auto;
}
.consent-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.consent-switch span {
  position: absolute;
  inset: 0;
  border: 1px solid #bdc4bb;
  border-radius: 999px;
  background: #dfe3dc;
  transition: background .18s ease, border-color .18s ease;
  cursor: pointer;
}
.consent-switch span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: transform .18s ease;
}
.consent-switch input:checked + span {
  border-color: #72aa00;
  background: linear-gradient(#90c919, #73a900);
}
.consent-switch input:checked + span:after { transform: translateX(21px); }
.consent-switch-locked span { opacity: .72; cursor: default; }

.consent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.consent-action {
  min-height: 48px;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}
.consent-action-essential {
  border: 1px solid #202420;
  color: #fff;
  background: #151815;
}
.consent-action-essential:hover { background: #292d29; }
.consent-action-save {
  border: 1px solid #bfc6bb;
  color: #262b26;
  background: #fff;
}
.consent-action-save:hover { background: #f4f6f2; }
.consent-action-all {
  border: 1px solid #75ad00;
  color: #fff;
  background: linear-gradient(#92cb18, #73a900);
  box-shadow: inset 0 1px rgba(255, 255, 255, .26), 0 4px 12px rgba(111, 166, 0, .2);
}
.consent-action-all:hover { background: linear-gradient(#9bd520, #7ab400); }
.consent-note {
  margin-top: 13px !important;
  color: #767d76 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  text-align: center;
}
.consent-status {
  min-height: 17px;
  margin-top: 4px !important;
  color: #5e8d00 !important;
  font-size: 11px !important;
  font-weight: 750;
  text-align: center;
}
.consent-close {
  position: absolute;
  z-index: 8;
  right: 13px;
  top: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dce0d9;
  border-radius: 50%;
  color: #333833;
  background: rgba(255, 255, 255, .94);
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.consent-close[hidden] { display: none; }
.consent-close:hover { color: #fff; background: #111411; border-color: #111411; }

@media (min-width: 1500px) {
  .footer-consent-button { font-size: 11px; }
  .consent-dialog { width: min(1160px, 100%); grid-template-columns: 370px minmax(0, 1fr); }
  .consent-content { padding: 43px 48px 34px; }
  .consent-content > p { font-size: 16px; }
  .consent-category strong { font-size: 14px; }
  .consent-category p, .consent-current small, .consent-note { font-size: 12px !important; }
  .consent-action { min-height: 53px; font-size: 13px; }
}

@media (max-width: 820px) {
  .consent-layer { padding: 14px; align-items: end; }
  .consent-dialog {
    width: 100%;
    max-height: calc(100vh - 28px);
    grid-template-columns: 1fr;
    border-radius: 16px;
  }
  .consent-brand-panel {
    min-height: 125px;
    justify-content: center;
    padding: 20px 24px;
  }
  .consent-brand-panel img { width: 205px; margin: 0; }
  .consent-brand-panel > span { display: none; }
  .consent-signal { right: -70px; top: -70px; transform: scale(.7) rotate(-8deg); }
  .consent-content { padding: 25px 25px 22px; }
  .consent-content h2 { padding-right: 24px; font-size: 29px; }
  .consent-content > p { font-size: 14px; }
  .consent-close { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(0,0,0,.35); }
}

@media (max-width: 560px) {
  .consent-layer { padding: 0; }
  .consent-dialog {
    max-height: 100vh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .consent-brand-panel { min-height: 104px; padding: 14px 19px; }
  .consent-brand-panel img { width: 175px; }
  .consent-content { padding: 20px 18px 18px; }
  .consent-kicker { font-size: 10px; }
  .consent-content h2 { font-size: 26px; }
  .consent-content > p { margin-top: 10px; font-size: 13px; line-height: 1.45; }
  .consent-current { grid-template-columns: 32px 1fr; gap: 9px; margin-top: 15px; padding: 10px 11px; }
  .consent-current-icon { width: 30px; height: 30px; font-size: 15px; }
  .consent-current strong { font-size: 12px; }
  .consent-current small { font-size: 10px; }
  .consent-settings-toggle { min-height: 43px; margin-top: 12px; font-size: 12px; }
  .consent-category { gap: 13px; padding: 12px; }
  .consent-category strong { font-size: 12px; }
  .consent-category p { font-size: 10px; }
  .consent-actions { grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .consent-action { min-height: 44px; }
  .consent-action-all { order: -1; }
  .consent-note { margin-top: 10px !important; font-size: 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .consent-toggle-arrow,
  .consent-switch span,
  .consent-switch span:after { transition: none; }
}

/* v10: Live-Wetter Visselhövede */
.weather-live-icon{display:grid;place-items:center;width:58px;height:52px;font-size:34px;line-height:1;filter:drop-shadow(0 4px 7px rgba(0,0,0,.1))}
.weather-card.is-loading [data-weather-description]{color:#7b837c}
.weather-card.is-error{border-color:#f0c9a9}
.weather-card.is-error [data-weather-description]{color:#a45b1f}
.weather-updated{display:block;margin-top:5px;text-align:center;color:#8d948e;font-size:7.5px}
.weather-skeleton{display:block;width:75%;height:42px;margin:5px auto;border-radius:7px;background:linear-gradient(90deg,#eef1ee 25%,#f8faf8 45%,#eef1ee 65%);background-size:220% 100%;animation:weatherShimmer 1.4s infinite}
@keyframes weatherShimmer{to{background-position:-220% 0}}
.forecast span small.weather-forecast-icon{font-size:21px;line-height:1.2}
@media (min-width:1500px){.weather-live-icon{width:70px;height:61px;font-size:42px}.weather-updated{font-size:9px}.forecast span small.weather-forecast-icon{font-size:25px}}

/* v11 – dynamische AzuraCast-Titeldaten und externe Cover */
.track-info small em,
.track-info small a {
  display: inline-block;
  margin-left: 5px;
  color: #8d958e;
  font-size: .72em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.track-info small a:hover { color: #b9e55d; text-decoration: underline; }
.track-cover img { transition: opacity .2s ease, transform .25s ease; }
.track-cover.is-loading img { opacity: .45; transform: scale(.96); }
.live-player.is-stale .track-info small::after {
  content: " · zwischengespeichert";
  color: #f1bd5d;
  font-size: .75em;
  text-transform: none;
}


/* v13 – der große Liveplayer öffnet als eigenständiges Browserfenster unter /player. */
.footer-player-button {
  width: max-content;
  margin: 0;
  padding: 0;
  border: 0;
  color: #d4d8d3;
  background: transparent;
  font-size: 9px;
  line-height: 1.55;
  text-align: left;
}
.footer-player-button:hover { color: #a6db34; }
[data-player-open]:focus-visible {
  outline: 3px solid rgba(183, 232, 78, .72);
  outline-offset: 3px;
}
@media (min-width: 1500px) {
  .footer-player-button { font-size: 11px; }
}

/* v14 – Bildkorrekturen, Unterseiten, Verkehr und Programm */
.host-avatar img{object-position:50% 46%;transform:scale(1.04);transform-origin:center;border-radius:50%}
.portal-card .media img{object-position:center center}
.news-card .media{background:#dfe5db}
.news-card .media img{object-position:center 52%}
.footer-consent-button{border:0;background:transparent;color:#d4d8d3;padding:0;text-align:left;font-size:9px;line-height:1.55}
.footer-domain{display:flex;flex-direction:column;gap:4px}.footer-domain>a{font-size:9px;color:#d4d8d3}

.subpage-main{min-height:65vh;background:linear-gradient(#f7f8f5,#fff 420px)}
.subpage-hero{position:relative;overflow:hidden;color:#fff;padding:76px 0 70px;background:linear-gradient(110deg,rgba(4,8,5,.96),rgba(29,47,17,.9)),url('/assets/hero-poster.jpg') center/cover}
.subpage-hero:after{content:"";position:absolute;right:8%;top:-55px;width:300px;height:300px;border:7px solid rgba(132,195,15,.28);border-radius:50%;box-shadow:0 0 0 45px rgba(132,195,15,.08),0 0 0 95px rgba(132,195,15,.05)}
.subpage-hero .page-shell{position:relative;z-index:2}.subpage-hero span{display:block;color:#a3d52f;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.08em}.subpage-hero h1{margin:8px 0 10px;font-size:clamp(38px,5vw,65px);line-height:1;letter-spacing:-.04em}.subpage-hero p{max-width:760px;margin:0;color:#f0f3ed;font-size:19px;line-height:1.5}
.content-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:46px;padding-top:48px;padding-bottom:58px;align-items:start}.content-page-body{display:grid;gap:18px}.content-block{background:#fff;border:1px solid var(--line);border-radius:12px;padding:27px 30px;box-shadow:0 3px 14px rgba(20,24,20,.08)}.content-block h2{margin:0 0 9px;font-size:23px}.content-block p{margin:0;color:#535b53;font-size:16px;line-height:1.65}.content-block ul{margin:16px 0 0;padding-left:20px;color:#535b53}.content-cta{display:inline-flex;margin-top:20px;padding:11px 16px;border-radius:7px;background:var(--green);color:#fff;font-weight:800}.content-side{position:sticky;top:24px;background:linear-gradient(145deg,#0b0e0b,#182015);color:#fff;border-radius:13px;padding:26px;box-shadow:0 10px 30px rgba(0,0,0,.16)}.content-side img{width:210px;margin:0 auto 18px}.content-side strong{font-size:19px}.content-side p{color:#cfd6cc;line-height:1.55}.content-side a{display:inline-flex;color:#a5dc31;font-weight:800}.content-updated{color:#858b85;font-size:12px}

.excursion-section,.program-page,.traffic-page{padding-top:42px;padding-bottom:64px}.filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:27px}.filter-bar button,.traffic-tabs button{border:1px solid #d9ded6;background:#fff;border-radius:999px;padding:10px 17px;font-weight:800;color:#394039}.filter-bar button.is-active,.traffic-tabs button.is-active{background:var(--green);border-color:var(--green);color:#fff}.excursion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.excursion-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(20,24,20,.09)}.excursion-card.is-featured{grid-column:span 1}.excursion-image{height:210px;display:block;position:relative;overflow:hidden}.excursion-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.excursion-card:hover .excursion-image img{transform:scale(1.035)}.excursion-image span{position:absolute;left:14px;top:14px;background:rgba(10,13,10,.86);color:#a8dc39;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;text-transform:uppercase}.excursion-card>div{padding:20px}.excursion-card small{color:#6d756d;font-weight:700}.excursion-card h2{margin:7px 0 9px;font-size:22px}.excursion-card p{margin:0 0 17px;color:#555d55;line-height:1.55}.excursion-card>div>a{color:#6b9f00;font-weight:850}.source-note{margin-top:28px;background:#eff6e6;border-left:4px solid var(--green);padding:16px 18px;border-radius:7px;color:#4c5549}

.traffic-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:10px}.traffic-tabs{display:flex;gap:8px}.traffic-toolbar>div:last-child{display:flex;align-items:center;gap:13px;color:#616861}.traffic-toolbar [data-traffic-refresh]{border:0;border-radius:7px;background:#101411;color:#fff;padding:10px 14px;font-weight:800}.traffic-toolbar [data-traffic-refresh].is-loading{opacity:.6}.traffic-status{margin:0 0 18px;color:#737a73}.traffic-list{display:grid;gap:11px}.traffic-item{display:grid;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 20px;box-shadow:0 2px 9px rgba(20,24,20,.07)}.traffic-kind{display:inline-flex;justify-content:center;border-radius:999px;background:#eef5e4;color:#659800;padding:8px 11px;font-size:11px;font-weight:900;text-transform:uppercase}.traffic-item.is-camera .traffic-kind{background:#fff1e1;color:#c36a00}.traffic-item h3{margin:0 0 5px;font-size:17px}.traffic-item p{margin:0;color:#5a625a}.traffic-item small{display:block;margin-top:7px;color:#858b85}.traffic-item>a{color:#689d00;font-weight:850;white-space:nowrap}.traffic-empty{background:#fff;border:1px dashed #cbd2c8;border-radius:11px;padding:35px;text-align:center}.traffic-empty strong,.traffic-empty span{display:block}.traffic-empty span{margin-top:6px;color:#747b74}.traffic-disclaimer{margin:22px 0 0;padding:15px 17px;background:#f3f5f1;border-radius:8px;color:#646b64;font-size:13px}.traffic-disclaimer a{color:#659800;font-weight:800}

.program-day{margin-bottom:34px}.program-day>h2{font-size:25px;margin:0 0 14px}.program-list{display:grid;gap:10px}.program-entry{display:grid;grid-template-columns:125px 64px minmax(0,1fr) auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px 18px;box-shadow:0 2px 10px rgba(20,24,20,.07)}.program-entry.is-live{border-color:#a6d34a;background:linear-gradient(90deg,#f2fae7,#fff)}.program-entry time{font-size:14px;font-weight:850}.program-entry img{width:58px;height:58px;border-radius:50%;object-fit:cover;object-position:center 35%;border:2px solid #e0e5dd}.program-entry span{color:#72a700;text-transform:uppercase;font-size:10px;font-weight:900}.program-entry h3{margin:3px 0 2px;font-size:19px}.program-entry strong{font-size:13px}.program-entry p{margin:5px 0 0;color:#626a62}.program-entry>b{background:var(--green);color:#fff;border-radius:6px;padding:7px 10px;text-transform:uppercase;font-size:10px}

@media(min-width:1500px){.footer-consent-button,.footer-domain>a{font-size:11px}.excursion-image{height:245px}.excursion-card h2{font-size:25px}.content-page-grid{grid-template-columns:minmax(0,1fr) 380px}.traffic-item{padding:21px 24px}.traffic-item h3{font-size:20px}}
@media(max-width:900px){.content-page-grid{grid-template-columns:1fr}.content-side{position:static}.excursion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.traffic-toolbar{align-items:flex-start;flex-direction:column}.traffic-item{grid-template-columns:105px minmax(0,1fr)}.traffic-item>a{grid-column:2}.program-entry{grid-template-columns:95px 54px minmax(0,1fr)}.program-entry>b{grid-column:3;width:max-content}}
@media(max-width:650px){.subpage-hero{padding:54px 0}.subpage-hero h1{font-size:38px}.subpage-hero p{font-size:16px}.content-page-grid{gap:24px;padding-top:28px}.content-block{padding:21px}.excursion-grid{grid-template-columns:1fr}.excursion-image{height:200px}.traffic-tabs{width:100%}.traffic-tabs button{flex:1}.traffic-toolbar>div:last-child{align-items:flex-start;flex-direction:column}.traffic-item{grid-template-columns:1fr;gap:9px;padding:16px}.traffic-item>a{grid-column:auto}.traffic-kind{width:max-content}.program-entry{grid-template-columns:64px minmax(0,1fr);gap:12px}.program-entry time{grid-column:1/-1}.program-entry img{width:54px;height:54px}.program-entry>b{grid-column:2}}

/*
 * v15 – neuer Hero, präzise Bildausschnitte, Hörerwünsche und Social-Footer
 */
.hero-video {
  object-position: center center;
}

/* Das Moderatorfoto bleibt exakt im runden Ausschnitt; der LIVE-Badge darf
   weiterhin außerhalb des Kreises sitzen. */
.host-avatar img {
  display: block;
  object-position: 50% 50%;
  transform: none;
  clip-path: circle(49% at 50% 50%);
}

/* Überschrift und Karten bekommen voneinander unabhängige Layoutbereiche.
   Damit können weder Überschriften noch Bilder optisch ineinander rutschen. */
.portal-section {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.section-heading {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 29px;
  margin-bottom: 7px;
  align-items: center;
}
.compact-grid {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.portal-card .media {
  isolation: isolate;
}
.portal-card .media img {
  display: block;
  object-position: 50% 50%;
  transform: none;
}
.portal-card:hover .media img {
  transform: scale(1.015);
}
.news-card .media img {
  object-position: 50% 50%;
}

/* Social-Kanäle und Copyright */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.045);
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: #a8db36;
  border-color: #83bd0c;
  background: rgba(127,189,0,.12);
  transform: translateY(-2px);
}
.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #969d96;
  font-size: 10px;
}
.footer-bottom span:last-child {
  color: #7fbd00;
  font-weight: 750;
}

/* Hörerwünsche & Grüße */
.wish-page {
  background: #f4f6f1;
}
.wish-hero {
  min-height: 335px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5,8,6,.9), rgba(8,12,9,.63) 55%, rgba(8,12,9,.32)),
    url('/assets/hero-poster.jpg') center 57% / cover no-repeat;
}
.wish-hero .page-shell {
  padding-bottom: 42px;
}
.wish-hero span {
  color: #a4d934;
}
.wish-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr);
  gap: 28px;
  margin-top: -52px;
  padding-bottom: 42px;
  align-items: start;
}
.wish-form-card,
.wish-side-card {
  border: 1px solid #dde2d9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(20,29,18,.13);
}
.wish-form-card {
  padding: 30px 34px 34px;
}
.wish-form-head {
  padding-bottom: 21px;
  border-bottom: 1px solid #e7eae4;
}
.wish-kicker {
  display: block;
  color: #70a900;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.wish-form-head h2 {
  margin: 5px 0 8px;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.wish-form-head p {
  max-width: 740px;
  margin: 0;
  color: #626a62;
  font-size: 14px;
  line-height: 1.55;
}
.wish-alert {
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.45;
}
.wish-alert b { display: block; margin-bottom: 2px; }
.wish-alert-success { border: 1px solid #cde3a4; color: #335200; background: #f1f9e6; }
.wish-alert-error { border: 1px solid #efc0bc; color: #7f241b; background: #fff0ee; }
.wish-form { margin-top: 23px; }
.wish-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 19px;
}
.wish-form label > span,
.wish-message > span {
  display: block;
  margin-bottom: 7px;
  color: #2e342e;
  font-size: 12px;
  font-weight: 820;
}
.wish-form input[type="text"],
.wish-form textarea {
  width: 100%;
  border: 1px solid #d5dbd1;
  border-radius: 8px;
  color: #171b17;
  background: #fbfcfa;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.wish-form input[type="text"] {
  height: 48px;
  padding: 0 13px;
}
.wish-form textarea {
  min-height: 132px;
  resize: vertical;
  padding: 12px 13px;
  font: inherit;
  line-height: 1.45;
}
.wish-form input:focus,
.wish-form textarea:focus {
  border-color: #7eb800;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(127,189,0,.12);
}
.wish-form input::placeholder,
.wish-form textarea::placeholder { color: #9aa09a; }
.wish-message { display: block; margin-top: 18px; }
.wish-message small {
  display: block;
  margin-top: 7px;
  color: #7a817a;
  font-size: 10px;
}
.wish-consent {
  display: grid;
  grid-template-columns: 19px minmax(0,1fr);
  gap: 9px;
  align-items: start;
  margin-top: 18px;
  color: #555d55;
  font-size: 11px;
  line-height: 1.45;
}
.wish-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: #78b000; }
.wish-consent > span { margin: 0 !important; font-size: inherit !important; font-weight: 500 !important; }
.wish-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(100%);
}
.wish-submit {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 21px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(#91cc17,#70a700);
  box-shadow: 0 7px 16px rgba(92,143,0,.24), inset 0 1px rgba(255,255,255,.25);
  font-weight: 850;
}
.wish-submit:hover { filter: brightness(1.05); }
.wish-submit:focus-visible { outline: 3px solid rgba(127,189,0,.36); outline-offset: 3px; }
.wish-submit svg { width: 20px; fill: currentColor; }
.wish-side-card {
  position: sticky;
  top: 24px;
  overflow: hidden;
  padding: 27px 26px 29px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(146,207,22,.26), transparent 32%),
    linear-gradient(145deg,#101511,#050706 70%);
}
.wish-side-card:after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -82px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(127,189,0,.12);
  border-radius: 50%;
}
.wish-side-card img { width: 215px; margin: 0 0 20px -7px; position: relative; z-index: 1; }
.wish-side-card > span { color: #9ed32f; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wish-side-card h2 { position: relative; z-index: 1; margin: 7px 0 12px; font-size: 27px; line-height: 1.08; letter-spacing: -.03em; }
.wish-side-card p { position: relative; z-index: 1; margin: 0; color: #c7cdc7; font-size: 13px; line-height: 1.55; }
.wish-side-card a { position: relative; z-index: 1; display: inline-flex; margin-top: 22px; color: #a8db36; font-weight: 820; }
.wish-wall {
  padding: 45px 0 58px;
  border-top: 1px solid #e2e7de;
  background: #fff;
}
.wish-wall-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.wish-wall-head span { color: #72a900; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wish-wall-head h2 { margin: 4px 0 0; font-size: 28px; letter-spacing: -.03em; }
.wish-wall-head > p { margin: 0; color: #727972; font-size: 12px; }
.wish-list { display: grid; gap: 11px; }
.wish-entry {
  display: grid;
  grid-template-columns: 50px minmax(0,1fr);
  gap: 15px;
  padding: 17px 20px;
  border: 1px solid #e0e5dc;
  border-radius: 11px;
  background: linear-gradient(90deg,#fbfdf8,#fff);
  box-shadow: 0 3px 11px rgba(25,32,23,.055);
}
.wish-entry-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#93ce1a,#699f00);
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(101,151,0,.2);
}
.wish-entry-main { min-width: 0; }
.wish-entry header { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.wish-entry header strong { display: inline; font-size: 14px; }
.wish-entry header div span { margin-left: 6px; color: #6b726b; font-size: 11px; }
.wish-entry time { color: #838983; font-size: 10px; white-space: nowrap; }
.wish-song { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 0; color: #303630; font-size: 12px; font-weight: 750; }
.wish-song span { padding: 2px 6px; border-radius: 4px; color: #608f00; background: #edf6dd; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.wish-text { margin: 7px 0 0; color: #565d56; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.wish-empty { padding: 45px 20px; border: 1px dashed #cfd8c8; border-radius: 12px; text-align: center; background: #f9fbf7; }
.wish-empty span { color: #7fbd00; font-size: 36px; }
.wish-empty h3 { margin: 7px 0 4px; font-size: 19px; }
.wish-empty p { margin: 0; color: #737a73; }
.wish-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 24px; }
.wish-pagination a,
.wish-pagination > span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d9ded5;
  border-radius: 7px;
  color: #3d443d;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.wish-pagination a:hover { border-color: #8cbe23; color: #5c8d00; }
.wish-pagination .is-current { color: #fff; border-color: #76ae00; background: #78b000; }
.wish-pagination .is-disabled { color: #b6bbb6; background: #f2f4f0; }
.wish-page-arrow { font-size: 17px !important; }

@media (min-width:1500px) {
  .section-heading { min-height: 35px; margin-bottom: 9px; }
  .footer-socials a { width: 39px; height: 39px; }
  .footer-socials svg { width: 22px; height: 22px; }
  .footer-bottom { font-size: 12px; }
  .wish-hero { min-height: 395px; }
  .wish-form-card { padding: 38px 43px 42px; }
  .wish-form-head h2 { font-size: 38px; }
  .wish-form-head p { font-size: 16px; }
  .wish-form label > span, .wish-message > span { font-size: 14px; }
  .wish-form input[type="text"] { height: 55px; font-size: 15px; }
  .wish-form textarea { min-height: 150px; font-size: 15px; }
  .wish-side-card { padding: 34px 31px 36px; }
  .wish-side-card h2 { font-size: 33px; }
  .wish-side-card p { font-size: 15px; }
  .wish-wall-head h2 { font-size: 34px; }
  .wish-entry { padding: 21px 25px; }
  .wish-entry header strong { font-size: 16px; }
  .wish-entry header div span, .wish-song { font-size: 13px; }
  .wish-text { font-size: 15px; }
}

@media (max-width: 900px) {
  .section-heading { min-height: 30px; margin-bottom: 7px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 5px; }
  .wish-hero { min-height: 310px; }
  .wish-layout { grid-template-columns: 1fr; margin-top: -42px; }
  .wish-side-card { position: relative; top: auto; }
}

@media (max-width: 650px) {
  .wish-hero { min-height: 340px; }
  .wish-hero .page-shell { padding-bottom: 55px; }
  .wish-layout { width: min(100% - 24px,var(--page)); gap: 16px; }
  .wish-form-card { padding: 23px 19px 25px; border-radius: 12px; }
  .wish-form-head h2 { font-size: 27px; }
  .wish-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .wish-submit { width: 100%; }
  .wish-side-card { padding: 24px 21px 27px; }
  .wish-wall { padding: 37px 0 45px; }
  .wish-wall-head { align-items: start; flex-direction: column; gap: 6px; }
  .wish-wall-head h2 { font-size: 25px; }
  .wish-entry { grid-template-columns: 40px minmax(0,1fr); gap: 11px; padding: 14px; }
  .wish-entry-icon { width: 40px; height: 40px; font-size: 18px; }
  .wish-entry header { flex-direction: column; gap: 3px; }
  .wish-entry header div span { display: block; margin: 1px 0 0; }
  .wish-pagination { flex-wrap: wrap; }
}

/* Team page */
.team-page{background:linear-gradient(180deg,#0b0e0b 0,#111711 460px,#f4f6f1 460px,#f4f6f1 100%)}
.team-hero{padding:48px 0 60px;color:#fff;background:radial-gradient(circle at 84% 4%,rgba(125,190,0,.2),transparent 32%),linear-gradient(145deg,#101510,#050705)}
.team-hero-inner{display:grid;gap:26px}.team-hero-copy{max-width:760px}.team-kicker,.team-section-head>span,.team-modal-kicker{color:#9bd32b;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.team-hero h1{margin:8px 0 12px;font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.05em}.team-hero-copy p{max-width:660px;margin:0;color:#ccd3cc;font-size:clamp(17px,2vw,22px);line-height:1.5}.team-group-photo{overflow:hidden;width:min(100%,980px);margin:0 auto;border:1px solid rgba(151,211,42,.35);border-radius:28px;background:#101410;box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 0 7px rgba(119,177,0,.08)}.team-group-photo img{display:block;width:100%;height:clamp(300px,36vw,460px);object-fit:cover;object-position:center 42%}.team-group-photo figcaption{padding:13px 18px;color:#aeb7ae;background:#0c100c;font-size:12px}
.team-members{padding-top:66px;padding-bottom:86px}.team-section-head{max-width:680px;margin-bottom:32px}.team-section-head h2{margin:7px 0 9px;color:#151a15;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}.team-section-head p{margin:0;color:#687068}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));gap:26px}.team-card{display:flex;flex-direction:column;align-items:center;padding:29px 22px 24px;border:1px solid #dce3d8;border-radius:22px;color:#171c17;background:linear-gradient(180deg,#fff,#f8faf6);box-shadow:0 12px 30px rgba(28,39,24,.08);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.team-card:hover{transform:translateY(-5px);border-color:#8fc429;box-shadow:0 18px 38px rgba(65,99,17,.16)}.team-card:focus-visible{outline:3px solid rgba(126,189,0,.4);outline-offset:4px}.team-avatar{width:164px;height:164px;padding:6px;border-radius:50%;background:linear-gradient(145deg,#b8eb4b,#6da400);box-shadow:0 12px 26px rgba(93,144,0,.25)}.team-avatar img,.team-modal-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;background:#dfe5dc}.team-card-name{margin-top:19px;font-size:21px;font-weight:900}.team-card-role{margin-top:4px;color:#679600;font-size:13px;font-weight:800}.team-card-more{margin-top:17px;color:#4c554c;font-size:12px;font-weight:800}.team-card-more b{color:#75aa00;font-size:16px}
.team-modal[hidden]{display:none}.team-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.team-modal-backdrop{position:absolute;inset:0;background:rgba(3,6,3,.78);backdrop-filter:blur(8px)}.team-modal-dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:34px;border:1px solid rgba(151,211,42,.38);border-radius:26px;color:#eef3ed;background:radial-gradient(circle at 90% 0,rgba(139,204,15,.2),transparent 34%),linear-gradient(145deg,#151b15,#080b08);box-shadow:0 35px 90px rgba(0,0,0,.55);outline:0}.team-modal-close{position:absolute;top:16px;right:17px;width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);font-size:27px;line-height:1;cursor:pointer}.team-modal-profile{display:flex;align-items:center;gap:22px;padding-right:44px}.team-modal-avatar{width:128px;height:128px;flex:0 0 auto;padding:5px;border-radius:50%;background:linear-gradient(145deg,#b8eb4b,#6da400)}.team-modal-profile h2{margin:5px 0 3px;font-size:34px;letter-spacing:-.04em}.team-modal-profile p{margin:0;color:#a9d64c;font-weight:800}.team-modal-bio{margin:27px 0 24px;color:#ccd3cc;line-height:1.65}.team-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.team-facts div{padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.04)}.team-facts dt{color:#8ea08e;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.team-facts dd{margin:6px 0 0;color:#fff;font-size:13px;font-weight:800}.team-modal-open{overflow:hidden}
@media(max-width:650px){.team-page{background:#f4f6f1}.team-hero{padding:34px 0 42px}.team-group-photo{border-radius:18px}.team-group-photo img{height:260px;min-height:0;object-position:center 42%;}.team-members{padding-top:46px;padding-bottom:60px}.team-grid{grid-template-columns:1fr}.team-card{width:100%}.team-modal-dialog{padding:27px 20px 23px;border-radius:20px}.team-modal-profile{align-items:flex-start;flex-direction:column;gap:14px}.team-modal-avatar{width:112px;height:112px}.team-modal-profile h2{font-size:29px}.team-facts{grid-template-columns:1fr}}

/* Teamseite v18 – Aufbau analog zu /ueber-landwelle */
.team-page-v18{background:#f4f6f1}.team-content-grid{align-items:start}.team-intro-card>p,.team-members-block>p{max-width:760px}.team-group-photo-v18{overflow:hidden;margin:24px 0 0;border:1px solid var(--line);border-radius:12px;background:#111;box-shadow:0 3px 14px rgba(20,24,20,.1)}.team-group-photo-v18 img{display:block;width:100%;height:auto;max-height:430px;object-fit:cover;object-position:center 42%}.team-group-photo-v18 figcaption{padding:11px 15px;color:#657065;background:#f7f9f5;border-top:1px solid var(--line);font-size:12px}.team-section-kicker{display:block;margin-bottom:6px;color:#699b00;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.team-grid-v18{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.team-card-v18{display:flex;align-items:center;gap:17px;width:100%;padding:17px;border:1px solid #dce3d8;border-radius:12px;color:#171c17;text-align:left;background:#f9fbf7;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.team-card-v18:hover{transform:translateY(-2px);border-color:#8fc429;box-shadow:0 9px 22px rgba(54,78,32,.12)}.team-card-v18:focus-visible{outline:3px solid rgba(126,189,0,.35);outline-offset:3px}.team-avatar-v18{width:92px;height:92px;flex:0 0 auto;padding:4px;border-radius:50%;background:linear-gradient(145deg,#b8eb4b,#6da400);box-shadow:0 7px 17px rgba(93,144,0,.2)}.team-avatar-v18 img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;background:#dfe5dc}.team-card-copy{display:flex;min-width:0;flex-direction:column}.team-card-copy strong{font-size:18px}.team-card-copy small{margin-top:3px;color:#699b00;font-size:12px;font-weight:800}.team-card-copy em{margin-top:12px;color:#535b53;font-size:11px;font-style:normal;font-weight:800}.team-card-copy em b{color:#75aa00;font-size:15px}.team-side-v18 p{margin-bottom:18px}
@media(max-width:1100px){.team-grid-v18{grid-template-columns:1fr}}
@media(max-width:650px){.team-group-photo-v18{margin-top:18px}.team-group-photo-v18 img{max-height:300px}.team-card-v18{padding:14px}.team-avatar-v18{width:78px;height:78px}.team-card-copy strong{font-size:17px}}

/* Radio-Dropdown und Radio-Service-Seiten v22 */
.nav-dropdown{position:relative;display:flex;align-items:center;height:72px}
.nav-dropdown-toggle{appearance:none;border:0;background:transparent;color:#f2f4f1;font:inherit;font-weight:650;font-size:13px;cursor:pointer;padding:10px 16px 10px 0;position:relative;white-space:nowrap}
.nav-dropdown-toggle::after{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-right:2px solid #9fd33b;border-bottom:2px solid #9fd33b;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}
.nav-dropdown.is-open .nav-dropdown-toggle::after{transform:translateY(-20%) rotate(225deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% - 8px);left:-18px;min-width:220px;padding:10px;background:#111512;border:1px solid rgba(159,211,59,.28);border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;z-index:50}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.main-nav .nav-dropdown-menu a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:9px;font-size:14px;color:#f3f6f2}
.main-nav .nav-dropdown-menu a:hover{background:rgba(159,211,59,.11);color:#b7e74a}
.main-nav .nav-dropdown-menu a::before{content:"";width:7px;height:7px;border-radius:50%;background:#80bd22;box-shadow:0 0 0 4px rgba(128,189,34,.12)}
.radio-service-main{background:#f4f6f2;padding:52px 0 72px}
.radio-service-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.radio-service-stack{display:grid;gap:22px}
.radio-card{background:#fff;border:1px solid #dfe5dc;border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(18,33,19,.07)}
.radio-card h2{margin:0 0 10px;font-size:25px;color:#182019}.radio-card p{margin:0;color:#59635a;line-height:1.72}
.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.download-card{display:flex;flex-direction:column;min-height:260px;padding:24px;border-radius:17px;background:linear-gradient(145deg,#f7faf5,#edf3e9);border:1px solid #dce7d5}
.download-card .platform-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#121713;color:#a5d83d;font-weight:800;font-size:19px;margin-bottom:18px}
.download-card h3{margin:0 0 8px;font-size:20px;color:#182019}.download-card p{font-size:14px;line-height:1.6;flex:1}
.download-card a,.radio-action{display:inline-flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:12px 16px;border-radius:10px;background:#69ae20;color:#fff;font-weight:750;box-shadow:0 8px 20px rgba(88,154,25,.22)}
.download-card a:hover,.radio-action:hover{background:#579719;color:#fff}
.service-list{display:grid;gap:14px;margin-top:22px}.service-item{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:18px;border-radius:15px;background:#f6f8f4;border:1px solid #e1e7dd}
.service-item i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#162019;color:#a5d83d;font-style:normal;font-weight:800}.service-item h3{margin:2px 0 5px;font-size:18px}.service-item p{font-size:14px;line-height:1.6}
.alexa-quote{margin-top:18px;padding:20px 22px;border-left:5px solid #78b82a;border-radius:0 14px 14px 0;background:#121713;color:#fff;font-size:20px;font-weight:750}
.radio-side{position:sticky;top:96px;padding:26px;border-radius:20px;background:linear-gradient(150deg,#101510,#1d271c);color:#fff;box-shadow:0 18px 38px rgba(13,24,13,.2)}.radio-side img{width:180px;max-width:100%;margin-bottom:20px}.radio-side strong{display:block;font-size:22px;margin-bottom:10px}.radio-side p{color:#ccd4ca;line-height:1.65}.radio-side a{display:inline-flex;margin-top:16px;color:#b2e345;font-weight:750}
.app-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.app-feature{padding:18px;border-radius:14px;background:#f6f8f4;border:1px solid #e1e7dd}.app-feature strong{display:block;color:#1a241a;margin-bottom:5px}.app-feature span{font-size:14px;color:#647064;line-height:1.5}
.availability{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.availability span{padding:9px 12px;border-radius:999px;background:#e9f4dc;color:#3d6e10;font-weight:700;font-size:13px}.availability .planned{background:#eef0ed;color:#687068}
@media(max-width:980px){.radio-service-grid{grid-template-columns:1fr}.radio-side{position:static}.download-grid{grid-template-columns:1fr}.nav-dropdown{height:auto;display:block;width:100%}.nav-dropdown-toggle{width:100%;text-align:left;font-size:15px;padding:0 22px 0 0}.nav-dropdown-menu{position:static;min-width:0;width:100%;margin-top:10px;padding:6px 0 0 14px;background:transparent;border:0;box-shadow:none;display:none;opacity:1;visibility:visible;transform:none}.nav-dropdown.is-open .nav-dropdown-menu{display:block}.nav-dropdown:hover .nav-dropdown-menu:not(:focus-within){display:none}.nav-dropdown.is-open:hover .nav-dropdown-menu{display:block}.main-nav .nav-dropdown-menu a{padding:8px 10px}}
@media(max-width:620px){.radio-service-main{padding-top:30px}.radio-card{padding:21px}.app-feature-grid{grid-template-columns:1fr}.alexa-quote{font-size:17px}.service-item{grid-template-columns:42px 1fr;padding:15px}.service-item i{width:40px;height:40px}}
/* v41 legal pages */
.content-page-body .content-block p{white-space:pre-line}
.content-page-body .content-block h2{scroll-margin-top:110px}
.content-page-body .content-block{line-height:1.72}
.content-page-body .content-block a{overflow-wrap:anywhere}
.forum-page{background:#f3f5f1;min-height:70vh}.forum-hero{background:linear-gradient(130deg,#0a0d0b,#172016);padding:70px 0;color:#fff}.forum-shell{padding-top:38px;padding-bottom:70px}.forum-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid #dfe5dc;border-radius:18px;padding:22px 26px;margin-bottom:24px;box-shadow:0 8px 24px rgba(20,30,20,.07)}.forum-toolbar div{display:flex;flex-direction:column}.forum-toolbar span{color:#687068}.forum-primary{border:0;border-radius:999px;background:#74b82a;color:#fff;padding:13px 21px;font-weight:850;text-decoration:none;cursor:pointer}.forum-category-list,.forum-topic-list{display:grid;gap:13px}.forum-category,.forum-topic-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:#fff;border:1px solid #dfe5dc;border-radius:16px;padding:21px 24px;color:#172016;text-decoration:none;box-shadow:0 4px 16px rgba(20,30,20,.05);transition:.2s}.forum-category:hover,.forum-topic-row:hover{transform:translateY(-2px);border-color:#9ccb5e}.forum-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:#eef6e5;font-size:27px}.forum-category h2,.forum-topic-row h3{margin:0 0 6px}.forum-category p{margin:0 0 7px;color:#596159}.forum-category small,.forum-topic-row small{color:#7b837b}.forum-latest{margin-top:36px}.forum-topic-row{grid-template-columns:1fr auto}.forum-topic-row span{color:#6d9f25;font-size:12px;text-transform:uppercase;font-weight:850}.forum-topic-row em{background:#eef6e5;color:#61941f;border-radius:999px;padding:7px 11px;font-style:normal;font-size:12px}.forum-empty,.forum-alert{background:#fff;border:1px dashed #cbd3c8;border-radius:15px;padding:25px;color:#616961}.forum-alert{border-style:solid;border-color:#e0b45a;background:#fff8e8}.forum-breadcrumb{display:flex;gap:9px;margin-bottom:20px}.forum-breadcrumb a{color:#659c21}.forum-topic-shell{max-width:980px}.forum-post,.forum-reply,.forum-form-card,.forum-login-callout{background:#fff;border:1px solid #dfe5dc;border-radius:18px;padding:26px;margin-bottom:18px;box-shadow:0 5px 18px rgba(20,30,20,.05)}.forum-post header{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0eb;padding-bottom:14px;margin-bottom:20px}.forum-post h1{font-size:34px;margin:5px 0}.forum-post header span{color:#6d9f25;font-weight:800;text-transform:uppercase;font-size:12px}.forum-post-body{white-space:pre-wrap;line-height:1.75}.forum-reply textarea,.forum-form-card textarea,.forum-form-card input,.forum-form-card select{width:100%;border:1px solid #cad2c7;border-radius:10px;padding:12px;font:inherit}.forum-form-card form,.forum-reply{display:grid;gap:16px}.forum-form-card label{display:grid;gap:7px}.account-button{border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer;white-space:nowrap}.auth-modal[hidden]{display:none}.auth-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.auth-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(7px)}.auth-dialog{position:relative;width:min(100%,480px);background:#101511;color:#fff;border:1px solid rgba(151,216,75,.28);border-radius:24px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.auth-dialog>img{width:180px}.auth-dialog h2{font-size:30px;margin:18px 0 6px}.auth-dialog>p{color:#b7c0b9}.auth-close{position:absolute;right:18px;top:15px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#080b09;padding:5px;border-radius:12px;margin:22px 0}.auth-tabs button{border:0;background:transparent;color:#aab3ac;padding:10px;border-radius:9px;font-weight:800}.auth-tabs button.is-active{background:#74b82a;color:#fff}.auth-form{display:none;gap:14px}.auth-form.is-active{display:grid}.auth-form label{display:grid;gap:6px}.auth-form input{width:100%;border:1px solid #3c463e;background:#090c0a;color:#fff;border-radius:10px;padding:12px}.auth-form button{border:0;border-radius:10px;background:#74b82a;color:#fff;padding:13px;font-weight:850}.auth-consent{grid-template-columns:auto 1fr!important;align-items:start}.auth-consent input{width:auto}.auth-consent a{color:#9bd34e}@media(max-width:900px){.account-button{font-size:0;width:43px;height:40px;padding:0}.account-button:after{content:'👤';font-size:17px}.forum-toolbar{align-items:flex-start;flex-direction:column}.forum-category{grid-template-columns:auto 1fr}.forum-category>b{display:none}}
.forum-actions{display:flex;align-items:center;gap:9px}.forum-actions form{margin:0}.forum-secondary{border:1px solid #ccd4c9;background:#fff;color:#364036;border-radius:999px;padding:12px 17px;font-weight:800;cursor:pointer}
.account-dropdown{position:relative;flex:0 0 auto}.account-button-user{display:inline-flex;align-items:center;gap:9px;padding:7px 13px 7px 8px}.account-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#79b92d;color:#fff;font-size:13px;font-weight:900}.account-name{max-width:130px;overflow:hidden;text-overflow:ellipsis}.account-caret{font-size:13px;color:#a8d866}.account-menu{position:absolute;z-index:200;right:0;top:calc(100% + 10px);width:230px;padding:8px;background:#101511;border:1px solid rgba(151,216,75,.28);border-radius:14px;box-shadow:0 20px 55px rgba(0,0,0,.38);color:#fff}.account-menu[hidden]{display:none}.account-menu-head{display:grid;gap:2px;padding:10px 11px 12px;border-bottom:1px solid rgba(255,255,255,.09);margin-bottom:5px}.account-menu-head strong{font-size:14px}.account-menu-head span{font-size:12px;color:#9da79f}.account-menu a,.account-menu form button{display:block;width:100%;padding:10px 11px;border:0;border-radius:9px;background:transparent;color:#eef4ea;text-align:left;font:inherit;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.account-menu a:hover,.account-menu form button:hover{background:rgba(121,185,45,.15);color:#a8dc57}.account-menu form{margin:4px 0 0;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:700px){.account-button-user{width:auto;min-width:43px;padding:5px}.account-button-user:after{content:none}.account-name,.account-caret{display:none}.account-menu{position:fixed;right:16px;top:76px}}

/* Playlist v1.1.5 */
.playlist-hero{background:linear-gradient(90deg,rgba(5,9,6,.96),rgba(5,9,6,.72)),radial-gradient(circle at 78% 40%,rgba(132,207,36,.24),transparent 36%);}
.playlist-page{padding-top:44px;padding-bottom:70px}.playlist-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.playlist-heading h2{margin:.2rem 0 0}.playlist-heading>strong{color:#73b91f;font-size:.95rem}.playlist-list{border:1px solid #dfe5dc;border-radius:16px;overflow:hidden;background:#fff}.playlist-entry{display:grid;grid-template-columns:92px 72px minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 18px;border-bottom:1px solid #e5e9e2}.playlist-entry:last-child{border-bottom:0}.playlist-entry time{display:flex;flex-direction:column}.playlist-entry time strong{font-size:1.15rem;color:#152014}.playlist-entry time span{font-size:.75rem;color:#778074}.playlist-entry img{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#edf1eb}.playlist-entry div{min-width:0}.playlist-entry div>span{display:block;color:#658f25;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.playlist-entry h3{margin:3px 0 1px;font-size:1.08rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-entry small{color:#7d857b}.playlist-entry>a{border:1px solid #76ba25;border-radius:999px;padding:8px 13px;color:#4c7e12;font-weight:800;text-decoration:none}.playlist-entry>a:hover{background:#76ba25;color:#fff}.playlist-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:20px}.playlist-pagination div{display:flex;gap:10px}.playlist-pagination a{background:#102014;color:#fff;border-radius:9px;padding:10px 14px;text-decoration:none}@media(max-width:700px){.playlist-heading{align-items:flex-start;flex-direction:column}.playlist-entry{grid-template-columns:62px 54px minmax(0,1fr);gap:11px;padding:12px}.playlist-entry img{width:50px;height:50px}.playlist-entry>a{grid-column:3;justify-self:start;padding:6px 10px}.playlist-pagination{align-items:flex-start;flex-direction:column}}

/* Playlist v1.1.8 */
.playlist-view{background:#f4f6f1}.playlist-hero{min-height:355px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,9,6,.96),rgba(5,9,6,.68)),radial-gradient(circle at 78% 40%,rgba(132,207,36,.26),transparent 36%)}
.playlist-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.75fr);gap:24px;margin-top:-54px;padding-bottom:45px}
.playlist-search-card,.playlist-side-card{border-radius:16px;box-shadow:0 13px 36px rgba(24,34,22,.11)}.playlist-search-card{padding:34px 38px 38px;border:1px solid #e1e6dd;background:#fff}.playlist-search-head h2{margin:5px 0 9px;font-size:34px;letter-spacing:-.035em}.playlist-search-head p{max-width:700px;margin:0;color:#697169;line-height:1.55}
.playlist-search-form{display:grid;gap:18px;margin-top:25px}.playlist-search-form label{display:grid;gap:7px}.playlist-search-form label>span{color:#323a32;font-size:13px;font-weight:800}.playlist-search-form input{width:100%;height:50px;padding:0 14px;border:1px solid #ccd4c8;border-radius:8px;background:#fbfcfa;color:#182018;font:inherit}.playlist-search-form input:focus{outline:3px solid rgba(127,189,0,.2);border-color:#78ad17}.playlist-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.playlist-search-actions{display:flex;align-items:center;gap:18px}.playlist-search-actions .wish-submit{margin:0}.playlist-search-actions>a{color:#648f20;font-size:13px;font-weight:800}.playlist-side-card{position:relative;top:auto}
.playlist-results{padding:43px 0 65px;border-top:1px solid #e0e5dc;background:#fff}.playlist-results-head{margin-bottom:24px}.playlist-days{display:grid;gap:28px}.playlist-day{display:grid;gap:10px}.playlist-day-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:0 4px}.playlist-day-head span{color:#6d9f25;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.playlist-day-head h3{margin:2px 0 0;font-size:23px;letter-spacing:-.025em}.playlist-day-head>strong{color:#7b8379;font-size:12px}.playlist-list{border:1px solid #dfe5dc;border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 4px 14px rgba(26,35,24,.045)}.playlist-entry{display:grid;grid-template-columns:76px 64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 17px;border-bottom:1px solid #e6eae3}.playlist-entry:last-child{border-bottom:0}.playlist-entry time{display:flex;flex-direction:column}.playlist-entry time strong{color:#162016;font-size:18px}.playlist-entry time span{color:#838a81;font-size:10px;text-transform:uppercase}.playlist-entry img{width:58px;height:58px;border-radius:9px;object-fit:cover;background:#edf1eb}.playlist-entry-copy{min-width:0}.playlist-entry-copy>span{display:block;color:#658f25;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.playlist-entry-copy h3{margin:3px 0 1px;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-entry-copy small{display:block;color:#7d857b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-entry>a{padding:8px 13px;border:1px solid #76ba25;border-radius:999px;color:#4c7e12;font-size:12px;font-weight:850;text-decoration:none}.playlist-entry>a:hover{color:#fff;background:#76ba25}.playlist-results .wish-empty a{display:inline-flex;margin-top:14px;color:#5f8f18;font-weight:850}
@media(max-width:900px){.playlist-layout{grid-template-columns:1fr;margin-top:-40px}.playlist-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.playlist-hero{min-height:330px}.playlist-layout{width:min(100% - 24px,var(--page));gap:16px}.playlist-search-card{padding:23px 19px 26px}.playlist-search-head h2{font-size:27px}.playlist-filter-grid{grid-template-columns:1fr 1fr}.playlist-search-actions{align-items:stretch;flex-direction:column}.playlist-search-actions .wish-submit{width:100%}.playlist-entry{grid-template-columns:52px 50px minmax(0,1fr);gap:10px;padding:11px}.playlist-entry img{width:46px;height:46px}.playlist-entry>a{grid-column:3;justify-self:start;padding:6px 10px}.playlist-day-head{align-items:start;flex-direction:column;gap:3px}.playlist-results-head{align-items:start}.playlist-filter-grid label>span{font-size:12px}}
