body {
background-color: black;
margin:0;
padding:0;
font-family:verdana,arial,helvetica,sans-serif;
font-size:0.8em;
}


.neigungen {
  top: 10%;
  position:relative;
  left: 20%;
  width: 99%;

}
.neigung{
  color: white;
  font-size: 3.5vw;
  font-family: Arial, Helvetica, sans-serif;
}

.slogan{
  color: white;
  font-size: 3vw;
  font-family: Arial, Helvetica, sans-serif;
}

.sub { position: fixed;
  font-size: 5vw;
  background-color: white;
  z-index: 2;
  width: 100%;
  height: 4%;
  color: black;
  opacity: 0.6;
}

.over { position: fixed;
  font-size: 8vw;
  background-color: black;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: white;
  visibility: hidden;
}

a {
  color: black;
  font-size: 5vw;
  text-decoration: none;
}
