/*************************************/
/*** CSS-Anpassungen für EU_HSNETZ ***/
/*************************************/

:root{
	--main-color:#0068B4;
	--rgb-main-color:3, 76, 154;
}


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

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