/*
Theme Name:   StarWings Glienicke
Theme URI:    https://www.bvstarwings.de
Description:  Child-Theme fuer B.V. StarWings Glienicke e.V., aufbauend auf Astra. Enthaelt das komplette Marken-Design (Farben, Typografie, Layout) aus dem 2026er Styleguide. Stand: konsolidierter Produktivstand August 2026 (Vorstand/Trainer, Sponsoring, MBS & ALBA, Trainingszeiten-Automatik).
Author:       StarWings Glienicke
Template:     astra
Version:      2.0
Text Domain:  starwings-child
*/

:root{
  --navy:#001a3f;
  --navy-2:#13357a;
  --blue:#3161ab;
  --orange:#f59d24;
  --orange-2:#d15c05;
  --grey:#f4f5f8;
  --text:#1c2438;
  --muted:#6b7285;
  --radius:14px;
}

/* Grundtypografie fuer den gesamten Auftritt (Markenschrift Barlow) */
body{font-family:'Barlow',sans-serif;color:var(--text);line-height:1.55;}
h1,h2,h3,.brand{font-family:'Barlow Condensed',sans-serif;letter-spacing:.2px;}
.sw-page img{max-width:100%;display:block;}
.sw-page a{text-decoration:none;color:inherit;}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;}

/* Alles Folgende ist auf .sw-page gescoped, damit es nur die
   StarWings-Templates betrifft und nicht den Rest von Astra/WordPress
   (z. B. Blog-Beitraege, Admin-Bereich) durcheinanderbringt. */
.sw-page *{box-sizing:border-box;}

/* HEADER */
.sw-header{position:sticky;top:0;z-index:50;background:var(--navy);}
.sw-header .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;max-width:1180px;margin:0 auto;}
.brand-group{display:flex;align-items:center;gap:12px;}
.brand-group img{height:46px;width:auto;}
.brand{color:#fff;font-size:19px;font-weight:800;letter-spacing:.5px;line-height:1.1;}
.brand span{display:block;color:var(--orange);font-family:'Barlow',sans-serif;font-weight:600;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;}
nav.links{display:flex;gap:28px;align-items:center;}
nav.links ul{list-style:none;margin:0;padding:0;}
nav.links>.menu{display:flex;gap:28px;align-items:center;}
nav.links li{position:relative;margin:0;}
nav.links a{display:block;color:#dfe4f2;font-weight:500;font-size:14.5px;transition:color .15s;padding:8px 0;}
nav.links a:hover{color:var(--orange);}
nav.links .sub-menu{display:none;position:absolute;top:100%;left:-16px;min-width:220px;background:var(--navy-2);padding:10px 16px;border-radius:0 0 10px 10px;box-shadow:0 10px 24px rgba(0,0,0,.22);}
nav.links .sub-menu a{padding:8px 0;white-space:nowrap;}
nav.links li:hover>.sub-menu,nav.links li:focus-within>.sub-menu{display:block;}
.cta-btn{background:var(--orange);color:#1c2438!important;font-weight:700;padding:10px 20px;border-radius:30px;font-size:14px;white-space:nowrap;}
.cta-btn:hover{background:var(--orange-2);}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:6px;}
.burger span{width:24px;height:2.5px;background:#fff;border-radius:2px;}
.mobile-menu{display:none;flex-direction:column;background:var(--navy-2);padding:12px 24px 20px;gap:14px;}
.mobile-menu ul{list-style:none;margin:0;padding:0;}
.mobile-menu>ul>li{border-bottom:1px solid rgba(255,255,255,.08);}
.mobile-menu a{display:block;color:#fff;font-size:15px;padding:10px 0;}
.mobile-menu .sub-menu{padding:0 0 8px 18px;}
.mobile-menu .sub-menu a{font-size:14px;color:#dfe4f2;padding:7px 0;}
.mobile-menu .cta-btn{display:block;margin-top:14px;text-align:center;border:0;}
.mobile-menu.open{display:flex;}

/* HERO */
.hero{background:var(--navy);color:#fff;padding:56px 24px 72px;position:relative;}
.hero-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap;position:relative;}
.hero-text{flex:1 1 380px;}
.eyebrow{display:block;font-family:'Barlow',sans-serif;font-style:italic;color:var(--orange);font-weight:600;font-size:13px;letter-spacing:.3px;margin-bottom:14px;}
.hero h1{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.08;margin-bottom:16px;color:#fff;}
.hero h1 em{color:var(--orange);font-style:normal;}
.hero p{color:#c3cae0;font-size:17px;max-width:480px;margin-bottom:28px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.btn-primary{background:var(--orange);color:#1c2438;font-weight:700;padding:14px 26px;border-radius:30px;font-size:15px;display:inline-block;}
.btn-primary:hover{background:var(--orange-2);color:#1c2438;}
.hero .btn-primary,.hero .btn-primary:visited{color:#1c2438;}
.btn-ghost{border:1.5px solid rgba(255,255,255,.35);color:#fff;font-weight:600;padding:13px 26px;border-radius:30px;font-size:15px;display:inline-block;}
.btn-ghost:hover{border-color:#fff;}
.btn-donate{border:1.5px solid var(--orange);color:var(--orange);font-weight:600;padding:13px 26px;border-radius:30px;font-size:15px;display:inline-block;}
.btn-donate:hover{background:var(--orange);color:#1c2438;}
/* Variante fuer helle Hintergruende (z. B. Member-Card, Section-Head auf weiss).
   Wichtig: .btn-ghost alleine ist nur fuer den dunklen Hero gedacht - auf
   weissem Grund wird der Hover-Zustand sonst unsichtbar (weisser Rahmen auf
   weiss). Immer beide Klassen kombinieren: class="btn-ghost btn-ghost-navy" */
.btn-ghost-navy{border-color:var(--navy);color:var(--navy);}
.btn-ghost-navy:hover{background:var(--navy);color:#fff;border-color:var(--navy);}
.legacy-download-content{display:grid;gap:12px;max-width:820px;margin:0 auto;}
.legacy-download-content p{margin:0;}
.legacy-download-content a{display:block;background:#fff;border:1px solid #e7e9f2;border-radius:12px;padding:16px 20px;color:var(--navy);font-weight:700;}
.legacy-download-content a:hover{border-color:var(--orange);color:var(--orange-2);}
.hero-logo{flex:0 0 220px;display:flex;justify-content:center;}
.hero-logo img{width:200px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.35));}

/* PHOTO PLACEHOLDER (nur solange echte Fotos fehlen) */
.photo-slot{background:repeating-linear-gradient(135deg,#e9ecf5,#e9ecf5 10px,#f4f5f8 10px,#f4f5f8 20px);border:1.5px dashed #c7cce0;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8b91a8;text-align:center;padding:20px;min-height:160px;}
.photo-slot .cam{font-size:24px;margin-bottom:8px;}
.photo-slot span{font-size:12px;font-weight:600;}

/* STORY / UEBER UNS */
.story-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.story-grid.no-photo{grid-template-columns:1fr;max-width:760px;}
.story-text h2{font-size:26px;color:var(--navy);margin-bottom:14px;}
.story-text p{color:var(--muted);font-size:14.5px;margin-bottom:12px;}
.read-more-link{cursor:pointer;color:var(--orange-2);font-weight:700;font-size:13.5px;margin:4px 0 14px;display:inline-block;text-decoration:none;}
.read-more-link::after{content:" ›";}
.read-more-link:hover{text-decoration:underline;}

/* FIGURES / ZAHLEN */
.figures{background:var(--navy);color:#fff;}
.figures .section-head h2{color:#fff;}
.figures .section-head p{color:#c3cae0;font-size:13px;}
.figures-grid{max-width:1180px;margin:32px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px 32px;text-align:center;}
.figures-grid .figure-item{flex:0 1 140px;}
.figure-item .num{font-family:'Barlow Condensed',sans-serif;font-size:clamp(26px,3.4vw,34px);font-weight:800;color:var(--orange);}
.figure-item .lbl{font-size:12px;color:#c3cae0;margin-top:6px;line-height:1.3;}

/* TESTIMONIALS */
.testi-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.testi-card{background:#fff;border:1px solid #e7e9f2;border-radius:var(--radius);padding:24px;}
.testi-card .quote{font-family:'Barlow',sans-serif;font-weight:600;font-style:italic;font-size:15px;color:var(--text);margin-bottom:14px;}
.testi-card .who{font-size:12.5px;font-weight:700;color:var(--navy);}
.testi-card .who span{display:block;font-weight:500;color:var(--muted);font-size:11.5px;margin-top:2px;}

/* SPONSOR SEARCH CTA */
.sponsor-search{max-width:820px;margin:32px auto 0;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;text-align:left;border-top:1px solid #e7e9f2;padding-top:28px;}
.sponsor-search h3{font-size:16px;color:var(--navy);margin-bottom:4px;}
.sponsor-search p{font-size:13.5px;color:var(--muted);}

/* FAQ */
.faq{max-width:760px;margin:28px auto 0;}
.faq-item{border-top:2px solid #ccd1e0;padding:16px 0;}
.faq-item summary{font-size:14.5px;color:var(--navy);margin-bottom:0;cursor:pointer;list-style:none;position:relative;padding-right:26px;font-weight:600;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";position:absolute;right:0;top:0;font-size:18px;line-height:1;color:var(--orange-2);}
.faq-item[open] summary::after{content:"\2013";}
.faq-item .faq-answer{font-size:13.5px;color:var(--muted);margin-top:10px;}

/* NEUIGKEITEN-ARCHIV */
.archive-list{max-width:760px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(13,27,58,.08);overflow:hidden;}
.archive-item{display:block;padding:20px 28px;border-top:1px solid #e7e9f2;color:inherit;text-decoration:none;transition:background .15s;}
.archive-item:first-child{border-top:none;}
.archive-item:hover{background:var(--grey);}
.archive-item .archive-date{display:inline-block;font-size:11px;font-weight:700;color:var(--orange-2);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;}
.archive-item h3{font-size:16px;color:var(--navy);margin-bottom:4px;}
.archive-item p{font-size:13.5px;color:var(--muted);margin:0;}
.archive-pagination{text-align:center;margin-top:28px;}
.archive-pagination .page-numbers{display:inline-block;padding:8px 14px;margin:0 3px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--navy);text-decoration:none;background:#fff;border:1px solid #e7e9f2;}
.archive-pagination .page-numbers.current{background:var(--navy);color:#fff;border-color:var(--navy);}
.archive-pagination .page-numbers:hover:not(.current){background:var(--grey);}
.archive-pagination .dots{border:none;background:none;}

/* DOWNLOADS */
.download-list{max-width:760px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(13,27,58,.08);overflow:hidden;}
.download-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;border-top:1px solid #e7e9f2;}
.download-item:first-child{border-top:none;}
.download-item h3{font-size:15px;color:var(--navy);margin-bottom:4px;}
.download-item p{font-size:13px;color:var(--muted);}

/* QUICK LINKS */
.quick{margin-top:-46px;position:relative;z-index:5;}
.wrap.quick{max-width:860px;}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.quick-card{background:#fff;border-radius:10px;padding:20px 18px;box-shadow:0 2px 10px rgba(13,27,58,.08);text-align:left;border:1px solid #e7e9f2;border-left:3px solid transparent;}
.quick-card:hover{border-left-color:var(--orange);}
.quick-card h2{font-size:15px;margin-bottom:4px;color:var(--navy);font-weight:700;}
.quick-card p{font-size:12.5px;color:var(--muted);}
.quick-card.primary{border-left-color:var(--orange);}
.quick-card.secondary{padding:16px 18px;}
.quick-card.secondary h3{font-size:13.5px;}
.quick-card.secondary p{font-size:11.5px;}
.quick-card-img{display:flex;align-items:center;justify-content:center;padding:14px 18px;}
.quick-card-img img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain;}

.sw-page section{padding:64px 24px;}
.section-head{max-width:640px;margin:0 auto 40px;text-align:center;}
.section-head .tag{color:var(--orange-2);font-weight:700;font-size:12.5px;letter-spacing:1.5px;text-transform:uppercase;}
.section-head h2{font-size:clamp(24px,3vw,32px);font-weight:800;margin-top:8px;color:var(--navy);}
.section-head p{color:var(--muted);margin-top:10px;font-size:15px;}

/* AKTUELLES: NEWS / HEIMSPIELE / SOCIAL */
.news{background:var(--grey);}
.news-grid{display:grid;grid-template-columns:1fr .85fr .85fr;gap:20px;max-width:1180px;margin:0 auto;align-items:start;}
.games-widget{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:0 6px 18px rgba(13,27,58,.06);}
.games-widget .dbb-tag{display:inline-block;background:#fdeacb;color:#8a5a00;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px;}
.games-widget h3{font-size:17px;margin-bottom:10px;color:var(--navy);}
.games-widget table{width:100%;border-collapse:collapse;font-size:12.5px;margin-bottom:8px;}
.games-widget td{padding:7px 0;border-top:1px solid #eef0f5;color:var(--text);}
.games-widget .note{font-size:12px;color:var(--muted);margin-top:8px;}
.news-main{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:0 6px 18px rgba(13,27,58,.06);}
.news-main .date{display:inline-block;background:var(--grey);color:var(--muted);font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;margin-bottom:12px;}
.news-main h3{font-size:20px;margin-bottom:10px;color:var(--navy);}
.news-main p{color:var(--muted);font-size:14.5px;}
.social-card{background:linear-gradient(135deg,#1877f2,#0d5bd1);border-radius:var(--radius);padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;}
.social-card h3{font-size:17px;margin-bottom:8px;}
.social-card p{font-size:13.5px;color:#e2ecff;margin-bottom:16px;}
.social-card a{background:#fff;color:#1877f2;font-weight:700;padding:9px 16px;border-radius:24px;font-size:13.5px;display:inline-block;width:fit-content;}
.social-card.insta{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af 80%);margin-top:16px;}
.social-card.insta a{color:#dd2a7b;}
.social-card button.fb-load-btn{background:#fff;color:#1877f2;font-weight:700;padding:9px 16px;border-radius:24px;font-size:13.5px;display:inline-block;width:fit-content;border:0;cursor:pointer;}
.social-card .note{font-size:11.5px;color:#e2ecff;margin-top:10px;}
.fb-embed-wrap .fb-page,.fb-embed-wrap span,.fb-embed-wrap iframe{max-width:100%;}

/* TEAMS */
.teams-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto;}
.team-card{border:1px solid #e7e9f2;border-radius:var(--radius);padding:20px;transition:box-shadow .15s,border-color .15s;}
.team-card:hover{box-shadow:0 10px 24px rgba(13,27,58,.08);border-color:transparent;}
.team-card .badge{display:inline-block;background:var(--navy);color:var(--orange);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;margin-bottom:10px;}
.team-card h2{font-size:16.5px;color:var(--navy);margin-bottom:6px;font-weight:700;}
.team-card p{font-size:13.5px;color:var(--muted);}
.team-card-img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:14px;display:block;}
.team-card .status{margin-top:10px;font-size:12px;font-weight:700;color:#1a9c5b;}

/* TRAININGSZEITEN */
.times{background:var(--navy);color:#fff;border-radius:20px;max-width:1180px;margin:0 auto;padding:40px;display:flex;gap:40px;flex-wrap:wrap;align-items:center;}
.times-text{flex:1 1 100%;}
.times-text h2{font-size:24px;margin-bottom:12px;color:#fff;}
.times-text p{color:#c3cae0;font-size:14.5px;margin-bottom:20px;}
.times-table{flex:1 1 100%;background:rgba(255,255,255,.06);border-radius:12px;overflow:hidden;}
.times-table table{width:100%;border-collapse:collapse;font-size:13.5px;}
.times-table th{background:rgba(255,255,255,.08);text-align:left;padding:10px 14px;font-weight:600;color:var(--orange);}
.times-table td{padding:10px 14px;border-top:1px solid rgba(255,255,255,.08);color:#e2e6f2;}
.times-filter{flex:1 1 100%;display:flex;gap:8px;flex-wrap:wrap;margin-top:-8px;}
.times-chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#e2e6f2;font-size:13px;font-weight:600;padding:7px 16px;border-radius:20px;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit;}
.times-chip:hover{border-color:rgba(255,255,255,.4);}
.times-chip.is-active{background:var(--orange);border-color:var(--orange);color:#1c2438;}
.times-day-row td{background:rgba(255,255,255,.1);font-weight:700;color:var(--orange);padding:8px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-top:none;}
.times-table td a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);}
.times-table td a:hover{text-decoration-color:#fff;}
@media (max-width:640px){
  .times-table table,.times-table thead,.times-table tbody,.times-table th,.times-table td,.times-table tr{display:block;}
  .times-table thead{display:none;}
  .times-table tbody tr:not(.times-day-row){padding:12px 14px;border-top:1px solid rgba(255,255,255,.08);}
  .times-table td{border-top:none;padding:3px 0;display:flex;justify-content:space-between;gap:12px;}
  .times-table td[data-label]::before{content:attr(data-label);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--orange);opacity:.85;flex-shrink:0;}
  .times-table td[data-label="Team"]{font-weight:700;font-size:15px;}
  .times-table td[data-label="Team"]::before{content:none;}
  .times-day-row td{padding:8px 14px;}
}

/* MITGLIEDSCHAFT */
.member{background:var(--grey);}
.member-wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;}
.member-card{background:#fff;border-radius:20px;padding:36px;box-shadow:0 10px 30px rgba(13,27,58,.08);}
.member-card h2{font-size:26px;color:var(--navy);margin-bottom:12px;}
.member-card p{color:var(--muted);font-size:14.5px;margin-bottom:20px;}
.member-list{list-style:none;margin-bottom:24px;}
.member-list li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--text);margin-bottom:10px;}
.member-list li::before{content:"✓";color:#1a9c5b;font-weight:800;}
.member-side{background:var(--navy);border-radius:20px;padding:36px;color:#fff;}
.member-side h3{font-size:18px;margin-bottom:10px;color:var(--orange);}
.member-side p{color:#c3cae0;font-size:14px;margin-bottom:8px;}

/* CAMPS & EVENTS */
.camps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto;}
.camp-card{border-radius:var(--radius);overflow:hidden;border:1px solid #e7e9f2;transition:box-shadow .15s;}
.camp-card:hover{box-shadow:0 10px 24px rgba(13,27,58,.1);}
.camp-photo{width:100%;height:160px;overflow:hidden;background:var(--grey);}
.camp-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.camp-top{background:var(--navy);color:#fff;padding:18px 20px;}
.camp-top .camp-date{font-size:12px;font-weight:700;color:var(--orange);letter-spacing:.5px;text-transform:uppercase;}
.camp-top h2{font-size:17px;margin-top:6px;color:#fff;font-weight:700;}
.camp-body{padding:18px 20px;}
.camp-body p{font-size:13.5px;color:var(--muted);margin-bottom:14px;}
.camp-body a{font-size:13.5px;font-weight:700;color:var(--orange-2);}
.camps-filter{display:flex;gap:8px;flex-wrap:wrap;max-width:1180px;margin:0 auto 20px;padding:0 4px;}
.camps-chip{background:var(--grey);border:1px solid #e7e9f2;color:var(--navy);font-size:13px;font-weight:600;padding:7px 16px;border-radius:20px;cursor:pointer;transition:background .15s,border-color .15s,color .15s;font-family:inherit;}
.camps-chip:hover{border-color:var(--navy);}
.camps-chip.is-active{background:var(--orange);border-color:var(--orange);color:var(--navy);}
.camps-empty{grid-column:1/-1;text-align:center;color:var(--muted);}

/* SPONSOREN */
.sponsors{text-align:center;}
.sponsor-row{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;margin-top:24px;}
.sponsor-row .logo-box{background:var(--grey);border-radius:12px;padding:16px 24px;font-weight:700;color:var(--muted);font-size:13px;}
.logo-box .lb-value{display:block;font-size:10.5px;font-weight:500;margin-top:4px;}
.logo-img-box{background:#fff;border:1px solid #e7e9f2;border-radius:12px;padding:14px 22px;display:flex;align-items:center;justify-content:center;height:64px;}
.logo-img-box img{height:100%;width:auto;max-width:220px;object-fit:contain;}

/* SPONSOREN / PARTNER - zweispaltig (12.08.2026) */
.sponsors-split{display:flex;gap:48px;max-width:1180px;margin:0 auto;align-items:flex-start;}
.sponsors-col{flex:1 1 0;min-width:0;}
.sponsors-col:first-child{border-right:1px solid #e7e9f2;padding-right:48px;}
.sponsors-col h3{font-size:15px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;text-align:center;}
.sponsors-col .sponsor-row{margin-top:24px;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;}
.sponsors-col .logo-box,
.sponsors-col .logo-img-box{width:220px;flex:0 0 220px;height:140px!important;padding:20px;font-size:16px;}
.sponsors-col .logo-img-box img{height:auto!important;max-height:75%;width:auto;max-width:82%;}
.sponsor-cta{border:1.5px dashed #cfd3e0;background:#fff;color:var(--orange-2);font-weight:700;font-size:17px;transition:border-color .2s ease,background .2s ease;}
.sponsor-cta:hover{border-color:var(--orange-2);background:#fff8f0;}
@media (max-width:780px){
  .sponsors-split{flex-direction:column;gap:36px;}
  .sponsors-col:first-child{border-right:none;padding-right:0;border-bottom:1px solid #e7e9f2;padding-bottom:32px;}
  .sponsors-col .logo-box{height:110px;}
}

/* CTA STRIP */
.cta-strip{background:linear-gradient(120deg,var(--orange),var(--orange-2));border-radius:20px;max-width:1180px;margin:0 auto;padding:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;color:#1c2438;}
.cta-strip h2{font-size:24px;font-weight:800;color:#1c2438;}
.cta-strip p{font-size:14.5px;color:#4a3a12;}
.cta-strip .btn-primary{background:var(--navy);color:#fff;}
.cta-strip .btn-primary:hover{background:var(--navy-2);}

/* FOOTER */
.sw-footer{background:var(--navy);color:#c3cae0;padding:48px 24px 24px;font-size:13.5px;}
.foot-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08);}
.foot-grid h2{color:#fff;font-size:14px;margin-bottom:14px;font-weight:700;}
.foot-grid a{display:block;color:#a6acc4;margin-bottom:8px;}
.foot-grid a:hover{color:var(--orange);}
.foot-bottom{max-width:1180px;margin:16px auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:#7f88a6;}

@media (max-width:860px){
  nav.links,.cta-btn{display:none;}
  .burger{display:flex;}
  .quick-grid{grid-template-columns:repeat(2,1fr);}
  .news-grid{grid-template-columns:1fr;}
  .teams-grid{grid-template-columns:repeat(2,1fr);}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .member-wrap{grid-template-columns:1fr;}
  .camps-grid{grid-template-columns:repeat(2,1fr);}
  .story-grid{grid-template-columns:1fr;}
  .testi-grid{grid-template-columns:1fr;}
  .figures-grid{grid-template-columns:repeat(3,1fr);gap:28px;}
}
@media (max-width:520px){
  .quick-grid{grid-template-columns:1fr 1fr;}
  .teams-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  .figures-grid{grid-template-columns:1fr 1fr;}
  .hero-inner{flex-direction:column-reverse;text-align:center;}
  .hero p{margin-left:auto;margin-right:auto;}
  .hero-actions{justify-content:center;}
  .times{padding:28px;}
  .camps-grid{grid-template-columns:1fr;}
}


/* SPONSORING-SEITE (Unterseite /verein/partner-des-vereins/) */
.sp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.sp-card{background:#fff;border:1px solid #e7e9f2;border-radius:12px;padding:22px 24px;box-shadow:0 2px 10px rgba(13,27,58,.06);}
.sp-card h3{font-size:16px;color:var(--navy);margin-bottom:8px;}
.sp-card p{font-size:14px;color:var(--muted);line-height:1.6;margin:0;}
@media (max-width:640px){.sp-grid{grid-template-columns:1fr;}}


/* Vorstand & Trainer page - light table variant */
.times-table-light{background:#f4f6fb;}
.times-table-light th{background:#eef1f8;color:var(--navy);}
.times-table-light td{color:var(--navy);border-top:1px solid #e2e6f2;}


/* Schul-Kacheln (MBS & ALBA) - optionales Bild */
.sp-card-img{width:100%;height:130px;object-fit:cover;border-radius:8px;margin-bottom:12px;display:block;}

/* Seitenüberschrift (entry-header) wie Fließtext auf 1200px zentrieren – war zuvor ungebremst edge-to-edge */
.entry-header{max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;}

/* Skip-Link fuer Tastaturnutzer (Barrierefreiheit) */
.sw-skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;background:var(--navy);color:#fff;padding:12px 20px;border-radius:0 0 8px 0;z-index:9999;font-weight:700;text-decoration:none;}
.sw-skip-link:focus{left:0;top:0;width:auto;height:auto;overflow:visible;}


/* Fix: Datenschutzbelehrung-Seite - Inhalt ist ein einzelner Block ohne Gutenberg-Wrapper (data-ast-blocks-layout fehlt), dadurch lief der Text randlos ueber die volle Breite. Manuell auf Standard-Inhaltsbreite begrenzen. */
body.page-id-734 .entry-content{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}


/* Trainingshallen-Seite (post 154): groessere Kartenbilder, sauberer Bildausschnitt (feste Bildhoehe + zentrierter Crop statt Standard-130px der Schul-Kacheln) */
body.page-id-154 .sp-card-img{height:200px;object-position:center 40%;}


/* Beitrags-Navigation (Zurueck/Weiter): volle Breite nutzen wenn nur eine Seite vorhanden ist, keine leere Spalte */
.post-navigation .nav-links .nav-previous:only-child,
.post-navigation .nav-links .nav-next:only-child {
	width: 100% !important;
}


/* Autor/Datum-Zeile bei einzelnen Beitraegen ausblenden (nur intern relevant) */
body.single-post .entry-meta {
	display: none !important;
}


/* Team-Filter (Trainingszeiten): an Chip-Design angleichen */
.times-team-filter {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0 16px;
}
.times-team-filter-label {
	font-size: 13px;
	font-weight: 600;
}
.times-team-select {
	border: 1px solid #f59d24;
	border-radius: 20px;
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #1c2438;
	background: #fff;
	cursor: pointer;
}


/* Normale WP-Seiten (Impressum, Ueber uns, Mitgliederversammlung etc.) ohne eigenes
   Section-Layout: sinnvollen Seitenrand geben, analog zu den Blog-Beitraegen. */
body.page:not(.home) .entry-content,
body.page:not(.home) .entry-header {
	padding: 0 40px;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
@media (max-width: 600px) {
	body.page:not(.home) .entry-content,
	body.page:not(.home) .entry-header {
		padding: 0 20px;
	}
}
