:root {
  --pink: #c5006f;
  --pink-dark: #950052;
  --orange: #f39a00;
  --ink: #303033;
  --muted: #696970;
  --line: #dedee2;
  --soft: #f5f5f7;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 16px 45px rgba(42, 42, 46, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: var(--pink-dark); text-underline-offset: 3px; }
a:hover { color: var(--pink); }
img { max-width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(222,222,226,.8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 330px; max-width: 46vw; display: block; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 700; }
.main-nav a:hover { color: var(--pink); }
.nav-toggle { display: none; border: 0; background: none; font-size: 1.6rem; padding: 8px; }
.hero { position: relative; overflow: hidden; padding: 80px 0 74px; background: linear-gradient(130deg, #fff 0%, #fff 54%, #faf5f8 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -220px -150px; width: 430px; height: 430px; border-radius: 50%; background: var(--pink); opacity: .035; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }
.eyebrow::before { content: ""; width: 28px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--pink), var(--orange)); }
h1, h2, h3 { line-height: 1.12; }
h1 { margin: 18px 0 22px; font-size: clamp(2.45rem, 5.3vw, 5.2rem); letter-spacing: -.045em; max-width: 12ch; }
h1 span { color: var(--pink); }
.lead { max-width: 650px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--muted); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 19px; border: 2px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 9px 24px rgba(197,0,111,.22); }
.button-primary:hover { color: white; background: var(--pink-dark); }
.button-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-secondary:hover { color: var(--pink); border-color: var(--pink); }
.hero-visual img { width: 100%; }
.quick-bar { border-block: 1px solid var(--line); background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-link { padding: 24px; text-decoration: none; color: var(--ink); border-right: 1px solid var(--line); display: flex; gap: 12px; align-items: center; font-weight: 800; }
.quick-link:last-child { border-right: 0; }
.quick-link b { color: var(--pink); font-size: 1.3rem; }
.quick-link:hover { background: #faf7f9; color: var(--pink-dark); }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: #2f3034; color: white; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-head h2 { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
.section-intro { max-width: 620px; color: var(--muted); margin: 0; }
.section-dark .section-intro { color: #d0d0d4; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; }
.card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 30px; box-shadow: 0 10px 34px rgba(40,40,44,.05); }
.card-accent { border-top: 6px solid var(--pink); }
.about-copy p:first-of-type { font-size: 1.15rem; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.fact { background: #faf7f9; padding: 18px; border-radius: 10px; }
.fact strong { display: block; color: var(--pink); font-size: 1.15rem; }
.contact-list { list-style: none; padding: 0; margin: 18px 0 0; }
.contact-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { display: flex; flex-direction: column; min-height: 100%; background: white; border-radius: 14px; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 12px 36px rgba(40,40,44,.06); }
.news-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.news-card h3 { margin: 8px 0 12px; font-size: 1.25rem; }
.news-card p { color: var(--muted); margin: 0 0 22px; }
.news-card a.more { margin-top: auto; font-weight: 800; text-decoration: none; }
.meta { color: var(--muted); font-size: .82rem; font-weight: 700; }
.local-card .local-band { height: 9px; background: linear-gradient(90deg, var(--pink), var(--orange)); }
.feed-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.feed-tab { border: 1px solid #bfc0c5; border-radius: 999px; background: white; padding: 9px 15px; font-weight: 750; cursor: pointer; }
.feed-tab[aria-selected="true"] { background: var(--pink); border-color: var(--pink); color: white; }
.feed-status { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.feed-panel[hidden] { display: none; }
.feed-placeholder { padding: 34px; border: 1px dashed #bdbdc3; border-radius: 12px; text-align: center; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.audience-card { position: relative; overflow: hidden; padding: 38px; border-radius: 16px; background: white; color: var(--ink); }
.audience-card::after { content: ""; position: absolute; width: 145px; height: 145px; border-radius: 50%; right: -52px; top: -45px; background: var(--pink); opacity: .08; }
.audience-card h3 { margin: 0 0 14px; font-size: 1.7rem; }
.check-list { padding-left: 1.2rem; }
.check-list li { margin: 8px 0; }
.newsletter-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; border-radius: 20px; padding: 48px; background: linear-gradient(135deg, #a00059, #d20b79 55%, #e75c2f); color: white; box-shadow: var(--shadow); }
.newsletter-box h2 { margin: 8px 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); }
.newsletter-box p { color: #fff; opacity: .92; }
.newsletter-form { background: white; color: var(--ink); border-radius: 14px; padding: 25px; }
.form-row { display: flex; gap: 10px; }
.form-row input[type="email"] { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #aaaab0; border-radius: 7px; }
.form-row input[type="email"]:focus { outline: 3px solid rgba(197,0,111,.18); border-color: var(--pink); }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; margin-top: 14px; color: var(--muted); }
.form-check input { margin-top: 4px; }
.form-message { min-height: 24px; margin: 12px 0 0; font-size: .9rem; font-weight: 700; }
.form-message.success { color: #087439; }
.form-message.error { color: #a20c2b; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.legal-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.legal-card h2 { margin-top: 0; font-size: 1.6rem; }
.legal-card details { border-top: 1px solid var(--line); padding: 14px 0; }
.legal-card summary { cursor: pointer; font-weight: 800; }
.site-footer { background: #25262a; color: #e8e8eb; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 34px; }
.footer-logo { width: 320px; background: white; border-radius: 8px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #fff; text-decoration: none; }
.footer-bottom { border-top: 1px solid #45464b; margin-top: 38px; padding-top: 18px; font-size: .85rem; color: #bfc0c4; display: flex; justify-content: space-between; gap: 20px; }
.status-page { min-height: 100vh; display: grid; place-items: center; background: var(--soft); padding: 20px; }
.status-card { width: min(620px, 100%); padding: 40px; background: white; border-radius: 16px; box-shadow: var(--shadow); text-align: center; }
.status-logo { width: 390px; }
.status-card h1 { font-size: 2.4rem; max-width: none; margin: 26px 0 12px; }
.status-card .button { margin-top: 18px; }
@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 12px; padding: 18px; flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid, .about-grid, .newsletter-box { grid-template-columns: 1fr; }
  .hero-visual { max-width: 680px; margin-inline: auto; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-link:nth-child(2) { border-right: 0; }
  .quick-link:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .news-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--max)); }
  .logo { max-width: 72vw; }
  .hero { padding: 55px 0; }
  h1 { font-size: clamp(2.4rem, 13vw, 4.2rem); }
  .quick-grid, .news-grid, .audience-grid, .legal-grid, .footer-grid, .fact-grid { grid-template-columns: 1fr; }
  .quick-link { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-link:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-intro { margin-top: 16px; }
  .newsletter-box { padding: 28px 20px; }
  .form-row { flex-direction: column; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Rechtliche Seiten und zusätzliche Zugänglichkeit */
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.form-hint { margin: 10px 0 0; font-size: .82rem; color: var(--muted) !important; opacity: 1 !important; }
.form-hint a { color: var(--pink-dark); }
.legal-header { background: white; border-bottom: 1px solid var(--line); }
.legal-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-nav nav { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-nav nav a { color: var(--ink); font-weight: 750; text-decoration: none; }
.legal-nav nav a[aria-current="page"] { color: var(--pink); text-decoration: underline; text-decoration-thickness: 3px; }
.legal-main { background: var(--soft); padding: 62px 0 84px; }
.legal-document { max-width: 920px; background: white; border: 1px solid var(--line); border-radius: 16px; padding: clamp(28px, 5vw, 58px); box-shadow: 0 12px 38px rgba(40,40,44,.06); }
.legal-document h1 { max-width: none; margin: 14px 0 4px; font-size: clamp(2.4rem, 6vw, 4.7rem); }
.legal-document h2 { margin: 42px 0 12px; font-size: clamp(1.35rem, 2.7vw, 1.9rem); }
.legal-document h3 { margin: 28px 0 8px; font-size: 1.2rem; }
.legal-document p, .legal-document li { max-width: 78ch; }
.legal-stand { margin-top: 0; color: var(--muted); font-size: .92rem; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-footer { background: #25262a; color: #d8d8dc; padding: 24px 0; font-size: .9rem; }
.legal-footer a { color: white; }
@media (max-width: 700px) {
  .legal-nav { align-items: flex-start; padding-block: 16px; flex-direction: column; gap: 12px; }
  .legal-nav .logo { max-width: 90%; }
  .legal-nav nav { gap: 12px; font-size: .9rem; }
  .legal-main { padding: 24px 0 50px; }
}
.status-legal { margin-top: 24px; font-size: .9rem; color: var(--muted); }

/* Termine */
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.event-card { display: grid; grid-template-columns: 104px 1fr; gap: 22px; align-items: start; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 36px rgba(40,40,44,.05); }
.event-card time { display: grid; place-items: center; min-height: 104px; padding: 12px 8px; background: var(--pink); color: #fff; border-radius: 12px; text-align: center; }
.event-card time strong { font-size: 1.7rem; line-height: 1; }
.event-card time span { font-size: .8rem; margin-top: 7px; }
.event-card h3 { margin: 7px 0 9px; }
.event-card p { margin: 0 0 12px; color: var(--muted); }
.event-card.event-past { opacity: .78; }
.event-card.event-past time { background: #77737a; }
.events-note { margin: 24px 0 0; color: var(--muted); }
.article-shell { max-width: 900px; margin: 0 auto; }
.article-header { padding: 64px 0 34px; background: linear-gradient(130deg,#fff,#faf5f8); }
.article-content { padding: 45px 0 80px; }
.article-content p, .article-content li { font-size: 1.08rem; line-height: 1.75; }
.article-back { display: inline-flex; margin-top: 28px; }
@media (max-width: 760px) { .events-grid { grid-template-columns: 1fr; } .event-card { grid-template-columns: 82px 1fr; padding: 18px; gap: 16px; } .event-card time { min-height: 82px; } }

/* Statische Ortsverbandsseiten */
.static-nav { display:flex; }
.article-marker { width:84px; height:84px; display:grid; place-items:center; margin:0 0 26px; border-radius:22px 22px 22px 4px; background:linear-gradient(135deg,var(--pink),#df2b86); color:#fff; font-weight:900; font-size:1.35rem; box-shadow:0 12px 30px rgba(197,0,111,.2); }
.article-note { margin:30px 0 0; padding:22px 24px; border-left:6px solid var(--orange); background:#fff8eb; border-radius:0 12px 12px 0; }
.article-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.archive-grid { grid-template-columns:repeat(3,1fr); }
.compact-footer { padding-top:20px; }
.compact-footer .footer-bottom { margin-top:0; }
.compact-footer a { color:#fff; }
@media (max-width:980px){ .archive-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:700px){ .static-nav{display:flex; position:static; border:0; box-shadow:none; padding:0; flex-direction:row; gap:12px; font-size:.8rem;} .archive-grid{grid-template-columns:1fr;} }
