/*Textfelder und Layoutbereiche als Container für Navi*/

#Navibutton {display: none; position: relative; max-width: 36px; background: rgba(255,255,255,0.8); left: 10px; margin: 10px 0 10px 0; padding: 10px; border-radius: 5px;}
#Navibutton:hover  {background: rgba(0,0,0,0.15);}
#MenuContainerText {display: block;} /*background: rgba(5,5,103,0.7);*/
#MenuContainerLayout {max-width: 1000px; margin: auto;}

#ButtonPfeilDown {width: 16px; vertical-align: center; opacity: 0.9}

/* N A V I */

 #menu-wrapper {display: block; }

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}
.nav {display: block; padding: 0;}


.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	width: 100%;
	margin: 0 auto -6px auto;
	/*background: rgba(5,5,103,0.7);*/
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
	padding: 15px 0 15px 0;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 41px;
	padding: 0 20px;
	line-height: 41px;
	
	font-family: Open Sans Condensed Light  /*Helvetica, Arial, sans-serif*/;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	color: rgb(240,240,240);
	
	background: none;
	border-left: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
	

	/*-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;*/
}
.nav > li:last-child > a {border-right: 0px solid rgba(255,255,255,0.2)}

.nav > li:hover > a { background: rgba(255,255,255,0.1); }


/* Menu Dropdown */

.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 68px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */

.nav .nav-column {
	float: left;
	width: 20%;
	padding: 2.5%;
}
/*....................................................................*/

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	/*font-weight: bold;*/
	font-size: 22px;
	letter-spacing: 1px;
	color: #888888;
}

/*....................................................................*/

.nav .nav-column2{
	display: block;
	margin: 3px 0 0 170px; /*margin: 3px 0 0 116px; die Position geändert*/
	/*height: 100px; height: 30px; geändert die Zeilenhöhe*/
	width: 260px; /*width: 147px; geändert die Größe*/
	background: rgb(240,240,240);
	padding: 1.5%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
	} 
.nav .nav-column2:hover { background: rgb(250,250,250)}

.nav .nav-column2 li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(5,5,103);
}
.nav .nav-column2 li a:hover { color: rgba(5,5,103,0.7); 
	font-weight: bolder;
}

/*......................................................................*/

.nav .nav-column3{
	display: block;
	margin: 3px 0 0 380px;
	width: 247px;
	background: rgb(240,240,240);
	padding: 1.5%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
	} 
.nav .nav-column3:hover { background: rgb(250,250,250)}

.nav .nav-column3 li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(5,5,103);
}
.nav .nav-column3 li a:hover { color: rgba(5,5,103,0.7);}


/*......................................................................*/

.nav .nav-column4{
	display: block;
	margin: 3px 0 0 495px;
	width: 215px;
	background: rgb(240,240,240);
	padding: 1.5%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
	} 
.nav .nav-column4:hover { background: rgb(250,250,250)}

.nav .nav-column4 li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(5,5,103);
}
.nav .nav-column4 li a:hover { color: rgba(5,5,103,0.7);}

/*......................................................................*/

.nav .nav-column5{
	display: block;
	margin: 3px 0 0 615px;
	width: 210px;
	background: rgb(240,240,240);
	padding: 1.5%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
	} 
.nav .nav-column5:hover { background: rgb(250,250,250)}

.nav .nav-column5 li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(5,5,103);
}
.nav .nav-column5 li a:hover { color: rgba(5,5,103,0.7); }

/*......................................................................*/

.nav .nav-column6{
	display: block;
	margin: 3px 0 0 725px; /*geändert postion margin: 3px 0 0 650px;*/
	width: 275px;
	background: rgb(240,240,240);
	padding: 1.5%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
	} 
.nav .nav-column6:hover { background: rgb(250,250,250)}

.nav .nav-column6 li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(5,5,103);
}
.nav .nav-column6 li a:hover { color: rgba(5,5,103,0.7); }

/*......................................................................*/


.nav .nav-column li a {
	display: block;
	line-height: 40px; /* Leinen Höhe Verstellen line-height: 26px;*/
	
	font-family: Open Sans Condensed Light; /*Helvetica, Arial, sans-serif*/
	/*font-weight: bold;*/
	font-size: 16px;
	letter-spacing: 1px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

/*.nav .nav-column:last-child {
	float: right;
	width: 20%;
	padding: 2.5%;
	margin: 70px 50px 70px 0;
	background: rgb(5,5,103);
	border-radius: 5px;
	box-shadow: 2px 2px 4px #333333;
}*/

/*......................................................................SCREEN KLEINER ALS 850px....................................................*/

@media screen and (max-width: 850px){

#menu-wrapper {display: none; }

#Navibutton {display: block; top: 0; left: 10px;}
#Header-Logo-Container{	position: absolute; top: -90px; right: 25px; max-width :35%; float: right; padding-top: 0; box-sizing: border-box}

#ButtonPfeilDown {display: block; float: right; margin-top: 16px}

.nav {
	width: 100%;
	margin-left: 0;
	position: relative;
	}

/* Menu List */
.nav > li {
	min-width: 100%;
	background: none;
	padding: 0 0 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 41px;
	padding: 0 20px;
	line-height: 41px;
	
	font-family: Open Sans Condensed Light /*Helvetica, Arial, sans-serif*/;
	font-weight: bold;
	font-size: 22px; /*Größe des Fonts bei Mobiler Lösung geändert font-size: 16px*/;
	letter-spacing: 2px;
	color: rgb(240,240,240);
	
	background: none;
	border-left: 0;
	border-right: 0);
}

/* Menu Dropdown */

.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	
	top: 0;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	/*background: rgb(255,255,255);
	border: 1px solid rgb(153,153,153);*/
}

.nav > li:hover > div {
	position: relative;
	/*left: 40%;
	max-width: 60%;*/
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.nav .nav-column2 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 100%;
	background: rgb(240,240,240);
	padding: 2.5%;
	padding-left: 7%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
} 

.nav .nav-column3 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 100%;
	background: rgb(240,240,240);
	padding: 2.5%;
	padding-left: 7%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
} 
.nav .nav-column4 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 100%;
	background: rgb(240,240,240);
	padding: 2.5%;
	padding-left: 7%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
} 
.nav .nav-column5 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 100%;
	background: rgb(240,240,240);
	padding: 2.5%;
	padding-left: 7%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
} 
.nav .nav-column6 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 100%;
	background: rgb(240,240,240);
	padding: 2.5%;
	padding-left: 7%;
	border: 1px solid rgba(5,5,103,0.7);
	border-top: 0;
} 
}