/* CSS Anpassungen für Formatierung von eRecht24 Datenschutz auf Muse Webistes */

.datenschutz h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
}

.datenschutz h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}

.datenschutz h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.datenschutz p {
  font-size: 1em;
  margin-bottom: 20px;
}

.datenschutz strong {
  font-weight: bold;
}

.datenschutz ul {
  margin-bottom: 20px;
  padding-left: 1em;
}

.datenschutz li {
  list-style: initial;
}
