/* Basis Definition */

.header-mobile {
	display:none;
	background-color:#f9f9f9;
	height:60px;
	width:90%;
}

.logo-mobile {
	float:left;
	margin: 7px 0px 0px 2%;
	height:45px;
}

/* Mobile navigation */

.nav{
	display:none;	 
}

.nav-list{
list-style-type:none;
margin-left:0;
padding-left:0;
}

.nav-item {
	float:left;
	margin-left: 21px;
	margin-right: 21px;
	font-size:30%;
	color:#393939;
}

.nav-item > a:hover {
	color:#666;
}
.nav-item:hover .nav-submenu {
	display:block;
}

.seperator{
	float:left;
}

/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background: rgba(190,190,190, .66);
	border-top:1px solid #666;
	display:block;
	text-align:center;
	font-size:80%;
	padding:15px;
	width:89.7%;
}
.nav-submenu-item a:hover {
	background: rgba(190,190,190, 1.0);
	color:#000;
	 -moz-box-shadow:inset 0px 0px 10px #888; /* Firefox */
	 -webkit-box-shadow:inset 0px 0px 10px #888; /* Chrome, Safari */
	 -khtml-box-shadow:inset 0px 0px 10px #888; /* Konqueror */
	 box-shadow: inset 0px 0px 10px #888
}

.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url(../bilder/img/nav.svg) no-repeat center center;
	background-size:50%;	
	width:10%;
	max-width:40px;
	height:40px;
	max-height:40px;
		
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #666;
	height: 100%;
	width:7%;
	cursor:pointer;
	background: rgba(190,190,190, .66);
}
.nav-click i {
	display:block;
	padding-top:5px;
	height: 100%;
	background:url(../bilder/img/drop.svg) no-repeat center center;
	background-size:60%;
}
.nav-click:hover {
	background-color:#666;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (max-width: 996px) {
	
/* Inhalt anpassen------------------------------------*/
	
body {
	width: 100%;
	font-size: 100%;
}

p {
	font-size: 100%;
}

h1 {
	font-size: 140%;
}

/* Content divs */
.content {
	width:90%;
	margin:2% 5%;
}

.imgleft{
	float:right;
	width:40%;
	display:block;
}

.footer {
	display:none;
}


/*PC Nav ausblenden */
.header{
	display: none;
}

.header-mobile {
	display: block;
}

.nav {
	display:block;
	width:98%;
	padding:0px 0 0;
	margin-top:0px;
	float:none;	 
}

.nav-mobile {
	display:block;
}

.nav-list {
	display: none;
}

.nav-item {
	width:100%;
	float:none;
	margin-left:1%;
	*display:inline;
	zoom:1;
	position:relative;
	font-size:120%;
}

.nav-item > a {
	display:block;
	background: rgba(190,190,190, .66);
	text-align:center;
	font-size: 110%;
	width: 100%;
	margin-top: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}
	
.nav-item > a:hover {
	background: rgba(190,190,190, 1.0);
	color:#000;
	 -moz-box-shadow:inset 0px 0px 10px #888; /* Firefox */
	 -webkit-box-shadow:inset 0px 0px 10px #888; /* Chrome, Safari */
	 -khtml-box-shadow:inset 0px 0px 10px #888; /* Konqueror */
	 box-shadow: inset 0px 0px 10px #888
}

.nav-click {
	display:block;
}

.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.nav-item:hover .nav-submenu {
	display:none;
}
	
.nav-submenu {
	position:static;
	width:100%;
	font-size: 130%;
}

.seperator{
	display:none;
}