/* -- Hochzaehl-Effekt -- */
.frame-countereffekt {
	float: left;
	clear: both;
	width: 100%;
}

.frame-countereffekt .tx_cn-columns > .row > div > div .ce-bodytext u {
	opacity: 1;
	text-decoration: none;
	position: relative;
	color: transparent;
}

.frame-countereffekt .tx_cn-columns > .row > div > div .ce-bodytext u::after {
	content: '0';
	display: block;
	position: absolute;
	width: auto;
	height: 1.2em;
	top: 0;
	left: 0;
	color: initial;
}

.frame-countereffekt .tx_cn-columns > .row > div > div .ce-bodytext u.zaehlerstart {
	color: initial;
}

.frame-countereffekt .tx_cn-columns > .row > div > div .ce-bodytext u.zaehlerstart::after {
	display: none;
}
