@charset "UTF-8";
@font-face {
  font-family: BereitBold;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("BereitBold"), local("BereitBold-Gruen"), url(/webfonts/BereitBold-Oblique-c0cf923a96d80efdf8bb3cf4b07ab6ef.woff2) format("woff2"), url(/webfonts/BereitBold-Oblique-c54523aeff1d53ab9acc33653047dd7d.woff) format("woff");
}
@font-face {
  font-family: PT Sans;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(/webfonts/PTSans-BoldItalic-ea51f2730dfaabee1f75df8854fbc289.woff2) format("woff2"), url(/webfonts/PTSans-BoldItalic-c5efef9ed34a6afffb6e8000b7162a21.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: PT Sans;
  src: local("PT Sans"), local("PTSans-Regular"), url(/webfonts/PTSans-Regular-822510285d4e61e3fe62bd7d5b96c588.woff2) format("woff2"), url(/webfonts/PTSans-Regular-32be237e783945d3608b5ed54af06286.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
.wahl2026-page {
  /* Schriftgrößen - in rem (16px = 1rem Basis) */
  --font-size-h1: 6rem; /* 96px */
  --font-size-h2: 5rem; /* 80px */
  --font-size-h3: 4rem; /* 64px */
  --font-size-h4: 4rem; /* 64px */
  --font-size-body: 1.3rem; /* 20.8px */
  /* Line Heights - in rem */
  --line-height-h1: 7.2rem; /* 115.2px */
  --line-height-h2: 6rem; /* 96px */
  --line-height-h3: 4.8rem; /* 76.8px */
  --line-height-h4: 4.8rem; /* 76.8px */
  --line-height-body: 1.95rem; /* 31.2px */
  font-family: "PT Sans", Arial, sans-serif;
  background-color: #f5f1e9;
  color: #201d1b;
  line-height: 1.5;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  padding-top: 77px; /* Fix for fixed header */
  /* Hero Section */
}
.wahl2026-page .hero {
  position: relative;
  height: 473px;
  overflow: hidden;
  margin-top: 0;
}
.wahl2026-page .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wahl2026-page {
  /* Main Content */
}
.wahl2026-page .main-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: #f5f1e9;
}
.wahl2026-page .content-wrapper {
  padding: 40px 30px;
}
.wahl2026-page {
  /* Typography */
}
.wahl2026-page h1 {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  color: #005538;
  margin-bottom: 40px;
}
.wahl2026-page h2 {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  color: #005538;
  margin-top: 8rem;
  margin-bottom: 30px;
}
.wahl2026-page h3 {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  color: #000;
  margin-top: 50px;
  margin-bottom: 25px;
}
.wahl2026-page {
  /* Reduzierter Abstand wenn h3 direkt nach h2 folgt */
}
.wahl2026-page h2 + h3 {
  margin-top: -2rem;
}
.wahl2026-page h4 {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.wahl2026-page p {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #201d1b;
  margin-bottom: 20px;
}
.wahl2026-page {
  /* Team Section */
}
.wahl2026-page .team-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  margin: 60px 0;
  align-items: start;
}
.wahl2026-page .team-member {
  margin-bottom: 80px;
}
.wahl2026-page .profile-image {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  object-fit: cover;
}
.wahl2026-page .member-name {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: #000;
  margin-bottom: 0; /* Direkt an Role */
  text-align: left; /* Linksbündig im Desktop-Grid */
}
.wahl2026-page .member-role {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #201d1b;
  margin-top: 0rem; /* Sehr kleiner Abstand nach Name */
  margin-bottom: 2rem; /* Mehr Abstand zur Description */
  text-align: left; /* Linksbündig im Desktop-Grid */
}
.wahl2026-page .member-info {
  text-align: left; /* Linksbündig im Desktop-Grid */
}
.wahl2026-page .bold {
  font-family: "BereitBold", sans-serif;
}
.wahl2026-page .member-description {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #201d1b;
}
.wahl2026-page .member-description p {
  margin-bottom: 15px;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.wahl2026-page {
  /* List Position */
}
.wahl2026-page .list-position {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #201d1b;
  margin-bottom: 10px;
}
.wahl2026-page {
  /* Image Sections */
}
.wahl2026-page .section-image {
  width: 100%;
  margin: 40px 0;
  border-radius: 8px;
}
.wahl2026-page .large-image {
  width: 100%;
  max-width: 1180px;
  margin: 40px 0;
  border-radius: 8px;
}
.wahl2026-page .candidate-image {
  width: 578px;
  height: 713px;
  object-fit: cover;
  margin: 40px 0;
  border-radius: 8px;
}
.wahl2026-page {
  /* Ideas Section */
}
.wahl2026-page .ideas-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  margin: 60px 0;
}
.wahl2026-page .idea-icon {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  object-fit: cover;
}
.wahl2026-page .idea-title {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  color: #000;
  margin-bottom: 30px;
}
.wahl2026-page .idea-content ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}
.wahl2026-page .idea-content li {
  margin-bottom: 10px;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.wahl2026-page {
  /* Link Styles */
}
.wahl2026-page a.link-underline {
  color: #005538;
  text-decoration: underline;
  text-underline-position: from-font;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}
.wahl2026-page {
  /* Ideen einreichen Teaser */
}
.wahl2026-page .ideen-teaser {
  background-color: #f5f1e9;
  padding: 4rem 2rem;
  margin: 4rem 0;
}
.wahl2026-page .ideen-teaser-content {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.wahl2026-page .ideen-teaser-heading {
  font-family: "BereitBold", sans-serif;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  color: #005538;
  margin-bottom: 1.5rem;
}
.wahl2026-page .ideen-teaser-text {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #201d1b;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wahl2026-page .ideen-teaser-button {
  display: inline-block;
  background-color: #005538;
  color: #f5f1e9;
  padding: 1rem 2rem;
  text-decoration: none;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
.wahl2026-page .ideen-teaser-button:hover {
  opacity: 0.9;
}
.wahl2026-page {
  /* Anton styles */
}
.wahl2026-page .anton-candidate-row {
  display: flex;
  gap: 2rem;
  width: 100%;
  align-items: stretch;
  /* Neue Lösung für gleichen Abstand oben/unten/seitlich */
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wahl2026-page .anton-image-wrapper, .wahl2026-page .anton-listbox {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.wahl2026-page .anton-image-wrapper {
  justify-content: stretch;
}
.wahl2026-page .anton-image {
  width: 100%;
  height: 100%;
  max-width: 370px;
  min-width: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 !important;
  aspect-ratio: 4/5;
  display: block;
}
.wahl2026-page .anton-listbox {
  background: #005538;
  border-radius: 14px;
  color: #f5f1e9;
  padding: 0 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .wahl2026-page .anton-candidate-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .wahl2026-page .anton-image {
    max-width: 100%;
    border-radius: 14px 14px 0 0;
    margin-bottom: 0 !important;
  }
  .wahl2026-page .anton-listbox {
    width: 100%;
    border-radius: 0 0 14px 14px;
    padding: 32px;
    align-items: center;
  }
  .wahl2026-page .anton-listbox ul {
    text-align: left;
    margin-bottom: 0;
  }
}
.wahl2026-page {
  /* Responsive */
}
@media (max-width: 1200px) {
  .wahl2026-page {
    --font-size-h1: 4.5rem; /* 72px */
    --font-size-h2: 3.75rem; /* 60px */
    --font-size-h3: 3rem; /* 48px */
    --font-size-h4: 3rem; /* 48px */
  }
  .wahl2026-page h1 {
    line-height: 5.375rem;
  }
  .wahl2026-page { /* 86px */ }
  .wahl2026-page h2 {
    line-height: 4.5rem;
  }
  .wahl2026-page { /* 72px */ }
  .wahl2026-page h3 {
    line-height: 3.625rem;
  }
  .wahl2026-page { /* 58px */ }
  .wahl2026-page h4 {
    line-height: 3.625rem;
  }
  .wahl2026-page { /* 58px */ }
  .wahl2026-page .team-grid,
  .wahl2026-page .ideas-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wahl2026-page .profile-image,
  .wahl2026-page .idea-icon {
    margin: 0 auto;
  }
  .wahl2026-page {
    /* Zentrierte Ausrichtung im Mobile-Layout */
  }
  .wahl2026-page .member-info {
    text-align: center;
  }
  .wahl2026-page .member-name,
  .wahl2026-page .member-role {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wahl2026-page {
    --font-size-h1: 3rem; /* 48px */
    --font-size-h2: 2.5rem; /* 40px */
    --font-size-h3: 2rem; /* 32px */
    --font-size-h4: 2rem; /* 32px */
  }
  .wahl2026-page h1 {
    line-height: 3.625rem;
  }
  .wahl2026-page { /* 58px */ }
  .wahl2026-page h2 {
    line-height: 3rem;
  }
  .wahl2026-page { /* 48px */ }
  .wahl2026-page h3 {
    line-height: 2.375rem;
  }
  .wahl2026-page { /* 38px */ }
  .wahl2026-page h4 {
    line-height: 2.375rem;
  }
  .wahl2026-page { /* 38px */
    /* Reduzierter Abstand auch im Mobile-Layout */
  }
  .wahl2026-page h2 + h3 {
    margin-top: -2rem;
  }
  .wahl2026-page .content-wrapper {
    padding: 20px 15px;
  }
  .wahl2026-page .ideen-teaser {
    padding: 3rem 1.5rem;
  }
  .wahl2026-page {
    /* Zentrierte Ausrichtung im Mobile-Layout */
  }
  .wahl2026-page .member-info {
    text-align: center;
  }
  .wahl2026-page .member-name,
  .wahl2026-page .member-role {
    text-align: center;
  }
}
