header .logo-div img {
width: 17.5rem;
height: auto;
}

.mobile-navigation-bar .nav ul {
    display: none;
}

@media only screen and (max-width: 64.063em)	{
header section.navigation>nav>div.clearfix.row.collapse {
    display: none;
	}
}

@media only screen and (min-width: 64.064em)	{
header section.navigation>nav>div.clearfix.row.collapse {
    height: 3.625rem;
	}
}

header .main_header_block nav.static_content ul.meta-navigation {
	padding-top: 0rem;
}

header section.navigation>nav>div.clearfix.row.collapse>div:before {
    content: '' !important;
}

/*CSS übernommen aus aok-cms.css*/

.mobile-navigation-bar .logo img {
    max-height: 4rem;
	width: 50%;
}

header .main_header_block nav.static_content {
    z-index: 1000;
    margin-top: -2.625rem;
    position: relative;
}

header .main_header_block nav.static_content ul.meta-navigation li a {
    background: #f90;
    color: white !important;
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem;
}

header .main_header_block nav.static_content ul.meta-navigation li a:hover {
	background: #F29100;
	color: white !important;
	text-decoration: none;
}

header .main_header_block nav.static_content ul.meta-navigation li a:focus
{
	color: white !important;
	text-decoration: none;
}