/* CSS Document */



#metanav_bottom{
	margin:0;
	padding:30px 0 5px 0;
	list-style: none outside none;
	text-transform: capitalize;
}
	.tablet #metanav_bottom{padding-top:20px;}
	.mobile #metanav_bottom{padding-top:10px;}

#metanav_bottom li{
	margin:0;
	padding:0;
	display: inline-block;
	list-style: none outside none;
}
	.mobile #metanav_bottom li{
		display:block;
		text-align:left;
	}

#footer #metanav_bottom a{
	color:var(--primary, blue);
	display:inline-block;
	padding:5px 14px 5px 2px;
	transition: all .5s ease;
}
#footer #metanav_bottom a:before{
    /*
	content:"\2022";
	content:">";
	*/
	
	/*
	padding:0 7px 0 7px;
	content:" ";
	background-image: url(/shop/img_client/arrow_right_grey.png);
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	*/
	
}
/*
#footer #metanav_bottom li:last-child a:after{
    content:"";
}
*/


#footer #metanav_bottom li::before{
	
	content: "\e603";
	background: transparent none;
	border:0px none;

    font-size: 13px;
    padding: 6px 3px 8px 20px;
	display:inline-block;
	cursor:pointer;
	
	
	font-family:'eidex_icons';
	speak:none;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	vertical-align:middle;
	transition: all .1s ease;
	
	/*
	content: "";
	background: transparent none;
	border:0px none;
	box-sizing: border-box;
	display: inline-block;
	width: 14px;
	height: 10px;
	transition: all .1s ease;
	background-image: url(/shop/img_client/icons_b/ERGO_Icon_white_Pfeil_rechts.svg);
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	*/
}

#footer #metanav_bottom a:hover, 
#footer #metanav_bottom a.active{
	color:var(--primary);
}



#footer #metanav_bottom li:hover::before{background-position: center center;}

#footerlogo{
	display:block;
	float:right;
	width:145px;
	height:95px;
	background-image: url(/shop/img_client/logo.svg);
	background-color: transparent;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 60%;
}