#footer{
	padding:120px 0px 30px 0px;
}

#footer .ce_text li{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
#footer{
	background:var(--petrol);
	color:var(--weiss);
}
#footer a{
	color:var(--weiss);
}
#footer a:hover{
	color:var(--orange);
}
#footer .mod_customnav li{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	height:24px;
	line-height:24px;
}
#footer .mod_customnav a{
	color:#fff;
}
#footer .mod_customnav a:hover{
	color:#fff;
}
#footer .mod_customnav li.facebook{
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	opacity:.8;
	transition:all .2s;
}
#footer .mod_customnav li.facebook:hover{
	opacity:1;
}
#footer .mod_customnav li.facebook a{
	display:block;
	background:url(../images/Facebook-Weiss.png) no-repeat center transparent;
	background-size:auto 100%;
	text-indent:-10000px;
	width:24px;	
	height:24px;
	margin-top:5px;
}
#footer .mod_customnav li.twitter{
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	opacity:.8;
	transition:all .2s;
}
#footer .mod_customnav li.twitter:hover{
	opacity:1;
}
#footer .mod_customnav li.twitter a{
	display:block;
	background:url(../images/Twitter-Weiss.png) no-repeat center transparent;
	background-size:auto 100%;
	text-indent:-10000px;
	width:24px;	
	height:24px;
	margin-top:5px;
}