
/* === Lokale Schrift-Nutzung: keine Verbindung zu Google Fonts (20260626-final-polish-1) === */
@font-face{font-family:"Oswald";src:local("Oswald Regular"),local("Oswald-Regular"),local("Oswald");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Oswald";src:local("Oswald Medium"),local("Oswald-Medium"),local("Oswald");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Oswald";src:local("Oswald SemiBold"),local("Oswald-SemiBold"),local("Oswald");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Oswald";src:local("Oswald Bold"),local("Oswald-Bold"),local("Oswald");font-weight:700;font-style:normal;font-display:swap;}


*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}
header{border-bottom:5px solid #000;background:#fff;position:sticky;top:0;z-index:10}
.nav{max-width:1180px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:1.25rem;letter-spacing:-.04em}
.brand img{width:52px;height:72px;object-fit:contain}
nav a{margin-left:20px;text-decoration:none;color:#000;font-weight:800;cursor:pointer}
nav a.active{color:#c4121a}
/* Hero */
.hero{max-width:1180px;margin:auto;padding:72px 24px 58px;display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}
.kicker{color:#c4121a;text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:.82rem}
h1{font-size:clamp(2.8rem,7vw,6.5rem);line-height:.9;margin:14px 0 24px;letter-spacing:-.08em}
.hero p{font-size:1.25rem;line-height:1.6;max-width:650px}
.buttons{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.btn{display:inline-block;padding:15px 22px;border:3px solid #000;background:#000;color:#fff;text-decoration:none;font-weight:900;cursor:pointer;font-size:1rem}
.btn.secondary{background:#fff;color:#000}
.btn.red{background:#c4121a;border-color:#c4121a;color:#fff}
/* Logo card */
.logo-card{background:transparent;border:0;padding:0;display:flex;justify-content:center;box-shadow:none}
.logo-card img{width:min(100%,360px);display:block}
/* Stats bar */
.stats{background:#c4121a;color:#fff;padding:28px 24px}
.stats-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stat-num{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;letter-spacing:-.08em;line-height:1;display:block}
.stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-top:4px;display:block;opacity:.85}
/* Sections */
.section{max-width:1180px;margin:auto;padding:56px 24px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}
.section-title{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.06em;font-weight:900;margin:0}
.section-link{font-weight:900;color:#c4121a;text-decoration:none;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}
/* News cards */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.news-card{border:4px solid #000;padding:0;overflow:hidden;display:flex;flex-direction:column}
.news-card-head{background:#000;color:#fff;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}
.news-card-head .date{font-size:.78rem;font-weight:700;letter-spacing:.06em;opacity:.7}
.news-card-head .tag{background:#c4121a;color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px}
.news-card-body{padding:20px;flex:1;display:flex;flex-direction:column}
.news-card-body strong{font-size:1.2rem;letter-spacing:-.03em;display:block;margin-bottom:10px;line-height:1.2}
.news-card-body p{margin:0;font-size:.9rem;line-height:1.6;color:#333;flex:1}
.news-card-foot{padding:0 20px 20px}
.news-card-foot a{font-weight:900;color:#c4121a;font-size:.82rem;text-decoration:none;letter-spacing:.04em}
/* Projekte */
.projekte-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.projekt-item{border:4px solid #000;padding:28px;display:flex;gap:20px;align-items:flex-start}
.projekt-icon{width:52px;height:52px;background:#000;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:900}
.projekt-icon.done{background:#c4121a}
.projekt-text strong{display:block;font-size:1.1rem;letter-spacing:-.03em;margin-bottom:6px}
.projekt-text p{margin:0;font-size:.88rem;line-height:1.5;color:#444}
.projekt-status{display:inline-block;margin-top:10px;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;background:#000;color:#fff}
.projekt-status.done{background:#c4121a}
/* Sprechstunde callout */
.callout{border:5px solid #000;max-width:1180px;margin:0 auto 56px;padding:40px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.callout h2{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.06em;font-weight:900;margin:0 0 10px}
.callout p{margin:0;font-size:1rem;line-height:1.6;color:#444}
.callout-meta{display:flex;flex-direction:column;gap:6px;min-width:240px}
.callout-meta-row{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700}
.callout-meta-row .icon{font-size:1.2rem}
/* Band */
.band{background:#000;color:#fff;padding:56px 24px}
.band .inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}
.band h2{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:0;letter-spacing:-.06em}
.band p{font-size:1.1rem;line-height:1.65;margin:0}
/* Events page */
.events-list{list-style:none;padding:0;margin:0}
.event-item{border-top:3px solid #000;padding:28px 0;display:grid;grid-template-columns:160px 1fr auto;gap:24px;align-items:start}
.event-item:last-child{border-bottom:3px solid #000}
.event-date .month{color:#c4121a;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;display:block;font-weight:900}
.event-date .day{font-size:2.5rem;line-height:1;letter-spacing:-.06em;display:block;font-weight:900}
.event-date .weekday{font-size:.82rem;color:#555;display:block;font-weight:700}
.event-date .time{font-size:.88rem;font-weight:900;display:block;margin-top:6px;color:#c4121a}
.event-body strong{font-size:1.3rem;letter-spacing:-.03em;display:block;margin-bottom:6px}
.event-body p{margin:0 0 6px;font-size:.92rem;line-height:1.55;color:#444}
.event-location{font-size:.82rem;color:#666;font-weight:700}
.event-tag{background:#000;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px;white-space:nowrap}
.event-tag.red{background:#c4121a}
/* Membership */
.member-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.member-card{border:4px solid #000;padding:32px}
.member-card .label{color:#c4121a;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;display:block}
.member-card h3{font-size:2rem;letter-spacing:-.05em;margin:0 0 16px}
.member-card p{margin:0 0 10px;font-size:.95rem;line-height:1.6}
.member-card ul{margin:0 0 20px;padding-left:18px;font-size:.95rem;line-height:1.9}
.member-card .price{font-size:2.8rem;font-weight:900;letter-spacing:-.06em;margin:20px 0 4px;display:block}
.member-card .price-note{font-size:.82rem;color:#555}
.form-section{max-width:1180px;margin:0 auto;padding:0 24px 72px}
.form-wrap{background:#f4f4f1;border:5px solid #000;padding:40px}
.form-wrap h2{font-size:clamp(1.8rem,4vw,3.2rem);letter-spacing:-.06em;margin:0 0 8px}
.form-wrap .sub{font-size:1rem;color:#444;margin:0 0 32px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.form-row.full{grid-template-columns:1fr}
label{display:block;font-weight:900;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}
input,select,textarea{width:100%;padding:13px 14px;border:3px solid #000;font-family:inherit;font-size:1rem;background:#fff;appearance:none}
input:focus,select:focus,textarea:focus{outline:2px solid #c4121a;outline-offset:0}
textarea{resize:vertical;min-height:90px}
/* Pages */
.page{display:none}
.page.active{display:block}
footer{padding:28px;text-align:center;font-weight:800}
@media(max-width:850px){
  .hero,.band .inner,.callout{grid-template-columns:1fr}
  .news-grid,.projekte-grid,.member-grid,.stats-inner{grid-template-columns:1fr}
  nav{display:none}
  .event-item{grid-template-columns:110px 1fr;gap:14px}
  .event-tag{display:none}
  .form-row{grid-template-columns:1fr}
  .callout-meta{min-width:auto}
}



/* Header im Stil der Referenzbilder */
.site-header{
  background:#000;
  color:#fff;
  border:0;
  position:relative;
  top:auto;
  z-index:100;
  box-shadow:none;
}
.header-stats{
  background:#000;
  color:#fff;
  padding:34px 24px 36px;
  border-bottom:1px solid rgba(255,255,255,.9);
}
.header-stats .stats-inner{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  text-align:center;
}
.header-stats .stat-num{
  display:block;
  font-family:Impact,"Arial Black",Arial,sans-serif;
  font-size:clamp(1.9rem,2.6vw,2.8rem);
  font-weight:900;
  line-height:.95;
  letter-spacing:.01em;
}
.header-stats .stat-label{
  display:block;
  margin-top:12px;
  font-family:Impact,"Arial Black",Arial,sans-serif;
  font-size:clamp(1.3rem,2vw,2rem);
  font-weight:900;
  line-height:1;
  letter-spacing:.01em;
  text-transform:none;
  opacity:1;
}
.site-nav{
  display:block;
  height:44px;
  background:#000;
  border:0;
}
.nav-inner{
  width:100%;
  height:44px;
  margin:0;
  padding:0 8px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.nav-links{
  height:44px;
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:0;
}
.nav-link{
  margin:0;
  padding:0 13px;
  height:44px;
  display:flex;
  align-items:center;
  text-decoration:none;
  color:#9f9f9f;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:0;
  cursor:pointer;
  white-space:nowrap;
  transition:color .15s ease;
}
.nav-link:hover,
.nav-link.active{
  color:#fff;
}
.nav-item{
  position:relative;
  display:flex;
  align-items:stretch;
}
.nav-caret{
  display:inline-block;
  margin-left:5px;
  font-size:1.05rem;
  line-height:1;
  transform:translateY(-1px);
}
.dropdown{
  position:absolute;
  top:44px;
  left:0;
  min-width:226px;
  padding:26px 0 16px;
  background:#000;
  box-shadow:0 2px 7px rgba(0,0,0,.55);
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px);
  transition:opacity .15s ease,transform .15s ease,visibility .15s ease;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.dropdown a{
  display:block;
  margin:0;
  padding:15px 38px;
  color:#8f8f8f;
  text-decoration:none;
  font-size:.95rem;
  font-weight:700;
  cursor:pointer;
}
.dropdown a:hover{
  color:#fff;
}
.search-link{
  padding-left:13px;
  padding-right:0;
  width:34px;
  justify-content:center;
  color:#bfbfbf;
  font-size:1.65rem;
  font-weight:400;
  line-height:1;
}
@media(max-width:850px){
  .header-stats{padding:22px 16px 24px;}
  .header-stats .stats-inner{grid-template-columns:repeat(2,1fr);gap:18px 10px;}
  .header-stats .stat-num{font-size:2rem;}
  .header-stats .stat-label{font-size:1.2rem;margin-top:7px;}
  .site-nav{display:block;height:auto;overflow-x:auto;}
  .nav-inner{height:auto;min-height:44px;justify-content:flex-start;padding:0 8px;}
  .nav-links{height:auto;min-height:44px;}
  .nav-link{font-size:.85rem;padding:0 10px;}
  .dropdown{position:absolute;top:44px;left:0;z-index:200;}
}



/* Finale Anpassung: Header wie Referenz, Kennzahlen darunter schwarz, Logo ohne Rahmen */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#000;
  color:#fff;
  border:0;
  box-shadow:none;
}
.site-nav{
  display:block;
  height:49px;
  background:#000;
  border:0;
}
.nav-inner{
  width:100%;
  max-width:none;
  height:49px;
  margin:0;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.nav-links{
  height:49px;
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:0;
}
.nav-link{
  height:49px;
  margin:0;
  padding:0 13px;
  display:flex;
  align-items:center;
  color:#a6a6a6;
  text-decoration:none;
  font-size:.88rem;
  font-weight:800;
  white-space:nowrap;
  cursor:pointer;
}
.nav-link.active,
.nav-link:hover{color:#fff;}
.nav-item{position:relative;display:flex;align-items:stretch;}
.nav-caret{margin-left:5px;font-size:1rem;line-height:1;}
.dropdown{
  position:absolute;
  top:49px;
  left:0;
  min-width:226px;
  padding:28px 0 16px;
  background:#000;
  box-shadow:0 2px 7px rgba(0,0,0,.55);
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px);
  transition:opacity .15s ease,transform .15s ease,visibility .15s ease;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown a{
  display:block;
  margin:0;
  padding:15px 38px;
  color:#8f8f8f;
  text-decoration:none;
  font-size:.95rem;
  font-weight:700;
  cursor:pointer;
}
.dropdown a:hover{color:#fff;}
.search-link{padding-right:2px;width:34px;justify-content:center;color:#bfbfbf;font-size:1.55rem;font-weight:400;}

.hero{
  max-width:1360px;
  margin:0 auto;
  padding:70px 24px 56px;
  display:grid;
  grid-template-columns:.93fr 1.07fr;
  gap:58px;
  align-items:center;
}
.kicker{
  color:#c4121a;
  text-transform:none;
  font-family:Impact,"Arial Black",Arial,sans-serif;
  font-size:clamp(1.45rem,1.8vw,2rem);
  line-height:1;
  letter-spacing:-.015em;
  font-weight:900;
}
h1{
  font-family:Impact,"Arial Black",Arial,sans-serif;
  font-size:clamp(4.1rem,5.2vw,6.5rem);
  line-height:1.04;
  margin:18px 0 24px;
  letter-spacing:-.035em;
  max-width:620px;
}
.hero p{
  font-size:1rem;
  line-height:1.65;
  max-width:520px;
  margin:0;
}
.buttons{margin-top:40px;}
.logo-card{
  background:transparent;
  border:0;
  padding:0;
  box-shadow:none;
  display:flex;
  justify-content:center;
  align-items:center;
}
.logo-card img{
  width:min(100%,520px);
  max-width:520px;
  display:block;
}
.home-stats,
.stats.home-stats{
  background:#000;
  color:#fff;
  padding:32px 24px 30px;
}
.home-stats .stats-inner{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  text-align:center;
}
.home-stats .stat-num{
  display:block;
  font-family:Impact,"Arial Black",Arial,sans-serif;
  font-size:clamp(3rem,4.5vw,4.4rem);
  line-height:.9;
  letter-spacing:.01em;
  font-weight:900;
}
.home-stats .stat-label{
  display:block;
  margin-top:10px;
  font-size:.82rem;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:900;
  opacity:1;
}
@media(max-width:850px){
  .site-nav{height:auto;overflow-x:auto;}
  .nav-inner{height:auto;min-height:49px;justify-content:flex-start;}
  .nav-links{height:auto;min-height:49px;}
  .nav-link{height:49px;font-size:.84rem;padding:0 10px;}
  .dropdown{top:49px;z-index:2000;}
  .hero{grid-template-columns:1fr;padding:42px 20px 44px;gap:28px;}
  h1{font-size:clamp(3.2rem,17vw,5.4rem);}
  .logo-card img{max-width:440px;}
  .home-stats .stats-inner{grid-template-columns:repeat(2,1fr);gap:24px 12px;}
  .home-stats{padding:28px 16px;}
}


/* Gesamte Typografie + oberer Logo-Header */
:root{
  --font-main:"Oswald",Arial,Helvetica,sans-serif;
}
html,body{
  font-family:var(--font-main);
  font-weight:400;
}
body,p,li,input,select,textarea,.hero p,.news-card-body p,.projekt-text p,.callout p,.band p,.event-body p,.member-card p,.member-card ul,.form-wrap .sub{
  font-family:var(--font-main);
  font-weight:400;
}
h1,h2,h3,h4,h5,h6,strong,b,label,.brand,.kicker,.btn,.section-title,.section-link,.stat-num,.stat-label,.event-date .month,.event-date .day,.event-date .weekday,.event-date .time,.event-body strong,.event-tag,.projekt-icon,.projekt-status,.member-card .label,.member-card .price,footer,.nav-link,.dropdown a,.masthead-title{
  font-family:var(--font-main);
  font-weight:700;
}
.site-header{
  background:#fff;
  color:#000;
  border:0;
  position:sticky;
  top:0;
  z-index:1000;
  box-shadow:none;
}
.masthead{
  height:96px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
}
.masthead-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
.masthead-logo{
  width:46px;
  height:64px;
  object-fit:contain;
  display:block;
}
.masthead-title{
  color:#000;
  font-size:1.55rem;
  line-height:1;
  letter-spacing:-.025em;
  white-space:nowrap;
}
.site-nav{
  background:#000;
  color:#fff;
  height:49px;
}
.nav-link,.dropdown a{
  font-family:var(--font-main);
  font-weight:700;
}
.nav-link{
  font-size:.94rem;
  letter-spacing:.005em;
}
.dropdown a{
  font-size:1rem;
}
.search-link{
  font-family:Arial,Helvetica,sans-serif;
  font-weight:400;
}
.kicker,h1,.header-stats .stat-num,.header-stats .stat-label,.home-stats .stat-num{
  font-family:var(--font-main) !important;
  font-weight:700 !important;
}
h1{
  letter-spacing:-.045em;
}
.kicker{
  letter-spacing:-.01em;
}
.hero p,
.news-card-body p,
.projekt-text p,
.callout p,
.band p,
.event-body p,
.member-card p,
.member-card ul,
.form-wrap .sub{
  font-size:1.05rem;
  line-height:1.7;
  letter-spacing:.005em;
}
.btn{
  font-size:1.05rem;
  letter-spacing:.01em;
}
.home-stats .stat-label,
.stats .stat-label{
  font-family:var(--font-main);
  font-weight:700;
  letter-spacing:.06em;
}
@media(max-width:850px){
  .masthead{
    height:82px;
    padding:0 16px;
  }
  .masthead-brand{
    gap:12px;
  }
  .masthead-logo{
    width:38px;
    height:54px;
  }
  .masthead-title{
    font-size:1.18rem;
    white-space:normal;
  }
}



/* FINAL: Header oben wie Referenzbild – Logo/Titel links, Navigation rechts */
.site-header{
  height:88px !important;
  min-height:88px !important;
  width:100% !important;
  padding:0 clamp(28px,4vw,64px) !important;
  background:#fff !important;
  color:#000 !important;
  border:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
}
.masthead{
  height:88px !important;
  min-height:88px !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex:0 0 auto !important;
}
.masthead-brand{
  height:88px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:18px !important;
  color:#000 !important;
  text-decoration:none !important;
}
.masthead-logo{
  width:44px !important;
  height:58px !important;
  object-fit:contain !important;
  display:block !important;
  flex:0 0 auto !important;
}
.masthead-title{
  color:#000 !important;
  font-family:var(--font-main) !important;
  font-size:1.42rem !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  white-space:nowrap !important;
}
.site-nav{
  height:88px !important;
  min-height:88px !important;
  background:transparent !important;
  color:#000 !important;
  border:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex:0 1 auto !important;
  overflow:visible !important;
}
.nav-inner{
  height:88px !important;
  min-height:88px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}
.nav-links{
  height:88px !important;
  min-height:88px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:26px !important;
  flex-wrap:nowrap !important;
}
.nav-item{
  position:relative !important;
  height:88px !important;
  display:flex !important;
  align-items:center !important;
}
.nav-link{
  height:88px !important;
  margin:0 !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#000 !important;
  text-decoration:none !important;
  font-family:var(--font-main) !important;
  font-size:1.02rem !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.005em !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
.nav-link.active,
.nav-link:hover,
.nav-item:hover > .nav-link{
  color:#c4121a !important;
}
.nav-caret{
  margin-left:6px !important;
  font-size:1.1rem !important;
  line-height:1 !important;
  color:inherit !important;
}
.search-link{
  width:auto !important;
  min-width:18px !important;
  height:88px !important;
  padding:0 !important;
  color:#6f6f6f !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:1.55rem !important;
  font-weight:400 !important;
  line-height:1 !important;
}
.search-link:hover{color:#000 !important;}
.dropdown{
  position:absolute !important;
  top:88px !important;
  left:-24px !important;
  min-width:220px !important;
  padding:20px 0 14px !important;
  background:#000 !important;
  box-shadow:0 4px 12px rgba(0,0,0,.35) !important;
  z-index:2000 !important;
}
.dropdown a{
  display:block !important;
  margin:0 !important;
  padding:12px 32px !important;
  color:#9d9d9d !important;
  text-decoration:none !important;
  font-family:var(--font-main) !important;
  font-size:1rem !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
.dropdown a:hover{color:#fff !important;}

@media(max-width:980px){
  .site-header{
    height:auto !important;
    min-height:88px !important;
    padding:14px 24px !important;
    flex-wrap:wrap !important;
    align-items:center !important;
  }
  .masthead,
  .masthead-brand{
    height:58px !important;
    min-height:58px !important;
  }
  .site-nav,
  .nav-inner,
  .nav-links{
    height:auto !important;
    min-height:40px !important;
  }
  .site-nav{width:100% !important;justify-content:flex-start !important;overflow-x:auto !important;}
  .nav-inner{width:100% !important;justify-content:flex-start !important;}
  .nav-links{justify-content:flex-start !important;gap:18px !important;}
  .nav-item,.nav-link,.search-link{height:40px !important;}
  .dropdown{top:40px !important;}
}
@media(max-width:560px){
  .site-header{padding:12px 18px !important;}
  .masthead-logo{width:38px !important;height:50px !important;}
  .masthead-title{font-size:1.14rem !important;white-space:normal !important;}
  .nav-link{font-size:.95rem !important;}
  .nav-links{gap:14px !important;}
}



/* Mehrseiten-Version */
a{cursor:pointer}
.dropdown a.active{color:#fff !important;}
.page{display:block;}
.page-hero-small{padding-bottom:28px !important;}
.text-card{border:4px solid #000;padding:28px;background:#fff;}
.text-card p{font-size:1.05rem;line-height:1.75;margin:0 0 16px;}
.text-card p:last-child{margin-bottom:0;}
.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.person-card{border:4px solid #000;padding:24px;background:#fff;}
.person-card .role{display:block;color:#c4121a;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;margin-bottom:8px;}
.person-card strong{display:block;font-size:1.35rem;letter-spacing:-.03em;line-height:1.15;}
.person-card p{margin:10px 0 0;color:#444;font-size:.98rem;line-height:1.55;}
@media(max-width:850px){.people-grid{grid-template-columns:1fr;}}

/* Feinjustierung: Logo-/Vereinsname links bündig zum Hero-Text */
.site-header{
  padding-left:max(24px,calc((100vw - 1360px) / 2 + 24px)) !important;
  padding-right:max(24px,calc((100vw - 1360px) / 2 + 24px)) !important;
}


/* Mitglied werden – PDF-Antrag statt Datenformular */
.join-page{
  --join-red:#c4121a;
}
.join-hero,
.join-section,
.join-quote,
.join-band-inner{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.join-hero{
  padding:58px 24px 42px;
  text-align:center;
}
.join-hero h1{
  max-width:none;
  margin:0 auto 34px;
  font-size:clamp(4.2rem,7vw,7.2rem);
  line-height:.98;
  letter-spacing:-.045em;
}
.join-hero h1 span{
  color:var(--join-red);
}
.join-cta{
  display:block;
  width:min(720px,100%);
  margin:0 auto;
  padding:9px 18px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  font-weight:700;
  line-height:1.1;
}
.join-section{
  padding:34px 24px 38px;
}
.join-section h2{
  margin:0 0 28px;
  font-size:clamp(2rem,3vw,3.05rem);
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:700;
}
.join-card-grid{
  display:grid;
  border:4px solid #000;
  background:#fff;
}
.join-card-grid-three{
  grid-template-columns:repeat(3,1fr);
}
.join-card-grid-four{
  grid-template-columns:repeat(4,1fr);
}
.join-card,
.join-step-card{
  min-height:210px;
  padding:30px 28px;
  border-right:4px solid #000;
}
.join-card:last-child,
.join-step-card:last-child{
  border-right:0;
}
.join-icon{
  font-size:1.55rem;
  line-height:1;
  margin-bottom:15px;
}
.join-card h3,
.join-step-card h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.1;
  letter-spacing:-.02em;
  font-weight:700;
}
.join-card p,
.join-step-card p,
.join-application p{
  margin:0;
  font-size:1rem;
  line-height:1.55;
  font-weight:400;
  color:#222;
}
.join-quote{
  margin-top:10px;
  margin-bottom:18px;
  padding:0 24px;
}
.join-quote p{
  margin:0;
  padding:36px 42px;
  border-left:7px solid var(--join-red);
  background:#000;
  color:#fff;
  font-size:clamp(1.85rem,2.8vw,3rem);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:700;
}
.join-step-number{
  display:block;
  margin-bottom:18px;
  color:#eeeeee;
  font-size:3.5rem;
  line-height:.8;
  letter-spacing:-.04em;
  font-weight:700;
}
.join-band{
  margin-top:18px;
  padding:52px 24px;
  background:#000;
  color:#fff;
}
.join-band-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
.join-band h2{
  margin:0;
  font-size:clamp(3.2rem,5vw,5.8rem);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:700;
}
.join-band p{
  margin:0;
  font-size:1.55rem;
  line-height:1.25;
  font-weight:400;
  color:#fff;
}
.join-application{
  padding-top:54px;
  padding-bottom:72px;
}
.join-application-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:34px;
  align-items:center;
  padding:38px 40px;
  border:4px solid #000;
  background:#f4f4f1;
}
.join-label{
  display:block;
  margin-bottom:10px;
  color:var(--join-red);
  font-size:.9rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.join-application h2{
  margin:0 0 12px;
  font-size:clamp(2rem,3.5vw,3.4rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:700;
}
.join-pdf-button{
  margin:0;
  white-space:nowrap;
}
@media(max-width:900px){
  .join-card-grid-three,
  .join-card-grid-four,
  .join-application-box,
  .join-band-inner{
    grid-template-columns:1fr;
  }
  .join-card,
  .join-step-card{
    border-right:0;
    border-bottom:4px solid #000;
  }
  .join-card:last-child,
  .join-step-card:last-child{
    border-bottom:0;
  }
  .join-band p{
    font-size:1.25rem;
  }
  .join-application-box{
    align-items:start;
  }
  .join-pdf-button{
    width:100%;
    text-align:center;
  }
}
@media(max-width:560px){
  .join-hero{padding-top:36px;}
  .join-hero h1{font-size:clamp(3.4rem,18vw,5rem);}
  .join-quote p{padding:28px 24px;font-size:1.9rem;}
  .join-card,.join-step-card,.join-application-box{padding:26px 22px;}
}


/* Mitglied werden: alter oberer Hero bleibt, Werbeelement direkt darunter */
.member-top-hero{
  padding-bottom:34px !important;
}
.member-top-hero .buttons{
  display:none !important;
}
.member-top-hero p{
  margin-bottom:0 !important;
}
.join-hero-ad{
  padding-top:26px !important;
}
@media(max-width:850px){
  .member-top-hero{padding-bottom:24px !important;}
  .join-hero-ad{padding-top:18px !important;}
}

/* Navigation: „Über uns“ ist nur noch Dropdown-Auslöser, kein Seitenlink */
button.nav-link,
button.search-link{
  border:0 !important;
  background:transparent !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  font:inherit !important;
}
.nav-parent{cursor:default !important;}
.has-dropdown:focus-within .dropdown,
.has-dropdown:hover .dropdown{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}

/* Funktionierende Seitensuche */
.search-panel[hidden]{display:none !important;}
.search-panel{
  position:fixed;
  inset:0;
  z-index:5000;
  background:rgba(0,0,0,.72);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:110px 20px 28px;
}
.search-panel-inner{
  width:min(760px,100%);
  background:#fff;
  border:4px solid #000;
  padding:34px;
  position:relative;
  box-shadow:12px 12px 0 #c4121a;
}
.search-close{
  position:absolute;
  top:12px;
  right:16px;
  border:0;
  background:transparent;
  font-family:var(--font-main);
  font-size:2rem;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}
.search-title{
  display:block;
  margin:0 0 14px;
  color:#000;
  font-family:var(--font-main);
  font-size:clamp(2.1rem,4vw,3.4rem);
  line-height:1;
  letter-spacing:-.04em;
  text-transform:none;
  font-weight:700;
}
.search-input{
  width:100%;
  padding:15px 16px;
  border:3px solid #000;
  font-family:var(--font-main);
  font-size:1.18rem;
  font-weight:400;
  background:#fff;
}
.search-results{
  margin-top:20px;
  display:grid;
  gap:10px;
}
.search-result{
  display:block;
  padding:16px 18px;
  border:3px solid #000;
  color:#000;
  text-decoration:none;
  background:#fff;
}
.search-result:hover{
  border-color:#c4121a;
}
.search-result strong{
  display:block;
  margin-bottom:6px;
  color:#c4121a;
  font-family:var(--font-main);
  font-size:1.18rem;
  line-height:1.15;
  font-weight:700;
}
.search-result span,
.search-empty{
  margin:0;
  color:#222;
  font-family:var(--font-main);
  font-size:1rem;
  line-height:1.5;
  font-weight:400;
}
body.search-is-open{overflow:hidden;}

/* Mobile-Optimierung: Header, Navigation, Dropdowns, Raster und große Elemente */
@media(max-width:980px){
  .site-header{
    position:sticky !important;
    height:auto !important;
    min-height:0 !important;
    padding:12px 18px !important;
    align-items:flex-start !important;
    gap:10px !important;
  }
  .masthead,
  .masthead-brand{
    height:auto !important;
    min-height:0 !important;
  }
  .masthead-brand{gap:12px !important;}
  .masthead-logo{width:38px !important;height:50px !important;}
  .masthead-title{
    font-size:1.15rem !important;
    white-space:normal !important;
    line-height:1.05 !important;
  }
  .site-nav{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
  }
  .nav-inner{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    justify-content:flex-start !important;
  }
  .nav-links{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    justify-content:flex-start !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:14px 20px !important;
  }
  .nav-item,
  .nav-link,
  .search-link{
    height:auto !important;
    min-height:32px !important;
  }
  .nav-link{font-size:.98rem !important;}
  .dropdown{
    top:34px !important;
    left:0 !important;
    min-width:190px !important;
    padding:12px 0 !important;
  }
  .dropdown a{
    padding:11px 22px !important;
  }
  .hero,
  .join-band-inner,
  .callout,
  .band .inner{
    grid-template-columns:1fr !important;
  }
  .hero{padding-top:42px !important;gap:34px !important;}
  .logo-card img{width:min(100%,430px) !important;margin:0 auto !important;}
  .news-grid,
  .projekte-grid,
  .member-grid,
  .people-grid,
  .join-card-grid-three,
  .join-card-grid-four,
  .join-application-box{
    grid-template-columns:1fr !important;
  }
  .event-item{grid-template-columns:110px 1fr !important;}
  .event-tag{display:none !important;}
}
@media(max-width:620px){
  .site-header{padding:10px 14px !important;}
  .masthead-title{font-size:1.04rem !important;}
  .nav-links{gap:8px 14px !important;}
  .nav-link{font-size:.9rem !important;}
  .hero,
  .section,
  .join-hero,
  .join-section,
  .join-quote,
  .form-section{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  h1{font-size:clamp(3.2rem,18vw,4.6rem) !important;}
  .kicker{font-size:1.25rem !important;}
  .home-stats .stats-inner,
  .stats-inner{grid-template-columns:1fr 1fr !important;gap:20px 12px !important;}
  .buttons{width:100%;}
  .btn{width:100%;text-align:center;}
  .callout,
  .text-card,
  .news-card,
  .projekt-item,
  .person-card,
  .member-card,
  .join-card,
  .join-step-card,
  .join-application-box{
    padding:24px 20px !important;
  }
  .join-quote p{font-size:1.65rem !important;}
  .search-panel{padding:94px 14px 20px;}
  .search-panel-inner{padding:28px 20px;box-shadow:7px 7px 0 #c4121a;}
}
@media(max-width:420px){
  .home-stats .stats-inner,
  .stats-inner{grid-template-columns:1fr !important;}
  .event-item{grid-template-columns:1fr !important;}
  .event-date{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;}
}


/* Korrektur: „Über uns“ und Suchlupe wieder im gleichen kräftigen Navigationsstil */
button.nav-link,
button.nav-parent{
  font-family:var(--font-main) !important;
  font-size:1.02rem !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.005em !important;
  color:#000 !important;
  text-decoration:none !important;
}
button.nav-link.active,
button.nav-parent.active,
.nav-item:hover > button.nav-link,
button.nav-link:hover{
  color:#c4121a !important;
}
button.search-link{
  position:relative !important;
  width:22px !important;
  min-width:22px !important;
  padding:0 !important;
  color:#6f6f6f !important;
  font-size:0 !important;
  font-family:var(--font-main) !important;
  font-weight:700 !important;
  overflow:visible !important;
}
button.search-link:hover{
  color:#000 !important;
}
button.search-link::before{
  content:"" !important;
  position:absolute !important;
  width:13px !important;
  height:13px !important;
  border:3px solid currentColor !important;
  border-radius:50% !important;
  top:50% !important;
  left:1px !important;
  transform:translateY(-55%) !important;
}
button.search-link::after{
  content:"" !important;
  position:absolute !important;
  width:10px !important;
  height:3px !important;
  background:currentColor !important;
  border-radius:2px !important;
  top:50% !important;
  left:13px !important;
  transform:translateY(4px) rotate(45deg) !important;
  transform-origin:left center !important;
}
@media(max-width:980px){
  button.nav-link,
  button.nav-parent{font-size:.98rem !important;}
  button.search-link{height:32px !important;min-height:32px !important;}
}
@media(max-width:620px){
  button.nav-link,
  button.nav-parent{font-size:.9rem !important;}
}


/* Suchtreffer-Markierung nach Klick auf ein Ergebnis */
.search-highlight{
  background:#ffeb3b;
  color:inherit;
  padding:0 .05em;
  border-radius:2px;
  transition:background-color .35s ease;
}
.search-highlight-fade{
  background:transparent;
}


/* Suchvorschau: exakt gesuchter Begriff fett hervorheben */
.search-match{
  font-weight:700;
  color:inherit;
}

/* Termine: Jahreskalender aus JSON + nächste Termine */
.section-subline{
  margin:10px 0 0;
  color:#444;
  font-size:1rem;
  line-height:1.55;
  font-weight:400;
}
.calendar-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  gap:30px;
  align-items:start;
}
.year-calendar{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.calendar-month{
  border:4px solid #000;
  background:#fff;
  padding:16px;
}
.calendar-month h3{
  margin:0 0 12px;
  font-size:1.45rem;
  line-height:1;
  letter-spacing:-.035em;
  font-weight:700;
}
.calendar-weekdays,
.calendar-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:4px;
}
.calendar-weekdays{
  margin-bottom:6px;
}
.calendar-weekdays span{
  color:#666;
  font-size:.72rem;
  font-weight:700;
  text-align:center;
}
.calendar-day{
  position:relative;
  min-height:48px;
  padding:6px 4px;
  border:2px solid #e5e5e5;
  background:#fff;
  color:#000;
  font-family:var(--font-main);
  font-size:.82rem;
  line-height:1.1;
  text-align:left;
  cursor:default;
  overflow:hidden;
}
button.calendar-day{
  appearance:none;
  -webkit-appearance:none;
}
.calendar-day-empty{
  border-color:transparent;
  background:transparent;
}
.calendar-day.has-event{
  border-color:#000;
  cursor:pointer;
  box-shadow:inset 0 0 0 1px #000;
}
.calendar-day.has-event:hover{
  border-color:#c4121a;
  box-shadow:inset 0 0 0 1px #c4121a;
}
.calendar-day-number{
  display:block;
  font-weight:700;
  margin-bottom:4px;
}
.calendar-event-pill{
  display:block;
  margin-top:2px;
  padding:2px 3px;
  background:#000;
  color:#fff;
  font-size:.61rem;
  line-height:1.15;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.calendar-event-pill.red{
  background:#c4121a;
}
.calendar-more{
  display:block;
  margin-top:2px;
  color:#c4121a;
  font-size:.6rem;
  font-weight:700;
}
.upcoming-events{
  position:sticky;
  top:18px;
  border:5px solid #000;
  background:#f4f4f1;
  padding:24px;
  box-shadow:10px 10px 0 #c4121a;
}
.upcoming-head{
  margin-bottom:18px;
}
.upcoming-head .label{
  display:block;
  margin-bottom:8px;
  color:#c4121a;
  font-size:.78rem;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
}
.upcoming-head h3{
  margin:0 0 8px;
  font-size:clamp(1.6rem,3vw,2.35rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:700;
}
.upcoming-head p{
  margin:0;
  color:#444;
  font-size:.95rem;
  line-height:1.5;
}
.upcoming-events-list .event-item{
  grid-template-columns:92px 1fr;
  gap:14px;
  padding:20px 0;
}
.upcoming-events-list .event-date .day{
  font-size:2rem;
}
.upcoming-events-list .event-body strong{
  font-size:1.08rem;
}
.upcoming-events-list .event-body p{
  font-size:.86rem;
}
.upcoming-events-list .event-tag{
  grid-column:2;
  justify-self:start;
  margin-top:-8px;
}
.event-empty{
  list-style:none;
  border-top:3px solid #000;
  border-bottom:3px solid #000;
  padding:22px 0;
  font-weight:700;
}
.calendar-pulse,
.event-pulse{
  animation:calendarPulse 1.2s ease;
}
@keyframes calendarPulse{
  0%,100%{background-color:transparent;}
  35%{background-color:#ffeb3b;}
}
@media(max-width:1120px){
  .calendar-layout{grid-template-columns:1fr;}
  .upcoming-events{position:relative;top:auto;}
}
@media(max-width:850px){
  .year-calendar{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:620px){
  .calendar-month{padding:14px 12px;}
  .year-calendar{grid-template-columns:1fr;}
  .calendar-day{min-height:42px;}
  .calendar-event-pill{font-size:.66rem;}
  .upcoming-events{padding:22px 18px;box-shadow:7px 7px 0 #c4121a;}
  .upcoming-events-list .event-item{grid-template-columns:1fr !important;}
  .upcoming-events-list .event-tag{grid-column:auto;margin-top:0;}
}

/* Layout-Korrektur: Inhalte unter dem Header bündig und großzügiger */
:root{
  --site-container:1360px;
  --site-inner:1312px;
  --calendar-container:1560px;
}

/* Bereiche mit eigenem Innenabstand: linker Text beginnt jetzt wie Header/Hero */
.hero,
.section,
.form-section,
.join-hero,
.join-section,
.join-quote{
  max-width:var(--site-container) !important;
}

/* Bereiche, die bereits in einem vollbreiten Band mit 24px Seitenabstand liegen */
.stats-inner,
.home-stats .stats-inner,
.header-stats .stats-inner,
.band .inner,
.join-band-inner{
  max-width:var(--site-inner) !important;
}

/* Einzelne Kästen auf dieselbe optische Linie bringen */
.callout{
  width:calc(100% - 48px) !important;
  max-width:var(--site-inner) !important;
}

/* Kalender darf bewusst breiter sein, damit die Monatsfelder nicht gequetscht wirken */
.calendar-section{
  max-width:var(--calendar-container) !important;
}
.calendar-section .section-head,
.calendar-section .calendar-layout{
  width:100% !important;
}
.calendar-layout{
  grid-template-columns:minmax(0,1fr) minmax(340px,360px) !important;
  gap:36px !important;
}
.year-calendar{
  gap:20px !important;
}
.calendar-month{
  min-width:0 !important;
}
.upcoming-events{
  min-width:0 !important;
}

@media(max-width:1120px){
  .calendar-section{
    max-width:var(--site-container) !important;
  }
  .calendar-layout{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:620px){
  .callout{
    width:calc(100% - 36px) !important;
  }
  .calendar-layout{
    gap:26px !important;
  }
}


/* Großzügigere Breite auf ALLEN Seiten + dynamischer Kalender mit Terminfenster */
:root{
  --site-container:1600px;
  --site-inner:1552px;
  --calendar-container:1760px;
}
.site-header{
  padding-left:max(20px,calc((100vw - var(--site-container)) / 2 + 24px)) !important;
  padding-right:max(20px,calc((100vw - var(--site-container)) / 2 + 24px)) !important;
}
.hero,
.section,
.form-section,
.join-hero,
.join-section,
.join-quote{
  max-width:var(--site-container) !important;
}
.stats-inner,
.home-stats .stats-inner,
.header-stats .stats-inner,
.band .inner,
.join-band-inner{
  max-width:var(--site-inner) !important;
}
.callout{
  width:calc(100% - 48px) !important;
  max-width:var(--site-inner) !important;
}
.calendar-section{
  max-width:var(--calendar-container) !important;
}
.calendar-layout{
  grid-template-columns:minmax(0,1fr) minmax(360px,390px) !important;
  gap:42px !important;
}
.year-calendar{
  grid-template-columns:repeat(4,1fr) !important;
  gap:20px !important;
}
.calendar-month h3 .calendar-year-small{
  color:#666;
  font-size:.78em;
  font-weight:400;
}
.calendar-modal[hidden]{display:none !important;}
.calendar-modal{
  position:fixed;
  inset:0;
  z-index:6000;
  background:rgba(0,0,0,.72);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px 20px;
}
.calendar-modal-inner{
  width:min(760px,100%);
  max-height:calc(100vh - 56px);
  overflow:auto;
  background:#fff;
  border:5px solid #000;
  padding:34px;
  position:relative;
  box-shadow:12px 12px 0 #c4121a;
}
.calendar-modal-close{
  position:absolute;
  top:12px;
  right:16px;
  border:0;
  background:transparent;
  color:#000;
  font-family:var(--font-main);
  font-size:2.1rem;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}
.calendar-modal-date{
  display:block;
  margin:0 0 8px;
  color:#c4121a;
  font-size:.86rem;
  line-height:1;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}
.calendar-modal-title{
  margin:0 42px 22px 0;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:700;
}
.calendar-modal-list{
  display:grid;
  gap:18px;
}
.calendar-modal-event{
  border-top:3px solid #000;
  padding-top:18px;
}
.calendar-modal-event:first-child{
  border-top:0;
  padding-top:0;
}
.calendar-modal-event h4{
  margin:0 0 8px;
  font-size:1.35rem;
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:700;
}
.calendar-modal-time{
  display:block;
  margin:0 0 8px;
  color:#c4121a;
  font-size:.96rem;
  font-weight:700;
}
.calendar-modal-event p{
  margin:0 0 8px;
  color:#222;
  font-size:1rem;
  line-height:1.6;
  font-weight:400;
}
.calendar-modal-location{
  color:#555 !important;
  font-weight:700 !important;
}
.calendar-modal-tag{
  display:inline-block;
  margin-top:6px;
  padding:5px 10px;
  background:#000;
  color:#fff;
  font-size:.75rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.calendar-modal-tag.red{
  background:#c4121a;
}
body.calendar-modal-open{overflow:hidden;}
@media(max-width:1450px){
  .year-calendar{grid-template-columns:repeat(3,1fr) !important;}
}
@media(max-width:1120px){
  .calendar-section{max-width:var(--site-container) !important;}
  .calendar-layout{grid-template-columns:1fr !important;}
  .year-calendar{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:620px){
  .site-header{padding-left:14px !important;padding-right:14px !important;}
  .callout{width:calc(100% - 36px) !important;}
  .calendar-layout{gap:28px !important;}
  .year-calendar{grid-template-columns:1fr !important;}
  .calendar-modal{padding:18px 12px;}
  .calendar-modal-inner{padding:28px 20px;box-shadow:7px 7px 0 #c4121a;}
}

/* FINAL 2026-06-25: einheitliche Breite, Header-Ausrichtung und feste Terminspalte */
:root{
  --site-max-width:1840px;
  --site-outer-gutter:24px;
  --site-inner-gutter:24px;
  --site-content-width:1792px;
  --header-height:88px;
}

/* Header: Logo/Titel auf jeder Seite exakt auf derselben Inhaltslinie */
.site-header{
  height:var(--header-height) !important;
  min-height:var(--header-height) !important;
  padding-left:max(48px,calc((100vw - var(--site-max-width)) / 2 + var(--site-inner-gutter))) !important;
  padding-right:max(48px,calc((100vw - var(--site-max-width)) / 2 + var(--site-inner-gutter))) !important;
}
.masthead,
.masthead-brand,
.site-nav,
.nav-inner,
.nav-links,
.nav-item,
.nav-link,
.search-link{
  height:var(--header-height) !important;
  min-height:var(--header-height) !important;
}

/* Alle Hauptbereiche nutzen dieselbe großzügige Breite und dieselbe linke Linie */
.hero,
.section,
.form-section,
.join-hero,
.join-section,
.join-quote,
.calendar-section{
  width:min(var(--site-max-width),calc(100% - (var(--site-outer-gutter) * 2))) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--site-inner-gutter) !important;
  padding-right:var(--site-inner-gutter) !important;
}

.stats-inner,
.home-stats .stats-inner,
.header-stats .stats-inner,
.band .inner,
.join-band-inner,
.callout{
  width:min(var(--site-content-width),calc(100% - 48px)) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.callout{
  width:min(var(--site-content-width),calc(100% - 48px)) !important;
}

/* Kalender bleibt breit, aber folgt derselben linken Kante wie alle anderen Seiten */
.calendar-layout{
  width:100% !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,390px) !important;
  gap:42px !important;
  align-items:start !important;
  overflow:visible !important;
}
.year-calendar{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
}

/* Rechte Terminbox bleibt beim Scrollen sauber unter dem Header stehen und wird nicht abgeschnitten */
.upcoming-events{
  position:sticky !important;
  top:calc(var(--header-height) + 24px) !important;
  align-self:start !important;
  max-height:calc(100vh - var(--header-height) - 48px) !important;
  overflow:auto !important;
  z-index:50 !important;
}
.upcoming-head{
  position:sticky !important;
  top:0 !important;
  z-index:2 !important;
  background:#f4f4f1 !important;
  padding-bottom:14px !important;
  margin-bottom:16px !important;
}

@media(max-width:1450px){
  .year-calendar{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:1120px){
  .calendar-layout{grid-template-columns:1fr !important;}
  .upcoming-events{
    position:relative !important;
    top:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
  .upcoming-head{position:static !important;}
  .year-calendar{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:980px){
  :root{--header-height:auto;}
  .site-header{
    padding-left:24px !important;
    padding-right:24px !important;
  }
  .masthead,
  .masthead-brand,
  .site-nav,
  .nav-inner,
  .nav-links,
  .nav-item,
  .nav-link,
  .search-link{
    height:auto !important;
    min-height:40px !important;
  }
}
@media(max-width:620px){
  :root{
    --site-outer-gutter:14px;
    --site-inner-gutter:18px;
  }
  .site-header{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .hero,
  .section,
  .form-section,
  .join-hero,
  .join-section,
  .join-quote,
  .calendar-section{
    width:calc(100% - 28px) !important;
  }
  .year-calendar{grid-template-columns:1fr !important;}
}


/* Keine sichtbaren Zahlensprünge beim Laden der JSON-Daten */
.bv-js:not(.bv-data-ready) [data-stat-value],
.bv-js:not(.bv-data-ready) [data-stat-label],
.bv-js:not(.bv-data-ready) #projects-grid,
.bv-js:not(.bv-data-ready) #home-next-sprechstunde{
  visibility:hidden;
}
[data-stat-value]{display:inline-block;min-width:4ch}
[data-stat-value="einwohner"]{min-width:5ch}
.stat-num[data-stat-value]{min-width:4.5ch}
.stat-label[data-stat-label]{display:inline-block;min-width:14ch}


/* Navigation: neues Hauptmenü mit Stadtteil-Menü und Text-Suche */
.dropdown-wide{min-width:310px !important;}
button.search-link{
  width:auto !important;
  min-width:auto !important;
  padding:0 !important;
  color:#000 !important;
  font-family:var(--font-main) !important;
  font-size:1.02rem !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.005em !important;
  overflow:visible !important;
}
button.search-link::before,
button.search-link::after{content:none !important;display:none !important;}
button.search-link:hover{color:#c4121a !important;}
.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.link-card{border:4px solid #000;padding:26px;background:#fff;}
.link-card .label{display:block;color:#c4121a;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:10px;}
.link-card strong{display:block;font-size:1.3rem;line-height:1.15;letter-spacing:-.03em;margin-bottom:10px;}
.link-card p{margin:0;color:#444;line-height:1.6;font-size:1rem;}
.bv-js:not(.bv-data-ready) #home-reports-grid,
.bv-js:not(.bv-data-ready) #berichte-grid{visibility:hidden;}
@media(max-width:850px){.link-grid{grid-template-columns:1fr;}.dropdown-wide{min-width:280px !important;}}


/* Projektkarten mit Datum und Kategorie */
.projekt-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:8px;
}
.projekt-date{
  display:inline-block;
  color:#c4121a;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.projekt-category{
  display:inline-block;
  background:#000;
  color:#fff;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:3px 8px;
}
.projekt-item.projekt-done .projekt-category{background:#c4121a;}


/* Zusatzinfos in Meldungen/Bürgersprechstunden */
.report-facts{display:flex;flex-wrap:wrap;gap:8px;margin:-2px 0 12px;}
.report-facts span{display:inline-block;background:#f1f1f1;border:2px solid #000;padding:3px 8px;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;}
.text-long h2{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.06em;margin:0 0 18px;line-height:1;}
.text-long h3{font-size:1.35rem;letter-spacing:-.03em;margin:28px 0 10px;line-height:1.15;}
.text-long p{margin:0 0 14px;line-height:1.65;color:#333;}


/* 20260626-contact-1: Chronik-Timeline und automatische Kennzahlen */
.chronik-card h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1;margin:0 0 12px;font-weight:900;letter-spacing:-.04em;}
.chronik-timeline{margin-top:28px;border-top:4px solid #000;}
.chronik-entry{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:26px 0;border-bottom:3px solid #000;}
.chronik-date{font-weight:900;color:#c4121a;text-transform:uppercase;letter-spacing:.06em;font-size:1rem;line-height:1.2;}
.chronik-body h3{font-size:1.45rem;line-height:1.1;margin:0 0 10px;font-weight:900;letter-spacing:-.03em;}
.chronik-body p{margin:0 0 12px;line-height:1.65;}
.chronik-body p:last-child{margin-bottom:0;}
@media(max-width:760px){.chronik-entry{grid-template-columns:1fr;gap:8px;}.chronik-date{font-size:.95rem;}}


/* 20260626-contact-1: Satzung sauber gegliedert */
.satzung-card h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1;margin:0 0 12px;font-weight:900;letter-spacing:-.04em;}
.satzung-lead{font-size:1.08rem;line-height:1.7;margin:0 0 18px;color:#333;}
.satzung-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 26px;}
.satzung-meta span{display:inline-block;border:3px solid #000;padding:6px 10px;font-size:.78rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;background:#fff;}
.satzung-list{border-top:4px solid #000;margin-top:24px;}
.satzung-article{padding:26px 0;border-bottom:3px solid #000;}
.satzung-article h3{font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.1;margin:0 0 14px;font-weight:900;letter-spacing:-.035em;}
.satzung-article p{margin:0 0 12px;line-height:1.75;font-size:1rem;}
.satzung-article ul{margin:0 0 14px;padding-left:20px;line-height:1.75;font-size:1rem;}
.satzung-article li{margin-bottom:6px;}
.satzung-article p:last-child,.satzung-article ul:last-child{margin-bottom:0;}
@media(max-width:760px){.satzung-meta{display:block}.satzung-meta span{display:block;margin:0 0 8px}.satzung-article{padding:22px 0}}


/* 20260626-contact-1: Impressum und Datenschutz sauber gegliedert */
.legal-card h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1;margin:0 0 16px;font-weight:900;letter-spacing:-.04em;}
.legal-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:24px 0 30px;}
.legal-entry{border:3px solid #000;padding:18px;background:#fff;}
.legal-entry .label{display:block;color:#c4121a;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;margin-bottom:8px;}
.legal-entry h3{font-size:1.35rem;line-height:1.1;margin:0 0 10px;font-weight:900;letter-spacing:-.03em;}
.legal-entry p{font-size:1rem;line-height:1.65;margin:0 0 10px;}
.legal-entry p:last-child{margin-bottom:0;}
.legal-section{border-top:3px solid #000;padding-top:22px;margin-top:24px;}
.legal-section h2,.legal-section h3{font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.1;margin:0 0 12px;font-weight:900;letter-spacing:-.035em;}
.legal-section p{font-size:1rem;line-height:1.75;margin:0 0 12px;}
.legal-section p:last-child{margin-bottom:0;}
@media(max-width:850px){.legal-list{grid-template-columns:1fr;}}


/* 20260626-contact-1: Links/Vereine mit Logos */
.verein-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}
.verein-card{border:4px solid #000;background:#fff;padding:22px;display:grid;grid-template-columns:1fr 105px;gap:18px;align-items:center;text-decoration:none;color:#000;min-height:150px;transition:transform .15s ease, box-shadow .15s ease;}
.verein-card[href]:hover{transform:translateY(-2px);box-shadow:8px 8px 0 #c4121a;}
.verein-card-text strong{display:block;font-size:1.45rem;line-height:1.12;letter-spacing:-.035em;margin-bottom:10px;font-weight:900;}
.verein-url{display:block;color:#c4121a;font-size:1rem;line-height:1.25;font-weight:500;word-break:break-word;}
.verein-url.muted{color:#777;}
.verein-logo{width:105px;height:105px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border:2px solid #eee;padding:8px;}
.verein-logo img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.verein-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ddd;font-size:3rem;font-weight:900;}
@media(max-width:980px){.verein-grid{grid-template-columns:1fr;}}
@media(max-width:560px){.verein-card{grid-template-columns:1fr;min-height:0;}.verein-logo{width:92px;height:92px;justify-content:flex-start;}}


/* 20260626-contact-1: Links/Vereine über JSON, Logos ohne Hintergrundkästen */
.verein-logo{background:transparent !important;border:0 !important;padding:0 !important;}
.verein-logo-placeholder{background:transparent !important;border:0 !important;color:#bbb;}
.verein-card-static .verein-url{color:#777;}

.city-info-grid{margin:28px 0;}
.info-card{border:3px solid #000;padding:24px;background:#fff;}
.info-card .label{display:inline-block;color:#c4121a;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;margin-bottom:8px;}
.info-card h3{margin:0 0 10px;font-size:1.35rem;}
.info-card p{margin:0;line-height:1.55;}

/* 20260626-contact-1: Zahl/Text-Abstand im Mitglied-Hero korrigieren */
.member-top-hero p [data-stat-value],
.hero p [data-stat-value]{display:inline !important;min-width:0 !important;}


/* 20260626-contact-1: Fußleiste mit Social-Media-Links */
.site-footer{
  padding:28px 24px;
  text-align:center;
  font-weight:800;
  border-top:3px solid #000;
  background:#fff;
}
.site-footer-inner{
  max-width:1360px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px 22px;
  flex-wrap:wrap;
}
.site-footer a{
  color:#000;
  text-decoration:none;
}
.site-footer a:hover{
  color:#c4121a;
}
.site-footer-links{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.site-footer-links a{
  display:inline-block;
  padding:5px 9px;
  border:2px solid #000;
  line-height:1;
}
.site-footer-links a:hover{
  border-color:#c4121a;
}
@media(max-width:560px){
  .site-footer-inner{align-items:stretch;}
  .site-footer-links{width:100%;}
  .site-footer-links a{flex:1 1 auto;}
}


/* 20260626-darkmode-1: Darkmode mit Umschalter und gespeicherter Auswahl */
.theme-toggle{
  gap:6px !important;
  color:#000 !important;
  font-family:var(--font-main) !important;
  font-size:1.02rem !important;
  font-weight:700 !important;
}
.theme-toggle .theme-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.15em;
  font-size:1.08rem;
  line-height:1;
}
.theme-toggle .theme-text{
  display:inline-block;
}
.theme-toggle:hover{color:#c4121a !important;}
html.bv-dark,
html.bv-dark body{
  background:#111 !important;
  color:#f5f5f5 !important;
}
html.bv-dark body,
html.bv-dark main{
  background:#111 !important;
}
html.bv-dark .site-header,
html.bv-dark .masthead{
  background:#161616 !important;
  color:#fff !important;
  border-bottom:1px solid #2d2d2d !important;
}
html.bv-dark .masthead-brand,
html.bv-dark .masthead-title,
html.bv-dark .site-nav,
html.bv-dark .nav-link,
html.bv-dark button.nav-link,
html.bv-dark button.nav-parent,
html.bv-dark button.search-link,
html.bv-dark .theme-toggle{
  color:#f5f5f5 !important;
}
html.bv-dark .nav-link:hover,
html.bv-dark .nav-link.active,
html.bv-dark .nav-item:hover > .nav-link,
html.bv-dark button.nav-link:hover,
html.bv-dark button.nav-parent.active,
html.bv-dark button.search-link:hover,
html.bv-dark .theme-toggle:hover{
  color:#ff4a52 !important;
}
html.bv-dark .dropdown{
  background:#101010 !important;
  border:1px solid #303030 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.6) !important;
}
html.bv-dark .dropdown a{
  color:#c8c8c8 !important;
}
html.bv-dark .dropdown a:hover,
html.bv-dark .dropdown a.active{
  color:#fff !important;
}
html.bv-dark .kicker,
html.bv-dark .section-link,
html.bv-dark .member-card .label,
html.bv-dark .join-label,
html.bv-dark .event-date .month,
html.bv-dark .event-date .time,
html.bv-dark .projekt-date,
html.bv-dark .calendar-modal-date,
html.bv-dark .calendar-modal-time,
html.bv-dark .legal-entry .label,
html.bv-dark .verein-url,
html.bv-dark .link-card .label,
html.bv-dark .person-card .role,
html.bv-dark .info-card .label{
  color:#ff4a52 !important;
}
html.bv-dark .hero p,
html.bv-dark .section-subline,
html.bv-dark .text-card p,
html.bv-dark .text-long p,
html.bv-dark .news-card-body p,
html.bv-dark .projekt-text p,
html.bv-dark .person-card p,
html.bv-dark .member-card p,
html.bv-dark .member-card ul,
html.bv-dark .event-body p,
html.bv-dark .event-location,
html.bv-dark .upcoming-head p,
html.bv-dark .legal-entry p,
html.bv-dark .legal-section p,
html.bv-dark .info-card p,
html.bv-dark .join-card p,
html.bv-dark .join-step-card p,
html.bv-dark .join-application p,
html.bv-dark .member-benefit-card p,
html.bv-dark .verein-url.muted{
  color:#d4d4d4 !important;
}
html.bv-dark .logo-card{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
html.bv-dark .home-stats,
html.bv-dark .stats.home-stats,
html.bv-dark .band,
html.bv-dark .join-band,
html.bv-dark .join-claim,
html.bv-dark .join-quote p,
html.bv-dark .member-claim{
  background:#050505 !important;
  color:#fff !important;
}
html.bv-dark .text-card,
html.bv-dark .news-card,
html.bv-dark .projekt-item,
html.bv-dark .person-card,
html.bv-dark .member-card,
html.bv-dark .form-wrap,
html.bv-dark .search-panel-inner,
html.bv-dark .search-result,
html.bv-dark .calendar-month,
html.bv-dark .upcoming-events,
html.bv-dark .calendar-modal-inner,
html.bv-dark .calendar-modal-event,
html.bv-dark .legal-entry,
html.bv-dark .link-card,
html.bv-dark .verein-card,
html.bv-dark .info-card,
html.bv-dark .satzung-meta span,
html.bv-dark .join-card-grid,
html.bv-dark .join-card,
html.bv-dark .join-step-card,
html.bv-dark .join-application-box,
html.bv-dark .member-benefit-card,
html.bv-dark .member-contact-card{
  background:#1b1b1b !important;
  color:#f5f5f5 !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .news-card-head,
html.bv-dark .projekt-icon,
html.bv-dark .projekt-status,
html.bv-dark .projekt-category,
html.bv-dark .event-tag,
html.bv-dark .calendar-event-pill,
html.bv-dark .link-card .label,
html.bv-dark .report-facts span{
  background:#050505 !important;
  color:#fff !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .news-card-head .tag,
html.bv-dark .projekt-icon.done,
html.bv-dark .projekt-status.done,
html.bv-dark .projekt-item.projekt-done .projekt-category,
html.bv-dark .event-tag.red,
html.bv-dark .calendar-event-pill.red{
  background:#c4121a !important;
  color:#fff !important;
}
html.bv-dark .btn{
  background:#f5f5f5 !important;
  color:#111 !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .btn.secondary{
  background:transparent !important;
  color:#fff !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .btn.red,
html.bv-dark .join-pdf-button{
  background:#c4121a !important;
  color:#fff !important;
  border-color:#c4121a !important;
}
html.bv-dark .btn:hover,
html.bv-dark .section-link:hover,
html.bv-dark .site-footer a:hover{
  color:#ff4a52 !important;
}
html.bv-dark .calendar-day{
  background:#151515 !important;
  color:#f5f5f5 !important;
  border-color:#343434 !important;
}
html.bv-dark .calendar-day-empty{
  background:transparent !important;
  border-color:transparent !important;
}
html.bv-dark .calendar-day.has-event{
  border-color:#f5f5f5 !important;
  box-shadow:inset 0 0 0 1px #f5f5f5 !important;
}
html.bv-dark .calendar-day.has-event:hover{
  border-color:#ff4a52 !important;
  box-shadow:inset 0 0 0 1px #ff4a52 !important;
}
html.bv-dark .calendar-weekdays span,
html.bv-dark .calendar-month h3 .calendar-year-small{
  color:#bdbdbd !important;
}
html.bv-dark .upcoming-events,
html.bv-dark .calendar-modal-inner,
html.bv-dark .search-panel-inner{
  box-shadow:10px 10px 0 #c4121a !important;
}
html.bv-dark .calendar-modal-close,
html.bv-dark .search-close{
  color:#fff !important;
}
html.bv-dark .search-panel{
  background:rgba(0,0,0,.82) !important;
}
html.bv-dark .search-title,
html.bv-dark .search-result,
html.bv-dark .search-input,
html.bv-dark input,
html.bv-dark select,
html.bv-dark textarea{
  color:#f5f5f5 !important;
}
html.bv-dark .search-input,
html.bv-dark input,
html.bv-dark select,
html.bv-dark textarea{
  background:#111 !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .search-result:hover{
  border-color:#ff4a52 !important;
}
html.bv-dark .search-result span,
html.bv-dark .search-empty,
html.bv-dark .calendar-modal-event p,
html.bv-dark .calendar-modal-location{
  color:#d4d4d4 !important;
}
html.bv-dark .search-highlight,
html.bv-dark .calendar-pulse,
html.bv-dark .event-pulse{
  background:#ffeb3b !important;
  color:#111 !important;
}
html.bv-dark .site-footer{
  background:#161616 !important;
  border-top-color:#2d2d2d !important;
  color:#f5f5f5 !important;
}
html.bv-dark .site-footer a,
html.bv-dark .site-footer-links a{
  color:#f5f5f5 !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .site-footer-links a:hover{
  border-color:#ff4a52 !important;
  color:#ff4a52 !important;
}
html.bv-dark .chronik-timeline,
html.bv-dark .chronik-entry,
html.bv-dark .satzung-list,
html.bv-dark .satzung-article,
html.bv-dark .legal-section,
html.bv-dark .event-item,
html.bv-dark .event-empty,
html.bv-dark .calendar-modal-event{
  border-color:#f5f5f5 !important;
}
html.bv-dark .join-step-number{
  color:#444 !important;
}
html.bv-dark .verein-card[href]:hover{
  box-shadow:8px 8px 0 #c4121a !important;
}
html.bv-dark .masthead-logo,
html.bv-dark .verein-logo img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.35));
}
@media(max-width:620px){
  .theme-toggle .theme-text{display:none !important;}
  .theme-toggle .theme-icon{font-size:1.15rem;}
}


/* === Darkmode readability + logo card cleanup (2026-06-26 fix) === */
.logo-card{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.logo-card img{
  filter:drop-shadow(12px 12px 0 #c4121a) !important;
}
html.bv-dark .logo-card img{
  filter:drop-shadow(12px 12px 0 #c4121a) !important;
}
html.bv-dark .upcoming-head{
  background:#1b1b1b !important;
}
html.bv-dark .upcoming-head h3{
  color:#f5f5f5 !important;
}
html.bv-dark .member-download-box{
  background:#1b1b1b !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .member-download-box h2,
html.bv-dark .member-benefit-card h3,
html.bv-dark .member-step h3,
html.bv-dark .member-note-band strong,
html.bv-dark .member-claim h2{
  color:#f5f5f5 !important;
}
html.bv-dark .member-download-box p,
html.bv-dark .member-note-band p,
html.bv-dark .member-step p,
html.bv-dark .member-benefit-card p,
html.bv-dark .member-mini-stat span{
  color:#d4d4d4 !important;
}
html.bv-dark .member-benefit-grid,
html.bv-dark .member-steps-grid,
html.bv-dark .member-note-band{
  border-color:#f5f5f5 !important;
}
html.bv-dark .member-benefit-card:not(:last-child),
html.bv-dark .member-step:not(:last-child){
  border-color:#f5f5f5 !important;
}
html.bv-dark .member-mini-stat{
  border-color:#f5f5f5 !important;
}
html.bv-dark .member-step-number{
  color:#4a4a4a !important;
}


/* === Final logo background hard fix (2026-06-26) === */
.hero .logo-card,
.page-hero-small .logo-card,
.member-redesign .logo-card,
html.bv-dark .hero .logo-card,
html.bv-dark .page-hero-small .logo-card,
html.bv-dark .member-redesign .logo-card{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}
.hero .logo-card img,
.page-hero-small .logo-card img,
.member-redesign .logo-card img{
  background:transparent !important;
  filter:drop-shadow(12px 12px 0 #c4121a) !important;
}


/* === Finaler Feinschliff: Footer + Mobile-Overflow (20260626-final-polish-1) === */
html,body{max-width:100%;overflow-x:hidden;}
img,svg,video,canvas{max-width:100%;height:auto;}
*,*::before,*::after{min-width:0;}
.site-footer{padding:34px 24px !important;border-top:4px solid #000;background:#f4f4f1;}
.site-footer-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.site-footer-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;}
.site-footer-links a{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:2px solid #000;text-decoration:none;color:#000;font-weight:700;line-height:1;}
.site-footer-links a:hover{background:#000;color:#fff;}
.site-footer-social-facebook::before{content:"f";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#1877f2;color:#fff;font-weight:700;font-family:Arial,sans-serif;font-size:.78rem;}
.site-footer-social-whatsapp::before{content:"☏";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#25d366;color:#fff;font-weight:700;font-family:Arial,sans-serif;font-size:.75rem;}
html.bv-dark .site-footer{background:#161616 !important;border-top-color:#2d2d2d !important;}
html.bv-dark .site-footer-links a{border-color:#f5f5f5;color:#f5f5f5;}
html.bv-dark .site-footer-links a:hover{background:#f5f5f5;color:#111 !important;}
@media(max-width:760px){
  body{width:100%;}
  .masthead,.nav-inner,.hero,.section,.calendar-section,.member-content-wrap,.member-claim-wrap,.form-section,.callout,.site-footer-inner{width:100% !important;max-width:100% !important;}
  .hero,.page-hero-small{grid-template-columns:1fr !important;gap:28px !important;padding-left:18px !important;padding-right:18px !important;}
  .section,.calendar-section,.member-content-wrap,.member-claim-wrap,.form-section{padding-left:18px !important;padding-right:18px !important;}
  .logo-card img{width:min(100%,300px) !important;}
  .year-calendar{grid-template-columns:1fr !important;}
  .calendar-layout{grid-template-columns:1fr !important;width:100% !important;gap:28px !important;}
  .calendar-month,.upcoming-events,.text-card,.news-card,.projekt-item,.person-card,.member-download-box,.member-benefit-grid,.member-steps-grid,.member-claim{max-width:100% !important;}
  .upcoming-events{position:relative !important;top:auto !important;max-height:none !important;overflow:visible !important;}
  .upcoming-head{position:static !important;}
  .nav-links{max-width:100%;overflow-wrap:anywhere;}
  .dropdown,.dropdown-wide{max-width:calc(100vw - 36px) !important;}
  .member-download-box{grid-template-columns:1fr !important;}
  .member-download-actions{min-width:0 !important;width:100% !important;}
  .member-download-actions .btn{width:100% !important;text-align:center !important;white-space:normal !important;}
  .site-footer-inner{justify-content:center;text-align:center;}
  .site-footer-links a{padding:8px 10px;}
}


/* === Final readability/mobile fixes (20260626-final-polish-2) === */
html.bv-dark a:not(.btn):not(.nav-link):not(.masthead-brand):not(.section-link):not(.site-footer-social){
  color:#8fc7ff !important;
}
html.bv-dark a:not(.btn):not(.nav-link):not(.masthead-brand):not(.section-link):not(.site-footer-social):hover{
  color:#b9ddff !important;
}
html.bv-dark .person-card a,
html.bv-dark .member-contact-grid a,
html.bv-dark .text-card a{
  color:#8fc7ff !important;
}
.member-claim{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr) !important;
  overflow:hidden !important;
}
.member-claim h2{
  font-size:clamp(2.65rem,4.6vw,5.25rem) !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.member-claim h2 span{
  display:block !important;
  max-width:100% !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.member-mini-stats{
  min-width:0 !important;
}
.member-mini-stat{
  min-width:0 !important;
}
.member-mini-stat span{
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:auto !important;
}
@media(max-width:1280px){
  .member-claim{grid-template-columns:1fr !important;}
  .member-claim h2{font-size:clamp(2.9rem,8vw,5rem) !important;}
  .member-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:720px){
  .member-mini-stats{grid-template-columns:1fr !important;}
  .member-claim h2{font-size:clamp(2.6rem,15vw,4.4rem) !important;}
  .member-claim{padding:30px 22px !important;}
}
@media(max-width:520px){
  .person-grid,
  .member-benefit-grid,
  .member-steps-grid,
  .projekte-grid,
  .news-grid,
  .info-grid,
  .links-grid,
  .verein-grid{
    grid-template-columns:1fr !important;
  }
  .person-card,
  .member-benefit-card,
  .member-step,
  .projekt-item,
  .news-card,
  .info-card,
  .verein-card{
    min-width:0 !important;
  }
}


/* === Sticky Header + ruhigeres Scrollerlebnis (20260626-sticky-header-1) === */
html{
  scroll-behavior:smooth;
  scroll-padding-top:112px;
}
[id]{
  scroll-margin-top:112px;
}
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:10000 !important;
  background:rgba(255,255,255,.96) !important;
  color:#000 !important;
  border-bottom:1px solid rgba(0,0,0,.08) !important;
  box-shadow:0 0 0 rgba(0,0,0,0) !important;
  backdrop-filter:saturate(145%) blur(12px);
  -webkit-backdrop-filter:saturate(145%) blur(12px);
  transition:box-shadow .22s ease,border-color .22s ease,background-color .22s ease,height .22s ease,min-height .22s ease,padding .22s ease;
}
.site-header.is-scrolled{
  border-bottom-color:rgba(0,0,0,.16) !important;
  box-shadow:0 10px 30px rgba(0,0,0,.12) !important;
}
html.bv-dark .site-header{
  background:rgba(18,18,18,.94) !important;
  color:#f5f5f5 !important;
  border-bottom-color:rgba(255,255,255,.10) !important;
}
html.bv-dark .site-header.is-scrolled{
  border-bottom-color:rgba(255,255,255,.18) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.44) !important;
}
.site-header .masthead-logo,
.site-header .masthead-title,
.site-header .nav-link,
.site-header .masthead,
.site-header .masthead-brand,
.site-header .site-nav,
.site-header .nav-inner,
.site-header .nav-links{
  transition:height .22s ease,min-height .22s ease,width .22s ease,font-size .22s ease,opacity .22s ease,color .16s ease;
}
.dropdown{
  top:100% !important;
}
@media(min-width:981px){
  .site-header.is-scrolled{
    height:74px !important;
    min-height:74px !important;
  }
  .site-header.is-scrolled .masthead,
  .site-header.is-scrolled .masthead-brand,
  .site-header.is-scrolled .site-nav,
  .site-header.is-scrolled .nav-inner,
  .site-header.is-scrolled .nav-links,
  .site-header.is-scrolled .nav-item,
  .site-header.is-scrolled .nav-link,
  .site-header.is-scrolled .search-link,
  .site-header.is-scrolled .theme-toggle{
    height:74px !important;
    min-height:74px !important;
  }
  .site-header.is-scrolled .masthead-logo{
    width:38px !important;
    height:52px !important;
  }
  .site-header.is-scrolled .masthead-title{
    font-size:1.34rem !important;
  }
  .site-header.is-scrolled .nav-link{
    padding-left:11px !important;
    padding-right:11px !important;
  }
}
@media(max-width:980px){
  html{
    scroll-padding-top:130px;
  }
  [id]{
    scroll-margin-top:130px;
  }
  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:10000 !important;
  }
  .site-header.is-scrolled{
    box-shadow:0 8px 22px rgba(0,0,0,.14) !important;
  }
  html.bv-dark .site-header.is-scrolled{
    box-shadow:0 8px 24px rgba(0,0,0,.46) !important;
  }
}
@media(max-width:620px){
  html{
    scroll-padding-top:150px;
  }
  [id]{
    scroll-margin-top:150px;
  }
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .site-header,
  .site-header *{
    transition:none !important;
  }
}


/* === FINAL FIX: Header bleibt wirklich sichtbar beim Scrollen (fixed statt sticky) === */
:root{
  --bv-fixed-header-height:88px;
}
body{
  padding-top:var(--bv-fixed-header-height) !important;
}
.site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:99999 !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid rgba(0,0,0,.12) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
  backdrop-filter:saturate(145%) blur(12px);
  -webkit-backdrop-filter:saturate(145%) blur(12px);
}
.site-header.is-scrolled{
  height:74px !important;
  min-height:74px !important;
  box-shadow:0 12px 32px rgba(0,0,0,.16) !important;
}
html.bv-dark .site-header{
  background:rgba(18,18,18,.96) !important;
  border-bottom-color:rgba(255,255,255,.14) !important;
  box-shadow:0 10px 30px rgba(0,0,0,.44) !important;
}
html.bv-dark .site-header.is-scrolled{
  box-shadow:0 14px 36px rgba(0,0,0,.62) !important;
}
@media(min-width:981px){
  .site-header.is-scrolled .masthead,
  .site-header.is-scrolled .masthead-brand,
  .site-header.is-scrolled .site-nav,
  .site-header.is-scrolled .nav-inner,
  .site-header.is-scrolled .nav-links,
  .site-header.is-scrolled .nav-item,
  .site-header.is-scrolled .nav-link,
  .site-header.is-scrolled .search-link,
  .site-header.is-scrolled .theme-toggle{
    height:74px !important;
    min-height:74px !important;
  }
  .site-header.is-scrolled .masthead-logo{
    width:38px !important;
    height:52px !important;
  }
  .site-header.is-scrolled .masthead-title{
    font-size:1.32rem !important;
  }
}
@media(max-width:980px){
  :root{
    --bv-fixed-header-height:132px;
  }
  .site-header{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
  .site-header.is-scrolled{
    height:auto !important;
    min-height:0 !important;
  }
}
@media(max-width:620px){
  :root{
    --bv-fixed-header-height:148px;
  }
}


/* === Darkmode Header: komplett schwarz ohne graue Rahmen/Felder (20260626-dark-header-black-1) === */
html.bv-dark .site-header,
html.bv-dark .site-header.is-scrolled,
html.bv-dark .masthead,
html.bv-dark .site-nav,
html.bv-dark .nav-inner,
html.bv-dark .nav-links{
  background:#000 !important;
  background-color:#000 !important;
  border-color:#000 !important;
}
html.bv-dark .site-header{
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
html.bv-dark .site-header.is-scrolled{
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:0 10px 26px rgba(0,0,0,.65) !important;
}
html.bv-dark .masthead{
  border:0 !important;
  box-shadow:none !important;
}
html.bv-dark .masthead-brand{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html.bv-dark .dropdown{
  background:#000 !important;
  border-color:#000 !important;
  box-shadow:0 12px 26px rgba(0,0,0,.75) !important;
}
html.bv-dark body::before,
html.bv-dark .site-header::before,
html.bv-dark .site-header::after,
html.bv-dark .masthead::before,
html.bv-dark .masthead::after{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}


/* === Auto-Hide Header: beim Runterscrollen ausblenden, beim Hochscrollen sofort anzeigen === */
.site-header{
  transform:translateY(0);
  will-change:transform;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, height .22s ease, min-height .22s ease, padding .22s ease !important;
}
.site-header.header-hidden{
  transform:translateY(-105%) !important;
}
.site-header:focus-within,
.site-header:hover{
  transform:translateY(0) !important;
}
html.search-is-open .site-header,
body.search-is-open .site-header{
  transform:translateY(0) !important;
}
@media(prefers-reduced-motion:reduce){
  .site-header{
    transition:none !important;
  }
}


/* === Variable Meldungen / Sondermeldungs-Popup (20260626-meldungen-1) === */
body.meldung-open{
  overflow:hidden;
}
.meldung-overlay{
  position:fixed;
  inset:0;
  z-index:120000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}
.meldung-dialog{
  width:min(640px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  position:relative;
  background:#fff;
  color:#000;
  border:4px solid #000;
  box-shadow:14px 14px 0 #c4121a;
  padding:52px 58px 44px;
}
.meldung-close{
  position:absolute;
  top:18px;
  right:22px;
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:2.1rem;
  line-height:1;
  cursor:pointer;
}
.meldung-label{
  margin-bottom:18px;
  color:#c4121a;
  font-size:.9rem;
  line-height:1;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}
.meldung-dialog h2{
  margin:0 0 18px;
  font-size:clamp(2.2rem,4vw,3.25rem);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:700;
}
.meldung-accent{
  width:52px;
  height:4px;
  margin:0 0 26px;
  background:#c4121a;
}
.meldung-subtitle{
  display:block;
  margin:0 0 12px;
  font-size:1.28rem;
  line-height:1.25;
  font-weight:700;
}
.meldung-body{
  margin:0;
  color:#111;
  font-size:1.08rem;
  line-height:1.6;
  font-weight:400;
}
.meldung-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}
.meldung-btn{
  min-width:190px;
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border:3px solid #000;
  font-family:var(--font-main);
  font-size:1rem;
  line-height:1;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}
.meldung-btn.primary{
  background:#c4121a;
  border-color:#c4121a;
  color:#fff;
}
.meldung-btn.secondary{
  background:#fff;
  border-color:#000;
  color:#000;
}
.meldung-bottom{
  margin:34px -58px -44px;
  padding:22px 58px;
  border-top:1px solid #ddd;
  background:#f7f7f4;
}
.meldung-checkbox{
  display:flex;
  align-items:center;
  gap:12px;
  color:#111;
  font-size:.98rem;
  line-height:1.3;
  font-weight:700;
  cursor:pointer;
}
.meldung-checkbox input{
  width:22px;
  height:22px;
  accent-color:#c4121a;
}
.meldung-wartung .meldung-dialog{
  text-align:center;
  border-radius:6px;
  box-shadow:0 22px 70px rgba(0,0,0,.32);
}
.meldung-wartung .meldung-icon-row{
  display:grid;
  grid-template-columns:1fr 58px 1fr;
  align-items:center;
  gap:20px;
  margin:0 auto 18px;
  max-width:330px;
}
.meldung-wartung .meldung-icon-row span{
  height:2px;
  background:#c4121a;
}
.meldung-wartung .meldung-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#c4121a;
  color:#fff;
  font-size:2rem;
  font-weight:700;
}
.meldung-wartung .meldung-label{
  margin:0 0 22px;
}
.meldung-wartung .meldung-accent{
  width:100%;
  height:1px;
  margin:0 0 26px;
  background:#ddd;
}
.meldung-wartung .meldung-actions{
  justify-content:center;
}
html.bv-dark .meldung-dialog{
  background:#161616;
  color:#f5f5f5;
  border-color:#f5f5f5;
}
html.bv-dark .meldung-close,
html.bv-dark .meldung-body,
html.bv-dark .meldung-checkbox{
  color:#f5f5f5;
}
html.bv-dark .meldung-btn.secondary{
  background:#161616;
  color:#f5f5f5;
  border-color:#f5f5f5;
}
html.bv-dark .meldung-bottom{
  background:#111;
  border-top-color:#333;
}
html.bv-dark .meldung-wartung .meldung-accent{
  background:#333;
}
@media(max-width:620px){
  .meldung-overlay{
    padding:16px;
    align-items:flex-start;
    padding-top:calc(var(--bv-fixed-header-height,88px) + 16px);
  }
  .meldung-dialog{
    padding:38px 24px 28px;
    box-shadow:8px 8px 0 #c4121a;
  }
  .meldung-bottom{
    margin:28px -24px -28px;
    padding:18px 24px;
  }
  .meldung-actions{
    flex-direction:column;
  }
  .meldung-btn{
    width:100%;
    min-width:0;
  }
  .meldung-wartung .meldung-icon-row{
    grid-template-columns:1fr 52px 1fr;
  }
  .meldung-wartung .meldung-icon{
    width:52px;
    height:52px;
  }
}


/* === Aktuelles: Startseiten-Teaser aus body + weiter lesen (20260626-summaryless-1) === */
.inline-more{
  display:inline;
  margin-left:.25em;
  color:#c4121a !important;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.inline-more:hover{
  text-decoration:underline;
}
html.bv-dark .inline-more{
  color:#ff5a5f !important;
}


/* === Checkbox-Fix für Meldungen + Datenschutz-Hinweis (20260626-cookie-meldung-1) === */
.meldung-checkbox{
  position:relative;
  user-select:none;
}
.meldung-checkbox input{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  padding:0 !important;
  margin:0 !important;
  border:3px solid currentColor !important;
  background:transparent !important;
  border-radius:0 !important;
  cursor:pointer !important;
  display:inline-grid !important;
  place-content:center !important;
}
.meldung-checkbox input::before{
  content:"";
  width:11px;
  height:11px;
  transform:scale(0);
  transition:transform .12s ease;
  background:#c4121a;
}
.meldung-checkbox input:checked::before{
  transform:scale(1);
}
.meldung-checkbox input:focus{
  outline:2px solid #c4121a !important;
  outline-offset:3px !important;
}
.cookie-notice{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:110000;
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.cookie-notice-inner{
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:24px 28px;
  background:#fff;
  color:#000;
  border:4px solid #000;
  box-shadow:10px 10px 0 #c4121a;
  pointer-events:auto;
}
.cookie-notice-text strong{
  display:block;
  margin:0 0 6px;
  color:#c4121a;
  font-size:.92rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.cookie-notice-text p{
  margin:0;
  color:#111;
  font-size:1rem;
  line-height:1.45;
}
.cookie-notice-actions{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.cookie-btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border:3px solid #000;
  font-family:var(--font-main);
  font-size:.98rem;
  line-height:1;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  white-space:nowrap;
}
.cookie-btn.primary{
  background:#c4121a;
  border-color:#c4121a;
  color:#fff;
}
.cookie-btn.secondary{
  background:#fff;
  border-color:#000;
  color:#000;
}
html.bv-dark .cookie-notice-inner{
  background:#161616;
  color:#f5f5f5;
  border-color:#f5f5f5;
}
html.bv-dark .cookie-notice-text p{
  color:#f5f5f5;
}
html.bv-dark .cookie-btn.secondary{
  background:#161616;
  color:#f5f5f5;
  border-color:#f5f5f5;
}
@media(max-width:760px){
  .cookie-notice{
    left:14px;
    right:14px;
    bottom:14px;
  }
  .cookie-notice-inner{
    grid-template-columns:1fr;
    padding:20px;
    box-shadow:7px 7px 0 #c4121a;
  }
  .cookie-notice-actions{
    justify-content:stretch;
  }
  .cookie-btn{
    flex:1 1 100%;
    width:100%;
  }
}


/* === Linkseite + Cookies/Meldungen Feinschliff (20260626-links-cookies-1) === */
.meldung-checkbox{
  position:relative;
  user-select:none;
}
.meldung-checkbox input{
  appearance:none;
  -webkit-appearance:none;
  flex:0 0 auto;
  width:26px !important;
  height:26px !important;
  margin:0;
  display:inline-grid;
  place-content:center;
  border:3px solid #c4121a;
  background:#fff;
  cursor:pointer;
}
.meldung-checkbox input::before{
  content:"";
  width:12px;
  height:12px;
  transform:scale(0);
  transition:transform .12s ease;
  background:#c4121a;
}
.meldung-checkbox input:checked::before{
  transform:scale(1);
}
.meldung-checkbox input:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
html.bv-dark .meldung-checkbox input{
  background:#111;
  border-color:#ff5a5f;
}
html.bv-dark .meldung-checkbox input::before{
  background:#ff5a5f;
}
.cookie-notice-text strong{
  color:#c4121a;
}
html.bv-dark .cookie-notice-inner{
  background:#111 !important;
  color:#f5f5f5 !important;
  border-color:#f5f5f5 !important;
}
html.bv-dark .cookie-notice-text p{
  color:#e2e2e2 !important;
}
html.bv-dark .cookie-btn.secondary{
  background:#111 !important;
  color:#f5f5f5 !important;
  border-color:#f5f5f5 !important;
}
.verein-grid .verein-card-static:last-child{
  opacity:1;
}


/* === Vorstand: Abstand zwischen Geschäftsführendem und Erweitertem Vorstand (20260626-vorstand-gap-1) === */
.board-subhead{
  margin-top:64px !important;
}
.board-subhead .section-title{
  margin-top:0;
}
@media(max-width:850px){
  .board-subhead{
    margin-top:44px !important;
  }
}


/* === Meldungen: sekundärer Button steuerbar + blockierende Wartung (20260629-meldung-wartung-blocking-1) === */
.meldung-blocking{
  z-index:300000;
  cursor:default;
}
.meldung-blocking .meldung-dialog{
  box-shadow:0 26px 90px rgba(0,0,0,.45), 0 0 0 8px rgba(196,18,26,.22);
}
.meldung-blocking .meldung-actions,
.meldung-blocking .meldung-bottom,
.meldung-blocking .meldung-close{
  display:none !important;
}
.meldung-blocking .meldung-body{
  font-size:1.15rem;
}
.meldung-wartung.meldung-blocking .meldung-label{
  font-size:1rem;
}


/* === Wartungsmeldung: Hintergrund stärker abdunkeln/blur 90% (20260629-wartung-blur-90-1) === */
.meldung-wartung.meldung-blocking{
  background:rgba(0,0,0,.90) !important;
  backdrop-filter:blur(18px) saturate(70%) !important;
  -webkit-backdrop-filter:blur(18px) saturate(70%) !important;
}


/* === Meldungstyp Stadtteilfest (20260630-html-folder-meldungen-1) === */
.meldung-stadtteilfest .meldung-dialog{
  box-shadow:14px 14px 0 #c4121a;
}
.meldung-stadtteilfest .meldung-label{
  color:#c4121a;
}
