
/****************************************************
© 2004 - 2018 human-data.de / internetagentur-koch.de ****
****************************************************/
.bottom_flyout_wrapper {
	position: fixed;
  	bottom: 0;
	width: 100%;
	background: #ffffff;
	height: 40px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
	border-top:1px solid #d9d9d9;
}
.bottom_flyout {
	font-size:1em;
	font-weight: 600;
	margin: 0 auto;
	max-width: 960px;
}
.bottom_flyout ul {
	display: inline-block;
	padding:0;
	margin:0;
	list-style-type:none;
}
.bottom_flyout ul ul {
	width:150px;
}
/* Liste floating horizontal und relativ, so kann das dropdown bottom besser kontrolliert werden*/
.bottom_flyout li {
	display: inline-block;
	position:relative;
	padding:0 10px 0 10px;
}
/* Links 1. Ebene */
.bottom_flyout a, .bottom_flyout a:visited {
	text-align: left;
	display:block;
	text-decoration:none;
	color: #5f5f5f;
	height:30px;
	/*background: #ffffff;*/
	border:1px solid transparent;
	border-width:1px 1px 0 0;
	/*background:#758279;*/
	padding-left:10px;
	padding-right:10px;
	line-height:29px;
}
.bottom_flyout ul a:hover {
	text-decoration: underline !important;
	color: #5f5f5f;
}
/* 2. Ebene */
.bottom_flyout ul ul {
	padding-bottom: 11px;
}
.bottom_flyout ul ul a, .bottom_flyout ul ul a:visited {
	background: #575756;
	color: #ffffff !important;
	/*text-align: center;*/
		width:139px;
	position:relative;
	left: -22px;
}
/*.menu_bottom_li_18 ul a { !* Kontakt *!*/
		/*position:relative;*/
	/*left: -39px !important;*/
/*}*/
/*.menu_bottom_li_67 ul a { !* Service *!*/
		/*position:relative;*/
	/*left: -49px !important;*/
/*}*/
/* 2. Ebene hover */
.bottom_flyout ul ul a:hover {
	text-decoration: none !important;
	font-style: italic;
}
.bottom_flyout ul ul :hover > a {
	/*background:#c9ba65;*/
}
/* 3. Ebene Background */
.bottom_flyout ul ul ul {
	padding: 0px;
}
.bottom_flyout ul ul ul a, .bottom_flyout ul ul ul a:visited {
	/*background:#e2dfa8;*/
}
/* 3. Ebene hover */
.bottom_flyout ul ul ul a:hover{
	/*background:#b2ab9b;*/
}
.bottom_flyout ul ul ul :hover > a {
	/*background:#b2ab9b;*/
}

/* Unterebene verstecken und absolute damit sie keinen Platz benötigen */
.bottom_flyout ul ul {
	visibility:hidden;
	position:absolute;
	bottom:31px;
	left:0;
	width:150px;
			transition: all ease-in-out 700ms;
		opacity: 0;
}
/* 2. Ebene sichtbar, wenn 1.Ebene hover */
.bottom_flyout ul li:hover ul,
.bottom_flyout ul a:hover ul{
	visibility: visible;
	opacity: 1;
	height:auto;
}
* html .bottom_flyout ul ul {
	bottom:30px;
}

/* Position für die 3. Ebenen */
.bottom_flyout ul ul ul {
	position: absolute !important;
	left:-182px;
	width:139px !important;
	border-right: 1px #ffffff solid !important;
	background: #5f5f5f;
}

.bottom_flyout ul ul ul li {
	padding:0 !important;
}

.bottom_flyout ul ul ul li a {
	background: none !important;
	/*text-align: right;*/
	position: relative;
	left: 0px;

}




/* Position 3. Ebenen für einen linken Flyout */
.bottom_flyout ul ul ul.left {
	position: relative;
	left:-150px;
}

/* 2. Ebene Links */
.bottom_flyout ul ul a, .bottom_flyout ul ul a:visited {
	/*background:#d4d8bd;*/
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:129px
}
* html .bottom_flyout ul ul a{
	width:150px;
}

/* 1. Ebenen hover*/
.bottom_flyout a:hover, .bottom_flyout ul ul a:hover{
	/*color:#fff;*/
	/*background:#949e7c;*/
}
.bottom_flyout :hover > a, .bottom_flyout ul ul :hover > a {
	/*color:#fff;*/
	/*background:#949e7c;*/
}
.bottom_flyout ul :hover ul ul{
	display:none;
}
.bottom_flyout ul :hover ul :hover ul ul{
	display:none;
}
.bottom_flyout ul :hover ul :hover ul{
	display:block;
	bottom:0;
}
.bottom_flyout ul :hover ul :hover ul :hover ul {
	display:block;
	bottom:0;
}