.datenschutz {
  color: white;
  text-align: left;
  padding: 8vh;
  background-color: black;
}
.backlink {
  font-family: gontserrat;
  font-size: 5vw;
  display: block;
  text-align: right;
  text-decoration: none;
  color: white;
}

.datenschutz h4 {
  font-size: 2vh;
  margin-top: 3vh;
  font-family: walkway;
}
.datenschutz p,
li {
  font-size: 2vh;
  margin: 0;
  font-family: walkway;
}

.datenschutz a {
  color: white;
  text-decoration: underline;
}
.datenschutz a:first-of-type {
  text-decoration: none;
}
