:root{--green:#39c54a;--green2:#75b915;--dark:#050907;--darkgreen:#07180f;--ink:#10171d;--panel:#3f4850;--muted:#7b8790;--white:#fff;--soft:#f3f6f4;--line:rgba(255,255,255,.15);--shadow:0 22px 70px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#000;color:#17212b;font-family:Inter,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(1220px,calc(100% - 44px));margin:0 auto}.eyebrow{margin:0 0 10px;color:var(--green2);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2,.home-section h2{font-size:42px;line-height:1.08;margin:0;color:#0c1512}.section-link,.read-more{color:#4d970b;font-weight:900}.btn-row{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:16px 24px;border-radius:999px;text-transform:uppercase;font-weight:900;color:#fff;font-size:13px;letter-spacing:.03em;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn.green{background:linear-gradient(135deg,var(--green2),#4a9309);box-shadow:0 14px 36px rgba(117,185,21,.25)}.btn.ghost{border:1px solid rgba(117,185,21,.8);background:rgba(4,15,10,.35)}.btn.ghost.dark{color:#102017;background:transparent}
.site-head{background:#000;padding:28px 0 0}.brand{display:flex;align-items:center;gap:20px;padding-bottom:18px}.brand img{width:118px;height:118px;object-fit:contain;border-radius:50%}.brand-title{font-size:34px;line-height:1.05;margin:0;color:#21e647;font-weight:900}.brand-tag{color:#21e647;font-weight:700;margin-top:8px}.topbar{background:#343c44;height:44px}.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:44px}.team-menu,.primary-menu,.sidebar-menu,.foot-menu{list-style:none;margin:0;padding:0}.team-menu{display:flex;gap:0}.team-menu a{display:block;padding:14px 18px;color:#fff;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.03em}.team-menu a:hover{background:rgba(255,255,255,.08);color:var(--green)}.search-btn{color:#fff;font-size:22px;padding:0 15px}
.hero{background-image:linear-gradient(90deg,rgba(0,20,12,.94) 0%,rgba(0,35,22,.75) 38%,rgba(0,0,0,.25) 70%),linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.05)),url('../images/hero.jpg');background-size:cover;background-position:center;position:relative;overflow:hidden}.hero-v2{min-height:820px;display:flex;flex-direction:column}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(117,185,21,.12),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.75));pointer-events:none}.hero-nav{position:relative;z-index:3;padding-top:34px;display:flex;align-items:center;justify-content:space-between}.hero-brand{display:flex;align-items:center;gap:18px;color:#fff}.hero-brand img{width:104px;height:104px;border-radius:50%;object-fit:cover;background:#fff}.hero-brand strong{display:block;font-size:30px;line-height:1.05}.hero-brand span{display:block;color:var(--green);font-size:30px;font-weight:900;line-height:1}.hero-brand small{display:block;margin-top:8px;color:#b8f6bd;font-weight:800}.primary-menu{display:flex;gap:24px}.primary-menu a{color:#fff;text-transform:uppercase;font-size:13px;font-weight:900;padding:16px 0;position:relative}.primary-menu a:hover,.primary-menu .current-menu-item>a{color:var(--green2)}.primary-menu a:hover:after,.current-menu-item>a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:3px;background:var(--green2)}.mobile-toggle{display:none;background:var(--green2);border:0;color:#fff;padding:10px 12px;border-radius:8px;font-weight:800}.hero-content{position:relative;z-index:2;color:#fff}.hero-content-v2{padding-top:110px;max-width:820px;margin-left:max(calc((100vw - 1220px)/2),22px)}.hero h1{font-family:Anton,Impact,sans-serif;text-transform:uppercase;font-size:88px;line-height:.96;letter-spacing:.02em;margin:0 0 26px;text-shadow:0 6px 24px rgba(0,0,0,.55)}.hero h1 span{color:var(--green2);display:block}.lead{font-size:22px;max-width:650px;margin:0 0 34px;color:#f4fff5}.feature-row{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-row-v2{margin-top:auto;margin-bottom:48px;max-width:900px;margin-left:max(calc((100vw - 1220px)/2),22px)}.feature{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px 18px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));backdrop-filter:blur(10px);transition:.25s ease;color:#fff;min-height:128px}.feature:hover{transform:translateY(-5px);border-color:rgba(117,185,21,.75);background:rgba(8,33,19,.42)}.feature b{display:block;text-transform:uppercase}.feature small{color:#fff;opacity:.92}.icon{font-size:31px;color:var(--green2);line-height:1.1;margin-bottom:10px}.social-float{position:absolute;z-index:4;right:72px;bottom:58px;display:flex;align-items:center;gap:13px}.social-float em{color:var(--green2);font-size:24px;font-family:cursive;margin-right:10px}.social,.footer-social a{width:44px;height:44px;border-radius:50%;background:var(--green2);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.home-section{padding:76px 0;background:#f5f7f5}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 15px 44px rgba(21,35,30,.1);transition:.25s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(21,35,30,.16)}.news-image{display:block;aspect-ratio:16/10;background:#dfe7e2;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.news-card:hover .news-image img{transform:scale(1.04)}.news-body{padding:24px}.news-body h3{font-size:22px;line-height:1.2;margin:0 0 12px;color:#111d18}.news-body h3 a:hover{color:#5fa40e}.entry-meta{color:var(--muted);font-size:13px;margin-bottom:12px;font-weight:800}.teams-section{background:#07120d;color:#fff}.teams-section h2,.teams-section p{color:#fff}.split-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:60px;align-items:center}.split-grid p{font-size:18px;max-width:520px}.team-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.team-card{background:linear-gradient(135deg,rgba(117,185,21,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px;color:#fff;transition:.25s ease}.team-card:hover{transform:translateY(-4px);border-color:var(--green2)}.team-card span{display:block;font-size:24px;font-weight:900}.team-card small{color:#cbd8ce}.training-section{background:#fff}.info-band{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:46px;border-radius:26px;background:linear-gradient(135deg,#eef6ea,#fff);box-shadow:0 14px 44px rgba(20,30,25,.08)}.info-band p{font-size:18px;margin-bottom:0;max-width:760px}.sponsors-events{background:#eef2ef}.two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.panel{background:#fff;border-radius:24px;padding:34px;box-shadow:0 12px 34px rgba(10,20,15,.07)}.panel-dark{background:#07120d;color:#fff}.panel-dark h2{color:#fff}.sponsor-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0}.sponsor-strip div{min-height:108px;border-radius:16px;background:#f3f6f4;border:1px solid #e1e8e3;display:grid;place-items:center;text-align:center;padding:14px;font-weight:900;color:#16402b}.event-line{display:grid;grid-template-columns:80px 1fr;gap:14px;color:inherit;margin:18px 0 24px}.event-line strong{color:#0ec5c9;text-transform:uppercase;font-size:13px}.cta-section{background:#06110c;padding-top:70px}.cta-box{border-radius:30px;padding:58px;background:linear-gradient(135deg,rgba(117,185,21,.22),rgba(255,255,255,.06)),url('../images/hero.jpg');background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.cta-box>*{position:relative}.cta-box h2{color:#fff;max-width:760px}.cta-box p{font-size:20px;max-width:650px}.main-shell{background:#3f4850}.content-grid{display:grid;grid-template-columns:minmax(0,2.3fr) 320px;align-items:start}.content-card{background:#fff;padding:32px 30px 80px;min-height:820px}.page-title{font-size:34px;margin:0 0 28px;color:#17212b}.post-card{margin-bottom:36px}.post-card h2{font-size:20px;margin:0 0 12px}.post-card h2 a:hover{color:var(--green2)}.entry-content p{margin:0 0 18px}.entry-content img,.post-thumb{width:100%;border-radius:0;margin:14px 0 24px}.sidebar{background:#3f4850;color:#fff;padding:46px 32px}.sponsor-box{background:#fff;padding:20px;margin:0 0 30px;text-align:center}.sponsor-placeholder{height:120px;display:grid;place-items:center;color:#005b8b;font-size:34px;font-weight:900}.widget{margin-bottom:34px}.widget-title{font-style:italic;text-transform:uppercase;margin:0 0 14px;color:#fff}.sidebar-menu li{border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-menu a{display:block;color:#d9dee3;padding:8px 0;font-weight:700}.sidebar-menu a:before{content:'›';margin-right:10px;color:#c5cbd0}.sidebar-menu a:hover{color:var(--green)}.search-form{display:flex;gap:0}.search-field{width:100%;padding:12px;border:0;background:#56616b;color:#fff}.search-submit{border:0;background:#26323b;color:#fff;padding:0 14px}.site-footer{background:#000;color:#8e98a3;padding:42px 0 70px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.footer-social{display:flex;gap:12px;margin-bottom:28px}.foot-menu{display:flex;gap:28px;text-transform:uppercase;color:#fff;font-weight:800;font-size:12px}.events h3{color:#fff;margin:0 0 15px}.copyright{margin-top:60px;font-size:13px}.pagination{display:flex;gap:10px}.pagination a,.pagination span{padding:8px 12px;background:#edf1f2;border-radius:6px}.pagination .current{background:var(--green2);color:#fff}.single .content-card{padding-bottom:60px}
@media(max-width:1060px){.primary-menu{gap:16px}.hero h1{font-size:72px}.hero-brand strong,.hero-brand span{font-size:24px}.news-grid,.sponsor-strip{grid-template-columns:1fr 1fr}.social-float{right:28px}}
@media(max-width:900px){.hero-v2{min-height:auto;padding-bottom:42px}.hero-nav{align-items:flex-start}.mobile-toggle{display:block}.primary-menu{display:none;position:absolute;top:130px;left:22px;right:22px;background:#06120b;padding:16px;border-radius:14px;z-index:8;flex-direction:column;gap:0}.primary-menu.open{display:flex}.hero-content-v2{padding-top:72px;margin-left:auto}.feature-row-v2{grid-template-columns:repeat(2,1fr);margin:36px auto 20px}.social-float{position:static;margin:22px}.content-grid,.split-grid,.two-col{grid-template-columns:1fr}.sidebar{padding:28px}.footer-grid{grid-template-columns:1fr}.brand-title{font-size:26px}.topbar{overflow-x:auto}.team-menu a{white-space:nowrap}.info-band{align-items:flex-start;flex-direction:column}.section-head{align-items:flex-start;flex-direction:column}.news-grid{grid-template-columns:1fr}}
@media(max-width:560px){.wrap{width:min(100% - 24px,1220px)}.brand img,.hero-brand img{width:76px;height:76px}.brand-title{font-size:22px}.hero-brand strong,.hero-brand span{font-size:19px}.hero-brand small{display:none}.hero h1{font-size:45px}.lead{font-size:18px}.feature-row-v2,.team-card-grid,.sponsor-strip{grid-template-columns:1fr}.content-card{padding:24px 18px 55px}.btn{width:100%}.social-float em{display:none}.home-section{padding:52px 0}.section-head h2,.home-section h2{font-size:34px}.panel,.info-band,.cta-box{padding:26px}.hero-content-v2{padding-top:54px}.foot-menu{flex-wrap:wrap}}

/* v0.3 Feinschliff */
.hero-v2{min-height:790px;background-position:center top}.hero-nav{padding:20px 26px;margin-top:22px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(180deg,rgba(3,14,9,.62),rgba(3,14,9,.32));backdrop-filter:blur(14px);box-shadow:0 18px 60px rgba(0,0,0,.22);transition:all .25s ease}.hero-nav.is-sticky{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:99;margin-top:0;background:rgba(3,14,9,.86);box-shadow:0 16px 50px rgba(0,0,0,.35)}.admin-bar .hero-nav.is-sticky{top:48px}.hero-brand img{width:86px;height:86px}.hero-brand strong{font-size:24px}.hero-brand span{font-size:24px}.hero-brand small{font-size:13px}.primary-menu{gap:20px}.primary-menu a{font-size:12px;letter-spacing:.06em}.hero-content-v2{padding-top:96px;max-width:850px}.hero h1{font-size:96px}.lead{max-width:610px}.feature-row-v2{max-width:820px}.feature{box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 44px rgba(0,0,0,.18)}.feature:hover .icon{filter:drop-shadow(0 0 12px rgba(117,185,21,.55))}.social-float{bottom:72px}.news-section{padding-top:88px;padding-bottom:92px;background:linear-gradient(180deg,#f7faf7,#eef4f0)}.news-grid{align-items:stretch}.news-card{border:1px solid rgba(21,35,30,.06)}.news-body p{min-height:54px}.teams-section{padding:92px 0;background:radial-gradient(circle at 85% 25%,rgba(117,185,21,.16),transparent 32%),#06120c}.team-card{position:relative;overflow:hidden}.team-card:after{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,var(--green),var(--green2));transform:scaleX(0);transform-origin:left;transition:.25s ease}.team-card:hover:after{transform:scaleX(1)}.training-section{padding:76px 0;background:#fff}.sponsors-events{padding:78px 0}.sponsor-strip div{background:linear-gradient(180deg,#fff,#f4f8f5);box-shadow:inset 0 0 0 1px #e3ece5}.panel-dark{background:radial-gradient(circle at 90% 15%,rgba(117,185,21,.2),transparent 36%),#06120c}.cta-section{padding-bottom:76px}.cta-box{box-shadow:0 30px 90px rgba(0,0,0,.35)}.site-footer{background:linear-gradient(180deg,#020604,#000);border-top:1px solid rgba(117,185,21,.18)}.footer-social a{transition:.2s ease}.footer-social a:hover{transform:translateY(-3px)}
@media(max-width:900px){.hero-nav,.hero-nav.is-sticky{position:relative;top:auto;left:auto;transform:none;margin-top:12px}.admin-bar .hero-nav.is-sticky{top:auto}.hero h1{font-size:68px}.primary-menu{top:112px}.hero-content-v2{padding-top:58px}.social-float{bottom:auto}.hero-v2{min-height:auto}.news-section{padding-top:62px}}
@media(max-width:560px){.hero-nav{padding:14px}.hero h1{font-size:46px}.hero-brand img{width:66px;height:66px}.hero-brand strong,.hero-brand span{font-size:17px}.hero-content-v2{padding-top:42px}.feature{min-height:auto}.section-link{font-size:14px}}


/* v0.4 Struktur und Luft */
.hero-buttons{margin-bottom:72px}
.hero-content-v2{padding-top:112px}
.feature-row-v2{margin-top:0;margin-bottom:56px}
.hero-v2{min-height:840px}
.hero-nav{max-width:1220px}
.hero-nav.is-sticky{width:min(1220px,calc(100% - 44px))}
.hero-brand img{width:96px;height:96px}.hero-brand strong{font-size:27px}.hero-brand span{font-size:27px}
.hero h1{font-size:104px}.lead{margin-bottom:30px}
.btn{min-height:48px}.feature{padding:22px 20px;min-height:138px}
.news-section .section-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:end}.news-section .section-head .eyebrow{justify-self:start}.news-section .section-head h2{justify-self:center}.news-section .section-head .section-link{justify-self:end}
.news-grid{min-height:360px}.news-card-placeholder .news-image img{filter:brightness(.55) saturate(1.05)}
.sponsor-strip div{display:flex;align-items:center;justify-content:center;text-align:center;min-height:84px;font-size:14px;letter-spacing:.02em}.sponsor-strip div:hover{transform:translateY(-3px);border-color:rgba(117,185,21,.4)}
.event-line{align-items:center}.event-line div:first-child{font-weight:900;text-transform:uppercase;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;min-width:70px;text-align:center;padding:12px 8px;line-height:1.05}.event-line strong{color:#67dce6;text-transform:uppercase;font-size:13px;letter-spacing:.03em}
.site-footer{padding-top:46px}.footer-social a{font-size:15px}.footer-grid{align-items:start}
@media(max-width:900px){.hero-buttons{margin-bottom:42px}.hero-v2{min-height:auto}.news-section .section-head{display:flex}.hero h1{font-size:70px}.hero-brand img{width:76px;height:76px}.hero-brand strong,.hero-brand span{font-size:20px}.feature-row-v2{margin-bottom:28px}.hero-content-v2{padding-top:62px}}
@media(max-width:560px){.hero-buttons{margin-bottom:30px}.hero h1{font-size:48px}.feature-row-v2{gap:12px}.news-grid{min-height:auto}.hero-nav.is-sticky{width:auto}.hero-brand img{width:62px;height:62px}.hero-brand strong,.hero-brand span{font-size:16px}}

/* v0.6 fixes */
.hero-buttons{margin-bottom:60px;}
.feature-row-v2{margin-top:0;}
.sponsor-logos a{min-height:108px;border-radius:16px;background:#fff;border:1px solid #e1e8e3;display:flex;align-items:center;justify-content:center;padding:18px;transition:.22s ease;}
.sponsor-logos a:hover{transform:translateY(-3px);border-color:rgba(117,185,21,.45);box-shadow:0 16px 34px rgba(10,20,15,.09);}
.sponsor-logos img{max-width:100%;max-height:76px;object-fit:contain;display:block;}
.sponsor-logos a:nth-child(2) img{max-height:92px;}
.sponsor-logos a:nth-child(3) img{max-height:96px;}
@media(max-width:760px){.hero-nav{position:relative;top:auto}.admin-bar .hero-nav{top:auto}.hero-buttons{margin-bottom:36px}}


/* v0.8: Header nicht dauerhaft sichtbar. Normal im Hero, fix erst nach dem Hero. */
.hero-nav{
  position:relative;
  top:auto;
  z-index:120;
}
.hero-nav.is-sticky{
  position:fixed;
  top:16px;
  left:50%;
  width:min(1220px,calc(100% - 44px));
  margin-top:0;
  transform:translateX(-50%) translateY(0);
  z-index:999;
  background:rgba(3,14,9,.88);
  border-color:rgba(117,185,21,.24);
  box-shadow:0 18px 60px rgba(0,0,0,.38);
  backdrop-filter:blur(16px);
  animation:ttfHeaderDrop .28s ease both;
}
.admin-bar .hero-nav.is-sticky{top:48px;}
.hero-nav.is-sticky .hero-brand img{width:72px;height:72px;}
.hero-nav.is-sticky .hero-brand strong,
.hero-nav.is-sticky .hero-brand span{font-size:22px;}
.hero-nav.is-sticky .hero-brand small{font-size:12px;margin-top:5px;}
@keyframes ttfHeaderDrop{
  from{opacity:0;transform:translateX(-50%) translateY(-18px)}
  to{opacity:1;transform:translateX(-50%) translateY(0)}
}
@media(max-width:900px){
  .hero-nav,.hero-nav.is-sticky{position:relative;top:auto;left:auto;width:auto;transform:none;animation:none;}
  .admin-bar .hero-nav.is-sticky{top:auto;}
  .hero-nav.is-sticky .hero-brand img{width:76px;height:76px;}
  .hero-nav.is-sticky .hero-brand strong,.hero-nav.is-sticky .hero-brand span{font-size:20px;}
}

/* v0.9: Live-Info und dunklerer Sponsorenbereich */
.home-alert{background:#07120d;color:#fff;border-top:1px solid rgba(117,185,21,.26);border-bottom:1px solid rgba(117,185,21,.18);}
.alert-inner{display:flex;align-items:center;gap:16px;padding:18px 0;font-size:16px;}
.alert-icon{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,var(--green),var(--green2));display:grid;place-items:center;box-shadow:0 0 28px rgba(117,185,21,.35);}
.alert-inner strong{color:var(--green);text-transform:uppercase;letter-spacing:.04em;}
.alert-inner a{margin-left:auto;color:var(--green);font-weight:900;white-space:nowrap;}
.alert-inner a:hover{color:#fff;}
.sponsors-events{background:linear-gradient(180deg,#101b15,#07120d);}
.sponsors-events .two-col{align-items:stretch;}
.sponsors-events .panel:not(.panel-dark){background:radial-gradient(circle at 90% 10%,rgba(117,185,21,.14),transparent 38%),linear-gradient(180deg,#16221b,#0d1711);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 70px rgba(0,0,0,.22);}
.sponsors-events .panel:not(.panel-dark) h2{color:#fff;}
.sponsors-events .panel:not(.panel-dark) .eyebrow{color:var(--green);}
.sponsor-logos a{background:linear-gradient(180deg,#fff,#f4f7f4);border-color:rgba(255,255,255,.12);box-shadow:0 12px 28px rgba(0,0,0,.18);}
.sponsor-logos a:hover{box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(117,185,21,.35);}
@media(max-width:700px){.alert-inner{align-items:flex-start;flex-wrap:wrap}.alert-inner a{margin-left:58px}.alert-icon{flex:0 0 42px}}

/* v1.0: sponsor cards larger and cleaner */
.sponsor-strip.sponsor-logos{gap:18px;margin:30px 0 24px;}
.sponsor-logos a{min-height:132px;padding:14px 18px;border-radius:18px;}
.sponsor-logos img{max-width:92%;max-height:98px;}
.sponsor-logos a:nth-child(1) img{max-height:106px;max-width:94%;}
.sponsor-logos a:nth-child(2) img{max-height:112px;max-width:96%;}
.sponsor-logos a:nth-child(3) img{max-height:118px;max-width:88%;}
@media(max-width:560px){.sponsor-logos a{min-height:118px}.sponsor-logos img{max-height:90px}}

/* v1.2: Premium-Feinschliff */
.hero-v2{min-height:940px;}
.hero{background-size:108% auto;animation:ttfHeroBreath 26s ease-in-out infinite alternate;}
@keyframes ttfHeroBreath{from{background-size:104% auto;background-position:center top}to{background-size:110% auto;background-position:center center}}
.hero-content-v2{padding-top:128px;}
.feature-row-v2{margin-bottom:76px;}
.feature{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 40px rgba(0,0,0,.16);}
.feature:hover{transform:translateY(-7px);border-color:rgba(117,185,21,.58);box-shadow:0 24px 56px rgba(0,0,0,.28),0 0 34px rgba(117,185,21,.16);}
.feature .icon{font-size:24px;transition:.25s ease}.feature:hover .icon{transform:scale(1.15);color:var(--green)}
.news-card{transition:transform .25s ease,box-shadow .25s ease}.news-card:hover{transform:translateY(-7px);box-shadow:0 26px 58px rgba(9,22,16,.16)}
.news-image{display:block;height:190px;overflow:hidden;background:#0b1610}.news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease,filter .35s ease}.news-card:hover .news-image img{transform:scale(1.055);filter:brightness(.92) saturate(1.08)}
.news-body{min-height:210px;display:flex;flex-direction:column}.news-body .read-more{margin-top:auto}
.team-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(0,0,0,.26);border-color:rgba(117,185,21,.42)}.team-card span:after{content:' →';opacity:0;transform:translateX(-4px);display:inline-block;transition:.2s ease}.team-card:hover span:after{opacity:1;transform:translateX(0)}
.sponsor-logos a{min-height:146px;padding:18px 20px;box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.65)}.sponsor-logos a:hover{transform:translateY(-6px) scale(1.015)}.sponsor-logos img{max-height:110px}.sponsor-logos a:nth-child(1) img{max-height:116px}.sponsor-logos a:nth-child(2) img{max-height:126px}.sponsor-logos a:nth-child(3) img{max-height:128px}
.footer-grid{grid-template-columns:1.1fr .9fr .9fr;gap:54px}.footer-info h3,.footer-links h3{color:#fff;margin:0 0 14px;font-size:18px}.footer-info p,.footer-links p{margin:0 0 8px;color:#9fa9a4}.footer-links a{color:#9fdc55;font-weight:800}.foot-menu{margin-top:16px}
@media(max-width:900px){.hero-v2{min-height:auto}.hero{animation:none;background-size:cover}.hero-content-v2{padding-top:62px}.news-image{height:210px}.footer-grid{grid-template-columns:1fr;gap:32px}}
@media(max-width:560px){.news-image{height:190px}.sponsor-logos a{min-height:124px}.sponsor-logos img{max-height:94px}}

/* v2.0: Hero-Bild stärker auf die Tischtennisplatten und den Spielbetrieb ausrichten */
.hero{
  background-image:
    linear-gradient(90deg,rgba(0,20,12,.94) 0%,rgba(0,35,22,.72) 34%,rgba(0,0,0,.20) 68%),
    linear-gradient(0deg,rgba(0,0,0,.50),rgba(0,0,0,.08)),
    url('../images/hero.jpg');
  background-size:112% auto;
  background-position:34% center;
  animation:ttfHeroLeftPlates 28s ease-in-out infinite alternate;
}
@keyframes ttfHeroLeftPlates{
  from{background-size:108% auto;background-position:30% center;}
  to{background-size:114% auto;background-position:38% center;}
}
.hero-shade{
  background:
    radial-gradient(circle at 82% 25%,rgba(117,185,21,.10),transparent 30%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.78));
}
.hero-content-v2{padding-top:120px;}
.hero h1{text-shadow:0 8px 28px rgba(0,0,0,.68);}
@media(max-width:900px){
  .hero{background-size:cover;background-position:45% center;animation:none;}
}
@media(max-width:560px){
  .hero{background-position:50% center;}
}

/* v2.7: moderne Mannschaftsseiten für normale WordPress-Seiten */
.team-hero{position:relative;min-height:660px;color:#fff;background-image:linear-gradient(90deg,rgba(0,16,10,.94),rgba(0,25,15,.72) 42%,rgba(0,0,0,.35)),linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.82)),var(--team-image);background-size:cover;background-position:center 42%;overflow:hidden}.team-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 20%,rgba(117,185,21,.13),transparent 32%);pointer-events:none}.team-modern-nav{position:relative;z-index:3}.team-hero-inner{position:relative;z-index:2;padding-top:115px;max-width:820px}.team-hero h1{font-family:Anton,Impact,sans-serif;text-transform:uppercase;font-size:112px;line-height:.92;margin:0 0 18px;text-shadow:0 10px 34px rgba(0,0,0,.72)}.team-league-badge{display:inline-flex;align-items:center;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 14px 36px rgba(117,185,21,.24);margin-bottom:24px}.team-hero p{font-size:21px;max-width:660px;color:#f0fff2;margin:0 0 32px}.team-overview-bar{background:#07120d;border-top:1px solid rgba(117,185,21,.22);border-bottom:1px solid rgba(117,185,21,.22);color:#fff}.team-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:24px 0}.team-stats-grid div{padding:22px 24px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:18px}.team-stats-grid span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--green2);font-weight:900;margin-bottom:8px}.team-stats-grid strong{font-size:17px;color:#fff}.team-page-section{background:linear-gradient(180deg,#f6faf7,#edf4ef);padding:82px 0}.team-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.team-main-card,.team-side-card{background:#fff;border-radius:28px;box-shadow:0 18px 60px rgba(8,20,14,.10);border:1px solid rgba(8,20,14,.06)}.team-main-card{padding:46px}.team-side-card{padding:34px;position:sticky;top:110px}.team-section-title h2{font-size:42px;line-height:1.1;margin:0 0 28px;color:#101914}.team-content{font-size:18px;color:#16231c}.team-content h1,.team-content h2,.team-content h3{color:#07120d;line-height:1.15}.team-content h2{margin-top:42px;font-size:30px}.team-content table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.08)}.team-content th{background:#07120d;color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:13px}.team-content th,.team-content td{padding:15px 18px;text-align:left;border:0}.team-content tr:nth-child(even) td{background:#f2f6f3}.team-content tr:nth-child(odd) td{background:#fff}.team-content a{color:#4b970e;font-weight:800}.team-side-card h3{margin:0 0 14px;color:#07120d;font-size:22px}.team-side-card p{color:#445148}.team-side-card hr{border:0;height:1px;background:#e5ece7;margin:28px 0}.team-side-card .btn{width:100%;margin-top:8px}.team-next-section{background:#07120d;padding:58px 0 86px}.team-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.team-next-card{padding:28px;border-radius:22px;background:linear-gradient(135deg,rgba(117,185,21,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.1);color:#fff;transition:.25s ease}.team-next-card:hover{transform:translateY(-5px);border-color:rgba(117,185,21,.5)}.team-next-card span{font-size:28px;color:var(--green2);display:block;margin-bottom:12px}.team-next-card strong{display:block;font-size:22px}.team-next-card small{color:#cddbd0}
@media(max-width:900px){.team-hero{min-height:auto;padding-bottom:54px}.team-hero-inner{padding-top:76px}.team-hero h1{font-size:72px}.team-stats-grid,.team-layout,.team-next-grid{grid-template-columns:1fr}.team-side-card{position:static}.team-main-card{padding:30px}.team-content{font-size:16px}.team-content table{display:block;overflow-x:auto}.team-content th,.team-content td{white-space:nowrap}}
@media(max-width:560px){.team-hero h1{font-size:52px}.team-hero p{font-size:18px}.team-main-card,.team-side-card{border-radius:20px}.team-section-title h2{font-size:32px}.team-stats-grid div{padding:18px}}


/* v2.8: Navigation auf Mannschaftsseiten und eigene Team-Hintergründe */
.team-hero .btn-row{gap:14px;}
.team-hero .btn.ghost{background:rgba(0,0,0,.28);backdrop-filter:blur(8px);}
.team-next-grid{grid-template-columns:repeat(4,1fr);}
.team-next-card:first-child{background:linear-gradient(135deg,rgba(57,197,74,.22),rgba(255,255,255,.055));border-color:rgba(117,185,21,.32);}
.team-hero{background-position:center center;}
@media(max-width:1100px){.team-next-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.team-next-grid{grid-template-columns:1fr}.team-hero .btn-row .btn{width:100%;}}


/* v2.9: Startseiten-Hero zurückgesetzt und Mannschaftsseiten als Variante 2 */
.hero{
  background-image:
    linear-gradient(90deg,rgba(0,20,12,.94) 0%,rgba(0,35,22,.72) 35%,rgba(0,0,0,.22) 70%),
    linear-gradient(0deg,rgba(0,0,0,.50),rgba(0,0,0,.10)),
    url('../images/hero.jpg');
  background-size:cover;
  background-position:38% center;
  animation:none;
}
.team-hero-v2{
  min-height:620px;
  background-image:
    linear-gradient(90deg,rgba(0,20,12,.96) 0%,rgba(0,24,14,.84) 37%,rgba(0,0,0,.40) 72%),
    linear-gradient(180deg,rgba(0,0,0,.26),rgba(0,0,0,.82)),
    var(--team-image);
  background-size:cover;
  background-position:center 42%;
}
.team-hero-v2 .team-hero-inner{max-width:780px;padding-top:104px;padding-bottom:70px;}
.team-photo-section{background:linear-gradient(180deg,#f6f9f6,#eef4f0);padding:64px 0 0;}
.team-photo-card{display:grid;grid-template-columns:.62fr 1.38fr;gap:26px;align-items:center;background:#fff;border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(8,20,14,.12);border:1px solid rgba(8,20,14,.06)}
.team-photo-card figure{margin:0;border-radius:22px;overflow:hidden;background:#08140d;box-shadow:0 18px 54px rgba(0,0,0,.18)}
.team-photo-card img{width:100%;height:auto;display:block;object-fit:contain;}
.team-photo-copy h2{font-size:38px;line-height:1.08;margin:0 0 14px;color:#07120d}.team-photo-copy p{font-size:18px;color:#3d4c43;margin:0}
.team-home-btn{margin-top:12px;color:#173016!important;background:#f1f7ef!important;border-color:#dceadc!important;}
.team-page-section{padding-top:58px;}
@media(max-width:900px){.team-hero-v2{min-height:auto;background-position:center center}.team-photo-card{grid-template-columns:1fr;padding:20px}.team-photo-copy h2{font-size:32px}.team-hero-v2 .team-hero-inner{padding-top:70px}}
@media(max-width:560px){.hero{background-position:44% center}.team-photo-section{padding-top:38px}.team-photo-card{border-radius:20px}.team-photo-card figure{border-radius:16px}.team-photo-copy p{font-size:16px}}


/* v3.0: Mannschaftsbereich für alle Teamseiten */
.team-switch-section{background:#07120d;border-top:1px solid rgba(117,185,21,.18);border-bottom:1px solid rgba(117,185,21,.16);}
.team-switch{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:18px 0;color:#fff;}
.team-switch span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:var(--green2);margin-right:8px;}
.team-switch a{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#dfece2;font-weight:900;font-size:13px;transition:.2s ease;}
.team-switch a:hover,.team-switch a.is-active{background:linear-gradient(135deg,var(--green),var(--green2));border-color:rgba(117,185,21,.7);color:#fff;transform:translateY(-2px);}
.team-photo-copy p:empty{display:none;}
.team-photo-section{padding-top:72px;}
.team-photo-card{align-items:start;}
.team-photo-card figure img{max-height:760px;object-fit:contain;background:#07120d;}
.team-main-card .team-content > p:first-child:empty{display:none;}
@media(max-width:900px){.team-switch{gap:8px}.team-switch span{width:100%;}.team-photo-section{padding-top:44px}.team-photo-card figure img{max-height:none}}

/* v3.3: Mannschaftsseiten strukturiert statt langer Alt-Inhalte */
.team-layout-modernized{grid-template-columns:minmax(0,1fr) 360px;}
.team-layout-modernized .team-main-card{padding:0;background:transparent;border:0;box-shadow:none;}
.team-layout-modernized .team-section-title,.team-roster-section,.team-report-section,.team-gallery-section{background:#fff;border-radius:28px;box-shadow:0 18px 60px rgba(8,20,14,.10);border:1px solid rgba(8,20,14,.06);padding:42px;margin-bottom:26px;}
.team-layout-modernized .team-section-title{margin-bottom:26px;}
.team-layout-modernized .team-section-title h2{margin-bottom:0;}
.team-intro-mini{margin-top:18px;color:#3d4c43;font-size:17px;}
.team-intro-mini p{margin:0 0 12px;}
.team-roster-section h3,.team-report-section h3,.team-gallery-section h3{font-size:30px;line-height:1.1;margin:0 0 22px;color:#07120d;}
.team-roster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.player-card{position:relative;padding:24px 24px 24px 76px;border-radius:20px;background:linear-gradient(135deg,#0a1a11,#12261a);color:#fff;min-height:106px;border:1px solid rgba(117,185,21,.22);box-shadow:0 16px 36px rgba(0,0,0,.14);overflow:hidden;}
.player-card:before{content:'🏓';position:absolute;left:22px;top:24px;width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,var(--green),var(--green2));display:grid;place-items:center;font-size:18px;box-shadow:0 0 24px rgba(117,185,21,.25);}
.player-card .player-rank{position:absolute;right:18px;top:14px;color:rgba(255,255,255,.35);font-weight:900;font-size:22px;}
.player-card strong{display:block;font-size:21px;line-height:1.16;margin-bottom:8px;}
.player-card small{color:#bfe9bd;font-weight:900;letter-spacing:.03em;text-transform:uppercase;}
.team-report-flow{font-size:18px;line-height:1.75;color:#1b2a22;}
.team-report-flow h1,.team-report-flow h2,.team-report-flow h3,.team-report-flow h4{margin:34px 0 14px;color:#07120d;line-height:1.16;}
.team-report-flow h2,.team-report-flow h3{font-size:28px;}
.team-report-flow p{margin:0 0 18px;}
.team-report-flow p:empty{display:none;}
.team-report-flow hr{border:0;height:1px;background:#dfe9e2;margin:28px 0;}
.team-report-flow .wp-block-separator{max-width:none;}
.team-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.team-gallery-grid a{display:block;border-radius:18px;overflow:hidden;background:#07120d;box-shadow:0 12px 32px rgba(0,0,0,.14);aspect-ratio:4/3;}
.team-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease;}
.team-gallery-grid a:hover img{transform:scale(1.05);filter:brightness(.92) saturate(1.06);}
.team-photo-card figure{align-self:stretch;display:flex;align-items:center;justify-content:center;}
.team-photo-card img{max-height:620px;width:auto;max-width:100%;}
@media(max-width:900px){.team-layout-modernized{grid-template-columns:1fr}.team-layout-modernized .team-section-title,.team-roster-section,.team-report-section,.team-gallery-section{padding:28px;border-radius:22px}.team-roster-grid,.team-gallery-grid{grid-template-columns:1fr 1fr}.team-photo-card img{max-height:none;width:100%;}}
@media(max-width:560px){.team-roster-grid,.team-gallery-grid{grid-template-columns:1fr}.player-card{padding-left:70px}.team-report-flow{font-size:16px}.team-report-flow h2,.team-report-flow h3{font-size:24px}.team-layout-modernized .team-section-title,.team-roster-section,.team-report-section,.team-gallery-section{padding:22px}}

/* v3.4: Mannschaftsseiten komplett vom alten Seitenlayout lösen */
body.page-template-page-team-modern,
body[class*="herren-"][class*="team"],
body[class*="jugend-19"]{background:#eef5ef;}
.team-hero-full{margin-top:0;}
.team-fullwidth{background:linear-gradient(180deg,#f6faf7,#edf4ef);}
.team-layout-fullwidth{align-items:start;}
.team-layout-fullwidth .team-main-card{min-width:0;}
.team-layout-fullwidth .team-side-card{background:linear-gradient(180deg,#ffffff,#f5faf6);border:1px solid rgba(8,20,14,.08);box-shadow:0 18px 60px rgba(8,20,14,.11);}
.team-report-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.team-report-card{border-radius:22px;background:linear-gradient(180deg,#fff,#f7fbf8);border:1px solid #e4eee7;padding:26px;box-shadow:0 12px 30px rgba(8,20,14,.07);transition:.22s ease;}
.team-report-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(8,20,14,.12);border-color:rgba(117,185,21,.32);}
.team-report-card h4{font-size:22px;line-height:1.15;margin:0 0 12px;color:#07120d;}
.team-report-card p{margin:0;color:#35483c;font-size:16px;line-height:1.65;}
.team-archive-details{margin-top:26px;border-radius:20px;background:#f2f7f3;border:1px solid #dbe8de;overflow:hidden;}
.team-archive-details summary{cursor:pointer;padding:18px 22px;font-weight:900;color:#19551e;list-style:none;}
.team-archive-details summary::-webkit-details-marker{display:none;}
.team-archive-details summary:after{content:'+';float:right;font-size:22px;line-height:1;}
.team-archive-details[open] summary:after{content:'–';}
.team-archive-details .team-report-flow{padding:22px;background:#fff;border-top:1px solid #dbe8de;max-height:720px;overflow:auto;}
.team-archive-details .team-report-flow img,
.team-archive-details .team-report-flow table{display:none!important;}
.team-archive-details .team-report-flow h1,
.team-archive-details .team-report-flow h2,
.team-archive-details .team-report-flow h3{font-size:22px;margin:24px 0 10px;}
.team-archive-details .team-report-flow p{font-size:16px;line-height:1.7;}
.team-photo-card{grid-template-columns:.55fr 1.45fr;}
.team-photo-card figure{max-height:none;}
.team-photo-card figure img{width:100%;max-height:680px;object-fit:contain;background:#07120d;}
.team-gallery-section{margin-bottom:0!important;}
.team-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.team-side-card .team-home-btn{display:flex;justify-content:center;}
@media(max-width:1100px){.team-layout-modernized{grid-template-columns:1fr}.team-side-card{position:static}.team-report-cards{grid-template-columns:1fr}.team-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.team-photo-card{grid-template-columns:1fr}.team-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-report-card{padding:22px}.team-report-card h4{font-size:20px}}
@media(max-width:520px){.team-gallery-grid{grid-template-columns:1fr}.team-archive-details .team-report-flow{max-height:520px}}


/* v4.0: stabile Navigation unabhängig von WordPress-Menüs */
.teams-section{scroll-margin-top:120px}
.primary-menu li{display:flex;align-items:center}
.primary-menu a{white-space:nowrap}
.team-switch a{white-space:nowrap}
.team-report-flow{max-width:100%;overflow:hidden}
.team-report-flow img{max-width:100%;height:auto;border-radius:18px;margin:18px 0}
.team-report-flow table{width:100%;border-collapse:collapse;margin:18px 0;background:#fff;border-radius:14px;overflow:hidden}
.team-report-flow td,.team-report-flow th{padding:10px 12px;border-bottom:1px solid #e8eee9}


/* v4.1: feste Navigation nach gelöschtem WordPress-Menü */
.primary-menu-fixed{gap:18px;align-items:center;}
.primary-menu-fixed a{white-space:nowrap;}
@media(max-width:1100px){.primary-menu-fixed{gap:12px}.primary-menu-fixed a{font-size:11px}}


/* v4.3: Berichte wieder mit Bildern wie auf der alten Seite, aber im neuen Design */
.team-report-cards-with-images{grid-template-columns:1fr;gap:26px;}
.team-report-card-image{padding:0;overflow:hidden;background:#fff;border-radius:24px;}
.team-report-card-image:hover{transform:translateY(-5px);}
.team-report-image{display:block;aspect-ratio:16/9;background:#e8efe9;overflow:hidden;}
.team-report-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .3s ease;}
.team-report-card-image:hover .team-report-image img{transform:scale(1.035);filter:saturate(1.08) brightness(.96);}
.team-report-body{padding:26px 28px 28px;}
.team-report-body h4{font-size:26px;line-height:1.15;margin:0 0 12px;color:#07120d;}
.team-report-body p{font-size:17px;line-height:1.7;margin:0 0 18px;color:#314239;}
.team-report-body .read-more{display:inline-flex;align-items:center;gap:8px;color:#4d970b;font-weight:900;}
@media(max-width:760px){.team-report-body{padding:22px}.team-report-body h4{font-size:22px}.team-report-image{aspect-ratio:4/3}}


/* v4.5: Aufgeräumtes Sport-Menü mit Dropdown */
.primary-menu-compact{align-items:center;gap:26px}
.primary-menu-compact .menu-item-has-children{position:relative}
.primary-menu-compact .sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:260px;margin:0;padding:12px;list-style:none;background:rgba(4,15,10,.96);border:1px solid rgba(117,185,21,.28);border-radius:18px;box-shadow:0 22px 60px rgba(0,0,0,.34);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:300}
.primary-menu-compact .menu-item-has-children:hover .sub-menu,.primary-menu-compact .menu-item-has-children:focus-within .sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.primary-menu-compact .sub-menu:before{content:"";position:absolute;top:-7px;left:50%;width:14px;height:14px;background:rgba(4,15,10,.96);border-left:1px solid rgba(117,185,21,.22);border-top:1px solid rgba(117,185,21,.22);transform:translateX(-50%) rotate(45deg)}
.primary-menu-compact .sub-menu li{margin:0}.primary-menu-compact .sub-menu a{display:block;padding:11px 12px;border-radius:12px;color:#fff;text-transform:none;font-size:14px;letter-spacing:0;font-weight:800;line-height:1.2}.primary-menu-compact .sub-menu a:hover{background:rgba(117,185,21,.14);color:var(--green)}.primary-menu-compact .sub-menu a:after{display:none}.primary-menu-compact .sub-menu strong{display:block;color:#fff;font-size:14px}.primary-menu-compact .sub-menu span{display:block;color:#cce8c5;font-size:12px;font-weight:700;margin-top:3px}.primary-menu-compact .sub-divider{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.12)}
@media(max-width:900px){.primary-menu-compact{gap:0}.primary-menu-compact .sub-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;min-width:0;background:rgba(255,255,255,.04);box-shadow:none;border-radius:12px;margin:6px 0 0;padding:8px}.primary-menu-compact .sub-menu:before{display:none}.primary-menu-compact .sub-menu a{padding:9px 10px}}

/* v4.6: moderne Standardseiten ohne alte Sidebar */
.ttf-page-hero{position:relative;min-height:560px;color:#fff;overflow:hidden;background-image:linear-gradient(90deg,rgba(0,20,12,.94) 0%,rgba(0,35,22,.72) 42%,rgba(0,0,0,.22) 74%),linear-gradient(180deg,rgba(0,0,0,.30),rgba(0,0,0,.72)),var(--page-hero-image);background-size:cover;background-position:center;}
.ttf-page-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(117,185,21,.16),transparent 30%);pointer-events:none;}
.page-modern-nav{position:relative;z-index:3;padding:20px 26px;margin-top:22px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(180deg,rgba(3,14,9,.70),rgba(3,14,9,.36));backdrop-filter:blur(14px);box-shadow:0 18px 60px rgba(0,0,0,.22);}
.ttf-page-hero-inner{position:relative;z-index:2;padding:92px 0 88px;max-width:1220px;}
.ttf-page-hero-inner h1{font-family:Anton,Impact,sans-serif;text-transform:uppercase;font-size:82px;line-height:.95;letter-spacing:.02em;margin:0 0 22px;text-shadow:0 8px 28px rgba(0,0,0,.62);}
.ttf-page-hero-inner p:not(.eyebrow){font-size:21px;max-width:680px;margin:0 0 30px;color:#f4fff5;}
.ttf-page-quickbar{background:#07120d;border-top:1px solid rgba(117,185,21,.24);border-bottom:1px solid rgba(117,185,21,.18);}
.ttf-page-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:16px 0;}
.ttf-page-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#fff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;}
.ttf-page-tabs a:hover{background:linear-gradient(135deg,var(--green2),#4a9309);border-color:transparent;}
.ttf-modern-page{background:linear-gradient(180deg,#f5faf7,#edf4ef);padding:74px 0;}
.ttf-modern-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start;}
.ttf-modern-content-card,.ttf-modern-side-card{background:#fff;border-radius:28px;box-shadow:0 22px 70px rgba(8,20,14,.10);border:1px solid rgba(8,20,14,.06);}
.ttf-modern-content-card{padding:42px;min-width:0;}
.ttf-modern-side-card{padding:30px;position:sticky;top:118px;background:linear-gradient(180deg,#ffffff,#f5faf6);}
.ttf-modern-title-row{margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid #e1ece5;}
.ttf-modern-title-row h2{font-size:42px;line-height:1.08;margin:0;color:#07120d;}
.ttf-modern-entry-content{font-size:18px;line-height:1.78;color:#203329;}
.ttf-modern-entry-content h1,.ttf-modern-entry-content h2,.ttf-modern-entry-content h3,.ttf-modern-entry-content h4{color:#07120d;line-height:1.15;margin:38px 0 16px;}
.ttf-modern-entry-content h2{font-size:34px}.ttf-modern-entry-content h3{font-size:27px}.ttf-modern-entry-content p{margin:0 0 20px;}
.ttf-modern-entry-content a{color:#4d970b;font-weight:800;text-decoration:none;}
.ttf-modern-entry-content img{width:auto;max-width:100%;height:auto;border-radius:22px;box-shadow:0 18px 44px rgba(8,20,14,.13);margin:22px 0;}
.ttf-modern-entry-content figure{margin:26px 0;}.ttf-modern-entry-content figure img{display:block;width:100%;}
.ttf-modern-entry-content table{width:100%;border-collapse:collapse;margin:24px 0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(8,20,14,.08);}
.ttf-modern-entry-content th,.ttf-modern-entry-content td{padding:14px 16px;border-bottom:1px solid #e6eee8;text-align:left;}
.ttf-modern-entry-content th{background:#07120d;color:#fff;font-weight:900;}
.ttf-modern-entry-content tr:nth-child(even) td{background:#f5faf6;}
.ttf-modern-entry-content ul,.ttf-modern-entry-content ol{padding-left:1.3em;margin:0 0 22px;}
.ttf-modern-side-card h3{font-size:22px;line-height:1.15;margin:0 0 16px;color:#07120d;}.ttf-modern-side-card p{color:#405047;margin:0 0 18px;}.ttf-modern-side-card hr{border:0;height:1px;background:#e1ece5;margin:24px 0;}.side-link{display:block;padding:13px 15px;margin:0 0 9px;border-radius:14px;background:#eef6ea;color:#16371f;font-weight:900;}.side-link:hover{background:#07120d;color:#fff;}.ttf-modern-side-card .btn{width:100%;margin-top:4px;}.ttf-page-next{padding-top:70px;}
@media(max-width:980px){.ttf-modern-layout{grid-template-columns:1fr}.ttf-modern-side-card{position:static}.ttf-page-hero-inner h1{font-size:62px}.ttf-page-hero-inner{padding:70px 0}.page-modern-nav{margin-top:12px}.ttf-modern-content-card{padding:30px}}
@media(max-width:560px){.ttf-page-hero{min-height:auto}.ttf-page-hero-inner h1{font-size:46px}.ttf-page-hero-inner p:not(.eyebrow){font-size:18px}.ttf-modern-page{padding:48px 0}.ttf-modern-content-card,.ttf-modern-side-card{padding:22px;border-radius:22px}.ttf-modern-title-row h2{font-size:32px}.ttf-modern-entry-content{font-size:16px}.ttf-page-tabs{overflow-x:auto;flex-wrap:nowrap}.ttf-page-tabs a{white-space:nowrap}}


/* v4.7: Seitenbereiche und Links für alle alten Vereinsseiten */
.primary-menu .sport-sub-menu-wide{min-width:330px;max-height:78vh;overflow:auto;scrollbar-width:thin;}
.primary-menu .sport-sub-menu-wide li a{display:flex;flex-direction:column;align-items:flex-start;gap:3px;line-height:1.2;}
.primary-menu .sport-sub-menu-wide li a span{font-size:11px;color:#bfe9aa;text-transform:none;letter-spacing:0;font-weight:700;}
.ttf-page-related{margin-top:32px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#f3faf4,#ffffff);border:1px solid #e2eee6;box-shadow:0 18px 45px rgba(8,20,14,.07);}
.ttf-page-related h2{font-size:32px;line-height:1.08;margin:0 0 22px;color:#07120d;}
.ttf-page-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ttf-page-link-card{display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:18px;background:#fff;border:1px solid #e0ebe4;box-shadow:0 10px 24px rgba(8,20,14,.06);transition:.22s ease;color:#07120d;min-height:118px;}
.ttf-page-link-card:hover{transform:translateY(-4px);border-color:rgba(117,185,21,.45);box-shadow:0 18px 42px rgba(8,20,14,.12);}
.ttf-page-link-card span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef8eb;color:#3f8e0c;font-size:18px;}
.ttf-page-link-card strong{font-size:17px;line-height:1.18;}
.ttf-page-link-card small{color:#607067;font-weight:800;}
.ttf-modern-entry-content .wp-block-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.ttf-modern-entry-content .wp-block-gallery figure{margin:0;}
.ttf-modern-entry-content .wp-block-gallery img{width:100%;height:170px;object-fit:cover;margin:0;border-radius:14px;}
@media(max-width:900px){.ttf-page-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.primary-menu .sport-sub-menu-wide{max-height:none;}}
@media(max-width:560px){.ttf-page-link-grid{grid-template-columns:1fr}.ttf-page-related{padding:22px}.ttf-modern-entry-content .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}.ttf-modern-entry-content .wp-block-gallery img{height:130px;}}


/* v4.8: größere Bilder auf Unterseiten und moderne Aktuelles-Übersicht */
.ttf-modern-entry-content .wp-block-image,
.ttf-modern-entry-content figure.wp-block-image{
  margin:34px 0;
}
.ttf-modern-entry-content .wp-block-image img,
.ttf-modern-entry-content figure.wp-block-image img,
.ttf-modern-entry-content > p > img,
.ttf-modern-entry-content .wp-block-media-text__media img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  border-radius:24px;
  box-shadow:0 24px 60px rgba(8,20,14,.16);
}
.ttf-modern-entry-content .wp-block-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:34px 0;
}
.ttf-modern-entry-content .wp-block-gallery img{
  height:260px;
  border-radius:18px;
  box-shadow:0 16px 38px rgba(8,20,14,.12);
}
.ttf-modern-entry-content .gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ttf-modern-entry-content .gallery .gallery-item{
  width:100%!important;
  margin:0!important;
}
.ttf-modern-entry-content .gallery img{
  width:100%;
  height:260px;
  object-fit:cover;
  border:0!important;
  border-radius:18px;
}
.ttf-news-page{
  background:linear-gradient(180deg,#f5faf7,#edf4ef);
  padding:82px 0 92px;
}
.ttf-news-head{
  max-width:760px;
  margin:0 0 38px;
}
.ttf-news-head h2{
  font-size:52px;
  line-height:1.05;
  color:#07120d;
  margin:0 0 14px;
}
.ttf-news-head p:not(.eyebrow){
  font-size:19px;
  color:#405047;
  margin:0;
}
.ttf-news-archive-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.ttf-news-archive-card{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 20px 62px rgba(8,20,14,.12);
  border:1px solid rgba(8,20,14,.06);
  transition:.25s ease;
}
.ttf-news-archive-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 80px rgba(8,20,14,.16);
}
.ttf-news-archive-image{
  display:block;
  aspect-ratio:16/10;
  background:#dfe9e2;
  overflow:hidden;
}
.ttf-news-archive-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease, filter .25s ease;
}
.ttf-news-archive-card:hover .ttf-news-archive-image img{
  transform:scale(1.04);
  filter:saturate(1.08) brightness(.96);
}
.ttf-news-archive-body{
  padding:26px 28px 30px;
}
.ttf-news-archive-body h3{
  font-size:25px;
  line-height:1.15;
  margin:8px 0 12px;
  color:#07120d;
}
.ttf-news-archive-body h3 a{color:inherit;}
.ttf-news-archive-body p{
  color:#405047;
  font-size:16px;
  line-height:1.65;
  margin:0 0 18px;
}
.ttf-pagination{
  margin-top:42px;
}
.ttf-pagination .nav-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ttf-pagination a,.ttf-pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#07120d;
  font-weight:900;
  box-shadow:0 10px 24px rgba(8,20,14,.08);
}
.ttf-pagination .current,
.ttf-pagination a:hover{
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#fff;
}
@media(max-width:980px){
  .ttf-news-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ttf-news-head h2{font-size:42px;}
}
@media(max-width:620px){
  .ttf-modern-entry-content .wp-block-gallery,
  .ttf-modern-entry-content .gallery,
  .ttf-news-archive-grid{grid-template-columns:1fr;}
  .ttf-modern-entry-content .wp-block-gallery img,
  .ttf-modern-entry-content .gallery img{height:auto;min-height:220px;}
  .ttf-news-page{padding:56px 0 70px;}
  .ttf-news-head h2{font-size:34px;}
}

/* v4.9: große, moderne Galerien auf Unterseiten */
.ttf-modern-content-card{
  overflow:visible;
}
.ttf-modern-entry-content .wp-block-gallery,
.ttf-modern-entry-content .wp-block-gallery.has-nested-images,
.ttf-modern-entry-content .blocks-gallery-grid,
.ttf-modern-entry-content .gallery{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  margin:38px 0!important;
  width:100%!important;
  max-width:100%!important;
}
.ttf-modern-entry-content .wp-block-gallery figure,
.ttf-modern-entry-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.ttf-modern-entry-content .wp-block-gallery .wp-block-image,
.ttf-modern-entry-content .blocks-gallery-grid .blocks-gallery-item,
.ttf-modern-entry-content .gallery .gallery-item{
  width:auto!important;
  max-width:none!important;
  flex:initial!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}
.ttf-modern-entry-content .wp-block-gallery img,
.ttf-modern-entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
.ttf-modern-entry-content .blocks-gallery-grid img,
.ttf-modern-entry-content .gallery img{
  width:100%!important;
  height:320px!important;
  min-height:320px!important;
  object-fit:cover!important;
  display:block!important;
  margin:0!important;
  border:0!important;
  border-radius:24px!important;
  box-shadow:0 22px 56px rgba(8,20,14,.18)!important;
  transition:transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.ttf-modern-entry-content .wp-block-gallery a,
.ttf-modern-entry-content .blocks-gallery-grid a,
.ttf-modern-entry-content .gallery a{
  display:block!important;
  border-radius:24px;
  overflow:hidden;
}
.ttf-modern-entry-content .wp-block-gallery a:hover img,
.ttf-modern-entry-content .blocks-gallery-grid a:hover img,
.ttf-modern-entry-content .gallery a:hover img{
  transform:scale(1.035);
  filter:brightness(.96) saturate(1.05);
  box-shadow:0 28px 70px rgba(8,20,14,.24)!important;
}
.ttf-modern-entry-content .gallery br{
  display:none!important;
}
.ttf-modern-entry-content .gallery-caption,
.ttf-modern-entry-content figcaption{
  margin-top:10px!important;
  font-size:14px!important;
  color:#405047!important;
  line-height:1.45!important;
}
/* einzelne Bildblöcke in Unterseiten ebenfalls großzügig */
.ttf-modern-entry-content figure.wp-block-image img,
.ttf-modern-entry-content .wp-block-image img,
.ttf-modern-entry-content > p > a > img,
.ttf-modern-entry-content > p > img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  border-radius:24px!important;
}
@media(max-width:1100px){
  .ttf-modern-entry-content .wp-block-gallery,
  .ttf-modern-entry-content .wp-block-gallery.has-nested-images,
  .ttf-modern-entry-content .blocks-gallery-grid,
  .ttf-modern-entry-content .gallery{
    gap:18px!important;
  }
  .ttf-modern-entry-content .wp-block-gallery img,
  .ttf-modern-entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
  .ttf-modern-entry-content .blocks-gallery-grid img,
  .ttf-modern-entry-content .gallery img{
    height:260px!important;
    min-height:260px!important;
  }
}
@media(max-width:680px){
  .ttf-modern-entry-content .wp-block-gallery,
  .ttf-modern-entry-content .wp-block-gallery.has-nested-images,
  .ttf-modern-entry-content .blocks-gallery-grid,
  .ttf-modern-entry-content .gallery{
    grid-template-columns:1fr!important;
  }
  .ttf-modern-entry-content .wp-block-gallery img,
  .ttf-modern-entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img,
  .ttf-modern-entry-content .blocks-gallery-grid img,
  .ttf-modern-entry-content .gallery img{
    height:auto!important;
    min-height:240px!important;
  }
}


/* v5.1: Sponsoren und Verwaltung als hochwertige Inhaltsseiten */
.ttf-sponsor-showcase,
.ttf-admin-showcase{
  margin:10px 0 36px;
}
.ttf-special-head{
  margin:0 0 28px;
  max-width:820px;
}
.ttf-special-head h3{
  font-size:42px;
  line-height:1.08;
  color:#07120d;
  margin:0 0 12px;
}
.ttf-special-head p:not(.eyebrow){
  color:#405047;
  font-size:18px;
  line-height:1.65;
  margin:0;
}
.ttf-sponsor-page-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin:26px 0 34px;
}
.ttf-sponsor-page-card{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:26px;
  border-radius:28px;
  background:linear-gradient(135deg,#fff,#f5faf6);
  border:1px solid #dfeae3;
  box-shadow:0 18px 56px rgba(8,20,14,.10);
}
.ttf-sponsor-logo-box{
  min-height:190px;
  border-radius:22px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  border:1px solid #e4ece6;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 10px 26px rgba(8,20,14,.08);
}
.ttf-sponsor-logo-box img{
  max-width:100%;
  max-height:155px;
  object-fit:contain;
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.ttf-sponsor-page-card.hoffmann .ttf-sponsor-logo-box img{max-height:170px;}
.ttf-sponsor-page-card.fs .ttf-sponsor-logo-box img{max-height:172px;}
.ttf-sponsor-page-card h4{
  font-size:28px;
  line-height:1.15;
  margin:0 0 12px;
  color:#07120d;
}
.ttf-sponsor-page-card p{
  font-size:18px;
  color:#405047;
  line-height:1.6;
  margin:0;
}
.ttf-sponsor-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  border-radius:28px;
  background:radial-gradient(circle at 92% 12%,rgba(117,185,21,.22),transparent 38%),linear-gradient(135deg,#07120d,#12261a);
  color:#fff;
  box-shadow:0 22px 64px rgba(8,20,14,.18);
}
.ttf-sponsor-cta h3{color:#fff;font-size:34px;margin:0 0 10px;line-height:1.1;}
.ttf-sponsor-cta p:not(.eyebrow){color:#dcebdd;margin:0;max-width:700px;}
.ttf-sponsor-cta .btn{white-space:nowrap;}
.ttf-admin-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:24px 0 34px;
}
.ttf-admin-card{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg,#fff,#f6faf7);
  border:1px solid #dfeae3;
  box-shadow:0 16px 42px rgba(8,20,14,.09);
}
.ttf-admin-card span{
  width:48px;height:48px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#fff;font-size:22px;margin-bottom:18px;
  box-shadow:0 12px 28px rgba(117,185,21,.25);
}
.ttf-admin-card h4{font-size:24px;margin:0 0 10px;color:#07120d;}
.ttf-admin-card p{margin:0;color:#405047;line-height:1.6;}
@media(max-width:760px){
  .ttf-sponsor-page-card{grid-template-columns:1fr;padding:20px;border-radius:22px;}
  .ttf-sponsor-logo-box{min-height:160px;}
  .ttf-sponsor-cta{display:block;padding:26px;}
  .ttf-sponsor-cta .btn{margin-top:20px;width:100%;}
  .ttf-admin-card-grid{grid-template-columns:1fr;}
  .ttf-special-head h3{font-size:34px;}
}


/* v5.2: Alte Beiträge im neuen Layout anzeigen */
.ttf-modern-post .entry-meta{
  color:#62746a;
  font-size:14px;
  font-weight:800;
  margin-top:10px;
}
.ttf-modern-featured-image{
  margin:0 0 34px!important;
}
.ttf-modern-featured-image img{
  width:100%!important;
  height:auto!important;
  border-radius:26px!important;
  box-shadow:0 24px 70px rgba(8,20,14,.18)!important;
  display:block!important;
}

/* v5.3: Mega-Menü mit echten Abschnittsüberschriften */
.primary-menu-compact .sport-mega-menu,
.primary-menu-compact .sectioned-sub-menu{
  padding:18px;
}
.primary-menu-compact .sport-mega-menu{
  min-width:390px;
}
.primary-menu-compact .sectioned-sub-menu{
  min-width:280px;
}
.primary-menu-compact .menu-group-title{
  display:flex;
  align-items:center;
  gap:9px;
  margin:16px 6px 7px;
  padding:0 0 8px;
  border-bottom:1px solid rgba(117,185,21,.28);
  color:var(--green);
  font-size:12px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.13em;
  text-transform:uppercase;
  cursor:default;
  pointer-events:none;
}
.primary-menu-compact .menu-group-title:first-child{
  margin-top:3px;
}
.primary-menu-compact .menu-group-icon{
  width:24px;
  height:24px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:rgba(117,185,21,.16);
  border:1px solid rgba(117,185,21,.28);
  letter-spacing:0;
  font-size:13px;
}
.primary-menu-compact .menu-link-item a{
  padding:10px 12px 10px 42px;
  position:relative;
}
.primary-menu-compact .menu-link-item a:before{
  content:"";
  position:absolute;
  left:20px;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(117,185,21,.85);
  transform:translateY(-50%);
  box-shadow:0 0 14px rgba(117,185,21,.45);
}
.primary-menu-compact .menu-link-item a span{
  opacity:.9;
}
.primary-menu-compact .sub-heading,
.primary-menu-compact .sub-divider{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
@media(max-width:900px){
  .primary-menu-compact .sport-mega-menu,
  .primary-menu-compact .sectioned-sub-menu{min-width:0;padding:10px;}
  .primary-menu-compact .menu-group-title{margin:13px 4px 7px;}
  .primary-menu-compact .menu-link-item a{padding-left:34px;}
  .primary-menu-compact .menu-link-item a:before{left:16px;}
}

/* v5.4: Aktuelles als automatische News-Zentrale */
.ttf-news-head-wide{
  max-width:960px;
}
.ttf-news-tools{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin:0 0 34px;
}
.ttf-news-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ttf-news-filter a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  background:#fff;
  color:#102017;
  font-weight:900;
  box-shadow:0 10px 26px rgba(8,20,14,.08);
  border:1px solid rgba(8,20,14,.06);
}
.ttf-news-filter a:hover,
.ttf-news-filter a.is-active{
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#fff;
  transform:translateY(-1px);
}
.ttf-news-search{
  display:flex;
  min-width:min(380px,100%);
  background:#fff;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(8,20,14,.1);
  border:1px solid rgba(8,20,14,.06);
}
.ttf-news-search input{
  flex:1;
  border:0;
  padding:13px 18px;
  font:inherit;
  outline:0;
  min-width:0;
}
.ttf-news-search button{
  border:0;
  padding:0 20px;
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.ttf-news-featured-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  background:#07120d;
  color:#fff;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 28px 90px rgba(8,20,14,.28);
  margin:0 0 34px;
  border:1px solid rgba(117,185,21,.22);
}
.ttf-news-featured-image{
  display:block;
  min-height:390px;
  background:#102017;
  overflow:hidden;
}
.ttf-news-featured-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ttf-news-featured-card:hover .ttf-news-featured-image img{transform:scale(1.035)}
.ttf-news-featured-body{
  padding:44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:radial-gradient(circle at 90% 10%,rgba(117,185,21,.18),transparent 38%),#07120d;
}
.ttf-news-featured-body h3{
  font-size:42px;
  line-height:1.05;
  margin:8px 0 18px;
  color:#fff;
}
.ttf-news-featured-body h3 a{color:inherit}
.ttf-news-featured-body p:not(.eyebrow){
  color:#dfeee3;
  font-size:18px;
  margin:0 0 28px;
}
.ttf-news-featured-body .entry-meta{color:#a7b8ad;}
.ttf-news-hub-grid{margin-top:0;}
.ttf-news-hub .ttf-pagination{
  display:flex;
  justify-content:center;
}
.ttf-news-hub .ttf-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#07120d;
  font-weight:900;
  box-shadow:0 10px 24px rgba(8,20,14,.08);
  margin:0 4px 8px;
}
.ttf-news-hub .ttf-pagination .current,
.ttf-news-hub .ttf-pagination a:hover{
  background:linear-gradient(135deg,var(--green),var(--green2));
  color:#fff;
}
@media(max-width:900px){
  .ttf-news-tools{flex-direction:column;}
  .ttf-news-search{width:100%;}
  .ttf-news-featured-card{grid-template-columns:1fr;}
  .ttf-news-featured-image{min-height:280px;}
  .ttf-news-featured-body{padding:30px;}
  .ttf-news-featured-body h3{font-size:34px;}
}
@media(max-width:560px){
  .ttf-news-filter a{width:100%;justify-content:center;}
  .ttf-news-search{border-radius:22px;flex-direction:column;}
  .ttf-news-search input{padding:14px 16px;}
  .ttf-news-search button{min-height:44px;}
  .ttf-news-featured-image{min-height:220px;}
  .ttf-news-featured-body{padding:24px;}
  .ttf-news-featured-body h3{font-size:28px;}
}

/* v6.2 Veranstaltungen, Impressum, Datenschutz */
.ttf-events-layout{display:grid;gap:34px}.ttf-event-featured{display:grid;grid-template-columns:130px 1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#07120d,#112319);color:#fff;border-radius:28px;padding:38px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.ttf-event-featured h2{color:#fff;font-size:42px;margin:0 0 12px}.ttf-event-time{color:#b8f6bd;font-weight:900}.ttf-event-date-badge,.ttf-event-mini-date{background:linear-gradient(135deg,var(--green),var(--green2));border-radius:22px;color:#fff;display:grid;place-items:center;text-transform:uppercase;box-shadow:0 16px 38px rgba(117,185,21,.28)}.ttf-event-date-badge{width:120px;height:120px}.ttf-event-date-badge span,.ttf-event-mini-date span{font-size:14px;font-weight:900;letter-spacing:.08em}.ttf-event-date-badge strong{font-size:44px;line-height:1}.ttf-events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.ttf-event-card{display:grid;grid-template-columns:82px 1fr;gap:18px;background:#fff;border-radius:22px;padding:22px;box-shadow:0 14px 40px rgba(10,20,15,.08)}.ttf-event-card h3{margin:0 0 6px;color:#111d18}.ttf-event-card p{margin:0 0 10px;color:#6e7b73}.ttf-event-mini-date{width:72px;height:72px;border-radius:18px}.ttf-event-mini-date strong{font-size:26px;line-height:1}.ttf-legal-page .ttf-modern-entry-content{font-size:17px}.ttf-legal-entry h3{margin-top:30px;color:#0c1512}.ttf-legal-entry p,.ttf-legal-entry li{max-width:850px}.ttf-legal-hero .ttf-page-hero-inner,.ttf-events-hero .ttf-page-hero-inner{max-width:820px}.ttf-cms-card .dashicons-calendar-alt{color:#75b915}@media(max-width:800px){.ttf-event-featured,.ttf-event-card{grid-template-columns:1fr}.ttf-events-grid{grid-template-columns:1fr}.ttf-event-date-badge{width:96px;height:96px}.ttf-event-featured h2{font-size:32px}}


/* v6.4: Sicherheitsfix nach Footer-Parse-Fehler + mobile Layout-Stabilität */
html, body { overflow-x: hidden; }
.hero-nav { margin-left: auto; margin-right: auto; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 28px); }
  .hero { background-size: cover !important; background-position: 42% center !important; animation: none !important; }
  .hero-v2 { min-height: auto !important; padding-bottom: 28px; }
  .hero-nav { width: calc(100% - 28px); padding: 14px; border-radius: 20px; gap: 12px; align-items: center; }
  .hero-brand { min-width: 0; gap: 10px; }
  .hero-brand img { width: 58px !important; height: 58px !important; flex: 0 0 auto; }
  .hero-brand strong, .hero-brand span { font-size: 16px !important; line-height: 1.05; }
  .hero-brand small { display: none !important; }
  .hero-content-v2 { width: calc(100% - 28px); margin: 0 auto !important; padding-top: 46px !important; }
  .hero h1 { font-size: clamp(42px, 14vw, 64px) !important; line-height: .92; max-width: 100%; overflow-wrap: normal; }
  .lead { font-size: 16px; max-width: 100%; }
  .btn-row { gap: 10px; }
  .btn { width: auto; min-width: 0; padding: 13px 16px; font-size: 11px; }
  .feature-row-v2 { width: calc(100% - 28px); margin: 26px auto 0 !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .feature { padding: 15px; min-height: 105px; }
  .social-float { position: static !important; width: calc(100% - 28px); margin: 20px auto 0 !important; justify-content: flex-start; }
  .news-grid, .team-card-grid, .two-col { grid-template-columns: 1fr !important; }
  .info-band { padding: 26px; }
  .panel { padding: 26px; }
  .sponsor-strip.sponsor-logos { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 420px) {
  .hero-nav { width: calc(100% - 20px); }
  .hero-content-v2, .feature-row-v2, .social-float { width: calc(100% - 20px); }
  .feature-row-v2 { grid-template-columns: 1fr !important; }
}
