.runners-map {
    display: block;
    height: 100vw;
    max-height: calc(100vh - 200px);
    min-height: 250px;
    position: relative;
}

.runners-map .runners-consent-overlay,
.runners-map .runners-preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.runners-map .runners-preloader {
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

.runners-map .runners-preloader img {
    z-index: 1;
    width: 8%;
    max-width: 64px;
    height: auto;
}

.runners-map .runners-preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,1) 10%, rgba(255,255,255,0), rgba(255,255,255,0.1));
    z-index: 0;
}

/*.runners-map.waiting-for-consent .runners-preloader {
    background-image: url('/typo3conf/ext/domban_runners/Resources/Public/Images/google-map-placeholder.jpg');
}*/

.runners-map .runners-consent-overlay {
    padding-top: 160px;
    /* background-image: url('/typo3conf/ext/domban_runners/Resources/Public/Images/google-map-placeholder.jpg'); */
    z-index: 2;
}

.runners-map .runners-consent-overlay {
    display: none !important;
}
.runners-map.waiting-for-consent .runners-consent-overlay {
    display: flex !important;
}


.runners-consent-overlay [data-action] {
    cursor: pointer;
}

@media(max-width: 400px) {
    .runners-consent-overlay [data-action] {
        font-size: 3vw;
        padding: 1em 3em;
    }
}