*{
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
}



#bg{
	height:100%;
	width:100%;
	background-image: url('/media/neues-rathaus.jpg');
	background-size: cover;
	background-position:center;
	position:absolute;
	z-index:-1;
	filter: grayscale(100);
}

#content{
	height:100%;
	width:100%;
	text-align:center;
	background-image: linear-gradient(to bottom right, rgba(0,80,155,0.60), rgba(55,0,255,0.60));
	color:white;
	display:flex;
	justify-content: center;
	align-items: center;
}

#content h1{
	font-size:75pt;
}
#content h2{
	font-size:65pt;
}
#content p {
	font-size:50pt;
}

#footer{
	bottom:0;
	position:absolute;
	width:100%;
	z-index:20;
	text-align:center;
	color:white;
	margin-bottom:1%;
}


#footer,a{
	color:white;
} 
