
@media screen and (max-width: 991px) {

	.map-popup{
 		border-radius: 0; 
  }
  /* Der Zustand, wenn die Karte aktiv ist */
  .search-map.is-open {
    display: block !important; /* Überschreibt das display:none von Webflow */
    position: fixed !important;
    top: 4.5rem;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999;
    background-color: white;
  }

  /* Sicherstellen, dass die Map innerhalb des Wrappers die volle Höhe nutzt */
  .search-map.is-open #map {
    height: 100% !important;
   
   margin-top: 0 !important;
  }
  
  #map{
  	border-radius: 0 !important;
  }

  
  body:has(.search-map.is-open) #list-button {
    display: flex !important;
    z-index: 1001;
  }
}
