/*
the hamburger button with a little gradient effekt
*/
#ham {
	
	/*border: 1px solid #FFCD9B;*/
	height: 190px;
	width:940px;
	margin: 0 auto;
z-index:500;
	
}

#hamburger {
	
	margin-top:40px;
	margin-left:40px;
	position:fixed;
	cursor: pointer;
	display: block;
z-index:500;
	width:60px;
    height:60px;

}



/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px 3px 3px 3px;
    height: 10px;
z-index:500;
	margin:10px auto;
    width: 100%;
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
	
	
}


/*
The navigation container in the background
*/
#navLayer {
	width: 25%;
	  opacity: 0;
    left: 0px;
	top:0px;
    padding-top: 190px;
    position: fixed;
    z-index:110;
    height: auto;
	display:none;
	
	margin-left:25%;
	
}

	
nav {
	width: 25%;
	font-size:1.2em;
	font-weight:bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	text-align:left;
    opacity: 0.8;
	display:none;
    left: 0px;
	top:0px;
    padding-top: 190px;
    position: fixed;
    z-index:10;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
	direction:rtl;
    background: #443124;
	   -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.8);

}

/*
Style the navigation menu
*/
 
	
nav a:link {
	color:#FFF;
	text-decoration:none;
}

nav a:active  {
	text-decoration:none;
}
nav a:hover{
	color:#FF6600;
}


nav ul{
    list-style:none;
    margin: 0;
    width: 100%;
    padding: 0;
	
}

nav li {
    position: relative;
   /*color:#0F0;*/
    border-bottom: 1px solid #FF702B;
    border-top: 1px solid #FF702B;
	
}
/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
	/*background-color:#AA3700;
	opacity:0.2;*/
	
    right: 0;
    top: 0;
    width: 100%;
	display:none;
    z-index: 5;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
   list-style: none;
  line-height: auto;
  display: block;
}

#cssmenu {
  width: 100%;
  color: #ffffff; 
}
li:first-child {
	border-top: 2px solid #FF702B;
}
li:last-child {
	border-bottom: 2px solid #FF702B;
}
	
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #443124; /*dunkel*/
 
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.open > a {
  color: #FF6600;
 /* text-shadow:6px 6px 6px #CCC;*/
  background: #564940; /*hell*/
      -webkit-box-shadow : 2px 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow : 2px 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
 }
#cssmenu > ul > li.active > a:hover >a {
	  color: #eeeeee;
  background: #443124; /*dunkel*/
}

#cssmenu > ul > li.open > a {
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15);
 
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
}

.holder::before {
  top: 18px;
  border-top: 6px solid;
  border-left: 6px solid;
 /* border-top-color: inherit;
  border-left-color: inherit;*/
}
#cssmenu ul ul li a {
  cursor: pointer;
  font-size:90%;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  text-align:right;
  color: #eeeeee;
  background: #2F2320; /*dunkel*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #433830; /*dunkel*/
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}


#cssmenu ul ul li.has-sub > a::after { /*Hinweiszeichen, auf dem sub-menü zum sub-submenü*/
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
 
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


