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

/* Basic Styles */
nav {
	margin: 0 auto;
	height: 60px;
	min-width:300px;
	font-family:'Prompt',sans-serif;
	font-weight:300;
	font-size: 1.1em;
	line-height: 1.1em;
	position: relative;
	text-align: right;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 60px;
		text-align: right;
}
nav li {
	display: inline;
	float: right;
}
nav a {
	padding: 20px 10px 0px 10px;
	width: 100%;
	font-family:'Prompt',sans-serif;
	font-weight:500;
	color: #222222;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.1em;
	height: 60px;
 }
nav li a {
	border-right: 0px solid #ffffff;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
color: #222222;
font-weight:800;
}
nav a#pull {
	display: none;
}

#BUERO nav ul li#navbuero a,
#BUERO nav ul li#navbuero span {
color: #222222;
background-color: rgba(255,255,255,0.80);
font-weight:800;
}
#KONTAKT nav ul li#navkontakt a,
#KONTAKT nav ul li#navkontakt span {
color: #222222;
background-color: rgba(255,255,255,0.80);
font-weight:800;
}



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

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

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

  }
  ul#menueobenliste li a:hover, ul#menueobenliste span {
	 color:#333333;
	text-decoration:none;	
	  font-weight:800;
  }

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


/*Styles for screen 600px and lower*/
@media screen and (max-width: 699px) {
	nav { 
		margin: 20px 0 0 0;
  		height: auto;
		font-size: 1.0em;
		background-color: rgba(255,255,255,1.00);
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
		text-align: center;
  	}
  	nav li a {
		border-bottom: 1px solid #aaaaaa;
		border-right: 1px solid #aaaaaa;
	}
  	nav a {
		text-align: center;
	  	width: 100%;
	  	text-indent: 0px;
  	}
	.navoben {
	font-size: 1.0em;
	font-weight: 300;
	line-height:25px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 698px) {
	
	.navoben {
	width: 320;
	margin-right:10px;
}
	
	
	nav {
		border-bottom: 0;
		height: auto;
		font-size: 1em;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
  		width: 100%;
  		position: relative;
		text-align: center;

  	}
	nav a#pull {
		display: block;
		background-color: #ffffff;
		width: 100%;
		position: relative;
		text-align: center;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		top: 10px;
	}
	.navoben {
	font-size: 0.9em;
	font-weight: 300;
	line-height:25px;
	}
}

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


