.videoVorschaltfrage,.mapVorschaltfrage{
    cursor:pointer;
    z-index:12;
    position:relative;
    width:100%;
    padding:0;
    border:0px solid transparent;
}
.dw-eu-dsgvosave-map-container{
    overflow:hidden;
    margin-bottom:30px;
}
.mapVorschaltfrage{
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.videoVorschaltfrage img,
.mapVorschaltfrage img{
    width:100%;
    height:auto;
}
.videoVorschaltfrage i,
.mapVorschaltfrage .map-ladeIcon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate( -50%, -50% );
    font-size: 60px;
    color:#222222;
    opacity: 0.5;
}
.videoVorschaltfrage:hover i, .videoVorschaltfrage:focus i,
.mapVorschaltfrage:hover .map-ladeIcon, .mapVorschaltfrage:focus .map-ladeIcon{
    color:#FF0000;
    opacity: 1;
}
.video-datenschutzhinweis,
.map-datenschutzhinweis{
    position: absolute;
    top: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    z-index:12;
    display:none;
}

.map-overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
}

/* cookie banner */
/*.cookieWarning{
    padding: 10px 20px 10px 20px;
}*/
.cookieContainer{
    padding: 10px 50px 10px 0px;
    font-size: 12px;
    line-height: 1.4em;
}
.cookieContainer p{
    margin-bottom:0;
    font-size: 16px;
}
.cookieContainer button.closeCookieContainer{
    font-size: 14px;
    height: 22px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 2px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.cookieContainer button.closeCookieContainer:hover,
.cookieContainer button.closeCookieContainer:focus{
    opacity: 0.6;
}
button.closeCookieContainer{
    position: absolute;
    top: 10px;
    right: 0;
    background-color:transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    cursor: pointer;
}
button.closeCookieContainer span{
    display:block;
    font-size: 60px;
    cursor: pointer;
    font-weight: lighter;
    font-family: sans-serif;
    transform: rotate(45deg);   
}
.completePageContent{
    position:relative;
    overflow:hidden;
}
.cookieWarning{
    position:relative;
    top:0;
    width: 100%;
    z-index:12;
}
.cookieContainer a{
    text-decoration: underline;
}
.black_close_button{
    width:30px;
    height:30px;
    display:block;
    /*background-image: url(images/x_black.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%; */
    margin-bottom:50px;
}
.black_close_button img{
    transform: rotate(45deg);
}


/* gmap und youtube */

.mapAnfrage.btn-default, .videoAnfrage.btn-default{
    background-color: #CFCFCF;
    color: #094C90;
    opacity: 1;
    border-radius: 0;
    font-size: 20px;
    padding:10px 20px;
    cursor: pointer;
    border:0px solid transparent;
    margin-bottom:20px;
}
.acf-map, .embed-container{
    margin-bottom:0;
}

