@charset "UTF-8";
/* CSS Document */




*,
figure /* see normalize.css */
{	

	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
	z-index:2000000;
	font-family:'open sans',Sans-Serif;
	font-weight:300;
}

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

#nav ul,
#nav ol
{
	list-style: none;
	padding-left: 0rem;
}

.clearfix::after
{
	content: '';
	display: table;
	clear: both;
}



-------
#nav {display: flex; justify-content: space-around;flex-direction: row;width: 1020px;
	width: 60em; /* 1000 */ 
	/*
	display: block;
	 border-left: 5px solid transparent;
  border-right: 5px solid transparent;
	*/
	font-family:'cdro',Sans-Serif;
	/*font-weight:200;*/
	/*position: absolute;
			/*top: 25%;
			left: 50%;
			margin-left: -30em; /* 30 480 */
			
width: 100%;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #000000;
	display: block;
}
#nav li a:active {
	background-color: #cccccc !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	border-top-color: #fff;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}




/* first level ------------------------------------------------------------------------ */

#nav > ul {display: flex; justify-content: space-around;flex-direction: row;width: 900px;
	height: 30px; /* 60 */
	background-color: #eeeeee;
	
	
	/*display: inline-block;*/

}
#nav > ul > li {
	/*width: 20%;*/
	
	height: 100%;
	float: left;
	display: block; 
	
	text-align:left !important; 		

}
/*
#nav > ul > li :last-child   {
	padding-right:1px;
}*/

#nav > ul > li > a {
	height: 100%;
	/*font-size: 1.5em;*/ /* 24 */
	/*line-height: 2.5em; *//* 60 (24) */
	/*text-align: center;*/
	font-size: 16px;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	padding-top:0px;
	
	display: block;
	margin-right:/*22px*/0px;
	margin-left:/*22px*/0px;
}
#nav > ul > li:not( :last-child ) > a {
	/*border-right: 1px solid #cc470d;*/
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
	background-color: #eeeeee;
	height: 26px;
}
/* second level -------------------------------------------------------------------------------------------------*/


#nav  li  ul{        /* Second Level */
    background-color: #f29400;  /* */
	display: none;
	position: absolute;
	top: 100%;
	text-decoration: none;
	width:/*220px*/200px;
	margin-left:0px;
	
	
}
#nav  li:hover > ul{
   display: block;
   left: 0;
	right: 0;
}


#nav li  ul  li span:after {
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #000000;
}

/*
#nav  li  ul  li  span{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff;
}*/
/*
#nav  li  ul  li:hover  span{
    color:#fff;
}*/

#nav li ul a {
	/*font-size: 1.25em; /* 20 */
	font-size: 16px;
	border-top: 1px solid #000000;
	border-style:dotted;
	/*padding: 0.75em; /* 15 (20) */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:10px;
	padding-right: 10px;
	text-decoration: none; 
	color: #ffffff;
}


#nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
	background-color: #ffffff;
	color: #000000;
}



/* ??? > */
#nav2 li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

/* fumktioiert nischt mehr */
#nav2 li:not( :first-child ):hover ul {
	left: -1px;
}

/* ----------------------------------------------------------------------------------------------------- */
#nav  li  ul li  ul{   /* Third Level & beyond */
    display:none;
    background:#8cd3f1;
	width:/*220px*/250px;
}

#nav  li  ul li:hover  ul{
    display:block;
    position:absolute;
    left:100%;
    /*border-left:solid 1px #fff;*/
    top:0;
	width:/*220px*/250px;
}


#nav  li  ul  li ul  li{
    display:block;
    padding:0px;
    white-space:nowrap;
}
#nav  li  ul  li ul  li:hover  span{
    color:#fff;
}







@media only screen and ( max-width: 921px ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}
}

@media only screen and ( max-width: 1000px ) /* 640 */ {

#nav {
	display:none;
}

}



