/*+-----------------------------------------------+*/
/*|          Allgemein                            |*/
/*+-----------------------------------------------+*/

#newsWrapper {
	display:none;
}

.center960 {
	width:960px;
	margin:0 auto;
}

body {
}

a, a:visited {
	text-decoration:none;
	color:#fe9a04;
}

a:hover, a:visited:hover {
	color:#333;
}

ul {
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:34px;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:22px;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:20px;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333;
}

.footerNav li a:hover, a:visited:hover {
}

li {
}


/*+-----------------------------------------------+*/
/*|          Header                               |*/
/*+-----------------------------------------------+*/

#headerWrapper .haeder {
	background:#fe9a04;
}
#headerWrapper .haeder div.center960 {
	text-align:center;
}

#headerWrapper .navbar {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 84%, #e8e8e8 99%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(84%,#e8e8e8), color-stop(99%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 84%,#e8e8e8 99%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 84%,#e8e8e8 99%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 84%,#e8e8e8 99%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 84%,#e8e8e8 99%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom:#cdcdcd solid 1px;
}

#headerWrapper .navMainUL {
}

#headerWrapper .navbar .navMainUL li a {
	float:left;
	padding:10px 26px;
	font-weight:700;
	border-right:#cdcdcd solid 1px;
	color:#333;
}

#headerWrapper .navbar .navMainUL li:last-child {
	border:none;
}

#headerWrapper .navbar .navMainUL li a:hover, #headerWrapper .navbar .navMainUL li a.active {
	background: #ffc060; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc060 0%, #fe9a04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc060), color-stop(100%,#fe9a04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc060 0%,#fe9a04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc060 0%,#fe9a04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc060 0%,#fe9a04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc060 0%,#fe9a04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc060', endColorstr='#fe9a04',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(255, 124, 48, 1);
}

/*+-----------------------------------------------+*/
/*|          Slider                               |*/
/*+-----------------------------------------------+*/

#sliderWrapper {
	background:url(../images/schattenSlider.png) bottom no-repeat;
	margin-top:50px;
	height:450px;
}
#sliderWrapper .slider {
	position:relative;
}
#sliderWrapper .bildSlider {
	padding:10px;
	background:#FFF;
	border:#cdcdcd solid 1px;
}

#sliderWrapper .overlaySlider {
	position:absolute;
	top:11px;
	left:10px;
}
#sliderWrapper .sliderContent {
	position:absolute;
	top:40px;
	left:50px;
}

#sliderWrapper .sliderContent h1 {
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
	margin-bottom:40px;
}

#sliderWrapper .sliderContent p {
	color:#fff;
	width:300px;
	line-height:1.5;
	margin-bottom:40px;
}

#sliderWrapper .sliderContent h2 {
	color:#fff;
	font-size:24px;
	float:left;
}

#sliderWrapper .sliderContent img {
	margin-top:-41px;
    width:78px;
}

#sliderWrapper .sliderTelefon {
	margin-bottom:15px;
}

#sliderWrapper .sliderContent a {
	color:#fff;
}

#sliderWrapper .sliderContent a.kontakt {
	padding:10px 20px;
	background: #1eb5e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eb5e6 0%, #2ba0c4 98%, #10b5e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb5e6), color-stop(98%,#2ba0c4), color-stop(100%,#10b5e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb5e6', endColorstr='#10b5e6',GradientType=0 ); /* IE6-9 */
	border:#6f9b84 solid 1px;
	color:#fff;
	font-weight:700;
}

#sliderWrapper .sliderContent a.kontakt:hover {
	background: #007fb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #007fb2 0%, #004b7a 98%, #00b3e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fb2), color-stop(98%,#004b7a), color-stop(100%,#00b3e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb2', endColorstr='#00b3e5',GradientType=0 ); /* IE6-9 */
	border:#6f9b84 solid 1px;
	color:#fff;
	font-weight:700;
}

/*+-----------------------------------------------+*/
/*|          NewsBox                              |*/
/*+-----------------------------------------------+*/

#newsWrapper article {
	border:#cdcdcd solid 1px;
	padding:10px;	
	margin-bottom:30px;
}

#newsWrapper h3 {
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding:10px 10px;
	background-color:#fe9a04;
	font-size:22px;
}

/*+-----------------------------------------------+*/
/*|          InfoBox                              |*/
/*+-----------------------------------------------+*/

#infoBoxWrapper article {
	width:275px;
	border:#cdcdcd solid 1px;
	padding:10px;
	float:left;
}

#infoBoxWrapper article.teaser + article.teaser {
	margin-left:34px;
}

#infoBoxWrapper article h3 {
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding:10px 10px;
	background-color:#fe9a04;
	margin-bottom:10px;
    width: 254px;
	font-size:22px;
}

#infoBoxWrapper article img {
	margin-bottom:5px;
	width:274px;
}

#infoBoxWrapper article p {
	margin-bottom:15px;
}

#infoBoxWrapper article a {
	padding:10px 30px;
	background: #1eb5e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eb5e6 0%, #2ba0c4 98%, #10b5e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb5e6), color-stop(98%,#2ba0c4), color-stop(100%,#10b5e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb5e6', endColorstr='#10b5e6',GradientType=0 ); /* IE6-9 */
	border:#6f9b84 solid 1px;
	color:#fff;
	font-weight:700;
	margin:0 0 0 0;
	float:right;
}

#infoBoxWrapper article a:hover {
	background: #007fb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #007fb2 0%, #004b7a 98%, #00b3e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fb2), color-stop(98%,#004b7a), color-stop(100%,#00b3e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb2', endColorstr='#00b3e5',GradientType=0 ); /* IE6-9 */
	border:#6f9b84 solid 1px;
	color:#fff;
	font-weight:700;
}

.fontSmall {
	font-size: 10px;
}

/*+-----------------------------------------------+*/
/*|          KontaktBox                           |*/
/*+-----------------------------------------------+*/

#kontaktBox {
	margin:50px 0;
}

#kontaktBox article {
	height:300px;
	float:left;
}

#kontaktBox article + article {
	border-left:#fe9a04 solid 1px;
}

#kontaktBox article h2, #fotoalbumWrapper .fotoContent h2, #unterseiteWrapper .unterseiteContent h2 {
	margin:15px 0 20px 0;
}

#kontaktBox article.kontaktSprechzeiten {
	width:294px;
	padding-left:20px;
}

#kontaktBox article.kontaktSprechzeiten table tr {
	border-bottom:#cdcdcd solid 1px;
}

#kontaktBox article.kontaktSprechzeiten table tr:last-child {
	border:none;
}

#kontaktBox article.kontaktSprechzeiten table td {
	padding:5px 30px 5px 5px;
}

#kontaktBox article.kontaktSprechzeiten table td:last-child {
	padding-right:15px;
}

#kontaktBox article.kontaktNotdienst {
	padding:0 35px;
	width:260px;
}

#kontaktBox article.kontaktDaten {
	padding:0 35px;
	width:244px;
}

#kontaktBox article.kontaktDaten img {
	float:left;
	
}

#kontaktBox .kontaktContent img.iconName {
	padding-top:7px;
	margin-right:10px;
}

#kontaktBox .kontaktContent {
	margin-bottom:15px;
}
#kontaktBox .kontaktContent:last-child {
	margin-bottom:0;
}

#kontaktBox .kontaktContent img.iconAnschrift {
	padding-top:7px;
	margin:0 15px 0 5px;
}
#kontaktBox .kontaktContent img.iconTelefon {
	margin:0 12px 0 2px;
}
#kontaktBox .kontaktContent img.iconEmail {
	margin:0 12px 0 2px;
}


/*+-----------------------------------------------+*/
/*|          Anfahrt                              |*/
/*+-----------------------------------------------+*/

#anfahrtWrapper {
	position:relative;
	padding:20px 0;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
	z-index:1;
}

#anfahrtWrapper .anfahrtContent {
	width:660px;
	padding-left:20px;
	float:left;
	margin-right:30px;
}

#anfahrtWrapper .anfahrtContent h2 {
	margin-bottom:15px;
}

#anfahrtWrapper .fahrplan {
	padding-top:7px;
}

#anfahrtWrapper .fahrplan img {
	margin:0 80px 7px 80px;
}

#anfahrtWrapper .fahrplan a p {
	margin-left:79px;
	float:left;
	color:#fe9a04;
	font-weight:700;
}

/*+-----------------------------------------------+*/
/*|          orange Footer                        |*/
/*+-----------------------------------------------+*/

#orangeWrapper article {
	background:#fe9a04;
	width:960px;
}

#orangeWrapper article p {
	color:#fff;
	font-size:17px;
	text-align:center;
	padding:15px 0;
}

/*+-----------------------------------------------+*/
/*|          Fotoalbum                            |*/
/*+-----------------------------------------------+*/

#fotoalbumWrapper {
	margin-bottom:50px;
	margin-top:50px;
}
#fotoalbumWrapper .fotoBildUntertitel {
	float:left;
}
#fotoalbumWrapper .fotoBildUntertitel + .fotoBildUntertitel {
	margin-left:12px;
}
#fotoalbumWrapper .fotoBildUntertitel img {
	border:10px solid #FFF;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	margin-bottom:5px;
}

#fotoalbumWrapper .fotoBildUntertitel p {
	margin:0 0 30px 10px;
}

/*+-----------------------------------------------+*/
/*|          Unterseite                           |*/
/*+-----------------------------------------------+*/

.unterseitenContent {
	margin-bottom:50px;
}

.unterseitenContent .layout1 h1, .unterseitenContent .layout2 h1, .unterseitenContent .layout3 h1, .unterseitenContent .layout4 h1, .unterseitenContent .layout5 h1 {
	margin:50px 0 15px 0;
	font-size:22px;
}

.unterseitenContent .layout1 h3, .unterseitenContent .layout2 h3, .unterseitenContent .layout3 h3, .unterseitenContent .layout4 h3, .unterseitenContent .layout5 h3 {
	margin-bottom:15px;
}

.unterseitenContent .layout1 p, .unterseitenContent .layout2 p, .unterseitenContent .layout3 p, .unterseitenContent .layout4 p, .unterseitenContent .layout5 p {
	margin-bottom:20px;
}

.unterseitenContent .layout1 img, .unterseitenContent .layout2 img, .unterseitenContent .layout3 img, .unterseitenContent .layout4 img, .unterseitenContent .layout5 img {
	border:10px solid #FFF;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	margin-bottom:20px;
}

.unterseitenContent .layout1 ul, .unterseitenContent .layout2 ul, .unterseitenContent .layout3 ul, .unterseitenContent .layout4 ul, .unterseitenContent .layout5 ul {
	margin-left:15px;
}

.unterseitenContent .layout1 ul li, .unterseitenContent .layout2 ul li, .unterseitenContent .layout3 ul li, .unterseitenContent .layout4 ul li, .unterseitenContent .layout5 ul li {
	margin-bottom:15px;
}

.unterseitenContent .article8 p {
	margin-top: -15px;
}


/*+-----------------------------------------------+*/
/*|          Anfahrt                              |*/
/*+-----------------------------------------------+*/

#map_canvas {
	height:400px;
}

#anfahrtContentWrapper {
	margin-top:50px;
	margin-bottom:50px;
}

#anfahrtContentWrapper .headline h1 {
	font-size:22px;
	margin-bottom:15px;
}

/*+-----------------------------------------------+*/
/*|          Kontakt                              |*/
/*+-----------------------------------------------+*/

.container-kontakt {
	margin-top:50px;
	margin-bottom:50px;
	overflow:hidden;
}

.container-kontakt .headline h1 {
	font-size:22px;
	margin-bottom:15px;
}

p.aufbau {
	margin:100px 0;
}

#kontaktForm input, #kontaktForm label {
	float:left;
}

#kontaktForm .form-group {
	margin-bottom:20px;
}

#kontaktForm label {
	width:150px;
	text-align:right;
	margin-right:20px;
	padding-top:5px;
}

#kontaktForm input {
	width:213px;
	padding:5px 10px;
}

#kontaktForm #nachricht {
	width:600px;
	padding:5px 10px;
}

#kontaktForm #betreff {
	width:596px;
}

#kontaktForm #strasse {
	width:596px;
}

#kontaktForm .checkbox {
	margin-left:170px;
}

#kontaktForm .checkbox label {
	width:960px;
	text-align:left;
	margin:0;
}

#kontaktForm .checkbox input {
	width:10px;
	text-align:center;
	margin:0 10px 0 0;
}

#kontaktForm #anfrageSenden {
	padding: 7px 20px;
	background: #1eb5e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eb5e6 0%, #2ba0c4 98%, #10b5e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb5e6), color-stop(98%,#2ba0c4), color-stop(100%,#10b5e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1eb5e6 0%,#2ba0c4 98%,#10b5e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb5e6', endColorstr='#10b5e6',GradientType=0 ); /* IE6-9 */
	border:#fff solid 1px;
	color:#fff;
	font-weight:700;
	width:auto;
	margin-top:30px;
	margin-left:810px;
}

#kontaktForm #anfrageSenden:hover {
	padding: 7px 20px;
	background: #007fb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #007fb2 0%, #004b7a 98%, #00b3e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fb2), color-stop(98%,#004b7a), color-stop(100%,#00b3e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007fb2 0%,#004b7a 98%,#00b3e5 100%); /* W3C */
	border:#fff solid 1px;
	color:#fff;
	font-weight:700;
	width:auto
}

#kontaktForm .pflichtfelderHinweis {
	text-align:right;
	font-size:12px;
}

div.col-sm-4 {
	float:left;
}

/*+-----------------------------------------------+*/
/*|          Footer                               |*/
/*+-----------------------------------------------+*/

footer {
	margin:15px 0;
}

footer ul {
	list-style:none;
	float:right;
}

footer .footerNav li {
	float:left;
	margin-right:20px;
}
footer .footerNav li a {
	color:#333;
}
footer .footerNav li a:hover {
	color:#fe9a04;
}

footer .footerNav li:last-child {
	margin-right:0;
}

footer p {
	float: left;
    width: 400px;
}
footer .footerContent a {
	color:#a7c401;
}
#headerWrapper .navMainUL .aktiv {
	text-decoration:none;
	background-color:#fe9a04;
	color:#fff !important;
}

/*Meldungen*/
/* Meldungen */
.errorClass {
	border:1px solid #fe9a04;
}
.alert.alert-warning  {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:9999;
}
.alert.alert-warning  .meldungen {
	display:block;
	margin:20% auto 0;
	width:300px;
	background:#fff;
	border-radius:5px;
	padding:15px;
	box-shadow:0 0 5px #000;
}
.alert.alert-warning .meldungen:after {
	border: 1px solid #CCCCCC;
	content: "ok";
	display: block;
	margin: 12px auto 0;
	padding: 1px 5px;
	text-align: center;
	width: 20px;
	background: #efefef;
	color: #888;
	cursor:pointer;
}
.alert.alert-warning  .meldungen:hover:after {
	background:#f9f9f9;	
}
.war .meldungen {
	border:2px solid red;
}
.erf .meldungen {
	border:2px solid #090;
}
#formResponse {
    position: absolute;
	margin: 650px 0 0 641px;
}
#formResponse p {
	font-size:18px;
}

@media screen and (max-width : 1600px) {
	#formResponse {
    	position: absolute;
		margin: 650px 0 0 483px;
	}

}
@media screen and (max-width : 1280px) {
	#formResponse {
    	position: absolute;
		margin: 650px 0 0 321px;
	}

}
@media screen and (max-width : 1024px) {
	#formResponse {
    	position: absolute;
		margin: 650px 0 0 195px;
	}

}
@media only screen and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	#formResponse {
    	position: absolute;
		margin: 630px 0 0 200px;
	}
}


.unterseitenContent ul.image-list {
    margin: 0;
    list-style: none;
}

.unterseitenContent ul.image-list > li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.unterseitenContent ul.image-list > li img {
    width: calc( 100% - 40px );
    height: auto;
}

.overflow {
	overflow: hidden;
}