a.TopNav {color: #58585a;text-decoration: none;}
#icon_search button:before {
	font-family: fontello;
	content: '\e8fd \0020';}

#icon_search button {
	border: none;
	background: none;
	color: #58585a;
}

.flyoutSWBC {
	background: rgba(255,255,255,0.93);
	background-image:url(/data/images/bgn.gif);
	background-repeat:  repeat-x;
	position: absolute;}

.flyout li {list-style-type: none;list-style: none;}
.flyout li::marker {content: "";}

.boxed {
	box-sizing: border-box;
}
.innerFlyout {
	font-family: 'Roboto Slab';
	margin-top: 140px;}

.innerFlyout ul li a {
	border-bottom: none;
	line-height: 1.8rem;
	color: #58585a;
	font-size: 1.25rem !important;
}

.flyout .Home {
	padding-top: 36px;
	font-style: normal;
	font-size: 1.7rem;
	margin-bottom: calc(1rem/2);
	display: block;
}

.flyout {
	box-sizing: border-box;
	min-height: 38px;
	height: 160px;
	z-index: 99999;
	top: 0;
	left: 0;
	padding: 0rem;
	padding-right: 0;
	padding-top: 20px;
	width: 100%;
	overflow: hidden;}

.flyout li {
	margin-bottom: 0.5rem;}

.flyout .innerFlyout a {
	text-decoration: none;
	display: inline;
	position: relative;
	overflow: hidden;}

.flyout .innerFlyout a:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -1px;
	background: #EE7F00;
	height: 2px;
	transition-property: left right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;}

.flyout .innerFlyout a:before {
	content: '';
	margin: 0;
	width: 0;}

.flyout .innerFlyout a:hover:after,a:focus:after,a:active:after {right: 0;}

.flyout i {
	cursor: pointer;
	position: relative;
}
.flyout i.icon-left-open {
	font-style: normal;
	font-size: 1.7rem;
	margin-bottom: calc(1rem/2);
	display: block;
	padding-bottom: 0px;
}
.flyout i.icon-left-open:before {
	font-weight: normal;
	margin-left: -0.1rem;
	margin-right: 0.5rem;
}
.flyout i.icon-left-open.noBacklink:before {
	content: '';
	width: 0;
	margin: 0;
}
.flyout .col-4 {
	box-sizing: border-box;
	width: 33.33%;
	float: left;
	position: relative;
}
.flyout .col-4:nth-child(2) {
	text-align: center;
}
.flyout .col-4:nth-child(2) img {
	box-sizing: border-box;
}
.flyout .col-4:nth-child(3) {
	text-align: right;
}
.flyout .col-4 .kontakt,
.flyout .col-4 .language {
	position: absolute;
	top: 2.5rem;
	font-size: 1.5rem;
}
.flyout .col-4 .kontakt {
	right: 16px;
}
.flyout .col-4 .language {
	left: 7rem;
}
.flyout .col-4 .mobilekontakt {
	display: none;
}
.flyout .col-4 img {
	width: unset;
	margin: 0 auto;
}

.flyout ul {
	box-sizing: border-box;
	list-style: none;
	clear: both;
	padding: 0 1rem 3rem 1rem;
	position: relative;
	top: 1rem;
	z-index: 1050;
	text-align: left;
	height: 100%;
	line-height: 1.5;
	display: none;
	width: 25%;
}
.flyout ul.level_1 {
	margin-left: -30px;
	margin-top: 60px;
	border-right: 1px solid #999;
}
.flyout ul ul {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1040;
}
.flyout ul ul ul {
	z-index: 1030;
}
.flyout ul ul ul ul {
	z-index: 1020;
}
.flyout .activ1 > a,
.flyout .activ2 > a,
.flyout .activ3> a,
.flyout .activ4 > a {
}
@media (max-width: 991px) {
	.flyout .col-4:nth-child(2) img {
		margin-right: 16px;
	}
}
@media (max-width: 479px) {
	.flyout #icon-search + form {
		top: 1.6rem;
	}
}
@media (max-width: 480px) {
	.flyout .col-4:nth-child(2) a {
		padding: 0;
	}
}
#icon_menu {
	clear: both;
	float: left;
	color: transparent;
	width: 5rem;
	height: 2rem;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: block;
margin-top: -2px;}

#icon_menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 90%;
	background: #58585a;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#icon_menu span:nth-child(1) {
	top: 0px;
}
#icon_menu span:nth-child(2) {
	top: 17px;
}
#icon_menu span:nth-child(3) {
	top: 34px;
}
#icon_menu.mOpen {
	color: transparent;
}
#icon_menu.mOpen span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#icon_menu.mOpen span:nth-child(2) {
	display: none;
}
#icon_menu.mOpen span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media (max-width: 991px) {
	.flyout ul {
		width: 50%;
	}
	.flyout ul ul ul {
		left: 100%;
	}
	.flyout .col-4 {
		width: 50%;
	}
	:MMMMMnth-child(2) img {
		float: right;
		max-width: 100%;
	}
	:MMMMMnth-child(2) img:after {
		content: '';
		display: table;
		clear: right;
	}
	/*    &:nth-child(3) {
	display: none;
}*/
}
@media (max-width: 480px) {
	.flyout ul {width: 100%;}
	.flyout a {
		line-height: 1;
		color: inherit;
		font-size: 1.7rem;
		line-height: 2rem;
		text-decoration: none;
		display: block;
	}
}
