/* ----------------------------------------
   Filialkarte – Seite ID 220 (Vollbreit)
---------------------------------------- */



/* Karte füllt die gesamte Fläche */
#filialkarte {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
}

/* ----------------------------------------
   Leaflet-Popups – Lesbarkeit
---------------------------------------- */

.leaflet-popup.custom-filial-popup .leaflet-popup-content {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
}

.leaflet-popup.custom-filial-popup .leaflet-popup-content strong {
    font-weight: bold;
}

.leaflet-popup.custom-filial-popup .leaflet-popup-content ul {
    margin: 0.5em 0 0 1em;
    padding: 0;
}

.leaflet-popup.custom-filial-popup .leaflet-popup-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* ----------------------------------------
   Mobil: Kartenhöhe anpassen
---------------------------------------- */

@media (max-width: 768px) {
    #filialkarte {
        height: 400px;
    }
}

.leaflet-touch-info {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    color: #333;
    max-width: 220px;
}
