/* Ergänzungen nur für die Datenschutzseite.
   Alles Übrige kommt aus style.css – die Seite trug diese Regeln früher
   als 237-zeiligen Inline-<style>-Block, der style.css dupliziert hat. */

/* Die Seite ist eine lange Fließtextstrecke: mehr Luft vor Überschriften
   trennt die Abschnitte sichtbar voneinander. */
.ds-content h2,
.ds-content h3,
.ds-content h4,
.ds-content h5,
.ds-content h6 {
  margin-top: 3rem;
}

.ds-content h2:first-child,
.ds-content h3:first-child {
  margin-top: 0;
}

/* Verweisliste im Inhaltsverzeichnis */
.list-group-item-action {
  color: var(--text) !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
}
