body{
  background-color: black;
  margin: 0;
}

/* Navigation */

.top-zeile{
  position: fixed;
  top: 0;
  left:0;
  height: 8vh;
  width:100%;
}

.sandwich { 
  width: 3.8%;
  height: 16%;
  position: absolute;
  top: 1.5rem;
  right: 2.8vw;

  display: flex;
  justify-content: space-between;
}

.lineS {
  border-radius: .4rem;
  background-color: rgb(250, 237, 7);
  height: 100%;
  flex:0 0 62%;

  transition: flex .6s ease-in-out;
}

.dotS {
  border-radius: .4rem;
  background-color: rgb(250, 237, 7);
  height: 100%;
  flex: 0 0 28%;

  transition: flex .6s ease-in-out;
}

.sandwich:hover .lineS{
  flex: 0 0 28%;
}

.sandwich:hover .dotS{
  flex: 0 0 62%;
}


.logoIM{
  height:100%;
  padding-left: 6vw;
}

/* Impressum */


.wrapperIM{
  width: 90%;
  padding-left: 6vw;
  padding-top: 15vh;
  padding-bottom: 6vh;
}



h1{
  color: #C3C3C3;
  font-family: 'Poppins';
  font-weight: 600;
}

h2{
  color: #C3C3C3;
  font-family: 'Poppins';
  font-weight: 600;
}

h3{
  color: #C3C3C3;
  font-family: 'Poppins';
  font-weight: 600;
}


p{
  color: #C3C3C3;
  font-family: 'Poppins';
  font-weight: 400;
}


.Link-D{
  color: #C3C3C3;
  text-decoration: underline  #C3C3C3;
}


.back-home{
  color: #C3C3C3;
  font-family: 'Poppins';
  font-weight: 500;
  text-decoration: none;
  padding-left: 6vw;
}

.back-home:hover {
  text-decoration: underline  #C3C3C3;
}

.matomo-opt-out{
  padding-left: 6vw;
}