#top .mod_sprachwechsler {
  display: block;
}
#top{
	background-color: #6093ac;	
}
#stickyheader .logo{
	background-image: url(../img/BEISPIEL_logo_klein.png);
	width: 180px;
	height: 60px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 100;
	background-image: url(../img/BEISPIEL_logo.png);
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	background-position: center;
	width: 240px;
	height: 80px;
	display: none;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
nav.mainmenu ul li.trail a:after, nav.mainmenu ul li.active a:after {
	background: #6093ac;
}
nav.mainmenu ul li a:hover{
	color: #6093ac;
}
nav.mainmenu ul li a::after {
    background: #6093ac none repeat scroll 0 0;
}
#header li.active a.active{
	color: #6093ac;
}

