@charset "utf-8";
/* CSS Document */

/* Desing für Bildersite */
.bilder {
	margin: 30px 100px;
	width: 80%;
	max-width: 800px;
	text-align: center;
}
.bilder p {
	text-align: center;
	font-size: 20px;
	display: flex;
}
/* Kontakt für Bilder */
.kontakt-table {
	width: 80%;
	margin: 20px auto;
}
.kontakt-table th {
	text-align: right;
	font-size: 20px;
	padding-right: 15px;
	min-width: 60px;
	font-weight: bold;
	line-height: 1.5;
}
.kontakt-table td {
	text-align: left;
	font-size: 20px;
	padding-right: 10px;
	min-width: 60px;
	font-weight: 400;
	line-height: 1.5;
}
.kontakt-table a {
	font-size: 20px;
	font-weight: 500px;
	color: #e30613;
	text-decoration: none;
}
.kontakt-table a:hover {
	color: #e30613;
	text-decoration: underline;
}
/* Überschrift Jahre */
.headlineyear{
	width: 100%;
	margin: 40px 0px 40px 0px ;
	padding: 5px 0px;
	max-width: 900px;
	background: rgba(220,220,220,1.00);
}
.headlineyear h2{
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.5;
	color: black;
	text-align: center;
}
/* Live-Ergebnisse */
.ergebnisse_live {
	width: 80%;
	max-width: 800px;
	margin-left: 100px;
	margin-bottom: 50px;
}
.ergebnisse {
	width: 80%;
	max-width: 800px;
	margin-left: 100px;
	margin-bottom: 150px;
}
.ergebnisse_live .button_erg {
	width: 70%;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: white;
	margin: auto;
	padding: 20px;
	background-color: #939393;
	border-radius: 40px;
}
.ergebnisse_live .button_erg:hover {
	background-color: #e30613;
}
/* Ergebnisse Normal */
.ergebnisse table {	
	width: 100%;
	margin-bottom: 100px;
}
.ergebnisse th {
	width: 75%;
	font-size: 24px;
	font-weight: 500;
	color: black;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}
.ergebnisse td{
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.ergebnisse td a i{
	font-size: 36px;
	color: #939393;
	text-decoration: none;
	margin: 0px 25px;;
}
.ergebnisse td a i:hover {
	color: #e30613;
}
