/*
Farben {
blau		#0050a0 rgba(0, 80, 160, 0.5);
grün		#8cbe14 rgba(140, 190, 20, 0.5);
d-grün		#62850e rgba(98, 133, 14, 0.5);
h-blau		#99bbdd rgba(86, 153, 204, 0.5);
d-blau		#113f66 rgba(17, 63, 103, 0.5)
grau 		#787878 rgba(110, 120, 120, 0.5);
blaugrau 	#445566 rgba(68, 85, 102, 0.5)
}
*/



/* --------- ANCHOR
================================================== */
[id*="Anchor-"],
[id*="ID"],
.anchor {
	top: 130px
}
@media (max-width: 767px) { 
	[id*="Anchor-"],
	[id*="ID"],
	.anchor {
		top: 60px
	}
}
/* --------- end ANCHOR -------- */



body {
	/*background: #eeeef0;*/
	margin-bottom: 350px;
	color: #445566;
	letter-spacing: .02em;
	font-weight: normal;
	font-family: 'opensans';
	line-height: 1.5em;
	background: #f8f8f8 url(../images/bg2.gif) repeat !important
	}
	
.navi-parallel {
	float: left;
	width: auto;
	margin-bottom: 0 !important
	}
	
.rounded-circle { border-radius: 50% !important }
.img-fluid 		{ max-width: 100%; height: auto }
.d-block 		{ display: block !important }
.mr-auto,
.mx-auto 		{ margin-right: auto !important }


.content 		{ padding-top: 5em; padding-bottom: 6em }
@media (min-width: 480px) { .content 		{ padding-top: 5em; padding-bottom: 6em } }
@media (min-width: 768px) { .content 		{ padding-top: 7em; padding-bottom: 8em } }

.content.bg-content 		{ margin-top: 3em }
@media (min-width: 480px) { .content.bg-content 		{ margin-top: 3em;  } }
@media (min-width: 768px) { .content.bg-content 		{ margin-top: 3em } }


.content .bg-content 		{ padding-top: 1.5em !important }
@media (min-width: 768px) { .content .bg-content	{ padding-top: 2em !important } }



.content-rechts {
	margin-top: 0 !important;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
   -webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	
}
.content-rechts .bildrahmenmitte-wrapper {
	margin-top: -1em;
	margin-bottom: 2em !important
}

.content > .row > [class*="col-"]:first-child .bg-content .content-rechts {
	margin-top: 4.5em !important;
	margin-bottom: 0
}



.bildrechts,
.bildlinks,
.bild { 
	border-radius: 0 !important
}

.bildausschnitt {
	background-size: cover
	}


.bg-dark 		{ background-color:#334455 !important}


.text-primary,
.text-hausfarbe 		{ color: #0050a0 !important }
.text-hausfarbe2 		{ color: #8cbe14 !important }
.text-hausfarbe3 		{ color: #99bbdd !important }
.text-hausfarbe4 		{ color: #113f66 !important }
.text-dark,
.text-darkgrey,
.text-darkgray ,
.darkgrey,
.darkgray				{ color: #445566 !important }
.text-light,
.text-grey,
.text-gray,
.grey,
.gray 					{ color: rgba(68, 85, 102, 0.6) !important; }
.muted 					{ color: rgba(110, 120, 120, 0.5) !important; }

.text-primary:hover,
.text-hausfarbe:hover 	{ color: #001155 !important }
.text-hausfarbe2:hover 	{ color: #448800 !important }
.text-hausfarbe3:hover 	{ color: #006699 !important }
.text-hausfarbe4:hover 	{ color: #003f55 !important }
.text-dark:hover 		{ color: #002266 !important }
.text-light:hover 		{ color: rgba(68, 85, 102, 1) !important; }

a.text-light:hover,
a.text-grey:hover,
a.text-gray:hover,
a.grey:hover,
a.gray:hover 					{ color: #445566 !important; }

.content a { font-weight: 600 }
	
.normal {
	font-weight: 400 !important
}
.light{
	font-weight: 300 !important;
}
.lighter {
	font-weight: 200 !important;
}

section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}	
section .container.content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 6em !important;
	padding-bottom: 6em !important
}	
@media (max-width: 767px) {
	section .container.content {
	padding-top: 3em !important;
	padding-bottom: 3em !important
	}
}


hr 				{ border-color: #ccc !important }
@media (max-width: 767px) {
	 hr 				{ margin-top: 1.5em; padding-top: 0; }
	.hr-xl				{ margin: 3em 0; }
	.hr-l				{ margin: 2em 0; }
	.hr-m				{ margin: 1em 0; }
	.hr-s				{ margin: .5em 0;}
}


h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border 	{ margin-top: 2.5em; padding-top: 2em }

@media (max-width: 1200px) {
	h1.border,
	h2.border,
	h3.border,
	h4.border,
	h5.border,
	h6.border 	{ margin-top: 1.5em; padding-top: 1.2em }
}
@media (max-width: 767px) {
	h1.border,
	h2.border,
	h3.border,
	h4.border,
	h5.border,
	h6.border 	{  }
}





/* --- FARBEN REGIONEN ---*/
/* -----------------------*/	

/* Süd-Ost: hellblau */
.bg-sued-ost 				{ background-color: #859cad !important }
.bg-sued-ost-light 			{ background-color: #e5f4fd !important }	
	.text-sued-ost,
	.bg-sued-ost-light a 		{ color: #859cad !important }	
	.bg-sued-ost-light a:hover 	{ color: #6b7e8a !important }	

/* Süd-West: grau */
.bg-sued-west 				{ background-color: #969696 !important }
.bg-sued-west-light 		{ background-color: #e1e1e1 !important }	
	.text-sued-west,
	.bg-sued-west-light a 		{ color: #969696 !important }	
	.bg-sued-west-light a:hover { color: #787878 !important }	
	
/* Harzblick: Nord-Ost: blau */
.bg-nord-ost 				{ background-color: #0096cd !important }
.bg-nord-ost-light 			{ background-color: #bfe5f3 !important }	
	.text-nord-ost,
	.bg-nord-ost-light a 		{ color: #0096cd !important }	
	.bg-nord-ost-light a:hover 	{ color: #005e7e !important }		

/* Nord-West: dunkelblau */
.bg-nord-west 				{ background-color: #226eb5 !important }	
.bg-nord-west-light 		{ background-color: #c8dbec !important }
	.text-nord-west,
	.bg-nord-west-light a 		{ color: #226eb5 !important }	
	.bg-nord-west-light a:hover { color: #174470 !important }	
	
	
.well.bg-sued-ost-light h3,
.well.bg-sued-west-light h3,
.well.bg-nord-ost-light h3,
.well.bg-nord-west-light h3 {
	margin-top: 0;
	font-weight: bold;
	font-family: 'opensans';
	text-transform: uppercase;
	color: #fff !important;
	background-color: red !important;
	width: calc(100% + 50px);
	padding: 10px 25px;
	margin: -20px -25px !important;
	margin-bottom: 1em !important
	}
.well.bg-sued-ost-light h3:before,
.well.bg-sued-west-light h3:before,
.well.bg-nord-ost-light h3:before,
.well.bg-nord-west-light h3:before {
	content: 'Region';
	font-size: 75%;
	font-weight: normal;
	display: block;
	margin-bottom: -8px
	}
.well.bg-sued-ost-light h3 	{ background-color: rgba(133, 156, 173, 0.7) !important }
.well.bg-sued-west-light h3 { background-color: rgba(150, 150, 150, 0.7) !important }
.well.bg-nord-ost-light h3 	{ background-color: rgba(0, 150, 205, 0.7) !important }
.well.bg-nord-west-light h3 { background-color: rgba(34, 110, 181, 0.7) !important }					
/* --------- end REGIONEN -------- */




/* --------- REGIONEN in Spalten bei Karte
================================================== */
.row.regionen {
	font-size: 85%;
	letter-spacing: 0;
	margin-top: -15px
	}
.row.regionen ul li { 
	border-color: rgba(0, 0, 0, 0.1) !important;
	}
.row.regionen h3 {
	margin-top: 0;
	font-weight: bold;
	font-family: 'opensans';
	text-transform: uppercase;
	color: #fff !important;
	background-color: red !important;
	width: calc(100% + 50px);
	padding: 10px 25px;
	margin: -20px -25px !important;
	margin-bottom: 1em !important
	}
.row.regionen h3:before {
	content: 'Region';
	font-size: 75%;
	font-weight: normal;
	display: block;
	margin-bottom: -5px
	}			
	
/* Süd-Ost: hellblau */
.row.regionen [class*="col-"]:nth-child(1) .well 				{ background-color: #e5f4fd !important }
	.row.regionen [class*="col-"]:nth-child(1) .well a 			{ color: #859cad !important }
	.row.regionen [class*="col-"]:nth-child(1) .well a:hover 	{ color: #6b7e8a !important }
	.row.regionen [class*="col-"]:nth-child(1) .well h3 		{ background-color: rgba(133, 156, 173, 0.7) !important }
	
/* Süd-West: grau */
.row.regionen [class*="col-"]:nth-child(2) .well 				{ background-color: #e1e1e1 !important; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; }
	.row.regionen [class*="col-"]:nth-child(2) .well a 			{ color: #969696 !important }
	.row.regionen [class*="col-"]:nth-child(2) .well a:hover 	{ color: #787878 !important }
	.row.regionen [class*="col-"]:nth-child(2) .well h3 		{ background-color: rgba(150, 150, 150, 0.7) !important }
	
/* Harzblick: Nord-Ost: blau */
.row.regionen [class*="col-"]:nth-child(3) .well 				{ background-color: #bfe5f3 !important }
	.row.regionen [class*="col-"]:nth-child(3) .well a 			{ color: #0096cd !important }
	.row.regionen [class*="col-"]:nth-child(3) .well a:hover 	{ color: #005e7e !important }
	.row.regionen [class*="col-"]:nth-child(3) .well h3 		{ background-color: rgba(0, 150, 205, 0.7) !important }
	
/* Nord-West: dunkelblau */
.row.regionen [class*="col-"]:nth-child(4) .well 				{ background-color: #c8dbec !important }
	.row.regionen [class*="col-"]:nth-child(4) .well a 			{ color: #226eb5 !important }
	.row.regionen [class*="col-"]:nth-child(4) .well a:hover 	{ color: #174470 !important }	
	.row.regionen [class*="col-"]:nth-child(4) .well h3 		{ background-color: rgba(34, 110, 181, 0.7) !important }		
/* --------- end REGIONEN in Spalten bei Karte -------- */
	


/* --------- REGIOEN im Kurztext
================================================== */ 	
.region {
	
	}
.region span {
	text-transform: uppercase;
	/*
	color: rgba(68, 85, 102, 0.5) !important;
	font-family: 'Merriweather'; 
	font-weight: 300; 
	letter-spacing: .03em;
	margin-right: .5em;*/
	background: rgba(68, 85, 102, 0.2);
	color: #fff !important;
	padding: 0 .3em .1em .3em;
	margin-right: 3px;
	border-radius: 2px
	}	
/* --------- end REGIONEN im Kurztext -------- */






/* --------- SUCHE
================================================== */ 	
.search2 {
  position: fixed;
  right: 50px;
  top: 15px;
  z-index: 10000000000 !important
}

.search2 * {
  outline: none;
  box-sizing: border-box;
}
.search_field {
  width: 40px;
  min-height: 40px !important;
  padding-left: 20px;
  padding-right: 50px;
  color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  border: none
}
.search_field:focus {
  width: calc(100% - 122px);
  cursor: default;
  font-weight: normal;
  border-radius: 40px;
  border: 2px solid #8cbe14;
  background: #fff
}
.search_field:focus ~ .search_icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  background: url(../images/lupe/lupe_hausfarbe.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 11px;
  }
.search_icon {
  position: absolute;
  pointer-events: none;
  display: inline-block;
  border: none;
  transition: background-color 0.2s ease-in-out;
  float: right;
  background: rgba(141, 191, 22, 0.7) url(../images/lupe/lupe_fff.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 11px;
  width: 40px !important;
  min-height: 40px !important;
  border-radius: 40px;
  right: 0
}
.search_field:focus ~ .search_icon:hover {
	background-color: #8cbe14 !important;
	background: url(../images/lupe/lupe_fff.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center 11px;
	}


.search2 input::-webkit-input-placeholder {
	color: rgba(141, 191, 22, 0.4) !important;
	}
	.search2 input:-moz-placeholder 	{ color: rgba(141, 191, 22, 0.4) !important }
	.search2 input::-moz-placeholder { color: rgba(141, 191, 22, 0.4) !important }
	.search2 input:-ms-input-placeholder 	{ color: rgba(141, 191, 22, 0.4) !important }	
	.search2 .form-control:focus::-webkit-input-placeholder	{ opacity: 0 }
	.search2 .form-control:focus:-moz-placeholder 	{ opacity: 0 }
	.search2 .form-control:focus::-moz-placeholder 	{ opacity: 0 }
	.search2 .form-control:focus:-ms-input-placeholder{ opacity: 0 }		


@media (min-width:768px) {
	.search2 {
		width: 300px;
		top: 70px;
		right: 10px
		}
	.search_field:focus {
		width: 270px;
		box-shadow: 0 0 .4em rgba(0, 0, 0, 0.3);
	  	}
	.search_icon {
		right: 0
		}
		
	#sticky.affix .search2 {
		top: 85px;
		right: 10px;
		} 
	#sticky.affix .search_icon {
	  background-size: 18px;
	  background-repeat: no-repeat;
	  background-position: center 11px;
	  min-width: 40px !important;
	  height: 40px !important;
	  border-radius: 55px;
	}
	#sticky.affix .search_field {
	  width: 40px;
	  height: 40px !important;
	  padding-right: 40px;
	} 
	#sticky.affix .search_field:focus {
	  width: 270px;
	  box-shadow: none 
	} 
	#sticky.affix .search_field:focus ~ .search_icon,
	#sticky.affix .search_field:focus ~ .search_icon:hover {
	  background-size: 18px;
	  background-repeat: no-repeat;
	  background-position: center 11px;
	  }	
		
		
}
@media (min-width:810px) {
	.search2 {
		top: 30px;
		right: 4px
		}
	#sticky.affix .search2 {
		top: 20px;
		right: 4px
		} 
}
@media (min-width:992px) {
	.search2 {
		top: 12px
		}
	#sticky.affix .search2 {
		} 	
	}
@media (min-width:1020px) {
	.search2 {
		top: 12px
		}
	#sticky.affix .search2 {
		} 	
	}
@media (min-width:1200px) {
	.search2 {
		}
	#sticky.affix .search2 {
		} 	
	}		
@media (min-width:1270px) {
	.search2 {
		top: 13px;
		right: 8px
		}
	#sticky.affix .search2 {
		right: 10px
		}
		
	.search_icon {
	  background-size: 22px;
	  background-repeat: no-repeat;
	  background-position: center 16px;
	  height: 55px !important;
	  border-radius: 55px;
	  min-width: 55px;
	}
	 .search_field {
	  width: 55px;
	  height: 55px !important;
	  padding-right: 55px;
	} 
	.search_field:focus ~ .search_icon,
	.search_field:focus ~ .search_icon:hover {
	  background-size: 22px;
	  background-repeat: no-repeat;
	  background-position: center 16px;
	  }
	
}
/* --------- end SUCHE -------- */







.back-pic {
	background: url(../images/pics/nordhausen-st-blasii-church-thuringia-germany-117297377.jpg) center left no-repeat; 
	padding: 3em 0;
	
}



/* Kreiskirchentag 2024 */
.bg-kkt 		{ 
	background-color: #9874af !important;
	padding: 30px 30px 35px 30px;
	color: rgba(255, 255, 255, 0.85) !important;
	border-radius: 5px;
	font-size: 120%;
	font-weight: 300;
	line-height: 1.35em;
	margin-bottom: 2.5em
	}
	.bg-kkt h4 		{ 
	color: #fff !important;
	margin: 0 0 .2em 0 !important;
	font-size: 190%;
	font-weight: 700;
	text-transform: uppercase
	}
	.bg-kkt h5 		{ 
	color: #fff !important;
	margin: 0 0 .7em 0 !important;
	font-size: 150%;
	font-weight: 700
	}
	.bg-kkt b 		{ 
	font-weight: 600;
	color: #fff
	}





/* --------- NAVBAR / MENU
================================================== */
nav { 
	font-weight: 300;
	z-index: 100 !important;
	border-top: 7px solid rgba(140, 190, 20, 0.8) !important;
	}
nav > .container { 
	z-index: 100;
	}	

.nav > li a i {
	font-size: 75%;
	text-shadow: none;
	margin-left: .05em;
	margin-top: .1em;
	font-weight: normal !important;
	float: right;
	color: #8cbe14
	}
					
@media (min-width: 768px) 	{
	nav {
		position: absolute !important;
		padding: 0 !important;
		margin: 0 !important;
		background: rgba(0, 0, 0, 0.3) !important;
		padding-bottom: 10px !important;
		z-index: 1000000 !important
		}
				
	.navbar {
		}
	.navbar-header {
		background: none;
		margin: 0;
		padding: 0;
		}	
	nav .collapse {
		float: right;
		text-align: right;
		width: calc(100% - 60px);
		}
	.nav {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-end;
		}
	.nav > li {
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
				
		background-image: linear-gradient(to top, rgba(140, 190, 20, 0) 0%, rgba(140, 190, 20, 0) 100%) !important;
		text-transform: uppercase;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 0;
		-moz-background-size: 100% 0;
		background-size: 100% 0;
		width: auto;
		margin: 0 0 0 0;
		letter-spacing: -.02em
		}
	.nav > li:hover {
		transition: all .4s;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		text-decoration: none;
		background-image: linear-gradient(to top, rgba(140, 190, 20, .8) 0%, rgba(140, 190, 20, .8) 100%) !important;
		}
	.nav > li:nth-child(2) {
		margin-left: 0 !important;
		}
	.nav > li:nth-child(2) a {
		border-left: none
		}		
	.nav > li:nth-child(3),
	.nav > li:nth-child(6) {
		}		
	.nav > li a {
		text-transform: uppercase;
		display: inline-block;
		float: none !important;
		line-height: 1.2em;
		color: #fff;
		font-weight: 600;
		font-size: 80%;
		padding: 3px 5px;
		margin: 32px 0 0 0;
		width: 100%;
		text-align: center;
		letter-spacing: -0.03em;
		background: none;
		align-self: flex-end;
		align-self: center;
		border-left: 2px solid rgba(140, 190, 20, 0.5)
		}
	.nav > li a:hover,
	.nav > li a:focus,
	.nav > li a#active {
		transition: .3s;
		color: #fff !important;
		background: none;
		}
	.nav > li a#active,
	.nav .open > a {
		background: rgba(140, 190, 20, 0.8);
		margin-top: 0;
		padding-top: 35px;
		border-color: rgba(140, 190, 20, 0) !important
		}
	.nav > li a#active:hover {
		background: rgba(140, 190, 20, 1);
		}	
	.nav .open > a {
		}
	.nav .open > a:hover,
	.nav .open > a:focus {
		background: rgba(140, 190, 20, 1);
		}		
   
	#sticky.affix {
	    top: 0;
	    width: 100%;
	    z-index: 1000000;
	    }
	#sticky.affix nav {
	    border-color: #8cbe14 !important;
	    z-index: 10000000;
	    background: #fff !important;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		padding-bottom: 0 !important;
	    border-bottom: none;
	    height:76px
	    }  
	#sticky.affix nav .collapse {
		width: calc(100% - 50px);
		}  
	#sticky.affix .nav > li {
		}
	#sticky.affix .nav > li a {
		color: #787878;
		border-color: rgba(141, 191, 22, 0.35);
		margin-top: 23px;
		padding: 3px 6px;
		}
	#sticky.affix .nav > li a#active,
	#sticky.affix .nav .open > a {
		background: rgba(140, 190, 20, 1);
		margin-top: 0;
		padding-top: 26px;
		color: #fff !important
		}		
}
@media (min-width: 992px) {
	nav .collapse 					{ width: calc(100% - 225px) }
	.nav > li 					{ margin-left: 2px }
	.nav > li a 				{
		font-size: 85%;
		margin-top: 45px;
		padding: 3px 5px;
		}
	.nav > li a#active,
	.nav .open > a 				{ padding-top: 48px;  }	
	.nav > li:nth-child(3) a 	{ letter-spacing: -.04em }
	.nav > li:nth-child(6) a 	{ letter-spacing: -.04em }		
				
	#sticky.affix nav .collapse 	{ 
		width: calc(100% - 200px) 
		} 
	#sticky.affix .nav > li a 	{ 
		padding: 3px 7px; 
		}		
	#sticky.affix .nav > li a#active,
	#sticky.affix .nav .open > a { 
		}	
	}
@media (min-width: 1200px) {
	nav .collapse 					{ width: calc(100% - 275px) }
	.nav > li 					{ margin-left: 3px }
	.nav > li a 				{
		font-size: 100%;
		margin-top: 62px;
		padding: 3px 7px;
		letter-spacing: -.03em !important
		}
	.nav > li a#active,
	.nav .open > a	 			{ padding-top: 65px; }	
	
	#sticky.affix .nav > li a {
		letter-spacing: -.01em !important;
		padding: 3px 8px;
		margin-top: 22px;
		}	
	#sticky.affix .nav > li a#active,
	#sticky.affix .nav .open > a {
		padding-top: 25px;
		}	
}





@media (max-width: 767px) {
	#sticky.affix,
	nav {
	    position: fixed !important;
	    z-index: 1000 !important;
		padding: 0 !important;
		margin: 0 !important;
		background: #fff !important;
		border: none !important
		}	
	
	.nav { 
		border: none;
		overflow: hidden;
		margin: 0;
		}
	.navbar {
		padding: .4em 0 0 0;
		margin-bottom: 0;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
		border-top: 5px solid #8cbe14 !important
		}	
	.navbar-header {
	   	text-align: center;
	   	height: 60px;
	   	border: none !important;
	   	box-shadow: none !important;
		}  
	  	
	nav .collapse,
	.navbar-collapse {
		box-shadow: none !important;
		padding-bottom: .5em;
		margin-top: 0;
		background: #0050a0 !important
		}
		
	
	
	.navbar-toggle {
	  border: none;
	  background: transparent !important;
	  padding-right: 5px
	}
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle .icon-bar {
	  width: 22px;
	  transition: all 0.2s;
	  background: #8cbe14
	}
	.navbar-toggle {
		top: 5px
		}
	.navbar-toggle.collapsed {
		  top: 5px
		}	
	.navbar-toggle .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
	  opacity: 0;
	}
	.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar,
	.navbar-toggle.collapsed .middle-bar,
	.navbar-toggle.collapsed .bottom-bar {
	    background: #8cbe14
		}
		.navbar-toggle.collapsed .top-bar {
		  transform: rotate(0);
		}
		.navbar-toggle.collapsed .middle-bar {
		  opacity: 1;
		}
		.navbar-toggle.collapsed .bottom-bar {
		  transform: rotate(0);	}
	
	.nav > li:first-child {
		margin-top: -1px;
		}
	.nav > li a {
		text-transform: uppercase;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		font-size: 120%;
		padding: .8em .85em .6em .85em;
		margin: 0;
		text-shadow: none;
		letter-spacing: .05em;
		color: rgba(255, 255, 255, 0.85);
		}
		
	.nav > li a:hover,
	.nav > li a:focus,
	.nav > li a#active {
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: .8em .85em .6em .85em;
		margin: 0;
		text-shadow: none;
		color: #fff;
		font-weight: normal;
		transition: .3s;
		}
	.nav li:last-child{
		}	
	.nav > li a#active {
		background: rgba(255, 255, 255, 0.2);
		color: #fff !important;
		font-weight: bold;
		}
	.nav > li a#active:hover {
		background: rgba(255, 255, 255, 0.4);
		}	
		
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		padding-bottom: 0;
		color: #fff;
		padding-top: .8em;
		padding-bottom: .7em;
		border-top: 1px dotted #bbb;
	  	border-bottom: none;
	  	margin-bottom: 0 !important;
	  	background: #8cbe14 !important;
		}
	
	i.fa.fa-angle-down {
		float: right;
	}	
}
/* --------- end NAVBAR -------- */	







/* --------- BRAND / LOGO
================================================== */
.navbar-brand {
	position: absolute;
	z-index: 100000;
	left: 0;
	padding: 0;
	border-top: none;
	background: url(../images/logo/logo_V1_l.png) center left no-repeat;
	background-size: 100%;
	width: 190px;
	height: 50px;
	margin: 5px 0 0 15px;
	transition: all .4s;
	}	
.navbar-brand:hover { 
	opacity: .8;
	transition: .2s
	}		
	

@media (min-width: 768px) {
	.navbar-brand {
		float: left;
		display: inline-block;
		position: relative;
		background: url(../images/logo/logo_V5_m.png) center left no-repeat;
		background-size: 180px;
		width: 60px;
		height: 115px;
		margin: -30px 0 -5px 0 !important;
		}
	.navbar-brand:hover {
		margin: -35px 0 0 0 !important;
		opacity: 1
		}		
	
	#sticky.affix .navbar-brand {
		background: url(../images/logo/logo_V1_l.png) center left no-repeat;
		height: 50px;
		margin-top: 10px !important;
		background-size: 190px;
		width: 50px;
		}
	#sticky.affix .navbar-brand:hover {
		opacity: .8;
		}			
}
@media (min-width: 992px) {
	.navbar-brand {
		width: 221px;
		background-size: 221px;
		margin-top: -20px !important;
		margin-bottom: 5px !important
		}
	.navbar-brand:hover {
		margin-top: -25px !important;
		margin-bottom: 10px !important
		}		
	#sticky.affix .navbar-brand {
		width: 190px;
		}		
}
@media (min-width: 1200px) {
	.navbar-brand {
		background: url(../images/logo/logo_V5_l.png) center left no-repeat;
		width: 269px;
		height: 140px;
		margin-top: -18px !important;
		}
	.navbar-brand:hover {
		margin-top: -23px !important;
		}	
}
/* --------- end BRAND / LOGO -------- */	









/* --------- DROPDOWN
================================================== */
.dropdown-menu {
		padding: 0 !important;
		margin: 0 !important;
		padding-bottom: .5em !important;
		border-radius: 0;
		}
.dropdown-menu ul {
		padding: 0;
		margin: 0;
		list-style: none
		}
.dropdown-menu li {
		margin: 0 10px !important;
		padding: 0 !important;
		width: auto !important;
		border: none !important;
		list-style: none;
		}	
.dropdown-menu li a {
		text-align: left;
		border: none !important;
		width: 100%;
		margin: 0 !important;
		height: auto !important;
		display: block;
		text-transform: none;
		font-size: 90% !important
		}


.dropdown .fa {
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	}
	

.dropdown-submenu:after,
.dropdown-submenu3:after,
.dropdown-submenu4:after {
	background: none;
    color: rgba(140, 190, 20, 0.8);
    font-size: 12px;
    content: '\f067';
    font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
    position: absolute;
    right: 14px;
    z-index: 10 !important;
    }
	.dropdown-submenu:after 	{ top: 87px 	}
	.dropdown-submenu3:after 	{ top: 87px; font-size: 12px; 	}
	.dropdown-submenu4:after 	{ top: 57px; font-size: 10px;	}
	
	.dropdown-submenu:hover:after,
	.dropdown-submenu3:hover:after,
	.dropdown-submenu4:hover:after {
	    color: #8cbe14 }
.dropdown-submenu.open:after,
.dropdown-submenu3.open:after,
.dropdown-submenu4.open:after,
.dropdown-submenu.open:hover:after,
.dropdown-submenu3.open:hover:after,
.dropdown-submenu4.open:hover:after {
	content: '\f068';
	color: rgba(140, 190, 20, 0.4);
	}	
@media (max-width: 767px) {
	.dropdown-submenu:after 	{ top: 5px 	}
	.dropdown-submenu3:after 	{ top: 5px 	}
	.dropdown-submenu4:after 	{ top: 4px 	}	
}		    
	
		
@media (min-width: 768px) {
	.dropdown-menu {
		background: #fff !important;
		padding: 1px 0 0 0 !important;
		width: 250px;
		border: none;
		border-top: 7px solid #8cbe14;
		margin-top: 1px !important;
		}
		
	.nav > li:last-child > .dropdown-menu {
		right: 0 !important;
		margin-left: -192px !important
		}	
				
	.dropdown-submenu:after 	{ top: 8px 	}
	.dropdown-submenu3:after 	{ top: 7px 	}
	.dropdown-submenu4:after 	{ top: 6px 	}	
	
	
	.dropdown-menu h2 {
		margin: 1.5em 0 0 0 !important;
		padding: 0 .75em !important;
		color: rgba(110, 120, 120, .7) !important;
		font-size: 12pt;
		font-weight: 500;
		text-transform: uppercase;
		display: inline-block
		}
		
	.dropdown-menu ul {
		margin: 0 !important;
		padding: 0 !important
		}	
	.dropdown-menu li {
		margin: 0 !important;
		padding: 0 !important;
		}
	.dropdown-menu li a {
		color: #555 !important;
		line-height: 1.2em;
		padding: .5em 1em !important;
		font-size: 10.5pt !important;
		font-weight: 500;
		border-bottom: 1px solid rgba(140, 190, 20, 0.3) !important;
		letter-spacing: 0 !important;
		}
	.dropdown-menu li a.nav-eingerueckt {
		color: rgba(110, 120, 120, 0.85) !important;
		font-weight: 400;
		letter-spacing: 0 !important
		}		
			
	.dropdown-menu li a:hover{
		color: #8cbe14 !important;
		background: rgba(140, 190, 20, 0.2) !important;
		text-shadow: none;
		font-weight: normal !important;
		
		}	
	.dropdown-menu li a#active {
		font-size: 10.5pt !important;
		font-weight: bold !important;
		background: #8cbe14 !important;
		color: #fff !important
		}	
	.dropdown-menu li a#active:hover {
		}	
		
	.dropdown-menu .open > a  {
		background: rgba(140, 190, 20, 0.15) !important;
		font-weight: bold !important
		}	
		
	
	
	#sticky.affix .nav > li:last-child > .dropdown-menu {
		margin-left: -190px !important
		}		
	#sticky.affix .dropdown-menu li a {
		margin-top: 0 !important;
		padding: .6em 1em !important;
		}
		
	#sticky.affix .dropdown-menu li a#active,
	#sticky.affix .dropdown-menu li a#active:hover {
		}	
	#sticky.affix .dropdown-menu li a {
		font-size: 90% !important
		}	
		
		
}	

@media (min-width: 992px) {
	.nav > li:last-child > .dropdown-menu {
		margin-left: -187px !important
		}
	#sticky.affix .nav > li:last-child > .dropdown-menu {
		margin-left: -183px !important
		}	
}
@media (min-width: 1200px) {
	.nav > li:last-child > .dropdown-menu {
		margin-left: -176px !important
		}
	#sticky.affix .nav > li:last-child > .dropdown-menu {
		margin-left: -171px !important
		}	
}						
/*---------------- 2. Dropdown -------------------*/	
	.dropdown-submenu.open a,
	.dropdown-submenu.open a:hover,
	.dropdown-submenu.open a#active{
		color: rgba(255, 255, 255, 0.85);
		background: none
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}	
	.dropdown-submenu.open .dropdown-menu li a,
	.dropdown-submenu.open .dropdown-menu li a:hover {
		padding-left: 6% !important;
		}	
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu.open .dropdown-menu li a:hover {
		padding-left: 6% !important;
		}			
	}	
		
	.dropdown-submenu ul.dropdown-menu {
	    border-radius: none !important;
	    border: none !important;
	    background: none !important;
	    box-shadow: none !important;
	    position: relative;
	    width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: rgba(140, 190, 20, 0.15) !important
		}	
	.dropdown-submenu ul.dropdown-menu li {
		margin-left: 0 !important;
		margin-right: 0 !important;
		}
	.dropdown-submenu .dropdown-menu li a {
		padding: .4em 1em .4em 1em !important;
		}
	
		
	.dropdown-submenu ul.dropdown-menu li a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li a {
	   	font-weight: normal !important;
		text-transform: none;
		}	
	.dropdown-submenu ul.dropdown-menu li a:hover,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li a:hover,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li a:hover {
		font-weight: normal !important;
		}	
		
		

/*---------------- 3. Dropdown -----------------------*/
	.dropdown-submenu3.open a,
	.dropdown-submenu3.open a:hover,
	.dropdown-submenu3.open a#active {
		color: rgba(255, 255, 255, 0.85);
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}	
	.dropdown-submenu3.open .dropdown-menu li a,
	.dropdown-submenu3.open .dropdown-menu li a:hover {
		padding-left: 12% !important;
		}		
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu3.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu3.open .dropdown-menu li a:hover {
		padding-left: 12% !important;
		}		
	}


/*---------------- 4. Dropdown -----------------------*/	
	.dropdown-submenu4.open a,
	.dropdown-submenu4.open a:hover,
	.dropdown-submenu4.open a#active {
		color: rgba(255, 255, 255, 0.85);
		}
	.dropdown-submenu.open a:hover {
		color: #fff;
		}
	.dropdown-submenu4.open .dropdown-menu li a,
	.dropdown-submenu4.open .dropdown-menu li a:hover {
		padding-left: 18% !important;
		}	
	@media (min-width: 768px) {
	#sticky.affix .dropdown-submenu4.open .dropdown-menu li a,
	#sticky.affix .dropdown-submenu4.open .dropdown-menu li a:hover {
		padding-left: 18% !important;
		}		
	}
	
		
		

/*---------------- Dropdown - Open + Active -----------------------*/
	.dropdown-submenu ul.dropdown-menu li.open a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu li.open a,
	.dropdown-submenu ul.dropdown-menu .dropdown-submenu3 ul.dropdown-menu .dropdown-submenu4 ul.dropdown-menu li.open a  {
		font-weight: bold !important;
		}
	.dropdown-submenu .dropdown-menu li a#active,
	.dropdown-submenu3 .dropdown-menu li a#active,
	.dropdown-submenu4 .dropdown-menu li a#active {
		font-weight: bold !important;
		}	
/*---------------- end Dropdown - Open + Active -----------------------*/





@media (max-width: 767px) {
	.dropdown-menu {
		padding: 0 !important;
		background: #fff !important
		}
		
	.dropdown-menu h2,
	.dropdown-menu h2:first-child {
		margin: 1.5em 0 0 0 !important;
		padding: 0 .7em !important;
		color: rgba(110, 120, 120, .7) !important;
		font-size: 14pt;
		font-weight: 500;
		text-transform: uppercase;
		display: inline-block
		}	
	.dropdown-menu ul li {
		margin: 0 !important
		}
	.dropdown-menu ul li a {
		color: #8cbe14 !important;
		line-height: 1.2em;
		padding: .6em 1em !important;
		font-size: 10.5pt !important;
		font-weight: 400;
		border-bottom: 1px solid rgba(140, 190, 20, 0.3) !important
		}
		.dropdown-menu > ul li a {
			text-transform: uppercase
			}	
		.dropdown-menu > ul li a:hover {
			text-transform: uppercase !important
			}		
		.dropdown-submenu > ul li a:hover  {
			text-transform: none !important
			}				
	.dropdown-menu ul li a:hover {
		font-weight: 400 !important;
		transition: 0;
		text-transform: none;
		color: #fff !important;
		background: rgba(140, 190, 20, 0.6) !important
		}	
	.dropdown-menu ul li a#active {
		text-transform: none;
		font-weight: 600 !important;
		background: #8cbe14 !important
		}	
		.dropdown-menu ul li a#active {
		text-transform: uppercase;
		border-top: 1px solid rgba(255, 255, 255, 0.3) !important
		}
		.dropdown-submenu ul li a#active {
		text-transform: none
		}	
	
	.dropdown-submenu .dropdown-menu li a {
		padding-top: .2em !important;
		padding-bottom: .2em !important;
		}	
		
	.dropdown-menu .open > a  {
		background: rgba(140, 190, 20, 0.15) !important;
		font-weight: bold !important;
		
		}	
	.dropdown-menu .open > a:hover  {
		color: #fff !important;
		background: rgba(140, 190, 20, 0.6) !important;
		text-transform: none !important
		}		
		
	.dropdown-submenu a i {
		right: 1em !important;
		margin: 0 !important;
		position: absolute !important;
		}
		
}				
/* --- end DROPDOWN --- */








/* --------- NAVBAR als Subnavi
================================================== */
@media (min-width: 768px) {
	.subnavi {
		border: none !important;
		float: left !important;
		position: relative;
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		float: none !important;
		z-index: 10
		/*margin-bottom: 1em !important*/
		}
	
	.subnavi .navbar-header,
	.subnavi form,
	.subnavi .subline,
	.subnavi a.dropdown-toggle,
	.subnavi li:before { 
		display: none !important
		}
	.subnavi nav { 
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		position: relative !important;
		background: none !important;
		z-index: 1 !important;
		min-height: 0 !important;
		}
	.subnavi nav .container { 
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		}		
	.subnavi .collapse,
	.subnavi #sticky { 
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
		height: auto !important;
		width: 100% !important;
		float: none
		}
	.subnavi .nav { 
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
		height: auto !important;
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		left: 0 !important;
		float: left !important;
		}	
	.subnavi .nav > li  { 
		float: left !important;
		width: 100% !important;
		
		border: none !important;
		padding: 0 !important;
		width: 100% !important;
		height: auto !important;
		}
	.subnavi .nav > li:hover  { 
		background-image: none !important;
		}
	.subnavi .nav > li a  { 
		letter-spacing: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
		height: auto !important;
		}			
	
				
	.subnavi .dropdown-menu  { /* Subnavi */
		box-shadow: none !important;
		border: none !important;
		float: left !important;
		position: relative !important;
		min-width: 100% !important;
		width: 100% !important;
		padding: 1em 1em !important;
		margin: 0 0 3em 0 !important;
		box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15) !important;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
		background: #fff !important;
		display: none !important;
		}
	.subnavi #active_subnavi .dropdown-menu  { /* Subnavi -> #active_subnavi */
		display: inline-block !important;
		}		
		
	.subnavi .dropdown-menu ul li  { 
		padding: 0 !important;
		margin: 0 !important;	
		border-bottom: 1px dotted rgba(255, 255, 255, 0.3) !important;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
		float: left;
		width: 100% !important
		}
	.subnavi .dropdown-menu li:last-child  { 
		border-bottom: none !important
		}		
	.subnavi .nav > li:last-child > .dropdown-menu {
		margin-left: 0 !important
		}	
	.subnavi .dropdown-menu li a  { 
		background: none !important;
		padding: .6em .8em .5em .8em !important;
		margin: 0 !important;
		float: left !important;
		border: none !important;
		text-transform: uppercase;
		line-height: 1.2em;
		letter-spacing: .02em !important;
		width: 100% !important
		}
	.subnavi .dropdown-menu li a#active  { 
		color: #fff !important;
		font-weight: bold;
		letter-spacing: .03em
		}		
	.subnavi li a:hover { 
		background: rgba(255, 255, 255, 0.15) !important;
		text-decoration: none !important;
		border: none !important;
		color: #fff !important;
		font-weight: bold;
		letter-spacing: .04em;
		color: #8cbe14 !important;
		background: rgba(140, 190, 20, 0.2) !important;
		font-weight: 600
		}		
}	

@media (min-width: 992px) { 
	.subnavi .collapse,
	.subnavi #sticky { 
		}
}
@media (min-width: 1200px) { 
	.subnavi .collapse,
	.subnavi #sticky { 
		}
}			 

@media (max-width: 767px) { .subnavi { display: none } }

/* --- end NAVBAR als Subnavi --- */






/* --------- NAV eingegrückt
================================================== */
.dropdown-menu .nav-eingerueckt,
#sticky.affix .dropdown-menu .nav-eingerueckt,
.subnavi .dropdown-menu .nav-eingerueckt {
	padding-left: 2.3em !important;
	font-size: 95% !important;
	padding-top: .35em !important;
	padding-bottom: .35em !important;
	text-transform: none !important;
	line-height: 1.25em !important;
	letter-spacing: 0 !important	
	}
	
a.nav-eingerueckt {
	}
	
	.subnavi .dropdown-menu .nav-eingerueckt {
		padding-left: 2em !important;
		font-size: 100% !important;	
		padding-top: .3em !important;
		padding-bottom: .3em !important;
	}
	
.dropdown-menu .nav-eingerueckt:hover,
.subnavi .dropdown-menu .nav-eingerueckt:hover {
	text-transform: none !important;	
	color: #8cbe14 !important;
	}
	
@media (max-width: 767px) {	
	.dropdown-menu .nav-eingerueckt:hover {
	color: #fff !important;
	}
}	
/* --------- end NAV eingegrückt -------- */	






/* --------- START
================================================== */ 


.container.start {
	margin-bottom: 4em;
	}

.start h1 {
	font-size: 215%;
	line-height: 1.15em !important;
	letter-spacing: .01em;
	margin: 0 0 .5em 0;
	}
	@media (max-width: 992px) {
		.start h1 {
		font-size: 145%;
		}
		}
	@media (max-width: 767px) {
		.start h1 {
		font-size: 190%;
		}	
		}
	@media (max-width: 480px) {
		.start h1 {
		font-size: 165%;
		}
		}
/* --------- end START -------- */




	


/* --------- MODAL-WOCHENSPRUCH
================================================== */ 
.modal-wochenspruch {
	text-align: center;
	position: fixed;
	top: 10%;
	padding: 0 !important;
	float: none !important;
	left: 0;
	right: 0;
	z-index: -10 !important
	}
.modal-wochenspruch.in {
	z-index: 1000000 !important
	}
.modal-wochenspruch .btn {
	float: right !important;
	margin-top: 1em;
	margin-right: 1em;
	right: 0 !important;
	padding: .2em .5em;
	z-index: 10000000 !important;
	position: absolute
	}
	.modal-wochenspruch .btn:hover {
	color: #666
	}
	.modal-wochenspruch .btn:before {
	content: 'x';
	margin-right: .3em
	}	
@media (min-width: 768px) {
	.modal-dialog {
		width: 65%;
	}
}	


.modal-wochenspruch .modal-body,
.modal-body {
	padding-top:calc(56.25%);
	margin: 1em 1em 0 1em;
	}
.modal-wochenspruch iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: none;
	}
.modal-wochenspruch .modal-content {
	padding-bottom: .5em !important;
	}
/* --------- end MODAL-WOCHENSPRUCH -------- */






/* --------- QUADRATE
================================================== */ 
.startbox {
	min-height: 190px; 
	padding: 2.3em 2em 1em 2em;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
	border-left: 0; border-right: 0;
	border-top: 0 solid;
	margin-top: -70px;
	border-color: #8cbe14;
	margin-bottom: -1em !important;
	line-height: 1.7em !important;
}	
.startbox:hover  {
	border-top: 15px solid;
	color: #0050a0 !important;
	transition: .3s;
	box-shadow: 0 0 1.8em rgba(0, 0, 0, .3);
	border-color: #99bbdd;
	border-color: #8cbe14;
	background: #fff;
	transition: .3s;
	}
.startbox i {
	margin: 0 0 .4em 0;
	width: 100%;
	color: #8cbe14;
	}	
.startbox a,
.bg-hausfarbe .startbox a,
.bg-hausfarbe2 .startbox a,
.bg-hausfarbe3 .startbox a,
.bg-hausfarbe4 .startbox a {
	clear: both;
	color: #445566 !important;
	font-family: 'Merriweather';
	font-weight: 300;
	font-size: 120%;
	}
.startbox:hover a,
.startbox a:hover,
.bg-hausfarbe .startbox a:hover,
.bg-hausfarbe2 .startbox a:hover,
.bg-hausfarbe3 .startbox a:hover,
.bg-hausfarbe4 .startbox a:hover {
	color: #8cbe14 !important;
	text-decoration: none;
	font-weight: 400;
	}	
				
@media (max-width: 1200px) {
	.startbox { 
		min-height: 160px; 
		font-size: 90%;
		padding: 2.3em 1em 1em 1em;
		}
	.startbox i {
		margin: 0 0 .35em 0;
		}
	.startbox:hover  {
		border-top-width: 10px;
	}					
}
@media (max-width: 992px) {
	.startbox { 
		min-height: 125px; 
		padding-top: 2.4em; 
		font-size: 70% 
		}
	.startbox:hover  {
		border-top-width: 8px;
	}			
}
@media (max-width: 767px) {
	.startbox { 
		min-height: 115px; 
		padding-top: 1.7em; 
		margin-top: -40px;
		margin-bottom: 5em !important;
		}
}
@media (max-width: 600px) {
	.startbox { 
		min-height: 120px; 
		padding-top: 1.2em; 
		padding-left: 1em;
		padding-right: 1em
		}
	.startbox i {
		margin-top: .2em;
		}		
}
@media (max-width: 370px) {
	.startbox { 
		min-height: 110px; 
		margin-top: -30px;
		font-size: 65%;
		line-height: 1.5em !important
		}		
}

/* --------- end QUADRATE -------- */







/* --------- KACHELN ---------------------------
================================================================================== */
.kacheln {
	background: url(../images/schatten2.png) top center repeat-x;
	text-align: center;
	margin-bottom: 1em
	}
.kachel-row  {
	display: flex;
	justify-content: space-between; 
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 1em
    }
.kachel-item {
	flex-direction: column; 
	text-align: center;
	margin-bottom: 1.5em;
	margin: 10px
	}

.kachel-1  {
	margin-top: -80px;
    }
	.kachel-1 .kachel-item {
		width: calc(25% - 20px);
		padding: 20px 1em 15px 1em;
		background: rgba(255, 255, 255, .9);
		box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
		line-height: 1.7em !important;
		border: 0;
		border-top: 10px solid rgba(141, 191, 22, 0);
		}
	.kachel-1 .kachel-item:hover  {
		transition: .3s;
		color: #0050a0 !important;
		transition: .3s;
		box-shadow: 0 0 1.8em rgba(0, 0, 0, .3);
		background: #fff;
		border-color: #8cbe14;
		padding-top: 25px;
		padding-bottom: 10px
		}
	.kachel-1 .kachel-item i {
		margin: 0 0 .2em 0;
		width: 100%;
		color: #8cbe14;
		font-size: 260%;
		opacity: .7
		}	
		.kachel-1 .kachel-item:hover i {
		color: #8cbe14;
		opacity: 1;
		transition: .3s;
		}	
	.kachel-1 .kachel-item a {
		clear: both;
		color: #445566 !important;
		font-family: 'Merriweather';
		font-weight: 300;
		font-size: 120%;
		}
	.kachel-1 .kachel-item:hover a,
	.kachel-1 .kachel-item a:hover {
		color: #8cbe14 !important;
		text-decoration: none;
		font-weight: 400;
		}	
	
	
.kachel-2  {
	}
	.kachel-2 .kachel-item {
		width: calc(25% - 20px); /* bei 4 Items */
		background: #ddd;
		line-height: 1.7em !important;
		border: none
		}
		.kachel-2.items-5 .kachel-item  {
		width: calc(20% - 20px) !important; /* bei 5 Items */
		}
	.kachel-2 .kachel-item:hover  {
		transition: .3s;
		color: #0050a0 !important;
		transition: .3s;
		}
	.kachel-2 .kachel-item img {
		width: 100%;
		box-shadow: 0 0 .5em rgba(0, 0, 0, 0.15);
		}
	.kachel-2 .kachel-item:hover img {
		width: 95%;
		box-shadow: 0 0 .5em rgba(0, 0, 0, 0.3);
		}	
		
	.kachel-2 .kachel-item a {
		clear: both;
		color: #445566 !important;
		font-family: 'Merriweather';
		font-weight: 300;
		font-size: 120%;
		}
	.kachel-2 .kachel-item:hover a,
	.kachel-2 .kachel-item a:hover {
		color: #8cbe14 !important;
		text-decoration: none;
		font-weight: 400;
		}	
		
		
		


				
	@media (max-width: 1200px) {
		.kachel-1  {
			margin-top: -60px;
		    }
		.kachel-1 .kachel-item { 
			font-size: 90%;
			}				
		}
	@media (max-width: 992px) {
		.kachel-1  {
			margin-top: -50px;
		    }
		.kachel-1 .kachel-item { 
			font-size: 70% 
			}
		.kachel-2 .kachel-item { 
			width: calc(25% - 20px); /* bei 4 Items */
			}
			.kachel-2.items-5 .kachel-item  {
			width: calc(33% - 20px) !important; /* bei 5 Items */
			}				
		}
		
		
	@media (max-width: 575px) {
		.kachel-1 .kachel-item { 
			width: calc(50% - 20px)
			}
		.kachel-2 .kachel-item { 
			width: calc(50% - 20px); /* bei 4 Items */
			}
			.kachel-2.items-5 .kachel-item  {
			width: calc(33% - 20px) !important; /* bei 5 Items */
			}					
		}	
	@media (max-width: 370px) {
		.kachel-1 .kachel-item { 
			font-size: 65%;
			}		
		}
	
/* ---- end KACHELN ------------------------------------------ */










/* --------- CAROUSEL
================================================== */
.carousel-wrapper {
	}
.carousel {
	z-index: 0 !important;
	}
.carousel-wrapper .carousel .item 				{ 
	height: 550px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}	
@media (max-width: 1400px) {
	.carousel-wrapper .carousel .item 	{ height: 450px }	
}
@media (max-width: 1200px) {
	.carousel-wrapper .carousel .item 	{ height: 400px }	
}
@media (max-width: 992px) {
	.carousel-wrapper .carousel .item 	{ height: 350px }	
}
@media (max-width: 767px) {
	.carousel-wrapper .carousel .item 	{ height: 240px }
	.carousel-wrapper 					{ margin-top: 50px;  }
	.carousel-wrapper.schmal 			{ margin-bottom: -55px }
}
@media (max-width: 480px) {
	.carousel-wrapper .carousel .item 	{ height: 150px }
}
	
			
			
  	
.carousel-indicators {
  	display: none
  	}
  		
.carousel-control { 
	padding-top: 13%; 
	opacity: .2; 
	background: none !important
	}
.carousel-control:hover { 
	opacity: .6;
	}
	@media (max-width: 1800px) {
		.carousel-control 		{ padding-top: 15% }
	}
	@media (max-width: 1600px) {
		.carousel-control 		{ padding-top: 17% }
		.left.carousel-control 	{ left: -45px !important }
		.right.carousel-control { right: -45px !important }
		}
	@media (max-width: 1400px) {
		.carousel-control 		{ padding-top: 16.5% }
	}
	@media (max-width: 992px) {
		.carousel-control 		{ padding-top: 17.5%;   }
		.left.carousel-control 	{ left: -25px !important }
		.right.carousel-control { right: -25px !important }
	}


.carousel-caption {
	top: 240px;
	}
	.carousel-caption .container {
		padding: 0 !important
	}
	@media (max-width: 1400px) {
		.carousel-caption 	{ top: 200px; }	
	}
	@media (max-width: 1200px) {
		.carousel-caption 	{ top: 170px; }		
	}
	@media (max-width: 992px) {
		.carousel-caption 	{ top: 150px; }	
	}
	@media (max-width: 767px) {
		.carousel-caption 	{ 
			top: 70px; 
			margin-left: 30px !important;
			width: 80% !important
			}
	}	
	@media (max-width: 480px) {
		.carousel-caption 	{ 
			top: 50px; 
			}
	}			
	.carousel-wrapper.schmal .carousel-caption {
			top: auto !important;
			bottom: 15px !important;
			font-size: 75% !important;
			 margin-left: 2% !important
			}
			@media (max-width: 1400px) {
				.carousel-wrapper.schmal .carousel-caption 	{ font-size: 65% !important; }
			}
			@media (max-width: 992px) {
				.carousel-wrapper.schmal .carousel-caption 	{ font-size: 60% !important; margin-left: 4% !important }
			}
			@media (max-width: 767px) {
				.carousel-wrapper.schmal .carousel-caption 	{ font-size: 50% !important; margin-left: 30px !important }
			}
			@media (max-width: 480px) {
				.carousel-wrapper.schmal .carousel-caption 	{ font-size: 40% !important;    }
			}
		
		
	.carousel-caption h1,
	.carousel-caption span {
		text-align: left;
		display: inline-block;
		/*
		-webkit-animation-name:carousel-wide;
		animation-name:carousel-wide;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		*/
		}	
		@-webkit-keyframes carousel-wide{
			0%{opacity: 0;
				-webkit-transform:scale(.4,.7);
				transform:scale(.4,.7)}
			to{opacity: 1;
				-webkit-transform:scale(1,1);
				transform:scale(1,1)}
			}
		@keyframes carousel-wide{
			0%{opacity: 0;
				-webkit-transform:scale(.4,.7);
				transform:scale(.4,.7)}
			to{opacity: 1;
				-webkit-transform:scale(1,1);
				transform:scale(1,1)}
			}	
	.carousel-caption h1 {
		/*text-shadow: 0 0 .03em rgba(0, 0, 0, 0.4);
		text-shadow: none;*/
		font-size: 600% !important;
		line-height: 1.1em !important;
		color: #8cbe14 !important;
		color: #fff !important;
		text-transform: none;
		float: none;
		font-weight: bold;
		opacity: .85;
		
		padding: .3em .5em .2em .5em;
		font-size: 330% !important;
		line-height: 1em !important;
		background: rgba(140, 190, 20, 0.7);
		text-transform: uppercase;
		float: left
		}
	.carousel-caption span {
		margin-top: .2em;
		font-weight: normal;
		line-height: 1.1em !important;
		color: #fff !important;
		text-shadow: none;
		float: none;
		display: inline-block;
		opacity: .85;
		
		clear: both !important;
		padding: .55em 1.2em .45em 1.3em;
		margin-top: 3px;
		font-size: 130% !important;
		background: rgba(255, 255, 255, .7);
		float: left;
		color: #445566 !important;
		font-family: 'Merriweather';
		font-weight: 300;
		}
	.carousel-caption a,
	.carousel-caption a h1,
	.carousel-caption h1 a,
	.carousel-caption a h1.h1_100,
	.carousel-caption h1.h1_100 a {
		color: #fff !important
		}
	.carousel-caption a:hover,
	.carousel-caption a:hover h1,
	.carousel-caption h1 a:hover,
	.carousel-caption a:hover h1.h1_100,
	.carousel-caption h1.h1_100 a:hover {
		color: #fff !important;
		background: rgba(140, 190, 20, 0.8);
		}
	.carousel-caption a span,
	.carousel-caption span a,
	.carousel-caption a span.text_100,
	.carousel-caption span.text_100 a {
		color: #445566 !important
		}
	.carousel-caption a:hover span,
	.carousel-caption span a:hover,
	.carousel-caption a:hover span.text_100,
	.carousel-caption span.text_100 a:hover {
		color: #333 !important;
		background: rgba(255, 255, 255, .8);
		}	
		
		
	@media (max-width: 767px) {
		.carousel-caption h1,
		.carousel-caption h1.h1_100 	{
			width: auto !important;
			float: left !important;
			text-align: left !important;
			margin: 0 !important
			}
		
		.carousel-caption a span,
		.carousel-caption span a,
		.carousel-caption a span.text_100,
		.carousel-caption span.text_100 a 	{ 
			width: auto !important ;
			margin-top: 2px !important;
			float: left !important;
			text-align: left !important
			}
			
		.carousel-control { 
			display: none
			}	
	}			
/* ---- end CAROUSEL ------------------------------------------ */



/* --------- FADE / ZOOM CAROUSEL
================================================== */
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
	}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
	}
	
	
.carousel-fade .carousel-inner img {
	-webkit-animation-name:carousel-zoom;
	animation-name:carousel-zoom;
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	height: auto;
	}
	@-webkit-keyframes carousel-zoom{
		0%{}
		to{-webkit-transform:scale(1.5,1.5);
			transform:scale(1.5,1.5)}
		}
	@keyframes carousel-zoom{
		0%{}
		to{-webkit-transform:scale(1.5,1.5);
			transform:scale(1.5,1.5)}
		}
		

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* ---- end FADE CAROUSEL ------------------------------------------ */







/* --------- HEADER Pic
================================================== */
.header-pic   			{ 
	background: url(../images/pics/18b.jpg) no-repeat center 43%;
	background-size: 100% !important;
	height: 430px; 
	margin-bottom: -250px;
	}

/*.overlay {
	background: #0050a0;
	background: #fff;
	background: #cce0f8;
	background: #113f66;
	height: 142px;
	width: 100%;
	opacity: .15;
	}	
	*/

@media (max-width: 1400px) {
		.header-pic   			{ height: 400px; margin-bottom: -220px; background-position-y: -150px; }
	}
	@media (max-width: 1200px) {
		.header-pic   			{ height: 350px; margin-bottom: -190px; background-position-y: -80px; }
		.overlay 				{ height: 121px; }
	}
	@media (max-width: 992px) {
		.header-pic   			{ height: 290px; margin-bottom: -180px; background-position-y: -50px; }
		.overlay 				{ height: 101px; }
	}
	@media (max-width: 767px) {
		.header-pic   			{ height: 150px; margin-top: 50px; margin-bottom: -110px; background-position-y: -50px; }
		.overlay 				{ opacity: 0 }
	}	
				
/* ---- end HEADER Pic ------------------------------------------ */
				
				
				
				
				


/* --------- ABWEICHUNGEN MASTER --- ABWEICHUNGEN MASTER --- ABWEICHUNGEN MASTER ---
================================================================================== */
.content {
	padding-top: 4em;
	padding-bottom: 1em;
	}
@media (min-width: 992px) {
	.content {
	min-height: 500px
	}
}	
		
				
.bg-content,
.content.bg-content,
.row .bg-content {
	border-radius: 0;
	padding-top: 2.5em;
	}
@media (max-width: 767px) {
	.content {
		padding-top: 2em
		}
	.content.bg-content {
		margin-top: 3em !important;
		padding-top: 1.5em
		}
	.content.bg-content {
		margin-top: 5.5em !important;
		padding-top: 2em
		}		
	
	[class*="col-"] .bg-content {
		padding-left: 15px;
		padding-right: 15px;
		}
}
.bg-content.border,
.well.border {
	background-image: none;
	border-top: 5px solid #6d7788 !important;
	}	
.well,
.bg-content {
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	border: none !important;
}
.well {
	padding-left: 25px !important;
	padding-right: 25px !important;
	}
.well.well-leer,
.thumbnail.thumbnail-leer {
	background: rgba(255, 255, 255, 0) !important;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-shadow: none !important
	}
.well.well-leer:hover,
.well.well-leer.hover:hover {
	}	
	
.hover:hover,
.well.hover:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	transition: .3s
}

.well-sm {
	box-shadow: .1em .1em .9em rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	margin-bottom: .7em !important;
	
	box-shadow: none !important;
	background: none;
	border-bottom: 1px dotted #ccc !important;
	padding-bottom: 0 !important;
	margin-bottom: .3em !important;
	padding-bottom: .3em !important
	}
  @media (max-width: 767px) {
  	.well-sm {
	margin-bottom: .3em !important
	}
  }
  
  



h1, h2, h3, h4, h5, h6 {
	color: #0050a0 !important;
	line-height: 1.4em !important;
	font-weight: 600;
	letter-spacing: 0;
	}
h1 { 
	letter-spacing: .02em;
	text-transform: none;
	color: rgba(68, 85, 102, 0.5) !important;
	text-transform: uppercase;
	font-family: 'Merriweather'; font-weight: 300; letter-spacing: .03em;
  	}	
  	@media  (max-width:767px) { 
		h1 { font-size: 220%;letter-spacing: 0; }	
	}
	@media  (max-width:480px) { 
		h1 { font-size: 190% }	
	}	
h2 { 
	font-family: 'Merriweather'; font-weight: 300; letter-spacing: .02em; margin: 2em 0 .5em 0
  	}	
h3 { 
	font-family: 'Merriweather'; font-weight: normal;
	}
h4 { 
	}
h5 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: .5em;
	}
h6 {
	}  



/*@media  (max-width:1200px) {
	h1	{ font-size: 250% }
	h2	{ font-size: 165% }
	h3	{ font-size: 135% }
	h4	{ font-size: 130% }
	h5	{ font-size: 105% }	
	h6	{ font-size: 100% }	
	}
@media  (max-width:992px) {
	h1	{ font-size: 220% }
	h2	{ font-size: 165%}
	h3	{ font-size: 145% }
	h4	{ font-size: 135% }
	h5	{ font-size: 110% }	
	h6	{  }	
	}
*/


.content-rechts h1 { 
	font-size: 215%
	}
.content-rechts h2 { 
	font-size: 200%;
	margin-bottom: 1.5em
	}	
.content-rechts h1, 
.content-rechts h2, 
.content-rechts h3, 
.content-rechts h4, 
.content-rechts h5, 
.content-rechts h6 { 
	letter-spacing: 0
	}
	@media  (max-width:1200px) { 
		h1 { 
		font-size: 265%;
		letter-spacing: .01em
		}
		.content-rechts h1 { 
		font-size: 180%;
		letter-spacing: 0
		}
		.content-rechts h2 { 
		font-size: 160%;
		letter-spacing: 0
		}	
	}
	@media  (max-width:992px) { 
		h1 { 
		font-size: 200%;
		letter-spacing: -.02em
		}
		.content-rechts h1 { 
		font-size: 170%;
		}
		.content-rechts h2 { 
		font-size: 140%;
		}
	}
	@media  (max-width:767px) { 
		h1 { 
		font-size: 220%;
		letter-spacing: 0
		}
		.content-rechts h1 { 
		font-size: 190%;
		letter-spacing: .02em;
		}	
	}
	@media  (max-width:480px) { 
		h1 { 
		font-size: 200%;
		letter-spacing: -.03em;
		}
		.content-rechts h1 { 
		font-size: 170%;
		letter-spacing: 0;
		}	
	}
	
	
	

.text-muted { 
	font-family: 'Merriweather' !important; font-weight: 300 !important }
.text-muted-2  { 
	font-weight: normal !important; font-family: 'opensans' !important; }  

sub  { 
	font-weight: 600 !important; 
	font-family: 'opensans' !important; 
	text-transform: none;
	font-size: 45%;
	letter-spacing: -.01em !important;
	color: rgba(68, 85, 102, 0.6) !important;
	line-height: 1.25em !important;
	margin-bottom: 1.5em;
	vertical-align: middle;
	display: inline-block;
	} 
	
h2 sub { font-size: 85%; font-weight: 300 !important; color: #0050a0 !important; line-height: 1.35em !important; }		
h3 sub { font-size: 90%; font-weight: 300 !important; color: #0050a0 !important; line-height: 1.35em !important; }	
h4 sub { font-size: 85%; font-weight: 400 !important; color: #0050a0 !important; line-height: 1.35em !important; }	
h5 sub { font-size: 100%; font-weight: 400 !important; color: #0050a0 !important; line-height: 1.35em !important; }	

@media  (max-width:992px) { 
	sub  { 
	font-size: 60% !important;
	margin-top: -.25em
	} 	 
}

	
h2.subheading,
h3.subheading,
h4.subheading,
h5.subheading,
h6.subheading {
  	margin-top: 0;
  	margin-bottom: 0;
  	text-transform: none;
  	line-height: 1.25em;
  	color: rgba(68, 85, 102, .6) !important;
  	letter-spacing: 0;
  	font-size: 240%;
  	color: #445566;
  	}
	
	
		 

.kurztext {
}

.kurztext_headline,
.kurztext_headline a {
	letter-spacing: 0;
	font-weight: 300;
	font-size: 135%;
	line-height: 1.4em 
}
.kurztext_datum {
	color: #000;
	padding: 0;
	background: none;
	font-size: 90%;
	font-weight: 600
}
.kurztext .bildrahmenrechts,
.kurztext img {
	padding: 3px;
	margin-top: .2em
}
@media  (max-width:992px) { 
	.kurztext_headline,
	.kurztext_headline a { font-size: 125%; letter-spacing: -.03em;  }	
	.kurztext .bildrahmenrechts,
	.kurztext img {
		padding: 2px;
	}
}
@media  (max-width:767px) { 
	.kurztext_headline,
	.kurztext_headline a { font-size: 130%; letter-spacing: -.02em;  }	
}
@media  (max-width:500px) { 
	.kurztext_headline,
	.kurztext_headline a { font-size: 120%; line-height: 1.3em  }	
	
	.kurztext .bildrahmenrechts,
	.kurztext img {
		width: 22%
	}
}
		

.langtext_headline {
	letter-spacing: 0;
	font-weight: 300;
	line-height: 1.3em !important;
	font-size: 260%
}
@media  (max-width:992px) { 
		.langtext_headline { letter-spacing: -.03em; font-size: 200%  }	
	}
@media  (max-width:480px) { 
		.langtext_headline { letter-spacing: 0; font-size: 180% }	
	}
	
.langtext_datum {
	color: #000;
	padding: 0;
	background: none;
	font-size: 90%;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 4em 0
}


.topline {
	font-weight: normal
}







.termin_headline,
.termin_headline a {
	letter-spacing: 0;
	font-weight: 300;
	line-height: 1.4em;
	font-family: 'Merriweather'; font-weight: 300;
	margin: .1em 0;
	/*color: #8cbe14;*/
	font-size: 120%;
	}
.termin_headline a:hover {
	/*color: #62850e !important*/
	}
@media  (max-width:1200px) { 
	.termin_headline { font-size: 115%; }	
	}
@media  (max-width:992px) { 
	.termin_headline { font-size: 110%; }	
	}
@media  (max-width:500px) { 
	.termin_headline { font-size: 105%; line-height: 1.3em }	
	}
	

.termin_bild {
	}
.termin_bild img {
	padding: 0 !important;
	border-radius: 0 !important
	}







  
	
.langtext_headline { color: #0050a0 }	
		



p { margin-bottom: 1em }	
	
a								{ color: #0050a0 }
a:hover							{ color: #002266; text-decoration: none }
.content a:hover				{ color: #002266; text-decoration: none }

a b,
b a 		{ color: #0050a0 }
a b:hover,
b a:hover 	{ color: #002266 }

a h1, 
a h2, 
a h3, 
a h4, 
a h5, 
a h6 		{ color: #0050a0 }
a h1:hover, 
a h2:hover, 
a h3:hover, 
a h4:hover, 
a h5:hover, 
a h6:hover 	{ color: #001155 !important }


.content ul li:before,
.sort-up:after,
.sort-down:after,
.sort2-up:after,
.sort2-down:after  {
	font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
	}

.content ul a 								{ color: #0050a0 }
.content ul a:hover 						{ color: #001155 }	
.content ul li:before 						{ color: #0050a0 }
.content ul li:hover:before 				{ color: #001155; }		
.content ul.list-inline li a:hover 			{ color: #000 }
.content ul.list-inline li a.active 		{ background: #0050a0 }		
.content ul.list-inline li a.active:hover 	{ background-color: #0050a0 }	


	



	
	

	
blockquote 						{ color: #0050a0; font-size: 150%; }
blockquote cite 				{ color: #0050a0; float: right; color: #777; }	



/* --------- VERZEICHNIS
================================================== */
.abc_verzeichnis a {
	background: rgba(0, 80, 160, 0.2);
	background: rgba(68, 85, 102, 0.2);
	color: rgba(68, 85, 102, 0.7);
    }	
.abc_verzeichnis a:hover {
	background: rgba(0, 80, 160, 0.6);
	color: #fff !important;
	}	
.abc_verzeichnis a.active {
	background: #0050a0;
	color: #fff !important;
	font-weight: bold
	}	
/* --------- end VERZEICHNIS -------- */


.row.div-head  					{ color: rgba(68, 85, 102, 0.7); border-color: rgba(68, 85, 102, 0.45); border-width: 1px; font-family: 'Merriweather'; font-weight: 300; letter-spacing: .03em; }
.row.div-head-bg  				{ background: rgba(0, 81, 161, 0.6); font-weight: normal; text-transform: uppercase; letter-spacing: .04em; padding: .1em 0 .15em 0 }
.div-striped .row.div-head-bg 	{ background: rgba(0, 81, 161, 0.6) }	
.row.div-foot 					{ color: #0050a0 } 





/* --------- TABELLE
================================================== */
.table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > th,
table > thead > tr > td 		{ background: rgba(0, 81, 161, 0.6); font-weight: normal; text-transform: uppercase; letter-spacing: .04em } 

.table > thead.sub > tr > th,
.table > thead.sub > tr > td,
table > thead.sub > tr > th,
table > thead.sub > tr > td   	{ border-bottom-color: #0050a0;
								color: #0050a0; }	
.table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td			{ color: #0050a0 } 

table.abc tr td a				{ background: #0050a0 }
table.abc tr td a:hover  		{ color: #0050a0 }


table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: .4em .6em .4em .2em;
  line-height: 1.4em !important;
  border-bottom: 1px dotted #ccc !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > th,
table > thead > tr > td,
.table > thead.sub > tr > th,
.table > thead.sub > tr > td,
table > thead.sub > tr > th,
table > thead.sub > tr > td,
.table.table-condensed > thead.sub > tr > th,
.table.table-condensed > thead.sub > tr > td,
table .table-condensed > thead.sub > tr > th,
table .table-condensed > thead.sub > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td,
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,
table-condensed > thead > tr > th,
table-condensed > tbody > tr > th,
table-condensed > tfoot > tr > th,
table-condensed > thead > tr > td,
table-condensed > tbody > tr > td,
table-condensed > tfoot > tr > td  {
  line-height: 1.4em
}  
/* ----- TABELLE ----*/




.hausfarbe, .text-hausfarbe 					{ color: #0050a0 !important }
.hausfarbe_hell, .text-hausfarbe_hell			{ color: #0050a0 !important; opacity: .7em }
.hausfarbe_hell2, .text-hausfarbe_hell2 		{ color: #0050a0 !important; opacity: .55em }
.hausfarbe_hell3, .text-hausfarbe_hell3			{ color: #0050a0 !important; opacity: .4em }
.hausfarbe_dunkel, .text-hausfarbe_dunkel		{ color: #445566 !important }
.hausfarbe_dunkel2, .text-hausfarbe_dunkel2		{ color: #313a47 !important }
.hausfarbe_dunkel3, .text-hausfarbe_dunkel3		{ color: #191925 !important }

.bg-grey .border-middle span					{ background: #f6f6f6 }
.bg-hausfarbe .border-middle span				{ background: #0050a0 }
.bg-hausfarbe2 .border-middle span				{ background: #bbc0cc }
.bg-transp .border-middle span					{  }	


.bg-verlauf {
	background: url(../images/schatten2.png) top center repeat-x
	}
			
			
.bg-grey,
.bg-content.bg-grey,
.well.bg-grey,
.well-sm.bg-grey  {
	background:rgba(110, 120, 120, 0.35);
	}	

.bg-light,
.bg-content.bg-light,
.well.bg-light,
.well-sm.bg-light  {
	background: #e5edf5;
	border: 1px solid rgba(0, 81, 161, .05) !important
	}
	
.bg-hausfarbe,
.bg-content.bg-hausfarbe,
.well.bg-hausfarbe,
.well-sm.bg-hausfarbe 		{ 
	background: #0051a1;
	color: rgba(255, 255, 255, 0.65);
 	}	
.bg-hausfarbe hr { 
	border-color: #fff
  	} 
.bg-hausfarbe b { 
	color: #fff
  	} 	
.bg-hausfarbe ul.list-lines li,
.bg-hausfarbe .div-lines	{ 
	border-bottom-color: rgba(255, 255, 255, 0.25) !important
	}	
.bg-hausfarbe a:hover	{ 
	color: #fff !important;
	text-decoration: underline !important
	}
	
		
	 	

.bg-hausfarbe2,
.bg-content.bg-hausfarbe2,
.well.bg-hausfarbe2,
.well-sm.bg-hausfarbe2 		{ 
	background: #8cbe14; 
	color: #fff !important
 	}	
.bg-hausfarbe2 hr { 
	border-color: #fff
  	}  
.bg-hausfarbe2 ul.list-lines li,
.bg-hausfarbe2 .div-lines	{ 
	border-bottom-color: rgba(255, 255, 255, 0.4) !important
	}	  	
.bg-hausfarbe2 h1 	{ 
	color: #fff !important
	}
.bg-hausfarbe2 h4 	{ 
	color: #445566 !important
	}
.bg-hausfarbe2 h2,
.bg-hausfarbe2 h3,
.bg-hausfarbe2 h5,
.bg-hausfarbe2 h6 	{ 
	color: #0050a0 !important
	}
.bg-hausfarbe2 .border	{ 
	border-color: #fff !important
	} 	
.bg-hausfarbe2 a,
.bg-hausfarbe2 .icon a,
.bg-hausfarbe2 a.fileicon,
.bg-hausfarbe2 .fileicon a,
.bg-hausfarbe2 ul li a	{ 
	color: #fff !important
	} 	
.bg-hausfarbe2 a:hover,
.bg-hausfarbe2 .icon a:hover,
.bg-hausfarbe2 a.fileicon:hover,
.bg-hausfarbe2 .fileicon a:hover,
.bg-hausfarbe2 ul li a:hover	{ 
	color: #fff !important;
	text-decoration: underline !important
	}
.bg-hausfarbe2 .icon a { 
	color: #fff !important
	} 	
.bg-hausfarbe2 .icon a:hover	{ 
	color: #fff !important;
	text-decoration: underline !important
	}	
	
	
.bg-hausfarbe3,
.bg-content.bg-hausfarbe3,
.well.bg-hausfarbe3,
.well-sm.bg-hausfarbe3 		{ 
	background: #99bbdd; 
	color: #fff !important
 	}
 	.bg-hausfarbe3 a 		{ 
		color: #fff !important
	 	}
 .bg-hausfarbe4,
.bg-content.bg-hausfarbe4,
.well.bg-hausfarbe4,
.well-sm.bg-hausfarbe4 		{ 
	background: #113f66; 
	color: #fff !important
 	}	
 	.bg-hausfarbe4 a 		{ 
		color: #fff !important
	 	}	


.bg-hausfarbe a:hover,
.bg-transp a:hover,
.bg-darkgrey a:hover	{ 
	color: #fff !important;
	text-decoration: none
	}


  



/* --------- list condensed -------- */	
.content ul.list-lines.list-condensed li  {
	padding-top: .4em;
	padding-bottom: .45em;
	}
/* --------- end list condensed -------- */	











/* --------- BUTTON ---------------------------
================================================================================== */
/*
.btn {
  text-shadow: none;
  box-shadow: none;
  padding-right: 1.4em;
  padding-left: 1em;
  border-radius: 30px;
  font-family: 'opensans';
  text-transform: none;
  letter-spacing: 0
}
.btn:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free'; font-weight: 900 !important;
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
*/

.btn {
  text-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  font-family: 'opensans';
  text-transform: none;
  letter-spacing: 0
}



.btn.absenden:after {
 display: none;
}
.btn.absenden {
 padding-left: 1.5rem;
 padding-right: 1.5rem;
}
.btn.absenden:hover {
  box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.2) inset !important
}
 
 
.btn.btn-xs {
  padding: .2em 1.2em .2em .9em
}
.btn.btn-sm {
  padding: .1em .9em .25em .9em;
  font-size: 100%
}
  
 
.btn-default {
	background: rgba(68, 85, 102, 0.25); 
    color: #fff !important;
    border: 1px solid rgba(68, 85, 102, 0);
    }
	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active {
	  background: rgba(68, 85, 102, 0.5) !important;
	  color: #fff !important
	} 
    
.btn-primary {
	background: #8cbe14; 
    color: #fff !important;
    border: 1px solid #8cbe14;
    }
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active {
	  background: #7aa514 !important;
	  border-color: #7aa514;
	}
	
	
.btn-info {
	background: #445566 !important;
	border-color: #445566 !important;
	background: rgba(68, 85, 102, 0.4) !important;
	border-color: rgba(68, 85, 102, 0.1) !important;
	}
	.btn-info:hover,
	.btn-info:focus,
	.btn-info:active,
	.btn-info.active {
	  background: #334455 !important;
	  background: rgba(68, 85, 102, 0.8) !important;
	}






/* ---- end BUTTON ------------------------------------------ */





/* --------- FORMULAR 
================================================== */
form.form-inline.label-oben [type=submit].absenden {
	margin-top: 19px !important;
	}

form.form-inline .checkbox.float-none {
	
	}
form.form-inline .checkbox.margin-0 {
	float: none;
	margin-top: -.3em !important
	}	
form.form-inline .checkbox.margin-0 .checkbox {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	float: left !important;
	height: auto !important
	}

/* ---- end FORMULAR ------------------------------------------ */








/* --------- FARBE links / rechts 
================================================== */
section {
	z-index: 1;
	position: relative;
	background: #fff
	}	
	
.bg-left {
	position: relative;
	padding-top: 2em !important;
	padding-bottom: 4em !important;
	background: #8cbe14;
	background: #99bbdd;
	color: #fff
	}
	.bg-left:before {
	  position: absolute !important;
	  content: "";
	  width: 300% !important;
	  height: 100%;
	  background: #8cbe14 !important;
	  background: #99bbdd !important;
	  top: 0;
	  right: 25px;
	  z-index: -1;
	  	
	  }
	  .bg-left h1, .bg-left h2, .bg-left h3, .bg-left h4, .bg-left h5, .bg-left h6 {
		color: #fff !important
		}
	 
.bg-right {
	position: relative;
	padding-top: 4em;
	padding-bottom: 4em;
	background: #fff;
	}
	.bg-right:after {
	  position: absolute !important;
	  content: "";
	  width: 300% !important;
	  height: 100%;
	  background: #fff !important;
	  top: 0;
	  left: 25px;
	  z-index: -2;
	  }
	  .bg-right h1, .bg-right h2, .bg-right h3, .bg-right h4, .bg-right h5, .bg-right h6 {
		color: #99bbdd !important
		}
@media (max-width: 992px) { 
	section {background: none }
	.bg-left:before 		{ display: none }
	.bg-right:after 		{ display: none }
	 }	 
/* --------- end FARBE links / rechts  -------- */











/* --------- ICON
================================================== */
.icon	{ 
	line-height: 1.4em;
	margin-bottom: .2em;
	color: #445566;
	border-color: #ccc;
	padding-left: 30px;
	
	}
.icon i 	{ 
	background: #0050a0;
	background: none;
	color: #0050a0;
	font-size: 115%;
	text-align: left;
	margin-left: -30px; 
	}
.icon.icon-xl i 	{ 
	}
.icon a {
	text-decoration: none;
	color: #445566;
	font-weight: normal
	}		
.icon a:hover {
	text-decoration: none;
	color: #001155;
	background: none !important
	}
	
.bg-hausfarbe .icon 	{ 
	border-bottom-color: rgba(255, 255, 255, 0.35) !important
	}
.bg-hausfarbe .icon i 	{ 
	background: #fff;
	color: #0050a0;
	background: none;
	color: #fff
	}
.bg-hausfarbe2 .icon i 	{ 
	background: #fff;
	color: #bbc0cc;
	background: none;
	color: #0050a0
	}
.bg-hausfarbe2 .icon 	{ 
	border-color: #ddd !important
	}
.bg-darkgrey .icon i 	{ 
	background: none;
	color: #fff
	}
.bg-transp .icon i 	{ 
	background: none;
	color: #fff}	
	
	
	
	
	
	
.icon.icon-xs {
	color: rgba(68, 85, 102, 0.7);
	font-weight: 500;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2em !important
	}	
.icon.icon-xs i 	{ 
	color: rgba(68, 85, 102, 0.5) !important;
	font-size: 90%;
	}
.icon.icon-xs a {
	color: rgba(68, 85, 102, 0.7);
	}
.icon.icon-xs a:hover {
	color: #445566;
	}	
.icon.icon-xs a:hover i 	{ 
	color: #445566 !important
	}
		
/* --------- end ICON -------- */









/* --------- FOOTER
================================================== */
.footer {
	height: 350px;
    line-height: 1.6em;
    clear: both !important;
    background:#0050a0 !important;
    background: #113f66 !important;
    background: #49494b !important;
    color: rgba(255, 255, 255, 0.4) !important;
    padding-top: 1em;
    margin-top: 0 !important;
    }
@media (max-width: 767px) {
footer .container 		{ padding-left: 4em; padding-right: 4em }
}


.footer .footlogo {  opacity: 1; margin: 2em 20% 0 0; width: 35%; float: right; clear: both }
.footer .footlogo:hover {  opacity: .7 }
 @media (max-width: 1200px) {
.footer .footlogo {  width: 40%; margin-top: 2em } }
 @media (max-width: 992px) {
.footer .footlogo {  width: 50%; margin-top: 2em } }
 @media (max-width: 767px) {
.footer .footlogo {  width: 25%; margin: 2em 1em 0 1em; display: inline !important; clear: none; float: left } }
 @media (max-width: 380px) {
.footer .footlogo {  width: 47%; margin: 1em 1em 1em 0; display: inline !important; clear: none; float: left } }
 
.footer h1 {
    font-size: 20px !important;
    font-weight: 200;
    margin-bottom: .7em;
    margin-top: 2em;
    color: rgba(255, 255, 255, 0.75) !important;
    letter-spacing: .05em
	}
.footer h5 {
    font-size: 16px !important;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: .8em
	}
.footer .row > [class*="col-"] {
    margin-bottom: .6em;
	}		
.footer a,
.footer ul li a 		{ color: rgba(255, 255, 255, 0.4) !important; text-decoration: none; }	 
.footer a:hover,
.footer ul li a:hover 	{ color: #fff !important; text-decoration: none }
.footer ul li			{  border-bottom-color: rgba(255, 255, 255, 0.15) !important; }	 
.footer .icon			{ color: rgba(255, 255, 255, 0.4) !important; font-weight: normal; margin-bottom: .5em;  border-bottom: 1px dotted rgba(255, 255, 255, 0.2); padding-bottom: .5em  }
.footer .icon a 		{ color: rgba(255, 255, 255, 0.4) !important; font-weight: normal !important;  }
.footer .icon a:hover	{ color: #fff !important; text-decoration: none }
.footer .icon i 		{ color: rgba(255, 255, 255, 0.4) !important; background: none !important; border: none !important; font-size: 14px; width: 40px; margin-left: -40px }	

.footer ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    padding-top: .3em;
    padding-bottom: .3em 
    }

.footer-menu {
    background: #323232 !important;
    border-top: none;
    box-shadow: none;
    color: #91919a;
    color: rgba(255, 255, 255, 0.25);
	}
	.footer-menu a 		{ color: rgba(255, 255, 255, 0.4) }
	.footer-menu a:hover{ color: #fff }

.footer-menu .impressum {
	float: right;
	margin-left: 1.5em;
}



.footer .btn.btn-default {
	border-color: #445566854 !important;
	background: #445566854 !important;
	color: #818189 !important
	}
	.footer .btn.btn-default i {
	color: #818189 !important
	}
.footer .btn.btn-default:hover {
	border-color: #445566865 !important;
	background: #445566865 !important;
	color: #91919a !important
	}
	.footer .btn.btn-default:hover i {
	color: #91919a !important
	}

@media (max-width: 767px) {
	body {
		margin-bottom: 0
  		}
  	.footer {
		margin-top: -2.5em !important;
		height: auto
  		}
  	.footer-menu {
	  	line-height: 1.2em
		}
	.footer-menu .impressum {
		float: left;
		margin-left: 0;
		clear: both;
		margin-bottom: .5em;
		font-weight: normal;
		display: block;
		width: 100%
		}
		.footer-menu .impressum:first-child {
			margin-top: 1em
		}
		.footer-menu .impressum:last-child {
			margin-bottom: 1.5em
		}
	.footer-menu .impressum {
		font-weight: normal
	}
}
/* --------- end FOOTER -------- */




  
  
/* --------- PAGETOP
================================================== */
.pagetop-scroll {
    width: 65px;
    height: 65px;
    padding: 1.65em 0 0 .1em;
    border-radius: 0;
    text-align: center;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.2);
    border: none
	}
.pagetop-scroll span {
    font-size: 120%
	}	
.pagetop-scroll:hover {
    background: rgba(0, 0, 0, 0.5);
    }
@media (max-width: 767px) {
	.pagetop-scroll {
		bottom:70px;
		right: 0;
		width: 50px;
	    height: 50px;
	    padding: 1.1em 0 0 .1em;
    
    }
    .pagetop-scroll span {
	}
}
/* --------- end PAGETOP -------- */





	


/* --------- START Termine / News
================================================== */
.startinfo {
	background: none;
	-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

.startinfo .row {
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
	margin: 0 0 1.3em 0 !important;
	line-height: 1em !important;
	background: #8cbe14;
	float: left;
	width: 100%
	}
.startinfo .row:hover {
	box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.25) !important;
	background-color: #8cbe14 !important;
	/*border-top: 7px solid #8cbe14;*/
	transition: .2s;
	}		
.startinfo .row a:hover .sub {
	color: #333 !important
	}				

.startinfo .row:hover .info {
	background: #eef1f1 !important;
	}	
	
	
.startinfo [class*="col-"] {
	padding: 0
	}

.startinfo .datum {
	text-align: center
	}
	.startinfo .tag {
		display: block;
		font-size: 350%;
		font-weight: 600;
		line-height: 1.1em;
		letter-spacing: -0.03em;
		padding-top: .24em;
		color: #fff;
		}
	.startinfo .monat {
		display: block;
		font-size: 180%;
		font-weight: 100;
		margin: .15em 0 .5em 0;
		color: #fff
		}
	.startinfo .zeit {
		font-size: 85%;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.01em;
		}

		

.startinfo .info {
	background: #fff;
	min-height: 103px;
	padding-top: .8em;
	}	
	.startinfo .info .zeit {
		padding: 0 .8em;
		color: #445566;
		font-size: 100%;
		font-weight: 400
		}
	.startinfo .title {
		font-size: 115%;
		font-weight: 600;
		margin: 0;
		color: #8cbe14 !important;
		font-family: 'opensans';
		padding: .5em .7em .6em .7em;
		letter-spacing: -0.02em;
		}
	.startinfo .sub {
		font-size: 80%;
		color: rgba(110, 120, 120, 0.8) !important;
		padding: 0 1em 0 1em;
		line-height: .2em;
		margin-top: .5em;
		margin-bottom: 1.3em
		}

	.startinfo .beschnitt img { width: auto; height:100%; float: right }
	.startinfo .beschnitt {
	  width: 103px;
	  height:103px;
	  float: right;
	  margin: -.8em 0 0 .6em;
	  overflow: hidden;
	  background-position: right center;
	  background-size: cover;
	}



.startinfo.start_news .row {
	background-color: #0050a0 !important
	}
.startinfo.start_news .title {
	color: #0050a0 !important;
	}	
.startinfo.start_news .row:hover {
	border-color: #0050a0;
	}		
		
	
@media (max-width: 1200px) {
	.startinfo .beschnitt {
		width: 60px;
		height:60px;
		margin: .5em;
		}	
		
	.startinfo .tag {
		font-size: 250%;
		margin-top: .2em
		}
	.startinfo .monat {
		font-size: 140%;
		}
	.startinfo .zeit {
		font-size: 80%;
		letter-spacing: 0;
		margin-top: .6em
		}	
		
	.startinfo .info {
		min-height: 90px;
		padding-top: 0
		}
		
	.startinfo .title {
		font-size: 105%;
		}							
}
@media (max-width: 992px) and (min-width:767px) {
	.startinfo .row,
	.startinfo.start_news .row {
		background: #fff !important
		}
	.startinfo .row:hover,
	.startinfo.start_news .row:hover {
		background: #eceeee !important
		}	
	
			
	.startinfo .datum {
		text-align: center;
		background: #8cbe14;
		width: 70px;
		margin-top: 10px;
		margin-left: -10px;
		font-size: 70%;
		line-height: 1em;
		padding-top: .25em;
		padding-bottom: .3em
		}
	.startinfo.start_news .datum {
		background: #0050a0;
		}
		
	
	.startinfo .tag,
	.startinfo .monat {
		clear: none;
		display: inline
		}	
	.startinfo .monat {
		margin-left: .2em;
		font-weight: 400
		}		
	.startinfo .zeit {
		font-size: 105%;
		line-height: 1.3em;
		}	
	.startinfo .info {
		clear: both;
		min-height: auto !important
		}	
	.startinfo .title {
		padding-top: .2em;
		font-size: 100%;
		letter-spacing: -.02em;
		}	
		
	.startinfo.start_termine .beschnitt {
		margin-top: -2.5em;
		}		
		
		
			
					
}
@media (max-width: 767px) {
	.startinfo .row {
	margin-bottom: .7em !important;
	}
	.startinfo .tag,
	.startinfo .monat,
	.startinfo .zeit {
		float: none;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		}
	.startinfo .tag {
		font-size: 250%;
		line-height: 1;
		letter-spacing: -0.1em;
		line-height: 1.3em !important;
		}
	.startinfo .monat {
		font-size: 140%;
		line-height: .7em !important;
		}
	.startinfo .zeit {
		font-size: 85%;
		margin-top: .8em !important;
		line-height: 1.2em !important
		}	
	.startinfo .info {
		min-height: 85px;
		}
	.startinfo .title {
		font-size: 110%;
		}	
	.startinfo .beschnitt {
		width: 90px;
		height:70px;
		margin: .5em
		}					
}
@media (max-width: 480px) {
	.startinfo .title {
		font-size: 100%;
		}	
	.startinfo.start_news .info {
		min-height: 60px;
		}	
	.startinfo .beschnitt {
		width: 70px;
		}							
}

/* --------- end START Termine / News -------- */





/* --------- STARTBUTTON
================================================== */
.startbutton {
	padding: 0 .2em 0 75px;
	line-height: 1.25em;
	float: left;
	width: 100%;
	margin-bottom: .35em;
	text-align: left
	}
.startbutton i {
	background:rgba(110, 120, 120, 0.35);
	padding: .6em .5em;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 150%;
	margin-left: -75px;
	float: left
	}
.startbutton a {
	color: #445566;
	float: left;
	margin-top: 1em;
	}
	
.startbutton:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	transition: .3s
	}
.startbutton:hover i {
	background: rgba(68, 85, 102, 0.65)
	}
.startbutton:hover a {
	font-weight: 600
	}	
	
.startbutton.mehrzeilig a	{ margin-top: .4em}			
		
@media (max-width: 1500px) {
	.startbutton i 				{padding: .4em .5em;}	
	.startbutton 				{padding-right: .4em}	
	.startbutton a				{margin-top: .7em}
	.startbutton.zweizeilig a	{margin-top: .7em}	
	}
@media (max-width: 1200px) {
	.startbutton 				{padding-right: 4em}	
	.startbutton.zweizeilig a	{margin-top: .1em}	
	.startbutton.mehrzeilig a	{ margin-top: 0}		
	}
@media (max-width: 992px) {
	.startbutton 				{padding-right: .2em}	
	} 	
@media (max-width: 767px) {
	.startbutton.zweizeilig a 	{margin-top: .7em}	
	.startbutton.mehrzeilig a	{ margin-top: .7em}
	}	
@media (max-width: 350px) {
	.startbutton.zweizeilig a 	{margin-top: .1em}	
	}			
	

/* --------- end STARTBUTTON -------- */  







/* --------- LABELS
================================================== */
.labels {
	text-align: center;
	margin: 0 0 -30px 0 !important;
	padding: 2em 0 !important;
	float: left;
	width: 100%;
	}	
.labels [class*="col-"] {
	}
.labels img {
	width: 100%;
	height: auto
	}
.labels a {
	float: left;
	width: 100%;
	padding: .5em .2em
	}
.labels a:hover {
	background:rgba(110, 120, 120, 0.15) !important;
	}	

.labels .col {
	width: 24%; /* für 4 Labels */
	width: 19%; /* für 5 Labels */
	width: 21.3%; /* für 5 Labels - 5. Label kleiner */
	display: inline-block;
	text-align: center;
	margin: 5px 0
	}
	.labels .col:nth-child(5) {
	width: 13%;
	}
.labels .col img {
	width: 100%;
	}	
		
	
@media (max-width: 992px) {
.labels {
	padding: 1.5em 0 !important
	}
.labels [class*="col-"] {
	margin: 0 !important;
	padding: 0 !important;
	width: 50% !important;
	margin: 1em auto !important;
	float: left
	}
.labels a {
	margin-bottom: 1em;
	width: 92%;
	clear: both;
	margin: 0 auto !important;
	float: none;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 1em 1.5em
	}
	
.labels .col {
	width: 40%; /* für 4 Labels */
	width: 32%; /* für 5 Labels */
	width: 34%; /* für 5 Labels - 5. Label kleiner */
	}	
	.labels .col:nth-child(5) {
	width: 23%;
	}
}
@media (max-width: 767px) {
.labels {
	margin: 0 !important;
	padding: 1.5em 0 !important
	}
.labels a {
	margin: 0 !important;
	width: 85%;
	}	
}
@media (max-width: 380px) {
.labels [class*="col-"] {
	width: 100% !important;
	}
}

/* --------- end LABELS -------- */  





/* --------- Gallery
================================================== */
.gallery-wrapper {
	margin: .5em 0 1em 0;
	width: 100%;
	display: inline-block;
	}
	
img.gallery_bild:hover { border-color: #999 }
			
.gallery {
	float: left;
	text-align: center;
	width: 125px;
	height: 125px;
	position: relative;
	margin: 1em 10px 0 0;
	}
img.gallery_bild {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	position: relative;
	max-height: 100%;
	border-radius: 4px;
	max-width: 125px;
	}
	
	.col-xs-5 .gallery,
	.col-sm-5 .gallery,
	.col-md-5 .gallery,
	.col-xs-4 .gallery,
	.col-sm-4 .gallery,
	.col-md-4 .gallery,
	.col-xs-3 .gallery,
	.col-sm-3 .gallery,
	.col-md-3 .gallery,
	.col-xs-2 .gallery,
	.col-sm-2 .gallery,
	.col-md-2 .gallery, 
	.col-xs-1 .gallery,
	.col-sm-1 .gallery,
	.col-md-1 .gallery {
		height: 70px;
		width: 70px;
		margin-right: 5px;
		margin-top: .5em
		}	
	.col-xs-5 img.gallery_bild,
	.col-sm-5 img.gallery_bild,
	.col-md-5 img.gallery_bild,
	.col-xs-4 img.gallery_bild,
	.col-sm-4 img.gallery_bild,
	.col-md-4 img.gallery_bild,
	.col-xs-3 img.gallery_bild,
	.col-sm-3 img.gallery_bild,
	.col-md-3 img.gallery_bild,
	.col-xs-2 img.gallery_bild,
	.col-sm-2 img.gallery_bild,
	.col-md-2 img.gallery_bild, 
	.col-xs-1 img.gallery_bild,
	.col-sm-1 img.gallery_bild,
	.col-md-1 img.gallery_bild {
		padding: 2px;
		border-radius: 2px;
		max-width: 70px;
		}	
	
	
	

@media (max-width: 767px) {
	.gallery-wrapper { margin: .25em 0 .5em 0 }	
		
	.gallery,
		.col-xs-5 .gallery,
		.col-sm-5 .gallery,
		.col-md-5 .gallery,
		.col-xs-4 .gallery,
		.col-sm-4 .gallery,
		.col-md-4 .gallery,
		.col-xs-3 .gallery,
		.col-sm-3 .gallery,
		.col-md-3 .gallery,
		.col-xs-2 .gallery,
		.col-sm-2 .gallery,
		.col-md-2 .gallery, 
		.col-xs-1 .gallery,
		.col-sm-1 .gallery,
		.col-md-1 .gallery {
			width: 80px;
			height: 80px;
			margin-right: 7px;
			margin-top: .7em
			}
	img.gallery_bild,
		.col-xs-5 img.gallery_bild,
		.col-sm-5 img.gallery_bild,
		.col-md-5 img.gallery_bild,
		.col-xs-4 img.gallery_bild,
		.col-sm-4 img.gallery_bild,
		.col-md-4 img.gallery_bild,
		.col-xs-3 img.gallery_bild,
		.col-sm-3 img.gallery_bild,
		.col-md-3 img.gallery_bild,
		.col-xs-2 img.gallery_bild,
		.col-sm-2 img.gallery_bild,
		.col-md-2 img.gallery_bild, 
		.col-xs-1 img.gallery_bild,
		.col-sm-1 img.gallery_bild,
		.col-md-1 img.gallery_bild {
			max-width: 80px;
			}	
}
@media (max-width: 665px) {
		.col-xs-5 .gallery,
		.col-xs-4 .gallery,
		.col-xs-3 .gallery,
		.col-xs-2 .gallery,
		.col-xs-1 .gallery {
			width: 50px;
			height: 50px;
			margin-right: 5px;
			margin-top: .5em
			}
		.col-xs-5 img.gallery_bild,
		.col-xs-4 img.gallery_bild,
		.col-xs-3 img.gallery_bild,
		.col-xs-2 img.gallery_bild,
		.col-xs-1 img.gallery_bild {
			max-width: 50px;
			}		
}	
@media (max-width: 480px) {
		.col-xs-5 .gallery,
		.col-xs-4 .gallery,
		.col-xs-3 .gallery,
		.col-xs-2 .gallery,
		.col-xs-1 .gallery {
			width: 30px;
			height: 30px;
			}
		.col-xs-5 img.gallery_bild,
		.col-xs-4 img.gallery_bild,
		.col-xs-3 img.gallery_bild,
		.col-xs-2 img.gallery_bild,
		.col-xs-1 img.gallery_bild {
			max-width: 30px;
			}		
}	
/* --------- end Gallery -------- */










/* --------- GALERIE
================================================== */
.galerie_wrap {
	clear:both;
	float:left;
	width:100%;
	padding:.7em 0;
	margin:1em 0;
	}
.galerie_container {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	}
#subcontent .galerie_wrap {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:none;
	border-bottom:none;
	}
#subcontent .galerie_container {
	width:60px;
	height:60px;
	margin:0 1em 1em 0;
	}
.galerie {
	padding:1px;
	border:1px solid #ccc;
	position:relative;
	text-align:center;
	display:inline;
	}
@media (max-width: 768px) {
	.galerie_container {
		width:90px;
		height:90px;
		}
}		








/* --------- KARTE
================================================== */
.karte {
	width: calc(100% + 60px) !important;
	margin: 0 -30px;
	overflow: hidden;
	position: relative; 
	}
.karte:focus-within .map-highlight { 
	display:block; 
	}
.karte img[usemap] {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	}
.karte img[usemap]{ display:block; }


.map-highlight{
  position: absolute;
  pointer-events: none;
  border: 2px solid #0050a0;
  border-color: crimson;
  border-radius: 2px;
  box-sizing: border-box;
  display: none;
  z-index: 10;
} 

/* --------- end KARTE -------- */





/* --------- ACCORDION
================================================== */
.accrodion {
	border-bottom: 1px dotted #bbb !important;
	padding: 0 0 .7em 0;
	margin: 0 0 .8em 0
	}
	
.accrodion .collapse {
	padding: .3em 0 1em 0 !important;
	background: none !important;
	}	
	
.accrodion a {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0;
	line-height: 1.3em !important
	}	

/* --------- end ACCORDION -------- */







/* --------- PANEL für Downloads,...
================================================== */ 
.panel.openclose {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	clear: none !important
}
[class*="-12"].panel.openclose { width: 100% }
[class*="-11"].panel.openclose { width: 91.66666667%; }
[class*="-10"].panel.openclose { width: 83.33333333%; }
[class*="-9"].panel.openclose { width: 75%; }
[class*="-8"].panel.openclose { width: 66.66666667%; }
[class*="-7"].panel.openclose { width: 58.33333333%; }
[class*="-6"].panel.openclose { width: 50%; }
[class*="-5"].panel.openclose { width: 41.66666667%; }
[class*="-4"].panel.openclose { width: 33.33333333%; }			
[class*="-3"].panel.openclose { width: 25%; }			
[class*="-2"].panel.openclose { width: 16.66666667%; }			
[class*="-1"].panel.openclose { width: 8.33333333%; }	






.downloads	 {
	line-height: 1.2em !important
}
.downloads h2	 {
	color: #535c69 !important;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: .4em
}
.downloads h3	 {
	margin-left: 1.05em;
	margin-top: 1em;
	color: #535c69 !important;
	font-weight: 300;
	letter-spacing: -0.02em !important;
	text-shadow: #535c69 .01em .01em .07em
}	
.downloads .row	 {
	margin: 0
}	
.downloads .thumb {
	float: left;
	width: 40px;
	}
	.downloads .thumb img {
		margin-top: -7px;
		margin-left: -7px
	}
	@media (max-width: 992px) {
		.downloads .thumb img { width: 95% }
	}
.downloads .panel {
	float: left;
	width: calc(100% - 190px);
}
.downloads i.details {
	width: 50px;
	margin: 0;
	margin-top: 8px !important;
	font-size: 12pt;
	text-align: center;
	color: #2266aa
	}
.downloads i.details:hover { 
	color: #4db6e7 
	}
.downloads .btn {
	float: right;
	width: 100px;
	margin: 0;
	margin-top: 5px !important;
	white-space: nowrap
}
@media (max-width: 992px) {
	.downloads h3	 {
		margin-left: 1.25em
	}
	.downloads .thumb {
		width: 30px;
		}
	.downloads .thumb img {
		margin-top: -2px;
		margin-left: -2px
		}	
	.downloads .panel {
		width: calc(100% - 60px);
		}
	.downloads i.details {
		text-align: right;
		width: 30px;
		}
	.downloads .btn { display: none }
}

.downloads hr {
	margin: 0;
	padding: 0 0 .5em 0
}
/* --------- end PANEL für Downloads,... -------- */





/* --------- POPUP-Fenster
================================================== */
.popupwindow {
	width: 500px;
	position: fixed;
	display: none;
	overflow: hidden;
	z-index: 1000;
	top: 30%;
	right: 0;
	left: 0;
	bottom: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	margin: 0 auto;
	background: #155d94;
	border: 5px solid #155d94;
	box-shadow: .15em .15em .4em rgba(0, 0, 0, 0.5) !important;
	padding: 2.5em !important;
	text-align: center;
	line-height: 2em !important;
	font-size: 10pt !important;
	color: #fff !important;
	border-radius: 5px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	@-webkit-keyframes fade{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
	@keyframes fade{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
	.popupwindow{-webkit-animation-name:fade;animation-name:fade}

.popupwindow img {
	width: 100%;
	margin: 0 0 1em 0
	}
.popupwindow h1 {
	color: #fff !important;
	font-size: 22pt !important;
	font-weight: 800 !important;
	letter-spacing: .02em !important;
	font-weight: normal;
	font-family: 'opensans';
	text-transform: uppercase;
	margin: 0 !important;
	text-shadow: .1em .1em .2em rgba(0, 0, 0, .8)
	}
.popupwindow h2 {
	font-weight: 800;
	font-family: 'opensans';
	color: #fed400 !important;
	margin: 0 !important
	}			
.popupwindow .btn {
	background: #fed400 !important;
	display: block;
	line-height: 1.3em !important;
	margin: .5em 0 0 0 !important;
	color: #155d94 !important;
	border: none;
	border-radius: 0;
	font-weight: 700 !important;
	padding: 1.5em !important;
	border-radius: 0;
	font-size: 160% !important;
	border-radius: 10px;
	text-transform: uppercase;
	}
.popupwindow a.btn i {
	color: #155d94 !important;
	margin-left: .3em
	}
.popupwindow a.btn:hover {
	background: #fff !important;
	border-color: #fff !important;
	transition: .2s ease-in-out;
	}
.popupwindow a.btn:hover i {
	}
.popupwindow .btn small {
	line-height: 1.3em !important;
	font-size: 70%;
	font-weight: normal;
	clear: both;
	display: inline-block;
	margin-top: .5em;
	color: #000;
	text-transform: none;
	}	
.popupwindow .close-modal {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  z-index: 10;
  opacity: .35;
  }
.popupwindow .close-modal .lr {
  z-index: 1051;
  width: 2px;
  height: 26px;
  margin-left: 19px;
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  }
.popupwindow .close-modal .lr .rl {
  z-index: 1052;
  width: 2px;
  height: 26px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
  }

.popupwindow .close-modal:hover {
	opacity: 1;
    transition: .3s ease-in-out;
	}
.popupwindow .close-modal:hover {
	}
.popupwindow .close-modal:hover .lr,
.popupwindow .close-modal:hover .rl {
	background-color: #fed400;
    transition: .2s ease-in-out;
	}
@media (max-width: 992px) {
	.popupwindow {
		padding: 2em !important;
		width: 450px;
		}
	.popupwindow .btn {
		font-size: 140% !important;
		}		
}
@media (max-width: 767px) {
	.popupwindow {
		padding: 1.5em !important;
		width: 400px;
		margin: 0 auto !important;
		right: 0;
		left: 0;
		top: 100px;
		line-height: 1.5em !important;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		}
	.popupwindow .btn {
		font-size: 120% !important;
		border-radius: 7px
		}
}
@media (max-width: 480px) {
	.popupwindow {
		padding: 1em !important;
		width: 310px;
		}
	.popupwindow .btn {
		font-size: 110% !important;
		border-radius: 5px
		}
}
/* --------- end POPUP-Fenster -------- */








/* --------- BILDUNTERSCHRIFT --------
================================================== */
.bildunterschrift-bildrahmenlinks,
.bildunterschrift-bildrahmenlinks-nb,
.bildunterschrift-bildrahmenrechts,
.bildunterschrift-bildrahmenrechts-nb,
.bildunterschrift-bildrahmenmitte,
.bildunterschrift-bildrahmenmitte-nb {
	margin-top: .3em;
	margin-right: 1em;
	margin-bottom: .5em;
	float: left;
	clear: left;
	width: 45%
	}
	.bildunterschrift-bildrahmenrechts,
	.bildunterschrift-bildrahmenrechts-nb {
	float: right;
	clear: right;
	margin-right: 0;
	margin-left: 1em
	}
	.bildunterschrift-bildrahmenmitte,
	.bildunterschrift-bildrahmenmitte-nb {
	width: 100%
	}
	
.bildunterschrift-bildrahmenlinks img,
.bildunterschrift-bildrahmenlinks-nb img,
.bildunterschrift-bildrahmenrechts img,
.bildunterschrift-bildrahmenrechts-nb img {
	width: 100%;
	margin: 0
	}	
	
.bildmitte,
.bildmitte-nb,
.bildrahmenmitte,
.bildrahmenmitte-nb {
	margin-top: 1.5em;
	margin-bottom: 0
	}
	
.bildunterschrift {
	float: left;
	text-align: left;
	font-style: italic;
	font-size: 85%;
	color: #888;
	line-height: 1.2em !important;
	clear: both;
	width: 40%;
	margin-top: -6px;
	margin-left: 3px;
	width: 98%
	}
	.bildunterschrift-bildrahmenrechts .bildunterschrift,
	.bildunterschrift-bildrahmenrechts-nb .bildunterschrift {
	margin-left: 0;
	margin-right: 5px;
	float: right;
	text-align: right
	}
	.bildunterschrift-bildrahmenmitte .bildunterschrift,
	.bildunterschrift-bildrahmenmitte-nb .bildunterschrift {
	width: 100%;
	}	
	



.bildrahmenmitte-wrapper {
	}
.bildunterschrift-bildrahmenmitte {
	margin-bottom: 1.5em 
	}	
.bildrahmenmitte-wrapper .bildunterschrift {
	margin-top: -12px;
	}
		
.content-rechts .bildrahmenmitte-wrapper .bildunterschrift {
	text-align: center
	}
	
.content-rechts .bildunterschrift {
	display: none
	}	
	
/* --------- end BILDUNTERSCHRIFT -------- */

