/* Footer Bereich Start*/

#footer {
    width: 100%;
    background-color: #292828;
    color: #ee6363;
    height: 100px;
  }

  #footerinner {
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto 0;
  }

  .impressum {
    padding: 20px 0 0 0;
  }

  .impressum small {
    float: left;
    font-size: 12px;
  }

  #footer a {
    color: #fff;
  }
  .impressum a {
    text-decoration: none;
  }
  #footer a:hover {
    color: #f9b808;
  }
  @media (max-width: 750px) {
  #footer {
    height: 160px;
    padding-bottom: 10px;
  }
  @media (max-width: 350px) {
  #footer {
    height: 140px;
    padding-bottom: 10px;
  }
  #footer a {
    color: #fff;
    font-size: 2.6vh;
    }
}
  /* Footer Bereich END */