/* EU COOKIE POPUP */
.cookie-notice {
    color: #fff;
    width: auto;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 80%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 20px;

    position: fixed;
    z-index: 1000;
}

.cookie-notice p {
    display: inline;
}

.cookie-notice__link, .cookie-notice__link:hover {
    color: #fcc700;
}

.gdpr-cookie-notice-nav-item-btn, .gdpr-cookie-notice-modal-footer-item-btn, .gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
    background: #0062b0 !important;
}

.gdpr-cookie-notice-modal-cookie-state {
    color: #0062b0 !important;
}

.gdpr-cookie-notice-nav-item-btn:hover. .gdpr-cookie-notice-modal-footer-item-btn:hover {
    color: #fff !important;
}

.gdpr-cookie-notice-modal-footer-item:hover {
    color: #fff !important;
}

.gdpr-cookie-notice-nav-item:hover {
    text-decoration: none;
    color: #fff !important;
    background: #5e5e5e !important;
}

/* New cookie modal */
.gdpr-cookie-notice-modal-footer-item-statement {
    display: none !important;
}