/*
========================================
           Leichtbeton
========================================
*/

#logo {
  margin: 10px 45px 0 25px;
}

@media screen and (min-width: 690px) and (max-width: 989px) {
  #logo {
    margin-right: 0 !important;
    margin-top: 10px !important;
    width: 100px !important;
  }
}

@media screen and (max-width: 689px) {
  #logo {
    margin-top: 13px !important;
    width: 30px !important;
  }
}

