/* test page styling */
@import 'https://fonts.googleapis.com/css?family=Dosis|Open+Sans+Condensed';

* {
	padding: 0;
	margin: 0;
}
body {
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #467288;
	background-image: url(../bilder/hgr.png);
}
h1{
		font-family: 'Dosis', sans-serif;
		font-size: 46px;
		color: White;
}
h2{
		font-family: 'Dosis', sans-serif;
		font-size: 38px;
		color: White;
}
h2.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 38px;
		color: White;
}
h3{
		font-family: 'Dosis', sans-serif;
		font-size: 18px;
		color: White;
		padding-bottom: 1%;
		text-align: center;
}
h3.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 30px;
		color: White;
}
input{
	width: 80%;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 18px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
a{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: White;
	text-align: center;
	text-decoration: none;
	width:100%;
	float:left;
	display:block;
}
a.kontaktlinks{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: White;
	text-align: center;
	text-decoration: none;
	width: 96%;
	float: left;
	display: block;
	background-color: transparent;
}
.bildoben{
background-color: #223945;
	background-image: url(../bilder/logobild11.png);
	background-position: left;
	background-repeat: no-repeat;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: Black;
	text-align: center;
	width: 96%;
	height: 340px;
	margin-left: 2%;
	background-size: contain;
}
img{
	max-width: 100%;
	height: auto;
}
.ganze-breite{
	width: 96%;
	margin-left: 2%;
		font-family: 'Dosis', sans-serif;
	font-size: 22px;
	margin-bottom: .5%;
	margin-top: .5%;
	text-align: center;
	float: none;
}
.text-oben{
	width: 70%;
	margin-left: 23%;
	padding-top: 1%;
	background-color: transparent;
	color:white;
}
.text-klein{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	padding-left: 1%;
	padding-right: 2%;
	text-align: left;
}
.um-werbeblock{
	width: 96%;
	margin-left: 2%;
	background: transparent;
}
.werbeblock{
		background-color: #740000;
	width: 11.5%;
	height: 200px;
	float: left;
	border-left: 0.5px solid Black;
	text-align: center;
	padding: 5px;
	z-index: 1;
}
.werbeblocktext{
	margin-top: -45px;
		font-family: 'Dosis', sans-serif;
	font-weight: bold;
	text-shadow: 0 0 5px black;
	font-size: 18px;
		z-index: 2;
}
.werbelinks{
	width: 100%;
}
.buttoncontainer{
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
}
.button{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: White;
	text-align: center;
	text-decoration: none;
	width: 47.5%;
	float: left;
	display: block;
	border: 1px solid White;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: .5%;
	margin-right: .5%;
	margin-bottom: 1%;
	padding: .5%;
	background-image: url(../bilder/button.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #000033;
}
.button-rubrikenseite{
	width: 23%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000023;
	color: White;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 1%;
	display: block;
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.1);
}
.werbebild{
	width: 23%;
	padding-bottom: 2%;
	float: left;
	display: block;
	margin-right: 1%;
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.1);
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 1%;
}
a.zus-werbung{
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2%;
	padding-right: 2%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: Maroon;
	border-bottom: 1px solid White;
	text-align: center;
	color: White;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	width: 90%;
	text-decoration: none;
	display: block;
	float: none;
}
a.suburl{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	display: block;
	background-color: Maroon;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: White;
	padding: 3px;
	margin-bottom: 5px;
}
.clear{
	clear: both;
}
@media only screen and (max-width: 1144px) {
.werbeblock{
 	width: 23%;
}
}
@media only screen and (max-width: 800px) {
.werbeblock{
 	width: 23%;
}
input{
	font-size: 14px;
	width: 90%;
}
h2{
		font-family: 'Dosis', sans-serif;
		font-size: 28px;
		color: White;
}
@media screen and (max-width: 480px) {
.bildoben{
	background-image: url(../bilder/logobild480.png);
}
.text-oben{
 width: 96%;
 margin-left: 2%;
}
.werbeblock{
 	width: 45%;
}
h1{
		font-family: 'Dosis', sans-serif;
		font-size: 32px;
		color: White;
}
h2{
		font-family: 'Dosis', sans-serif;
		font-size: 18px;
		color: White;
}
h2.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 28px;
		color: White;
}
h3{
		font-family: 'Dosis', sans-serif;
		font-size: 18px;
}
h3.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 20px;
		color: White;
}
.button-rubrikenseite{
	width: 48%;
}
.werbebild{
	width: 48%;
}
.button{
 width: 46%;
}
}
@media screen and (max-width: 320px) {
.bildoben{
	background-image: url(../bilder/logobild320.png);
}
.text-oben{
 width: 96%;
 margin-left: 2%;
}
.text-klein{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 5px;
}
h1{
		font-family: 'Dosis', sans-serif;
		font-size: 22px;
		color: White;
}
h1.rubrik{
		font-family: 'Dosis', sans-serif;
		font-size: 36px;
		color: White;
}


h2.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 20px;
		color: White;
}
h2{
		font-family: 'Dosis', sans-serif;
		font-size: 22px;
		color: White;
}
h3.startseite{
		font-family: 'Dosis', sans-serif;
		font-size: 20px;
		color: White;
}
h3{
		font-family: 'Dosis', sans-serif;
		font-size: 16px;
}
.button{
 width: 40%;
 margin-bottom: 12px;
 margin-left: 2%;
 margin-right: 2%;
}
.werbeblock{
 	width: 45%;
}
.ganze-breite{
	width: 96%;
	margin-left: 2%;
		font-family: 'Dosis', sans-serif;
	font-size: 18px;
	margin-bottom: .5%;
	margin-top: .5%;
	text-align: center;
	float: none;
}
.button-rubrikenseite{
	width: 96%;
	margin-left: 2%;
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
a{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: White;
	text-align: center;
	text-decoration: none;
	width:100%;
	float:left;
	display:block;
}
.werbebild{
	width: 94%;
	margin-left: 2%;
}
input{
	font-size: 14px;
	width: 90%;
}
}