nav ul li > div svg {
	position: absolute;
	top: 0;
	right: 4rem;
	width: 7rem;
	box-shadow: none;
	border: 0;
}

nav ul li > div svg path:first-of-type {
	fill: #413c35;
}

#boxes svg {
	position: absolute;
	top: 0;
	right: 2%;
	height: 40%;
	max-height: 4rem;
}

#boxes svg path:first-of-type {
	fill: #413c35;
}

@media only screen and (max-width: 1178px) {
	.wimpel_box {
		right: 2%;
		height: 16%;
	}

}

.logo {
	position: absolute;
	bottom: 11rem;
	right: 4rem;
	width: 7rem;
	height: auto;
}

nav ul li > div {
	/*Avoid gap between wimpel and menu*/
	margin-top: -2px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0s, opacity 0s linear 0s;
	position: absolute;
	min-height: 32rem;
	padding-bottom: 5rem;
	top: 1.91rem;
	left: 5.3rem;
	right: 0;
	box-sizing: border-box;
	background-color: transparent;
	z-index: -1;
	line-height: 1.33rem;
	text-align: left;
	font-size: 1rem;
	overflow: hidden;
}

/** numElements * 4.6rem +  2*(numElements-1)*0.2rem   **/
div.elements_9 {
	width: 44.6rem;
}

div.elements_10 {
	width: 49.6rem;
}

nav ul li > div:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 8rem;
	left: -5rem;
	right: 1rem;
	background-color: #fff;
	box-sizing: border-box;
	-ms-transform: skew(135deg, 0deg); /* IE 9 */
	-webkit-transform: skew(135deg, 0deg); /* Chrome, Safari, Opera */
	transform: skew(135deg, 0deg);
	background-image: url("../Images/Fileadmin/welle.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: auto 8rem;
}

.no-js /* Show shadow only of the box if hovered (otherwise the ul:hover will add multiple shadow to a fat one)*/
nav ul li:hover > div:before ,
 .no-touch /* Show shadow only of the box if hovered (otherwise the ul:hover will add multiple shadow to a fat one)*/
nav ul li:hover > div:before {
	box-shadow: 0.8rem 0.8rem 0.3rem -0.6rem rgba(0, 0, 0, 0.6);
}

nav ul li > div:after {
	content: '';
	position: absolute;
	background-color: #fff;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5rem;
}

/* Delay popup of hover box (otherwise it opens when user moves mouse from upper menu to content)*/
.no-js nav ul li:hover > div ,
 .no-touch nav ul li:hover > div {
	opacity: 1;
	visibility: visible;
	transition: visibility 0s 0.2s, opacity 0s linear 0.2s;
	z-index: 4;
	box-shadow: 2.75rem -2rem 0.3rem -2.7rem rgba(0, 0, 0, 0.6), -0.15rem -0.1rem 0.2rem -0.1rem rgba(0, 0, 0, 0.5), -2.3rem 2.7rem 0.3rem -2.5rem rgba(0, 0, 0, 0.6);

}

/* Make all li elements visible after 0.3s (later then the hovered li elements so they are hidden) to avoid flickering during transition from on pennant to another */
.no-js nav ul:hover li > div ,
 .no-touch nav ul:hover li > div {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s 0.16s, opacity 0s linear 0.16s;
}

#wimpel ul li > div div.kreuzriss {
	float: left;
	height: 100%;
	width: 25%;
	display: block;
	padding-left: 1rem;
	padding-right: 0.5rem;
	padding-top: 1.1rem;
}

#wimpel ul li > div div.kreuzriss img {
	width: 100%;
	height: auto;
}

.no-js #wimpel:hover ,
 .no-touch #wimpel:hover {
	z-index: 5;
}

#nav_gliders ul li div .text {
	padding: 1rem;
	margin-left: 28%;
	font-size: 1.05rem;
	line-height: 1.42em;
	color: #413c35;
	font-family: GalaxiePolaris-Book, sans-serif;
	width: 30rem;
}

#nav_gliders ul li div .text a {
	width: auto;
	height: auto;
}

#nav_gliders ul li div h2 {
	font-family: GalaxiePolaris-Medium, sans-serif;
	color: #4a4a49;
	font-size: 1.7rem;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0.6rem;
}

#nav_gliders ul li div h3 {
	padding-bottom: 0.2rem;
	display: inline-block;
	font-size: 1.1rem;
	line-height: normal;
	color: #716c65;
	font-family: GalaxiePolaris-Medium, sans-serif;
}




