#myFooter {
  background-color: var(--footer);
  padding-top: 100px;
  box-shadow: 0 0 20px #4C4C4C;
}

#myFooter .footer-copyright {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .wappen {
  display: flex;
  justify-content: center;
  align-items: center;
}


#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter .eye-able-button { cursor: pointer;
  background-color:transparent;
  color:var(--sv-green);
  font-size:18px;
  font-weight:bold;
}




#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: white;
}


@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

