/*
	www.heizung-klinke.de
*/


.cookiebar {
	background-color: rgba(75,75,75,0.9);
	z-index: 999;
}
.cookiebar--position-top {
	top: 100px;
}
.cookiebar__button {
	background-color: #C62020;
	margin: 20px;
}
.cookiebar__button:hover {
	opacity: 0.8;
	background-color: #C62020;
}


fieldset.einwilligung span input.checkbox {
	display: unset;
	margin: 3px 0 0 0;
}
fieldset.einwilligung span label {
	display: unset;
    float: left;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 25px);
}

/*  Lupensymbol bei Galeriebildern unterdrücken:  */
.ce_gallery figure::after { display: none; }

