 
  body{
    margin: 0;
    width: 90%;
    margin: auto;
    height: 100%;
  }

  html{
    height: 100%;
  }

  .relative{
    position: relative;
    min-height: 100%;
}

  h1{
    font-size: 1.5em;
    font-weight: 100;
    position: absolute;
    top: 35vh;
    right: 5%;
    left: 5%;
    text-align: right;
  }

  h2{
    text-decoration: underline;
  }

  .position{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #Ebene_2{
    fill: aqua;
    width: 800px;
    flex: 1;
  }

  #Ebene_2 :hover{
    fill: #000000;
  }

.icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  /* height: 120px;
  width: 120px; */
}

 .icons img{
  height: 120px;
  object-fit: cover;
}

.adr{
  font-size: 40px;
  padding: 80px 0 100px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.adr p{
  margin: 30px;
}

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #DCDCDC;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1000px){
  .icons{
    gap: 40px;
  }
  .icons img{
    height: 80px;
  }
}

@media (max-width: 824px){
  .position{
    height: 40vh;
  }

  h1{
    font-size: 1em;
    top: 24vh;
  }

  .icons{
    padding-top: 40px;
    gap: 20px;
  }

  .icons img{
    height: 50px;
  }

  .adr{
    font-size: 20px;
    padding: 40px 0 100px 0;
  }

  .adr p{
    margin: 15px;
  }
}

@media (max-width: 500px){
  .position{
    height: 20vh;
  }

  h1{
    font-size: 0.8em;
    top: 13vh;
  }

  .icons{
    gap: 20px;
  }

  .icons img{
    height: 30px;
  }
}



/* #loading {
    animation-name:             widen-brighten;
    animation-duration:         2s;
    animation-direction:        alternate;
    animation-timing-function:  ease-in-out;
    animation-iteration-count:  infinite;
  } */

  /* @keyframes widen-brighten {
    from {
      fill:darkgreen;
      width: 100px;
    }
    to {
      fill: lime;
      width: 800px;
    }
  } */

/* .site-logo {
    width: 800px;
    background-color:#47cf73;
    background-image: url(img/momochen-logo.svg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
  }

  .site-logo :hover{
    background-color:#000000;  
  } */