/* Clearfix */

/* **********************  HAUPTNAV   ********************** */ 
#HauptNavZeileNavigation {
position:relative;
width:100%;
margin: 0 auto;
background-color: #FFFFFF;border-top: 1px solid #dddddd;
}
.HaupNavZeileZentriert {
position:relative;
max-width: 700px;
margin: 0 auto;
    align-content: center;
    text-align: center;
}

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

/* Basic Styles */
nav {
	height: 50px;
	max-width:700px;
	margin: 0 auto;
	font-family:'Montserat',sans-serif;
	font-weight:200;
	font-size: 0.9em;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	padding: 15px 11px 15px 11px;
	width: 100%;
	font-family:'Montserat',sans-serif;
	font-weight:200;
	color: rgba(0,0,0,1.00);
	display: inline-block;
	text-decoration: none;
	height: 50px;
 }
nav li a {
	border-right: 0px solid #222222;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: rgba(255,255,255,1.00);
	background-color: rgba(207,42,112,1.00);

}
nav a#pull {
	display: none;
}

#SEOCOACH nav ul li#navseocoach a,
#SEOCOACH nav ul li#navseocoach span {
color: rgba(207,42,112,1.00);
background-color: rgba(0,0,0,0.20);
}
#SEOBERATER nav ul li#navseoberater a,
#SEOBERATER nav ul li#navseoberater span {
color: rgba(207,42,112,1.00);
background-color: rgba(0,0,0,0.20);
}
#WEBDESIGN nav ul li#navwebdesign a,
#WEBDESIGN nav ul li#navwebdesign span {
color: rgba(207,42,112,1.00);
background-color: rgba(0,0,0,0.20);
}
#ADVERTORIALSEOTORIAL nav ul li#navadvertorialseotorial a,
#ADVERTORIALSEOTORIAL nav ul li#navadvertorialseotorial span {
color: rgba(207,42,112,1.00);
background-color: rgba(0,0,0,0.20);
}
#WIREMPFEHLEN nav ul li#navwirempfehlen a,
#WIREMPFEHLEN nav ul li#navwirempfehlen span {
color: rgba(207,42,112,1.00);
background-color: rgba(0,0,0,0.20);
}



/*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;
  	}

}

/*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;
	}
}

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


