.navigationsbereich {
background-color: #fff;
width: 100%;
margin: 0px 0% 0px 0%;
height: 70px;
z-index: 100;
border: 0px solid red;
position: absolute;
}

.block1 {
width: 25%;
float: left;
margin-left: 12%;
border: 0px solid red;
}

.block1 li a {
display:block;
margin-left: 0px;

}

.block2 {
width: 25%;
float: left;	
border: 0px solid red;	
}

.block2 li a {
display:block;
margin-left: 0px;

}

.block3 {
width: 25%;
float: left;	
border: 0px solid red;	
}

.block3 li a {
display:block;
margin-left: 0px;

}

.content_nav {
background-color: #fff;
width: 100%;
height: 70px;
border: 0px solid green;
}

.logo {
float: left;
margin: 16px 0px 0px 20px;
}


ul {
list-style-type:none;
margin:0;
padding:0;
}

li {
display:inline-block;
float: left;
margin-right: 1px;
}

li a {
display:block;
margin-left: 50px;
height: 70px;
text-align: center;
line-height: 70px;
font-family: "SkodaNext";
font-size: 100%;
font-weight: normal;
color: #000;
background: #fff;
text-decoration: none;
}

	li:hover a {
		background: #fff;
		color: #78faae;
	}

li:hover ul a {
background: #fff;
color: #000;
height: 70px;
line-height: 70px;
}

	li:hover ul a:hover {
		background: #fff;
		color: #78faae;
	}

li ul {
display: none;
}

li ul li {
display: block;
float: none;

}

li ul li a {
width: auto;
min-width: 100px;
padding: 0 20px;
font-weight: normal;
text-align: left;
}

ul li a:hover + .hidden, .hidden:hover {
display: block;
}


.show-menu {
font-family: "SkodaNext";
font-weight: bold;
font-size: 38px;
text-decoration: none;
color: #000;
background: #fff;
text-align: right;
width: 100%;
display: none;
border: 0px solid red;
line-height: 72px;

cursor: pointer;
}

input[type=checkbox]{
display: none;
}

input[type=checkbox]:checked ~ #menu{
display: block;
}

.megamenu_background_desk {
width: 100% !important;
position: absolute;
margin: 0px 0px 0px -384px;
border: 0px solid red;
background: #fff;	
display: block;
}

.megamenu_background_mobile {
display: none;
}

.aktiv {
	color: #78faae !important;
}

@media screen and (max-width : 65em){
	
.megamenu_background_desk {
display: none;
}

.megamenu_background_mobile {
display: block;
}
	
.navigationsbereich {
background-color: #fff;
width: 100%;
margin: 0px 0% 0px 0%;
height: 70px;
z-index: 100;
border: 0px solid red;
position: absolute;
}

ul {
position: static;
display: none;
}

li {
border-bottom: 0px solid #000;
}

ul li, li a {
width: 100%;
}

.show-menu {
display:block;
}

li a {
display:block;
margin-left: 0px;
height: 70px;
text-align: left;
line-height: 70px;
font-family: "SkodaNext";
font-size: 100%;
font-weight: normal;
color: #000;
background: #fff;
text-decoration: none;
padding-left: 13px;
}





}



@media screen and (max-width : 72em){
.logo {
float: left;
margin: 16px 0px 0px 20px;
}
}
	
.content_nav {
background-color: #fff;
width: 100%;
height: 70px;
margin: 0px auto;
border: 0px solid green;
}


	



}
