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

.logo {
	position: absolute;
	right: auto;
	left: 0px;
	width: 200px;
	top: 1.15em;
}

/* Navigation
-----------------------------------------------------------*/
nav.mainNav {
	z-index: 100;
	position: fixed;
	background: #fff;
	right: 60px;
	left: 0;
	top: 0;
	bottom: 0;
	top: 71px;
	padding: 0;
	overflow-x: hidden;
	display: none;
}

nav.mainNav ul {
	margin: 0;
	padding: 4%;
	display: block;
	width: 92%;
	background: #fff;
}

nav.mainNav ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #bbbdbe;
	width: 100%;
	line-height: 2em;
}

nav.mainNav ul li a {
	display: block;
	background: none;
}

nav.mainNav ul .ancestor a,
nav.mainNav ul li a.open
{
	background: none;
}


nav.mainNav ul li:first-child a,
nav.mainNav ul ul li a,
nav.mainNav ul .ancestor ul li a
{
	background: none;
}

.mainNav ul ul {
	display: block;
	float: none;
	position: static;
	margin-bottom: 1em;
	padding: 0;
}


.mainNav ul ul li {
	border: none;
	line-height: 1.5em;
	font-size: 0.8666666667em;
}

#navBtnLabel {
	display: block;
	line-height: 34px;
	position: absolute;
	top: 24px;
	right: 0px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='28' height='3'/><rect y='20' width='28' height='3'/><rect y='10' width='28' height='3'/></svg>");
	background-size: contain;
}


.navWrapper {
	opacity: 0;
}

.subNav {
	display: none;
}

} /* Ende 100 */


