diff --git a/bin/css/products.css b/bin/css/products.css
index 1062a224f2e2477d3df45304c9327e39ac5ed5e2..d79f9d67e541401e5def673996d6c1eb55927ce7 100644
--- a/bin/css/products.css
+++ b/bin/css/products.css
@@ -452,7 +452,7 @@
 .quiqqer-product-list {
     margin: 2em 0;
     position: relative;
-    width: auto !important;
+    width: 100% !important;
 }
 
 .quiqqer-product-list,
diff --git a/bin/css/style.css b/bin/css/style.css
index 35e907928212ab074baafd5591e1897470ea645a..2d11f35b2f63bd0588778c359cf28433f731d962 100644
--- a/bin/css/style.css
+++ b/bin/css/style.css
@@ -747,7 +747,7 @@ a.toTop:before {
     position: relative;
     top: 0;
     width: 100%;
-    z-index: 100;
+    z-index: 99;
 }
 
 .cologne-header-fixed {
@@ -774,6 +774,10 @@ a.toTop:before {
 
 .cologne-header-logo-link picture {
     width: auto !important;
+    max-height: 100%;
+    display: flex;
+    align-items: center;
+    justify-content: flex-start;
 }
 
 .cologne-header-logo-link img {
diff --git a/template/menu/menuPrefix.html b/template/menu/menuPrefix.html
index 1ff7de133b649c3102ccc1a5576f05f0d22cf192..0758e921f549af69897ed301aea77dfabf4eed11 100644
--- a/template/menu/menuPrefix.html
+++ b/template/menu/menuPrefix.html
@@ -9,6 +9,6 @@
 {* <!-- Logo --> *}
 <div class="cologne-header-logo template-column">
     <a href="/" class="cologne-header-logo-link">
-        {image image=$Logo class="logo"}
+        {image image=$Logo class="logo" height="100"}
     </a>
 </div>
\ No newline at end of file