#wt-cli-accept-all-btn, #wt-cli-privacy-save-btn {
    border: 2px solid #cc333b;
    transition: all 0.3s linear;
    color: #cc333b;
    background-color: white !important;
}

#wt-cli-accept-all-btn:hover, #wt-cli-privacy-save-btn:hover {
    background-color: #cc333b !important;
    color: white !important;
    text-decoration: underline;
}

.cli-switch input:checked + .cli-slider {
    background-color: #cc333b;
}

table.cookielawinfo-winter thead th {
    background-color: #a8a8a8 !important;
}

#cookie-law-info-bar {
    z-index: 9877;
}

.rszCookiesA {
    text-decoration: underline;
}