@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: 100;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
}

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

ul,
ol
{
	list-style: none;
}

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


-------
#nav {
	width: 60em; /* 1000 */ 
	/*
	display: block;
	 border-left: 5px solid transparent;
  border-right: 5px solid transparent;
	*/
	font-family: 'Work Sans', 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: #FFFFFF;
	display: block;
}
#nav li a:active {
	/* pke */
	/*background-color: #034da1 !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 {
	height: 30px; /* 60 */
	/* pke */
	/*background-color: #034da1;*/

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

}
/*
#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:4px;
	padding-right:4px;
	text-decoration: none;
	padding-top:4px;
	
	display: block;
	margin-right:16px;
}
#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: #f8cde0; color: #FFF;
	height: 26px;
}
/* second level -------------------------------------------------------------------------------------------------*/


#nav  li  ul{        /* Second Level */
    background-color: #f8cde0; 
	display: none;
	position: absolute;
	top: 100%;
	text-decoration: none;
	width:220px;
	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 #ffffff;
}

/*
#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: 14px; 
	border-top: 1px solid #ffffff;
	border-style:dotted;
	/*padding: 0.75em; /* 15 (20) */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:8px;
	padding-right: 8px;
	text-decoration: none; color: #344771; margin-right:0px;
}


#nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
	background-color: #f287b7; color:#063d90;
}



/* ??? > */
#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:#95a8b1;
	width:220px;
}

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


#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: 1001px ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}
}

@media only screen and ( max-width: 1000px ) /* 640 */ {
html {
	font-size: 75%; /* 12 */
}
#nav {
	position: relative;
	top: auto;
	left: auto; 	
}
#nav > a {
	
	/*width: 3.125em; /* 50 */
	/*height: 3.125em; /* 50 */
	width: 40px; 
	height: 40px; 
	
	text-align: left;
	text-indent: -9999px;
	background-color: #95a8b1;
	position: relative;
	
}
#nav > a:before,  #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;

	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type,  #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left:0px;
	
	
		background-color: #ccd2d7;

	
	}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	/*padding: 0 0.833em; /* 20 (24) */
	/*padding: 8px 24px;*/
	padding-top:8px;
	padding-bottom:8px;
	padding-left:4%;
	padding-right:0px;
	width:96%;

	
	
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #95a8b1;
}
/* second level */

#nav li ul {
	position: static;
	padding: 0px; /* 20 */
	padding-top: 0;
	padding-left:0; width:100%; margin-left:0;
}
#nav li ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:6%;
	padding-right: 8px;

}

  /* Third Level & beyond */


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

#nav  li  ul li:hover  ul{
    display:block;
    position:relative;
    left:0%;
   
    top:0;
	width:100%;
}



