

#redim-cookiehint.redim-tpl {
    --redim-cc-skin-btn-bg: #2a5bd7 !important;
    --redim-cc-skin-btn-fg: #ffffff !important;
    --redim-cc-skin-accent: #2a5bd7 !important;
    --redim-cc-skin-surface: #fdfdfe !important;
    --redim-cc-skin-divider: #e6eaf2 !important;
    background: #fdfdfe !important;
    background: light-dark(#fdfdfe, #1c2231) !important;
    color: #2c3444 !important;
    color: light-dark(#2c3444, #e6e9f2) !important;
    border: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 50px rgba(44, 62, 99, .18) !important;
    box-shadow: 0 18px 50px light-dark(rgba(44, 62, 99, .18), rgba(0, 0, 0, .5)) !important;
}
#redim-cookiehint-top .redim-tpl,
#redim-cookiehint-bottom .redim-tpl { border-radius: 0 !important; border-left: 0 !important; border-right: 0 !important; }

#redim-cookiehint.redim-tpl .redim-cc-headline { font-size: 19px !important; font-weight: 700 !important; color: #1d2433 !important; color: light-dark(#1d2433, #ffffff) !important; }
#redim-cookiehint.redim-tpl .redim-cc-content { font-size: 13px !important; line-height: 1.6 !important; color: #5a6474 !important; color: light-dark(#5a6474, #a7aec0) !important; }

#redim-cookiehint.redim-tpl .redim-cc-btn { background: #eef1f7 !important; background: light-dark(#eef1f7, #2a3143) !important; color: #2c3444 !important; color: light-dark(#2c3444, #e6e9f2) !important; border: 0 !important; border-radius: 999px !important; font-size: 14px !important; font-weight: 600 !important; }
#redim-cookiehint.redim-tpl .redim-cc-btn:hover { background: #e2e7f2 !important; background: light-dark(#e2e7f2, #343d54) !important; }
#redim-cookiehint.redim-tpl #cookiehintsubmit:hover,
#redim-cookiehint.redim-tpl #cookiehintsubmitno:hover,
#redim-cookiehint.redim-tpl .redim-cc-accept-all:hover,
#redim-cookiehint.redim-tpl .redim-cc-reject:hover { filter: brightness(.92) !important; }
#redim-cookiehint.redim-tpl .redim-cc-save { background: #eef1f7 !important; background: light-dark(#eef1f7, #2a3143) !important; color: #2c3444 !important; color: light-dark(#2c3444, #e6e9f2) !important; border: 0 !important; }
#redim-cookiehint.redim-tpl .redim-cc-save:hover { background: #e2e7f2 !important; background: light-dark(#e2e7f2, #343d54) !important; }

#redim-cookiehint.redim-tpl #cookiehintinfo { margin-top: 12px !important; font-size: 12px !important; }
#redim-cookiehint.redim-tpl #cookiehintinfo a { color: #2a5bd7 !important; color: light-dark(#2a5bd7, #9db1f0) !important; text-decoration: none !important; }
#redim-cookiehint.redim-tpl #cookiehintinfo a:hover { text-decoration: underline !important; }

#redim-cookiehint.redim-tpl .redim-cc-cat { border-top: 1px solid #e6eaf2 !important; border-top-color: light-dark(#e6eaf2, #313a4e) !important; border-radius: 0 !important; }
#redim-cookiehint.redim-tpl .redim-cc-cat-desc { color: #5a6474 !important; color: light-dark(#5a6474, #a7aec0) !important; }
#redim-cookiehint.redim-tpl .redim-cc-detail-toggle { color: #5a6474 !important; color: light-dark(#5a6474, #a7aec0) !important; }
#redim-cookiehint.redim-tpl .redim-cc-slider { background-color: #838da1 !important; background-color: light-dark(#838da1, #6a7288) !important; }
#redim-cookiehint.redim-tpl .redim-cc-cookie-row,
#redim-cookiehint.redim-tpl .redim-cc-cookies { color: #2c3444 !important; color: light-dark(#2c3444, #cfd5e3) !important; }
#redim-cookiehint.redim-tpl .redim-cc-cat-count,
#redim-cookiehint.redim-tpl .redim-cc-cookie-meta { color: #5a6474 !important; color: light-dark(#5a6474, #a7aec0) !important; }
#redim-cookiehint.redim-tpl .redim-cc-noscript { color: #5a6474 !important; color: light-dark(#5a6474, #cfd5e3) !important; }

#redim-cookiehint.redim-tpl a:focus-visible,
#redim-cookiehint.redim-tpl button:focus-visible,
#redim-cookiehint.redim-tpl .redim-cc-switch input:focus-visible + .redim-cc-slider { outline: 3px solid #1d2433 !important; outline-color: light-dark(#1d2433, #ffffff) !important; outline-offset: 2px !important; }

#redim-cookiehint.redim-tpl .redim-cc-watermark,
#redim-cookiehint.redim-tpl .redim-cc-watermark a { color: #5a6474 !important; color: light-dark(#5a6474, #a7aec0) !important; }

@supports (color: light-dark(#000, #fff)) {
    #redim-cookiehint.redim-tpl {
        --redim-cc-skin-accent: light-dark(#2a5bd7, #5b82e8) !important;
        --redim-cc-skin-surface: light-dark(#fdfdfe, #1c2231) !important;
        --redim-cc-skin-divider: light-dark(#e6eaf2, #313a4e) !important;
    }
}
