footer.main {
	padding:30px 0 10px;
	
	font-size:14px;
	color:#FFF;
	background-color:#171717;
}
footer.main a {
	color:#ababab;
}
footer.main a:hover {
	color:#d40f14;
}
footer.main a.standort {
	color:#d40f14;
	margin-top:15px;
	padding-left:20px;
	
	position:relative;
	display:inline-block;
}
footer.main a.standort:before {
	content:" ";
	width:10px;
	height:13px;
	position:absolute;
	left:0;
	top:4px;
	background-image:url(../img/icons/standort.png);
	background-size:10px;
	background-repeat:no-repeat;
}
footer.main a.standort:hover {
	color:#ababab;
}

.footer {
	max-width:1140px;
	padding:0 20px;
	box-sizing:border-box;
	margin:0 auto;
}
.footer h2 {
	margin:0 0 15px;
	font-size:16px;
}
.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul li {
	float:left;
	width:18%;
	margin-left:5%;
	margin-bottom:45px;
}
.footer .links ul li {
	width:auto;
	margin-left:15px;
	margin-bottom:0;
} 
.footer ul li:first-child {
	margin-left:0;
}
.footer ul li:last-child {
	float:right;
}

.footer .links ul li a {
	color:#FFF;
}

/*.footer .foot {
	padding-bottom:60px;
}*/
.footer .foot .links {
	float:right;
}
.footer .foot .links a:hover {
	color:#d40f14;
}

.footer hr {
	border-top:1px solid rgba(255,255,255,0.2);
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.footer .foot span {
	font-size:20px;
	text-transform:uppercase;
	color:rgba(255,255,255,0.2);
}


.footer .babbi {
	width:84%;
	float:left;
}
.footer .headquarters {
	width:16%;
	float:left;
}
.footer .babbi li,
.footer .headquarters li {
	width:auto;
}


@media only screen and (max-width : 1100px) {
	.footer ul li {
		width:30%;
	}
	.footer ul li:nth-child(3n+1) {
		clear:both;
		margin-left:0;
	}
	
	.footer .babbi {
		width:35%;
	}
	.footer .headquarters {
		width:65%;
	}
}

@media only screen and (max-width : 767px) {
	.footer ul li {
		width:48%;
		margin-left:4%;
	}
	.footer ul li:nth-child(3n+1) {
		clear:none;
		margin-left:4%;
	}
	.footer ul li:nth-child(2n+1) {
		clear:both;
		margin-left:0;
	}
	.footer ul li:last-child {
		float:left;
	}
	
	.footer .babbi {
		width:52%;
	}
	.footer .headquarters {
		width:48%;
	}
}
@media only screen and (max-width : 480px) {
	.footer ul li {
		width:100%;
		margin-left:0;
		
		margin-bottom:25px;
		text-align:center;
	}
	.footer ul li:nth-child(3n+1) {
		clear:none;
		margin-left:0;
	}
	.footer ul li:nth-child(2n+1) {
		clear:none;
		margin-left:0;
	}
	
	/*
	.footer .foot {
		padding-bottom:30px;
	}*/
	.foot span,
	.foot .links {
		width:100%;
		float:none;
		
		text-align:center;
	}
	.foot span {
		display:block;
		margin-bottom:10px;
	}
	.foot .links ul li {
		float:none;
		display:inline-block;
	}
	
	.footer .babbi,
	.footer .headquarters {
		width:100%;
	}
}