diff --git a/src/.DS_Store b/src/.DS_Store
index c7a33d74502817cec83196032b1606b055644e9d..e94611c95f907c43bcb9172ff3b44b9973890e34 100644
Binary files a/src/.DS_Store and b/src/.DS_Store differ
diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index aa55479b72aa7dad524d65aa0deda87b2de2902e..e2cefa74d2ab0ff2e48ae3f2a505e5250b384a80 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -50,11 +50,10 @@
         max-width: 100% !important;
       }
       .col-6 {
-        width: 100% ; /* Full width for smartphone */
+        width: 100% ; 
       }
       .container-fluid {
-        min-height: 100vh; /* Füllt den gesamten Bildschirm aus */
-      }
+        min-height: 100vh; 
 
       /***footer***/
       footer {
@@ -64,11 +63,11 @@
         
       }
       .col {
-        width: 100% !important; /* Ensure columns take full width on mobile */
-        margin-bottom: 20px; /* Add margin to separate sections vertically */
+        width: 100% !important; 
+        margin-bottom: 20px; 
       }
       .col-sm-4, .col-sm-8, .col-6 {
-        width: 100%; /* Stack columns for mobile */
+        width: 100%; 
       }
       footer a, footer p {
         font-size: 14px; 
@@ -93,7 +92,7 @@
         margin: 0 auto; 
       }
       .footer-slider {
-        width: 100%; /* Ensure slider takes up the full width on mobile */
+        width: 100%; 
         margin-top: 20px;
       }
 
@@ -102,7 +101,7 @@
         overflow-wrap: break-word;
       }
       hr {
-        margin: 20px 0; /* Add spacing for separation on mobile */
+        margin: 20px 0; 
       }
 
     /***gif***/