﻿@font-face {
	font-display: swap; /
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/exo2.woff2') format('woff2'); 
}
.tabelle {
	display: table;
	width: 80%;
	margin: auto;
	text-align: center;
	font-family: "Exo 2";
	color=maroon;
}
.header_tabelle { 
	display: table;
	position: sticky;
	width: 80%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
}
.header_hintergrund_links {
	text-align: left;
	vertical-align: middle;
	background-image: url('../img/bg.jpg');
	height: 80px;
}
.header_hintergrund_rechts {
	vertical-align: middle;
	background-image: url('../img/bg.jpg');
	height: 80px;
	text-align: right;
}
.index_bilder {
	display:table-cell;
	align-items: center;
	justify-content: center;
	font-family: "Exo 2";
	color: maroon;
	text-decoration:none;
}
.index_bilder img {
	border:0;
	object-fit: contain;
	height:150px;
}
.index_Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:'Exo 2';
	font-size:15px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width:135px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color=maroon;
	text-transform: uppercase;
	color: #800000;
}