 #header{ background: red !important; }
 
 /*Anpassung der Containerbreite*/
 .container {
    width: 1600px;
}
/*Anpassung Logogröße*/
#header .logo {
    max-width: 300px;
    height: auto;
margin-left: -100px;
}