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

/* Basic Styles */
nav {
	height: 40px;
	width: 100%;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	position: relative;
	border-bottom: 1px solid #777777;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 650px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	padding: 13px 20px 0 20px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color: #888888;
	display: inline-block;
	min-width: 100px;
	text-align: center;
	text-decoration: none;
	height: 40px;
	text-shadow: 1px 1px 0px #EEEEEE;
}
nav li a {
	border-right: 0px solid #ffffff;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #CCCCCC;
	border-bottom: 1px solid #777777;
}
nav a#pull {
	display: none;
}

#WERKSTATT nav ul li#navwerkstatt a,
#WERKSTATT nav ul li#navwerkstatt span {
color:#039ac4;
}
#RESTAURATION nav ul li#navrestauration a,
#RESTAURATION nav ul li#navrestauration span {
color:#039ac4;
}
#VERKAUF nav ul li#navverkauf a,
#VERKAUF nav ul li#navverkauf span {
color:#039ac4;
}
#SERVICE nav ul li#navservice a,
#SERVICE nav ul li#navservice span {
color:#039ac4;
}
#EVENTS nav ul li#navevents a,
#EVENTS nav ul li#navevents span {
color:#039ac4;
}
#LOTUS nav ul li#navlotus a,
#LOTUS nav ul li#navlotus span {
color:#039ac4;
}

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

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

  ul#menueobenliste a, ul#menueobenliste span {
	 font-family: 'Oswald', sans-serif;
	font-weight:700;
	color: #555555;	
	 text-decoration:none; 

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

#STELLENANGBEOTE ul#menueobenliste li#navstellenangebote a{
	color:#ce2f21;
	text-039ac4:none;
}
#ANFAHRT ul#menueobenliste li#navanfahrt a{
	color:#039ac4;
	text-decoration:none;
}
#KONTAKT ul#menueobenliste li#navkontakt a{
	color:#039ac4;
	text-decoration:none;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 760px) {
	nav { 
  		height: auto;
		font-size: 1.1em;
		background-color:#dddddd;

  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 25%;
  		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: 5px;
  	}
	.navoben {
	font-size: 1.1em;
	font-weight: 700;
	line-height:25px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
		height: auto;
		font-size: 1.1em;
		background-color:#dddddd;

	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
	nav a#pull {
		display: block;
		background-color: #eeeeee;
		width: 100%;
		position: relative;
			background-color:#dddddd;
	}
	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: 1em;
	font-weight: 700;
	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;
	}
}


