/* COOKIEBOT */
a#CybotCookiebotDialogBodyLevelButtonAccept {
    background-color: #3A526A !important;
    border: 1px solid #3A526A !important;
    color: #fff !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
    background-image: url(img/acceptance_azure_dark.png) !important;
}

.CookieDeclaration a, .privacy-content a {
	color: #3A526A !important;
}

.CookieDeclaration a:hover, .privacy-content a:hover {
	color: #3A526A !important;
}

.CookieDeclarationLastUpdated { visibility: hidden; }

.CookieDeclarationDialogText { display: none; }

/* COOKIE NOTICE */
#cn-notice-text {
	font-family: 'Roboto', sans-serif;
}

#cookie-notice .button.wp-default {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #FEC731;
    color: #000;
}
#cookie-notice .button.wp-default:hover {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #6FADB9;
    color: #000;
}
#cookie-notice .button.wp-default:focus {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #6FADB9;
    color: #000;
}