#uns {
	position: relative;
	background-color: #4470B1;
	color: #fff;
	padding-bottom: 64px;
}
#uns .dividerLine {
	position: absolute;
	left: 0; 
	bottom: 0;
	width: 100%;
}
h2 {
	color: #fff;
}
#gruppe img {
	margin: auto;
}
#gruppe .text {
	max-width: 900px;
	margin: auto;
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (min-width: 900px) {
	#uns .dividerLine {
		bottom: -6px;
	}
}