/* css imaKo 2013-20xx www.imako.de */

#submenuline { 
	font-size: 15px;
	margin: 0 auto; 
	max-width: 1800px;
	height: 30px;
	background: #FBFDF5;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#submenuline:hover { background: #FBFDF5 }

#submenuline a { color:#A9D037 }
#submenuline a:hover { color:#080/*2a2a2a*/; background-color:#FBFDF5; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basis-Einstellungen */

li.aktiv { 
	background: #FBFDF5/*#41525C*/ ;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
}
li.sub { background: #769496/*89A3A5/*#41525C*/ }

nav {
	height: 40px;
	width: 100%;
	/*background: #A9D037;
	font-size: 15pt;
	font-family: Lato, Helvetica, Roboto, sans-serif;*/
	font-weight: bold;
	position: relative;
	border-bottom: 0px solid #A9D037;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #0B1920 /*#FBFDF5*/ !important;
	display: inline-block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
nav li a {
	border-right: 0px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a:focus {
	background-color: #FBFDF5;
	color: #A9D037 !important;
}
nav a#pull {
	display: none;
}
.aktivdefault { color: #A9D037 !important; }


/*Styles for screen 1024px and lower*/
@media only screen and (max-width : 1025px) {
#submenuline { 
	margin-left: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	max-width: 1024px;
	height: 60px;
	
		
	
}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #A9D037/*#283744*/;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 60px /*30px*/;
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 10px;
	}
}


/*Styles for screen 700px and lower*/
@media screen and (max-width: 751px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-left: 1px solid #576979;
		border-right: 1px solid #576979;
		border-top: 1px solid #576979;
		border-bottom: 0px;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	#submenuline { 
	margin-left: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	max-width: 700px;
	height: 60px;
	}
}

/*Styles for screen 700px and lower*/
@media only screen and (max-width : 750px) {
#submenuline { 
	margin-left: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	max-width: 700px;
	height: 60px;
}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #A9D037/*#283744*/;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 90px /*30px*/;
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 480px) {
#submenuline { 
	width: 99% /*260px*/;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	max-width: 99%;
	height: 70px;
}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 0px;
	}
    nav a {
		height: 90px /*30px*/;

	}	
}