/* Über Uns CSS Datei 22.05.2019 */



/*##########################################
			SECTION CONTENT
##########################################*/
.section_content{
	height: 500px;
}


/*#########################################
		MEDIA QUERIES
#########################################*/
@media only screen and (max-width:500px){
	.section_content_head{
		text-align: center;
	}
	hr{
		margin-top: 11em;
	}
}