@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/20180503_175139.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/20180503_175139.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/20180503_175139.jpg) no-repeat fixed;   	    
}
		.content_main {	
		background-color: rgba(200,200,200,.57);
		height: 517px;
	}

}
@media screen and (min-width: 1200px) { 
	body  {
background: url(../images/hintergrund/extra/20180503_175139.jpg) no-repeat fixed;   	    
}
.frame-type-text {
	background: rgba(209,255,231,.1);
	width: max-content;
	padding: 0px 49px 0 12px;
	border: 1px solid rgba(209,255,231,.1);
	color: #000;
}
.content_main {
	padding-bottom: 0;
	margin-left: 10%;
	margin-right: 0;
	margin-top: 350px;
	background-color: rgba(200,200,200,.59);
	opacity: 0.99;
	width: 57%;
	font-size: 85%;
	height: 550px;
}
}
