@charset "utf-8";
/* CSS Document */
a {
	color: #fff;
	text-decoration: none;
}
body {
    margin: 0px auto;
    text-align: center;
    padding: 50px 0px 0px;
    color: #fff;
	background: #000;
    font-size: 100%;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
}

#container {
	display: flex;
	flex-wrap: wrap;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#content {
	width: 100%;
    padding: 0px;
}
#logo-wrap {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	padding-bottom: 42px;
}
#logo-bg {
	width:100px;
	height: 100px;
	background:#fff;
	margin: 0px auto;
	border-radius: 50%;
}
#logo-bg img {
	padding-top:32px;
}
#impressum-wrap {
	max-width: 420px;
	margin: 0px auto;
    text-align: center;
}
footer {
	display: block;
	width: 100%;
	text-align: center;
	justify-content: center;
	padding-bottom: 42px;
}
footer p {
	
}