/* World Map Screen
 * Verwendete Widget-Klassen: base-headline-h1, base-layout-content-container, base-section-padding-small, base-link-default.
 * Leaflet-Container Mindestgröße (011-ui-leaflet.mdc 013). Popup-Inhalt: einzigartige Hilfs-Klassen.
 */
.leaflet-map-container {
    min-height: 400px;
    height: 500px;
    width: 100%;
}
.base-world-map-popup-image img {
    max-width: 100%;
}
.base-world-map-popup-teaser {
    margin: 8px 0;
}
