@media only screen and  (max-width: 575px) {
body  {
}	
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
body  {
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
body  {
	background: url(../images/pers/Bild_Schere.jpg) 50% 73% no-repeat;  background-size: cover;
}
.content_main {
	padding-bottom: 3px;
	margin-left: 341px;
	margin-right: 0;
	margin-top: 170px;
	background-color: rgba(186, 193, 175, 0.58);
	opacity: 0.99;
	width: 42%;
	font-size: 80%;
}
#menu-open:target .content_main, #menu-close:target .content_main {
	margin-top: 170px;
	padding-bottom: 25px;
}	
}
@media only screen and (min-width: 812px) and (max-width: 812px) {
body  {
	background: none;
}
header {
	height: 137px;
	position: absolute;
}
.logo_navi  {
 height: 140px;
}
.menu-btn {
	margin-top: 110px;
}
#navi {
	margin: -26px 0 0 0;
}
.content_main {
	padding-bottom: 50px;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 136px;
	background-color: rgba(186, 193, 175, 0.2);
	opacity: 0.99;
	width: 100%;
	font-size: 77%;
	position: unset;
	border: none;
	min-height: 400px;
}

#menu-open:target .content_main, #menu-close:target .content_main {
	margin-top: 136px;
	padding-bottom: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
body  {
	background: url(../images/pers/Bild_Schere.jpg) 50% 73% no-repeat;  background-size: cover;
}
}
@media only screen and (min-width: 1200px) {
body  {
	background: url(../images/pers/Bild_Schere.jpg) 50% 73% no-repeat;  background-size: cover;
}
.content_main {
	padding-bottom: 3px;
/*	margin-left: 50%;
	margin-right: 0;
	margin-top: 31%;*/
	margin: 31% 0 3px 50%;
	background-color: rgba(186, 193, 175, 0.45);
	opacity: 0.99;
	width: 538px;
	font-size: 85%;
	position: absolute;
}
}

