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

/* Basic Styles */
nav {
	height: 40px;
	max-width:700px;
	margin: 0 auto;
	font-family:'Roboto',sans-serif;
	font-weight:800;
	font-size: 1.0em;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	padding: 10px 15px 0px 15px;
	width: 100%;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	color: #d2e090;
	display: inline-block;
	text-decoration: none;
	height: 40px;
 }
nav li a {
	border-right: 0px solid #ffffff;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,0.20);

}
nav a#pull {
	display: none;
}

#KUECHEN nav ul li#navkuechen a,
#KUECHEN nav ul li#navkuechen span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#MOEBEL nav ul li#navmoebel a,
#MOEBEL nav ul li#navmoebel span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#GARTEN nav ul li#navgarten a,
#GARTEN nav ul li#navgarten span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#PLANUNG nav ul li#navplanung a,
#PLANUNG nav ul li#navplanung span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#ANGEBOTE nav ul li#navangebote a,
#ANGEBOTE nav ul li#navangebote span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#AKTUELLES nav ul li#navaktuelles a,
#AKTUELLES nav ul li#navaktuelles span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#AUSSTELLUNG nav ul li#navausstellung a,
#AUSSTELLUNG nav ul li#navausstellung span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}
#KATALOGE nav ul li#navkataloge a,
#KATALOGE nav ul li#navkataloge span {
color: rgba(250,250,250,1.00);
background-color: rgba(0,0,0,0.20);
}



/*------------------- Navigation oben ---------------------
---------------------------------------------------*/

.navoben {
	position: relative;
	width: 380px;
	margin-right:5%;
	float:right;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	line-height:25px;
}
.navoben ul {
	padding: 0;
	margin: 0 auto;
	width: 320px;
	height: 25px;
}
ul#menueobenliste {
	margin-top:0px;
	text-align:right;
  }
  
  ul#menueobenliste li {
    list-style: none;
    display: inline;
	margin-left:15px;
	padding-top:2px;
  }

  ul#menueobenliste a, ul#menueobenliste span {
	 color:#FFFFFF;
    text-decoration:none; 

  }
  ul#menueobenliste li a:hover, ul#menueobenliste span {
	 color:#057444;
	text-decoration:none;
  }

#STELLENANGBEOTE ul#menueobenliste li#navstellenangebote a{
	color:#de0200;
	text-decoration:none;
}
#SERVICE ul#menueobenliste li#navservice a{
	color:#de0200;
	text-decoration:none;
}
#UEBERUNS ul#menueobenliste li#navueberuns a{
	color:#de0200;
	text-decoration:none;
}
#ANFAHRT ul#menueobenliste li#navanfahrt a{
	color:#de0200;
	text-decoration:none;
}
#KONTAKT ul#menueobenliste li#navkontakt a{
	color:#de0200;
	text-decoration:none;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 699px) {
	nav { 
  		height: auto;
		font-size: 1.0em;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 20%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #aaaaaa;
		border-right: 1px solid #aaaaaa;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 15px;
  	}
	.navoben {
	font-size: 1em;
	font-weight: 400;
	line-height:25px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 698px) {
	nav {
		border-bottom: 0;
		height: auto;
		font-size: 1em;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
	nav a#pull {
		display: block;
		background-color: #555555;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.navoben {
	font-size: 0.8em;
	font-weight: 400;
	line-height:25px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #777777;
	}
}


