/* stoerer */
#stoerer {
	width: 245px;
	height: 245px;
	background: url(images/stoerer.png) no-repeat;
	padding: 30px;
	position: absolute;
	left: 50px;
	top: 100px;
	z-index: 1000;
}

@media (max-width: 850px) {
	#stoerer {
		display: none;
	}
}