@charset "utf-8";
/* CSS Document */
.datenschutz { line-height: 1.7; max-width: 70ch; margin: 0 auto; }
.datenschutz h1 { margin-bottom: 1rem; color: var(--farbe-akzent-dunkel, #2f4e16); }
.datenschutz h2 { margin-top: 1.5rem; color: var(--farbe-akzent-dunkel, #2f4e16);}
.datenschutz a { text-decoration: underline; }
.datenschutz a:focus-visible, .datenschutz a:hover {
  outline: 3px solid var(--farbe-fokus, #99d199);
  outline-offset: 2px;
  text-decoration: none;
}
.datenschutz address { font-style: normal; margin-bottom: 1rem; }

/* Inhaltsverzeichnis (vertikal) */
.ds-toc {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.25rem;
  background: #f8f8f8; /* leichte Hintergrundfarbe für Abhebung */
  border: 2px solid rgba(0,0,0,0.05);
  border-radius: 10px;
}
.ds-toc-heading {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--farbe-akzent-dunkel, #2f4e16);
  margin-bottom: 0.5rem;
}


.ds-toc ol {
  list-style: decimal;
  margin: 0;
  padding-left: 1.5rem; /* etwas Einrückung für Nummerierung */
}

.ds-toc li {
  margin-bottom: 0.4rem;
}

.ds-toc a {
  text-decoration: none;
  color: var(--farbe-akzent-dunkel, #2f4e16);
  font-weight: 600;
}

.ds-toc a:hover,
.ds-toc a:focus-visible {
  color: var(--farbe-akzent, #4ea34a);
  text-decoration: underline;
  outline: none;
}


/* Klaro-Button (oder binde deinen vorhandenen Stil ein) */
.btn-cookie-settings {
  border: 2px solid var(--farbe-akzent-dunkel, #2f4e16);
  background: #fff;
  padding: .5rem .9rem;
  border-radius: .6rem;
  cursor: pointer;
  font-weight: 600;
}
.btn-cookie-settings:hover,
.btn-cookie-settings:focus-visible {
  background: var(--farbe-akzent, #4ea34a);
  color: #fff;
  border-color: var(--farbe-akzent, #4ea34a);
  outline: 3px solid var(--farbe-fokus, #99d199);
  outline-offset: 2px;
}

/* Nur für Screenreader sichtbare Hinweise */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* Impressum Lesbarkeit & Fokus */
.impressum { line-height: 1.7; max-width: 70ch; margin: 0 auto; }
.impressum a { text-decoration: underline; }
.impressum a:focus-visible,
.impressum a:hover {
  outline: 3px solid var(--farbe-fokus, #99d199);
  outline-offset: 2px;
  text-decoration: none;
}

/* address ohne Kursivschrift, besserer Abstand */
.impressum address {
  font-style: normal;
  margin: 0 0 1rem 0;
}

/* Für Screenreader: nur hörbar, nicht sichtbar */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

