/*
 * SV Polling Theme 2026 v1.0.0
 *
 * Struktur:
 * 1. Basis, Header, Footer und globale Elemente
 * 2. Startseite und wiederverwendbare Sektionen
 * 3. WordPress-Seiten, Beiträge und Archivseiten
 * 4. Sparten-, Förderverein- und Mini-WM-Templates
 * 5. V3.2 konsolidierte Stabilitaets- und Kontinuitaetsregeln
 */
:root{--ink:#0a0a0a;--ink2:#111;--ink3:#181818;--ink4:#222;--g2:#444;--g3:#777;--g4:#aaa;--white:#f5f5f5;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--ink);color:var(--white);overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
nav{position:fixed;inset-block-start:0;inset-inline:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:16px 5%;background:rgba(10,10,10,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);transition:padding .3s;}
nav.solid{padding:11px 5%;}
.nav-logo-link{display:flex;align-items:center;gap:12px;}
.nav-logo-img{height:34px;width:34px;object-fit:contain;}
.nav-brand{line-height:1.15;}
.nav-name{font-family:'Bebas Neue',sans-serif;font-size:17px;letter-spacing:2px;display:block;}
.nav-sub{font-size:9px;color:var(--g3);letter-spacing:1.5px;text-transform:uppercase;}
.nav-links{display:flex;align-items:center;gap:24px;list-style:none;}
.nav-links a{font-size:11px;font-weight:500;color:var(--g3);letter-spacing:.4px;text-transform:uppercase;transition:color .2s;}
.nav-links a:hover{color:var(--white);}
.nav-miniwm{color:#f5c842!important;}
.nav-cta{border:1px solid rgba(255,255,255,.25);color:var(--white)!important;padding:6px 16px;border-radius:3px;transition:background .2s,color .2s!important;}
.nav-cta:hover{background:var(--white);color:#0a0a0a!important;}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}
.burger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;}
.section{padding:88px 5%;}
.section-dark{background:var(--ink2);border-top:1px solid rgba(255,255,255,.06);}
.s-eye{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--g3);margin-bottom:10px;display:flex;align-items:center;gap:10px;}
.s-eye::before{content:'';width:24px;height:1px;background:var(--g2);}
.s-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(34px,5vw,56px);letter-spacing:.5px;line-height:.93;margin-bottom:44px;}
.btn{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:12px 26px;border-radius:3px;transition:all .2s;border:none;cursor:pointer;}
.btn-w{background:var(--white);color:#0a0a0a;}
.btn-w:hover{background:var(--g4);transform:translateY(-2px);}
.btn-o{background:transparent;color:var(--white);border:1px solid var(--g2);}
.btn-o:hover{border-color:var(--white);transform:translateY(-2px);}
footer{background:var(--ink2);border-top:1px solid rgba(255,255,255,.07);padding:56px 5% 26px;}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.07);}
.footer-brand{display:flex;align-items:flex-start;gap:14px;}
.footer-logo{height:38px;width:38px;object-fit:contain;flex-shrink:0;}
.footer-name{font-family:'Bebas Neue',sans-serif;font-size:17px;letter-spacing:2px;margin-bottom:4px;}
.footer-addr{font-size:12px;color:var(--g3);line-height:1.6;}
.footer-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.footer-col-title{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--white);margin-bottom:12px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.footer-col ul a{font-size:12px;color:var(--g3);transition:color .2s;}
.footer-col ul a:hover{color:var(--white);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:22px;font-size:11px;color:var(--g3);}
.footer-bottom-links{display:flex;align-items:center;gap:18px;}
.footer-bottom-links a{color:var(--g3);transition:color .2s;}
.footer-bottom-links a:hover{color:var(--white);}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s,transform .55s;}
.reveal.visible{opacity:1;transform:translateY(0);}
.rd1{transition-delay:.1s;}.rd2{transition-delay:.2s;}.rd3{transition-delay:.3s;}
@media(max-width:900px){.footer-inner{grid-template-columns:1fr;}.nav-links{display:none;}.burger{display:flex;}}
@media(max-width:600px){.section{padding:60px 5%;}nav{padding:13px 5%;}.footer-cols{grid-template-columns:1fr 1fr;}}
.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(10,10,10,.97);padding:22px 5%;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);}

.hero{min-height:82svh;display:flex;flex-direction:column;justify-content:flex-end;padding:96px 5% 40px;position:relative;overflow:hidden;}
.hero::before{content:'';position:absolute;inset:0;z-index:0;background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px);}
.hero-layout{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:56px;width:100%;}
.hero-content{position:relative;z-index:3;max-width:680px;flex:0 1 680px;margin-right:auto;padding-top:8px;}
.hero-visual{flex:0 1 34%;display:flex;justify-content:flex-end;align-items:center;}
.hero-main-logo{position:relative;right:auto;top:auto;transform:none;z-index:2;width:min(100%,440px);max-height:440px;height:auto;opacity:1;filter:none;pointer-events:none;drop-shadow:none;}
.hero-eye{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--g3);margin-bottom:20px;}
.hero-dot{width:6px;height:6px;border-radius:50%;background:var(--white);animation:blink 2s ease-in-out infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.2;}}
.hero-h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(60px,9vw,120px);line-height:.88;letter-spacing:-1px;margin-bottom:26px;}
.hero-h1 em{font-style:normal;display:block;color:var(--g3);font-size:.48em;letter-spacing:3px;}
.hero-p{font-size:15px;font-weight:300;color:var(--g4);line-height:1.75;max-width:560px;margin-bottom:30px;}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px;}
.hero-nums{display:flex;gap:32px;padding-top:36px;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;}
.num-v{font-family:'Bebas Neue',sans-serif;font-size:36px;line-height:1;letter-spacing:-1px;}
.num-l{font-size:10px;color:var(--g3);letter-spacing:1px;text-transform:uppercase;margin-top:3px;}

/* SPARTEN */
.sparten-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.sparte{background:var(--ink3);border:1px solid rgba(255,255,255,.07);padding:28px 22px 24px;position:relative;overflow:hidden;transition:background .25s,border-color .25s,transform .2s;cursor:pointer;text-decoration:none;color:inherit;display:block;}
.sparte::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 60%,rgba(var(--ac-rgb),.06) 100%);opacity:0;transition:opacity .3s;}
.sparte:hover{background:var(--ink4);border-color:rgba(255,255,255,.18);}
.sparte:hover::after{opacity:1;}
.sparte--featured{grid-column:span 2;}
.sparte-num{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--g2);margin-bottom:14px;}
.sparte-logo{height:64px;width:64px;object-fit:contain;margin-bottom:14px;transition:transform .3s;}
.sparte--featured .sparte-logo{height:80px;width:80px;}
.sparte:hover .sparte-logo{transform:scale(1.06);}
.sparte-name{font-family:'Bebas Neue',sans-serif;font-size:28px;letter-spacing:1px;margin-bottom:6px;line-height:1;}
.sparte--featured .sparte-name{font-size:38px;}
.sparte-desc{font-size:12px;color:var(--g3);line-height:1.6;max-width:260px;}
.sparte-arrow{position:absolute;bottom:20px;right:20px;font-size:16px;color:var(--g2);transition:color .2s,transform .2s;}
.sparte:hover .sparte-arrow{color:var(--white);transform:translate(3px,-3px);}

/* NEWS */
.news-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1px;background:rgba(255,255,255,.06);}
.news-item{background:var(--ink2);padding:26px 22px;transition:background .2s;cursor:pointer;}
.news-item:hover{background:var(--ink3);}
.ni-tag{display:inline-block;font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:3px 9px;border-radius:2px;margin-bottom:10px;}
.ni-date{font-size:10px;color:var(--g3);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;}
.ni-title{font-family:'Bebas Neue',sans-serif;font-size:20px;line-height:1.05;margin-bottom:8px;transition:color .2s;}
.news-item--big .ni-title{font-size:28px;}
.news-item:hover .ni-title{color:var(--g4);}
.ni-excerpt{font-size:12px;color:var(--g3);line-height:1.6;}

/* FÖRDERVEREIN */
.fv-section{background:var(--ink3);border-top:3px solid var(--white);padding:88px 5%;position:relative;overflow:hidden;}
.fv-section::before{content:'FÖRDERVEREIN';position:absolute;right:-1%;bottom:-8%;font-family:'Bebas Neue',sans-serif;font-size:clamp(60px,12vw,160px);color:rgba(255,255,255,.03);letter-spacing:3px;pointer-events:none;white-space:nowrap;}
.fv-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.fv-p{font-size:14px;color:var(--g4);line-height:1.75;margin-bottom:28px;}
.fv-points{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:32px;}
.fv-points li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--g4);}
.fv-check{width:18px;height:18px;border-radius:2px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:10px;flex-shrink:0;margin-top:1px;}
.fv-photo-card{background:var(--ink4);border:1px solid rgba(255,255,255,.1);border-radius:18px;overflow:hidden;box-shadow:0 20px 48px rgba(0,0,0,.28);}
.fv-photo{display:block;width:100%;height:auto;min-height:0;object-fit:contain;aspect-ratio:auto;}

/* KONTAKT */
.kontakt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(255,255,255,.06);}
.kontakt-item{background:var(--ink2);padding:32px 26px;}
.k-icon{width:24px;height:24px;margin-bottom:14px;color:var(--g4);}
.k-icon svg{width:100%;height:100%;fill:currentColor;display:block;}
.k-label{font-size:10px;color:var(--g3);letter-spacing:2px;text-transform:uppercase;margin-bottom:5px;}
.k-val{font-size:14px;font-weight:500;}
.k-sub{font-size:12px;color:var(--g3);margin-top:3px;}

/* MITGLIED */
.mitglied-section{background:var(--white);color:#0a0a0a;padding:76px 5%;text-align:center;position:relative;overflow:hidden;}
.mitglied-section::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(-55deg,transparent,transparent 40px,rgba(0,0,0,.022) 40px,rgba(0,0,0,.022) 80px);}
.mit-content{position:relative;z-index:1;}
.mit-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(44px,6vw,76px);letter-spacing:-1px;line-height:.9;margin-bottom:14px;color:#0a0a0a;}
.mit-p{font-size:14px;color:#555;max-width:440px;margin:0 auto 32px;line-height:1.7;}
.btn-dark{background:#0a0a0a;color:var(--white);}
.btn-dark:hover{background:#222;transform:translateY(-2px);}

@media(max-width:1000px){.sparten-grid{grid-template-columns:repeat(2,1fr);}
  .sparte--featured{grid-column:span 2;}}
@media(max-width:960px){
  .hero-layout{gap:32px;}
  .hero-main-logo{width:min(100%,320px);}
}
@media(max-width:800px){
  .news-row{grid-template-columns:1fr;}
  .fv-grid{grid-template-columns:1fr;gap:28px;}
  .kontakt-grid{grid-template-columns:1fr;}
  .hero-layout{flex-direction:column;align-items:flex-start;}
  .hero-visual{width:100%;justify-content:flex-start;}
  .hero-main-logo{width:min(70vw,280px);}
  .hero-nums{gap:20px;}
}
@media(max-width:600px){
  .sparten-grid{grid-template-columns:1fr;}
  .sparte--featured{grid-column:span 1;}
}
/* WordPress integration */
body.admin-bar nav{top:32px;}
.wrap{max-width:1400px;margin:0 auto;}
.nav-wrap{display:flex;align-items:center;}
.nav-logo-link{display:flex;align-items:center;gap:12px;min-width:0;}
.nav-brand{display:flex;flex-direction:column;justify-content:center;}
.nav-logo-fallback,.footer-logo-fallback{display:grid;place-items:center;background:#1c1c1c;color:#fff;font-family:'Bebas Neue',sans-serif;letter-spacing:1px;}
.nav-logo-fallback{height:34px;width:34px;border-radius:3px;}
.footer-logo-fallback{height:38px;width:38px;border-radius:4px;}
.nav-links,.nav-links ul,.footer-col .menu,.footer-bottom-links .menu{list-style:none;margin:0;padding:0;}
.nav-links{display:flex;align-items:center;gap:24px;}
.nav-links li{position:relative;}
.nav-links .menu-item-has-children > a::after{content:'▾';font-size:10px;margin-left:7px;color:var(--g2);}
.nav-links .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;padding:12px 0;background:rgba(10,10,10,.98);border:1px solid rgba(255,255,255,.08);}
.nav-links .sub-menu li a{display:block;padding:10px 16px;font-size:11px;color:var(--g3);text-transform:uppercase;letter-spacing:.4px;}
.nav-links li:hover > .sub-menu,.nav-links li:focus-within > .sub-menu{display:block;}
.hero-btns--center{justify-content:center;}
.section-head-inline{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:36px;}
.all-link{font-size:12px;font-weight:600;color:var(--g4);letter-spacing:1px;text-transform:uppercase;}
.site-content{min-height:40vh;}
.page-hero{padding:150px 5% 70px;position:relative;overflow:hidden;background:var(--ink2);border-bottom:1px solid rgba(255,255,255,.08);}
.page-hero::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(-55deg,transparent,transparent 50px,rgba(255,255,255,.028) 50px,rgba(255,255,255,.028) 100px);} 
.page-hero__inner{position:relative;z-index:1;max-width:900px;}
.page-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(56px,8vw,104px);line-height:.9;letter-spacing:-1px;margin-bottom:18px;}
.page-intro{font-size:15px;color:var(--g4);max-width:620px;line-height:1.75;}
.page-section-generic{padding-top:56px;}
.content-card{background:var(--ink2);border:1px solid rgba(255,255,255,.08);padding:34px;border-radius:3px;}
.entry-content{font-size:16px;line-height:1.8;color:var(--white);}
.entry-content > * + *{margin-top:1em;}
.entry-content h2,.entry-content h3,.entry-content h4{font-family:'Bebas Neue',sans-serif;letter-spacing:.5px;line-height:1;margin-top:1.3em;}
.entry-content h2{font-size:clamp(34px,4vw,52px);} .entry-content h3{font-size:clamp(28px,3vw,36px);} 
.entry-content a{color:#fff;text-decoration:underline;}
.post-grid-archive{display:grid;gap:18px;}
.news-item a{color:inherit;}
.footer-col .menu,.footer-bottom-links .menu{display:flex;flex-direction:column;gap:8px;}
.footer-bottom-links .menu{flex-direction:row;gap:18px;}
.footer-bottom-links .menu-item{display:inline-flex;}
.footer-bottom-links .menu a{color:var(--g3);}
.footer-bottom-links .menu a:hover{color:var(--white);} 
.theme-variant-football .page-hero{background:#0a0a0a;}
.theme-variant-basketball .page-hero{background:#0c1012;}
.theme-variant-basketball .page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 45% 38% at 74% 26%,rgba(126,190,197,.12) 0%,transparent 65%);}
.theme-variant-ski .page-hero,.theme-variant-tennis .page-hero,.theme-variant-turnen .page-hero,.theme-variant-stockschuetzen .page-hero{background:#101417;}
.theme-variant-tischtennis .page-hero{background:#0c140c;}
.theme-variant-tischtennis .page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 40% at 70% 25%,rgba(45,139,45,.08) 0%,transparent 70%);} 
.theme-variant-miniwm .page-hero,.theme-variant-foerderverein .page-hero{background:#120f05;}
.theme-variant-miniwm .page-hero::after,.theme-variant-foerderverein .page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 75% 20%,rgba(245,200,66,.12) 0%,transparent 60%);} 
@media(max-width:900px){
  .miniwm-brand-logo{width:min(100%,360px);}
  body.admin-bar nav{top:46px;}
  .nav-wrap{width:auto;}
  .nav-links{display:none;}
  .burger{display:flex;}
  .nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(10,10,10,.97);padding:22px 5%;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);} 
  .nav-links .sub-menu{position:static;display:block;border:none;padding:8px 0 0 14px;background:transparent;}
  .section-head-inline{flex-direction:column;align-items:flex-start;}
}
@media(max-width:782px){body.admin-bar nav{top:46px;}}
@media(max-width:700px){
  .miniwm-brand{margin-bottom:14px;}
  .miniwm-brand-logo{width:100%;max-width:300px;}
  .nav-logo-link{gap:10px;}
  .nav-name{font-size:15px;}
  .nav-sub{font-size:8px;}
}

.btn-outline-dark{background:transparent;color:#0a0a0a;border:1px solid rgba(10,10,10,.28);}
.btn-outline-dark:hover{background:#0a0a0a;color:var(--white);border-color:#0a0a0a;transform:translateY(-2px);}
.k-val a{text-decoration:none;}
.k-val a:hover{text-decoration:underline;}
.sparte{--ac-rgb:255,255,255;}
.variant-football{--ac-rgb:255,255,255;}
.variant-basketball,.variant-ski,.variant-tennis,.variant-turnen,.variant-stockschuetzen{--ac-rgb:126,190,197;}
.variant-tischtennis{--ac-rgb:45,139,45;}
.nav-links .nav-miniwm-item > a{color:#f5c842!important;}
.nav-links .nav-miniwm-item > a::after{content:' ★';color:#f5c842;font-size:.95em;}

.footer-social{margin-top:18px;display:flex;align-items:center;gap:12px;}
.footer-social-link{display:inline-flex;align-items:center;gap:10px;color:var(--g3);font-size:12px;transition:color .2s;}
.footer-social-link:hover{color:var(--white);}
.footer-social-link svg{width:18px;height:18px;fill:currentColor;display:block;}
.k-val a{display:inline-flex;align-items:center;gap:8px;}


/* V6 overrides */
.hero-btns{margin-bottom:0;}
.hero-nums{display:none !important;}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);align-items:center;gap:40px;}
.hero-content{max-width:720px;}
.hero-visual{display:flex;justify-content:flex-end;align-items:center;}
.hero-main-logo{position:static;transform:none;height:auto;width:min(100%,390px);max-height:none;display:block;opacity:1;}

.miniwm-home{background:var(--ink2);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);}
.miniwm-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,520px);gap:28px;align-items:stretch;}
.miniwm-brand{margin-bottom:18px;}
.miniwm-brand-logo{width:min(100%,420px);height:auto;display:block;filter:drop-shadow(0 12px 28px rgba(0,0,0,.22));}
.miniwm-title{margin-bottom:18px;color:#f5c842;}
.miniwm-text{font-size:15px;line-height:1.8;color:var(--g4);max-width:620px;margin-bottom:28px;}
.miniwm-text strong{color:var(--white);font-weight:600;}
.btn-gold{background:#f5c842;color:#0a0a0a;}
.btn-gold:hover{background:#e1b63d;transform:translateY(-2px);}
.miniwm-panel{display:grid;gap:18px;}
.miniwm-card{background:linear-gradient(135deg,rgba(245,200,66,.08),rgba(245,200,66,.02));border:1px solid rgba(245,200,66,.18);border-radius:18px;padding:24px;box-shadow:0 20px 48px rgba(0,0,0,.24);}
.miniwm-card-label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#f5c842;margin-bottom:16px;}
.miniwm-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.miniwm-countdown > div{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px 8px;text-align:center;}
.miniwm-countdown span{display:block;font-family:'Bebas Neue',sans-serif;font-size:40px;line-height:1;color:var(--white);letter-spacing:1px;}
.miniwm-countdown small{display:block;font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:var(--g3);margin-top:6px;}
.miniwm-calendar-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;}
.miniwm-date-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 14px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);text-align:center;}
.miniwm-date-day{font-family:'Bebas Neue',sans-serif;font-size:54px;line-height:.9;color:var(--white);}
.miniwm-date-month{font-size:11px;font-weight:600;letter-spacing:2px;color:#f5c842;text-transform:uppercase;margin-top:6px;}
.miniwm-date-year{font-size:11px;color:var(--g3);letter-spacing:1px;margin-top:4px;}
.miniwm-date-sep{font-family:'Bebas Neue',sans-serif;font-size:34px;color:rgba(245,200,66,.7);}

.footer-inner{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:start;}
.footer-brand .footer-logo{height:40px;width:40px;}
.footer-bottom-links .menu{display:flex;gap:18px;list-style:none;padding:0;margin:0;}
.footer-bottom-links .menu li{margin:0;}
.footer-social-icon{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:var(--g3);transition:color .2s,border-color .2s,transform .2s;}
.footer-social-icon:hover{color:var(--white);border-color:rgba(255,255,255,.28);transform:translateY(-1px);}
.footer-social-icon svg{width:15px;height:15px;fill:currentColor;display:block;}

@media(max-width:960px){
  .hero-layout{grid-template-columns:1fr;gap:28px;}
  .hero-visual{justify-content:flex-start;}
  .hero-main-logo{width:min(72vw,320px);}
  .miniwm-grid{grid-template-columns:1fr;}
}
@media(max-width:700px){
  .miniwm-countdown{grid-template-columns:repeat(2,1fr);}
  .miniwm-calendar-row{flex-direction:column;}
  .miniwm-date-sep{display:none;}
}


@media(max-width:1200px){.hero{min-height:78svh;padding:90px 5% 36px;}}
@media(max-width:800px){.hero{min-height:auto;padding:84px 5% 32px;}}

.footer-bottom-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}


.miniwm-eye{margin-bottom:14px;color:#f5c842;}
.miniwm-dot{background:#f5c842;box-shadow:0 0 10px rgba(245,200,66,.55);} 
.miniwm-title{color:#f5c842;}
.miniwm-home .s-title.miniwm-brand{margin-bottom:18px;}
.miniwm-brand-logo{width:min(100%,420px);height:auto;display:block;filter:drop-shadow(0 12px 28px rgba(0,0,0,.22));}
.miniwm-title{margin-bottom:18px;color:#f5c842;}
@media(max-width:700px){
  .fv-photo-card{padding:0;}
  .fv-photo{width:100%;height:auto;object-fit:contain;display:block;}
}




/* V12 refinements */
.miniwm-brand-card{
  background:#ffffff;
  border-radius:18px;
  padding:12px 14px;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:420px;
  max-width:100%;
  margin-bottom:18px;
}
.miniwm-brand-logo{
  width:100%;
  max-width:392px;
  height:auto;
  display:block;
  border-radius:10px;
  filter:none;
}
.miniwm-panel{align-content:start;}
.miniwm-card{height:auto;}
.miniwm-countdown > div{padding:16px 10px 10px;}
.miniwm-countdown small{margin-top:3px;}
.miniwm-calendar-row{margin-bottom:0;}
.miniwm-date-box{padding:14px 14px 10px;}
.miniwm-date-month{margin-top:3px;}
.miniwm-date-year{margin-top:2px;}

.footer-bottom-links .menu{display:flex;gap:18px;list-style:none;padding:0;margin:0;}
.footer-social-icon{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:var(--g3);transition:color .2s,border-color .2s,transform .2s;}
.footer-social-icon:hover{color:var(--white);border-color:rgba(255,255,255,.28);transform:translateY(-1px);}
.footer-social-icon svg{width:15px;height:15px;fill:currentColor;display:block;}

@media(max-width:960px){
  .hero-content{text-align:center;max-width:none;margin:0 auto;}
  .hero-eye{justify-content:center;}
  .hero-p{margin-left:auto;margin-right:auto;}
  .hero-btns{justify-content:center;}
  .hero-visual{justify-content:center;}
}

@media(max-width:700px){
  .hero{padding:84px 5% 28px;}
  .hero-layout{gap:18px;}
  .hero-content{padding-top:0;}
  .hero-h1{font-size:clamp(52px,16vw,84px);}
  .hero-p{font-size:14px;line-height:1.65;}
  .hero-eye{letter-spacing:2px;justify-content:center;text-align:center;}
  .hero-eye-sep{display:none;}
  .miniwm-copy{text-align:left;}
  .miniwm-brand-card{
    display:inline-flex;
    width:320px;
    max-width:100%;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
  }
  .miniwm-brand-logo{
    width:296px;
    max-width:100%;
    border-radius:8px;
  }
  .miniwm-countdown{grid-template-columns:repeat(2,1fr);}
  .miniwm-countdown > div{padding:14px 8px 10px;}
  .miniwm-calendar-row{flex-direction:row;gap:12px;justify-content:space-between;align-items:center;}
  .miniwm-date-sep{display:flex;align-items:center;justify-content:center;font-size:28px;flex:0 0 auto;}
  .miniwm-date-box{padding:12px 8px 9px;min-width:0;}
  .miniwm-date-day{font-size:48px;}
  .miniwm-card{padding:18px 16px;}
  .miniwm-card-label{margin-bottom:12px;}
  footer{padding:46px 5% 24px;overflow:visible;}
  .footer-inner{grid-template-columns:1fr;gap:26px;padding-bottom:26px;}
  .footer-brand{flex-direction:column;align-items:center;text-align:center;}
  .footer-brand > div{max-width:100%;}
  .footer-cols{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    text-align:left;
    align-items:start;
  }
  .footer-col ul,.footer-col .menu{align-items:flex-start;}
  .footer-bottom{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding-top:18px;
  }
  .footer-bottom > div:first-child{
    font-size:0;
    line-height:0;
  }
  .footer-bottom > div:first-child::after{
    content:"© 2026 Sportverein Polling e.V. · JK73";
    font-size:11px;
    line-height:1.5;
    color:var(--g3);
  }
  .footer-bottom-links{justify-content:center;}
  .footer-bottom-links .menu{justify-content:center;flex-wrap:wrap;}
}


/* V12 refinements */
.miniwm-brand-card{
  background:#ffffff;
  border-radius:18px;
  padding:12px 14px;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:420px;
  max-width:100%;
  margin-bottom:18px;
}
.miniwm-brand-logo{
  width:100%;
  max-width:392px;
  height:auto;
  display:block;
  border-radius:10px;
  filter:none;
}
.miniwm-panel{align-content:start;}
.miniwm-card{height:auto;}
.miniwm-countdown > div{padding:16px 10px 10px;}
.miniwm-countdown small{margin-top:3px;}
.miniwm-calendar-row{margin-bottom:0;}
.miniwm-date-box{padding:14px 14px 10px;}
.miniwm-date-month{margin-top:3px;}
.miniwm-date-year{margin-top:2px;}

@media(max-width:960px){
  .hero-content{text-align:center;max-width:none;margin:0 auto;}
  .hero-eye{justify-content:center;}
  .hero-p{margin-left:auto;margin-right:auto;}
  .hero-btns{justify-content:center;}
  .hero-visual{justify-content:center;}
}

@media(max-width:700px){
  .hero{padding:84px 5% 28px;}
  .hero-layout{gap:18px;}
  .hero-content{padding-top:0;}
  .hero-h1{font-size:clamp(52px,16vw,84px);}
  .hero-p{font-size:14px;line-height:1.65;}
  .hero-eye{letter-spacing:2px;justify-content:center;text-align:center;}
  .hero-eye-sep{display:none;}
  .miniwm-copy{text-align:left;}
  .miniwm-brand-card{
    display:inline-flex;
    width:320px;
    max-width:100%;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
  }
  .miniwm-brand-logo{
    width:296px;
    max-width:100%;
    border-radius:8px;
  }
  .miniwm-countdown{grid-template-columns:repeat(2,1fr);}
  .miniwm-countdown > div{padding:14px 8px 10px;}
  .miniwm-calendar-row{flex-direction:row;gap:12px;justify-content:space-between;align-items:center;}
  .miniwm-date-sep{display:flex;align-items:center;justify-content:center;font-size:28px;flex:0 0 auto;}
  .miniwm-date-box{padding:12px 8px 9px;min-width:0;}
  .miniwm-date-day{font-size:48px;}
  .miniwm-card{padding:18px 16px;}
  .miniwm-card-label{margin-bottom:12px;}
  footer{padding:46px 5% 24px;overflow:visible;}
  .footer-inner{grid-template-columns:1fr;gap:26px;padding-bottom:26px;}
  .footer-brand{flex-direction:column;align-items:center;text-align:center;}
  .footer-brand > div{max-width:100%;}
  .footer-cols{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    text-align:left;
    align-items:start;
  }
  .footer-col ul,.footer-col .menu{align-items:flex-start;}
  .footer-bottom{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding-top:18px;
  }
  .footer-bottom > div:first-child{
    font-size:0;
    line-height:0;
  }
  .footer-bottom > div:first-child::after{
    content:"© 2026 Sportverein Polling e.V. · JK73";
    font-size:11px;
    line-height:1.5;
    color:var(--g3);
  }
  .footer-bottom-links{justify-content:center;}
  .footer-bottom-links .menu{justify-content:center;flex-wrap:wrap;}
}


/* V13 final mobile + Mini-WM fixes */
.miniwm-home,.miniwm-grid,.miniwm-copy,.miniwm-panel{min-width:0;}
.miniwm-home{overflow:hidden;}
.miniwm-grid{align-items:start;}
.miniwm-copy{display:flex;flex-direction:column;align-items:flex-start;}
.miniwm-brand-card{width:auto;max-width:320px;padding:10px 12px;border-radius:18px;margin:8px 0 18px;}
.miniwm-brand-logo{width:280px;max-width:100%;height:auto;border-radius:8px;}
.miniwm-title{margin-top:0;}
.miniwm-card{overflow:hidden;}
.miniwm-countdown,.miniwm-calendar-row{width:100%;}
.miniwm-countdown > div,.miniwm-date-box{min-width:0;}
.hero-eye-year{display:inline;}

@media(min-width:701px){
  .miniwm-grid{grid-template-columns:minmax(0,1fr) minmax(320px,560px);gap:48px;}
  .miniwm-copy{justify-content:flex-start;}
  .miniwm-brand-card{max-width:360px;width:auto;}
  .miniwm-brand-logo{width:320px;}
}

@media(max-width:700px){
  .hero-eye-year,.hero-eye-sep{display:none!important;}
  .hero-eye{justify-content:center;text-align:center;}
  .miniwm-copy{text-align:left;align-items:flex-start;}
  .miniwm-brand-card{display:flex;width:fit-content;max-width:100%;padding:8px 10px;border-radius:16px;margin:10px 0 16px;}
  .miniwm-brand-logo{width:100%;max-width:260px;}
  .miniwm-title{font-size:clamp(44px,12vw,72px);margin-bottom:14px;}
  .miniwm-text{font-size:15px;line-height:1.7;word-break:normal;overflow-wrap:anywhere;}
  .miniwm-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;}
  .miniwm-btns .btn{width:100%;justify-content:center;padding-left:12px;padding-right:12px;}
  .miniwm-card{padding:18px 14px;}
  .miniwm-card-label{font-size:9px;letter-spacing:2px;}
  .miniwm-countdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .miniwm-countdown > div{padding:12px 6px 9px;border-radius:12px;}
  .miniwm-countdown span{font-size:34px;}
  .miniwm-countdown small{font-size:9px;}
  .miniwm-calendar-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px;align-items:center;}
  .miniwm-date-box{padding:12px 6px 8px;border-radius:12px;}
  .miniwm-date-day{font-size:38px;}
  .miniwm-date-month{font-size:10px;letter-spacing:1.5px;}
  .miniwm-date-year{font-size:10px;}
  .miniwm-date-sep{font-size:24px;line-height:1;}
}


/* v14 refinements */
.nav-wrap{margin-left:auto;}
.burger{margin-left:auto;margin-right:0;padding-right:0;align-self:center;}
@media(max-width:900px){
  nav{padding-right:5%;}
  .burger{position:relative;right:0;}
}
@media(max-width:700px){
  .hero-eye-year,.hero-eye-sep{display:none!important;}
}

.miniwm-title-panel{display:none;font-family:'Bebas Neue',sans-serif;font-size:clamp(44px,6vw,76px);line-height:.92;letter-spacing:-1px;color:#f5c842;margin:0 0 16px;}

@media(min-width:1181px){
  .miniwm-grid{grid-template-columns:minmax(0,1fr) minmax(420px,560px);gap:48px;align-items:start;}
  .miniwm-copy{display:block;max-width:620px;}
  .miniwm-title{display:none;}
  .miniwm-title-panel{display:block;}
  .miniwm-brand-card{margin:8px 0 18px;max-width:240px;padding:10px 12px;border-radius:18px;}
  .miniwm-brand-logo{width:210px;max-width:100%;height:auto;}
}

@media(max-width:1180px){
  .miniwm-grid{grid-template-columns:1fr;gap:24px;}
  .miniwm-copy,.miniwm-panel{max-width:none;width:100%;}
  .miniwm-title{display:block;}
  .miniwm-title-panel{display:none;}
}

@media(min-width:701px) and (max-width:1180px){
  .miniwm-copy{text-align:left;align-items:flex-start;}
  .miniwm-brand-card{display:flex;width:fit-content;max-width:100%;padding:10px 12px;border-radius:18px;margin:10px 0 18px;}
  .miniwm-brand-logo{width:260px;max-width:100%;height:auto;}
  .miniwm-panel{display:grid;gap:18px;}
  .miniwm-card{padding:22px 20px;}
  .miniwm-countdown{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
  .miniwm-countdown > div{padding:14px 8px 10px;}
  .miniwm-calendar-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:14px;align-items:center;}
  .miniwm-date-box{min-width:0;padding:16px 10px 12px;}
  .miniwm-date-sep{display:flex;align-items:center;justify-content:center;font-size:28px;}
}

@media(max-width:700px){
  .miniwm-brand-card{display:flex;width:fit-content;max-width:100%;padding:8px 10px;border-radius:16px;margin:10px 0 16px;}
  .miniwm-brand-logo{width:180px;max-width:100%;height:auto;}
  .miniwm-title{margin-bottom:14px;}
  .miniwm-title-panel{display:none!important;}
}

/* V15 refinements */
.hero{
  justify-content:center;
  min-height:78svh;
  padding:88px 5% 32px;
}
.hero-layout{
  align-items:center;
}
.hero-content,
.hero-visual{
  align-self:center;
}
.hero-content{
  padding-top:0;
}
.hero-main-logo{
  width:min(100%,400px);
}

.miniwm-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.miniwm-eye{
  margin-bottom:16px;
}
.miniwm-brand-card{
  width:340px;
  max-width:100%;
  margin:0 0 22px 0;
  align-self:flex-start;
}
.miniwm-brand-logo{
  max-width:312px;
}
.miniwm-text{
  margin-top:0;
}

@media(min-width:961px){
  .miniwm-grid{
    align-items:center;
  }
  .miniwm-copy{
    justify-content:center;
  }
}

@media(max-width:960px){
  .hero{
    justify-content:flex-start;
    min-height:auto;
    padding:84px 5% 28px;
  }
}

@media(max-width:700px){
  .miniwm-brand-card{
    width:220px;
    padding:10px 12px;
    margin-bottom:18px;
  }
  .miniwm-brand-logo{
    width:100%;
    max-width:196px;
  }
}


/* V16 mobile centering + order adjustments */
@media(max-width:700px){
  .hero-visual{display:none;}
  .miniwm-copy,
  .fv-grid > div:first-child,
  .fv-grid > div:last-child{align-items:center;text-align:center;}
  .miniwm-copy{display:flex;flex-direction:column;align-items:center;}
  .miniwm-eye,
  .hero-btns.miniwm-btns,
  .fv-grid .hero-btns{justify-content:center;}
  .miniwm-text,
  .fv-p,
  .fv-points{margin-left:auto;margin-right:auto;}
  .fv-points li{text-align:left;justify-content:center;}
  .fv-photo-card{margin-left:auto;margin-right:auto;}
}
@media(min-width:701px) and (max-width:960px){
  .miniwm-copy,
  .fv-grid > div:first-child,
  .fv-grid > div:last-child{align-items:center;text-align:center;}
  .miniwm-copy{display:flex;flex-direction:column;align-items:center;}
  .miniwm-eye,
  .hero-btns.miniwm-btns,
  .fv-grid .hero-btns{justify-content:center;}
  .miniwm-text,
  .fv-p,
  .fv-points{margin-left:auto;margin-right:auto;}
  .fv-points li{text-align:left;justify-content:center;}
  .fv-photo-card{margin-left:auto;margin-right:auto;}
}


/* --- v17 refinements --- */
.fv-section{border-top:none !important;}
.miniwm-home{border-bottom:none;}

@media (max-width: 1100px){
  .news-row{grid-template-columns:1fr;}
}


/* v18 refinements */
.section-dark#sparten{border-bottom:none!important;}
.fv-section{border-top:none!important;box-shadow:none!important;}

/* softer category tags */
.news-item .ni-tag{background:rgba(255,255,255,.05);color:#d8d8d8;border:1px solid rgba(255,255,255,.08);}
.news-item--cat-fussball .ni-tag,.news-item--cat-fussballspiel .ni-tag{background:rgba(255,255,255,.12);color:#f5f5f5;border-color:rgba(255,255,255,.14);}
.news-item--cat-basketball .ni-tag{background:rgba(242,138,0,.12);color:#f2b36a;border-color:rgba(242,138,0,.18);}
.news-item--cat-ski .ni-tag{background:rgba(179,18,23,.12);color:#d88386;border-color:rgba(179,18,23,.18);}
.news-item--cat-tennis .ni-tag{background:rgba(245,223,0,.12);color:#e2d66b;border-color:rgba(245,223,0,.18);}
.news-item--cat-tischtennis .ni-tag{background:rgba(47,143,47,.12);color:#86c986;border-color:rgba(47,143,47,.18);}
.news-item--cat-turnen .ni-tag{background:rgba(122,10,92,.14);color:#bf81af;border-color:rgba(122,10,92,.2);}
.news-item--cat-stockschuetzen .ni-tag,.news-item--cat-stockschützen .ni-tag{background:rgba(102,102,102,.16);color:#bbbbbb;border-color:rgba(170,170,170,.16);}
.news-item--cat-miniwm .ni-tag,.news-item--cat-mini-wm .ni-tag{background:rgba(245,200,66,.14);color:#f5c842;border-color:rgba(245,200,66,.22);}
.news-item--cat-foerderverein .ni-tag,.news-item--cat-förderverein .ni-tag{background:rgba(142,197,255,.14);color:#8ec5ff;border-color:rgba(142,197,255,.22);}

/* header CTA */
.nav-wrap{display:flex;align-items:center;gap:16px;margin-left:auto;justify-content:flex-end;}
.nav-header-cta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;}

/* dropdown hover */
.nav-links > li > a,
.nav-links .sub-menu li a{position:relative;}
.nav-links > li > a:hover,
.nav-links > li:hover > a,
.nav-links > li:focus-within > a{color:var(--white);}
.nav-links .sub-menu li a{transition:background .2s,color .2s,padding-left .2s;}
.nav-links .sub-menu li a:hover,
.nav-links .sub-menu li:hover > a,
.nav-links .sub-menu li:focus-within > a{background:rgba(255,255,255,.05);color:var(--white);padding-left:20px;}

/* equal button sizing */
.hero-btns{align-items:stretch;}
.hero-btns .btn{min-width:190px;justify-content:center;}
.fv-grid .hero-btns .btn,
.member-section .hero-btns .btn,
.miniwm-btns .btn{min-width:190px;}

/* miniwm alignment */
@media(max-width:960px){
  .miniwm-copy{align-items:center;text-align:center;}
  .miniwm-eye{justify-content:center;}
  .miniwm-brand-card{margin-left:auto;margin-right:auto;align-self:center;}
  .miniwm-text{margin-left:auto;margin-right:auto;max-width:42rem;}
  .miniwm-btns{justify-content:center;}
  .miniwm-panel{width:100%;}
}

/* foerderverein mobile/tablet left aligned except intro */
@media(max-width:960px){
  .fv-grid > div:first-child,
  .fv-grid > div:last-child{align-items:flex-start;text-align:left;}
  .fv-grid .s-eye{justify-content:flex-start;}
  .fv-p{text-align:center;max-width:42rem;margin-left:auto;margin-right:auto;}
  .fv-points{margin-left:0;margin-right:0;max-width:none;}
  .fv-points li{justify-content:flex-start;text-align:left;}
  .fv-grid .hero-btns{justify-content:flex-start;}
  .fv-photo-card{margin-left:auto;margin-right:auto;}
}
@media(max-width:700px){
  .fv-grid .hero-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;}
  .fv-grid .hero-btns .btn,
  .member-section .hero-btns .btn,
  .hero-content .hero-btns .btn,
  .miniwm-btns .btn{width:100%;min-width:0;}
}

/* mobile/tablet nav alignment */
@media(max-width:900px){
  nav{padding-left:5%;padding-right:5%;}
  .nav-wrap{margin-left:0;display:block;}
  .burger{margin-left:auto;margin-right:0;right:auto;justify-self:end;}
  .nav-header-cta{display:none;}
  .nav-links.open{left:auto;right:5%;width:min(320px,calc(100vw - 10%));padding:18px 18px 18px 18px;align-items:flex-end;text-align:right;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:0 0 14px 14px;}
  .nav-links.open > li{width:100%;}
  .nav-links.open > li > a{display:block;width:100%;text-align:right;}
  .nav-links.open .sub-menu{padding:8px 0 0 0;}
  .nav-links.open .sub-menu li a{text-align:right;padding:10px 0 10px 14px;}
}

/* keep hero mobile centered but without logo */
@media(max-width:700px){
  .hero-content .hero-btns{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:390px;margin-left:auto;margin-right:auto;}
}

/* v19 final tweaks */
.nav-wrap .nav-links{order:1;}
.nav-wrap .nav-header-cta{order:2;margin-left:8px;}
@media(min-width:901px){
  .nav-wrap{gap:22px;}
  .nav-links{margin-left:0;}
  .nav-header-cta{margin-left:10px;}
}

/* stronger dropdown separation */
.nav-links .sub-menu{
  background:rgba(5,5,5,.98);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 38px rgba(0,0,0,.42);
  border-radius:0 0 14px 14px;
  backdrop-filter:blur(12px);
}
.nav-links > li:hover > .sub-menu,
.nav-links > li:focus-within > .sub-menu{
  outline:1px solid rgba(255,255,255,.05);
}
.nav-links .sub-menu li + li{border-top:1px solid rgba(255,255,255,.04);}

/* Förderverein all left-aligned */
.fv-p{
  text-align:left !important;
  max-width:42rem;
  margin-left:0 !important;
  margin-right:0 !important;
}
@media(max-width:960px){
  .fv-p{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* v20 mobile dropdown redesign */
@media(max-width:900px){
  .nav-links.open{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:none;
    top:100%;
    padding:22px 5% 28px !important;
    align-items:center !important;
    text-align:center !important;
    gap:10px;
    border:none !important;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.08);
    border-radius:0 !important;
    background:rgba(6,6,6,.96) !important;
    box-shadow:0 24px 48px rgba(0,0,0,.38) !important;
    backdrop-filter:blur(14px);
  }
  .nav-links.open > li{
    width:100%;
    max-width:520px;
  }
  .nav-links.open > li > a{
    display:block;
    width:100%;
    text-align:center !important;
    font-size:clamp(20px,3vw,28px);
    line-height:1.15;
    letter-spacing:1px;
    font-weight:600;
    color:#d8d8d8;
    padding:8px 0;
    transition:color .2s, transform .2s, opacity .2s;
  }
  .nav-links.open > li > a:hover,
  .nav-links.open > li:hover > a,
  .nav-links.open > li:focus-within > a{
    color:var(--white);
    transform:translateY(-1px);
  }
  .nav-links.open .sub-menu{
    display:block;
    position:static;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    outline:none !important;
    padding:6px 0 4px !important;
    margin:0 auto 4px;
    width:100%;
    max-width:520px;
  }
  .nav-links.open .sub-menu li + li{border-top:1px solid rgba(255,255,255,.04);}
  .nav-links.open .sub-menu li a{
    text-align:center !important;
    padding:12px 0 !important;
    font-size:clamp(16px,2.5vw,20px);
    color:#bdbdbd;
    transition:color .2s, background .2s, transform .2s;
  }
  .nav-links.open .sub-menu li a:hover,
  .nav-links.open .sub-menu li:hover > a,
  .nav-links.open .sub-menu li:focus-within > a{
    color:var(--white);
    background:rgba(255,255,255,.04);
    transform:translateY(-1px);
  }
}


/* v21 news cards + mobile accordion menu */
.news-item{position:relative;}
.news-card-link{display:block;height:100%;color:inherit;text-decoration:none;}
.news-card-link:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:-2px;}
.news-item:hover .news-card-link,
.news-item:focus-within .news-card-link{color:inherit;}

@media(max-width:900px){
  .nav-links.open{
    max-height:calc(100vh - 86px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding-right:calc(5% + 2px) !important;
  }
  .nav-links.open > li.menu-item-has-children > a{
    position:relative;
    padding-right:28px;
  }
  .nav-links.open > li.menu-item-has-children > a::after{
    content:'+';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    line-height:1;
    color:var(--g3);
    transition:transform .2s,color .2s;
  }
  .nav-links.open > li.menu-item-has-children.menu-open > a::after{
    content:'–';
    color:var(--white);
  }
  .nav-links.open .sub-menu{
    display:none;
    padding-top:2px !important;
  }
  .nav-links.open > li.menu-item-has-children.menu-open > .sub-menu{
    display:block;
  }
}


/* Fussball-Unterseite */
.fussball-hero{background:#0b0b0c;}
.fussball-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 48% 42% at 76% 28%,rgba(215,215,215,.16) 0%,transparent 62%);} 
.fussball-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);gap:44px;align-items:center;min-height:72vh;}
.fussball-hero__content{max-width:720px;}
.fussball-hero__title{font-family:'Bebas Neue',sans-serif;font-size:clamp(66px,9vw,122px);line-height:.88;letter-spacing:-1px;margin-bottom:22px;}
.fussball-hero__title em{display:block;font-style:normal;color:#8d8d93;font-size:.48em;letter-spacing:3px;}
.fussball-hero__text{font-size:16px;line-height:1.8;color:var(--g4);max-width:640px;margin-bottom:34px;}
.fussball-hero__visual{display:flex;justify-content:flex-end;align-items:center;}
.fussball-hero__logo{width:min(100%,380px);height:auto;display:block;filter:drop-shadow(0 20px 38px rgba(0,0,0,.22));}
.fussball-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:26px;align-items:start;}
.fussball-copy.is-football,.fussball-sidecard.is-football{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);}
.fussball-sidecard{padding:30px;border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.18);}
.fussball-sidecard__title{font-family:'Bebas Neue',sans-serif;font-size:clamp(28px,4vw,42px);line-height:.95;letter-spacing:.5px;margin:0 0 16px;}
.fussball-sidecard p{color:var(--g4);line-height:1.75;margin:0 0 20px;}
.fussball-sidecard__list{margin:0;padding-left:18px;display:grid;gap:10px;color:var(--white);}
.fussball-widget-title{margin-bottom:28px;}
.fussball-widget-shell{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:18px;min-height:360px;overflow:hidden;}
.fussball-widget-shell iframe{width:100%;}
@media (max-width: 980px){
  .fussball-hero__grid,.fussball-content-grid{grid-template-columns:1fr;}
  .fussball-hero__visual{justify-content:flex-start;}
  .fussball-hero__logo{width:min(100%,280px);}
}
@media (max-width: 700px){
  .fussball-hero{padding-top:92px;}
  .fussball-hero__grid{min-height:auto;gap:16px;grid-template-columns:1fr;align-content:start;}
  .fussball-hero__content{max-width:none;text-align:center;display:flex;flex-direction:column;align-items:center;}
  .fussball-hero .hero-eye{justify-content:center;text-align:center;}
  .fussball-hero__title{text-align:center;}
  .fussball-hero__text{font-size:15px;text-align:center;max-width:26rem;margin-left:auto;margin-right:auto;}
  .fussball-hero__actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:390px;margin-left:auto;margin-right:auto;}
  .fussball-hero__actions .btn{width:100%;min-width:0;}
  .fussball-hero__visual{justify-content:center;order:2;width:100%;margin-top:2px;}
  .fussball-hero__logo{width:min(100%,140px);}
  .fussball-sidecard{padding:24px;}
  .fussball-widget-shell{padding:12px;border-radius:16px;}
}

/* v23 fussball teams + widget colors */
.fussball-teams-section{background:var(--ink2);border-top:1px solid rgba(255,255,255,.06);}
.fussball-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;}
.fussball-team-card{display:flex;align-items:center;gap:18px;padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.015);border-radius:14px;color:inherit;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;}
.fussball-team-card:hover{transform:translateY(-2px);border-color:rgba(215,215,215,.3);background:rgba(255,255,255,.03);}
.fussball-team-card__badge{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#efefef;box-shadow:0 8px 18px rgba(0,0,0,.14);flex-shrink:0;}
.fussball-team-card__badge img{width:42px;height:auto;display:block;}
.fussball-team-card__copy{display:flex;flex-direction:column;gap:4px;min-width:0;}
.fussball-team-card__name{font-size:18px;font-weight:700;line-height:1.2;}
.fussball-team-card__label{font-size:15px;color:var(--g4);line-height:1.3;}
.fussball-team-card__arrow{margin-left:auto;font-size:18px;color:#d7d7d7;opacity:.8;}
@media(max-width:900px){
  .fussball-team-grid{grid-template-columns:1fr;}
}


/* v24 liveticker placement */
.fussball-liveticker-section{background:var(--ink);border-top:1px solid rgba(255,255,255,.06);}
.fussball-liveticker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start;}
.fussball-widget-shell--ticker{min-height:260px;}
@media(max-width:1000px){
  .fussball-liveticker-grid{grid-template-columns:1fr;}
}

/* v26.1 news media cards, archives and über-uns */
.news-row--with-media{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;background:transparent;}
.news-row--with-media .news-item{min-height:210px;padding:0;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;background:var(--ink2);}
.news-card-link--with-media{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:0;height:100%;}
.news-card-copy{padding:26px 22px;position:relative;z-index:1;}
.news-card-media{height:100%;min-height:210px;background:#f2f2f2;border-left:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.news-card-media img{width:100%;height:100%;object-fit:cover;display:block;}
.news-card-media--fallback{padding:24px;background:linear-gradient(135deg,#f7f7f7,#e9e9e9);}
.news-card-media--fallback img{object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.16));}
.news-row--with-media .news-item:hover .news-card-media img,.aktuelles-card:hover .aktuelles-card__media img{transform:scale(1.04);}
.news-card-media img,.aktuelles-card__media img{transition:transform .32s ease;}
.news-item--cat-fussball .ni-tag,.news-item--cat-fussballspiel .ni-tag{background:rgba(126,190,197,.14)!important;color:#9ed8e4!important;border-color:rgba(126,190,197,.25)!important;}

.aktuelles-hero::after,.ueber-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 44% 35% at 78% 24%,rgba(255,255,255,.055),transparent 62%);}
.aktuelles-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:34px;}
.filter-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:var(--g4);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;background:rgba(255,255,255,.035);transition:transform .2s,border-color .2s,color .2s,background .2s;text-decoration:none;}
.filter-pill:hover,.filter-pill.is-active{transform:translateY(-1px);color:var(--white);border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);}
.filter-pill--fussball{color:#9ed8e4;border-color:rgba(126,190,197,.25);background:rgba(126,190,197,.08);}
.filter-pill--basketball{color:#f2b36a;border-color:rgba(242,138,0,.18);background:rgba(242,138,0,.08);}
.filter-pill--ski{color:#d88386;border-color:rgba(179,18,23,.18);background:rgba(179,18,23,.08);}
.filter-pill--tennis{color:#e2d66b;border-color:rgba(245,223,0,.18);background:rgba(245,223,0,.08);}
.filter-pill--tischtennis{color:#86c986;border-color:rgba(47,143,47,.18);background:rgba(47,143,47,.08);}
.filter-pill--turnen{color:#bf81af;border-color:rgba(122,10,92,.2);background:rgba(122,10,92,.08);}
.filter-pill--stockschuetzen{color:#bbb;border-color:rgba(170,170,170,.16);background:rgba(102,102,102,.08);}
.aktuelles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.aktuelles-card{background:var(--ink2);border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;min-height:100%;transition:transform .2s,border-color .2s,background .2s;}
.aktuelles-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.18);background:var(--ink3);}
.aktuelles-card__link{display:flex;flex-direction:column;min-height:100%;color:inherit;text-decoration:none;}
.aktuelles-card__media{height:210px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.aktuelles-card__media img{width:100%;height:100%;object-fit:cover;display:block;}
.aktuelles-card__media.news-card-media--fallback{padding:30px;background:linear-gradient(135deg,#f7f7f7,#e8e8e8);}
.aktuelles-card__media.news-card-media--fallback img{object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.16));}
.aktuelles-card__body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1;}
.aktuelles-card__title{font-family:'Bebas Neue',sans-serif;font-size:clamp(25px,2.2vw,34px);line-height:1;letter-spacing:.3px;margin:0;}
.aktuelles-card__body p{color:var(--g3);line-height:1.6;font-size:14px;margin:0;}

.ueber-intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ueber-stat-card{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 18px 42px rgba(0,0,0,.18);}
.ueber-stat-card span{font-family:'Bebas Neue',sans-serif;font-size:clamp(58px,7vw,96px);line-height:.85;}
.ueber-stat-card small{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:var(--g3);font-weight:700;margin-top:10px;}
.ueber-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:56px;align-items:start;}
.ueber-two-col--compact{align-items:center;}
.ueber-history-section p,.ueber-council-section p{color:var(--g4);font-size:16px;line-height:1.8;margin:0 0 18px;}
.ueber-timeline{background:var(--ink2);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px;display:grid;gap:16px;}
.ueber-timeline div{display:grid;grid-template-columns:74px 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.07);}
.ueber-timeline div:last-child{border-bottom:none;padding-bottom:0;}
.ueber-timeline strong{font-family:'Bebas Neue',sans-serif;font-size:30px;color:var(--white);line-height:1;}
.ueber-timeline span{color:var(--g4);line-height:1.55;}
.ueber-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.ueber-card-grid--people{grid-template-columns:repeat(3,minmax(0,1fr));}
.ueber-person-card,.ueber-dept-card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px;min-height:140px;display:flex;flex-direction:column;gap:8px;}
.ueber-person-card span,.ueber-dept-card span{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:var(--g3);font-weight:700;}
.ueber-person-card strong,.ueber-dept-card strong{font-size:18px;color:var(--white);}
.ueber-person-card a,.ueber-dept-card a{font-size:13px;color:var(--g4);text-decoration:none;word-break:break-word;}
.ueber-person-card a:hover,.ueber-dept-card a:hover{color:var(--white);}
.ueber-dept-card{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:120px;}
.ueber-dept-card img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2));}
.ueber-council-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.ueber-council-list span{display:grid;place-items:center;min-height:92px;background:var(--ink2);border:1px solid rgba(255,255,255,.08);border-radius:16px;font-weight:700;color:var(--white);}

@media(max-width:1100px){.news-row--with-media{grid-template-columns:1fr;}.news-card-link--with-media{grid-template-columns:minmax(0,1fr) 180px;}.aktuelles-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ueber-two-col{grid-template-columns:1fr;}.ueber-card-grid,.ueber-card-grid--people{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.news-card-link--with-media{grid-template-columns:1fr;}.news-card-media{min-height:170px;height:170px;border-left:none;border-top:1px solid rgba(255,255,255,.07);}.aktuelles-grid,.ueber-intro-grid,.ueber-card-grid,.ueber-card-grid--people{grid-template-columns:1fr;}.aktuelles-card__media{height:185px;}.ueber-timeline div{grid-template-columns:1fr;gap:6px;}.ueber-council-list{grid-template-columns:1fr;}}

/* v26.3 refinements: subtler archive filters and consistent category colors */
.news-item .ni-tag,
.aktuelles-card .ni-tag{
  display:inline-flex;
  width:max-content;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:#d8d8d8;
}
.news-item--cat-fussball .ni-tag,
.news-item--cat-fussballspiel .ni-tag{background:rgba(126,190,197,.14)!important;color:#9ed8e4!important;border-color:rgba(126,190,197,.25)!important;}
.news-item--cat-basketball .ni-tag{background:rgba(242,138,0,.12)!important;color:#f2b36a!important;border-color:rgba(242,138,0,.18)!important;}
.news-item--cat-ski .ni-tag{background:rgba(179,18,23,.12)!important;color:#d88386!important;border-color:rgba(179,18,23,.18)!important;}
.news-item--cat-tennis .ni-tag{background:rgba(245,223,0,.12)!important;color:#e2d66b!important;border-color:rgba(245,223,0,.18)!important;}
.news-item--cat-tischtennis .ni-tag{background:rgba(47,143,47,.12)!important;color:#86c986!important;border-color:rgba(47,143,47,.18)!important;}
.news-item--cat-turnen .ni-tag{background:rgba(122,10,92,.14)!important;color:#bf81af!important;border-color:rgba(122,10,92,.2)!important;}
.news-item--cat-stockschuetzen .ni-tag,
.news-item--cat-stockschützen .ni-tag{background:rgba(102,102,102,.16)!important;color:#bbbbbb!important;border-color:rgba(170,170,170,.16)!important;}
.news-item--cat-miniwm .ni-tag,
.news-item--cat-mini-wm .ni-tag{background:rgba(245,200,66,.14)!important;color:#f5c842!important;border-color:rgba(245,200,66,.22)!important;}
.news-item--cat-foerderverein .ni-tag,
.news-item--cat-förderverein .ni-tag{background:rgba(142,197,255,.14)!important;color:#8ec5ff!important;border-color:rgba(142,197,255,.22)!important;}

.news-card-media,
.aktuelles-card__media{aspect-ratio:4/3;height:auto;min-height:0;}
.news-card-media img,
.aktuelles-card__media img{width:100%;height:100%;object-fit:cover;}
.news-card-media--fallback img,
.aktuelles-card__media.news-card-media--fallback img{object-fit:contain;max-width:72%;max-height:72%;}
@media(max-width:700px){
  .news-card-media,.aktuelles-card__media{height:auto;min-height:0;}
}

.aktuelles-gallery-section{padding-top:54px;}
.aktuelles-filter{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 32px;
  padding:0;
  background:transparent;
  max-width:920px;
}
.filter-pill{
  padding:7px 11px;
  border-radius:999px;
  font-size:10px;
  line-height:1;
  letter-spacing:1.3px;
  opacity:.86;
  background:transparent!important;
}
.filter-pill:hover,.filter-pill.is-active{opacity:1;transform:translateY(-1px);background:rgba(255,255,255,.055)!important;}
.filter-pill--fussball{color:#9ed8e4!important;border-color:rgba(126,190,197,.25)!important;}
.filter-pill--basketball{color:#f2b36a!important;border-color:rgba(242,138,0,.2)!important;}
.filter-pill--ski{color:#d88386!important;border-color:rgba(179,18,23,.2)!important;}
.filter-pill--tennis{color:#e2d66b!important;border-color:rgba(245,223,0,.22)!important;}
.filter-pill--tischtennis{color:#86c986!important;border-color:rgba(47,143,47,.22)!important;}
.filter-pill--turnen{color:#bf81af!important;border-color:rgba(122,10,92,.22)!important;}
.filter-pill--stockschuetzen{color:#bbbbbb!important;border-color:rgba(170,170,170,.18)!important;}
.filter-pill--miniwm,.filter-pill--mini-wm{color:#f5c842!important;border-color:rgba(245,200,66,.24)!important;}
.filter-pill--foerderverein,.filter-pill--förderverein{color:#8ec5ff!important;border-color:rgba(142,197,255,.24)!important;}
@media(max-width:700px){
  .aktuelles-filter{gap:6px;margin-bottom:24px;}
  .filter-pill{font-size:9px;padding:7px 9px;letter-spacing:1px;}
}

/* v2.7 stability and subpage templates */
.reveal{
  opacity:1;
  transform:none;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion:no-preference){
  .reveal.visible{
    animation:svpRevealIn .55s ease both;
  }
  .reveal.visible.rd1{animation-delay:.1s;}
  .reveal.visible.rd2{animation-delay:.2s;}
  .reveal.visible.rd3{animation-delay:.3s;}
}
@keyframes svpRevealIn{
  from{opacity:.001;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:900px){
  body.menu-open{overflow:hidden;}
}

.sparte-template,
.special-page{
  --sparte-accent:#d9d9d9;
  --sparte-rgb:217,217,217;
}
.sparte-page-hero,
.special-hero{
  background:
    radial-gradient(ellipse 48% 42% at 76% 28%,rgba(var(--sparte-rgb),.17),transparent 64%),
    linear-gradient(180deg,#0c0c0d 0%,#090909 100%);
}
.sparte-page-hero::after,
.special-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 52px,rgba(255,255,255,.026) 52px,rgba(255,255,255,.026) 104px);
  opacity:.75;
  pointer-events:none;
}
.sparte-page-hero__grid,
.special-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,430px);
  gap:44px;
  align-items:center;
  min-height:68vh;
}
.sparte-page-hero__content,
.special-hero__content{
  max-width:720px;
}
.sparte-page-hero .hero-dot,
.special-hero .hero-dot{
  background:var(--sparte-accent);
  box-shadow:0 0 14px rgba(var(--sparte-rgb),.46);
}
.sparte-page-hero__title,
.special-hero__title{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(66px,9vw,122px);
  line-height:.88;
  letter-spacing:-1px;
  margin-bottom:22px;
}
.sparte-page-hero__title em,
.special-hero__title em{
  display:block;
  font-style:normal;
  color:var(--sparte-accent);
  font-size:.46em;
  letter-spacing:3px;
}
.sparte-page-hero__text,
.special-hero__text{
  font-size:16px;
  line-height:1.8;
  color:var(--g4);
  max-width:650px;
  margin-bottom:34px;
}
.sparte-page-hero__visual,
.special-hero__media,
.special-hero__logo-card{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.sparte-page-hero__logo{
  width:min(100%,360px);
  height:auto;
  filter:drop-shadow(0 22px 40px rgba(0,0,0,.26));
}
.sparte-template-basketball .sparte-page-hero__logo,
.sparte-template-tennis .sparte-page-hero__logo,
.sparte-template-turnen .sparte-page-hero__logo{
  width:min(100%,380px);
}
.sparte-page-hero__actions,
.special-hero__actions{
  margin-bottom:0;
}
.sparte-info-grid,
.special-info-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);
  gap:28px;
  align-items:start;
}
.sparte-copy-card,
.special-copy-card{
  min-height:100%;
  padding:30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.sparte-copy-card .s-title,
.special-copy-card .s-title{
  margin-bottom:20px;
}
.sparte-copy-card p,
.special-copy-card p,
.sparte-wp-content{
  color:var(--g4);
  font-size:15px;
  line-height:1.8;
}
.sparte-wp-content > * + *{
  margin-top:16px;
}
.sparte-wp-content a{
  color:var(--white);
  border-bottom:1px solid rgba(var(--sparte-rgb),.45);
}
.sparte-fact-grid,
.special-fact-stack{
  display:grid;
  gap:14px;
}
.sparte-fact-card,
.special-fact-stack article{
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:
    linear-gradient(135deg,rgba(var(--sparte-rgb),.11),rgba(255,255,255,.018)),
    var(--ink2);
}
.sparte-fact-card span,
.special-fact-stack span{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.56);
}
.sparte-fact-card strong,
.special-fact-stack strong{
  display:block;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(28px,3vw,42px);
  line-height:.95;
  letter-spacing:.4px;
  color:var(--white);
}
.sparte-feature-grid,
.special-feature-grid,
.sparte-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.sparte-feature-card,
.special-feature-grid article,
.sparte-link-card{
  position:relative;
  min-height:150px;
  padding:24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.sparte-feature-card::after,
.special-feature-grid article::after,
.sparte-link-card::after{
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:3px;
  background:linear-gradient(90deg,var(--sparte-accent),transparent);
  opacity:.75;
}
.sparte-feature-card span{
  display:block;
  width:28px;
  height:2px;
  margin-bottom:22px;
  background:var(--sparte-accent);
}
.sparte-feature-card p,
.special-feature-grid p{
  color:var(--g4);
  line-height:1.7;
  font-size:14px;
}
.special-feature-grid span{
  display:block;
  margin-bottom:20px;
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  line-height:1;
  color:var(--sparte-accent);
}
.sparte-empty-news{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:22px;
  padding:26px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:var(--ink2);
}
.sparte-empty-news img{
  width:74px;
  height:74px;
  object-fit:contain;
  padding:10px;
  border-radius:50%;
  background:#f1f1f1;
  flex-shrink:0;
}
.sparte-empty-news span{
  display:block;
  margin-bottom:6px;
  font-family:'Bebas Neue',sans-serif;
  font-size:30px;
  line-height:1;
}
.sparte-empty-news p{
  color:var(--g4);
  line-height:1.65;
}
.sparte-link-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:inherit;
  text-decoration:none;
  transition:transform .2s,border-color .2s,background .2s;
}
.sparte-link-card:hover{
  transform:translateY(-2px);
  border-color:rgba(var(--sparte-rgb),.34);
  background:rgba(var(--sparte-rgb),.055);
}
.sparte-link-card span{
  margin-bottom:8px;
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--sparte-accent);
}
.sparte-link-card strong{
  font-size:18px;
}
.sparte-link-card i{
  position:absolute;
  top:20px;
  right:20px;
  font-style:normal;
  color:var(--sparte-accent);
}
.sparte-template-tennis .sparte-page-hero__title em,
.sparte-template-tennis .sparte-link-card span,
.sparte-template-tennis .special-feature-grid span{
  color:#e7da54;
}

.special-hero__media img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 22px 48px rgba(0,0,0,.26);
}
.special-hero__logo-card{
  justify-self:end;
  width:min(100%,340px);
  padding:14px 16px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 22px 48px rgba(0,0,0,.28);
}
.special-hero__logo-card img{
  width:100%;
  height:auto;
  border-radius:10px;
}
.miniwm-page-panel{
  display:grid;
  gap:16px;
}
.miniwm-page-panel .miniwm-card{
  margin:0;
}
.foerderverein-page-hero{
  background:
    radial-gradient(ellipse 46% 40% at 78% 30%,rgba(142,197,255,.13),transparent 64%),
    linear-gradient(180deg,#111 0%,#090909 100%);
}
.miniwm-page-hero{
  background:
    radial-gradient(ellipse 50% 42% at 78% 28%,rgba(245,200,66,.16),transparent 64%),
    linear-gradient(180deg,#141006 0%,#090909 100%);
}

@media(max-width:1100px){
  .sparte-page-hero__grid,
  .special-hero__grid,
  .sparte-info-grid,
  .special-info-grid{
    grid-template-columns:1fr;
  }
  .sparte-page-hero__visual,
  .special-hero__media,
  .special-hero__logo-card{
    justify-content:flex-start;
    justify-self:start;
  }
  .sparte-feature-grid,
  .special-feature-grid,
  .sparte-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .sparte-page-hero,
  .special-hero{
    padding-top:92px;
  }
  .sparte-page-hero__grid,
  .special-hero__grid{
    min-height:auto;
    gap:18px;
  }
  .sparte-page-hero__content,
  .special-hero__content{
    max-width:none;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .sparte-page-hero .hero-eye,
  .special-hero .hero-eye{
    justify-content:center;
    text-align:center;
  }
  .sparte-page-hero__title,
  .special-hero__title{
    text-align:center;
    font-size:clamp(54px,16vw,86px);
  }
  .sparte-page-hero__title em,
  .special-hero__title em{
    letter-spacing:2px;
  }
  .sparte-page-hero__text,
  .special-hero__text{
    font-size:15px;
    text-align:center;
    max-width:28rem;
    margin-left:auto;
    margin-right:auto;
  }
  .sparte-page-hero__actions,
  .special-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    width:100%;
    max-width:390px;
  }
  .sparte-page-hero__actions .btn,
  .special-hero__actions .btn{
    width:100%;
    min-width:0;
  }
  .sparte-page-hero__visual,
  .special-hero__media,
  .special-hero__logo-card{
    justify-content:center;
    justify-self:center;
    width:100%;
  }
  .sparte-page-hero__logo{
    width:min(100%,150px);
    margin-top:2px;
  }
  .special-hero__media img{
    aspect-ratio:auto;
    max-height:none;
    object-fit:contain;
  }
  .special-hero__logo-card{
    max-width:230px;
    padding:10px 12px;
  }
  .sparte-info-grid,
  .special-info-grid,
  .sparte-feature-grid,
  .special-feature-grid,
  .sparte-link-grid{
    grid-template-columns:1fr;
  }
  .sparte-copy-card,
  .special-copy-card{
    padding:24px;
  }
  .sparte-empty-news{
    flex-direction:column;
    text-align:center;
  }
}

/* v2.8 stable reveal, news media polish and new subpages */
.reveal{
  opacity:1;
  transform:none;
  transition:opacity .55s,transform .55s;
  animation:none !important;
}
.js-ready .reveal{
  opacity:0 !important;
  transform:translateY(18px) !important;
  transition:opacity .55s,transform .55s !important;
}
.js-ready .reveal.visible{
  opacity:1 !important;
  transform:translateY(0) !important;
  animation:none !important;
}
.js-ready .rd1{transition-delay:.1s !important;}
.js-ready .rd2{transition-delay:.2s !important;}
.js-ready .rd3{transition-delay:.3s !important;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .js-ready .reveal,
  .js-ready .reveal.visible{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

.news-row--with-media .news-item,
.news-row--with-media .news-item:first-child{
  background:var(--ink2) !important;
  background-image:none !important;
  background-attachment:scroll !important;
  background-size:auto !important;
}
.news-row--with-media .news-card-link--with-media{
  grid-template-columns:minmax(0,1fr) minmax(150px,34%);
  min-height:230px;
}
.news-row--with-media .news-card-media{
  align-self:stretch;
  aspect-ratio:auto;
  height:100%;
  min-height:100%;
  border-left:none !important;
}
.news-row--with-media .news-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-row--with-media .news-card-media--fallback{
  padding:10px;
}
.news-row--with-media .news-card-media--fallback img,
.aktuelles-card__media.news-card-media--fallback img{
  width:auto;
  height:88%;
  max-width:88%;
  max-height:88%;
  object-fit:contain;
}
@media(max-width:700px){
  .news-row--with-media .news-card-link--with-media{
    grid-template-columns:1fr;
    min-height:0;
  }
  .news-row--with-media .news-card-media{
    height:210px;
    min-height:210px;
    border-left:none;
    border-top:1px solid rgba(255,255,255,.07);
  }
}

.news-item--cat-basketball .ni-tag,
.filter-pill--basketball{
  color:#d8712b !important;
  border-color:rgba(216,113,43,.28) !important;
}
.news-item--cat-basketball .ni-tag{background:rgba(216,113,43,.14) !important;}
.news-item--cat-ski .ni-tag,
.filter-pill--ski{
  color:#d8712b !important;
  border-color:rgba(216,113,43,.28) !important;
}
.news-item--cat-ski .ni-tag{background:rgba(216,113,43,.14) !important;}
.news-item--cat-tennis .ni-tag,
.filter-pill--tennis{
  color:#f6e64d !important;
  border-color:rgba(246,230,77,.30) !important;
}
.news-item--cat-tennis .ni-tag{background:rgba(246,230,77,.13) !important;}
.news-item--cat-turnen .ni-tag,
.filter-pill--turnen{
  color:#b66aa6 !important;
  border-color:rgba(84,17,68,.42) !important;
}
.news-item--cat-turnen .ni-tag{background:rgba(84,17,68,.28) !important;}
.news-item--cat-tischtennis .ni-tag,
.filter-pill--tischtennis{
  color:#73b166 !important;
  border-color:rgba(73,130,61,.32) !important;
}
.news-item--cat-tischtennis .ni-tag{background:rgba(73,130,61,.16) !important;}
.news-item--cat-stockschuetzen .ni-tag,
.news-item--cat-stockschützen .ni-tag,
.filter-pill--stockschuetzen{
  color:#c7c8ca !important;
  border-color:rgba(88,89,91,.48) !important;
}
.news-item--cat-stockschuetzen .ni-tag,
.news-item--cat-stockschützen .ni-tag{background:rgba(88,89,91,.24) !important;}
.news-item--cat-foerderverein .ni-tag,
.news-item--cat-förderverein .ni-tag,
.filter-pill--foerderverein,
.filter-pill--förderverein{
  color:#9ac4fa !important;
  border-color:rgba(154,196,250,.28) !important;
}
.news-item--cat-foerderverein .ni-tag,
.news-item--cat-förderverein .ni-tag{background:rgba(154,196,250,.14) !important;}

.theme-variant-basketball .sparte-page-hero,
.theme-variant-ski .sparte-page-hero,
.theme-variant-tennis .sparte-page-hero,
.theme-variant-turnen .sparte-page-hero,
.theme-variant-stockschuetzen .sparte-page-hero,
.theme-variant-tischtennis .sparte-page-hero,
.theme-variant-foerderverein .special-hero,
.foerderverein-page-hero{
  background:
    radial-gradient(ellipse 50% 44% at 78% 30%,rgba(var(--sparte-rgb),.18),transparent 64%),
    radial-gradient(ellipse 34% 30% at 18% 74%,rgba(var(--sparte-rgb),.07),transparent 68%),
    linear-gradient(180deg,#101010 0%,#080808 100%) !important;
}
.theme-variant-basketball .sparte-page-hero::after,
.theme-variant-ski .sparte-page-hero::after,
.theme-variant-tennis .sparte-page-hero::after,
.theme-variant-turnen .sparte-page-hero::after,
.theme-variant-stockschuetzen .sparte-page-hero::after,
.theme-variant-tischtennis .sparte-page-hero::after,
.theme-variant-foerderverein .special-hero::after{
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 52px,rgba(255,255,255,.024) 52px,rgba(255,255,255,.024) 104px) !important;
  opacity:.52 !important;
}
.sparte-template .s-eye,
.special-page .s-eye{
  color:rgba(var(--sparte-rgb),.95);
}
.sparte-template .s-eye::before,
.special-page .s-eye::before{
  background:rgba(var(--sparte-rgb),.62);
}
.sparte-template .sparte-page-hero__title em,
.special-page .special-hero__title em,
.sparte-template .sparte-link-card span,
.special-page .sparte-link-card span{
  color:var(--sparte-accent) !important;
}

.membership-hero,
.downloads-hero{
  background:
    radial-gradient(ellipse 46% 36% at 78% 24%,rgba(255,255,255,.07),transparent 62%),
    linear-gradient(180deg,#111 0%,#090909 100%);
}
.membership-intro-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.membership-price-card,
.downloads-side article,
.download-dropzone,
.membership-contact-card{
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.membership-price-card{
  min-height:150px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.membership-price-card span,
.downloads-side span{
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--g3);
}
.membership-price-card strong{
  margin:10px 0 6px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(44px,5vw,70px);
  line-height:.9;
}
.membership-price-card small,
.membership-note,
.membership-copy p,
.membership-contact-card p,
.downloads-side p,
.download-dropzone p,
.download-wp-content{
  color:var(--g4);
  line-height:1.7;
}
.membership-table-shell{
  overflow-x:auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:var(--ink2);
}
.membership-table{
  width:100%;
  min-width:860px;
  border-collapse:collapse;
}
.membership-table caption{
  padding:18px 20px;
  text-align:left;
  color:var(--g3);
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}
.membership-table th,
.membership-table td{
  padding:15px 16px;
  border-top:1px solid rgba(255,255,255,.07);
  text-align:left;
  white-space:nowrap;
}
.membership-table thead th,
.membership-table tbody th{
  color:var(--white);
}
.membership-table td{
  color:var(--g4);
}
.membership-table tbody tr:hover{
  background:rgba(255,255,255,.035);
}
.membership-note{
  max-width:820px;
  margin-top:22px;
  font-size:14px;
}
.membership-process-grid,
.downloads-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);
  gap:28px;
  align-items:start;
}
.membership-steps{
  display:grid;
  gap:14px;
}
.membership-steps article{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:16px;
  align-items:center;
  padding:20px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.membership-steps span{
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  color:var(--white);
  line-height:1;
}
.membership-steps p{
  color:var(--g4);
  line-height:1.6;
}
.membership-contact-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
}
.membership-contact-card .s-title{
  margin-bottom:12px;
}
.membership-contact-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}
.downloads-main{
  min-width:0;
}
.download-dropzone{
  padding:32px;
  border-style:dashed;
}
.download-dropzone strong{
  display:block;
  margin-bottom:8px;
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  line-height:1;
}
.downloads-side{
  display:grid;
  gap:14px;
}
.downloads-side article{
  padding:22px;
}
.downloads-side p{
  margin-top:9px;
  font-size:14px;
}
.download-wp-content > * + *{
  margin-top:16px;
}
.download-wp-content .wp-block-file,
.download-wp-content a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:var(--ink2);
  color:var(--white);
  text-decoration:none;
}
.download-wp-content .wp-block-file a{
  display:inline-flex;
  padding:0;
  border:none;
  background:transparent;
}

.mini-wm-template{
  --gold:#f5c842;
  --gold2:#c8963c;
}
.mini-hero{
  min-height:92svh;
  display:flex;
  align-items:flex-end;
  padding:128px 5% 78px;
  position:relative;
  overflow:hidden;
  background:#07060a;
}
.mini-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 58px,rgba(245,200,66,.028) 58px,rgba(245,200,66,.028) 60px),
    repeating-linear-gradient(90deg,transparent,transparent 58px,rgba(245,200,66,.015) 58px,rgba(245,200,66,.015) 60px);
}
.mini-hero .hero-glow{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse 55% 45% at 75% 20%,rgba(245,200,66,.12) 0%,transparent 60%),
    radial-gradient(ellipse 30% 25% at 20% 80%,rgba(245,200,66,.06) 0%,transparent 60%);
}
.mini-hero .hero-biglogo{
  position:absolute;
  right:3%;
  top:50%;
  transform:translateY(-50%);
  z-index:0;
  height:clamp(160px,28vw,380px);
  width:auto;
  opacity:.08;
  pointer-events:none;
}
.mini-hero-content{
  position:relative;
  z-index:1;
  width:100%;
}
.mini-hero .hero-eye{
  color:var(--gold);
}
.miniwm-dot{
  background:var(--gold);
  box-shadow:0 0 18px rgba(245,200,66,.55);
}
.mini-hero-h1{
  max-width:900px;
  margin-bottom:24px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(66px,11vw,144px);
  line-height:.85;
  letter-spacing:-1px;
  text-transform:uppercase;
}
.mini-hero-h1 .pre{
  display:block;
  margin-bottom:8px;
  color:var(--g3);
  font-family:'Inter',sans-serif;
  font-size:.28em;
  font-weight:700;
  letter-spacing:8px;
  line-height:1.1;
}
.mini-hero-h1 .gold,
.anm-h .gold{
  color:var(--gold);
}
.mini-hero-p{
  max-width:610px;
  margin-bottom:14px;
  color:var(--g4);
  font-size:15px;
  line-height:1.75;
}
.mini-hero-fact{
  display:inline-flex;
  align-items:center;
  margin-bottom:32px;
  padding:8px 16px;
  border:1px solid rgba(245,200,66,.2);
  border-radius:3px;
  background:rgba(245,200,66,.08);
  color:var(--gold2);
  font-size:12px;
}
.btn-gold{
  background:var(--gold);
  color:#0a0a0a;
}
.btn-gold:hover{
  background:#e6b830;
  transform:translateY(-2px);
}
.cd-section{
  padding:52px 5%;
  border-top:3px solid var(--gold);
  border-bottom:1px solid rgba(245,200,66,.1);
  background:rgba(20,16,0,.95);
  text-align:center;
}
.cd-eyebrow{
  margin-bottom:24px;
  color:var(--gold2);
  font-size:10px;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
}
.cd-units{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:0;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.cd-unit{
  min-width:90px;
  padding:0 14px;
  text-align:center;
}
.cd-num{
  display:block;
  color:var(--gold);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(56px,10vw,96px);
  line-height:1;
  letter-spacing:-1px;
}
.cd-lbl{
  display:block;
  margin-top:5px;
  color:var(--g3);
  font-size:10px;
  letter-spacing:2px;
  text-transform:uppercase;
}
.cd-sep{
  padding-top:4px;
  color:rgba(245,200,66,.2);
  font-family:'Bebas Neue',sans-serif;
  font-size:72px;
  line-height:1;
}
.cd-sub{
  color:var(--g3);
  font-size:13px;
}
.cd-sub strong{
  color:var(--gold);
}
.kalender{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:2px;
  background:rgba(255,255,255,.05);
}
.kal-day{
  position:relative;
  min-height:178px;
  padding:20px 14px;
  background:var(--ink2);
  text-align:center;
  transition:background .2s,border-color .2s,transform .2s;
}
.kal-day:hover{
  background:var(--ink3);
  transform:translateY(-2px);
}
.kal-day--highlight{
  border-top:2px solid var(--gold);
  background:rgba(245,200,66,.08) !important;
}
.kal-day--final{
  outline:1px solid rgba(245,200,66,.24);
}
.kal-wday{
  margin-bottom:6px;
  color:var(--g3);
  font-size:9px;
  letter-spacing:2px;
  text-transform:uppercase;
}
.kal-date{
  margin-bottom:10px;
  color:var(--gold2);
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  line-height:1;
}
.kal-icon{
  margin-bottom:7px;
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}
.kal-phase{
  margin-bottom:10px;
  font-family:'Bebas Neue',sans-serif;
  font-size:20px;
  letter-spacing:.5px;
  line-height:1.05;
}
.kal-badge{
  display:inline-block;
  padding:3px 8px;
  border-radius:2px;
  background:rgba(245,200,66,.15);
  color:var(--gold);
  font-size:9px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}
.mini-info-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:32px;
  align-items:start;
}
.mini-wm-template .info-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:14px;
}
.mini-wm-template .ic{
  min-height:156px;
  padding:24px 20px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:3px;
  background:var(--ink3);
  transition:border-color .2s,transform .2s;
}
.mini-wm-template .ic:hover{
  border-color:rgba(245,200,66,.3);
  transform:translateY(-3px);
}
.mini-wm-template .ic-title{
  margin-bottom:5px;
  color:var(--gold2);
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}
.mini-wm-template .ic-val{
  margin-bottom:3px;
  font-family:'Bebas Neue',sans-serif;
  font-size:28px;
  letter-spacing:.5px;
  line-height:1;
}
.mini-wm-template .ic-desc{
  color:var(--g3);
  font-size:12px;
  line-height:1.6;
}
.teams-visual-label{
  margin-bottom:12px;
  color:var(--g3);
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}
.teams-visual{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:3px;
}
.tv-team{
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(245,200,66,.12);
  border-radius:2px;
  background:rgba(245,200,66,.07);
  color:rgba(245,200,66,.48);
  font-size:10px;
  font-weight:700;
}
.tv-team:hover{
  background:rgba(245,200,66,.18);
  color:var(--gold);
}
.mini-wp-content{
  margin-top:34px;
  padding:24px;
  border:1px solid rgba(245,200,66,.13);
  border-radius:16px;
  background:rgba(245,200,66,.045);
  color:var(--g4);
  line-height:1.7;
}
.anm-section{
  position:relative;
  overflow:hidden;
  padding:76px 5%;
  border-top:3px solid var(--gold);
  background:var(--ink3);
  text-align:center;
}
.anm-section::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 40px,rgba(245,200,66,.02) 40px,rgba(245,200,66,.02) 80px);
}
.anm-inner{
  position:relative;
  z-index:1;
}
.anm-h{
  margin-bottom:14px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(42px,7vw,78px);
  letter-spacing:-1px;
  line-height:.9;
}
.anm-p{
  max-width:520px;
  margin:0 auto 28px;
  color:var(--g4);
  font-size:14px;
  line-height:1.7;
}
.anm-steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:14px;
  max-width:820px;
  margin:0 auto 36px;
  text-align:left;
}
.anm-step{
  padding:18px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:3px;
  background:rgba(255,255,255,.04);
}
.anm-step-num{
  margin-bottom:6px;
  color:var(--gold);
  font-family:'Bebas Neue',sans-serif;
  font-size:28px;
  line-height:1;
}
.anm-step-text{
  color:var(--g4);
  font-size:12px;
  line-height:1.6;
}
.mini-action-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}
.arch-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:10px;
}
.arch-card{
  padding:20px 16px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:3px;
  background:var(--ink3);
  text-align:center;
  transition:border-color .2s,transform .2s;
}
.arch-card:hover{
  border-color:rgba(245,200,66,.3);
  transform:translateY(-2px);
}
.arch-year{
  color:var(--gold2);
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  line-height:1;
}
.arch-label{
  margin-top:3px;
  color:var(--g3);
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase;
}
.arch-wm{
  margin-top:2px;
  color:var(--g2);
  font-size:11px;
}

@media(max-width:1100px){
  .membership-intro-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .mini-info-layout,
  .membership-process-grid,
  .downloads-grid{
    grid-template-columns:1fr;
  }
  .kalender{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:800px){
  .cd-sep{display:none;}
  .cd-unit{
    min-width:72px;
    padding:0 8px;
  }
  .membership-contact-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .membership-contact-links{
    justify-content:flex-start;
  }
}
@media(max-width:700px){
  .membership-intro-grid{
    grid-template-columns:1fr;
  }
  .membership-price-card{
    min-height:120px;
  }
  .downloads-side{
    grid-template-columns:1fr;
  }
  .mini-hero{
    min-height:auto;
    padding:112px 5% 58px;
    text-align:center;
  }
  .mini-hero .hero-biglogo{
    display:none;
  }
  .mini-hero .hero-eye,
  .mini-hero .hero-btns{
    justify-content:center;
  }
  .mini-hero-h1 .pre{
    font-size:.24em;
    letter-spacing:3px;
  }
  .mini-hero-p{
    margin-left:auto;
    margin-right:auto;
  }
  .mini-hero-fact{
    display:flex;
    justify-content:center;
    width:100%;
  }
  .kalender{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .kal-day{
    min-height:150px;
  }
  .teams-visual{
    grid-template-columns:repeat(8,1fr);
  }
}
@media(max-width:480px){
  .cd-units{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .cd-unit{
    min-width:0;
    padding:8px;
    border:1px solid rgba(245,200,66,.1);
    border-radius:8px;
    background:rgba(0,0,0,.16);
  }
  .teams-visual{
    grid-template-columns:repeat(6,1fr);
  }
}

/* v2.9 refinements from v25 reference */
.btn-gold{
  background:#f5c842 !important;
  color:#0a0a0a !important;
}
.btn-gold:hover{
  background:#e1b63d !important;
  transform:translateY(-2px);
}
.news-card-media,
.news-row--with-media .news-card-media{
  border-left:none !important;
}

.page-hero::before,
.sparte-page-hero::before,
.special-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px) !important;
  opacity:1;
}
.sparte-page-hero::after,
.special-hero::after{
  display:none !important;
}
.sparte-page-hero__grid,
.special-hero__grid,
.page-hero__inner{
  position:relative;
  z-index:1;
}
.miniwm-page-hero{
  background:
    radial-gradient(ellipse 48% 42% at 76% 28%,rgba(245,200,66,.18),transparent 64%),
    linear-gradient(180deg,#111006 0%,#090909 100%) !important;
}
.miniwm-page-hero .special-hero__title em,
.miniwm-page-hero .hero-eye{
  color:#f5c842;
}
.miniwm-hero-logo-card{
  max-width:320px;
  padding:12px 14px;
}
.miniwm-page-countdown-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,560px);
  gap:48px;
  align-items:start;
}
.miniwm-page-countdown-grid .s-title{
  margin-bottom:18px;
}
.miniwm-page-countdown-text{
  max-width:560px;
  color:var(--g4);
  line-height:1.75;
}
.miniwm-page-countdown-text strong{
  color:var(--white);
}
.miniwm-page-countdown-section .miniwm-title-panel{
  display:block;
}
.mini-wm-template .s-eye{
  color:#f5c842;
}
.mini-wm-template .s-eye::before{
  background:rgba(245,200,66,.62);
}

.ueber-intro-grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:760px;
  margin-left:0;
}
.ueber-card-grid--departments{
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}
.ueber-dept-card{
  display:grid !important;
  grid-template-columns:70px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:132px;
  padding:20px;
}
.ueber-dept-card img{
  width:64px;
  height:64px;
  padding:8px;
  border-radius:50%;
  background:#f2f2f2;
  object-fit:contain;
}
.ueber-dept-card > div{
  min-width:0;
  display:grid;
  gap:5px;
}
.ueber-dept-card a{
  overflow-wrap:anywhere;
  word-break:normal;
}
.sparte-leader-card{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:22px;
  align-items:center;
  max-width:720px;
  padding:24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(var(--sparte-rgb),.12),rgba(255,255,255,.018)),
    var(--ink2);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.sparte-leader-card img{
  width:78px;
  height:78px;
  padding:10px;
  border-radius:50%;
  background:#f2f2f2;
  object-fit:contain;
}
.sparte-leader-card .s-title{
  margin-bottom:8px;
}
.sparte-leader-card p{
  margin:0 0 6px;
  color:var(--white);
  font-size:20px;
  font-weight:700;
}
.sparte-leader-card a{
  color:var(--g4);
  overflow-wrap:anywhere;
}
.sparte-leader-card a:hover{
  color:var(--white);
}

@media(max-width:1100px){
  .miniwm-page-countdown-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .ueber-intro-grid--two,
  .ueber-card-grid--departments{
    grid-template-columns:1fr;
  }
  .sparte-leader-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }
  .sparte-leader-card .s-eye{
    justify-content:center;
  }
  .miniwm-hero-logo-card{
    max-width:250px;
  }
}

/* v2.10 polish: direct news archive, history-first about page, larger special media */
.aktuelles-hero{
  padding-bottom:92px;
}
.aktuelles-hero .page-hero__inner{
  max-width:960px;
}
.aktuelles-filter--hero{
  margin:30px 0 0;
  max-width:760px;
  gap:7px;
}
.aktuelles-filter--hero .filter-pill{
  padding:7px 10px;
  border-color:rgba(255,255,255,.14);
  background:rgba(5,5,5,.12)!important;
  backdrop-filter:blur(8px);
}
.aktuelles-filter--hero .filter-pill:hover,
.aktuelles-filter--hero .filter-pill.is-active{
  background:rgba(255,255,255,.07)!important;
}
.aktuelles-grid{
  opacity:1!important;
  transform:none!important;
}
.aktuelles-gallery-section{
  padding-top:48px;
}
.ueber-history-section--first{
  padding-top:150px;
}
.ueber-history-copy{
  max-width:1040px;
}
.ueber-history-copy .s-title{
  margin-bottom:28px;
}
.ueber-history-text{
  max-width:940px;
  display:grid;
  gap:18px;
}
.ueber-history-section .ueber-history-text p{
  margin:0;
  color:var(--g4);
  font-size:16px;
  line-height:1.86;
}
.foerderverein-page .special-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,620px);
}
.foerderverein-page .special-hero__media img{
  aspect-ratio:5/4;
  min-height:430px;
}
.mini-wm-template .special-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(380px,560px);
}
.miniwm-hero-logo-card{
  width:min(100%,480px);
  max-width:480px;
  padding:18px 20px;
}
.mini-wm-template .mini-info-layout{
  grid-template-columns:1fr;
  gap:28px;
}
.mini-wm-template .info-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.teams-visual-wrap{
  min-width:0;
}
.teams-visual--flags{
  grid-template-columns:repeat(auto-fit,minmax(132px,1fr));
  gap:10px;
}
.tv-team--flag{
  aspect-ratio:auto;
  min-height:126px;
  flex-direction:column;
  gap:7px;
  padding:14px 10px;
  border-radius:12px;
  background:
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.06),transparent 44%),
    rgba(245,200,66,.045);
  color:var(--white);
  text-align:center;
}
.tv-team--flag:hover{
  border-color:rgba(245,200,66,.32);
  background:
    radial-gradient(circle at 50% 18%,rgba(245,200,66,.12),transparent 48%),
    rgba(245,200,66,.08);
}
.tv-flag{
  font-size:34px;
  line-height:1;
}
.tv-country{
  font-family:'Bebas Neue',sans-serif;
  font-size:23px;
  line-height:.95;
  letter-spacing:.4px;
  overflow-wrap:anywhere;
}
.tv-team--flag small{
  max-width:100%;
  color:var(--g3);
  font-size:9px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.9px;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

@media(max-width:1100px){
  .foerderverein-page .special-hero__grid,
  .mini-wm-template .special-hero__grid{
    grid-template-columns:1fr;
  }
  .mini-wm-template .info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .foerderverein-page .special-hero__media img{
    min-height:0;
  }
}
@media(max-width:700px){
  .aktuelles-hero{
    padding-bottom:62px;
  }
  .aktuelles-filter--hero{
    max-width:none;
    margin-top:22px;
  }
  .ueber-history-section--first{
    padding-top:124px;
  }
  .ueber-history-section .ueber-history-text p{
    font-size:15px;
    line-height:1.78;
  }
  .miniwm-hero-logo-card{
    max-width:320px;
    padding:14px 16px;
  }
  .mini-wm-template .info-grid{
    grid-template-columns:1fr;
  }
  .teams-visual--flags{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tv-team--flag{
    min-height:118px;
  }
}

/* v2.11 refinements */
.aktuelles-hero{
  border-bottom:none;
}
.aktuelles-filter-select{
  max-width:420px;
  margin-top:30px;
}
.aktuelles-filter-select label{
  display:block;
  margin-bottom:10px;
  color:var(--g3);
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}
.aktuelles-filter-select__control{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.aktuelles-filter-select select{
  width:100%;
  min-height:48px;
  padding:0 42px 0 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    #101010;
  color:var(--white);
  font:700 12px/1 'Inter',sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
  outline:none;
}
.aktuelles-filter-select select:focus{
  border-color:rgba(255,255,255,.38);
}
.aktuelles-filter-select button{
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:#f5f5f5;
  color:#0a0a0a;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  cursor:pointer;
}
.aktuelles-filter-select button:hover{
  transform:translateY(-1px);
}
.aktuelles-gallery-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#181818 0%,#101010 100%);
}
.aktuelles-gallery-section::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px);
}
.aktuelles-gallery-section .wrap{
  position:relative;
  z-index:1;
}
.ueber-history-section--first{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#1a1a1a 0%,#111 100%);
}
.ueber-history-section--first::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.034) 60px,rgba(255,255,255,.034) 120px);
}
.ueber-history-section--first .wrap{
  position:relative;
  z-index:1;
}
.ueber-sparten-history-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.ueber-sparten-history-card{
  min-height:100%;
  padding:26px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.014));
}
.ueber-sparten-history-card h3{
  margin:0 0 14px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(28px,3.1vw,42px);
  line-height:.95;
  letter-spacing:.4px;
  color:var(--white);
}
.ueber-sparten-history-card p,
.ueber-sparten-history-note{
  margin:0;
  color:var(--g4);
  font-size:15px;
  line-height:1.78;
}
.ueber-sparten-history-note{
  max-width:940px;
  margin-top:28px;
  padding:22px 24px;
  border-left:3px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.03);
  border-radius:0 14px 14px 0;
}
.ueber-dept-card img{
  width:74px!important;
  height:74px!important;
  padding:7px!important;
  border-radius:14px!important;
  box-sizing:border-box;
  object-fit:contain!important;
}
.sparte-leader-card img{
  border-radius:14px!important;
  object-fit:contain!important;
}
.foerderverein-page .special-hero__media img{
  aspect-ratio:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  background:#111;
}
.news-item--cat-ski .ni-tag,
.filter-pill--ski{
  color:#7a1e19!important;
  border-color:rgba(122,30,25,.36)!important;
}
.news-item--cat-ski .ni-tag{
  background:rgba(122,30,25,.18)!important;
}
.sparte-template-ski .sparte-page-hero,
.theme-variant-ski .sparte-page-hero{
  background:
    radial-gradient(ellipse 48% 42% at 76% 28%,rgba(122,30,25,.24),transparent 64%),
    radial-gradient(ellipse 32% 28% at 18% 74%,rgba(84,17,68,.12),transparent 68%),
    linear-gradient(180deg,#100d12 0%,#080808 100%)!important;
}

@media(min-width:901px){
  .sparte-template .sparte-page-hero__grid,
  .fussball-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(320px,430px)!important;
    min-height:68vh!important;
    align-items:center!important;
  }
  .sparte-template .sparte-page-hero__visual,
  .fussball-hero__visual{
    min-height:360px;
    justify-content:center!important;
    align-items:center!important;
  }
  .sparte-template .sparte-page-hero__logo,
  .sparte-template-basketball .sparte-page-hero__logo,
  .sparte-template-tennis .sparte-page-hero__logo,
  .sparte-template-turnen .sparte-page-hero__logo,
  .fussball-hero__logo{
    width:340px!important;
    max-width:100%;
    max-height:340px;
    object-fit:contain;
  }
}

@media(max-width:900px) and (min-width:701px){
  .sparte-template .sparte-page-hero__logo,
  .fussball-hero__logo{
    width:260px!important;
    max-height:260px;
    object-fit:contain;
  }
}
@media(max-width:700px){
  .aktuelles-filter-select{
    max-width:none;
  }
  .aktuelles-filter-select__control{
    grid-template-columns:1fr;
  }
  .ueber-sparten-history-grid{
    grid-template-columns:1fr;
  }
  .ueber-sparten-history-card{
    padding:22px;
  }
}

/* v2.12 content updates */
.basic-page-hero,
.basic-page-content-section,
.aktuelles-page-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#1a1a1a 0%,#111 100%)!important;
}
.basic-page-hero::before,
.basic-page-content-section::before,
.aktuelles-page-section::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.034) 60px,rgba(255,255,255,.034) 120px);
}
.basic-page-hero .wrap,
.basic-page-content-section .wrap,
.aktuelles-page-section .wrap{
  position:relative;
  z-index:1;
}
.basic-page-content-section{
  padding-top:56px;
}
.basic-page-content-section .content-card{
  background:rgba(8,8,8,.72);
  backdrop-filter:blur(6px);
}
.aktuelles-page-section{
  padding-top:150px;
}
.aktuelles-page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,360px);
  gap:34px;
  align-items:end;
  margin-bottom:46px;
}
.aktuelles-page-head .page-intro{
  max-width:780px;
}
.aktuelles-page-head .aktuelles-filter-select{
  margin-top:0;
  justify-self:end;
  width:100%;
}
.aktuelles-page-head .aktuelles-filter-select select{
  min-height:52px;
}
.ueber-board-photo{
  margin:28px 0 26px;
}
.ueber-board-photo img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 22px 48px rgba(0,0,0,.26);
}
.ueber-board-photo figcaption{
  max-width:980px;
  margin:12px 0 0;
  color:var(--g3);
  font-size:12px;
  line-height:1.6;
}

@media(max-width:900px){
  .aktuelles-page-head{
    grid-template-columns:1fr;
    align-items:start;
  }
  .aktuelles-page-head .aktuelles-filter-select{
    justify-self:start;
    max-width:420px;
  }
}
@media(max-width:700px){
  .aktuelles-page-section{
    padding-top:124px;
  }
  .ueber-board-photo img{
    border-radius:14px;
  }
}

/* v2.13 shared stripe grid and football order polish */
:root{
  --svp-diagonal-stripes:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px);
}
.hero::before,
.page-hero::before,
.sparte-page-hero::before,
.special-hero::before,
.mini-hero::before,
.basic-page-section::before,
.basic-page-hero::before,
.basic-page-content-section::before,
.aktuelles-page-section::before,
.aktuelles-gallery-section::before,
.ueber-history-section--first::before,
.mitglied-section::before,
.anm-section::before{
  background-image:var(--svp-diagonal-stripes)!important;
  background-position:0 0!important;
  background-size:auto!important;
  background-attachment:fixed!important;
}
.ueber-board-photo{
  max-width:52%;
}
.ueber-board-photo img{
  width:100%;
}
.sparte-template-fussball .sparte-news-section{
  background:var(--ink);
}
.sparte-template-fussball .sparte-contact-section{
  border-top:1px solid rgba(255,255,255,.06);
}
@media(max-width:900px){
  .ueber-board-photo{
    max-width:720px;
  }
}
@media(max-width:700px){
  .ueber-board-photo{
    max-width:100%;
  }
}

/* v2.14 basic pages and contact page */
.mitglied-section::before{
  background-image:repeating-linear-gradient(-55deg,transparent 0 60px,rgba(0,0,0,.045) 60px 120px)!important;
  background-position:0 0!important;
  background-size:auto!important;
  background-attachment:fixed!important;
}
.mitglied-section > *{
  position:relative;
  z-index:1;
}
.basic-page-section{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 220px);
  padding-top:150px;
  background:
    linear-gradient(180deg,#1a1a1a 0%,#111 100%)!important;
}
.basic-page-section::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:var(--svp-diagonal-stripes)!important;
  background-position:0 0!important;
  background-size:auto!important;
  background-attachment:fixed!important;
}
.basic-page-layout{
  position:relative;
  z-index:1;
  display:grid;
  gap:44px;
}
.basic-page-head{
  max-width:960px;
}
.basic-page-section .content-card{
  max-width:1120px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  backdrop-filter:none;
}
.kontakt-page-section .kontakt-grid--page{
  margin-top:4px;
}
.kontakt-page-section .kontakt-item{
  min-height:170px;
}

@media(max-width:700px){
  .basic-page-section{
    padding-top:124px;
  }
  .basic-page-layout{
    gap:30px;
  }
}

/* v2.15 direct body text, Mini-WM image and sport galleries */
.entry-content{
  color:var(--g4);
  font-size:16px;
  line-height:1.82;
}
.entry-content > * + *{
  margin-top:18px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4{
  color:var(--white);
}
.entry-content a{
  color:var(--white);
}
.miniwm-countdown-photo{
  width:min(100%,360px);
  margin:26px 0 0;
}
.miniwm-countdown-photo img{
  display:block;
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(245,200,66,.18);
  box-shadow:0 22px 48px rgba(0,0,0,.28);
}
.sparte-gallery-section{
  background:var(--ink);
}
.sparte-gallery-content{
  margin-top:26px;
}
.sparte-gallery-content .wp-block-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px!important;
}
.sparte-gallery-content .wp-block-image,
.sparte-gallery-content .wp-block-gallery figure{
  width:100%!important;
  margin:0!important;
}
.sparte-gallery-content img{
  display:block;
  width:100%!important;
  aspect-ratio:4/3;
  height:auto!important;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}

@media(max-width:900px){
  .sparte-gallery-content .wp-block-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .miniwm-countdown-photo{
    width:100%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }
  .sparte-gallery-content .wp-block-gallery{
    grid-template-columns:1fr;
  }
}

/* v2.16 membership and Mini-WM layout refinements */
.membership-fee-block{
  margin:30px 0 40px;
}
.membership-subtitle{
  margin:0 0 18px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4vw,54px);
  line-height:.95;
  color:var(--white);
  letter-spacing:0;
  text-transform:uppercase;
}
.membership-subtitle--sparten{
  margin-top:12px;
}
.membership-intro-grid--inside .membership-price-card{
  min-height:132px;
  justify-content:center;
}
.membership-intro-grid--inside .membership-price-card strong{
  margin-bottom:0;
}

.miniwm-hero-media{
  display:grid;
  grid-template-columns:minmax(170px,300px) minmax(130px,220px);
  gap:16px;
  align-items:stretch;
  justify-content:end;
}
.miniwm-hero-media .miniwm-hero-logo-card{
  max-width:none;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.miniwm-hero-trophy-card{
  margin:0;
  min-height:260px;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.18);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(245,200,66,.1),rgba(255,255,255,.025));
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-hero-trophy-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.miniwm-page-countdown-grid--draw{
  grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  gap:clamp(30px,5vw,76px);
  align-items:start;
}
.miniwm-countdown-heading,
.miniwm-draw-title{
  color:#f5c842;
}
.miniwm-countdown-heading{
  margin-bottom:28px;
}
.miniwm-draw-panel{
  display:grid;
  gap:24px;
  align-content:start;
  padding:clamp(24px,3vw,36px);
  border:1px solid rgba(245,200,66,.2);
  border-radius:22px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%,rgba(245,200,66,.11),transparent 68%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.016));
  box-shadow:0 24px 58px rgba(0,0,0,.26);
}
.miniwm-draw-title{
  margin:0;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(48px,6vw,88px);
  line-height:.9;
  letter-spacing:0;
  text-transform:uppercase;
}
.miniwm-draw-date-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(245,200,66,.34);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.miniwm-draw-date-card span{
  font-family:'Bebas Neue',sans-serif;
  font-size:72px;
  line-height:.85;
  color:var(--white);
}
.miniwm-draw-date-card strong,
.miniwm-video-empty strong{
  display:block;
  color:var(--white);
  font-size:20px;
}
.miniwm-draw-date-card small,
.miniwm-video-empty small{
  display:block;
  margin-top:5px;
  color:var(--g4);
  line-height:1.5;
}
.miniwm-video-empty{
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  border:4px solid #f5c842;
  border-radius:4px;
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%,rgba(245,200,66,.06),transparent 70%),
    rgba(0,0,0,.16);
}
.miniwm-video-empty span{
  margin-bottom:auto;
  color:#f5c842;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}
.miniwm-draw-button{
  width:max-content;
}
.miniwm-draw-button.is-disabled{
  cursor:default;
  opacity:.78;
  transform:none;
}

.miniem-2024-section{
  background:var(--ink);
}
.miniem-intro{
  max-width:760px;
  margin:0 0 28px;
  color:var(--g4);
  line-height:1.75;
}
.miniem-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.miniem-gallery-item{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:var(--ink2);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.miniem-gallery-item img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .35s ease;
}
.miniem-gallery-item:hover img{
  transform:scale(1.035);
}

@media(max-width:1100px){
  .miniwm-hero-media{
    grid-template-columns:minmax(180px,300px) minmax(140px,220px);
    justify-content:start;
  }
  .miniwm-page-countdown-grid--draw{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .membership-intro-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .miniem-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .miniwm-hero-media{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .miniwm-hero-media .miniwm-hero-logo-card,
  .miniwm-hero-trophy-card{
    min-height:190px;
  }
  .miniwm-draw-panel{
    padding:22px 16px;
  }
  .miniwm-draw-title{
    font-size:46px;
  }
  .miniwm-video-empty{
    min-height:210px;
  }
}
@media(max-width:560px){
  .membership-intro-grid{
    grid-template-columns:1fr;
  }
  .miniwm-hero-media{
    grid-template-columns:1fr;
  }
  .miniem-gallery-grid{
    grid-template-columns:1fr;
  }
}

/* v2.17 Mini-WM calendar, history and editable gallery */
.mini-wm-template .mini-info-layout--teams{
  display:block;
}
.mini-wm-template .mini-info-layout--teams .teams-visual-wrap{
  width:100%;
}
.kal-day--opening{
  border-top:2px solid #9ac4fa;
  background:rgba(154,196,250,.075) !important;
}
.kal-day--group{
  border-top:2px solid var(--gold);
  background:rgba(245,200,66,.095) !important;
}
.kal-day--knockout{
  border-top:2px solid rgba(255,255,255,.46);
  background:rgba(255,255,255,.045) !important;
}
.kal-day--final{
  border-top:2px solid var(--gold2);
  outline:1px solid rgba(245,200,66,.24);
  background:rgba(245,200,66,.14) !important;
}
.kal-day--opening .kal-badge{
  background:rgba(154,196,250,.16);
  color:#9ac4fa;
}
.kal-day--group .kal-badge{
  background:rgba(245,200,66,.18);
  color:var(--gold);
}
.kal-day--knockout .kal-badge{
  background:rgba(255,255,255,.11);
  color:var(--white);
}
.kal-day--final .kal-badge{
  background:var(--gold);
  color:#090909;
}
.miniwm-history-section{
  border-top:3px solid var(--gold);
  text-align:left;
}
.miniwm-history-section .s-eye,
.miniwm-history-section .s-title{
  justify-content:flex-start;
  text-align:left;
}
.arch-grid--detailed{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:14px;
  margin-top:28px;
}
.arch-card--detailed{
  display:grid;
  gap:18px;
  min-height:260px;
  text-align:left;
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(245,200,66,.09),rgba(255,255,255,.018)),
    rgba(255,255,255,.035);
}
.arch-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.arch-card--detailed .arch-label{
  margin-top:6px;
  color:var(--gold);
  font-weight:800;
}
.arch-detail{
  padding:16px;
  border:1px solid rgba(245,200,66,.13);
  border-radius:14px;
  background:rgba(0,0,0,.16);
}
.arch-detail span,
.arch-hosts span{
  display:block;
  margin-bottom:6px;
  color:var(--g3);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.arch-detail strong,
.arch-hosts strong{
  display:block;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:30px;
  line-height:.96;
  letter-spacing:0;
}
.arch-detail small{
  display:block;
  margin-top:7px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}
.arch-hosts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.arch-hosts div{
  min-width:0;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.arch-hosts strong{
  font-size:24px;
  overflow-wrap:anywhere;
}
.miniem-wp-content{
  margin-top:26px;
  color:var(--g4);
  line-height:1.75;
}
.miniem-wp-content > * + *{
  margin-top:22px;
}
.miniem-wp-content p{
  max-width:780px;
}
.miniem-wp-content .wp-block-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px!important;
}
.miniem-wp-content .wp-block-image,
.miniem-wp-content .wp-block-gallery figure{
  width:100%!important;
  margin:0!important;
}
.miniem-wp-content .wp-block-image a,
.miniem-wp-content .wp-block-gallery figure a{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
}
.miniem-wp-content .wp-block-gallery img,
.miniem-wp-content .wp-block-image img{
  display:block;
  width:100%!important;
  aspect-ratio:4/3;
  height:auto!important;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  box-shadow:0 18px 38px rgba(0,0,0,.22);
  transition:transform .35s ease,border-color .2s ease;
}
.miniem-wp-content .wp-block-gallery a:hover img,
.miniem-wp-content .wp-block-image a:hover img{
  border-color:rgba(245,200,66,.32);
  transform:scale(1.025);
}

@media(max-width:900px){
  .miniem-wp-content .wp-block-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .arch-card-head,
  .arch-hosts{
    grid-template-columns:1fr;
  }
  .arch-card-head{
    display:grid;
  }
}
@media(max-width:560px){
  .miniem-wp-content .wp-block-gallery{
    grid-template-columns:1fr;
  }
}

/* v2.18 Mini-WM detail history and gallery lightbox */
.arch-grid--detailed{
  grid-template-columns:1fr;
  gap:18px;
}
.arch-card--detailed{
  grid-template-columns:minmax(130px,.18fr) minmax(250px,.28fr) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
  min-height:0;
  padding:24px;
  border-color:rgba(255,255,255,.12);
  background:
    linear-gradient(135deg,rgba(245,200,66,.12),rgba(255,255,255,.035)),
    #151515;
}
.arch-card--detailed:hover{
  border-color:rgba(245,200,66,.34);
}
.arch-card--detailed .arch-card-head{
  display:grid;
  align-content:start;
  gap:16px;
}
.arch-event-title{
  margin:0;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4.5vw,62px);
  line-height:.9;
  letter-spacing:0;
}
.arch-card--detailed .arch-detail{
  display:grid;
  align-content:start;
}
.arch-detail em{
  display:block;
  margin-top:12px;
  color:var(--g4);
  font-style:normal;
  line-height:1.45;
}
.arch-detail a{
  width:max-content;
  margin-top:14px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
}
.arch-detail a:hover{
  color:var(--white);
}
.arch-main{
  display:grid;
  gap:16px;
  align-content:start;
}
.arch-facts{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.arch-facts li{
  position:relative;
  padding-left:18px;
  color:var(--g4);
  line-height:1.55;
}
.arch-facts li::before{
  content:'';
  position:absolute;
  left:0;
  top:.7em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--gold);
}
.miniem-lightbox-trigger{
  cursor:zoom-in;
}
.sv-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,48px);
  background:rgba(0,0,0,.88);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.sv-lightbox.is-open{
  opacity:1;
  pointer-events:auto;
}
.sv-lightbox__image{
  max-width:min(100%,1400px);
  max-height:82vh;
  object-fit:contain;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 80px rgba(0,0,0,.48);
}
.sv-lightbox__caption{
  max-width:min(100%,920px);
  margin:14px 0 0;
  color:var(--g4);
  text-align:center;
  line-height:1.5;
}
.sv-lightbox__caption:empty{
  display:none;
}
.sv-lightbox__close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--white);
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.sv-lightbox__close:hover{
  background:var(--gold);
  color:#090909;
}
.sv-lightbox-open{
  overflow:hidden;
}

@media(max-width:1100px){
  .arch-card--detailed{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .arch-card--detailed{
    padding:20px 16px;
  }
  .arch-hosts{
    grid-template-columns:1fr;
  }
}

/* v2.19 Mini-WM placements and lightbox navigation */
.arch-card--detailed{
  grid-template-columns:minmax(120px,.14fr) minmax(320px,.38fr) minmax(0,1fr);
  background:
    linear-gradient(135deg,rgba(245,200,66,.1),rgba(255,255,255,.045)),
    #1b1b1b;
}
.arch-placements{
  display:grid;
  gap:10px;
}
.arch-placement{
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(0,0,0,.2);
}
.arch-placement:first-child{
  border-color:rgba(245,200,66,.28);
  background:rgba(245,200,66,.09);
}
.arch-placement span,
.arch-photo-slot span{
  display:block;
  margin-bottom:6px;
  color:var(--g3);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.arch-placement strong,
.arch-photo-slot strong{
  display:block;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:30px;
  line-height:.96;
  letter-spacing:0;
}
.arch-placement small,
.arch-photo-slot small{
  display:block;
  margin-top:6px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}
.arch-final{
  margin:4px 0 0;
  color:var(--g4);
  line-height:1.55;
}
.arch-final a{
  margin-left:10px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  text-decoration:none;
}
.arch-photo-slots{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.arch-photo-slot{
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:16px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),
    rgba(0,0,0,.18);
}
.sv-lightbox__nav{
  position:absolute;
  top:50%;
  width:54px;
  height:70px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--white);
  font-size:48px;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
}
.sv-lightbox__nav:hover{
  background:var(--gold);
  color:#090909;
}
.sv-lightbox__nav--prev{
  left:18px;
}
.sv-lightbox__nav--next{
  right:18px;
}

@media(max-width:1100px){
  .arch-card--detailed{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .arch-photo-slots{
    grid-template-columns:1fr;
  }
  .sv-lightbox__nav{
    top:auto;
    bottom:18px;
    width:48px;
    height:48px;
    font-size:38px;
    transform:none;
  }
  .sv-lightbox__nav--prev{
    left:calc(50% - 62px);
  }
  .sv-lightbox__nav--next{
    right:calc(50% - 62px);
  }
  .sv-lightbox__caption{
    margin-bottom:58px;
  }
}

/* v2.20 Mini-WM country groups and alias refinements */
.miniwm-groups-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:16px;
}
.miniwm-group-card{
  overflow:hidden;
  border:1px solid rgba(245,200,66,.15);
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(0,0,0,.28);
  box-shadow:0 20px 44px rgba(0,0,0,.22);
}
.miniwm-group-card h3{
  margin:0;
  padding:15px 16px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:var(--gold);
  font-family:'Bebas Neue',sans-serif;
  font-size:28px;
  line-height:1;
  letter-spacing:0;
}
.miniwm-group-list{
  display:grid;
  gap:0;
}
.miniwm-group-team{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:11px 14px;
  border-top:1px solid rgba(255,255,255,.055);
}
.miniwm-group-team:first-child{
  border-top:0;
}
.miniwm-group-team:hover{
  background:rgba(245,200,66,.055);
}
.miniwm-team-flag{
  width:58px;
  aspect-ratio:4/3;
  display:block;
  object-fit:contain;
  padding:2px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:#f2f2f2;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.miniwm-group-team strong{
  display:block;
  color:var(--white);
  font-weight:800;
  line-height:1.2;
}
.miniwm-group-team small{
  display:block;
  margin-top:4px;
  color:var(--g3);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.kal-day--opening{
  border-top-color:#7fb7ed;
  background:rgba(127,183,237,.085) !important;
}
.kal-day--group{
  border-top-color:#4fbf8a;
  background:rgba(79,191,138,.082) !important;
}
.kal-day--knockout{
  border-top-color:#cf6969;
  background:rgba(207,105,105,.082) !important;
}
.kal-day--final{
  border-top-color:var(--gold2);
  outline:1px solid rgba(245,200,66,.34);
  background:rgba(245,200,66,.14) !important;
}
.kal-day--opening .kal-date,
.kal-day--opening .kal-badge{
  color:#9ac4fa;
}
.kal-day--group .kal-date,
.kal-day--group .kal-badge{
  color:#72d6a1;
}
.kal-day--knockout .kal-date,
.kal-day--knockout .kal-badge{
  color:#f09393;
}
.kal-day--final .kal-date{
  color:var(--gold2);
}
.kal-day--opening .kal-badge{
  background:rgba(127,183,237,.16);
}
.kal-day--group .kal-badge{
  background:rgba(79,191,138,.16);
}
.kal-day--knockout .kal-badge{
  background:rgba(207,105,105,.16);
}
.kal-day--final .kal-badge{
  background:var(--gold);
  color:#090909;
}
.arch-photo-slots--single{
  grid-template-columns:1fr;
}
.arch-photo-slot strong{
  overflow-wrap:anywhere;
}

@media(max-width:760px){
  .miniwm-groups-grid{
    grid-template-columns:1fr;
  }
  .miniwm-group-team{
    min-height:66px;
  }
}

/* v2.21 Mini-WM official schedule, rules and downloads */
.miniwm-flow-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(245px,1fr));
  gap:16px;
  margin-top:30px;
}
.miniwm-flow-card{
  min-height:248px;
  padding:22px 20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(0,0,0,.25);
  box-shadow:0 20px 46px rgba(0,0,0,.2);
}
.miniwm-flow-card span{
  display:block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.miniwm-flow-card h3{
  margin:0 0 12px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:38px;
  line-height:.95;
  letter-spacing:0;
}
.miniwm-flow-card strong{
  display:block;
  margin-bottom:13px;
  color:var(--g5);
  font-size:13px;
  line-height:1.5;
}
.miniwm-flow-card p{
  margin:0;
  color:var(--g3);
  line-height:1.65;
}
.miniwm-schedule-preview{
  display:grid;
  grid-template-columns:minmax(280px,.48fr) minmax(0,1fr);
  gap:26px;
  align-items:center;
  margin-top:26px;
  padding:24px;
  border:1px solid rgba(245,200,66,.15);
  border-radius:22px;
  background:
    radial-gradient(circle at 12% 12%,rgba(245,200,66,.1),transparent 36%),
    rgba(0,0,0,.3);
}
.miniwm-schedule-preview h3{
  margin:0 0 10px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:42px;
  line-height:.95;
  letter-spacing:0;
}
.miniwm-schedule-preview p{
  max-width:520px;
  margin:0 0 20px;
  color:var(--g4);
  line-height:1.65;
}
.miniwm-schedule-image{
  display:block;
  padding:10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  transition:transform .2s,border-color .2s;
}
.miniwm-schedule-image:hover{
  border-color:rgba(245,200,66,.45);
  transform:translateY(-2px);
}
.miniwm-schedule-image img{
  width:100%;
  aspect-ratio:4/3;
  display:block;
  object-fit:contain;
  border-radius:12px;
}
.miniwm-rule-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:30px;
}
.miniwm-rule-card{
  padding:22px 20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.miniwm-rule-card h3{
  margin:0 0 14px;
  color:var(--gold);
  font-family:'Bebas Neue',sans-serif;
  font-size:30px;
  line-height:1;
  letter-spacing:0;
}
.miniwm-rule-card ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.miniwm-rule-card li{
  position:relative;
  padding-left:16px;
  color:var(--g4);
  line-height:1.55;
}
.miniwm-rule-card li::before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--gold);
}
.miniwm-download-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.miniwm-download-card{
  display:block;
  min-height:170px;
  padding:22px 20px;
  border:1px solid rgba(245,200,66,.14);
  border-radius:18px;
  background:
    linear-gradient(145deg,rgba(245,200,66,.08),rgba(255,255,255,.025)),
    rgba(0,0,0,.22);
  color:inherit;
  text-decoration:none;
  transition:transform .2s,border-color .2s,background .2s;
}
.miniwm-download-card:hover{
  border-color:rgba(245,200,66,.42);
  background:
    linear-gradient(145deg,rgba(245,200,66,.13),rgba(255,255,255,.035)),
    rgba(0,0,0,.28);
  transform:translateY(-2px);
}
.miniwm-download-card span{
  display:inline-flex;
  margin-bottom:18px;
  padding:5px 8px;
  border:1px solid rgba(245,200,66,.26);
  border-radius:999px;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.3px;
}
.miniwm-download-card strong{
  display:block;
  margin-bottom:9px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:31px;
  line-height:.98;
  letter-spacing:0;
}
.miniwm-download-card small{
  display:block;
  color:var(--g3);
  font-size:13px;
  line-height:1.55;
}
.kal-day--group{
  border-top-color:#4fbf8a;
  background:rgba(79,191,138,.09) !important;
}
.kal-day--placement{
  border-top:2px solid #9d89ff;
  background:rgba(157,137,255,.09) !important;
}
.kal-day--knockout{
  border-top-color:#cf6969;
  background:rgba(207,105,105,.09) !important;
}
.kal-day--off{
  border-top:2px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.035) !important;
}
.kal-day--final{
  border-top-color:var(--gold2);
  background:rgba(245,200,66,.15) !important;
}
.kal-day--placement .kal-date,
.kal-day--placement .kal-badge{
  color:#b9adff;
}
.kal-day--off .kal-date,
.kal-day--off .kal-badge{
  color:rgba(255,255,255,.62);
}
.kal-day--placement .kal-badge{
  background:rgba(157,137,255,.16);
}
.kal-day--off .kal-badge{
  background:rgba(255,255,255,.09);
}

@media(max-width:1100px){
  .miniwm-schedule-preview,
  .miniwm-rule-grid,
  .miniwm-download-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .miniwm-flow-card{
    min-height:0;
  }
  .miniwm-schedule-preview{
    padding:18px;
  }
  .miniwm-schedule-preview h3{
    font-size:34px;
  }
}

/* v2.22 Mini-WM hero, draw section and compact flow cards */
.miniwm-hero-media{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  justify-self:end;
  width:min(100%,680px);
}
.miniwm-hero-main-card{
  width:100%;
  margin:0;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.18);
  border-radius:22px;
  background:#050505;
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-hero-main-card img{
  display:block;
  width:100%;
  aspect-ratio:2595/866;
  object-fit:contain;
  border-radius:16px;
}
.miniwm-hero-countdown-card{
  width:100%;
  margin:0;
  padding:20px;
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%,rgba(245,200,66,.1),transparent 72%),
    rgba(0,0,0,.28);
}
.miniwm-hero-countdown-card .miniwm-countdown{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.miniwm-hero-countdown-card .miniwm-countdown > div{
  padding:13px 8px 10px;
}
.miniwm-draw-section{
  background:
    radial-gradient(ellipse 42% 46% at 76% 36%,rgba(245,200,66,.1),transparent 70%),
    var(--ink);
}
.miniwm-draw-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(280px,.62fr);
  gap:clamp(24px,4vw,56px);
  align-items:stretch;
}
.miniwm-draw-panel{
  min-height:100%;
}
.miniwm-draw-text{
  margin:0;
  max-width:620px;
  color:var(--g4);
  font-size:clamp(18px,2vw,24px);
  line-height:1.55;
  font-weight:700;
}
.miniwm-draw-trophy-card{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.18);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(245,200,66,.1),rgba(255,255,255,.025)),
    rgba(0,0,0,.22);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-draw-trophy-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
}
.miniwm-flow-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
.miniwm-flow-card{
  min-width:0;
  overflow:hidden;
}
.miniwm-flow-card h3{
  max-width:100%;
  font-size:clamp(28px,2.18vw,34px);
  line-height:.94;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.miniwm-flow-card strong,
.miniwm-flow-card p{
  overflow-wrap:anywhere;
}
.miniwm-download-section{
  margin-top:28px;
  padding:24px;
  border:1px solid rgba(245,200,66,.14);
  border-radius:22px;
  background:
    radial-gradient(ellipse 48% 58% at 8% 10%,rgba(245,200,66,.1),transparent 68%),
    rgba(0,0,0,.26);
}
.miniwm-download-section h3{
  margin:0;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(36px,5vw,62px);
  line-height:.9;
  letter-spacing:0;
  text-transform:uppercase;
}
.miniwm-download-section .miniwm-download-grid{
  margin-top:22px;
}

@media(min-width:1320px){
  .miniwm-flow-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}
@media(max-width:1100px){
  .miniwm-hero-media{
    justify-self:start;
    width:min(100%,640px);
  }
  .miniwm-draw-grid{
    grid-template-columns:1fr;
  }
  .miniwm-draw-trophy-card img{
    aspect-ratio:16/9;
    min-height:0;
  }
  .miniwm-download-section .miniwm-download-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .miniwm-download-section .miniwm-download-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .miniwm-hero-media{
    grid-template-columns:1fr;
    justify-self:center;
    width:100%;
  }
  .miniwm-hero-countdown-card{
    padding:16px;
  }
  .miniwm-hero-countdown-card .miniwm-countdown{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .miniwm-draw-date-card{
    padding:18px;
  }
  .miniwm-draw-date-card span{
    font-size:58px;
  }
  .miniwm-draw-trophy-card img{
    aspect-ratio:4/3;
  }
  .miniwm-download-section{
    padding:18px;
  }
  .miniwm-download-section .miniwm-download-grid{
    grid-template-columns:1fr;
  }
}

/* v2.23 Mini-WM standings, bracket and homepage calendar */
.miniwm-home .miniwm-brand-card--wide{
  width:min(100%,520px) !important;
  max-width:520px !important;
  padding:8px !important;
  border:1px solid rgba(245,200,66,.16);
  border-radius:20px !important;
  background:#050505 !important;
  box-shadow:0 22px 48px rgba(0,0,0,.26);
}
.miniwm-home .miniwm-brand-card--wide .miniwm-brand-logo{
  width:100% !important;
  max-width:none !important;
  aspect-ratio:2595/866;
  object-fit:contain;
  border-radius:14px !important;
}
.miniwm-home-calendar{
  display:grid;
  gap:10px;
}
.miniwm-home-calendar-row{
  display:grid;
  grid-template-columns:104px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:12px 13px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:13px;
  background:rgba(255,255,255,.028);
}
.miniwm-home-calendar-row--draw{
  border-color:rgba(245,200,66,.24);
  background:rgba(245,200,66,.075);
}
.miniwm-home-calendar-row--final{
  border-color:rgba(245,200,66,.3);
  background:
    linear-gradient(135deg,rgba(245,200,66,.12),rgba(255,255,255,.025)),
    rgba(255,255,255,.025);
}
.miniwm-home-calendar-row span{
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}
.miniwm-home-calendar-row strong{
  min-width:0;
  color:var(--white);
  font-size:14px;
  line-height:1.2;
  overflow-wrap:anywhere;
}
.miniwm-home-calendar-row small{
  color:var(--g3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  white-space:nowrap;
}
.miniwm-competition-overview{
  margin-top:32px;
  padding:clamp(18px,3vw,28px);
  border:1px solid rgba(245,200,66,.14);
  border-radius:24px;
  background:
    radial-gradient(ellipse 52% 62% at 8% 8%,rgba(245,200,66,.08),transparent 72%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.014)),
    rgba(0,0,0,.24);
  box-shadow:0 24px 58px rgba(0,0,0,.24);
}
.miniwm-standings-card,
.miniwm-bracket-card{
  min-width:0;
}
.miniwm-bracket-card{
  margin-top:28px;
}
.miniwm-standings-card h3,
.miniwm-bracket-card h3{
  margin:0 0 20px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(38px,5vw,62px);
  line-height:.9;
  letter-spacing:0;
  text-transform:uppercase;
}
.miniwm-standings-scroll{
  max-height:680px;
  overflow:auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(0,0,0,.2);
}
.miniwm-standings-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
}
.miniwm-standings-table th,
.miniwm-standings-table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.065);
  color:var(--g4);
  font-size:13px;
  text-align:center;
}
.miniwm-standings-table thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:#111;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.miniwm-standings-table thead th:first-child,
.miniwm-standings-table td:first-child{
  text-align:left;
}
.miniwm-standings-group-row th{
  position:sticky;
  top:42px;
  z-index:1;
  padding:11px 14px;
  background:
    linear-gradient(90deg,rgba(245,200,66,.14),rgba(255,255,255,.035)),
    #121212;
  color:var(--gold);
  text-align:left;
  font-family:'Bebas Neue',sans-serif;
  font-size:26px;
  line-height:1;
  letter-spacing:0;
}
.miniwm-standing-team{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:12px;
  align-items:center;
}
.miniwm-standing-team img{
  width:50px;
  aspect-ratio:4/3;
  object-fit:contain;
  padding:2px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:#f2f2f2;
}
.miniwm-standing-team strong{
  display:block;
  color:var(--white);
  font-size:14px;
  line-height:1.15;
}
.miniwm-standing-team small{
  display:block;
  margin-top:3px;
  color:var(--g3);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.miniwm-bracket-scroll{
  overflow-x:auto;
  padding-bottom:6px;
}
.miniwm-bracket{
  min-width:1180px;
  display:grid;
  grid-template-columns:1.25fr 1fr .92fr .84fr .78fr;
  gap:16px;
  align-items:start;
}
.miniwm-bracket-round{
  position:relative;
  display:grid;
  gap:12px;
  min-width:0;
}
.miniwm-bracket-round:not(:last-child)::after{
  content:'';
  position:absolute;
  top:74px;
  right:-9px;
  bottom:10px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(245,200,66,.32),transparent);
}
.miniwm-bracket-round header{
  min-height:76px;
  padding:14px;
  border:1px solid rgba(245,200,66,.17);
  border-radius:16px;
  background:
    linear-gradient(145deg,rgba(245,200,66,.09),rgba(255,255,255,.025)),
    rgba(0,0,0,.22);
}
.miniwm-bracket-round header span{
  display:block;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
.miniwm-bracket-round header strong{
  display:block;
  margin-top:6px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:30px;
  line-height:.92;
  letter-spacing:0;
  overflow-wrap:anywhere;
}
.miniwm-bracket-round header small{
  display:block;
  margin-top:5px;
  color:var(--g3);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}
.miniwm-bracket-matches{
  display:grid;
  gap:10px;
}
.miniwm-bracket-match{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.028);
}
.miniwm-bracket-match > span{
  display:block;
  padding:8px 11px 6px;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:var(--gold);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.miniwm-bracket-match div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  padding:9px 11px;
  border-top:1px solid rgba(255,255,255,.045);
}
.miniwm-bracket-match div:first-of-type{
  border-top:0;
}
.miniwm-bracket-match strong{
  min-width:0;
  color:var(--white);
  font-size:12px;
  line-height:1.2;
  overflow-wrap:anywhere;
}
.miniwm-bracket-match small{
  color:var(--g3);
  font-size:13px;
  font-weight:900;
}

@media(max-width:1180px){
  .miniwm-home .miniwm-brand-card--wide{
    max-width:560px !important;
  }
}
@media(max-width:700px){
  .miniwm-home .miniwm-brand-card--wide{
    width:100% !important;
    max-width:100% !important;
  }
  .miniwm-home-calendar-row{
    grid-template-columns:1fr;
    gap:5px;
  }
  .miniwm-home-calendar-row small{
    white-space:normal;
  }
  .miniwm-competition-overview{
    padding:16px;
  }
  .miniwm-standings-scroll{
    max-height:560px;
  }
  .miniwm-bracket{
    min-width:980px;
  }
  .miniwm-bracket-round header strong{
    font-size:26px;
  }
}

/* v2.24 homepage Mini-WM layout, archive head and compact draw section */
.miniwm-home .miniwm-grid{
  grid-template-columns:minmax(0,560px) minmax(360px,1fr);
  align-items:center;
  gap:clamp(28px,5vw,70px);
}
.miniwm-home .miniwm-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.miniwm-home .miniwm-title{
  margin-bottom:18px;
}
.miniwm-home .miniwm-text{
  margin-bottom:24px;
}
.miniwm-home-logo-card{
  width:100%;
  max-width:560px;
  margin:0 0 16px;
  padding:10px;
}
.miniwm-home-logo-card img{
  width:100%;
  aspect-ratio:2595/866;
  object-fit:contain;
}
.miniwm-home .miniwm-card--countdown{
  width:100%;
  max-width:560px;
}
.miniwm-home .miniwm-btns{
  margin-top:18px;
}
.miniwm-home .miniwm-panel--calendar{
  align-self:center;
}
.miniwm-home .miniwm-panel--calendar .miniwm-card{
  width:100%;
  margin:0;
}
.miniwm-home .miniwm-home-calendar-row--draw{
  border-color:rgba(255,255,255,.07);
  background:rgba(255,255,255,.028);
}
.aktuelles-page-head{
  grid-template-columns:minmax(0,1fr) minmax(220px,320px);
  align-items:end;
  margin-bottom:30px;
}
.aktuelles-page-head .s-title{
  margin-bottom:0;
}
.aktuelles-page-head .aktuelles-filter-select{
  align-self:end;
  max-width:320px;
}
.aktuelles-page-head .aktuelles-filter-select select{
  min-height:46px;
}
.miniwm-draw-section{
  padding-top:58px;
  padding-bottom:58px;
}
.miniwm-draw-grid{
  grid-template-columns:minmax(0,.92fr) minmax(250px,.5fr);
  gap:clamp(22px,3vw,42px);
  align-items:center;
}
.miniwm-draw-panel{
  gap:16px;
  padding:clamp(20px,2.4vw,28px);
}
.miniwm-draw-title{
  font-size:clamp(42px,4.8vw,68px);
}
.miniwm-draw-date-card{
  padding:16px 18px;
}
.miniwm-draw-date-card span{
  font-size:58px;
}
.miniwm-draw-text{
  font-size:clamp(16px,1.45vw,19px);
  line-height:1.5;
}
.miniwm-draw-trophy-card img{
  min-height:280px;
}
@media(max-width:960px){
  .miniwm-home .miniwm-grid,
  .aktuelles-page-head,
  .miniwm-draw-grid{
    grid-template-columns:1fr;
  }
  .aktuelles-page-head .aktuelles-filter-select{
    justify-self:start;
    max-width:420px;
  }
}
@media(max-width:700px){
  .miniwm-home-logo-card{
    max-width:100%;
  }
  .miniwm-draw-section{
    padding-top:44px;
    padding-bottom:44px;
  }
}

/* v2.25 Mini-WM hero stack, homepage card alignment and 2024 archive contrast */
.miniwm-page-hero .special-hero__text{
  max-width:700px;
}
.miniwm-page-hero .miniwm-hero-countdown-card--inline{
  width:100%;
  max-width:640px;
  margin:24px 0 0;
}
.miniwm-page-hero .special-hero__actions{
  margin-top:18px;
}
.miniwm-hero-media--stacked{
  gap:16px;
}
.miniwm-hero-trophy-card--stack{
  width:100%;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.18);
  border-radius:22px;
  background:
    radial-gradient(ellipse 60% 70% at 50% 18%,rgba(245,200,66,.14),transparent 72%),
    rgba(0,0,0,.34);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-hero-trophy-card--stack img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  border-radius:21px;
}
.miniwm-home .miniwm-title{
  display:block !important;
  color:var(--gold) !important;
  margin-bottom:18px !important;
}
.miniwm-home .miniwm-panel--calendar{
  display:grid;
  gap:16px;
  align-self:center;
}
.miniwm-home .miniwm-panel--calendar .miniwm-home-logo-card{
  width:100%;
  max-width:none;
  margin:0;
}
.miniwm-home .miniwm-panel--calendar .miniwm-card--home-calendar{
  width:100%;
  margin:0;
}
.miniwm-home .miniwm-btns{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.miniem-2024-section{
  position:relative;
  border-top:1px solid rgba(245,200,66,.14);
  border-bottom:1px solid rgba(245,200,66,.14);
  background:
    radial-gradient(ellipse 44% 56% at 14% 10%,rgba(245,200,66,.11),transparent 68%),
    linear-gradient(135deg,rgba(245,200,66,.055),rgba(255,255,255,.018) 44%,rgba(0,0,0,.24)),
    var(--ink2) !important;
}
@media(max-width:960px){
  .miniwm-page-hero .miniwm-hero-countdown-card--inline{
    max-width:none;
  }
}

/* v2.26 Mini-WM livestream embeds */
.miniwm-home .miniwm-eye{
  margin-bottom:16px;
  color:var(--g3);
}
.miniwm-home .miniwm-title{
  color:#f5c842 !important;
}
.miniwm-live-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.16);
  border-radius:24px;
  background:
    radial-gradient(ellipse 42% 52% at 12% 0%,rgba(245,200,66,.12),transparent 68%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),
    rgba(0,0,0,.28);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-live-card--home{
  grid-column:1/-1;
  margin-top:clamp(8px,2vw,18px);
  padding:clamp(18px,2.3vw,26px);
}
.miniwm-live-card h3,
.miniwm-live-card .s-title{
  margin:6px 0 10px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4.5vw,58px);
  line-height:.92;
  letter-spacing:0;
}
.miniwm-live-card p{
  margin:0 0 18px;
  max-width:720px;
  color:var(--g4);
  font-size:clamp(15px,1.4vw,18px);
  font-weight:700;
  line-height:1.5;
}
.miniwm-live-link{
  margin:0 0 20px;
}
.miniwm-live-frame{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:#050505;
  box-shadow:inset 0 0 0 1px rgba(245,200,66,.04);
}
.miniwm-live-frame iframe{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border:0;
}
.miniwm-live-section{
  padding-top:clamp(48px,6vw,82px);
  padding-bottom:clamp(48px,6vw,82px);
  background:
    radial-gradient(ellipse 42% 50% at 82% 18%,rgba(245,200,66,.09),transparent 70%),
    var(--ink);
}
.miniwm-live-section .miniwm-live-card{
  display:grid;
  grid-template-columns:minmax(0,.5fr) minmax(360px,1fr);
  gap:clamp(20px,3.2vw,42px);
  align-items:center;
  padding:clamp(22px,3vw,34px);
}
.miniwm-live-section .s-title{
  margin-bottom:14px;
}
@media(max-width:960px){
  .miniwm-live-section .miniwm-live-card{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .miniwm-live-card--home,
  .miniwm-live-section .miniwm-live-card{
    padding:16px;
    border-radius:20px;
  }
  .miniwm-live-frame{
    border-radius:14px;
  }
}

/* v2.28 calendar icons and scoped reveal fallback */
.sv-calendar-icon{
  width:100%;
  height:100%;
  display:block;
}
.miniwm-home-calendar-row{
  grid-template-columns:34px 104px minmax(0,1fr) auto;
}
.miniwm-home-calendar-icon,
.kal-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:var(--gold);
  background:rgba(245,200,66,.1);
  box-shadow:inset 0 0 0 1px rgba(245,200,66,.2);
}
.miniwm-home-calendar-icon{
  width:32px;
  height:32px;
}
.kal-icon{
  width:38px;
  height:38px;
  margin:0 auto 10px;
  font-size:0;
  letter-spacing:0;
}
.kal-day--group .kal-icon{
  color:#72d6a1;
  background:rgba(79,191,138,.13);
  box-shadow:inset 0 0 0 1px rgba(79,191,138,.28);
}
.kal-day--placement .kal-icon{
  color:#b9adff;
  background:rgba(157,137,255,.13);
  box-shadow:inset 0 0 0 1px rgba(157,137,255,.25);
}
.kal-day--knockout .kal-icon{
  color:#f09393;
  background:rgba(207,105,105,.13);
  box-shadow:inset 0 0 0 1px rgba(207,105,105,.25);
}
.kal-day--off .kal-icon{
  color:rgba(255,255,255,.62);
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.kal-day--final .kal-icon{
  color:#090909;
  background:var(--gold);
  box-shadow:0 0 24px rgba(245,200,66,.18);
}
@media(max-width:700px){
  .miniwm-home-calendar-row{
    grid-template-columns:32px minmax(0,1fr);
    gap:6px 10px;
  }
  .miniwm-home-calendar-icon{
    grid-row:1 / 4;
    width:30px;
    height:30px;
  }
  .miniwm-home-calendar-row strong,
  .miniwm-home-calendar-row small{
    grid-column:2;
  }
}

/* v2.29 Mini-WM sponsor layout, section anchor routing and hero alignment */
@media(min-width:901px){
  .sparte-page-hero__grid,
  .special-hero__grid,
  .fussball-hero__grid{
    align-items:start !important;
  }
  .sparte-page-hero__visual,
  .special-hero__media,
  .special-hero__logo-card,
  .fussball-hero__visual,
  .miniwm-hero-media{
    align-self:start !important;
    align-items:flex-start !important;
  }
  .sparte-page-hero__visual,
  .fussball-hero__visual{
    padding-top:2px;
  }
  .special-hero__media img{
    object-position:center top;
  }
  .foerderverein-page .special-hero__media{
    margin-top:0;
  }
}
.miniwm-download-section .miniwm-download-layout{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(18px,3vw,34px);
  align-items:stretch;
  margin-top:22px;
}
.miniwm-download-section .miniwm-download-grid{
  grid-template-columns:1fr !important;
  align-content:start;
  margin-top:0 !important;
}
.miniwm-download-section .miniwm-download-card{
  min-height:0;
  padding:18px 20px;
}
.miniwm-download-section .miniwm-download-card span{
  margin-bottom:12px;
}
.miniwm-download-section .miniwm-download-card strong{
  font-size:clamp(27px,2.6vw,36px);
}
.miniwm-sponsor-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  margin:0;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(245,200,66,.16);
  border-radius:22px;
  background:#050505;
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.miniwm-sponsor-card img{
  display:block;
  width:100%;
  height:100%;
  max-height:760px;
  object-fit:contain;
  border-radius:16px;
}
.kontakt-extra-content{
  max-width:960px;
  color:var(--g4);
}
.kontakt-departments-section{
  padding-top:clamp(58px,7vw,92px);
}

@media(max-width:1100px){
  .miniwm-download-section .miniwm-download-layout{
    grid-template-columns:1fr;
  }
  .miniwm-sponsor-card{
    min-height:0;
  }
  .miniwm-sponsor-card img{
    height:auto;
    max-height:none;
  }
}

/* v2.30 natural sport pages and clearer membership table */
.sparte-static-copy > * + *,
.sparte-section-copy > * + *{
  margin-top:16px;
}
.sparte-static-copy + .sparte-wp-content,
.sparte-static-copy + .sparte-info-card-grid,
.sparte-wp-content + .sparte-info-card-grid{
  margin-top:26px;
}
.sparte-info-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.sparte-info-mini-card,
.sparte-detail-card{
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:
    linear-gradient(135deg,rgba(var(--sparte-rgb),.08),rgba(255,255,255,.016)),
    rgba(255,255,255,.018);
}
.sparte-info-mini-card{
  padding:18px;
}
.sparte-info-mini-card span,
.sparte-detail-card span{
  display:block;
  margin-bottom:10px;
  color:rgba(var(--sparte-rgb),.95);
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}
.sparte-info-mini-card strong,
.sparte-detail-card h3{
  display:block;
  margin:0 0 10px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(28px,2.5vw,38px);
  line-height:.95;
}
.sparte-info-mini-card p,
.sparte-detail-card p,
.sparte-section-copy,
.sparte-section-intro{
  color:var(--g4);
  line-height:1.75;
}
.sparte-info-mini-card a,
.sparte-card-link{
  display:inline-flex;
  align-items:center;
  margin-top:10px;
  color:var(--white);
  font-weight:800;
  font-size:12px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  border-bottom:1px solid rgba(var(--sparte-rgb),.55);
}
.sparte-section-intro,
.sparte-section-copy{
  max-width:850px;
  margin-bottom:24px;
  font-size:16px;
}
.sparte-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.sparte-detail-card{
  min-height:210px;
  padding:24px;
}
.sparte-detail-card h3{
  font-size:clamp(31px,3vw,46px);
}
.sparte-wp-content h2{
  margin:30px 0 14px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4vw,54px);
  line-height:.95;
}
.sparte-wp-content h3{
  margin:24px 0 10px;
  color:var(--white);
  font-size:20px;
}
.sparte-wp-content .wp-block-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px!important;
  margin-top:20px;
}
.sparte-wp-content .wp-block-image,
.sparte-wp-content .wp-block-gallery figure{
  width:100%!important;
  margin:0!important;
}
.sparte-wp-content .wp-block-image img,
.sparte-wp-content .wp-block-gallery img{
  display:block;
  width:100%!important;
  aspect-ratio:4/3;
  height:auto!important;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.membership-sport-head{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-width:130px;
}
.membership-sport-head img{
  width:34px;
  height:34px;
  object-fit:contain;
  border-radius:9px;
  padding:4px;
  background:rgba(255,255,255,.95);
  box-shadow:0 0 0 1px rgba(255,255,255,.1);
}
.membership-sport-head span{
  color:var(--white);
  text-shadow:0 0 18px rgba(0,0,0,.38);
}
.membership-table thead th{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:inset 0 3px 0 var(--sport-color,rgba(255,255,255,.12));
}
.membership-sport-fee{
  color:var(--g4);
  background:linear-gradient(180deg,rgba(255,255,255,.006),rgba(255,255,255,.002));
  box-shadow:inset 3px 0 0 color-mix(in srgb,var(--sport-color) 48%,transparent);
}
@supports not (color:color-mix(in srgb, red 50%, transparent)){
  .membership-sport-fee{
    box-shadow:inset 3px 0 0 var(--sport-color);
  }
}

@media(min-width:901px){
  .sparte-template .sparte-page-hero{
    padding-top:clamp(110px,8vw,132px);
    padding-bottom:42px;
  }
  .sparte-template .sparte-page-hero__grid{
    min-height:clamp(500px,62vh,640px)!important;
    align-items:start!important;
    grid-template-columns:minmax(0,1fr) minmax(300px,420px)!important;
  }
  .sparte-template .sparte-page-hero__content{
    padding-top:0;
  }
  .sparte-template .sparte-page-hero__title{
    font-size:clamp(64px,7.8vw,110px);
    margin-bottom:18px;
  }
  .sparte-template .sparte-page-hero__text{
    max-width:620px;
    margin-bottom:28px;
  }
  .sparte-template .sparte-page-hero__visual{
    min-height:0!important;
    padding-top:0!important;
  }
  .sparte-template .sparte-page-hero__logo,
  .sparte-template-basketball .sparte-page-hero__logo,
  .sparte-template-tennis .sparte-page-hero__logo,
  .sparte-template-turnen .sparte-page-hero__logo{
    width:min(100%,330px)!important;
    max-height:330px;
  }
}

@media(max-width:900px){
  .sparte-info-card-grid,
  .sparte-detail-grid{
    grid-template-columns:1fr;
  }
  .sparte-wp-content .wp-block-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .sparte-wp-content .wp-block-gallery{
    grid-template-columns:1fr;
  }
}

/* V3.2 canonical cleanup: shared stability and final layout decisions */
:root{
  --cat-fussball:#9ed8e4;
  --cat-basketball:#d8712b;
  --cat-ski:#7a1e19;
  --cat-tennis:#f6e64d;
  --cat-turnen:#b66aa6;
  --cat-stock:#c7c8ca;
  --cat-tischtennis:#73b166;
  --cat-foerder:#9ac4fa;
  --cat-miniwm:#f5c842;
}

.js-ready .reveal:not(.visible){
  will-change:opacity,transform;
}
.reveal.visible,
.no-js .reveal{
  opacity:1;
  transform:none;
}

@media(max-width:900px){
  .burger{margin-left:auto;}
  .nav-links.open{
    max-height:calc(100dvh - 78px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
}

.hero{
  min-height:clamp(760px,88svh,920px)!important;
}
@media(max-width:900px){
  .hero{
    min-height:clamp(710px,86svh,840px)!important;
  }
}

.basic-page-hero,
.basic-page-content-section,
.aktuelles-page-section,
.ueber-history-section--first{
  background:var(--ink)!important;
  position:relative!important;
  overflow:hidden!important;
}
.hero::before,
.page-hero::before,
.sparte-page-hero::before,
.special-hero::before,
.mini-hero::before,
.basic-page-section::before,
.basic-page-hero::before,
.basic-page-content-section::before,
.aktuelles-page-section::before,
.aktuelles-gallery-section::before,
.ueber-history-section--first::before,
.anm-section::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background-image:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px)!important;
  background-position:0 0!important;
  background-size:auto!important;
  background-repeat:repeat!important;
  background-attachment:fixed!important;
  transform:none!important;
  opacity:1!important;
}
.mitglied-section::before{
  background-position:0 0!important;
  background-size:auto!important;
  background-attachment:fixed!important;
}
.basic-page-hero > .wrap,
.basic-page-content-section > .wrap,
.aktuelles-page-section > .wrap,
.ueber-history-section--first > .wrap{
  position:relative!important;
  z-index:1!important;
}
.basic-page-content-section .content-card{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.aktuelles-page-section,
.ueber-history-section--first{
  padding-top:clamp(86px,7vw,118px)!important;
  padding-bottom:clamp(60px,6vw,92px)!important;
}
.ueber-history-copy .s-title,
.aktuelles-page-head .s-title{
  font-size:clamp(58px,7vw,96px);
  margin-bottom:0!important;
}
.aktuelles-page-head{
  align-items:start!important;
  margin-bottom:18px!important;
  gap:clamp(18px,3vw,34px)!important;
}
.aktuelles-page-head .s-eye{
  margin-bottom:12px;
}
.aktuelles-filter-select{
  align-self:start!important;
  justify-self:end;
  width:min(100%,340px);
  padding-top:0!important;
  margin-top:0!important;
  position:relative;
  z-index:2;
}
.aktuelles-filter-select label{
  color:var(--g3);
}
.aktuelles-filter-select select{
  width:100%;
  min-height:50px;
  background:rgba(6,6,6,.62);
  border-color:rgba(255,255,255,.16);
}
.aktuelles-grid{
  align-items:stretch;
}
.aktuelles-card,
.aktuelles-card__link{
  height:100%;
}
@media(min-width:901px){
  .aktuelles-page-head{
    grid-template-columns:minmax(0,1fr) minmax(220px,340px);
  }
  .aktuelles-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .aktuelles-page-head{
    grid-template-columns:1fr;
  }
  .aktuelles-filter-select{
    justify-self:start;
    width:min(100%,360px);
  }
}
@media(max-width:700px){
  .ueber-history-copy .s-title,
  .aktuelles-page-head .s-title{
    font-size:clamp(48px,18vw,74px);
  }
}

.news-row--with-media{
  align-items:stretch;
}
.news-row--with-media .news-item,
.news-row--with-media .news-card-link--with-media{
  min-height:260px;
}
.news-row--with-media .news-item{
  display:flex;
  min-width:0;
}
.news-row--with-media .news-card-link--with-media{
  width:100%;
}
.news-row--with-media .news-card-copy{
  min-width:0;
}
.news-card-media,
.news-row--with-media .news-card-media,
.aktuelles-card__media{
  overflow:hidden;
  border-left:0;
  border-radius:0;
}
.news-row--with-media .news-card-media img,
.aktuelles-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-row--with-media .news-card-media--fallback img,
.aktuelles-card__media.news-card-media--fallback img{
  width:auto;
  height:88%;
  max-width:88%;
  max-height:88%;
  object-fit:contain;
}
@media(max-width:1100px){
  .news-row--with-media .news-item,
  .news-row--with-media .news-card-link--with-media{
    min-height:230px;
  }
}
@media(max-width:700px){
  .news-row--with-media .news-item,
  .news-row--with-media .news-card-link--with-media{
    min-height:0;
  }
  .news-row--with-media .news-card-media{
    height:210px;
    min-height:210px;
  }
}

.news-item .ni-tag,
.aktuelles-card .ni-tag{
  border:1px solid rgba(255,255,255,.09)!important;
  background:rgba(255,255,255,.055)!important;
  color:#d8d8d8!important;
}
.news-item--cat-fussball .ni-tag,
.news-item--cat-fussballspiel .ni-tag,
.filter-pill--fussball{
  background:rgba(158,216,228,.13)!important;
  border-color:rgba(158,216,228,.28)!important;
  color:var(--cat-fussball)!important;
}
.news-item--cat-basketball .ni-tag,
.filter-pill--basketball{
  background:rgba(216,113,43,.13)!important;
  border-color:rgba(216,113,43,.30)!important;
  color:var(--cat-basketball)!important;
}
.news-item--cat-ski .ni-tag,
.filter-pill--ski{
  background:rgba(122,30,25,.18)!important;
  border-color:rgba(122,30,25,.38)!important;
  color:#d48b84!important;
}
.news-item--cat-tennis .ni-tag,
.filter-pill--tennis{
  background:rgba(246,230,77,.13)!important;
  border-color:rgba(246,230,77,.30)!important;
  color:var(--cat-tennis)!important;
}
.news-item--cat-turnen .ni-tag,
.filter-pill--turnen{
  background:rgba(84,17,68,.26)!important;
  border-color:rgba(84,17,68,.42)!important;
  color:var(--cat-turnen)!important;
}
.news-item--cat-stockschuetzen .ni-tag,
.news-item--cat-stockschützen .ni-tag,
.filter-pill--stockschuetzen{
  background:rgba(88,89,91,.24)!important;
  border-color:rgba(88,89,91,.48)!important;
  color:var(--cat-stock)!important;
}
.news-item--cat-tischtennis .ni-tag,
.filter-pill--tischtennis{
  background:rgba(73,130,61,.16)!important;
  border-color:rgba(73,130,61,.32)!important;
  color:var(--cat-tischtennis)!important;
}
.news-item--cat-foerderverein .ni-tag,
.news-item--cat-förderverein .ni-tag,
.filter-pill--foerderverein,
.filter-pill--förderverein{
  background:rgba(154,196,250,.14)!important;
  border-color:rgba(154,196,250,.30)!important;
  color:var(--cat-foerder)!important;
}
.news-item--cat-miniwm .ni-tag,
.news-item--cat-mini-wm .ni-tag,
.filter-pill--miniwm,
.filter-pill--mini-wm{
  background:rgba(245,200,66,.14)!important;
  border-color:rgba(245,200,66,.28)!important;
  color:var(--cat-miniwm)!important;
}

.miniwm-home{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse 42% 52% at 18% 8%,rgba(245,200,66,.15),transparent 68%),
    radial-gradient(ellipse 54% 50% at 82% 92%,rgba(245,200,66,.08),transparent 64%),
    linear-gradient(135deg,rgba(245,200,66,.055),rgba(255,255,255,.018) 42%,rgba(0,0,0,.28)),
    var(--ink2)!important;
}
.miniwm-home .miniwm-grid{
  position:relative;
  z-index:1;
}
.miniwm-home .miniwm-home-eye,
.miniwm-home .hero-eye,
.miniwm-home .miniwm-eye{
  color:var(--gold,#f5c842)!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:3px!important;
  margin-bottom:16px!important;
}
.miniwm-home .miniwm-home-eye .hero-dot,
.miniwm-home .hero-dot,
.miniwm-home .miniwm-dot{
  background:var(--gold,#f5c842)!important;
  box-shadow:0 0 16px rgba(245,200,66,.62)!important;
}
.miniwm-home .miniwm-home-heading{
  margin:0 0 22px!important;
  color:var(--white)!important;
  font-family:'Bebas Neue',sans-serif!important;
  font-size:clamp(64px,8vw,112px)!important;
  line-height:.88!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
.miniwm-home .miniwm-home-heading em,
.miniwm-home .special-hero__title em,
.miniwm-home .miniwm-title em{
  display:block!important;
  margin-top:4px!important;
  color:var(--gold,#f5c842)!important;
  font-size:.48em!important;
  font-style:normal!important;
  line-height:.95!important;
  letter-spacing:2px!important;
}
@media(max-width:700px){
  .miniwm-home .miniwm-home-heading{
    font-size:clamp(58px,18vw,86px)!important;
  }
}

.sparte-info-grid--full{
  grid-template-columns:1fr!important;
}
.sparte-info-grid--full .sparte-copy-card{
  width:100%;
  max-width:none;
}
.sparte-template-fussball .sparte-page-hero{
  background:
    radial-gradient(ellipse 48% 42% at 76% 28%,rgba(158,216,228,.17),transparent 64%),
    linear-gradient(180deg,#0c0c0d 0%,#090909 100%)!important;
}
.sparte-template-fussball .sparte-page-hero__title em,
.sparte-template-fussball .sparte-link-card span,
.sparte-template-fussball .fussball-team-card__arrow{
  color:var(--cat-fussball)!important;
}
.sparte-leader-card--multi{
  max-width:980px;
  align-items:start;
}
.sparte-leader-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
  margin-top:14px;
}
.sparte-leader-list article{
  min-width:0;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.sparte-leader-list span{
  display:block;
  margin-bottom:8px;
  color:var(--g3);
  font-size:11px;
  font-weight:800;
  letter-spacing:2.2px;
  text-transform:uppercase;
}
.sparte-leader-list small{
  display:block;
  margin:2px 0 6px;
  color:var(--g4);
  font-size:13px;
  line-height:1.5;
}
.sparte-leader-list p{
  margin-bottom:6px;
}
.ueber-dept-card__leaders{
  display:grid;
  gap:8px;
}
.ueber-dept-card__leaders p{
  display:grid;
  gap:4px;
  margin:0;
}
.ueber-dept-card__leaders p + p{
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.08);
}
.ueber-dept-card__leaders strong{
  display:block;
}

.sparte-rule-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:16px;
  margin-top:26px;
}
.sparte-rule-card{
  min-width:0;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(var(--sparte-rgb),.075),rgba(255,255,255,.024));
  box-shadow:0 20px 46px rgba(0,0,0,.22);
}
.sparte-rule-card h3{
  margin-bottom:12px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(26px,3vw,38px);
  line-height:1;
}
.sparte-rule-card p{
  margin:0;
  color:var(--g4);
  line-height:1.68;
}
.sparte-rule-card p + p{
  margin-top:10px;
}

.sparte-membership-section{
  border-top:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(ellipse 42% 48% at 78% 14%,rgba(var(--sparte-rgb),.15),transparent 68%),
    linear-gradient(180deg,#101010 0%,#080808 100%)!important;
}
.sparte-membership-card{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(250px,.72fr)!important;
  gap:clamp(22px,4vw,56px);
  align-items:center!important;
  padding:clamp(26px,4vw,46px);
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  box-shadow:0 28px 64px rgba(0,0,0,.30);
}
.sparte-membership-copy p{
  max-width:620px;
  color:var(--g4);
  line-height:1.72;
}
.sparte-membership-card .hero-btns{
  margin:22px 0 0;
}
.sparte-membership-note{
  color:var(--white)!important;
  font-weight:800;
}
.sparte-membership-notes{
  display:grid;
  gap:8px;
  margin:16px 0 24px;
  padding:0;
  list-style:none;
}
.sparte-membership-notes li{
  color:var(--g4);
  line-height:1.6;
}
.sparte-membership-notes li::before{
  content:'';
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:10px;
  border-radius:50%;
  background:var(--sparte-accent);
  vertical-align:middle;
}
.sparte-membership-fees{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(112px,1fr))!important;
  gap:10px!important;
  align-self:center!important;
  justify-self:end!important;
  width:min(100%,560px)!important;
}
.sparte-membership-fees article{
  min-height:96px!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px!important;
  border:1px solid rgba(var(--sparte-rgb),.24);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(var(--sparte-rgb),.11),rgba(255,255,255,.025));
}
.sparte-membership-fees span{
  margin-bottom:8px!important;
  color:var(--g3);
  font-size:10px!important;
  font-weight:900;
  letter-spacing:1.8px!important;
  text-transform:uppercase;
}
.sparte-membership-fees strong{
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(31px,3.2vw,46px)!important;
  line-height:.9;
}
@media(max-width:900px){
  .sparte-membership-card{
    grid-template-columns:1fr!important;
  }
  .sparte-membership-fees{
    justify-self:stretch!important;
    width:100%!important;
  }
}
@media(max-width:620px){
  .sparte-rule-grid,
  .sparte-membership-fees{
    grid-template-columns:1fr!important;
  }
}

.fussball-history-card{
  max-width:980px;
  padding:clamp(24px,4vw,42px);
  border:1px solid rgba(158,216,228,.16);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(158,216,228,.08),rgba(255,255,255,.02));
  box-shadow:0 28px 64px rgba(0,0,0,.28);
}
.fussball-history-card p{
  max-width:860px;
  color:var(--g4);
  line-height:1.72;
}
.fussball-history-card p + p{
  margin-top:14px;
}
.fussball-history-links{
  margin-top:18px;
}
.fussball-stats-grid{
  display:grid;
  gap:22px;
  align-items:start;
}
.fussball-stats-card{
  min-width:0;
}
.fussball-stats-card h3{
  margin-bottom:18px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4vw,50px);
  line-height:.95;
}
@media(min-width:1000px){
  .fussball-stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .fussball-stats-grid .fussball-widget-shell{
    min-height:520px;
  }
}

.fv-info-layout{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:26px;
}
.fv-info-card,
.fv-wp-content{
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 22px 50px rgba(0,0,0,.24);
}
.fv-info-card{
  padding:24px;
}
.fv-info-card span,
.fv-board-grid .ueber-person-card span{
  display:block;
  margin-bottom:10px;
  color:var(--g3);
  font-size:11px;
  font-weight:800;
  letter-spacing:2.6px;
  text-transform:uppercase;
}
.fv-info-card strong{
  display:block;
  margin-bottom:12px;
  color:var(--white);
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(28px,3vw,40px);
  line-height:.98;
}
.fv-info-card p{
  color:var(--g4);
  line-height:1.7;
}
.fv-wp-content{
  margin-top:18px;
  padding:24px;
}
.fv-membership-section{
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(ellipse 44% 40% at 78% 18%,rgba(154,196,250,.11),transparent 64%),
    linear-gradient(180deg,#111 0%,#080808 100%)!important;
}
.fv-membership-section .s-title{
  color:var(--white)!important;
}
.fv-membership-section p{
  color:var(--g4)!important;
}
.fv-membership-section .membership-steps article{
  border-color:rgba(255,255,255,.09);
  background:linear-gradient(135deg,rgba(154,196,250,.08),rgba(255,255,255,.025));
}
.fv-board-grid{
  margin-top:34px;
}
.fv-board-grid .ueber-person-card small{
  display:block;
  margin-top:8px;
  color:var(--g3);
  font-size:12px;
}
.fv-current-board-photo,
.fv-founders-photo{
  max-width:920px;
  margin:34px 0 0;
}
.fv-current-board-photo img,
.fv-founders-photo img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  box-shadow:0 24px 54px rgba(0,0,0,.30);
}
.fv-current-board-photo figcaption,
.fv-founders-photo figcaption{
  margin-top:12px;
  color:var(--g3);
  font-size:12px;
  line-height:1.6;
}
@media(max-width:900px){
  .fv-info-layout{
    grid-template-columns:1fr;
  }
}

/* V3.3 stripe continuity lock: viewport-fixed like the v3.1 front-page hero. */
:root{
  --svp-diagonal-stripes:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(255,255,255,.032) 60px,rgba(255,255,255,.032) 120px);
}
.hero::before,
.page-hero::before,
.sparte-page-hero::before,
.special-hero::before,
.miniwm-page-hero::before,
.foerderverein-page-hero::before,
.mini-hero::before,
.basic-page-section::before,
.basic-page-hero::before,
.basic-page-content-section::before,
.aktuelles-page-section::before,
.aktuelles-gallery-section::before,
.ueber-history-section--first::before,
.anm-section::before{
  background-image:var(--svp-diagonal-stripes)!important;
  background-position:0 0!important;
  background-size:auto!important;
  background-repeat:repeat!important;
  background-attachment:fixed!important;
}
.mitglied-section::before{
  background-position:0 0!important;
  background-size:auto!important;
  background-repeat:repeat!important;
  background-attachment:fixed!important;
}

/* V3.4: downloads library, membership spacing and hero height continuity */
:root{
  --svp-hero-section-height:clamp(780px,90svh,930px);
}
@media(min-width:701px){
  .hero{
    min-height:var(--svp-hero-section-height)!important;
  }
  .foerderverein-page .special-hero__grid,
  .mini-wm-template .special-hero__grid{
    min-height:calc(var(--svp-hero-section-height) - 202px)!important;
  }
}

.membership-page .membership-process-section{
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(ellipse 44% 40% at 78% 18%,rgba(154,196,250,.11),transparent 64%),
    linear-gradient(180deg,#111 0%,#080808 100%)!important;
}
.membership-page .membership-process-section .membership-steps article{
  border-color:rgba(255,255,255,.09);
  background:linear-gradient(135deg,rgba(154,196,250,.08),rgba(255,255,255,.025));
}
.membership-copy__actions{
  margin-top:clamp(28px,3.2vw,46px)!important;
}
.membership-copy .sparte-wp-content + .membership-copy__actions{
  margin-top:clamp(30px,3.4vw,48px)!important;
}
.membership-cancel-copy{
  display:grid;
  gap:14px;
  max-width:880px;
}
.membership-cancel-copy p{
  margin:0;
}
.membership-cancel-copy a{
  color:var(--white);
  text-underline-offset:4px;
}

.downloads-grid--library{
  grid-template-columns:minmax(0,1fr) minmax(280px,.36fr);
  gap:clamp(26px,4vw,54px);
}
.download-group-stack{
  display:grid;
  gap:22px;
}
.download-group{
  display:grid;
  grid-template-columns:minmax(210px,.32fr) minmax(0,1fr);
  gap:clamp(18px,3vw,34px);
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:
    radial-gradient(ellipse 46% 54% at 100% 0%,rgba(255,255,255,.055),transparent 62%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  box-shadow:0 20px 48px rgba(0,0,0,.22);
}
.download-group__head span,
.download-card__copy small{
  display:block;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--g3);
}
.download-group__head h3{
  margin:10px 0 12px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(34px,4vw,54px);
  line-height:.92;
  color:var(--white);
}
.download-group__head p{
  color:var(--g4);
  line-height:1.68;
}
.download-list{
  display:grid;
  gap:12px;
}
.download-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:112px;
  padding:18px 18px 18px 20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(5,5,5,.38);
  color:var(--white);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.download-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.055);
}
.download-card__copy{
  min-width:0;
}
.download-card__copy strong{
  display:block;
  margin:8px 0 6px;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(25px,2.4vw,36px);
  line-height:.96;
  color:var(--white);
}
.download-card__copy em{
  display:block;
  font-style:normal;
  color:var(--g4);
  line-height:1.55;
}
.download-card__action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.download-group--logos{
  align-items:start;
}
.download-list--logos{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.download-list--logos .download-card{
  min-height:96px;
}
.download-list--logos .download-card__copy strong{
  font-size:clamp(24px,2vw,32px);
}
.download-wp-content--extra{
  margin-top:clamp(28px,4vw,46px);
  padding-top:clamp(22px,3vw,34px);
  border-top:1px solid rgba(255,255,255,.08);
}
.download-wp-content--extra > .s-eye{
  margin-bottom:18px;
}

@media(max-width:980px){
  .downloads-grid--library,
  .download-group{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .download-card{
    grid-template-columns:1fr;
  }
  .download-list--logos{
    grid-template-columns:1fr;
  }
  .download-card__action{
    width:100%;
  }
}

/* V3.5: downloads cleanup, centered sport heroes and mobile tightening */
.downloads-grid--library{
  display:block!important;
}
.downloads-grid--library .downloads-main{
  width:100%;
}
.downloads-grid--library .download-group{
  grid-template-columns:minmax(220px,.26fr) minmax(0,1fr);
}
.download-group__head h3{
  max-width:12ch;
}
@media(min-width:1100px){
  .download-list--logos{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(min-width:701px){
  .sparte-template .sparte-page-hero__grid{
    align-items:center!important;
  }
  .sparte-template .sparte-page-hero__content,
  .sparte-template .sparte-page-hero__visual{
    align-self:center!important;
  }
  .sparte-template .sparte-page-hero__visual{
    align-items:center!important;
    justify-content:center!important;
  }
}

@media(max-width:700px){
  .hero{
    min-height:auto!important;
    padding:92px 5% 42px!important;
    justify-content:flex-start!important;
  }
  .hero-layout{
    min-height:auto!important;
    gap:0!important;
  }
  .hero-content{
    padding-top:0!important;
  }
  .hero-visual{
    display:none!important;
  }
  .hero-h1{
    margin-bottom:18px!important;
  }
  .hero-p{
    margin-bottom:22px!important;
  }
  .hero .hero-btns{
    margin-bottom:0!important;
  }

  .sparte-template .sparte-page-hero{
    padding-top:92px!important;
    padding-bottom:38px!important;
    min-height:auto!important;
  }
  .sparte-template .sparte-page-hero__grid{
    min-height:auto!important;
    gap:0!important;
    align-items:center!important;
  }
  .sparte-template .sparte-page-hero__visual{
    display:none!important;
  }
  .sparte-template .sparte-page-hero__content{
    align-self:center!important;
  }
  .sparte-template .sparte-page-hero__title{
    font-size:clamp(54px,17vw,74px)!important;
    margin-bottom:16px!important;
    overflow-wrap:anywhere;
  }
  .sparte-template .sparte-page-hero__text{
    margin-bottom:22px!important;
  }
  .sparte-template .sparte-page-hero__actions{
    margin-bottom:0!important;
  }

  .sparte-membership-card{
    text-align:center;
  }
  .sparte-membership-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .sparte-membership-card .hero-btns{
    justify-content:center;
  }
  .sparte-membership-fees{
    justify-items:center!important;
  }
  .sparte-membership-fees article{
    width:min(100%,280px);
    text-align:center;
  }

  .ueber-history-copy .s-title,
  .aktuelles-page-head .s-title,
  .page-title,
  .s-title{
    max-width:100%;
    overflow-wrap:anywhere;
    hyphens:auto;
  }
  .ueber-history-copy .s-title{
    font-size:clamp(36px,11.5vw,54px)!important;
    line-height:.93!important;
  }
  .aktuelles-page-head .s-title,
  .page-title{
    font-size:clamp(42px,14vw,64px)!important;
    line-height:.92!important;
  }

  .downloads-grid--library .download-group{
    grid-template-columns:1fr;
  }
  .download-group__head h3{
    max-width:none;
  }
}

/* V3.6: sport page hero height continuity with the main hero rhythm */
@media(min-width:701px){
  .sparte-template .sparte-page-hero{
    min-height:var(--svp-hero-section-height)!important;
    display:flex!important;
    align-items:center!important;
    padding:150px 5% 70px!important;
  }
  .sparte-template .sparte-page-hero__grid{
    width:100%;
    min-height:0!important;
    align-items:center!important;
  }
  .sparte-template .sparte-page-hero__content,
  .sparte-template .sparte-page-hero__visual{
    align-self:center!important;
  }
}

/* Release 1.0.0: keep the Foerderverein hero vertically centered like the other main hero pages */
@media(min-width:701px){
  .foerderverein-page .special-hero{
    min-height:var(--svp-hero-section-height)!important;
    display:flex!important;
    align-items:center!important;
    padding:150px 5% 70px!important;
  }
  .foerderverein-page .special-hero__grid{
    width:100%;
    min-height:0!important;
    align-items:center!important;
  }
  .foerderverein-page .special-hero__content,
  .foerderverein-page .special-hero__media{
    align-self:center!important;
  }
  .foerderverein-page .special-hero__media{
    align-items:center!important;
    justify-content:center!important;
  }
  .foerderverein-page .special-hero__media img{
    object-position:center center!important;
  }
}

/* V3.8: final mobile polish, SVG arrows and Mini-WM group standings */
.sv-link-icon,
.sparte-arrow__icon,
.fussball-team-card__arrow-icon,
.all-link__icon{
  display:block;
  width:18px;
  height:18px;
}
.all-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.all-link__icon{
  width:15px;
  height:15px;
}
.sparte-arrow{
  display:grid!important;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  font-size:0!important;
}
.sparte:hover .sparte-arrow{
  color:var(--white);
  transform:translate(3px,-3px);
}
.fussball-team-card__arrow{
  display:grid!important;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  margin-left:auto;
  border:1px solid rgba(158,216,228,.2);
  border-radius:999px;
  background:rgba(158,216,228,.07);
  color:#d7d7d7;
  font-size:0!important;
  opacity:.9;
}
.fussball-team-card__arrow-icon{
  width:17px;
  height:17px;
}
.miniwm-groups-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.miniwm-group-team{
  grid-template-columns:42px 58px minmax(0,1fr)!important;
}
.miniwm-group-rank{
  display:block;
  color:var(--gold);
  font-family:'Bebas Neue',sans-serif;
  font-size:54px;
  line-height:.86;
  letter-spacing:0;
  text-align:center;
}
.miniwm-competition-overview--bracket .miniwm-bracket-card{
  margin-top:0!important;
}
.miniwm-downloads-section{
  padding-top:clamp(48px,6vw,82px);
  padding-bottom:clamp(48px,6vw,82px);
  background:
    radial-gradient(ellipse 42% 50% at 82% 18%,rgba(245,200,66,.08),transparent 70%),
    var(--ink);
}
.miniwm-downloads-section .miniwm-download-section{
  margin-top:0;
}

@media(max-width:1100px){
  .miniwm-groups-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:900px){
  .nav-links.open > li.menu-item-has-children:not(.menu-open) > .sub-menu{
    display:none!important;
  }
  .nav-links.open > li.menu-item-has-children.menu-open > .sub-menu{
    display:block!important;
  }
}

@media(max-width:700px){
  .miniwm-home-eye-year{
    display:none!important;
  }
  .site-content .btn{
    width:100%!important;
    min-width:0!important;
    justify-content:center!important;
  }
  .site-content .hero-btns,
  .site-content .special-hero__actions,
  .site-content .sparte-page-hero__actions,
  .site-content .membership-copy__actions,
  .site-content .miniwm-btns{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
  .site-content .membership-copy__actions{
    max-width:none;
  }
  .miniwm-groups-grid{
    grid-template-columns:1fr!important;
  }
  .miniwm-group-team{
    grid-template-columns:40px 56px minmax(0,1fr)!important;
    gap:11px;
  }
  .miniwm-group-rank{
    font-size:50px;
  }
  .hero::before,
  .page-hero::before,
  .sparte-page-hero::before,
  .special-hero::before,
  .miniwm-page-hero::before,
  .foerderverein-page-hero::before,
  .mini-hero::before,
  .basic-page-hero::before{
    background-image:var(--svp-diagonal-stripes)!important;
    background-position:0 0!important;
    background-size:auto!important;
    background-repeat:repeat!important;
    background-attachment:fixed!important;
  }
}
