body{
    overflow: hidden;
}
.modal__container--initial, .modal__container--config {
    text-align: left;
    margin-left:10px;
    padding:25px;
    overflow: auto;
}
.modal__container--config {
    display: none;
}
.modal__preloader {
    display: none;
    text-align: center;
}
.modal__preloader img {
    max-width: 100px;
}

.dsgvo-modal {
    position: fixed;
    width: 400px;
    max-height: 100%;
    top: 15%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -200px; /* Negative half of width. */
    padding-bottom: 15px;
    z-index: 99999999;
    background-color: #fff;
    overflow-y: auto;
}
.dsgvo-overlay {
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
}
#dsgvo-setting-overlay {
    display: none;
}
.CookieButton {
    cursor: pointer;
}
.CookieButtonRow {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}
.CookieButtonRowLegal {
    text-align: center;
}
.CookieSuccessOptin, .CookieSuccessOptout, .CookieText {
    color: #00B700;
    display:none;
    margin-bottom: 20px;
}

.CookieForwardText:hover {
    cursor: pointer;
}
.CookieSelect {
    margin-right:10px !important;
}
.CookieRadios:hover {
    cursor:pointer;
}
.CookieText {
    display:block;
    color: #0a0a0a;
}
.tracking-header {
    text-align:left;
}
.CookieBtn--blue, .CookieBtn--grey {
    margin-top: 7px;
    padding: 10px;
    width:96%;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
    background-image: none !important;
}
.CookieBtn--blue {
    background-color: #0073B9 !important;
    color: rgba(255,255,255,1) !important;
}
.CookieBtn--grey {
    background-color: #EEE !important;
    color: #0073B9 !important;
}
.CookieBtn--blue:hover {
    background-color: #555 !important;
    color: rgb(255, 255, 255) !important;
}
.CookieBtn--grey:hover {
    background-color: #CCC !important;
    color: #555 !important;
}
.CookieExplanation a {
    text-decoration: underline;
    font-weight: bold;
}

@media screen AND ( max-width: 850px ){

    .modal__container--initial, .modal__container--config {
        height: 700px;
        width: 400px;
    }

}
@media screen AND (max-width: 400px) {
    .dsgvo-modal {
        display: flex;
        left: unset;
        margin-left: unset;
        width: 100%;
    }
}