body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	color: #fff;
}

#logo {
	width: 400px;
	height: 200px;
	background: url(../img/koessler-kfz-logo-2019.svg) no-repeat;
	background-size: 550px;
	background-position: center;

	position: relative;
	margin: 15% auto 20px auto;
}

footer {
	min-height: 200px;
	position: relative;	
	left: 0;
	width: 100%;
	background: #009ddF;
	background-position: center top;
	padding-bottom: 0px;
}

footer address {
	font-style: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
	
}

footer address .title {
	font-size: 20px!important;
	text-transform: uppercase;
	line-height: 40px;
}

footer a {
	text-decoration:none;
	color: #fff;
}
