/**************************************/
/*** CSS-Anpassungen für MB und MDZ ***/
/**************************************/
:root{
	--main-color:#235DA2;
	--rgb-main-color:35, 93, 162;
}

#header_ownlogo {
	margin-right: 1rem;
}

.contentgalerie_plus + label:before {
	content:url(img/lupe_plus.png);
}

.contentgalerie_plus:checked + label:before {
	content:url(img/lupe_minus.png);
}