#header{
	height: 100%;
	position: relative;
	float: none;
	width: 100%;
}
#header .headerImg{	
	width: 100%;
	min-height: 160px;
}


#header .headerImg .EAlogo {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	max-width:600px;
	margin-left:0;
}
#header .headerImg .sekonline_link{
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	max-width:200px;
	margin-right:0;
	margin-bottom:25px;
	top:15px;
}

.headerMenu{
position: relative;
background-color:transparent !important; 
float: none;
padding:0;
left: 0px;
width: 100%;
height: 15%;
border-bottom: none;
font-weight: bold;
}


#header .menu-element{
	position: relative;
	float: left;
	width: 13.6%;
	text-align: center;
	height: 63%;
	padding-top: 7px;
	cursor: pointer;
	font-size: 0.9em;
}

#header .menu-element:first-child{
	padding-left:30px;
}
#header .menu-element:last-child{
	border-right: none;
}

#header .menu-element:hover{
	
}

#header .menu-element:hover > a{
	color: #FF3C3C;
}

#header .search{
	max-width: 400px;
	min-width: 300px;
	float:right;
margin-right:0;
margin-left:20px;
}


#header .menu-element > a{
	text-decoration: none;
	color: #000;
}

#header .menu-element .menu-items .menu-item > a{
	text-decoration: none;
	color: #000;
}

#header .menu-element:hover .menu-items{
	position: relative;
	display: block;
}

#header .menu-items{
	display: none;
	position: relative;
	font-size: 0.9em;
	width: 200px;
	z-index: 10;
	top: 5px;
	text-align: left;
	background-color: #f4f4f4;
	border-top: solid 3px red;
	height:auto;
	max-height:600px;
	overflow:auto;
}
#header .menu-element .menu-items .menu-item:first-child{
	padding-top:10px;
}
#header .menu-element .menu-items .menu-item:last-child{
	padding-bottom:10px;
}
#header .menu-element .menu-items .menu-item{
	border: none/*solid 1px #F1F1F1*/;
	padding: 3px 8px 3px 8px;
}

#header .menu-element .menu-items .menu-item:hover{
	background-color: none;
}

#header .menu-element .menu-items .menu-item:hover > a{
	color: none;
}
/* BOOTSTRAP MENU */

.navbar .container {
    width: 100%;
		padding-right:0;
		padding-left:0; 
}

.navupper {
float:left;
 background-color: #faf2e8;
 width: 80%;
}
.navlower {
background-color: #ededeb;
clear:both;
border-top: 1px solid #ccc;
}

.navarchive {
float:right;
background-color: #fff;
padding: 0;
width: 8%;
}

div.navarchive ul.right-aligned {
    right: 0;
    float: right;
				left: auto;
}


.archive-pictogram {
width: 45px;
    margin-bottom: 5px;

}

.navcontact {
float:left;
background-color: #fff;
padding: 0;
/* margin-right:10px;*/
width: 12%;
}

div.navcontact ul.right-aligned {
    right: 0;
    float: right;
				left: auto;
}

.contact-pictogram {
width: 45px;
    margin-bottom: 5px;



ul.nav.navbar-nav>li>a {
    color: #fff;
}
ul.nav.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus{
    color: #f90;
}
ul.nav.navbar-nav>.active>a,
ul.nav.navbar-nav>.active>a:hover,
ul.nav.navbar-nav>.active>a:focus {
  color: #50A0FF;
  background-color: #FFFFFF;
}
ul.nav.navbar-nav li .active {
  background-color: transparent !important;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover  {
  background-color: transparent !important;
}
