@charset "utf-8";

html {
	background-image: none;
}

#grau {
	position: absolute;
	width: 100%;
	background-color: #cccccc;
	background-color: #b6b9bc;
	top: 155px;
	height: auto;
	box-shadow: #b0b457 0px -10px 10px 10px inset;
}
#platzhalter-slide {
	display: block;
	background-color: #cccccc;
	position: relative;
	width: 100%;
	height: auto;
}
#platzhalter-slide:before {
	content: "";
	display: block;
	padding-top: 40.229885057471%;
}
.verhaeltnis {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}
#menue:target #platzhalter-slide {
	display: none;
}


@media only screen and (min-width: 680px) {

	#grau {
		top: 130px;
		height: 350px;
		box-shadow: transparent 0px -10px 10px 10px inset;
	}
	#platzhalter-slide {
		display: none;
		height: 0;
	}

} /* Ende mediaqueries */


@media only screen and (min-width: 1110px) {

	#grau {
		top: 150px;
	}
	
} /* Ende mediaqueries */
