/* Auf der Startseite quick and dirty aus dem 3-Spalten-Template nur noch EINE Spalte hacken */
.col-sm-4 {
	width: 100%;
}

/* Banner im Footer */
.footer_ourServices_title {
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Source Sans Pro';
}

.footer_ourServices {
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}
