/* ============================================================
   page.css – Inhaltsseiten: Impressum, Datenschutz
   Benötigt: base.css
   ============================================================ */

body { background: var(--cream); }

/* ── Inhalt-Wrapper ── */
.content-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}

/* ── Impressum-Abschnitte ── */
.impressum-section { margin-bottom: 3rem; }

.impressum-section h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--brand);
  display: inline-block;
}

.impressum-section h3 {
  font-family: var(--font-label);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.impressum-section p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.impressum-section address {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.9;
}

.impressum-section a { color: var(--brand-hover); }
.impressum-section a:hover { color: var(--brand); }

.placeholder {
  background: rgba(93, 181, 43, 0.08);
  border-left: 3px solid var(--brand);
  padding: 0.5rem 0.85rem;
  border-radius: 0 4px 4px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: italic;
  display: inline-block;
  margin: 0.25rem 0;
}

/* ── Datenschutz-Abschnitte ── */
.ds-section { margin-bottom: 3rem; }

.ds-section h2 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--brand);
  display: inline-block;
}

.ds-section h3 {
  font-family: var(--font-label);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.ds-section p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 0.85rem;
}

.ds-section ul { padding-left: 1.25rem; margin-bottom: 0.85rem; }

.ds-section ul li {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 0.35rem;
}

.ds-section address {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.9;
}

.ds-section a { color: var(--brand-hover); }
.ds-section a:hover { text-decoration: underline; }

.info-box {
  background: rgba(93, 181, 43, 0.08);
  border-left: 3px solid var(--brand);
  padding: 1rem 1.25rem;
  border-radius: 0 6px 6px 0;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Footer-Variante auf hellem Hintergrund ── */
.footer {
  border-top-color: var(--brand);
}
