/* ============================================================
   VPD – Volkspartei Deutschland | Hauptstylesheet
   Farben: Teal #2E7D6B, Navy #1B2A4A, Weiß #FFFFFF, Hellgrau #F4F6F8
   ============================================================ */

:root {
  --teal:       #2E7D6B;
  --teal-dark:  #1f5a4d;
  --teal-light: #e8f4f1;
  --navy:       #1B2A4A;
  --navy-light: #2c3e6b;
  --white:      #FFFFFF;
  --gray-light: #F4F6F8;
  --gray-mid:   #e0e4ea;
  --gray-text:  #555e6d;
  --black:      #111827;
  --font-main:  'Georgia', 'Times New Roman', serif;
  --font-sans:  'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --shadow:     0 2px 16px rgba(27,42,74,0.10);
  --radius:     6px;
  --transition: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-sans);
  color: var(--black);
  background: var(--white);
  line-height: 1.7;
}

/* ── SKIP-LINK (Accessibility) ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--teal);
  color: var(--white);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0.75rem;
  color: var(--white);
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

/* ── SOCIAL-MEDIA ICONS ── */
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  transition: background var(--transition), color var(--transition);
}
.social-links a:hover {
  background: var(--teal);
  color: var(--white);
}
.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ── NOSCRIPT NAV FALLBACK ── */
.noscript-nav {
  background: var(--navy);
  padding: 1rem 1.5rem;
  text-align: center;
}
.noscript-nav a {
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
  padding: 0.4rem 0.75rem;
  font-family: var(--font-sans);
}
.noscript-nav a:hover { color: var(--white); }

/* ── TYPOGRAFIE ── */
h1, h2, h3, h4 {
  font-family: var(--font-main);
  color: var(--navy);
  line-height: 1.25;
}
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.5rem; }
h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
p  { margin-bottom: 1rem; color: var(--gray-text); }
a  { color: var(--teal); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--teal-dark); }
ul, ol { padding-left: 1.4rem; }
li { margin-bottom: 0.3rem; color: var(--gray-text); }
strong { color: var(--navy); }

/* ── LAYOUT ── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section {
  padding: 4rem 0;
}
.section--alt {
  background: var(--gray-light);
}
.section--dark {
  background: var(--navy);
  color: var(--white);
}
.section--dark h2,
.section--dark h3,
.section--dark p,
.section--dark li { color: var(--white); }
.section--teal {
  background: var(--teal);
  color: var(--white);
}
.section--teal h2,
.section--teal p { color: var(--white); }

.section-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.section--dark .section-label,
.section--teal .section-label { color: rgba(255,255,255,0.7); }

.section-intro {
  max-width: 680px;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}

/* ── NAVIGATION ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.navbar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.navbar__logo-img {
  width: 180px;
  height: auto;
  max-height: 56px;
  display: block;
  object-fit: contain;
}
.navbar__logo {
  height: 40px;
  width: auto;
}
.navbar__logo-placeholder {
  width: 40px;
  height: 40px;
  background: var(--teal);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  color: white;
  letter-spacing: 0.05em;
  font-family: var(--font-sans);
}
.navbar__name {
  font-family: var(--font-main);
  font-size: 1.1rem;
  color: var(--white);
  font-weight: bold;
}
.navbar__name span {
  display: block;
  font-size: 0.65rem;
  font-family: var(--font-sans);
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}
.navbar__links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius);
  transition: background var(--transition), color var(--transition);
  font-family: var(--font-sans);
}
.navbar__links a:hover,
.navbar__links a.active {
  background: rgba(255,255,255,0.12);
  color: var(--white);
}
.navbar__cta {
  background: var(--teal) !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 0.4rem 1rem !important;
}
.navbar__cta:hover {
  background: var(--teal-dark) !important;
}
.navbar__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}
.navbar__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  margin: 5px 0;
  transition: var(--transition);
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #243660 60%, var(--teal-dark) 100%);
  color: var(--white);
  padding: 6rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero__tag {
  display: inline-block;
  background: rgba(46,125,107,0.35);
  color: #7fd6c4;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid rgba(46,125,107,0.5);
}
.hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
}
.hero h1 em {
  color: #7fd6c4;
  font-style: normal;
}
.hero__lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 2rem;
  line-height: 1.65;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__logo-big {
  width: min(280px, 100%);
  opacity: 0.92;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.35));
}
.hero__logo-img {
  max-width: 320px;
  width: 100%;
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 8px 32px rgba(0,0,0,0.35));
  opacity: 0.92;
}
.hero__logo-placeholder {
  width: 220px;
  height: 220px;
  border: 3px solid rgba(46,125,107,0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.8rem;
  text-align: center;
  gap: 0.5rem;
}
.hero__logo-placeholder svg {
  opacity: 0.3;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  font-family: var(--font-sans);
  text-align: center;
}
.btn--primary {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.btn--primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(46,125,107,0.35);
}
.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  color: var(--white);
}
.btn--outline-dark {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}
.btn--outline-dark:hover {
  background: var(--teal);
  color: var(--white);
}
.btn--lg { padding: 0.85rem 2rem; font-size: 1rem; }

/* ── KARTEN ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-mid);
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(27,42,74,0.13);
}
.card__icon {
  width: 48px;
  height: 48px;
  background: var(--teal-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.card__title {
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  font-family: var(--font-main);
}
.card p { font-size: 0.9rem; margin-bottom: 0; }

/* ── SÄULEN-AKKORDEON ── */
.pillar {
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  overflow: hidden;
  background: var(--white);
}
.pillar__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  background: var(--white);
  transition: background var(--transition);
  user-select: none;
}
.pillar__header:hover { background: var(--gray-light); }
.pillar__num {
  width: 36px;
  height: 36px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.pillar__title {
  flex: 1;
  font-family: var(--font-main);
  font-size: 1.05rem;
  color: var(--navy);
}
.pillar__arrow {
  color: var(--teal);
  font-size: 1.2rem;
  transition: transform var(--transition);
}
.pillar.open .pillar__arrow { transform: rotate(180deg); }
.pillar__body {
  display: none;
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--gray-mid);
}
.pillar.open .pillar__body { display: block; }
.pillar__body p { margin-top: 1rem; font-size: 0.95rem; }
.pillar__points {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}
.pillar__point {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--gray-text);
  padding: 0.4rem 0.6rem;
  background: var(--gray-light);
  border-radius: 4px;
}
.pillar__point::before {
  content: '✓';
  color: var(--teal);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* ── ZITAT / CLAIM ── */
.claim {
  text-align: center;
  padding: 5rem 1.5rem;
  background: var(--navy);
  color: var(--white);
}
.claim__quote {
  font-family: var(--font-main);
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: var(--white);
  max-width: 820px;
  margin: 0 auto 1.5rem;
  line-height: 1.45;
}
.claim__quote em { color: #7fd6c4; font-style: normal; }
.claim__sub {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── VERGLEICHSTABELLE ── */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 1.5rem;
}
.compare-table th {
  background: var(--navy);
  color: white;
  padding: 0.75rem 1rem;
  text-align: left;
  font-family: var(--font-sans);
  font-weight: 600;
}
.compare-table th:first-child { border-radius: 6px 0 0 0; }
.compare-table th:last-child { border-radius: 0 6px 0 0; }
.compare-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--gray-mid);
  color: var(--gray-text);
  vertical-align: top;
}
.compare-table tr:nth-child(even) td { background: var(--gray-light); }
.compare-table .check { color: var(--teal); font-weight: 700; }
.compare-table .cross { color: #c0392b; }
.compare-table .partial { color: #e67e22; }
.compare-table .vpd-col { font-weight: 700; color: var(--navy); }

/* ── PROGRAMMTABELLE ── */
.program-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 1.5rem;
}
.program-table thead th {
  background: var(--navy);
  color: white;
  padding: 0.75rem 1rem;
  text-align: left;
  font-family: var(--font-sans);
  font-weight: 600;
  position: sticky;
  top: 72px;
  z-index: 10;
}
.program-table thead th:first-child { border-radius: 6px 0 0 0; width: 3.5rem; text-align: center; }
.program-table thead th:last-child  { border-radius: 0 6px 0 0; width: 5rem; text-align: center; }
.program-table tbody td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--gray-mid);
  color: var(--gray-text);
  vertical-align: top;
}
.program-table tbody td:first-child { text-align: center; font-weight: 700; color: var(--teal); }
.program-table tbody td:last-child  { text-align: center; font-weight: 600; color: var(--navy); }
.program-table tbody tr:nth-child(even) td { background: var(--gray-light); }
.program-table tbody tr:hover td { background: var(--teal-light); }
.program-table caption {
  caption-side: bottom;
  font-size: 0.8rem;
  color: var(--gray-text);
  padding-top: 0.75rem;
  text-align: left;
}
@media (max-width: 640px) {
  .program-table { font-size: 0.8rem; }
  .program-table thead th,
  .program-table tbody td { padding: 0.5rem 0.6rem; }
}

/* ── KONTAKTFORMULAR ── */
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid var(--gray-mid);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-family: var(--font-sans);
  color: var(--black);
  transition: border-color var(--transition);
  background: var(--white);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(46,125,107,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ── NEWSLETTER-BANNER ── */
.newsletter {
  background: var(--teal);
  padding: 3rem 1.5rem;
  text-align: center;
}
.newsletter h2 { color: var(--white); margin-bottom: 0.5rem; }
.newsletter p { color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; }
.newsletter__form {
  display: flex;
  gap: 0.75rem;
  max-width: 480px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter__form input {
  flex: 1;
  min-width: 220px;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: var(--radius);
  font-size: 0.95rem;
}
.newsletter__form input:focus { outline: 2px solid var(--navy); }
.newsletter__form button {
  background: var(--navy);
  color: white;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background var(--transition);
}
.newsletter__form button:hover { background: var(--navy-light); }

/* ── FOOTER ── */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.65);
  padding: 3rem 0 1.5rem;
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
}
.footer__brand p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  margin-top: 0.75rem;
  line-height: 1.6;
}
.footer__col h4 {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer__col ul { list-style: none; padding: 0; }
.footer__col ul li { margin-bottom: 0.5rem; }
.footer__col ul a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: color var(--transition);
}
.footer__col ul a:hover { color: var(--white); }
.footer__bottom {
  max-width: 1100px;
  margin: 2rem auto 0;
  padding: 1.25rem 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer__bottom a { color: rgba(255,255,255,0.5); }
.footer__bottom a:hover { color: var(--white); }

/* ── PAGE HERO (Unterseiten) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #243660 100%);
  padding: 3.5rem 0 3rem;
  color: var(--white);
}
.page-hero h1 { color: var(--white); margin-bottom: 0.5rem; }
.page-hero p { color: rgba(255,255,255,0.72); max-width: 600px; margin-bottom: 0; }

/* ── BREADCRUMB ── */
.breadcrumb {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem;
}
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: white; }
.breadcrumb span { margin: 0 0.4rem; }

/* ── STATS ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.stat {
  text-align: center;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.stat__num {
  font-family: var(--font-main);
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat__label {
  font-size: 0.82rem;
  color: var(--gray-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── TIMELINE ── */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gray-mid);
}
.timeline__item {
  position: relative;
  margin-bottom: 2rem;
}
.timeline__item::before {
  content: '';
  position: absolute;
  left: -1.65rem;
  top: 0.35rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--teal);
}
.timeline__phase {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
}
.timeline__title {
  font-family: var(--font-main);
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.timeline__text { font-size: 0.9rem; color: var(--gray-text); margin-bottom: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .navbar__links { display: none; }
  .navbar__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 1rem 1.5rem;
    gap: 0.25rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  }
  .navbar__toggle { display: block; }
  .footer__inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; }
  .hero { padding: 4rem 0 3rem; }
}
