#ltg-world-map {
    width: 100%;
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}


/*
 * Leaflet-Popup
 */
#ltg-world-map .leaflet-popup-content-wrapper {
    border-radius: 10px;
}

#ltg-world-map .leaflet-popup-content {
    width: 230px !important;
    min-width: 220px;
    margin: 14px;
}


/*
 * Gesamter Popup-Inhalt
 */
.ltg-map-popup {
    width: 100%;
    line-height: 1.35;
}


/*
 * Bahntyp oberhalb des Namens
 */
.ltg-map-popup-type {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #666;
}


/*
 * Name der Seilbahn
 */
.ltg-map-popup-title {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 1.25;
}


/*
 * Kompaktes Vorschaubild
 */
.ltg-map-popup-image {
    width: 100%;
    height: 115px;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 7px;
    background: #eee;
}

.ltg-map-popup-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*
 * Detailangaben
 */
.ltg-map-popup-details {
    margin: 0;
}

.ltg-map-popup-details p {
    margin: 5px 0;
}

.ltg-map-popup-status {
    margin-top: 0 !important;
}


/*
 * Link zur Seilbahn
 */
.ltg-map-popup-link {
    display: block;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, .14);
    font-weight: 600;
    text-decoration: none;
}

.ltg-map-popup-link:hover,
.ltg-map-popup-link:focus {
    text-decoration: underline;
}


/*
 * Mobile Darstellung
 */
@media (max-width: 600px) {

    #ltg-world-map {
        height: 600px;
    }

    #ltg-world-map .leaflet-popup-content {
        width: 210px !important;
        min-width: 200px;
        margin: 12px;
    }

    .ltg-map-popup-image {
        height: 105px;
    }

    .ltg-map-popup-title {
        font-size: 17px;
    }
}