#overlayCookie {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    padding-top: 40px;
    padding-bottom: 40px;
  }

#overlayCookie .wrapper{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#overlayCookie .wrapper .content{
    width: 30%;
    margin: 0;
    padding: 20px;
    background-color: rgb(255,255,255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    transition: width 1s;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
    position: relative;
}

#overlayCookie .logoCookie{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
}

#overlayCookie .details{
    display: none;
}

#overlayCookie .detailsRow{
    background-color:rgb(225, 225, 225);
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#overlayCookie .wrapper .openDetails{
    width: 60% !important;
    transition: width 1s;
}

#overlayCookie .wrapper .content .cLinks{
    font-size: 0.813em;
    color: rgb(102,102,102);
    margin: 0;
}

#overlayCookie .wrapper .content .cLinks a,
#overlayCookie .wrapper .content .cLinks a:hover{
    font-size: 100%;
    color: rgb(102,102,102);
    text-decoration: none;
}

#btnEinstellungSpeichern,
#btnEinstellungSpeichern:hover,
#btnNurNotwendige,
#btnNurNotwendige:hover,
#btnAlleAkzeptieren,
#btnAlleAkzeptieren:hover{
    background-color: rgb(204,10,59);
    border: 2px rgb(204,10,59) solid;
    color: rgb(255,255,255);
    font-size: 1.125em;
    padding: 0px 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}



#btnIndividuelleEinstellung,
#btnIndividuelleEinstellung:hover{
    background-color: rgb(255,255,255);
    border: 2px rgb(225,225,225) solid;
    color: rgb(0,0,0);
    font-size: 1.125em;
    padding: 0px 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

#overlayCookie p{
      color: black;
      font-size: 1.000em;
}

#overlayCookie p.pExtraLarge{
    font-size: 1.750em !important;
    color: black;
    margin-top: 0;
}


#overlayCookie p.pLarge{
    font-size: 1.250em !important;
    color: black;
    font-weight: 400;
    margin-top: 0;
}

#overlayCookie table{
    margin-bottom: 20px;
}

#overlayCookie th{
    font-size: 1.000em !important;
    color: black;
    font-weight: 400;
    margin-top: 0;
}



#overlayCookie td{
    font-size: 0.8125em !important;
    color: black;
    font-weight: 300;
    margin-top: 0;
    padding-right: 5px;
    text-decoration: none;
}

#overlayCookie td a,
#overlayCookie td a:hover{
    font-size: 100%;
    color: black;
    font-weight: 300;
    margin-top: 0;
    padding-right: 5px;
    text-decoration: none;
}

#overlayCookie ul{
    list-style-type: none;
    margin:0;
    padding: 0
}

#overlayCookie ul li{
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 5px;
    width: 33%;
}

#overlayCookie ul li button,
#overlayCookie ul li button:hover{
    font-size: 1.000em;
}

#overlayCookie input{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(204,10,59);
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}

#overlayCookie input:checked,
#overlayCookie input:active{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(204,10,59);
    background-color: rgb(204,10,59) !important;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}


.wrapperMedia{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.media,
.cookieFreischalten{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


.media .inner{
    position: absolute;
    width: 100%;
    background-color: rgb(0,0,0,0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    text-align: center;
    border-radius: 5px;
    
}

.media .inner p{
    margin-bottom: 5px;
}

.cookieFreischalten .inner{
    position: absolute;
    width: 100%;
    background-color: rgb(0,0,0,0.5);
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bgGoogleMap{
    background-image: url('../../../../../../fileadmin/user_upload/images/bgCookies/googleMapAsBackgroundImage2.jpg');
    background-position: center center; 
	background-repeat: repeat-x;
    min-height: 350px;
    border-bottom: 3px rgb(0,0,0) solid;
}

.bgRundgang .inner,
.bgGoogleMap .inner{
    position: absolute;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.wrapperMedia p {
    color: white;
    font-weight: 400;
}

.wrapperMedia button{
    margin-bottom: 10px !important;
}

.wrapperMedia a {
    color: white;
    font-weight: 300;
    font-size: 0.875em;
}


.displayNone{
    display: none;
}

.hinweisZeigen{
    display: block !important;
}

@media (max-width: 767.98px) {

    #overlayCookie .wrapper .content{
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    #overlayCookie .wrapper .openDetails{
        width: 100% !important;
        transition: width 1s;
    }
}