So hab ich das nun in due Custom css reingeschrieben :
#header_main > .container {
padding: 0;
width:100%;
}
.html_header_top.html_logo_center #top .logo {
left: 0;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
#top .logo a {
max-height: none !important;
}
#top .logo img {
height: auto !important;
max-height: none !important;
width: 100%;
}