/* BEGIN Cookiehinweis */
:root {
    --background: #464E51;
    --fingerprint-background: rgba(46, 50, 52, 0.31);
    --button: #808080;
    --button-hover: #ce003a;
}

/* background box */
#usercentrics-button .uc-banner-content {
    background-color: var(--background) !important;
}

#usercentrics-button #uc-banner-centered .uc-powered-by-footer {
    display: none !important;
}

/* accept button background */
#usercentrics-button .uc-btn-new.uc-btn-accept,
#usercentrics-button .uc-btn-new.uc-btn-deny,
#usercentrics-button .uc-btn-new.uc-btn-more {
    background-color: var(--button) !important;
    color: #e6e6e6;
}

#usercentrics-button .uc-btn-new.uc-btn-accept:hover,
#usercentrics-button .uc-btn-new.uc-btn-deny:hover,
#usercentrics-button .uc-btn-new.uc-btn-more:hover {
    background-color: var(--button-hover) !important;
    color: #e6e6e6;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-header {
    background-color: var(--background) !important;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    height: 50px;
    padding: 12px 20px;
    position: relative;
}

/* save button */
#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button {
    background-color: var(--background) !important;
    border-radius: inherit;
    color: #fff;
    cursor: inherit;
    font-weight: 600 !important;
    padding: 13px 0 !important;
    text-shadow: none !important;
    width: 100%;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button:hover {
    background-color: var(--button-hover) !important;
}

.uc-embedding-accept {
    background-color: var(--button) !important;
}

.uc-embedding-accept:hover {
    background-color: var(--button-hover) !important;
}

/* BEGIN Fingerprint */
/* Fingerprint Button */
#usercentrics-button #fingerprint,
#usercentrics-button #background use,
.uc-floating-button-wrapper use {
    fill: var(--fingerprint-background) !important;
}

#usercentrics-button #uc-btn-close-main-corner-modal .uc-privacy-button-wrapper uc-button  bl use,
#usercentrics-button #ico_button_close-b use {
    fill: var(--fingerprint-background) !important;
}

/* Fingerprint Setting Box Header */
.uc-card-header {
    background-color: var(--background) !important;
}
/* Fingerprint Setting Box Menu */
.uc-nav {
    background-color: var(--background) !important;
    color: #ffffff;
}
/* Fingerprint Setting Box Save Button */
.usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button {
    background-color: var(--background) !important;
    cursor: inherit;
    color: #ffffff;
}

.uc-powered-by {
    color: var(--background) !important;
}

/* postion cookie-modal */
.uc-corner-modal-content .usercentrics-button.uc-modal-1.uc-button-bl .uc-corner-modal .uc-corner-modal-content {
    /*bottom: 75px !important;*/
    /*left: 75px !important;*/
}

/* position fingerprint */
#uc-btn-open-main-corner-modal {
    left: 20px !important;
    bottom: 10px !important;
}

#usercentrics-button #uc-banner-centered .uc-powered-by-footer {
    display: none;
}



