body #mainheader .header-title h2 {
	display: inline-block;
	margin: 0;

	line-height: 1.5;
	font-size: 2em;

	margin-right: 34px;

	color: #000000;

	height: 41px;
}

body #mainheader .header-title h2 a {
	font-size: 1em;
}

body #mainheader .header-nav > div {
}

body #mainheader .header-nav ul.menu
{
	list-style: none;
	position: relative;
	line-height: 1;
}

body #mainheader .header-language ul.menu {
	list-style: none;
	color: #000;
}

body #mainheader .header-language ul.menu .sub-menu {
	padding-left: 0;
}

body #maiheader .header-background {
	z-index: 1;
}

body #mainheader .header-background > a {
	position: relative;
	z-index: 2;
}

body #mainheader .container .header-title a#about-me {
	z-index: 3;
	position: relative;
}

body #mainheader .header-nav {
	position: relative;
	z-index: 3;
}

body #mainheader .header-fontsize {
	z-index: 3;
}

/* -- language menu -- */
#wpglobus-3 {
	list-style: none;
	text-align: center;
}

.menu_item_wpglobus_menu_switch:hover .sub-menu, .widget_wpglobus .list a
{
	display: inline-block !important;
	color: black;
}

.menu-language,
.menu-language .sub-menu,
#wpglobus-3 .list
{
	display: inline-block !important;
	margin-bottom: 0;
	list-style: none;
}

.menu-language .sub-menu > li > a::before, 
#wpglobus-3 .list > a:first-child::after 
{
	content: '|';
	margin-right: 2px;
}

#wpglobus-3 .list > a:first-child::after 
{
	content: ' | ';
	color: black;
}

#wpglobus-3 .wpglobus-current-language {
	color: white;
}

/* -- */

body #mainheader .header-nav ul.menu > li {
	float: left;
	line-height: 34px;
}


body #mainheader .header-nav ul.menu li a
{
	display: block;
	padding: 0px 15px; /*22px;*/

	font-weight: bold;
	font-size: 1.2em;

	color: #000;
}

body #mainheader .menu-hauptmenue-container {
	padding-left: 37px;
}


body #mainheader ul.menu li a:hover,
body #mainheader ul.menu li.current-menu-ancestor,
body #mainheader ul.menu > li.current_page_item,
body #mainheader ul.menu li.sfHover,
body #mainheader ul.menu li.sfHover ul.sub-menu

{
	background-color: rgba(182,206,35,0.3);
}

body #mainheader ul.menu ul.sub-menu li.current_page_item > a {
	color: #85A014 !important;
}

/* -- top navigation -- */

body #mainheader .header-nav ul.menu {
	margin-bottom: 0;
}

body #mainheader .header-nav ul.menu li.menu-item {
}

body #mainheader .header-nav ul.menu li.menu-item > ul.sub-menu {
	position: absolute;
	padding-left: 0;
	width: auto;

	list-style: none;
	
	background-color: rgba(182,206,35,0.3);
	z-index: 100;

	display: none;
}

body #mainheader .header-nav ul.menu li.menu-item > ul.sub-menu > li {
	float: left;
}

/* -- RESPONSIVE -- */
@media (max-width: 991px) {
	body #mainheader .header-nav-background
	{
		display: none;
	}

	
	body #mainheader .header-background {
		background-image: url('../images/header_fullwidth_bar.png')!important;
		background-position: 38% 100% !important;
	}
}

@media (max-width: 1200px) {
	body #mainheader .menu-hauptmenue-container {
		padding-left: 18px;
	}

	body .container {

	}
}
