@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/20180514_163318.jpg	) right top 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/20180514_163318.jpg	) right top 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/20180514_163318.jpg	) right top no-repeat fixed;  
	 }
		.content_main {	
		background-color: rgba(200,200,200,.57);
	}
}

@media screen and (min-width: 1200px) { 
	body  {	
	background: url(../images/hintergrund/20180514_163318.jpg	) right top no-repeat fixed;  
	 }
.content_main {
	padding-bottom: 0;
	margin-left: 10%;
	margin-right: 0;
	margin-top: 430px;
	background-color: rgba(209,255,231,.3);
	opacity: 0.99;
	width: 57%;
	font-size: 85%;
	border: 1px solid #b0b356;
}
.frame-type-text {
	background: rgba(209,255,231,.4);
	width: max-content;
	padding: 0px 49px 0 69px;
	border: 1px solid rgba(209,255,231,.1);
	border-block-style: groove;
	color: #000;
}
}