/* ══════════════════════════════════════════════
   page.css – Stile für Impressum & Datenschutz
   ══════════════════════════════════════════════ */

/* ── Seiten-Header ── */
.page-hero {
  background: var(--green);
  padding: 100px 0 50px;
  text-align: center;
  color: #fff;
}

.page-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.page-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
}

/* ── Inhalt ── */
.content-section {
  padding: 70px 0 80px;
}

.content-section h2 {
  color: var(--green);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.content-section h2:first-child { margin-top: 0; }

.content-section p,
.content-section li {
  line-height: 1.8;
  color: #444;
}

.content-section ul {
  padding-left: 1.25rem;
}

.content-section a {
  color: var(--green);
}

.content-section a:hover { color: var(--gold); }

hr.section-divider {
  border: none;
  border-top: 2px solid var(--cream);
  margin: 2rem 0;
}
