.oswald {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
strong p {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.button-green.button-pipaluk::before, .button-green.button-pipaluk:focus::before {
    background: #2f9241;
}
.Uebersichtsbalken {
	font-size: 18px;
    background: #2f9241;
	color: #fff;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.Sponsoren {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Platin {
    background: #768394;
}
.Gold {
    background: #d1b72a;
}
.Silber {
    background: #a2aeae;
}
.Bronze {
    background: #a3806a;
}
.Rechtsbuendig {
	float:right;
}
br {
	clear:right;
}
.Newsticker {
	background: #2f9241;
	color: #fff;
	font-size: 18px;
}
.Newsticker a {
	color: #fff;
}
.Banner {
	background: #dde5d7;
	height: 400px;
}
.Banner img {
	height: 100%
}
.Banner-Overlay {
	margin-top: -400px;
	height: 400px;
}
.Banner-Overlay img {
	max-height: 400px;
}

@media (max-width: 1130px){
	.Banner {
		display: none;
	}
	.Banner-Overlay {
		background: #dde5d7;
		margin-top: 0;
		height: auto;
	}
	.Rechtsbuendig {
		float:right;
		width: 100%;
	}
}