nav {
	font-size: 13px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	border-bottom: 2px solid #FFC600;
}
nav ul {
	padding: 0;
	margin: 0;
	
}

nav li {
	display: inline;
	float: left;
}

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

nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 10px 25px;
	background: #40403F;
}

nav li a {
	border-right: 1px solid #FFC600;
	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 {
	color: #40403F;
	background-color: #FFC600;
}

.home a.home, .ueberuns a.ueberuns, .stellen a.stellen, .leistungen a.leistungen, .schaden a.schaden, .projekte a.projekte, .kontakt a.kontakt {
	color: #40403F;
	background-color: #FFC600;	
}

nav a#pull {
	display: none;
}		


@media screen and (max-width: 600px) {
.container {
	width: 100%;
	margin: 0px auto;

}
.resize {width:100%}
	nav { 
  		height: auto;
  	}
  	nav ul {
  		background: #40403F;
  		margin: 0 auto;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		width: 100%;
		border-bottom: 1px solid #FFC600;
		border-right: 1px solid #FFC600;
	}
  	nav a {
	  	text-align: left;
	  	text-indent: 10px;
  	}
}

@media only screen and (max-width : 480px) {


	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	
	  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
	nav a#pull {
		display: block;
		background-color: #40403F;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		float:right;
	}
}

@media only screen and (max-width : 320px) {


	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #FFC600;
	}
}
