/**
 * Page specific styles for the Kläranlage Bleesbruck (Nordstad) page.
 */

/* Override default Leaflet.js styles */
.leaflet-popup-content-wrapper {
    border-radius: unset;
    box-shadow: none;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #fff;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #fff;
    text-decoration: none !important;
}

.tooltip_custom {
    text-align: left;
    font-size: 14px;
    background-color: #f8f8ff;
    color: #000;
    border: 3px solid #CCD;
}

.infobulle-title {
    background-color: #036;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px 5px 5px;
}

.infobulle-content {
    padding: 5px;
}

.infobulle-button {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.btn-ouvrir-popup {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.infobulle-button .btn-action {
    font-size: 14px;
}

.infobulle-button a {
    display: inline-block;
}

.infobulle-button a.btn-ouvrir-popup {
    color: #333;
}

.infobulle-button a.btn-ouvrir-popup:hover {
    color: #fff;
    text-decoration: none !important;
}

#map_popup {
    border: 1px solid #000;
    color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    overflow: auto;
    z-index: 1000;
    background: white;
    display: none;
}

#map_popup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #4AF;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    padding: 0.5em;
}

#map_popup_content {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#map_popup video {
    display: block;
    margin: 0;
    padding: 0;
}
