7. Desktop Verhalten korrigieren

(sonst bleibt Menü offen nach Resize)

@media (min-width:901px){
.navigation{
     display:block !important;
}
}