
.toggle, [id^="drop"] {
   display: none;
}

nav {
	background: #0f1014;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 10px;
	text-transform: uppercase;
}

nav::after {
   clear: both;
   content: "";
   display: table;
}

nav ul {
   list-style: outside none none;
   margin: 0;
   padding: 0;
   position: relative;
}

nav ul li {
	border-left: 0px solid #1d1f24;
	display: inline-block;
	float: left;
	margin: 0;
	margin-left: -10px;
}

nav a {
	background: #1c1e28;
	width: 50px;
	color: #8eacaf;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 0px;
	height: 15px;
	
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.breite {
	background: #1c1e28;
	width: 150px;
	color: #8eacaf;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 0px;
	
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

nav ul li ul li:hover {
   background: #1c1e28 none repeat scroll 0 0;
}

nav a:hover {
	background-color: #1c1e28;
	text-transform: uppercase;
}

nav ul ul {
   display: none;
   position: absolute;
   top: 35px;
}

nav ul li:hover > ul {
   display: inherit;
}

nav ul ul li {
   display: list-item;
   float: none;
   position: relative;
   width: 200px;
}

nav ul ul ul li {
   left: 200px;
   position: relative;
   top: -60px;
}

@media all and (max-width: 768px) {
nav {
   margin: 0;
}

.toggle + a, .menu {
   display: none;
}

.toggle {
	background: #1c1e28;
	color: #8eacaf;
	border: medium none;
	display: block;
	padding: 10px 15px;
	
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.toggle:hover {
	background-color: #1c1e28;
}

[id^="drop"]:checked + ul {
   display: block;
}

nav ul li {
   display: block;
   width: 100%;
}

nav ul ul .toggle, nav ul ul a {
   padding: 0 40px;
}

nav ul ul ul a {
   padding: 0 80px;
}

nav a:hover, nav ul ul ul a {
	background-color: #1c1e28;
}

nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
   color: #ffffff;
   font-size: 12px;
   padding: 10px 15px;
}

nav ul li ul li .toggle, nav ul ul a {
	width: 300px;;
	background-color: #1c1e28;
}

nav ul ul {
   color: #ffffff;
   float: none;
   position: static;
}

nav ul ul li:hover > ul, nav ul li:hover > ul {
   display: none;
}

nav ul ul li {
   display: block;
   width: 100%;
}

nav ul ul ul li {
   position: static;
}


}

@media all and (max-width: 330px) {
nav ul li {
   display: block;
   width: 94%;
}


}

@media only screen and (min-width: 769px) {
nav ul {
   margin-left: 8%;
}

nav ul ul {
   margin-left: 0;
}


}

/* 
Tutorial by WallBB 
http://wallbb.co.uk
*/