body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

header {
	background: white;
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body {
	background: url("../images/image.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	/*filter: blur(8px);
	-webkit-filter: blur(8px);*/
}
.logo {
	width: 300px;
	padding-top: 20px;
	padding-left: 100px;

}

footer {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}

.copyright,
.impressum {
	font-family: 'Kameron', serif;
	font-size: 10px;
	color: white;
}

.contact-infos {
	text-align: left;
	font-family: 'Kameron', serif;
	font-size: 16px;
	list-style: none;
	padding-right: 100px;
	margin: 0;
}

a {
	text-decoration: none;
	color: black;
}

.bg-overlay {
	position: absolute;
	background-color: black;
	opacity: 90%;
	width: 100%;
	height: 100%;
	z-index: -1;
	top:0;
	right:0;
}

.header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height:100px;
	background: white;
}

.content {
	width: 300px;
	position: absolute;
	top: 50%;
	right: calc(50% - 150px);
	overflow: hidden;
}

.hint {
	font-family: 'Kameron', serif;
	font-size: 22px;
	color: white;
	text-align: center;
}
