/*------------------------------------------------------------------
Projekt:    Christian Augustin
Nutzung:    Eröffnungsseite
Letze Änderung:    07.07.2016
-------------------------------------------------------------------*/

.logo {
  margin-top: 10%;
  text-align: center;;
}

@media (max-width: 560px) {
  .logo > a > img {
    width: 60%;
  }
}
