
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* Standardlinks */
nav a:link, nav a:visited, nav a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
}

/* Basic Styles */
nav {
	width: 100%;
	background: transparent;
	font-size: 100%;
	font-family: Roboto,'Open Sans', sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 0px solid #283744;
}
nav ul {
	padding: 0;
	margin: 7px 4px;
	width: 100%;
/*	height: 40px; */
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 4px 28px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;
	background: #0080ff;
}
nav li a {
/*	border-right: 1px solid #575653; */
	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, nav a.menu-current, nav a.menu-parent {
	color: #fff;

}

nav a#pull {
	display: none;
}

/* Button fuer Sidepanel */
nav .btnsidebar  {
	background-image: url(men.png);
	background-repeat: no-repeat;
	background-color: #303030;
	background-size: 34% auto;
	background-position: center center !important;
	text-indent: -1000px; /* Text Sidebar ausblenden */	
}
nav li:first-child a:hover {
	background: transparent;
	background-image: url(nav-icon.png);
	background-repeat: no-repeat;
	background-size: 50% auto;	
	color: #fff;
}

/*Styles for screen 1024px and lower*/	
@media only screen and (max-width: 1024px) {

	/* Basic Styles */
	nav {
		height: 50px;
		font-size: 80%;
		margin-bottom: 2%;	
	}
	nav ul {
		margin: 5px;
		width: 100%;
	}
}


/*Styles for screen 940px and lower*/
@media screen and (max-width: 940px) {
	.rund {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	#wrapper {
    	margin: 70px auto;
	}
	/* Standardlinks */
	nav a:link, nav a:visited, nav a:active {
		margin-left: 0px;
	}	

	nav { 
		z-index: 10;
		height: auto;
		position: absolute;
		top: 0px;
		left: 0px;
		border-bottom: 0;

  	}
  	nav ul {
  		margin: 0 auto;
  		width: 100%;
  /*	display: block; */
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		border-bottom: 0px solid black;
		border-right: 0px solid black;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	font-size: 1.2em;
	  /*	text-indent: 25px; */
  	}
  	
	nav .btnsidebar  {
		background-size: 6% auto;
		text-indent: 4px; /* Text Sidebar einblenden */
	} 
	nav li:first-child a:hover {
		background-size: 6%;	
	}	

	nav a#pull {
		display: block;
		background-color: #434241;
		width: auto;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(men.png) no-repeat;
		background-size: 80%; 
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 12px;
	}	
	 	
}


/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	/* header etwas nach unten setzen */	
	#header {
		margin: 12% 0 2% 0;
	}

	nav a{
	   padding: 3px 12px;
	}	
	
	nav ul {
		display: none;
		height: auto;
		background-color: #474644;		
	}

	nav .btnsidebar {
    padding: 3px 10px;	
	}
	nav a#pull:after {
		background-size: 70%; 
		top: 10px;		
}


/*Styles for screen 320px and lower*/
@media only screen and (max-width : 320px) {

	nav li {
		display: block;
		float: none;
		width: 100%;
		background-color: #474644;
	}
	nav li a {
		border-bottom: 1px solid #575653;
	}
}