@media only screen and  (max-width: 850px) {
	.container-gesamt,
	.links,
	.rechts{
		float:none;
		width:100%;
		text-align:center;
		line-height:140%;
	}
	img{
		max-width:100%;
		height:auto;
	}
}