#footer .footer_innen {
	max-width:1280px; 
	margin:0 auto;
}
#footer .footer_links {
	float:left;
	
	height:auto;
	position:relative;
	padding-left:20px;
}
#footer .footer_rechts {
	float:right;
	text-align:right;
	padding-right:20px;
	
	height:auto;
	position:relative;
}
#footer .footer_rechts img {
	border:medium none;	
}
#footer a:hover, a:active, a:visited {
	text-decoration:underline;
	cursor:pointer;
}

#footer .footer_address{
clear:both; 
margin-bottom:20px;
text-align:center;
}
#footer .footer_address .address_icon{
font-size:20px; 
background:url('https://static-files.ringspann.com/img_icons_address_dark-grey.png');
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:23px;
background-size:18px 18px;
}
#footer .copyright {
	margin:10px 20px 0 20px;
	padding:20px 0 0;
	box-shadow:0 -1px 0 0 rgba(0, 0, 0, 0.08);
text-align:center;
}
#footer_navi {
	margin-top:10px;
	padding:10px 20px 0;
	overflow:hidden;
	height:auto;
	opacity:0.7;
	
}
#footer_navi:hover {
	opacity:1;	
}
#footer_navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer_navi li.level-1 {
	float:left;
	
	width:32%;
	margin-bottom:20px;
}
#footer_navi li.level-1.count-2, #footer_navi li.level-1.count-3 {
	margin-left:2%;
}
#footer_navi li.level-2 {
	margin-top:5px;
}
#footer_navi li.level-1 a {
	background:url('https://static-files.ringspann.com/img_icons_navi-footer-icon.png');
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:10px;
	margin-bottom:5px;
}
#footer_navi li.level-2 a {
	background:none;
	padding-left:10px;
}
#footer_navi li.level-3 {
	margin-top:5px;
	padding-left:15px;
}
#footer_navi li.level-1:last-child {
	margin-right:0;
}
#footer_navi li.level-1 h3 {
	font-weight:normal;
	font-size:10px;
	margin-bottom:5px;
	color:rgb(233,81,35);;
}
#footer_navi li.level-2 h4 {
	font-weight:normal;
	font-size:10px;
	margin:0;
}
#cookie-container {
	background:#aaa none repeat scroll 0 0;
bottom:0;
color:#ffffff;
display:none;
left:0;
min-height:50px;
position:fixed;
right:0;
width:100%;
z-index:99999;
}
#cookie-container .cookie-text {
font-size:14px;
	line-height:32px;
text-align:center;
	margin:20px 0;
width:100%;
}
#cookie-container .home_button {
	background-color:#EEE;
border:1px solid #a6a6a6;
color:#666;
cursor:pointer;
font-size:14px;
margin:10px 7px 5px 0;
padding:5px;
}
#cookie-container .home_button:hover {
	background-color:#eee !important;
	color:#666 !important;
	border:1px solid rgb(233,81,35) !important;
}
.rs_button {
	background-color:#EEE;
border:1px solid #a6a6a6;
color:#666;
cursor:pointer;
font-size:14px;
margin:10px 7px 5px 0;
padding:5px;
}
.rs_button:hover {
	color:#fff;
	background-color:#aaa;
}

@media screen and (max-width:1280px) {
	#footer .footer_links {
		padding-left:40px;
	}
	#footer .footer_rechts {
		padding-right:40px;
	}
	#footer_navi {
		padding:10px 40px 0;
	}
}

@media screen and (max-width:768px) {
	#footer .footer_rechts {
		padding:20px;
		text-align:center;
		float:none;
	}
	#footer .footer_links {
		padding:0 20px 20px;
		text-align:center;
		line-height:26px;
		float:none;
	}
	#footer_navi {
		opacity:1.0;
		
	}
	#footer_navi li.level-1.count-2, #footer_navi li.level-1.count-3 {
		margin-left:0;
	}
	#footer_navi li {
		width:100%;
	}
	#footer_navi li.level-1 {
		width:100%;
	}
	#footer .copyright {
		text-align:center;
	}
}