html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; }


html{
	height:100%;
}
body{
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
	font-family: "Lato", sans-serif;
	font-size: 18px;
}

i{
	font-style: italic;
}
i.fa{
	font-style: normal;
}

h1{
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	color: #007bb7;
	text-align:center;
	margin-bottom: 60px;
}
h2{
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	color: #007bb7;
	text-align: left;
	margin-bottom: 40px;
}

a {
	text-decoration: none;
	color: #ff7026;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a:hover{
	text-decoration: underline;
}

a.btn, a.btn:hover{
	display:inline-block;
	background: #007bb7;
	color: #fff;
	padding: 7px 15px;
	margin: 10px 0;
}
a.btn:hover{
	background: #006698;
	text-decoration:none;
}

i.stat{
margin: 0 4px 0 0;
padding: 0;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 6px;
-moz-border-radius: 6px;
}
i.stat.gruen{
background: #00cc66;
border: solid 1px #00bb55;
}
i.stat.gelb{
background: #ffcc00;
border: solid 1px #eebb00;
}
i.stat.rot{
background: #ff0000;
border: solid 1px #990000;
}


.kwpfeil{
	display: inline-block;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	transform: translate(0, 0);
}
.kwpfeil.kwpfeilunten {
	background-image: url(bilder/pfeil-unten.png);
	background-size: contain;
	width: 25px;
	height: 15px;
}
.kwpfeil.kwpfeilunten.hb{
	background-image: url(bilder/pfeil-unten-hb.png);
}
.kwpfeil.kwpfeilunten.ws{
	background-image: url(bilder/pfeil-unten-ws.png);
}

.kwpfeil.kwpfeiloben {
	background-image: url(bilder/pfeil-oben.png);
	background-size: contain;
	width: 25px;
	height: 15px;
}
.kwpfeil.kwpfeiloben.hb{
	background-image: url(bilder/pfeil-oben-hb.png);
}
.kwpfeil.kwpfeiloben.ws{
	background-image: url(bilder/pfeil-oben-ws.png);
}

.kwpfeil.kwpfeillinks {
	background-image: url(bilder/pfeil-links.png);
	background-size: contain;
	width: 15px;
	height: 25px;
}
.kwpfeil.kwpfeillinks.hb{
	background-image: url(bilder/pfeil-links-hb.png);
}
.kwpfeil.kwpfeillinks.ws{
	background-image: url(bilder/pfeil-links-ws.png);
}

.kwpfeil.kwpfeilrechts {
	background-image: url(bilder/pfeil-rechts.png);
	background-size: contain;
	width: 15px;
	height: 25px;
}
.kwpfeil.kwpfeilrechts.hb{
	background-image: url(bilder/pfeil-rechts-hb.png);
}
.kwpfeil.kwpfeilrechts.ws{
	background-image: url(bilder/pfeil-rechts-ws.png);
}

#kwTooltip #kwTooltipInhalt.kwTooltipInhalt{
min-width: 240px;
color: #555;
font-size: 15px;
line-height: 135%;
}



/* toplinie */
.topline{
position: fixed;
top: 0;
left: 0;
right: 0;
background: #007bb7;
color: #fff;
z-index: 10;
height: 60px;
cursor: default;
}
.topline.shadowin{
-webkit-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
}
.topline .toplineCell{
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width: 1100px;
height: 100%;
margin: 0 auto;
}



/* topline logo */
.topline .toplineLogo{
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
align-self: center;
}
.topline #toplineLogoImg{
max-width: 200px;
width: 100%;
min-width: 115px;
height: auto;
}



/* topline sucheIconMobile */
.toplineSucheMobileIcon{
display: none;
flex: 1 0 auto;
-webkit-flex: 1 0 auto;
align-self: center;
text-align: right;
}
.toplineSucheMobileIcon i{
padding: 12px;
font-size: 1.3em;
cursor: pointer;
}



/* topline suche */
.topline .toplineSuche{
flex: 1 0 250px;
-webkit-flex: 1 0 250px;
align-self: center;
/* flexcontainer */
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
}
.topline .toplineSuche .toplineSucheCell{
flex: 0 0 255px;
-webkit-flex: 0 0 255px;
align-self: center;
height: 36px;
}
.topline .toplineSuche .toplineSucheCell #toplineSucheForm{
width: 245px;
height: 36px;
background: #fff;
}
.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
float: left;
width: 200px;
border: 0 none;
margin: 9px 0 8px 10px;
padding: 0;
outline: none;
background: none;
line-height: 140%;
}
/* remove clear button, ie, chrome */
#toplineSucheInput::-ms-clear, #toplineSucheInput::-webkit-search-decoration, #toplineSucheInput::-webkit-search-cancel-button, #toplineSucheInput::-webkit-search-results-button, #toplineSucheInput::-webkit-search-results-decoration{
display: none;
}
#toplineSucheIcon{
float: right;
padding: 9px 9px 9px 0;
background: none;
color: #007bb7;
cursor: pointer;
}
#toplineSucheInput_liste{
display: none;
position: absolute;
width: 245px;
margin: 37px 0 0 0;
padding: 0;
list-style: none;
text-align: left;
}
#toplineSucheInput_liste li a:focus{
outline: 0;
}
#toplineSucheInput_liste li{
display: block;
padding: 4px 7px 4px 10px;
color: #444;
font-size: 1.5em;
font-size: 13px;
background: #f4f4f4;
}
#toplineSucheInput_liste li.aktiv {
background: #ddeff9 ;
}
@media screen and (max-width: 650px){
	.topline .toplineSuche{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding: 10px;
	background: #007bb7;
	z-index: 11;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheForm{
	width: 100%;
	height: 40px;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 90%;
	margin: 5px 0 5px 10px;
	font-size: 1.2em;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheIcon{
	padding: 8px 9px 8px 0;
	font-size: 1.3em;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput_liste{
	margin: 42px 0 0 0;
	width: 90%;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput_liste li{
	padding: 6px 7px 6px 10px;
	font-size: 1.2em;
	}
}
@media screen and (max-width: 480px){
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 84%;
	}
}
@media screen and (max-width: 320px){
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 75%;
	}
}



/* topline menu */
.topline .toplineMenu{
flex: 0 1 auto;
align-self: center;
padding: 0 0 0 10px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
/* flexcontainer */
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
}
.topline .toplineMenu span{
flex: 0 1 auto;
align-self: center;
font-size: 1.3em;
}



/* topline mediaquery */
@media screen and (max-width: 1136px){
	.topline .toplineLogo{
	padding-left: 10px;
	}
	.topline .toplineMenu{
	padding-right: 10px;
	}
}



/* headline */
.headline{
display: block;
position: relative;
clear: both;
background: #fff;
height: 320px;
margin-top: 60px;
z-index: 7;
}
.headline .background{
width: 100%;
height: 100%;
background: url(/bilder/background.jpg);
background-size: cover;
background-position: center;
position: relative;
}
.headline .slogan{
width: 100%;
max-width: 1100px;
margin: 0 auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100%;
}
.headline .slogan.mobil{
	display:none;
}
@media screen and (max-width: 600px){
	.headline{
		height: 50vh;
	}
	.headline .slogan{
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	}
	.headline .slogan.mobil{
		display:block;
	}
	.headline .slogan.desktop{
		display:none;
	}
}

.headline .sloganFallback{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-size:cover;
	background-position:center bottom;
	background-image: url(/bilder/headerfallback/banner-riesig-1920.png);
}
@media screen AND (min-width:1921px){
	.headline .sloganFallback{
		background-image: url(/bilder/headerfallback/banner-riesig-3000.png);
	}
}
@media screen AND (max-width:600px){
	.headline .sloganFallback{
		background-image: url(/bilder/headerfallback/banner-riesig-600.png);
	}
}

.contentline{
display: block;
clear: both;
min-height: 200px;
z-index: 7;
}

.default{
background: #fff;
color: #444;
}
.default h1{
	color: #007bb7;
}
.lightblue{
	background: #ddeff9;
	color: #444;
}
.lightblue h1{
	color: #007bb7;
}
.blue{
	background: #007bb7;
	color: #fff;
}
.blue h1{
	color: #fff;
}
.grey{
	background: #eee;
	color: #444;
}
.grey h1{
	color: #007bb7;
}

.contentline.autor{
	min-height: 0;
	border-top: 1px solid rgba(0,123,183,0.2);
}

.content{
	line-height: 1.5em;
}
.content:after{
	content: " ";
	display:block;
	clear:both;
}

.contentline > div,
.footline > div {
	max-width: 1100px;
	padding: 60px;
	margin: 0 auto;
}

.content .absatz.singlecol{
	text-align: center;
}

.content .absatzLinks{
float: left;
width: 50%;
padding: 0 15px 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
.content .absatzRechts{
float: right;
width: 50%;
padding: 0 0 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
.content .absatz.multicol,
.infoseiteBeschreibung.multicol{
    max-width: 1100px;
    text-align: justify;
    margin: 0 auto;
}
.multicol{
	-webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.content.contentlinklist .absatz.multicol{
text-align: left;
}
.content.contentlinklist .absatz.multicol a{
color: #444;
}

@media screen and (max-width: 1000px){
	.content .absatzLinks{
	float: none;
	clear:both;
	width: 100%;
	padding: 0;
	}
	.content .absatzRechts{
	float: none;
	clear:both;
	width: 100%;
	margin-top: 30px;
	padding: 0;
	}
}
/*
.infoseiteBeschreibung.multicol{
	font-size:1.2em;
}
*/


.contentline.autor .content{
	padding: 25px 50px;
	text-align:center;
}

.footline{
	display:block;
	position: relative;
	clear:both;
	background: #007bb7;
	color: #fff;
	min-height: 200px;
	z-index: 7;
}

#slideshow,
.headline > div.contentBild{
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 50%;
	max-width:1920px;
	margin:0 auto;
}
.blurbild{
	height: 430px;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 700px){
	.content .absatz.multicol {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	.contentline > div {
		padding: 40px 20px;
	}
	h1{
		margin-bottom: 40px;
	}
	.infoseiteTitel h1{
		margin-bottom: 40px;
		margin-top: 40px;
	}
}



/* navigation */

.kwmenu{
	display: inline-block;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	transform: translate(0, 0);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: left;
	float:left;
	margin-right: 8px;
}
.kwmenu.closed{
	background-image: url(/bilder/menu-closed.png);
}
.kwmenu.opened{
	background-image: url(/bilder/menu-open.png);
}
.navline{
	position:fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	display:none;
}
#navc{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	display:table;
	table-layout:fixed;
}
#navc a, #navc a:hover{
	text-decoration:none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.navgroup{
	display:table-row;
}
.navclear{
	display:none;
}
.nav{
	width: 100%;
	position:relative;
	background: #007bb7;
	color: #fff;
	max-height: 80%;
	overflow-y:auto;
	-webkit-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
}
.conE0{
	display: table-cell;
	padding-right: 10px;
	padding-bottom: 40px;
}

.navE{
	display:block;
	padding: 10px;
	clear:both;
	color: #fff;
	text-decoration:none;
	outline:none;
	font-size: 0.9em;
}
.navE:hover{
	background: #fff;
	color: #007bb7;
}

.navE0{
	font-size: 1.2em;
	font-weight:600;
	margin-bottom: 10px;
}
.navE0:hover{
	background: none;
	color: #fff;
}

.navListe0:after, .nav:after, .conE0:after, #navc:after{
	content: " ";
	clear:both;
	display: block;
}

.spaltview{
	float: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-width: 180px;
    width: 25%;
    padding: 10px 10px 0 10px;
}

.footmenu a{
	clear:both;
	display:block;
	padding: 0 0 5px 0;
}

.footsocial a{
	margin-left: 10px;
	display:block;
	float:right;
}

@media screen and (max-width: 800px){
	#navc{
		display:block;
	}
	.navgroup{
		display:block;
		clear:left;
		width: 100%;
		margin-bottom: 40px;
	}
	.navclear{
		width: 100%;
		height: 1px;
		display:block;
		clear:both;
	}
	.conE0{
		display:block;
		padding: 0;
		float:left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 650px){
	.topline .toplineSucheMobileIcon{
		display: inline-block;
	}
	.topline .toplineSuche{
		display: none;
	}
	.topline .menutext{
		display: none;
	}
	.topline .kwmenu{
		margin-right: 0;
	}
	.topline .conE0{
		max-width: 45%;
	}
}

@media screen and (max-width: 400px){
	#navc{
		padding: 10px 0;
	}
	.conE0{
		float:none;
		max-width: none;
		width: auto !important;
		display:block;
		clear:both;
		margin-right: 10px;
		margin-top: 40px;
	}
	.navE{
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.navgroup{
		margin-bottom: 0;
		height: auto !important;
	}
	.conE0{
		margin-top: 0;
	}
	.conE1{
		margin-bottom: 40px;
	}
	.conE1.hidden{
		display:none;
	}

}


/* ===== FRONT-BERICHTE =====  */

.content .front:after{
	content: "";
	clear:both;
	display:block;
}

.content .frontsichtbar {
	clear: both;
	display: box;
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:stretch;
	align-content:center;

	display: -webkit-flex;
	-webkit-flex-direction:row;
	-webkit-flex-wrap:wrap;
	-webkit-align-items:stretch;
	-webkit-align-content:center;
}

.content .frontunsichtbar {
	clear: both;
	display: none;
}

.content .front .berichtfrontBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 0 15px;
	color: #444;
	cursor: pointer;

	flex:0 1 25%;
	-webkit-flex:0 1 25%;
}

.content .front .berichtfrontBox:hover {
	background: #d0e5f3;
}

.content .berichtfrontBox img {
	width: 100%;
	height: auto;
}

.content .frontmehrPfeil {
	clear: both;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

@media screen and (min-width: 600px) and (max-width: 900px){
	.content .front .berichtfrontBox {
		flex-basis:50%;
		-webkit-flex-basis:50%;
	}
	.spaltview{
		max-width: 50%;
	}
	.spaltview.odd{
		clear: left;
	}
}

@media screen and (max-width: 600px){
	.content .front .berichtfrontBox {
		flex-basis:100%;
		-webkit-flex-basis:100%;
	}
	.spaltview{
		width: 100%;
		max-width: none;
	}
}

.content .front .berichtfrontBox .berichtfrontTitel  {
	font-size: 1.2em;
}

.content .front .berichtfrontBox .berichtfrontTitel a {
	text-decoration: none;
	color: #007bb7;
	outline: none;
	display: block;
	padding: 22px 0 12px 0;
}

.content .front .berichtfrontBox .berichtfrontText a {
	text-decoration: none;
	color: #444;
	outline: none;
	display: block;
	padding-bottom: 25px;
}

.berichtfrontWeiterlink {
	text-decoration: none;
	color: #ff7026;
}

/* ===== FRONT KUNDENMEINUNGEN ===== */
.kundenmeinungen{
	display:table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}
.kundenmeinungenmitte{
	width: 30px;
}
.kundenmeinung{
	position: relative;
	width: 50%;
	display:table-cell;
	padding:20px;
	background:#ddeff9;
	color: #007bb7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.kundenmeinung .text:last-child{
	font-size: 0.8em;
	clear:both;
	display:block;
	font-style: italic;
	color: #000;
}
.kundenmeinung:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 12px 11px 0;
border-color: #ddeff9 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -12px;
right: 20px;
}
@media screen and (max-width: 700px){
	.kundenmeinungen{
		display:block;
	}
	.kundenmeinungenmitte{
		display:none;
	}
	.kundenmeinung{
		display:block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kundenmeinungen > .kundenmeinung:first-child{
		margin-bottom: 30px;
	}
}

/* ========== FRONT SCROLLDOWN ========== */
.scrolldown {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007BB7;
	z-index: 8;
	cursor:pointer;
	padding: 10px 0;
	text-align:center;
}

/* ========== FANCYBOX & ALBUM & DOCS ========== */

/* tooltip (rechts von element) */
#kwTooltip {
	position: absolute;
	margin: -15px 0 0 0;
	z-index: 1000000;
	text-align: left;
	opacity: 1;
}
#kwTooltip div {
	position: relative;
}
#kwTooltip .kwTooltipPfeil {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 20px;
	height: 50px;
	background: transparent url(/_kirchenweb/images/tooltipL.png) 0 0 no-repeat;
	z-index: 1000002;
}
#kwTooltip .kwTooltipInhalt {
	position: absolute;
	left: 19px;
	top: 0;
	min-width: 180px;
	min-height: 18px;
	margin: 0px;
	padding: 16px 18px 16px 18px;
	border: 1px solid #959595;
	background: #fff;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	overflow: visible;
	z-index: 1000001;
}
#kwTooltip .kwTooltipInhalt .laden{
	width: 16px;
	height: 16px;
	background: url(/_kirchenweb/images/iconLaden.gif) 0 0 no-repeat;
}


/* tooltip (links von element) */
#kwTooltip.left .kwTooltipPfeil {
	position: absolute;
	left: -12px;
	top: 16px;
	background: transparent url(/_kirchenweb/images/tooltipR.png) 0 0 no-repeat;
	z-index: 1000005;
}
#kwTooltip.left .kwTooltipInhalt {
	position: absolute;
	left: -299px;
	top: 0;
	width: 250px;
	padding: 16px 18px 16px 18px;
	overflow: hidden;
}
#kwTooltip div.title {
	font-weight: bold;
	white-space: nowrap;
}
#kwTooltip div.row {
	margin: 0;
	padding: 0 0 3px 0;
	background: none;
}
#kwTooltip div.row.spa {
	padding: 0;
	height: 10px;
}
#kwTooltip .des {
	color: #686e72;
	font-size: 10px;
}
#kwTooltip .kwTooltipInhalt table td {
	padding: 0 5px 0 0;
}


/* album */
.album span.albumDatum{
font-family: ariel,sans-serif;
font-weight: normal;
font-size: 1.0em;
line-height: 120%;
padding: 0 0 16px 0;
color: #666666;
}
.album div.albumBeschreibung{
font-family: ariel,sans-serif;
font-size: 0.9em;
line-height: 120%;
padding: 0 0 16px 0;
color: #666666;
}
.album .sliderBox{
margin: 0;
padding: 0;
overflow: hidden;
background: transparent;
}
.album .sliderBox #albumSlider{
position: relative;
top: 0;
left: 0;
}
.album .bilderBox{
float: left;
}
.album .bilderBox .bild{
float: left;
z-index: 10;
}
.album .bilderBox .bild .bildinfo {
display: none;
overflow: hidden;
opacity: 0.8;
filter: alpha(opacity = 80);
position: absolute;
color: #444444;
background: #f2f2f2;
font-size: 0.9em;
z-index: 20;
cursor: pointer;
}
.album .bilderBox .bild .bildinfo .box {
position: relative;
}
.album .bilderBox .bild .bildinfo .bildname {
position: absolute;
bottom: 0;
display: block;
margin: 0 0 25px 0;
}
.album .bilderBox .bild .bildinfo .bildfotograf {
position: absolute;
bottom: 0;
display: block;
font-size: 0.8em;
}
.album .bilderBox .bild:hover .bildinfo {
display: block;
}
.album .sliderNavTop, .album .sliderNavBot {
position: relative;
height: 35px;
margin: 15px 0;
padding: 5px;
border: 0;
background-color: #eeeeee;
font-size: 0.9em;
}
.album .albName{
float: left;
height: 15px;
padding: 9px 10px 11px 10px;
}
.album .anzBilder{
float: right;
height: 15px;
padding: 9px 10px 11px 10px;
}
.album .sliderL, .album .sliderR{
float: right;
width: 15px;
height: 25px;
padding: 5px 10px;
background-color: #fff;
}
.album .sliderL{
margin: 0 2px 0 0;
}
.album .sliderD{
position: absolute;
height: 15px;
padding: 10px 5px;
}
.album .sliderLP, .album .sliderRP, .album .sliderLP.sliderAus, .album .sliderRP.sliderAus{
fill: #d2d2d2;
}
.album .sliderDP, .album .sliderL:hover .sliderLP, .album .sliderR:hover .sliderRP, .album .sliderD:hover .sliderDP, .album .sliderLP.sliderEin, .album .sliderRP.sliderEin{
fill: #797979 !important;
}



/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(/_kirchenweb/images/fancybox_sprite.png);
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url(/_kirchenweb/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(/_kirchenweb/images/blank.gif); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
overflow: hidden !important;
width: auto;
}

.fancybox-lock body {
overflow: hidden !important;
}

.fancybox-lock-test {
overflow-y: hidden !important;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: #000;
background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesnt support RGBa */
background: rgba(0, 0, 0, 0.8);

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(/_kirchenweb/images/fancybox_sprite@2x.png);
background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
background-image: url(/_kirchenweb/images/fancybox_loading@2x.gif);
background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}

#fancybox-thumbs.bottom {
bottom: 2px;
}

#fancybox-thumbs.top {
top: 2px;
}

#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

#fancybox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
}

#fancybox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
opacity: 1;
}

#fancybox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}

#fancybox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
}

#fancybox-buttons {
position: fixed;
left: 0;
width: 100%;
z-index: 8050;
}

#fancybox-buttons.top {
top: 10px;
}

#fancybox-buttons.bottom {
bottom: 10px;
}

#fancybox-buttons ul {
display: block;
width: 337px;
height: 30px;
margin: 0 auto;
padding: 0;
list-style: none;
border: 1px solid #111;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
background: rgb(50,50,50);
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#222222",GradientType=0 );
}

#fancybox-buttons ul li {
float: left;
margin: 0;
padding: 0;
}

#fancybox-buttons a {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-color: transparent;
background-image: url(/_kirchenweb/images/fancybox_buttons.png);
background-repeat: no-repeat;
outline: none;
opacity: 0.8;
}

#fancybox-buttons a:hover {
opacity: 1;
}

#fancybox-buttons a.btnPrev {
background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
background-position: -33px 0;
border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
background-position: -30px -30px;
}

#fancybox-buttons a.btnDirectLink {
width: 95px;
height: 30px;
text-indent: 0px;
text-align: center;
background: transparent;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
line-height: 220%;
font-size: 13px;
font-family: "Lato", sans-serif;
color: #f1f1f1;
}
#fancybox-buttons a.btnDirectLink:hover {
color: #f0f0f0;
}

#fancybox-buttons a.btnDisagreement {
width: 110px;
height: 30px;
text-indent: 0px;
text-align: center;
background: transparent;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
line-height: 220%;
font-size: 13px;
font-family: "Lato", sans-serif;
color: #f1f1f1;
}
#fancybox-buttons a.btnDisagreement:hover {
color: #f0f0f0;
}

#fancybox-buttons a.btnToggle {
background-position: 3px -60px;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
width: 35px
}

#fancybox-buttons a.btnToggleOn {
background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
border-left: 1px solid #111;
width: 35px;
background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
opacity : 0.4;
cursor: default;
}


/* dokumentbaum */
ul#documentTreeStatic {
margin: 3px 10px 50px 10px;
padding: 0;
list-style-type: none;
color: #000;
font-family: arial;
font-size: 0.9em;
}
ul#documentTreeStatic img {
border:0px;
}
ul#documentTreeStatic ul {
margin: 0;
padding: 3px 0 0 20px;
list-style-type: none;
display: none;
}
ul#documentTreeStatic li {
margin: 0;
padding: 0;
line-height: 20px;
}
ul#documentTreeStatic li a {
text-decoration: none;
padding: 0 5px 0 5px;
color: #009;
}
ul#documentTreeStatic li a:hover {
color: #000;
}

/* ========= PERSONEN ALLGEMEIN =========== */

div.portrait > div{
	display:block;
}

div.portrait > h1.portrait{
	display:block;
	margin-bottom: 20px;
	text-align: left;
}

div.portrait > .portraitBild{
	float:left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.portrait > .portraitBeschreibung{
	float: right;
	width: 50%;
	clear:right;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

div.portrait > .portraitBeschreibung:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

div.portrait .galerie > .albumBox{
	width: auto;
	max-width: none;
}

@media screen and (max-width: 900px){
	div.portrait > h1.portrait{
		text-align: center;
	}
	div.portrait > .portraitBild{
		clear:both;
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}
	div.portrait > .portraitBeschreibung{
		clear:both;
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	div.portrait > .portraitBild img{
		width: 100%;
		max-width: 280px;
		height: auto;
	}
}

.personen{
	text-align: center;
}

.personBox.personKontakt, .personen > .personBox{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 180px;
	min-height: 230px;
	width: 25%;
	max-width: 25%;
	padding: 20px;
	color: #444;
	cursor: pointer;
	margin-bottom: 20px;
}
.personBox.personKontakt:hover, .personen > .personBox:hover{
	background: #d0e5f3;
}
.personBox.personKontakt > .personName, .personen > .personBox > .personName{
	margin-bottom: 10px;
}
.personBox.personKontakt > .personName a, .personen > .personBox > .personName a{
	color: #007bb7 !important;
	text-decoration: none !important;
	font-size: 1.2em;
}

.personBox.personKontakt > .personBild, .personen > .personBox > .personBild{
	margin-bottom: 10px;
}

.adrfoto{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border: 1px solid rgba(0,123,183,0.2);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.adrfotoInhalt{
	text-align:left;
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 900px){
	.personBox.personKontakt, .personen > .personBox{
		width: 33.3%;
		max-width: 33.3%;
	}
}
@media screen and (max-width: 600px){
	.personBox.personKontakt, .personen > .personBox{
		width: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 450px){
	.personBox.personKontakt, .personen > .personBox{
		width: 100%;
		max-width: 100%;
	}
}

/* ========= PERSONEN IM FOOTER =========== */

.footline .ansprechkontakt{
	text-align: center;
	display:block;
	clear:both;
	margin-bottom: 40px;
}
.footline .ansprechkontakt h2{
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #fff;
	text-align: center;
}
.footline .ansprechkontakt a{
	color: #fff;
}

.footline .ansprechsperson{
	width: 50%;
	float:left;
	padding: 0;
	display:table;
	text-align:left;
}
.footline .ansprechsperson .bild{
	display: table-cell;
	vertical-align: top;
	padding: 15px;
	width: 155px;
}

.footline .ansprechsperson .infos{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.footline .ansprechsperson .infos .name{
	font-weight:bold;
	font-size: 1.2em;
	display:block;
	clear:both;
	padding-bottom: 10px;
}
.footline .ansprechsperson .infos .email{
	display:block;
	clear:both;
	color: #fff;
}
.footline .ansprechsperson .infos .tel1, .footline .ansprechsperson .infos .tel2{
	display:block;
	clear:both;
	color: #fff;
}
.footline .ansprechsperson .infos .tel1 a, .footline .ansprechsperson .infos .tel2 a, .footline .ansprechsperson .infos .email a{
	color: #fff;
}

@media screen and (max-width: 600px){
	.footline .ansprechsperson,
	.footline .ansprechsperson .bild,
	.footline .ansprechsperson .infos {
		display:block;
		float:none;
		width: 100%;
	}
}

/* ========= PERSONEN IM FOOTER ENDE ====== */


/* ========= DOKUMENTE-ANSICHT =========== */

ul#documentTreeStatic [id^="node"], ul#documentTreeStatic [id*="node"]{
	padding: 10px;
	color: #000;
	margin-bottom: 1px;
}
ul#documentTreeStatic [id^="node"]:hover, ul#documentTreeStatic [id*="node"]:hover{
	color: #007bb7;
}
ul#documentTreeStatic [id^="leave"], ul#documentTreeStatic [id*="leave"]{
	padding: 5px;
	color: #000;
	margin-bottom: 1px;
}
ul#documentTreeStatic [id^="leave"]:hover, ul#documentTreeStatic [id*="leave"]:hover{
	color: #007bb7;
}

/* ========= DOKUMENTE-ANSICHT ENDE =========== */

.diskussion .diskussionEintrag{
	background: #fff;
	padding: 20px;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}
.diskussion .diskussionEintrag:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 50%;
}

.contentline.default .diskussion .diskussionEintrag{
	background: #ddeff9;
}
.contentline.default .diskussion .diskussionEintrag:after{
	border-color: #ddeff9 transparent;
}

.diskussion .eingabe, .contentline.default .diskussion .eingabe{
	text-align:center;
	background: none;
	padding: 0;
	margin: 0;
	max-width: none;
	margin-bottom: 40px;
}
.diskussion .eingabe:after{
	border-width: 0px 0px 0;
	display:none;
}
.diskussion .eingabe textarea{
	width: 100%;
	max-width: 500px;
	display:block;
	margin: 0 auto;
	padding: 10px;
	resize: vertical;
	text-align: left;
}
.diskussion .eingabe .text{
	padding: 10px;
	margin-top: 20px;
}
.diskussion .eingabe #diskussionSubmit{
	padding: 10px;
	margin-top: 20px;
}
.diskussionBeschreibung{
	text-align: center;
	padding-bottom: 20px;
}
.diskussionAutor{
	font-size: 0.8em;
}
.diskussionAutor:after{
	content: "";
	clear:both;
	display:block;
}
.diskussionAutor span{
	font-size: 1.2em;
	display:block;
	clear:both;
	padding: 10px 0;
}
.diskussionAutor a{
	display:block;
	float:left;
	margin-bottom: 10px;
}



.formularEingabe{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.formularEingabe .gap{
	margin-bottom: 20px;
}
.formularEingabe input.formular[type=text], .formularEingabe textarea.formular{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 5px;
}
.formularEingabe textarea.formular{
	resize: vertical;
}
.formularEingabe .formularRadiobutton{
	margin-bottom: 10px;
	padding: 10px 0;
}
.formularEingabe .formularCheckbox{
	padding-bottom: 10px;
}

.formularEingabe #formularSubmitInfo{
	display:block;
	clear:both;
	padding: 10px 0;
	font-size: 0.9em;
	color: red;
}
.formularEingabe #formularSubmit{
	padding: 10px;
}

.formularBeschreibung{
	text-align:center;
}

.formular.leer{
	border: 1px solid red !important;
}



/* login */

.login > form{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.login > form > .loginRow{
	margin-bottom: 20px;
	text-align: center;
}

.login > form > .loginRow > span{
	text-align: left;
}

.login > form > .loginRow:nth-child(6), .login > form > .loginRow:nth-child(7){
	margin-bottom: 0;
}

.login > form > .loginRow:nth-child(4) span, .login > form > .loginRow:nth-child(6) span, .login > form > .loginRow:nth-child(7) span{
	display:none;
}

.login > form > .loginRow > input{
	clear:both;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
	outline: none;
}

.login > form > .loginRow > input.submit{
	background: #007bb7;
	color: #fff;
	max-width: 200px;
	clear:both;
	display:block;
	margin: 0 auto;
	cursor: pointer;
}
.login > form > .loginRow > input.submit:hover{
	background: #004D89;
}

.login > form > .loginRow > a{
	clear:both;
	display: block;
}

.login > form > p{
	display:none;
}


/* GALERIE SEITE - ALBUM BOX */

.galerie > .albumBox{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 180px;
	min-height: 230px;
	width: 25%;
	max-width: 25%;
	padding: 20px;
	color: #444;
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center;
}

.galerie > .albumBox:hover{
	background: #d0e5f3;
}

.galerie > .albumBox .albumBild{
	margin-bottom: 10px;
}

.galerie > .albumBox .albumBild > div > img{
	max-width: 100%;
	height: auto;
}

.galerie > .albumBox .albuminfo{
	height: auto !important;
	width: 100% !important;
	margin-bottom: 20px;
}

.galerie > .albumBox .albuminfo span{
	clear:both;
	display:block;
}

.galerie > .albumBox a .albumName, .galerie > .albumBox a:hover{
	color: #007bb7 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 900px){
	.galerie > .albumBox{
		width: 33.3%;
		max-width: 33.3%;
	}
}
@media screen and (max-width: 600px){
	.galerie > .albumBox{
		width: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 450px){
	.galerie > .albumBox{
		width: 100%;
		max-width: 100%;
	}
}





/* INFOSEITEN SCHRIFTEN UMSETZUNG */

ul.st-markup{
	list-style: disc;
	margin-left: 20px;
	text-align: left;
}

b{
	font-weight: bold;
}


/* =========== BERICHTE ============= */
.headline .berichtTitel{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.8);
}
.headline .berichtTitel h1{
	margin-bottom: 40px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 2em;
}
.headline .berichtTitel.fallback{
	background:#047bb7;
}
.headline .berichtTitel.fallback h1{
	margin-top:0;
	color:#fff;
}
@media screen and (max-width: 600px){
	.berichtTitel h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* =========== INFOSEITE ============= */
.headline .infoseiteTitel{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.8);
}
.infoseiteTitel h1{
	margin-bottom: 40px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.9em;
}
.headline .infoseiteTitel.fallback{
	background:#047bb7;
}
.headline .infoseiteTitel.fallback h1{
	margin-top:0;
	color:#fff;
}

@media screen and (max-width: 600px){
	.infoseiteTitel h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
.contentline .content.hidden{
	display:none;
}
.contentline .content ul{
	-webkit-column-span: none;
	-moz-column-span: none;
	column-span: none;
}
.contentline.parallax{
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 35vh;
}
@media screen and (max-width:1024px){
	.contentline.parallax{
		background-attachment:scroll;
	}
}
.contentline .bild {
	overflow:hidden;
	text-align:center;
	padding:0;
}
.contentline .bild img{
	width:100%;
	height:auto;
}
.contentline.bildcontainer{
	max-height:50vh;
	min-height:0;
}
.contentline.bildcontainer .bild.klein{
	max-width:640px;
	font-size: 0;
}
.contentline.bildcontainer .bild.gross{
	max-width:1100px;
	font-size: 0;
}



/****** INFOSEITE 404 *******/
.fehlerExistenz{

}
.fehlerHinweis{

}

/* FIX NAV NEU */

.fixnavcontainer{
	position: relative;
	display:none;
}

.fixnav{
	background: #fff;
	color: #007bb7;
	display:block;
	max-width: 640px;
	margin: 0 auto;
}

.fixnav > .fixnavSelected{
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	position:relative;
	border-bottom: 1px solid #fff;
}

.fixnav > .fixnavSelected.active{
	border-bottom: 1px solid #ddeff9;
}

.fixnav > .fixnavSelected:after{
	position: absolute;
	right: 15px;
	top: 0;
	content: "";
	background-image: url(bilder/pfeil-unten.png);
	bottom: 0;
	width: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
}

.fixnav > .fixnavSelected.active:after{
	background-image: url(bilder/pfeil-oben.png);
}

.fixnav > .fixnavItems{
	display:none;
	overflow-y: auto;
	max-height: 250px;
}

.fixnavItems .fixnavItem{
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.fixnavItems .fixnavItem:hover{
	background: #ddeff9;
}

.fixnavItems .fixnavItem.active{
	background: #007bb7;
	color: #fff;
}

.fixnavcontainer.fixed{
	display:block;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 8;
	width: 100%;
}

.fixnavcontainer.fixed .fixnav{
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
}

@media screen and (max-width: 460px){
	.subnavtile .item{
		width: 50%;
		max-width: none;
	}
}

@media screen and (max-height: 370px){
	.fixnav > .fixnavItems{
		max-height: 150px;
	}
}


/* SUBNAV LIST */

.subnavlist > .item{
	cursor:pointer;
}
.subnavlist > .item:hover .kwpfeil, .subnavlist.active > .item .kwpfeil{
	background-image: url(bilder/pfeil-unten.png);
}

.subnavlist.active > .item{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 20px;
}

.subnavlist > .item > .item{
	display: box;
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.subnavlist > .item > .item > .navbild{
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	min-width: 150px;
	width: 150px;
	max-width: 150px;
	flex-grow: 0;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	-ms-flex-grow: 0;
	padding-right: 20px;
}

.subnavlist > .item > .item > .navbild img{
	max-width: 100%;
	height: auto;
}

.subnavlist > .item > .item > .subnavText{
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	align-content: flex-start;
	min-width: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.subnavText > .subnavTitel{
	font-size: 1.1em;
	color: #007bb7;
	margin-bottom: 20px;
}

.subnavText > .subnavBeschreibung{
	line-height: 1.5em;
}

.subnavlist .subnavPfeilUnten{
	text-align: center;
	padding-top: 20px;
}


/* Footer */

.footerline{
	display: box;
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 60px !important;
}
.footerline .spaltview{
	flex: 0;
	-webkit-flex: 0;
	-moz-flex: 0;
	flex-grow: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	width: 25%;
	min-width: 210px;
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerline .spaltview.autor{
	order: 1;
	font-size: 0.9em;
	line-height: 1.5em;
}
.autorinner{
	background: #fff;
	padding: 15px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.footerline .spaltview.autor .autorinner:after{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 27px;
}
.footerline .spaltview.address{
	order: 3;
	color: #007bb7;
}
.footerline .spaltview.footmenu{
	order: 2;
}
.footerline .spaltview.footsocial{
	order: 4;
}

@media screen and (max-width: 1000px){
	.footerline .spaltview.footmenu{
		display:none;
	}
}

@media screen and (max-width: 700px){
	.footerline .spaltview.footsocial a{
		float: left;
	}
}

.maintenance {
	margin-top: 30px;
}

.maintenance ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.maintenance ul > li {
	min-width: 190px;
    margin-right: 20px;
}

@media(min-width: 900px) {
	.maintenance ul {
		flex-direction: row;
	}
}

/* Notion Embed */
.notion-html #over #mark {
    display: none !important;
}