/*
font-family: 'Roboto Condensed', sans-serif;
*/

body, textarea, input, select {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	color:#000;
}

.hidden {
	display:none;
}

#surround {
	margin:0 auto;
	width:100%;
}


.anchor {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}


.block50 {
	width:50%;
	float:left;
}

.inner {
	margin:0 auto;
	max-width:1140px;
}

.innerBox {
	padding:0 25px;
}



.padtop10 {
	padding-top:10px;
}

.padtop25 {
	padding-top:25px;
}


.padtop30 {
	padding-top:30px;
}

.padtop50 {
	padding-top:50px;
}

.padbot25 {
	padding-bottom:25px;
}

.padbot30 {
	padding-bottom:30px;
}

.padbot50 {
	padding-bottom:50px;
}

.center {
	text-align:center;
}


/* HEADER */
header {
	background-color: #999999;
	height:135px;
}

header #logo {
	padding-top:39px;
	text-align:center;
}
header #logo img {
	max-width:100%;
	height:auto;
}


header.fix {
	margin-bottom:50px;
}


#headerOutBox {
	padding-top:350px;
	padding-bottom:350px;
}

#headerBox {
	text-align:center;
	border:10px solid #fff;
	padding:50px 0 60px;
	max-width:500px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	display:none;
}

.header1 {
	padding:0;
	font-size:54pt;
	font-weight:bold;
}
.header2 {
	padding-top:10px;
	font-size:20pt;
	line-height:20px;
	font-weight:bold;
}
.header3 {
	font-size:20pt;
	padding-top:20px;
}
.header4 {
	font-size:20pt;
	padding-top:10px;
}


#kapitelbild {
	/*
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover; /*background-size:100% auto;*/
	*/
	min-height:700px;
	display:block;
}

#kapitelbild div {
		min-height:500px;
	}

#contentbild {
	/*
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover; /*background-size:100% auto;*/
	*/
	display:block;
	min-height:430px;
	display:block;
}



/* CONTENT */
#content {
	width:100%;
	min-height:200px;
	margin:0 auto;
	padding:0;
	line-height:22px;
	text-align:left;
}

#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:26pt;
	line-height:36px;
	padding-top:30px;
	padding-bottom:30px;
	margin:0;
}

#content li {
	font-weight:normal;
}

#content img {
	max-width:100%;
	height:auto;
}

#content a {
	color:#e30613;
}
#content a:hover {
	color:#000;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #000;
}


.halbBox {
	width:50%;
	float:left;
}

.teaserPics {
	width:33.33333333%;
	float:left;
	margin:25px 0;
}


.teaserPics img {
	max-width:100%;
	height:auto;
	display:block;
}

.teamPic {
	float:left;
	padding:0;
	width:25%;
}

.teamPic img {
	max-width:100%;
	height:auto;
	display:block;
}


sponsor {
	padding:30px 0;
	display:none;
}

.sponsorPic {
	float:left;
	padding:25px 0;
	width:25%;
}


.sponsorPic img {
	max-width:100%;
	height:auto;
	display:block;
}

.galerieButton {
	background-color:#999999;
	font-size:18pt;
	line-height:28px;
	color:#fff !important;
	display:block;
	padding:18px 70px 18px 30px;
	background-image:url('/page/_webpics/pfeil-vor-weiss.png');
	background-position:right center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.galerieButton.back {
	background-image:url('/page/_webpics/pfeil-back-weiss.png');
}

.galerieButton:hover { 
	background-color:#888888;
}


.pageTitel {
	background-color:#a9b9c3;
	font-size:18pt;
	line-height:28px;
	color:#000 !important;
	display:block;
	padding:18px 70px 18px 30px;
	margin-bottom:20px;
	}


.galeriePic {
	width:25%;
	float:left;
	padding-bottom:50px;
}
.galeriePic img {
	display:block;
	max-width:100%;
	height:auto;
}


/* FOOTER */
footer {
	font-family: 'Roboto Condensed', sans-serif;
	background-image:url('/page/_webpics/farbverlauf.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	display:block;
	font-size:12pt;
	color: #fff;

}

footer .footerBlock {
	width:100%;

}

footer .footerBlock .inBlock {
	padding:35px 0 35px;
		text-align:center;
}

footer .footerBlock a {
	color:#fff;
}


.maps iframe{
	pointer-events: none;
}

#goUp {
	cursor:pointer;
	}


/* RESPONSIVE */

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
		#kapitelbild, #contentbild {
			/*
			background-size:auto 100%;
			background-attachment: scroll;
			*/
		}
}

@media  only screen and (max-width: 2000px) {
	header {
		background-size:auto 100%;
	}
	footer {
		background-size:auto 100%;
	}
}

@media  only screen and (max-width: 1400px) {
	#contentbild {
		background-size:auto 100%;
	}

	#kapitelbild {
		/*	background-size:auto 100%;*/
	}


}



@media  only screen and (max-width: 900px) {
	.block50 {
		width:100%;
		float:left;
	}
}

@media  only screen and (max-width: 800px) {
	.halbBox {
		width:100%;
	}
	.sponsorPic {
		width:33.3333333%;
	}
	.teamPic {
		width:33.33333%;
	}
	.galeriePic {
		width:33.33333%;
	}

}




@media  only screen and (max-width: 760px) {

	.teaserPics {
		width:50%;
	}
}


@media  only screen and (max-width: 580px) {
	body, textarea, input, select {
		font-size:11pt;
	}
	#content h1 {
		font-size:24pt;
	}


	.header1 {
		padding:0;
		font-size:50pt;
		font-weight:bold;
	}


	.sponsorPic {
		width:50%;
	}
	.teamPic {
		width:50%;
	}
	.galeriePic {
		width:50%;
	}

}


@media  only screen and (max-width: 450px) {
	.sponsorPic .innerBox {
		padding:0 10px;
	}

	.sponsorPic  {
		padding:10px 0;
	}
	sponsor {
		padding:10px 0;
		display:none;
	}

	.teamPic {
		width:100%;
		text-align:center;
	}
	.teamPic img {
		display:inline-block;
	}
	/*
	.teaserPics {
	width:100%;
	text-align:center;
}
	.teaserPics img {
	display:inline-block;
}
	*/

	.teaserPics {
		margin:10px 0;
	}

	.teaserPics .innerBox {
		padding:0 10px;
	}

	.galeriePic {
		width:100%;
		text-align:center;
	}
	.galeriePic img {
		display:inline-block;
	}

	#headerBox {
		text-align:center;
		border:none; /*3px solid #fff;*/
		padding:30px 0 40px;
		max-width:500px;
		margin:0 auto;
		background-color:rgba(0,0,0,0.6);
		color:#fff;
	}

	.header1 {
		padding:0;
		font-size:30pt;
		font-weight:bold;
	}
	.header2 {
		padding-top:10px;
		font-size:18pt;
		line-height:20px;
		font-weight:bold;
	}
	.header3 {
		font-size:15pt;
		padding-top:20px;
	}
	.header4 {
		font-size:15pt;
		padding-top:10px;
	}
}