
/* LETTERING */
@font-face {
    font-family: Abril;
    src: url('/../wp-content/themes/monoderma/fonts/Abril_Display_SemiBold.otf');
}

"
/* COOKIE */

#CybotCookiebotDialog h2 {
	line-height: 1.1em !important;
}
#CookieDeclarationChangeConsent {
	font-weight: 700;
	font-size: 1.1em;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
	padding: .2em 1em !important;
}
#CybotCookiebotDialogPoweredByText a {
 font-size: .65em !important;
}
#CybotCookiebotDialog {
	max-height: 80% !important;
}
#CookiebotWidget {
	min-height: 40px !important;
	min-width: 40px !important;
}
.CookiebotWidget-logo path {
	fill: transparent !important;
}
.CookiebotWidget-logo:after {
	content: '';
	position: absolute;
	filter: invert(1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-lock' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3' /%3E%3Ccircle cx='12' cy='11' r='1' /%3E%3Cline x1='12' y1='12' x2='12' y2='14.5' /%3E%3C/svg%3E");
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}