.text-center  {text-align: center;}

#map{background-color:#1f5454;background-image:url(/images/karte-blurred.webp);background-position:50%;background-size:cover;overflow:hidden}#map,#map .embedOverlay{height:450px}#map .twoClickEmbed{background-color:transparent;height:450px}

.twoClickEmbed{
    background-color:#1f5454;height:auto;overflow:hidden;position:relative;width:100%
}

.twoClickEmbed img{
    filter:blur(2px)
}

.twoClickEmbed .embedOverlay{align-items:center;background-color: rgb(149 199 199 / 20%);;bottom:0;display:flex;flex-direction:column;height:auto;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.twoClickEmbed .embedOverlay p{color:#fff;font-size:.9rem;line-height:1.1rem;text-shadow:0 0 4px #222,0 0 2px #000}.twoClickEmbed .embedOverlay p a{color:#fff}.twoClickEmbed .embedOverlay p a:hover{background-color:transparent}.twoClickEmbed .embedOverlay .video-player__btn{opacity:.9;transition:all .3s ease-in-out}.twoClickEmbed .embedOverlay .video-player__btn:hover{opacity:1;transform:scale(1.05)}
/* 
.twoClickEmbed {
    background-color: #cfcfcf;
    position: relative;
    width: 100%;
    height:auto;
    overflow: hidden;

    img {
        filter:blur(2px);
    }

    .embedOverlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-color: rgba(darken($primary,30),0.8);

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        p {
            color:#fff;
            font-size: 0.9rem;
            line-height: 1.1rem;
            text-shadow: 0 0 4px #222, 0 0 2px #000;
            a {
                color:#fff;

                &:hover {
                    background-color: transparent;
                }
            }
        }

        // VIDEO
        .video-player__btn {
            opacity: 0.9;
            transition: all 300ms ease-in-out;
            &:hover {
                opacity: 1;
                transform: scale(1.05);
            }
        }

        // MAPS

    }
} */
