@charset "utf-8";

nav{
	width: 20%;
	float: left;
height:auto;

border:2px #ccc solid;
padding:8px;
clear:both;


	}
	
.open, .close {
	visibility:hidden;
	display:none;
	height:0px;
}




#inh, :not(:target) #inh {
	width: 100%;
	position:relative;
	float: left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



#inh ul{
    width:100%;
    -webkit-padding-start: 0;
    margin-bottom:0;
    height: auto;
    margin-top: 0;
    -webkit-margin-before: 0em;
    margin-left: 0;
    -webkit-margin-after: 1em;
    padding-left:0 !important
  }

#inh  li{
	width: 25%;
	float:left;
	list-style-type: none;
	list-style-image: none;
	color:#ccc;
	font-weight:bold;
	font-family:Verdana, Arial;

	line-height:45px
}

#inh ul li {
	width: 100%;/* ========DIE BREITE DER TABELLENREITER IM MENÜ =======*/
	float:left;
	overflow:hidden;
	margin-left: 0;
	color:white
}

#inh hr{
	margin-top:12px
	}

#inh li:hover {
	overflow:visible; 
}

#inh ul li a{
	width: 100%;
	display: block;
	/* height: 30px; */
	line-height: 30px;
	margin-top: 0;
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
	font-family:Verdana, Arial;
	font-size:80%;
	line-height: 30px;
}


#inh ul li a.current{
	color: #ccc;
}

#inh ul li a:hover{
	color:#c93;
	text-shadow: none
}



#inh ul li ul{
	width:100%;
	min-width: 220px;
	clear:both;
	z-index:333;
	float:left;
	margin-top: 0px;
	height:auto;
	margin-left:-2%;
	font-size:90%;

	
}

#inh ul ul li {	
	width:100%;
	height: auto;
	padding: 2px 0;
}

#inh ul ul li a{	
	line-height:20px;
	padding: 4px 12px;
	text-transform: none;
	font-size: 90%;	
	height:45px;
	 width: 500px;
	 font-size:90%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	text-shadow: none;
	color:black;
	font-weight: 100;

	}



	
@media only screen and (max-width: 1100px) {
nav{
	height: 0;
	padding: 0;
	border:none;
	}
	

.open,  .close {
	visibility: visible;
	position:absolute;
	display: block;
	float:right;
	right: 20px;
	top:18px;
	width: 40px;
}
 
#inh{


	}

#inh, :not(:target) #inh {	
	width:94%;
	top: -1780px;	
	position:absolute;	
	left:0;
	width: 100%;
	z-index:300;
	margin-top:0;
	text-align: center;
	
	-webkit-transition: all 1s ease; 	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease; 	
	transition: all 1s ease; 
}

#inh:target {
	top:0;
	height: auto;
	padding-left: 4%;
	width: 96%;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}

#inh  li{	
	width: 100%;	
	text-transform: uppercase;	
	float:left;
	text-align:center;
	list-style-type: none;
	list-style-image: none;
}

#inh ul li ul{
 box-shadow: none;

	
}

#inh ul li {
	width: 100%;
	float:left;
	margin-left: 0;
	height: auto; 
	margin-left: 0;
}
#inh ul li li{
	width:49%
	}

#inh ul li a{
	height: 45px;
	line-height: 45px;
	font-size: 80%;
	text-align:left;
	padding-left:0;
	width:98%;
	text-transform: none;
	font-family: verdana, sans-serif

}
#inh ul li li a{
	height: 45px;
	line-height: 45px;
	font-size: 80%;
	text-align:left;
	color:white;
	text-transform: none;
	font-family: verdana, sans-serif
}

#inh ul li a:hover{
	color:#c93;
	}

#inh ul li ul{
	background-image:none}

}
@media only screen and (max-width: 499px) {
#inh ul li li{
	width:99%
	}
	}