:root {
  --orange: #FFA600;
  --orange-dark: #CC8500;
  --orange-soft: #FFF3D6;
  --cream: #FFF9ED;
  --dark: #111827;
  --text: #111827;
  --muted: #5f6b7a;
  --line: #edf0f4;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
  --radius: 32px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: white; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px max(20px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(255,166,0,.14); backdrop-filter: blur(18px); }
.site-header.is-sticky { position: sticky; top: var(--sticky-offset, 0px); }
.has-preview-banner { --sticky-offset: var(--review-banner-height, 0px); }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 18px; background: var(--orange); color: white; font-weight: 900; box-shadow: 0 12px 28px rgba(255,166,0,.32); }
.brand-mark.large { width: 64px; height: 64px; border-radius: 24px; font-size: 22px; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { text-transform: uppercase; letter-spacing: .22em; font-size: 13px; font-weight: 900; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 800; color: #4b5563; }
.main-nav a:hover { color: var(--orange-dark); }
.nav-button, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.nav-button { padding: 12px 20px; color: white !important; background: var(--orange); box-shadow: 0 12px 28px rgba(255,166,0,.28); }
.button { min-height: 54px; padding: 0 28px; }
.button:hover, .nav-button:hover, .card:hover { transform: translateY(-3px); }
.primary { color: white; background: var(--orange); box-shadow: 0 18px 38px rgba(255,166,0,.32); }
.secondary { color: var(--text); background: white; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(17,24,39,.06); }
.white { color: var(--text); background: white; box-shadow: 0 18px 38px rgba(17,24,39,.12); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; border-radius: 999px; background: var(--dark); }
.preview-banner { position: sticky; top: 0; z-index: 100; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; padding: 10px 18px; color: #251600; background: #ffe4a3; border-bottom: 1px solid rgba(95,63,0,.16); font-size: 14px; }
.preview-banner a { font-weight: 900; text-decoration: underline; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0%, #fff 55%, #fff 100%); }
.hero-bg { position: absolute; border-radius: 999px; filter: blur(55px); pointer-events: none; }
.hero-bg.one { top: -120px; right: -110px; width: 340px; height: 340px; background: rgba(255,166,0,.25); }
.hero-bg.two { bottom: -150px; left: -100px; width: 380px; height: 380px; background: rgba(255,166,0,.14); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 92px; }
.pills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.pills span { padding: 10px 16px; border: 1px solid rgba(255,166,0,.24); border-radius: 999px; background: rgba(255,255,255,.78); font-size: 14px; font-weight: 800; box-shadow: 0 10px 24px rgba(17,24,39,.05); }
h1, h2, h3 { margin: 0; color: #0b1220; }
h1 { max-width: 830px; font-size: clamp(48px, 8vw, 86px); line-height: .95; letter-spacing: -.065em; font-weight: 900; }
h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 760px; margin-top: 28px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 720px; margin-top: 40px; }
.stats article { padding: 20px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 12px 28px rgba(17,24,39,.05); }
.stats strong, .stats span { display: block; }
.stats strong { font-size: 32px; font-weight: 900; }
.stats span { margin-top: 4px; color: var(--muted); font-size: 14px; font-weight: 700; }
.hero-card { position: relative; border-radius: 44px; padding: 16px; background: #0b1220; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: -22px; z-index: -1; border-radius: 54px; background: rgba(255,166,0,.16); filter: blur(16px); }
.photo-placeholder { position: relative; display: grid; place-items: center; min-height: 610px; overflow: hidden; border-radius: 34px; background: linear-gradient(145deg,#FFF3D6,#fff 42%,#FFF9ED); }
.photo-placeholder.has-photo { background: #0b1220; }
.photo-top { position: absolute; inset: 30px 30px auto; z-index: 2; display: flex; justify-content: space-between; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 900; }
.has-photo .photo-top { color: white; text-shadow: 0 2px 12px rgba(0,0,0,.38); }
.candidate-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-circle { display: grid; place-items: center; width: 220px; height: 220px; border-radius: 50%; background: white; box-shadow: 0 24px 58px rgba(17,24,39,.12); outline: 10px solid rgba(255,166,0,.18); text-align: center; }
.initials { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 24px; background: var(--orange); color: white; font-size: 28px; font-weight: 900; }
.photo-circle strong { margin-top: 14px; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; }
.photo-circle small { color: var(--muted); font-weight: 800; }
.promise { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; padding: 22px; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 18px 46px rgba(17,24,39,.12); backdrop-filter: blur(12px); }
.promise small { display: block; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.promise strong { display: block; margin-top: 8px; font-size: 19px; line-height: 1.35; }
.section { padding-block: 86px; }
.section-head { max-width: 780px; margin-bottom: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 9px 15px; border-radius: 999px; background: var(--orange-soft); color: #924d00; font-size: 14px; font-weight: 900; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--orange); }
.eyebrow.no-dot::before { display: none; }
.section h2, .two-col h2 { font-size: clamp(36px,5vw,58px); line-height: 1.02; letter-spacing: -.045em; font-weight: 900; }
.section-head p, .two-col p { max-width: 740px; margin-top: 20px; font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 34px rgba(17,24,39,.055); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.card:hover { border-color: rgba(255,166,0,.35); box-shadow: 0 28px 70px rgba(17,24,39,.10); }
.icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 20px; background: var(--orange-soft); font-size: 24px; }
.card h3 { font-size: 22px; font-weight: 900; }
.card p { margin-bottom: 0; }
.dark { color: white; background: #0b1220; }
.dark h2, .dark h3 { color: white; }
.dark p { color: #c6ccd6; }
.dark .eyebrow { background: rgba(255,166,0,.14); color: #ffd980; }
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
blockquote { margin: 34px 0 0; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.06); }
blockquote strong { display: block; color: #ffc247; font-size: 27px; line-height: 1.3; }
blockquote span { display: block; margin-top: 12px; color: #d9dde5; }
.value-list { display: grid; gap: 16px; }
.value-list div { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.06); color: #f4f7fb; font-size: 18px; line-height: 1.55; font-weight: 800; }
.value-list span { color: #ffc247; font-weight: 900; }
.person-grid { align-items: start; }
.timeline { position: relative; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.timeline::before { content: ""; position: absolute; inset: 26px -18px -18px 26px; z-index: -1; border-radius: var(--radius); background: var(--orange-soft); }
.timeline article { display: flex; gap: 20px; padding: 22px; border-bottom: 1px solid var(--line); }
.timeline article:last-child { border-bottom: 0; }
.timeline article > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 999px; background: var(--orange); color: white; font-weight: 900; }
.timeline article:last-child > span { background: var(--dark); }
.timeline h3 { font-size: 20px; font-weight: 900; }
.timeline p { margin: 8px 0 0; }
.cta-wrap { padding-bottom: 86px; }
.cta { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 50px; border-radius: 42px; background: var(--orange); box-shadow: 0 30px 80px rgba(255,166,0,.24); }
.cta span { color: rgba(17,24,39,.68); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 900; }
.cta h2 { margin-top: 14px; color: white; font-size: clamp(32px,4vw,54px); line-height: 1.04; letter-spacing: -.045em; font-weight: 900; }
.cta p { max-width: 820px; color: rgba(255,255,255,.92); font-size: 18px; }
.contact-section { background: #f7f8fb; }
.contact-links { display: grid; gap: 14px; margin-top: 34px; }
.contact-links a { display: flex; align-items: center; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 26px; background: white; font-weight: 900; box-shadow: 0 12px 28px rgba(17,24,39,.04); }
.contact-form { display: grid; gap: 18px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: #394150; font-size: 14px; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dde3ea; border-radius: 18px; padding: 15px 16px; font: inherit; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 5px rgba(255,166,0,.14); }
.contact-form button { border: 0; border-radius: 999px; padding: 17px 28px; color: white; background: var(--orange); font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 16px 34px rgba(255,166,0,.28); }
.contact-form p { margin: 0; font-size: 12px; line-height: 1.65; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-success, .form-error { padding: 14px 16px; border-radius: 18px; font-weight: 800; line-height: 1.45; }
.form-success { color: #0f5132; background: #d1e7dd; }
.form-error { color: #842029; background: #f8d7da; }
.site-footer { padding-block: 34px; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-grid strong, .footer-grid span { display: block; }
.footer-grid strong { font-size: 18px; font-weight: 900; }
.footer-grid span { margin-top: 4px; color: var(--muted); font-size: 14px; font-weight: 700; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 20px; color: #4b5563; font-size: 14px; font-weight: 900; }
.maintenance-body { min-height: 100vh; background: radial-gradient(circle at 20% 10%, rgba(255,166,0,.22), transparent 34%), linear-gradient(135deg, var(--cream), white); }
.maintenance-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.maintenance-card { width: min(760px, 100%); padding: clamp(34px, 6vw, 68px); border: 1px solid rgba(255,166,0,.24); border-radius: 42px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(14px); }
.maintenance-card h1 { margin-top: 22px; font-size: clamp(38px, 7vw, 72px); }
.maintenance-card p { margin: 22px auto 0; max-width: 620px; font-size: 18px; }
.maintenance-card .button { margin-top: 28px; }
.maintenance-links { margin-top: 28px; font-size: 14px; font-weight: 900; color: var(--orange-dark); }
.legal-page { padding-block: 80px; }
.legal-page h1 { font-size: clamp(42px, 7vw, 72px); }
.legal-box { margin-top: 28px; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 42px rgba(17,24,39,.06); color: #364152; line-height: 1.8; white-space: normal; }
@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 75px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
  body.menu-open .main-nav { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .nav-button { margin-top: 8px; text-align: center; }
  .hero-grid, .two-col { grid-template-columns: 1fr; gap: 46px; }
  .hero-grid { padding-block: 66px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .cta { grid-template-columns: 1fr; padding: 34px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand strong { letter-spacing: .12em; }
  .stats, .cards { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .photo-placeholder { min-height: 520px; }
  .section { padding-block: 64px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

/* Reviewer-Freigabe */
.review-banner {
  position: sticky;
  top: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px max(18px, calc((100vw - 1180px) / 2));
  color: #172033;
  background: #fff3cf;
  border-bottom: 1px solid rgba(120, 82, 0, 0.18);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}
.review-banner-main strong,
.review-banner-main span,
.review-banner-main em,
.review-banner-main small { display: block; }
.review-banner-main strong { font-weight: 900; }
.review-banner-main span { margin-top: 2px; color: #59400a; font-size: 14px; font-weight: 700; }
.review-banner-main em { margin-top: 4px; color: #0f5132; font-style: normal; font-size: 13px; font-weight: 900; }
.review-banner-main small { margin-top: 4px; color: #674d12; font-weight: 800; }
.review-form { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; align-items: center; }
.review-form .review-comment {
  min-width: 250px;
  border: 1px solid rgba(120, 82, 0, 0.22);
  border-radius: 999px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
}
.review-form button,
.review-form a {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  color: white;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.review-form .approve { background: #198754; }
.review-form .reject { background: #dc3545; }
.review-form a { color: #172033; background: white; }
@media (max-width: 960px) {
  .review-banner { grid-template-columns: 1fr; }
  .review-form { justify-content: stretch; }
  .review-form .review-comment,
  .review-form button,
  .review-form a { width: 100%; }
}

/* Erweiterte Inhaltsbereiche */
.council-section { background: #fff; }
.blog-section { background: #f7f8fb; }
.events-section { background: #fff; }
.content-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.content-card,
.event-card,
.empty-section-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 14px 34px rgba(17,24,39,.055);
}
.content-card {
  padding: 28px;
}
.content-card h3,
.event-card h3 {
  margin-top: 12px;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 900;
}
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}
.content-meta span,
.content-meta time,
.blog-card time {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--orange-soft);
}
.card-kicker {
  color: #344054;
  font-weight: 800;
}
.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.empty-section-card {
  padding: 24px;
  color: var(--muted);
  font-weight: 800;
}
.blog-card time {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}
.events-layout { align-items: start; }
.event-list {
  display: grid;
  gap: 16px;
}
.event-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 22px;
}
.event-date {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 112px;
  border-radius: 24px;
  padding: 18px;
  background: var(--orange-soft);
  color: #6f4300;
}
.event-date strong,
.event-date span {
  display: block;
}
.event-date strong {
  font-size: 24px;
  font-weight: 900;
}
.event-date span {
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 960px) {
  .content-grid,
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card { grid-template-columns: 1fr; }
  .event-date { min-height: auto; }
}
@media (max-width: 680px) {
  .content-grid,
  .blog-grid { grid-template-columns: 1fr; }
}

/* Polished public modules: Anträge/Anfragen, Blog, Termine */
.council-section,
.blog-section,
.events-section {
  position: relative;
  overflow: hidden;
}

.council-section::before,
.blog-section::before,
.events-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(48px);
  opacity: .55;
}

.council-section::before {
  right: -180px;
  top: -160px;
  background: rgba(245, 164, 0, .18);
}

.blog-section::before {
  left: -180px;
  top: -140px;
  background: rgba(245, 164, 0, .13);
}

.events-section::before {
  right: -170px;
  bottom: -210px;
  background: rgba(245, 164, 0, .16);
}

.council-section .container,
.blog-section .container,
.events-section .container {
  position: relative;
}

.council-section .section-head,
.blog-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(245, 164, 0, .18);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,232,.74));
  box-shadow: 0 20px 60px rgba(17, 24, 39, .07);
}

.blog-section .section-head {
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,248,251,.84));
}

.content-grid,
.blog-grid {
  align-items: stretch;
}

.content-card,
.blog-card,
.event-card,
.empty-section-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(17, 24, 39, .08);
  box-shadow: 0 18px 46px rgba(17, 24, 39, .07);
}

.content-card::after,
.blog-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), rgba(245, 164, 0, .18));
}

.content-card,
.blog-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.content-card:hover,
.blog-card:hover,
.event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 164, 0, .34);
  box-shadow: 0 28px 72px rgba(17, 24, 39, .12);
}

.council-card {
  min-height: 100%;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255,248,232,.75) 0%, #fff 34%),
    #fff;
}

.council-card::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(245, 164, 0, .12);
}

.council-card .content-meta {
  padding-right: 72px;
}

.content-meta {
  gap: 8px;
}

.content-meta span,
.content-meta time,
.blog-card time {
  border: 1px solid rgba(245, 164, 0, .2);
  background: rgba(255, 242, 204, .92);
  color: #7a4800;
  box-shadow: 0 8px 18px rgba(245, 164, 0, .09);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 4px;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.chip-committee {
  color: #172033;
  background: #f4f6f8;
  border: 1px solid #e7ecf2;
}

.chip-status {
  color: #7a4800;
  background: #FFF3D6;
  border: 1px solid rgba(245, 164, 0, .28);
}

.blog-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(255,166,0,.08), transparent 28%),
    #f7f8fb;
}

.blog-grid .blog-card:first-child {
  grid-column: span 2;
  min-height: 320px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(17,24,39,.96), rgba(31,41,55,.92)),
    #111827;
  color: white;
}

.blog-grid .blog-card:first-child h3,
.blog-grid .blog-card:first-child p {
  color: white;
}

.blog-grid .blog-card:first-child .blog-excerpt {
  color: #ffd980;
}

.blog-grid .blog-card:first-child time {
  color: #fff;
  background: rgba(245, 164, 0, .25);
  border-color: rgba(245, 164, 0, .45);
}

.blog-card {
  padding: 30px;
  background: #fff;
}

.blog-card h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.blog-card p:last-child {
  margin-bottom: 8px;
}

.blog-excerpt {
  padding-left: 14px;
  border-left: 4px solid var(--orange);
}

.events-section {
  background:
    linear-gradient(180deg, #fff 0%, #FFF9ED 100%);
}

.events-layout {
  grid-template-columns: .78fr 1.22fr;
}

.event-list {
  position: relative;
  gap: 18px;
}

.event-list::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 31px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,166,0,.72), rgba(255,166,0,.08));
}

.event-card {
  grid-template-columns: 170px 1fr;
  align-items: start;
  margin-left: 18px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.event-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 7px rgba(255,166,0,.16);
}

.event-date {
  min-height: 128px;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(245, 164, 0, .24);
  background:
    linear-gradient(180deg, #FFF9ED 0%, #FFF3D6 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 28px rgba(255,166,0,.13);
}

.event-date strong {
  font-size: 26px;
  line-height: 1.1;
}

.event-location {
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #f4f6f8;
  color: #172033;
  font-size: 13px;
}

.text-link-arrow {
  align-items: center;
  text-decoration: none;
}

.text-link-arrow::after {
  content: "→";
  margin-left: 7px;
  transition: transform .18s ease;
}

.text-link-arrow:hover::after {
  transform: translateX(4px);
}

.empty-section-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  border-style: dashed;
  background: rgba(255, 255, 255, .78);
}

.empty-section-card::before {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 26px;
  font-weight: 900;
}

@media (max-width: 960px) {
  .blog-grid .blog-card:first-child {
    grid-column: span 2;
  }
  .events-layout {
    grid-template-columns: 1fr;
  }
  .event-list::before {
    left: 14px;
  }
  .event-card {
    margin-left: 0;
    padding-left: 34px;
  }
  .event-card::before {
    left: 7px;
  }
}

@media (max-width: 680px) {
  .council-section .section-head,
  .blog-section .section-head {
    padding: 22px;
  }
  .blog-grid .blog-card:first-child {
    grid-column: auto;
    min-height: auto;
  }
  .event-card {
    grid-template-columns: 1fr;
  }
  .event-date {
    min-height: auto;
    text-align: left;
    place-content: start;
  }
  .council-card .content-meta {
    padding-right: 0;
  }
  .council-card::before {
    display: none;
  }
}


.rich-text { color: var(--muted); line-height: 1.75; }
.rich-text > :first-child { margin-top: 0; }
.rich-text > :last-child { margin-bottom: 0; }
.rich-text p { margin: 0 0 1em; color: inherit; }
.rich-text ul, .rich-text ol { margin: .8em 0 1em 1.3em; padding: 0; color: inherit; }
.rich-text li { margin: .28em 0; }
.rich-text h2, .rich-text h3, .rich-text h4 { margin: 1.2em 0 .45em; color: #0b1220; line-height: 1.15; letter-spacing: -.02em; }
.dark .rich-text h2, .dark .rich-text h3, .dark .rich-text h4 { color: #fff; }
.rich-text strong, .rich-text b { color: #1d2939; }
.dark .rich-text strong, .dark .rich-text b { color: #fff; }
.rich-text a { color: var(--orange-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.rich-text blockquote { margin: 1em 0; padding: 18px 20px; border-left: 5px solid var(--orange); border-radius: 16px; background: rgba(255,166,0,.10); }
.rich-text hr { border: 0; border-top: 1px solid var(--line); margin: 1.4em 0; }
.section-intro { max-width: 740px; margin-top: 20px; font-size: 18px; }
.maintenance-text { margin: 18px 0 28px; }
.lead.rich-text { display: block; }
.promise .rich-text, .promise p { color: inherit; }
.promise-text { margin-top: 8px; color: #0b1220; font-size: 19px; font-weight: 900; line-height: 1.35; }
.promise-text p { color: inherit; }


/* PdF-Style-Fix: Orange #FFA600, Weiß, Schwarz und echtes Logo */
.brand-logo {
  display: block;
  width: clamp(96px, 10vw, 145px);
  height: auto;
  object-fit: contain;
}
.brand-text { min-width: 0; }
.brand-logo-large {
  display: block;
  width: min(320px, 78vw);
  height: auto;
  margin: 0 auto 18px;
}
.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-logo {
  display: block;
  width: min(180px, 38vw);
  height: auto;
}
.dark {
  background: #050505;
  color: #fff;
}
.dark .eyebrow {
  background: rgba(255,166,0,.14);
  color: #FFA600;
}
blockquote strong,
.value-list span {
  color: #FFA600;
}
.value-list div,
blockquote {
  border-color: rgba(255,166,0,.22);
  background: rgba(255,255,255,.05);
}
.hero-card {
  background: #050505;
}
.photo-placeholder.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 45%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 35%);
  pointer-events: none;
}
.candidate-photo { z-index: 0; }
.photo-top, .promise { z-index: 3; }
@media (max-width: 680px) {
  .brand-logo { width: 88px; }
  .brand-text strong { font-size: 12px; letter-spacing: .08em; }
  .brand-text small { font-size: 11px; }
  .footer-brand-block { flex-direction: column; align-items: flex-start; }
}

/* kompakte Logodarstellung im Sticky-Header */
.brand-logo {
  width: auto;
  height: clamp(42px, 5vw, 56px);
  max-width: 150px;
}
.site-header {
  min-height: 74px;
}


/* Beteiligungsmodul */
.participation-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff9ed 100%);
}
.participation-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: rgba(255,166,0,.14);
  filter: blur(45px);
}
.participation-head { position: relative; }
.participation-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}
.participation-option {
  padding: 24px;
  border: 1px solid rgba(255,166,0,.24);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 40px rgba(17,24,39,.06);
}
.participation-option span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--orange);
  color: white;
  font-weight: 900;
}
.participation-option h3 { font-size: 22px; }
.participation-option p { margin-bottom: 0; }
.participation-option.muted-option { opacity: .78; }
.participation-forms {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.participation-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.form-title-block strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
}
.form-title-block .rich-text {
  margin-top: 10px;
  color: var(--muted);
}
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.participation-form label {
  display: grid;
  gap: 8px;
  color: #394150;
  font-size: 14px;
  font-weight: 900;
}
.participation-form input,
.participation-form textarea,
.participation-form select {
  width: 100%;
  border: 1px solid #dde3ea;
  border-radius: 18px;
  padding: 15px 16px;
  background: white;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.participation-form textarea {
  min-height: 140px;
  resize: vertical;
}
.participation-form input:focus,
.participation-form textarea:focus,
.participation-form select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 5px rgba(255,166,0,.14);
}
.participation-form button {
  border: 0;
  border-radius: 999px;
  padding: 17px 28px;
  color: white;
  background: var(--orange);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(255,166,0,.28);
}
.public-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: #4b5563 !important;
  font-weight: 800 !important;
}
.public-check input { width: auto; }
.privacy-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}
@media (max-width: 960px) {
  .participation-options,
  .participation-forms { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .form-grid-two { grid-template-columns: 1fr; }
}
