/* Cookie Dialog */
#gdpr-cookie-message {
    font-family: inherit;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50000;
    max-width: 400px;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    height: 520px;
    overflow: auto;
}

#gdpr-cookie-message-container {
    position: relative;
}

#gdpr-cookie-message-container:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49999;
}

#gdpr-cookie-message h4 {
    color: black;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message ul {
    margin-top: 15px;
    padding-left: 0;
}

#gdpr-cookie-message p {
    margin-bottom: 15px;
}

#gdpr-cookie-message p:last-child {
    white-space: nowrap;
}

#gdpr-cookie-message p button:last-child {
    margin-right: 0;
}

#gdpr-cookie-message li {
    position: relative;
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message ul li label {
    padding-left: 23px;
}

#gdpr-cookie-message a {
    color: black;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
    text-decoration: underline;
}

#gdpr-cookie-message a.cookie-link-button,
a.cookie-types-show-info-text {
    margin-bottom: 15px;
    display: inline-block;
}

#gdpr-cookie-message a:hover {
    color: black;
    border-bottom-color: black;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: solid;
    border-color: transparent;
    background: black;
    color: white;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 0;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    width: 48%;
}

#gdpr-cookie-message button:hover {
    background: black;
    color: white;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: black;
    color: black;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-message input[type="checkbox"]:before {left: 0;}
#gdpr-cookie-message input[type="checkbox"]:after {left: 8px;}

#cookie-types-show-info {
    margin-bottom: 25px;
}

#cookie-types-description-container p {
    white-space: initial !important;
}

button#gdpr-cookie-accept,
button#gdpr-cookie-refuse {
    border-color: #978667;
    background-color: transparent;
    color: #000;
}

button#gdpr-cookie-accept:hover,
button#gdpr-cookie-refuse:hover {
    background: #978667;
}

button#gdpr-cookie-accept-all {

}

.btn-cookie-settings {
    color: #000000;
    text-decoration: underline;
}
.btn-cookie-settings:hover {
    color: #000000;
}

@media (max-width: 375px) {
    #gdpr-cookie-message {
        max-width: 375px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


@media (max-width: 420px) {

    #gdpr-cookie-message {
        max-width: 420px;
    }

    #gdpr-cookie-message p {
        line-height: 1.3em;
        margin-bottom: 8px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message a.cookie-link-button {
        margin-bottom: 8px;
    }

    #gdpr-cookie-message ul {
        margin: 8px 0;
    }

    #gdpr-cookie-message ul li label {
        margin-bottom: 0;
    }

    #cookie-types-show-info {
        margin-bottom: 13px;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #gdpr-cookie-message button:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {

    #gdpr-cookie-message {
        max-width: 320px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* Cookie Dialog */
#gdpr-cookie-message {
    height: auto;
}

#gdpr-cookie-message button {
    border-radius: 50px;
    padding: 0.5rem;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
}

button#gdpr-cookie-accept-all {
    background-color: #978667;
}

#ccbSpinner{
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media (max-width: 374px) {
    #gdpr-cookie-message {
        height: 480px;
    }
}

.video-element-cookie-accept {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    display: flex;
    padding: 2rem;
    text-align: center;
}

.video-element-cookie-accept a {
    color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 75%;
}

@media (max-width: 768px) {

    .video-element-cookie-accept a {
        max-width: 100%;
    }
}
