/*
 * Cookies Inverse
 *
 * Zenrum Bayern Familie und Soziales
 *
 * Version 0.1 
 * (c) 2021
 */


 .theme-inverse .wrap-cookie-dialogue {
    color: #f7a600;
    background-color: #000;
    border-bottom:1px solid #fff
}

.theme-inverse .text-cookie-dialogue a {
    color: #fff;
}

.theme-inverse .text-cookie-dialogue a:focus,
.theme-inverse .text-cookie-dialogue a:hover {
    color: #fff4b2;
}

.theme-inverse .text-cookie-dialogue button,
.theme-inverse .dialog--button {
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
}

/* Create a custom checkbox */
.theme-inverse .checkmark {
    background-color: #fff;
}

.theme-inverse .container input:focus ~ .checkmark,
.theme-inverse .container:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #f7a600
}

/* When the checkbox is checked, add a blue background */
.theme-inverse .container input:checked ~ .checkmark {
    background-color: #fff;
}
/* Style the checkmark/indicator */
.theme-inverse .container .checkmark:after {
    border: solid #000;
    border-width: 0 3px 3px 0;
}

.theme-inverse .icon-close-dialogue:focus img {
    border: 2px solid #2196F3
}
.theme-inverse .hide-notice {
    color: #ffffff;
    background-color: transparent;
}

/* bisher 3703 */
.theme-inverse .text_warnmelung_cookie a:focus,
.theme-inverse .text_warnmelung_cookie a:hover,
.theme-inverse .icon_warnmelung_cookie button:focus,
.theme-inverse .icon_warnmelung_cookie button:hover {
    color: #bedb00;
}

.theme-inverse .readspeaker .rsbtn .rsbtn_play:hover {
    background-color: #1a7ba9;
}

.theme-inverse .high-contrast-mode .readspeaker .rsbtn .rsbtn_play:hover {
    background-color: #fee2b4;
}

.theme-inverse .readspeaker .rsbtn .rsbtn_play:focus {
    background-color: transparent;
}

.theme-inverse .readspeaker .rsbtn .rsbtn_play .link--label {
    color: #000;
}

.theme-inverse .high-contrast-mode .readspeaker .rsbtn .rsbtn_play .link--label {
    color: #fff;
}
