/* COOKIE */
.cc-window {
    line-height: 1.5;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    max-width: unset !important;
}
.cc-window.cc-right {
    right: 0;
}
.cc-window.cc-bottom {
    bottom: 0;
}
@media (max-width: 820px) {
    .cc-window {
        justify-content: flex-start;
        padding: 8% 0 !important;
        overflow: auto !important;
    }
}

.cc-message,
.cc-compliance {
    max-width: 560px;
    width: 84%;
    background-color: #000;
    color: #fff;
}

.dp--cookie-check {
    justify-content: center;
    border: 0;
    border-radius: 0;
    margin-top: 1em;
}
    .dp--cookie-check label + label {
        margin-left: 16px;
    }
    .dp--cookie-check label:first-child {
        padding: 0;
    }
    .dp--cookie-check label:last-child {
        padding: 0
    }

a.cc-link,
a.cc-link:link,
a.cc-link:hover,
a.cc-link:active,
a.cc-link:visited,
a.cc-link:focus {
    color: #fff;
    opacity: 1;
    padding: 0;
    text-decoration: underline;
}

.cc-compliance {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0 2em 1em 2em;
    flex: none !important;
}
    a.cc-btn,
    a.cc-btn:link,
    a.cc-btn:hover,
    a.cc-btn:active,
    a.cc-btn:visited,
    a.cc-btn:focus {
        font-size: normal;
        padding: 0;
        border: 0;
        line-height: 24px;
        text-align-last: center;
    }
    a.cc-btn.cc-allow,
    a.cc-btn.cc-allow:link,
    a.cc-btn.cc-allow:hover,
    a.cc-btn.cc-allow:active,
    a.cc-btn.cc-allow:visited,
    a.cc-btn.cc-allow:focus {
        font-size: 12px;
        color: #fff;
    }
    a.cc-btn.cc-dismiss,
    a.cc-btn.cc-dismiss:link,
    a.cc-btn.cc-dismiss:hover,
    a.cc-btn.cc-dismiss:active,
    a.cc-btn.cc-dismiss:visited,
    a.cc-btn.cc-dismiss:focus {
        background-color: #fff;
        font-size: 18px;
        padding: 16px 40px;
        border-radius: 40px;
        margin-bottom: 8px;
        color: #000;
    }

.cc-revoke.dp--revoke.cc-right {
    right: auto;
    left: 0;
}
.cc-revoke.dp--revoke,
.cc-revoke.dp--revoke:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
}
/* ###### */


/* ###################################################################################################### */
/* ###################################################################################################### */


/* COOKIE OVERLAY */
#main .dp--overlay {
    padding: 24px;
    text-align: center;
    text-align-last: center;
}
#main .youtubeVideo .dp--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: auto;
}
    #main .dp--overlay-header {
        line-height: 24px;
        font-weight: 700;
    }
    #main .dp--overlay-description,
    #main .dp--overlay-button {
        line-height: 24px;
        margin-top: 24px;
    }
    #main .db--overlay-submit {
        font: 700 16px/40px 'Open Sans', sans-serif;
        cursor: pointer;
        padding: 0 8px;
        background-color: #fff;
        border: 1px solid #00553c;
        color: #00553c;
    }
    #main .db--overlay-submit:hover {
        background-color: #a4d65e;
    }
/* ############## */
/* RESPONSIVE */
@media (max-width: 600px) {
    #main .dp--overlay {
        align-items: flex-start
    }
}
/* ########## */