diff --git a/style.css b/style.css
index 9943244fe591a3611a9eb895eb4b0300e3f3f131..f0e0d14217de5d7109fba17eb5b1aad9e92b7256 100644
--- a/style.css
+++ b/style.css
@@ -49,14 +49,13 @@ table th:last-child, table td:last-child {
 .container {
   display: flex;
   flex-wrap: wrap; /* ErmÃķglicht das Umschlagen der Elemente auf kleine Bildschirme */
-  width: 100%; /* Volle Breite des Containers */
 }
 
 /* Stil fÞr das Bild */
 .karte-container {
   padding: 20px;
-  overflow= hidden;
-  flex= 1;
+  overflow: hidden;
+  flex: 1;
   border-right: 1px solid #ccc;
 }