/* datenschutz.css – Gestaltung der Datenschutz-Seite */
body.datenschutz .content {
  padding: 10px 40px 30px 100px;
}
/* Hauptüberschrift */
body.datenschutz h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 18px;
  color: #6cd6e9;
  font-weight: 500;
}
/* Abschnittsüberschriften */
body.datenschutz h3 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #44e759;
  font-weight: 500;
}
/* Unterüberschriften */
body.datenschutz h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #6cd6e9;
  font-weight: 500;
}
/* Text */
body.datenschutz p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  max-width: 950px;
  color: #88d5df;
}
/* Fettschrift */
body.datenschutz strong {
  color: #6ee4f3;
  font-weight: 700;
}
/* Links */
body.datenschutz a {
  color: #9a5ae4;
  text-decoration: none;
}
body.datenschutz a:hover {
  text-decoration: underline;
}