* {
	margin: 0;
	padding: 0;
}

html, body, .wrapper {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background: url("../img/background.jpg") no-repeat center;
	background-size: cover;
}

.wrapper {
	display: flex;
	align-items: center;
}

.content {
	display: none;
	width: 100%;
	max-width: 700px;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2rem;
	text-align: center;
}

h1 {
	line-height: 1.3;
}

.icon {
	width: 32px;
}

.imprint {
	display: none;
	width: 100%;
	max-width: 700px;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2rem;
	position: relative;
}

.show {
	display: block;
}

.imprint p {
	margin-bottom: 1rem;
}

.imprint span {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

a, span {
	color: #ff0000;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

h1, h2 {
	margin-bottom: 1rem;
}