/* Gedenkblüte — Textseiten (Impressum, Datenschutz). Setzt basis.css voraus. */

/* Die Leiste liegt fest über der Seite — der Text beginnt darunter. */
.blatt { padding: clamp(7rem, 12vw, 9rem) 0 clamp(2rem, 5vw, 3rem); }

.blatt h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0.8rem 0 2.5rem;
}
.blatt h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  letter-spacing: 0.02em;
  margin: 2.8rem 0 0.8rem;
  color: var(--creme);
}
.blatt p { color: var(--creme-still); max-width: 38rem; }
.blatt p + p { margin-top: 1rem; }
.blatt strong { color: var(--creme); font-weight: 400; }
.blatt a { color: var(--gold); text-underline-offset: 4px; }

.hinweis-offen {
  border-left: 2px solid var(--gold);
  padding: 1.1rem 0 1.1rem 1.4rem;
  margin: 0 0 2rem;
  background: rgba(200, 169, 126, 0.06);
}
.hinweis-offen p { color: var(--creme-still); font-size: 0.96rem; max-width: 40rem; }
