#statCounter{
	background-color: #003366;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}

#statCounter .headline{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
}

#statCounter .counter-number{
	font-size: 60px;
	font-weight: bold;
	display: block;
	line-height: 1em;
	padding-top: 50px;
}

#statCounter .top-text{
	height: 52px;
}

#statCounter .bot-text{
	margin-top: 30px;
}

#statCounter .icon{
	height: 150px;
}

#statCounter .icon{
	background-repeat: no-repeat;
	background-position: center;
}

#statCounter .icon-kollegen{ background-image: url('img/icon_kollegen.png'); }
#statCounter .icon-gesellschaften{ background-image: url('img/icon_gesellschaft.png'); }
#statCounter .icon-standorte{ background-image: url('img/icon_standorte.png'); }
#statCounter .icon-jahren{ background-image: url('img/icon_jahre.png'); }
#statCounter .icon-projekte{ background-image: url('img/icon_projekt.png'); }


@media (max-width: 1199.98px){

	#statCounter .stat-item{
		margin: 30px 0;
	}
	
	#statCounter .bot-text{
		margin-top: 0px;
	}
	
	#statCounter .top-text{
		height: auto;
	}
	
	#statCounter .headline{
		margin-bottom: 50px;
	}
	
}