@charset "UTF-8";
@font-face {
	font-family: "Fira Sans";
	src: url(FiraSans-Regular.ttf)
}
body {
	font-family: "Fira Sans", sans-serif;
}
.grau {
	background-color: #F2F2F2;
}
.center	{
	text-align: center;
}
h1 {
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1.6rem;
	padding-top: 0.6em;
}
.hoch {
	text-align: center;
	padding-bottom: 0.8em;
}
a:link, a:visited {
	color: #323232;
	text-decoration: none;
}	
a:hover, a:active {
	color: #a0bf4a;
	text-decoration: underline;
}
.fett {
	font-weight: 600;
}
.rot {
	color: red;
}