diff --git a/vorschau/css/style.css b/vorschau/css/style.css index 76c089d..32ab972 100644 --- a/vorschau/css/style.css +++ b/vorschau/css/style.css @@ -179,6 +179,10 @@ a { color:inherit; text-decoration:none; } /* ==================== MAP ==================== */ .map-section { margin-top:48px; } .map-title { font-size:1.1rem; font-weight:600; color:var(--navy); margin-bottom:16px; text-align:center; } +.map-section { transition:opacity 0.3s; } +.map-section.map-hidden #map-container { display:none; } +.map-section.map-hidden .map-empty { display:flex!important; } +.map-empty { display:none; align-items:center; justify-content:center; height:300px; border:2px dashed var(--gray-200); border-radius:var(--radius-lg); color:var(--gray-400); font-size:1rem; background:var(--white); } #map-container { height:420px; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--gray-100); } /* Map pulse markers (exact lagebild style) */ diff --git a/vorschau/index.html b/vorschau/index.html index 055ac74..0c2dadb 100644 --- a/vorschau/index.html +++ b/vorschau/index.html @@ -163,7 +163,7 @@