#klaro {
    position: relative;
    z-index: 9999;
}

.cm-required {
    color:	#767676 !important;
}

/* youtube */
.youtube-disabled {
    position: relative;
}

.youtube-disabled:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    opacity: 0.75;
    transition: opacity 0.3s ease-in;
    z-index: 10;
}

.youtube-disabled:hover:before {
    opacity: 0.85;
}

.youtube-disabled:after {
    content: 'Klicken Sie bitte hier um externe Videos von YouTube zu aktivieren. Im Cookie Dialog muss der Reiter "Medien" aktiviert werden';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 20px 100px;
    color: #000;
    z-index: 11;
    font-weight: bold;
    background: url(../Images/play.png) 50% 100% no-repeat;
}

.en .youtube-disabled:after {
    content: 'Please click here to activate Youtube. The tab "Media" must be activated in the cookie dialog.';
}


/* little hack to make sure make sure the loaded iframe div gets 100% width even if parents are floating */
.youtube-preview {
    height: 1px;
    overflow: hidden;
    opacity: 0.01;
}

.youtube-disabled .youtube-preview {
    height: auto;
    opacity: 1;
}

.youtube-preview img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* end hack */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* maps */
.maps-disabled:before {
    content: 'Klicken Sie bitte hier um Google Maps zu aktivieren. Im Cookie Dialog muss der Reiter "Routing" aktiviert werden';
    padding: 50px;
    display: block;
    text-align: center;
    background: #eee;
    border: 1px solid #aaa;
    font-weight: bold;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.en .maps-disabled:after {
    content: 'Please click here to activate Google Maps. The tab "Routing" must be activated in the cookie dialog.';
}

.maps-disabled iframe {
    display: none;
}

/* cookies */
.call-klaro-btn {
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 9999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    background: #eee;
    color: #000;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .call-klaro-btn {
        position: static;
        margin-left: 40px;
    }
}

.call-klaro {
    cursor: pointer;
}

.cookie-modal label {
    color: #333333;
    background: none;
    border: none;
}

body .klaro .cookie-modal .cm-btn, body .klaro .cookie-notice .cm-btn, body .klaro .cookie-modal .cm-btn.cm-btn-info, body .klaro .cookie-notice .cm-btn.cm-btn-info {
    background-color: #353535;
}

body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all,
body .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
    background-color: #353535;
}

body .klaro .cookie-modal a, body .klaro .cookie-notice a {
    color: #333333;
}

body .klaro .cookie-modal .cm-modal.cm-klaro {
    background: #fff;
    color: #333333;
}

body .klaro .cookie-modal p, body .klaro .cookie-modal strong, body .klaro .cookie-modal h1, body .klaro .cookie-modal h2, body .klaro .cookie-modal ul, body .klaro .cookie-modal li, body .klaro .cookie-notice p, body .klaro .cookie-notice strong, body .klaro .cookie-notice h1, body .klaro .cookie-notice h2, body .klaro .cookie-notice ul, body .klaro .cookie-notice li {
    color: #333333;
}

body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all {
    cursor: pointer;
}

body .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #fff;
}