#zahlen p {
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
}

#zahlen li {
  		line-height: 2;
   		font-weight: bold;
  		font-size: .85em;text-transform: uppercase;
  		clear: both;
}

#zahlen .holder {
	background-color:#fff;
	border-radius:2px;
	margin-bottom:15px;
}

 #zahlen .bar {
 	background:#b31e01;
 	border-radius:2px;
 	width: 0;
 	margin: .25em 0;
 	position: relative;
 	transition:width 2s,
 	background .2s;
 	-webkit-transform: translate3d(0,0,0);
 	 clear: both;
 	 &:nth-of-type(2n) {
 	 	background:lighten($red , 10% );
 	 } 
 }

 #zahlen .count {
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 700;
 }