diff --git a/index.html b/index.html
index 511d09b7f36d1faac7e4be1aba387ab5929b0511..c6b87022f29efc11d55993ebb667aca6405a27cd 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@
             </tr>
                
             <tr data-befund="4">
-                <td></td>
+                <td>111111</td>
                 <td>Beispiel Osnabrück</td>
                 <td>Dominikus Böhm</td>
                 <td>JAHR</td>
diff --git a/style.css b/style.css
index 3332f2cc990a5dcdccab1f0f9535a11ba8f4d0d5..91daffca680722c3f0f5182018f24d22440935f6 100644
--- a/style.css
+++ b/style.css
@@ -71,20 +71,3 @@ table th:last-child, table td:last-child {
   flex: 1; /* Flexbox: Aufteilung des verfügbaren Platzes */
   padding: 20px; /* Abstand um die Tabelle */
 }
-
-
-/* Responsives Verhalten für die Schriftgröße */
-body {
-  font-size: 16px; /* Standard-Schriftgröße für den Text */
-}
-
-@media screen and (max-width: 768px) {
-  body {
-    font-size: 14px; /* Reduziere die Schriftgröße auf kleinen Bildschirmen */
-  }
-
-  .karte-container,
-  .tabelle-container {
-    max-width: 100%; /* Volle Breite auf kleinen Bildschirmen */
-  }
-}
\ No newline at end of file