:root {
	--blue: #0F0E3E;
}

@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto/Roboto-Light.ttf);
}

* {
	font-size: 1.1em;
	font-family: Roboto, Arial, sans-serif;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {	
	color: var(--blue);
}

h1 {
	font-family: Roboto, Arial, sans-serif;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0px;
	text-align: center;
}

h3 {
	font-size: 1.3em;
	padding: .3em 0px;
}

p, li a {
	font-size: 1.1em;
	padding: 1em 0px;
	line-height: 1.5;
}

li {
	text-indent: 1em;
}

header {
	background-image: url("img/Bild2.jpg");
	background-size: cover;
	background-position: center;
}

header>h1 {
	color: black;
	background-color: white;
	z-index: 1;
}

main {
	background-color: white;
}

footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	padding: 5px;
	text-align: right;
}

footer a {
	color: var(--blue);
	text-decoration: none;
}

.icon {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.icon img {
	height: 30px;
	width: 30px;
}