﻿div.footer_impressum, a.footer_impressum {
	font-family: 'latobold', Verdana, Geneva, Tahoma, sans-serif;
	font-weight:100;
	font-size: 14px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: black;
}
div.footer_alles{
	padding: 2% 4% 2% 4%;
	width: 100%;
	float: none;
	background-color: #C0C0C0;
}
div.footer_links{
	width: 44%;
	float: left;
	background-color: none;
    margin-left: 2%;
    margin-right: 2%;
	text-align: center;
}
div.footer_rechts{
	width: 44%;
	float: right;
	background-color: none;
    margin-left: 2%;
    margin-right: 2%;
	text-align: center;
}



@media only screen and (max-width:600px) {

div.footer_links {
	width: 92%;
	float: none;
    margin-left: 2%;
    margin-right: 2%;
	text-align: center;
}
div.footer_rechts {
	width: 92%;
	float: none;
    margin-left: 2%;
    margin-right: 2%;
	text-align: center;
}
}