@charset "utf-8";
/*footer-css-hafenlohr*/
#footer{
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 910px;
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #C70A17;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#footer p{
	font-size: 80%;
	text-align: center;
	color: #FFF;
}
#footer a{
	text-decoration: underline;
	color: #FFF;
}
#footer a:hover{
	color: #EDC93D;
}
@media only screen and (max-width: 970px){
#footer{
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 94%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 10px;
	background-color: #C70A17;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	color: #FFF;
}
}
@media only screen and (max-width: 481px){
#footer{
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 94%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 3px;
	background-color: #C70A17;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	color: #FFF;
}
}