@media only screen and  (max-width: 575px) {
	
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body  {
	background: url(../images/hintergrund/extra/100_1511.JPG	) no-repeat fixed;  
}
	.content_main {
	margin-top: 110px;
	background-color: rgba(200,200,200,.57);
	position: static;
}
#menu-open:target .content_main, #menu-close:target .content_main {
	margin-top: 110px;
}
}
@media only screen and (min-width: 812px) and (max-width: 812px) {
		body  {
	background: url(../images/hintergrund/extra/100_1511.JPG	) no-repeat fixed;  
}
	header {
	height: 163px;
	top: unset;
	position: unset;
	}
	.content_main  {
	margin-top: -80px;
	padding: 10px 10px 0 10px;
	height: 423px;
	}
	#menu-open:target .content_main, #menu-close:target .content_main {
	margin-top: -80px;
}
#navi  {
margin: -20px 0 0 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body  {
	background: url(../images/hintergrund/extra/100_1511.JPG	) no-repeat fixed;  
}
		.content_main {	
		background-color: rgba(200,200,200,.57);
		height: 527px;
	}

}

@media screen and (min-width: 1200px) { 	
	
	body  {
	background: url(../images/hintergrund/extra/100_1511.JPG	) no-repeat fixed;  
}
.content_main {
	padding-bottom: 0;
	margin-left: 10%;
	margin-right: 0;
	margin-top: 472px;
	position: absolute;
	background-color: rgba(200,200,200,.5);
	opacity: 0.99;
	width: 61%;
	height: 76%;
}
.frame-type-text {
	background: rgba(200,200,200,.2);
	width: max-content;
	padding: 0 65px;
}

}