html {
	width: 100%;
	height: 100%;
	/*background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%); */
	/* background-image: linear-gradient(to bottom right, #3104B4 0, #4B088A 44%, #4C0B5F 100%); */
	/* background-color: #240B3B; */
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: white;
	font-family: Helvetica;
}
a {
	color: white;
}
table {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	/* background-color: #1B0A2A; */
	background-color: transparent;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding: 5%
}
.headline {
	font-family: Helvetica;
	font-size: 170%;
}
.introduction {
	font-size: 140%;
}
.footer {
	font-size: 100%;
}
.impressum{
	font-size: 110%;
}
.datenschutz {
	font-size: 110%;
}
.titel {
	font-family: Helvetica;
	font-size: 220%;
}