@charset "UTF-8";
/* CSS Document */
h1 {

	font-size: 24px;
	color: #e40021;
	font-weight: 400;
}
p {
	font-size: 17px;
	font-weight: 400;
}
a {
	color: black;
	text-decoration: none;
	font-weight: 500;
}
a:hover {
	color: #e40021;
}

.bg-container {
	/* Inhalt vertikal mittig platzieren */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 99vh;
}

.center {
	margin: auto;
}