@import url("https://use.typekit.net/iiy7qsu.css");

body{
	font-family: fira-sans, sans-serif;
font-weight: 300;
font-style: normal;
}

h1#headerheadline{
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	background: #005297;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-family: fira-sans, sans-serif;
}

h2#headersubheadline{
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	background: #005297;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	font-family: fira-sans, sans-serif;
}
h1#headerheadline-info{
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	background: #b21824;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-family: fira-sans, sans-serif;
}

h2#headersubheadline-info{
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	background: #b21824;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	font-family: fira-sans, sans-serif;
}

h2{
	font-weight: bold;
	color: #686869;
}

.menupunkt a{
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(104, 104, 105);
}

label{
	padding-right: 10px;
	width: 100px;
	display: block;
	float:left;
	margin-top: 3px;
	margin-bottom: 0px;
}

div.contentSectionHeadline h3{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
	background-color: #005297;
}

div.header{
	height: 153px;
	width: 100%;
	/*background-image: url(img/Kopfhead.jpg);*/
	background-repeat:no-repeat;
	padding-right: 15px;
	padding-top: 10px;
}

div#map{
	width: 340px;
	height: 250px;
}

div.contentPart:nth-child(2n){
	background-color: #efefef;
}

div.contentPart.darkgrey{
	background-color: #696969;
}

div.footer{
	margin-top: 20px;
	padding: 10px;
	padding-left: 20px;
}

div.footer, div.footer a{
	color: #fff;
}



@media (max-width: 992px){	
	h1#headerheadline{
		margin-top: 20px;
		line-height: 30px;
		-webkit-text-fill-color: #000;
		font-size: 24px;
		text-align: left;
	} 
	
	h2#headersubheadline{
		-webkit-text-fill-color: #000;
		line-height: 27px;
		font-size: 18px;
		text-align: left;
	}
	
}