.elementor-24770 .elementor-element.elementor-element-222ccbc8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-177ca95c *//* Basis-Container */
.privacy-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Überschriften */
.privacy-section h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  color: #002b60;
}
.privacy-section h2 {
  font-size: 1.75rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.3em;
  color: #004080;
}
.privacy-section h3 {
  font-size: 1.25rem;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  color: #004080;
}

/* Absätze */
.privacy-section p {
  margin-bottom: 1em;
}

/* Inhaltsübersicht */
.privacy-section ul.index {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  list-style: none;
  margin-bottom: 2em;
}
.privacy-section ul.index li {
  margin-bottom: 0.5em;
}
.privacy-section ul.index a.index-link {
  text-decoration: none;
  color: #0073aa;
}
.privacy-section ul.index a.index-link:hover {
  text-decoration: underline;
}

/* Listen allgemein */
.privacy-section ul:not(.index) {
  margin: 0 0 1em 1.25em;
}
.privacy-section ul:not(.index) li {
  margin-bottom: 0.5em;
}

/* Links in Texten */
.privacy-section a {
  color: #0073aa;
}
.privacy-section a:hover {
  text-decoration: underline;
}

/* Adressblock */
.privacy-section address {
  font-style: normal;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

/* Hervorhebung von starken Texten */
.privacy-section strong {
  color: #002b60;
}

/* Optional: Fußnoten-ID-Linkfarbe (Anker im Text) */
.privacy-section a[href^="#"] {
  color: #d35400;
}
.privacy-section a[href^="#"]:hover {
  text-decoration: underline;
}/* End custom CSS */