.leaflet-popup-content-wrapper {
    background-color: rgba(17, 24, 39, 0.95);
    /* Dunkel aber nicht schwarz */
    color: #F3F4F6;
    border: 1px solid rgba(107, 114, 128, 0.3);
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    /* ähnlich wie titleFont Gewicht */
    font-family: "Montserrat", 'Arial', 'Segoe UI', "Roboto", sans-serif;
    /* oder deine Wunsch-Schrift */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



.leaflet-popup-tip {
    background-color: rgba(17, 24, 39, 0.95);
    border: 1px solid rgba(107, 114, 128, 0.3);
}



/* Popup Titel fett und größer */
.leaflet-popup-content-wrapper b {
    color: #F9FAFB;
    font-weight: 600;
    font-size: 16px;
}
