.map-hidden {
    opacity: 0;
    height: 0;
    z-index: 0 !important;
    display: none;
    pointer-events: none;
}

.vsb-main {
    width: 100%;
}

#map {
    z-index: 1;
}

@media (min-width: 980px) {
    #content-container {
        height: 75vh;
        max-height: 700px;
        overflow: auto;
    }

    #content-container > .u-background-color-blue-lightest {
        min-height: 100%;
    }
}

#map {
    height: 75vh;
    max-height: 700px;
}

.c-map .c-form__reset {
    font-size: 0.875rem;
    line-height: 1.375;
    margin-right: 0.5rem;
    align-items: flex-start;
}

.c-map .c-radio__item input[type='checkbox'],
.c-map .c-radio__item input[type='radio'],
.c-map .c-checkbox__item input[type='checkbox'],
.c-map .c-checkbox__item input[type='radio'] {
    left: 3px;
    top: 7px;
}

.c-map .c-radio__item input[type='checkbox'] + label,
.c-map .c-radio__item input[type='radio'] + label,
.c-map .c-checkbox__item input[type='checkbox'] + label,
.c-map .c-checkbox__item input[type='radio'] + label {
    padding: 1px 0 0 28px;
}

.c-map .c-radio__item + .c-radio__item,
.c-map .c-radio__item + .c-checkbox__item,
.c-map .c-checkbox__item + .c-radio__item,
.c-map .c-checkbox__item + .c-checkbox__item {
    margin-top: 0.125rem;
}

.c-map .c-radio__item input[type='checkbox'] + label::before,
.c-map .c-radio__item input[type='radio'] + label::before,
.c-map .c-checkbox__item input[type='checkbox'] + label::before,
.c-map .c-checkbox__item input[type='radio'] + label::before {
    width: 1.25rem;
    height: 1.25rem;
}

.c-map .c-radio__item input[type='checkbox'] + label::after,
.c-map .c-checkbox__item input[type='checkbox'] + label::after {
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    top: 0;
}

.c-map .c-radio__item input[type='checkbox']:checked + label::after,
.c-map .c-checkbox__item input[type='checkbox']:checked + label::after {
    transform: scale(0.75);
}

.c-map .c-accordion__content {
    overflow: visible;
}

@media (max-width: 960px) {
    #map-filter {
        display: block;
        opacity: 1;
        height: auto;
        pointer-events: all;
    }

    #map-list,
    #map-list .map-list-header,
    #map-list #map-list-content,
    #map-detail {
        display: none;
    }
}

@media (max-width: 640px) {
    /*
    #content-container,
    #map {
        margin-left: -20px;
        margin-right: -20px;
        flex: 0 0 100vw;
        max-width: 100vw;
    }
    */
}
@media (min-width: 960px) {
    .c-map__search-count-nr {
        display: none;
    }

    .c-map__inner {
        position: relative;
    }

    .c-map__fields {
        /*
        padding-bottom: 12.5rem;
        */
        padding-bottom: 16rem;
    }

    .c-map__submit {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #ccc;
        background-color: #d4f0fd;
        width: 33.33333%;
        padding: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .c-map__submit {
        width: 25%;
    }
}

.leaflet-control-zoom-fullscreen {
    display: none !important;
}

.marker-cluster {
    margin-left: -24px !important;
    margin-top: -24px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
}

.marker-cluster div {
    font-family: 'Frutiger Next Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-top: 10px;
}

.marker-cluster span {
    line-height: 28px;
}

.marker-cluster-small {
    background-color: rgba(192, 25, 38, 0.4);
}

.marker-cluster-small div {
    background-color: rgba(192, 25, 38, 1);
    color: white;
    font-weight: bold;
}

.marker-cluster-medium {
    background-color: rgba(192, 25, 38, 0.4);
}

.marker-cluster-medium div {
    background-color: rgba(192, 25, 38, 1);
    color: white;
    font-weight: bold;
}

.marker-cluster-large {
    background-color: rgba(192, 25, 38, 0.4);
}

.marker-cluster-large div {
    background-color: rgba(192, 25, 38, 1);
    color: white;
    font-weight: bold;
}

.leaflet-container {
    font-family: 'Frutiger Next', sans-serif;
    font-size: 16px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.leaflet-bar {
    border-radius: 0;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-popup-content {
    margin: 24px 32px 16px 24px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #000;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 0;
}

.leaflet-container a {
    color: #000;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #000;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
}

/* Start: previously inlined styles */

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring::after {
    content: ' ';
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid#cef;
    border-color: #cef transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End: previously inlined styles */
