html {
  background-color: lightgray;
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  padding: 0;
  display: block;
  max-width: 1400px;
  background: #060622;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  container-type: inline-size;
}
body a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
body li {
  color: #FFFFFF;
  list-style: none;
}
body .sectionClass {
  scroll-margin-top: 60px;
  padding: 40px 20px;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  container-type: inline-size;
}
body .sectionClass h2 {
  text-align: center;
  text-transform: uppercase;
}
body .sectionClass p, body .sectionClass li {
  width: 80cqw;
  line-height: 1.5;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#datenschutz {
  margin-top: 60px;
}

#hosting {
  background-color: #252B41;
}

#hinweise {
  background-color: #060622;
}
#hinweise li {
  list-style: disc;
}

#datenerfassung {
  background-color: #252B41;
}

#datenstand {
  background-color: #060622;
}