﻿@charset "utf-8";

nav{
	width: 100%;
	float: left;
	background-color: rgba(48,46,46,0.7);
	height:auto;
	box-shadow: -10px -10px 53px -15px rgba(0,0,0,0.75);
	}
	
.open, .close {
	visibility:hidden;
	display:none;
	height:0px;
	}


#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: 80%;
    -webkit-padding-start: 0;
    margin-bottom:0;
    height: auto;
    margin-top: 0;
    margin-left: 10%;
      box-shadow: 10px 10px 53px -15px rgba(0,0,0,0.75);
    border-radius: 4px;
  	}

#inh  li{
	width: 25%;
	font-size:140%;
	float:left;
	list-style-type: none;
	list-style-image: none;
	}

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


#inh li:hover {
	overflow:visible; 
	color:#c93
	}

#inh ul li a{
	width: 100%;
	color:  white;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 110%;
	margin-top: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: white;
	text-shadow: 2px 2px 6px rgba(0,0, 0, 1);
	}


#inh ul li a.current{
	color: #036C9E;text-shadow: 2px 2px 6px rgba(0,0, 0, 0.21);
	}

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

#inh img {
    margin-bottom: 0;
    margin-left: 6px;
	}

#inh ul li ul{
	width: 100%;
	min-width: 220px;
	clear:both;
	z-index:333;
	float:left;
	margin-top: 0px;
	height:auto;
	/* margin-top: 40px; */
	margin-left:-2%;
	border-radius: 1px;
	font-size:90%;
	background-color: rgba(40,40,40,0.8);
	}

#inh ul ul li {
	width:100%;
	height: auto;
	padding: 2px 9%;
	line-height: 40px;
	font-size: 100%;
	color: white;
	}

#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:white;
	font-weight: 100;
	}



	
@media only screen and (max-width: 799px) {


.open,  .close {
	visibility: visible;
	position:absolute;
	display: block;
	float:right;
	right: 20px;
	top: 11px;
	width: 40px;
	}
 
#inh{
	background-color: rgba(0,0, 0, 0.8);
	}

#inh, :not(:target) #inh {	
	width:94%;
	top: -1280px;	
	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;	
	-webkit-transition: all 1s ease; 	
	-moz-transition: all 1s ease;	
	-o-transition: all 1s ease; 	
	transition: all 1s ease; 
	}

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

#inh ul li ul{
 	box-shadow: none;
	background-color: transparent;
	}

#inh ul li {
	width: 100%;
	float:left;
	clear: both;
	font-size: 110%;
	height: auto;
	text-align: left;
	margin-left: 0;
	left: 0;
	line-height: 54px;
	}
	
#inh ul li li{
	width: 43%;
	clear: none;
	color: white;
	}

#inh ul li a{
	height: 45px;
	line-height: 45px;
	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%
	}
}

@media only screen and (max-width: 299px) {


.open,  .close {
	right: 10px;
	}
}