.modul.anfahrt .show_when_cookies {
    display: none;
}

.modul.anfahrt .cookie_fallback {
    display: block;
    text-align: center;
    max-width: 500px !important;
    margin: 0 auto 120px;
}

.modul.anfahrt .cookie_fallback .cookie_button a {
    background: var(--color_blue) !important;
}

.modul.anfahrt #gmaps {
    height: 400px;
    position: relative;
    z-index: 10;
}

@media (max-width: 600px) {
    .modul.anfahrt #gmaps {
        height: 220px;
    }
}

.gmap_container .cookie_fallback {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-top: 10px solid var(--special_color);
    padding: 20px 35px;
}

.cookie_fallback a.button {
    background: var(--color_grey);
    color: #000;
    border: 0;
    transition: all .1s ease-out;
    padding: 1em 2em;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 700;
}

.cookie_fallback a.button:hover {
    background: var(--special_color);
    color: #fff;
}
