/*
 * Cookies Theme
 *
 * Zenrum Bayern Familie und Soziales
 *
 * Version 0.1 
 * (c) 2021
 */

.wrap-cookie-dialogue {
    color: #fff;
    background-color: #8BAB6B;
}

.text-cookie-dialogue a {
    color: #fff;
}

.text-cookie-dialogue a:focus,
.text-cookie-dialogue a:hover {
    color: #fff4b2;
}

.text-cookie-dialogue button,
.dialog--button {
    color: #8BAB6B;
    background: #fff;
    border: 1px solid #ccc;
}

/* Create a custom checkbox */
.checkmark {
    background-color: #eee;
}

.container input:focus ~ .checkmark,
.container:hover input ~ .checkmark {
    background-color: #ccc;
    border: 2px solid #65cadb
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fff;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
    border: solid grey;
    border-width: 0 3px 3px 0;
}

.icon-close-dialogue:focus img {
    border: 2px solid #2196F3
}
.hide-notice {
    color: #ffffff;
    background-color: transparent;
}

/* bisher 3703 */
.text_warnmelung_cookie a:focus,
.text_warnmelung_cookie a:hover,
.icon_warnmelung_cookie button:focus,
.icon_warnmelung_cookie button:hover {
    color: #bedb00;
}

.readspeaker .rsbtn .rsbtn_play:hover {
    background-color: #1a7ba9;
}

.high-contrast-mode .readspeaker .rsbtn .rsbtn_play:hover {
    background-color: #fee2b4;
}

.readspeaker .rsbtn .rsbtn_play:focus {
    background-color: transparent;
}

.readspeaker .rsbtn .rsbtn_play .link--label {
    color: #000;
}

.high-contrast-mode .readspeaker .rsbtn .rsbtn_play .link--label {
    color: #fff;
}
