@charset "UTF-8";
/* ----- Main Navigation --------------------------------------------------- */

#mainNavigation {
	display: block;
	text-align: center;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1228px;
}

body.mobile-menu #mainNavigation {
	position: absolute !important;
}

	/* ----- Level 0 ----- */

	#mainNavigation ul {
		font-size: 18px;
		line-height:17px;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: auto;
		display: block;
		height:125px;
		position: relative;
	}
	
		#background_nav {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url(../images/layout/bg_navi.png);
		}

	#mainNavigation li {
		display: inline-block;
		position: relative;
		top:40px;
	}

	#mainNavigation a {
		text-transform: uppercase;
		color: #f3f3f4;
		display: block;
		padding: 12px;
		text-decoration: none;
		
	}
	
	#menu-item-289 {
		display: none;
		margin: -20px 0 0;
		height: 82px;
		width: 265px;
		background: url(../images/layout/ga-werbung-logo-small.png);
		text-indent: -999em;
	
	}
	#menu-item-494, #menu-item-1518{
		display: inline-block !important;
		opacity: 1 !important;
	}
	
	#menu-item-281:hover span {
		border-bottom: 2px solid #2a2c2f;
	}
	
	#menu-item-281:hover ul li span {
		border: none;
	}
	
		/* ----- Level 1 ----- */

		#mainNavigation ul ul {
			font-size: 14px;
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			top: 40px;
			left: -36px;
			z-index: 99999;
			height: 135px;
		}
		
		.show-navi-bg #mainNavigation ul ul {
			background: #000;
		}
		
		#mainNavigation ul ul li {
			top:0px;
		}
		
		#mainNavigation ul ul a {
			color: #747b87;
			font-size: 14px;
			font-weight: normal;
			height: auto;
			padding: 2px;
			width: 180px;
			text-align: center;
		}
		
		/* ----- Level 2 ----- */

			#mainNavigation ul ul ul {
				left: 100%;
				top: 0;
			}

/* ----- Hover Section ----- */

#mainNavigation li.active > a,
#mainNavigation li:hover > a {
	color: #ffd800;
}

#mainNavigation ul li:hover > ul {
	display: block;
}

/* ----- Active Section ----- */

#mainNavigation .current-menu-item > a,
#mainNavigation .current-menu-ancestor > a,
#mainNavigation .current_page_item > a,
#mainNavigation .current_page_ancestor > a {
	font-weight: bold;
}

@font-face {
  font-family: "fixed-menu-font";
  src: url("../fonts/fixed-menu-font.eot");
  src: url("../fonts/fixed-menu-font.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fixed-menu-font.woff") format("woff"),
       url("../fonts/fixed-menu-font.ttf") format("truetype"),
       url("../fonts/fixed-menu-font.svg#fixed-menu-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

#menu-fixed > li > a:before,
#menu-fixed > li > a:before {
  font-family: "fixed-menu-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

#menu-fixed {
	position: fixed;
	padding: 0;
	margin: -91px 0 0;
	z-index: 100;
	top: 50%;
	right: 0;
}
#menu-fixed > li > a {
	position: relative;
	right: -71%;
	display: block;
	background: #000;
	border-radius: 4px 0 0 4px;
	font-size: 26px;
	padding: 6px 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	        transition: all 0.2s;
}
#menu-fixed > li > a:hover {
	background: #ffdf4d;
	color: #000;
	right: 0;
}
#menu-fixed > li > a:before {
	margin-right: 10px;
	text-align: center;
	font-size: 32px;
}
#menu-fixed > li:last-child > a {
	margin-bottom: 0;
}
#menu-fixed > li.beratung > a:before  {
	content: "\f100";
}
#menu-fixed > li.facebook > a:before  {
	content: "\f101";
}
@media(ma-width: 1228px) {
	#menu-fixed > li > a {
		right: 0;
		right: -71%;
	}
}