

	div.counter {


	}

	div.counter span {
	text-align: center;
	font-family: 'Lalezar', cursive;
	font-size:100px;
	text-transform: uppercase;
	background-image:url('/fileadmin/medienbib/BILDER/Allgemein/Counter/orange.png');
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	}


