/* Stylesheet Hauptseite */

body {
	display: grid;

header,
footer {
	grid-column: 1 / -1;
}

nav li {
	display: inline-block;
	width: 22%;
	background: #000000;
}

nav li a {
	display: inline-block;
	padding: 0.5em;
	text-align: center;
	width: 100%;
}

header {
	background: #000000;
	display: grid;
}

main {
	background: #000000;
}

nav,
footer {
	background: #000000;
}

footer * {
	float: left;
	clear: left;
	margin: 0 0 1em;
}

body {
	background: #000000;
	margin: 0 auto;
	font-family: sans-serif;
}

header h1{
    font-family: Helvetica;
    font-size: 2.0em;
    color: white;
    text-align: center;
}

h2{
    font-family: Helvetica;
    font-size: 1.5em;
    color: white;
    border: thin dotted;
	text-align: center;
}

p{
    font-family: Helvetica;
    color: white;
}

a{
    font-family: Helvetica;
    color: white;
}

img{
	align-items: center;
}
