
/* CSS SYSTEM KIRCHENWEB */


/* css reset (http://meyerweb.com/eric/tools/css/reset/ v2.0 20110126) */
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;
}
button,input,select,textarea {
	font-family: inherit;
}


b {
	font-weight: bold;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
input[disabled=disabled]{
	color: #aaa;
}
input[type=submit].waiting {
	background: url('/_kirchenweb/images/iconLadenButton.gif');
	background-size: 100% 100%;
	cursor: wait;
}


/* clearfix (Float) (27.04.2018 am) */
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
}
.clearfix::after {
	clear: both;
}

/* Flow-Root (10.10.2018 am)
 * Creates a new Block-Formatting-Context
 * https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
 */
.flowRoot {
	overflow: auto;
}

@supports (display: flow-root) {
	.flowRoot {
		overflow: unset;
		display: flow-root !important;
	}
}

/* tooltip (rechts von element) */
#kwTooltip {
	position: absolute;
	margin: -15px 0 0 0;
	z-index: 1000000;
}
#kwTooltip div {
	position: relative;
}
#kwTooltip .kwTooltipPfeil {
	position: absolute;
	height: 25px;
	width: 20px;
	left: 0;
	top: 16px;
	background: transparent url(/_kirchenweb/images/tooltipL.png) no-repeat scroll 0 0;
	z-index: 1000002;
}
#kwTooltip .kwTooltipInhalt {
	position: absolute;
	min-height: 18px;
	min-width: 180px;
	left: 19px;
	top: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #959595;
	overflow: visible;
	z-index: 1000001;
}
#kwTooltip .kwTooltipInhalt .laden {
	width: 16px;
	height: 16px;
	background: transparent url(/_kirchenweb/images/iconLaden.gif) no-repeat scroll 0 0;
}



/* tooltip (links von element) */
#kwTooltip.left .kwTooltipPfeil{
	position: absolute;
	left: -12px;
	top: 16px;
	background: transparent url(/_kirchenweb/images/tooltipR.png) no-repeat scroll 0 0;
	z-index: 1000005;
}
#kwTooltip.left .kwTooltipInhalt{
	position: absolute;
	width: 250px;
	left: -299px;
	top: 0;
	padding: 16px 18px;
	overflow: hidden;
}
#kwTooltip div.title{
	font-weight: bold;
	white-space: nowrap;
}
#kwTooltip div.row{
	padding: 0 0 3px 0;
	background: none;
}
#kwTooltip div.row.spa{
	height: 10px;
}
#kwTooltip .des{
	font-size: 10px;
	color: #686e72;
}
#kwTooltip .kwTooltipInhalt table td{
	padding: 0 5px 0 0;
}



/* kw mitteilung */
#kwMitteilung{
	position: fixed;
	top: 0;
	width: 465px;
	margin: 0 auto;
	height: 55px;
	background: url(/_kirchenweb/images/loginMitteilung.png) 0 0 no-repeat;
	z-index: 10000;
}
#kwMitteilung div.info{
	float: left;
	width: 50px;
	height: 53px;
	background: url(/_kirchenweb/images/loginMitteilung.png) 0 -54px no-repeat;
}
#kwMitteilungText{
	float: left;
	padding: 20px 0 0 0;
	width: 405px;
	height: 38px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 80%;
}



/* dokumentbaum */
/* Standard Definitionen */
.treecontainer {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:0;
}
.treecontainer .meldungGefiltert{
	display:none;
}
.treecontainer .meldungGefiltert.active{
	display:block;
}
.treecontainer .controls {
	/* ausgeblendet, möglicherweise später */
	display:none;
}
.treecontainer .folder,
.treecontainer .document{
	position:relative;
	line-height:150%;
}
.treecontainer .name {
	display:inline;
	cursor:pointer;
	line-height:100%;
}
.treecontainer .name span{
	margin-left:0.5em;
}
.treecontainer .marked > .name .nameSpan{
	background-color:rgba(0,0,0,0.2);
}
.treecontainer .name a.doklink{
	color:inherit;
}
.treecontainer [data-root] > .name a.doklink{
	font-weight:bold;
}
.treecontainer .icon {
	display:inline-block;
	height:1em;
	width:1em;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:text-top;
}
#monitorSuche .document .downloadIcon,
.treecontainer .name .downloadIcon{
	display:inline-block;
	visibility:hidden;
	height:1em;
	width:1em;
	margin-left:0.5em;
	background-image: url(/_kirchenweb/images/dokIconsSVG/download.svg);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:text-top;
}
#monitorSuche .document:hover .downloadIcon,
.treecontainer .name:hover .downloadIcon,
.treecontainer .marked > .name .downloadIcon{
	visibility:visible;
}
.treecontainer .loading > .name .downloadIcon{
	display:none;
}
.treecontainer .folder > .name .icon{
	background-image:url("/_kirchenweb/images/dokIconsSVG/folder.svg");
}
.treecontainer .folder[data-parent] > .name .icon{
	background-image:url("/_kirchenweb/images/dokIconsSVG/folder_open.svg");
}
.treecontainer .error > .name .icon{
	background-image:url("/_kirchenweb/images/loginIcons.png");
	background-position:4px -1397px;
}
.treecontainer .loading > .name .icon{
	background-image:url("/_kirchenweb/images/iconLaden.gif");
}
.treecontainer .document .uploadProgress{
	display:none;
}
.treecontainer .document .cancel{
	display:none;
}
.treecontainer .children{
	display:none;
	margin-left:1.5em;
}
.treecontainer .folder.extended > .children{
	display:block;
}
.treecontainer .root > .children{
	display:block;
	margin-left:0;
}


/* suchausgaben */
.modSucheNavigation{
	padding: 8px 16px;
	background-color: #ededed;
	border: 1px solid #e5e5e5;
}

.modSucheNavigation.top{
	margin-bottom: 2rem;
}

.modSucheNavigationTabs {
	display: flex;
	flex-wrap: wrap;
}

.modSucheNavigationSteuerung {
	margin-top: 16px;
	padding: 0 16px;
}

.modSucheNavigationTab {
	display: block;
	padding: 8px 16px;
	font-size: 14px;
	color: #333333;
}

.modSucheNavigationTab.disabled,
.modSucheNavigationTab.disabled:hover {
	color: hsla(0, 0%, 0%, 0.15);
	cursor: not-allowed;
}

.modSucheNavigation .active {
	color: #21385c;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

.checkboxSwitch {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

.checkboxSwitchInput {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	opacity: 0;
}

.checkboxSwitchLabel {
	margin-right: 3rem;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
}

.checkboxSwitchHandle {
	width: 28px;
	height: 16px;
	border-radius: 0.5rem;
	background-color: #666;
}

.checkboxSwitchHandle::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.2s ease;
}

.checkboxSwitchInput:checked ~ .checkboxSwitchHandle {
	background-color: #21385c;
}

.checkboxSwitchInput:checked ~ .checkboxSwitchHandle::before {
	left: 13px;
}

.button.viewChange {
	padding: 0.2rem 0.5rem;
	font-size: 14px;
}

.button.viewChange:hover {
	transform: none;
	background-color: #f9f9f9;
}

.modSucheNavigationLabel {
	margin-right: 4px;
	font-size: 14px;
}

.modSucheNavigation.bottom {
	margin-top: 2rem;
}

.modSucheNavigationPagination {
	display: flex;
	justify-content: space-between;
}

.paginationPage {
	box-sizing: border-box;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	color: #333333;
}

.modSucheNavigation select {
	padding: 2px;
	font-size: 14px;
	border: 1px solid #ddd;
}

.modSucheNavigationAnsicht{
	width: 200px;
	float: right;
	text-align: right;
}

table.modSucheTable {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	background-color: transparent;
}
table.modSucheTable tr{
	vertical-align: top;
}
table.modSucheTable th{
	font-size: 11px;
	padding: 5px;
}
table.modSucheTable td{
	padding: 0 5px;
}
table.modSucheTable tr.inaktiv{
}
table.modSucheTable tr.aktiv *{
	background-color: #eee;
}
table.modSucheTable td.modSucheTdLine{
	padding: 2px 5px;
	border-top: 1px solid #ccc;
}
table.modSucheTable tr:first-child td.modSucheTdLine{
	border-top: none;
}
.liste{
	width: 100%;
}




/* person */
.adrfotoBild{
	padding-right: 10px;
}

.personen .previousDescription {
	margin-bottom: 15px;
}

.personen .personBox {
	position: relative;
}
.personen .personBox .personIconNewWindow {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 16px;
	height: 16px;
	padding: 0;
	line-height: unset;
}

.personen .personBox:hover .personIconNewWindow {
	display: block;
}

/* ausgabe meta*/
div.modSucheMeta{
	color: #555;
	background-color: #009;
}



/* suche kombi */
#portalSuchekombiInput{
	width: 280px;
	max-width: 60vw;
	padding: 0.5rem;
	font-size: 1.2rem;
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
}
#portalSuchekombiIcon{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	cursor: pointer;
}
#portalSuchekombiIcon svg{
	height: 1.8rem;
	width: auto;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
}
#portalSuchekombiIcon svg .svgKwIcon{
	stroke: #aaa;
}
#portalSuchekombiIcon:hover svg .svgKwIcon{
	stroke: #555;
}
/* suche kombi, textvorschlag */
ul.kwMultiListe{
	display: none;
	position: absolute;
	width: 280px;
	max-width: 60vw;
	margin: 0.5rem 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
	z-index: 10;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
ul.kwMultiListe li{
	display: block;
	padding: 0.5rem;
	color: #333333;
	font-size: 1rem;
	background: #f1f1f1;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
ul.kwMultiListe li:last-child{
	border-bottom: 0;
}
ul.kwMultiListe li.aktiv {
	background: #fff;
}



/* ausgabe ver... */
div.modSucheAusgabeVer{
	text-align: center;
}
div.agenda div.modSucheAusgabeVer{
	min-height: 700px;
}
td.modSucheAusgabeMehrzeiligLS{
	text-align: right;
	margin: 0 5px;
	padding: 0 5px;
}
td.modSucheAusgabeMehrzeiligRS{
	text-align: left;
	border-left: 1px dotted #ccc;
}
td.modSucheAusgabeMehrzeiligRS a{
	padding: 0 0 10px 0;
}
hr.modSuche{
	height: 1px;
}



/* ausgabe ausfuehrlich */
div.modSucheAusgabeAusfuehrlichBild{
	float: left;
	padding: 7px 0 0 5px;
}
.modSucheAusgabeAusfuehrlichDatum{
	float: left;
	height: 60px;
	width: 80px;
	padding: 5px 0 0 5px;
	background-color: transparent;
}
div.modSucheAusgabeAusfuehrlichText{
	min-height: 70px;
	margin: 0 0 0 95px;
	padding: 5px 5px 5px 0;
}
* html div.modSucheAusgabeAusfuehrlichText{
	height: 70px;
}
a .modSucheAusgabeAusfuehrlichText{
	color: #333333;
}
.modSucheAusgabeAusfuehrlichText span.msaTitel{
	display: block;
	color: #d95a18;
}
.modSucheAusgabeAusfuehrlichText span.msaDatum,
.modSucheAusgabeAusfuehrlichText span.msaPredigtperson,
.modSucheAusgabeAusfuehrlichText span.msaKontakt
{
	display: block;
}
.modSucheAusgabeAusfuehrlichText span.msaDatum:after{
	content: " ";
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img,
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
	width: 80px;
}


/* ausgabe beschreibungallein */
.modSucheAusgabeBeschreibungallein .modSucheAusgabeAusfuehrlichDatum{
	min-height: 0;
}


/* ausgabe kompakt */
div.modSucheAusgabeKompakt{
	padding: 2px;
	border-top: 1px solid #ccc;
}
div.modSucheAusgabeKompaktHover{
	padding: 2px;
	background-color: #eee;
	border-top: 1px solid #ccc;
}
div.modSucheAusgabeKompaktDatum{
	float: right;
	width: 85px;
	text-align: right;
	padding: 0 3px 0 0;
}
div.modSucheAusgabeKompaktZeit{
	float: right;
	width: 40px;
	text-align: right;
	padding: 0 3px 0 0;
}


/* ausgabe handlich */
div.modSucheAusgabeHandlich{
	float: left;
	min-width: 80px;
	color: #555;
}
div.modSucheAusgabeHandlichV{
	float: left;
	min-width: 80px;
}



/* album */
.album span.albumDatum{
	font-family: ariel,sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 120%;
	padding: 0 0 16px 0;
	color: #666666;
}
.album div.albumBeschreibung{
	font-family: ariel,sans-serif;
	font-size: 14px;
	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: 12px;
	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: 11px;
}
.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: 12px;
}
.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, .sliderDP{
	fill: #d2d2d2;
}
.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;
}



/* einfügebefehl rechtstext */
.einfuegebefehlRechtstexte {
	margin: 1rem 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.rtDokument {
	margin: 7px 0;
	font-size: 18px;
	font-weight: bold;
}
.rtParagraph {
	margin: 10px 0;
	font-weight: bold;
}
.rtParagraphBezeichner {
	display: inline-block;
	width: 70px;
}
.rtAbsatz {
	margin-left: 70px;
	padding-bottom: 7px;
}
.rtAbsatz sup {
	font-size: 10px;
	vertical-align: super;
}

a.fuss {
	padding-left: 14px;
	background: transparent url(/_kirchenweb/images/modulRechtstexteIcon.png) 0 -497px no-repeat;
}

.rtSource {
	text-align: right;
}



/* einfügebefehl raumbelegung */
.ausgabeRaumbelegungContainer {
	overflow-x: auto;
}
table.ausgabeRaumbelegung{
	border-collapse: collapse;
}
table.ausgabeRaumbelegung th,
table.ausgabeRaumbelegung td{
	padding: 0 5px 0 5px;
}
table.ausgabeRaumbelegung tr.titelraum{
	border-top: 5px solid #fff;
}
table.ausgabeRaumbelegung tr.titeldatum,
table.ausgabeRaumbelegung th.titelbez{
	text-align: left;
	font-size: 13px;
}
table.ausgabeRaumbelegung tr th{
	border: 1px solid #fff;
}
table.ausgabeRaumbelegung tr td.rbeldatum{
	text-align: right;
	background-color: #e4e4e4;
	cursor: default;
}
table.ausgabeRaumbelegung td{
	border: 1px solid #fff;
}
table.ausgabeRaumbelegung td.bese {
	position: relative;
	cursor: pointer;
}

table.ausgabeRaumbelegungLegende .legendeText {
	text-align: left;
}

table.ausgabeRaumbelegungLegende .legendeBeispiel {
	width: 14px;
}
table.ausgabeRaumbelegung td.bese::before,
table.ausgabeRaumbelegung td.bese::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: black;
	transform-origin: center;
}

table.ausgabeRaumbelegung td.bese::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

table.ausgabeRaumbelegung td.bese::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

table.ausgabeRaumbelegung th.roomspace,
table.ausgabeRaumbelegung td.roomspace{
	border-right: 5px solid #fff;
}
table.ausgabeRaumbelegung td.frei{
	background-color: rgba(83,169,63,0.7);
	transition: background 0.5s ease-in-out 0s;
}
table.ausgabeRaumbelegung td.frei:hover{
	background-color: rgba(21,111,0,0.7);
}
table.ausgabeRaumbelegung td.bese{
	background-color: rgba(234,67,53,0.7);
	transition: background 0.5s ease-in-out 0s;
}
table.ausgabeRaumbelegung td.bese:hover{
	background-color: rgba(186,14,0,0.7);
}
table.ausgabeRaumbelegung tr.we td.frei{
	background-color: rgba(83,169,63,1);
}
table.ausgabeRaumbelegung tr.we td.frei:hover{
	background-color: rgba(21,111,0,1);
}
table.ausgabeRaumbelegung tr.we td.bese{
	background-color: rgba(234,67,53,1);
}
table.ausgabeRaumbelegung tr.we td.bese:hover{
	background-color: rgba(186,14,0,1);
}
table.ausgabeRaumbelegung th.aktiv{
	background-color: #e4e4e4;
}
table.ausgabeRaumbelegung tr:hover td.rbeldatum{
	background-color: #fff;
}


/* einfügebefehl struct tabelle */
table.st-markup strong {
	font-weight: bold;
}


/* gruppen (07.02.2018 dj) */
.infoboxGruppen span.num{
	float: left;
}
.infobox div.infoboxLink span.num{
	margin-right: 7px; /* 24.09.2018 sj */
}



/* meine newsletter (24.09.2018 sj) */
.infoboxMyNewsletter input {
	flex-basis: 100%;
	min-width: 1px; /* necessary when using display:flex; 05.09.2018 sj */
	font-size: 1rem;
	padding: 0 6px;
}
.infoboxMyNewsletter button.submit {
	flex-basis: 140px;
}
.infoboxMyNewsletter .small {
	font-size: 0.8rem;
}
.infoboxMyNewsletter .error {
	color: #aa0000;
}
.infoboxMyNewsletter .aktionMyNewsletter {
	display: flex;
	padding: 0.75rem;
}
.modSucheAusgabeAusfuehrlich.myNewsletter {
	display: none;
	width: 420px;
	background: #21385c;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #21385c;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
	width: 100%;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter h2 {
	font-size: 1.4rem;
	margin: 0;
	padding-top: 0.75rem;
	padding-left: 0.75rem;
	color:  #21385c;
}

.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter button {
	border: 1px solid #ffffff;
	background: #21385c;
}

.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter button:hover {
	background: rgba(33,56,92, 0.7);
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter .aktionMyNewsletter {
	display: flex;
	color: #ffffff;
}

.myNewsletterContent {
	max-width: 860px;
	margin: 20px auto;
}
.myNewsletterContent .boxHerkuenfte {
	display: none;
}
.myNewsletterContent .logout.submit {
	display: inline-block;
	font-size: 1rem;
}
.myNewsletter {
	position: relative;
}

.myNewsletter .loginPassword {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.myNewsletter .loginPassword input {
	width: 250px;
}

.myNewsletter .newsletterList {
	position: relative;
	width: 100%;
	min-height: 60px;
}
.myNewsletter .newsletterList::after {
	content: '';
	display: block;
	clear: both;
}
.myNewsletter .newsletterList .mailgroup {
	display: block;
	width: calc(100%);
	float: left;
	margin: 4px -10px;
	padding: 10px 10px;
	border-radius: 3px;
	background: rgba(150,150,150, 0.1);
	transition: 0.2s;
}
.myNewsletter .newsletterList .mailgroup.disabled {
	cursor: not-allowed;
}
.myNewsletter .newsletterList .mailgroup.subscribed {
	background: rgba(190,215,175, 0.5);
}
.myNewsletter .newsletterList .mailgroup:hover,
.myNewsletter .newsletterList .mailgroup.subscribed:hover{
	background: rgba(150,150,150, 0.2);
	transition: 0.2s;
}
.myNewsletter .newsletterList .mailgroup.disabled,
.myNewsletter .newsletterList .mailgroup.disabled:hover {
	transition: 0.2s;
	background: rgba(150,150,150, 0.05);
}
.myNewsletter .newsletterList .mailgroup .icon {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
}
.myNewsletter .newsletterList .mailgroup .avatar {
	float: left;
	width: 70px;
	height: 70px;
}
.myNewsletter .newsletterList .mailgroup .avatar img {
	width: 100%;
	height: 100%;
}
.myNewsletter .newsletterList .mailgroup .text {
	float: left;
	width: calc(100% - 130px);
	margin-left: 10px;
}
.myNewsletter .newsletterList .mailgroup .text .titel {
	font-weight: 600;
}
.myNewsletter .newsletterList .mailgroup .text .note {
	color: #ff6d00;
}

.myNewsletterContent .profileDetails {
	min-height: 30px;
}
.myNewsletterContent .profileDetails .questionmark {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	color: #21385c;
	background: rgba(33,56,92, 0.1);
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #21385c;
	border-radius: 100px;
	cursor: pointer;
}
.myNewsletter .profiles {
	position: relative;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 50px;
	margin: 10px 0;
}
.myNewsletter .profiles .profile {
	position: relative;
	flex-basis: calc(25% - 1rem);
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 2px;
	z-index: 2;
	transition: 0.3s;
}
.myNewsletter .profiles .profile.edit {
	flex-basis: 100%;
	transition: 0.3s;
}
.myNewsletter .profiles .profile.edit form {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}
.myNewsletter .profiles .profile.edit form .group {
	margin-right: 15px;
}
.myNewsletter .profiles .profile.edit form .group input {
	border: 1px solid rgb(197, 217, 225);
}
.boxHerkuenfte {
	display: flex;
	padding: 0.5rem 0;
	user-select: none;
}
.myn-MyNewsletter_Show {
	padding: 0.75rem;
}
.myn-MyNewsletter_Show a {
	display: block;
	margin-top: 1rem;
}
.myn-MyNewsletter_Logout {
	word-break: break-word;
}
.myn-MyNewsletter_Logout button.logout.submit {
	margin-top: 7px;
}
.myNewsletter .profiles .profile:hover {
	z-index: 1;
	background: #DDDDDD;
}
.myNewsletter .profiles .profile.active {
	box-shadow: 0 0 10px grey;
	cursor: default;
}
.myNewsletter .profiles .profile.active:hover{
	background: none;
}

.tags.closed {
	position: relative;
	height: 40px;
	overflow: hidden;
}
.tags.closed .blur {
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0;
	background: linear-gradient(transparent, #fff);
	margin-bottom: -1px;
}
.tags .toggle.icon {
	display: none;
}

.tags.small {
	display: inline-block;
}

.tag {
	display: inline-block;
	float: left;
	margin: 3px;
	padding: 0 8px;
	font-size: 0.9rem;
	border: 1px solid #BBBBBB;
	border-radius: 100px;
}

.tag:hover {
	cursor: pointer;
	border: 1px solid #555555;
}

.tag.noaction {
	cursor: default;
}
.tag.noaction:hover {
	border: 1px solid #BBBBBB;
}

.tag.active {
	color: #FFFFFF;
	border: 1px solid #555555;
	background: #555555;
}

.tag.small {
	font-size: 0.7rem;
	margin: 2px;
	padding: 0 6px;
	user-select: none;
}
.tag.small:first-child {
	margin-left: 0;
}
.tag.small:last-child {
	margin-right: 0;
}
.tag.big {
	font-size: 1.2rem;
}
.tag.inline {
	float: none;
}
.tag.option {
	margin-top: 15px;
}

.tag.color:hover {
	border: 1px solid #21385c;
}
.tag.color.active {
	border: 1px solid #21385c;
	background: #21385c;
}
.tag.color.active:hover {
	border: 1px solid rgba(#21385c);
	background: rgba(33,56,92, 0.7);
}

.myNewsletterContent button.submit,
.infoboxMyNewsletter button.submit {
	display: inline-block;
	margin-right: 5px;
	padding: 0.3rem 0.7rem;
	color: #fff;
	font-size: inherit;
	border: none;
	background: #21385c;
	cursor: pointer;
}

.myNewsletterContent button.submit:hover,
.infoboxMyNewsletter button.submit:hover {
	background: rgba(33,56,92, 0.7);
}

.myNewsletterContent button.submit.active,
.infoboxMyNewsletter button.submit.active {
	background: #21385c;
}

.myNewsletterContent button.submit.neutral,
.infoboxMyNewsletter button.submit.neutral {
	background: #848484;
}
.myNewsletterContent button.submit.neutral:hover,
.infoboxMyNewsletter button.submit.neutral:hover {
	background: #555555;
}
.myNewsletterContent button.submit.right,
.infoboxMyNewsletter button.submit.right {
	float: right;
	margin: 0 0 0 5px;
}
.myNewsletterContent button.submit.noaction,
.infoboxMyNewsletter button.submit.noaction {
	background: #848484;
	cursor: default;
}

.myNewsletterContent svg.kwIcon .icon {
	stroke: #21385c;
}

@media screen and (max-width: 1200px) {
	.myNewsletterContent .boxHerkuenfte {
		display: flex;
		clear: both;
	}
	.modSucheAusgabeAusfuehrlich.myNewsletter {
		display: block;
	}
	.small.error {
		background: white;
		padding: 0.75rem;
		border-radius: 3px;
	}
}
@media screen and (max-width: 900px) {
	.myNewsletterContent {
		margin: 10px;
	}
}
@media screen and (max-width: 800px) {
	.tags .toggle.icon {
		display: block;
		float: right;
		position: relative;
		width: 23px;
		height: 23px;
		margin: 3px 3px 3px 10px;
		padding: 3px;
		cursor: pointer;
		border-radius: 50%;
		transition: 0.3s;
	}
	.toggle.icon:hover {
		transition: 0.3s;
		box-shadow: 0 0 10px rgba(33,56,92, 0.7);
	}
}

@media screen and (max-width: 600px) {
	.myNewsletter .profiles .profile {
		flex-basis: calc(33.332% - 1rem);
	}
}
@media screen and (max-width: 500px) {
	.myNewsletter .profiles .profile {
		flex-basis: calc(50% - 1rem);
	}
	.myNewsletter .newsletterList .mailgroup {
		background: none;
		border-bottom: 1px solid #dcdcdc;
	}
	.myNewsletter .newsletterList .mailgroup .text {
		float: left;
		width: calc(100% - 60px);
		padding-left: 0;
	}
	.myNewsletter .newsletterList .mailgroup .avatar {
		display: none;
	}
	.modSucheAusgabeAusfuehrlich.myNewsletter {
		width: 100%;
	}
	.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
		width: 100%;
	}
	.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter .error {
		background: white;
		padding: 6px;
		margin-right: 6px;
	}
}
@media screen and (max-width: 380px) {
	.myNewsletter .profiles .profile {
		flex-basis: calc(100%);
	}
	.myNewsletter .profiles .profile:not(.active) .type {
		display: none;
	}
	.myNewsletter .loginPassword input {
		width: 100%;
	}
	.myNewsletter .loginPassword button.submit {
		width: 100%;
		margin: 10px 0;
		height: 2.5rem;
	}
}



/* media */
.mediaAlbumPre,
.mediaBildPre{
	margin: 0;
	padding:  0;
	clear: both;
}
.mediaAlbum,
.mediaBild{
	max-width: 100%;
}
.mediaAlbumLeft,
.mediaBildLeft{
	float: left;
	overflow: hidden;
	/*margin: 0 18px 18px 0;*/
	margin: 8px 18px 0 0; /* 27.09.2018 am im Auftrag von bn */
}
.mediaAlbumRight,
.mediaBildRight{
	float: right;
	overflow: hidden;
	/*margin: 0 0 18px 18px;*/
	margin: 8px 0 0 18px; /* 27.09.2018 am im Auftrag von bn */
}
.mediaAlbumBlock,
.mediaBildBlock {
	display: block;
	margin-top: 6px; /* 27.09.2018 am im Auftrag von bn */
}
.mediaAlbumInline,
.mediaBildInline {
	display: inline-block;
	margin-top: 6px; /* 27.09.2018 am im Auftrag von bn */
}

.mediaAlbum .container > * {  /* 27.09.2018 am */
	background-size: contain !important;
	background-repeat: no-repeat;
	background-color: #eee;
}




/* 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: "Ubuntu", 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: "Ubuntu", 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;
}





/* confirm extension form dialog */
#formConfirmDialogOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

#formConfirmDialogOverlay dialog {
	z-index: 20;
	position: absolute;
	margin-top: 25vh;
	border: none;
	border-radius: 10px;
	padding: 20px;
	background: white;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	text-align: center;
}

#formConfirmDialogOverlay dialog button {
	position: relative;
	margin: 10px;
	padding: 10px 20px;
	overflow: hidden;

	color: white;
	font-size: 16px;
	background-color: #009900;

	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#formConfirmDialogOverlay dialog button.confirm {
	background-color: #21385c;
	color: white;
}

#formConfirmDialogOverlay dialog button.cancel {
	background-color: #717171;
	color: white;
}

#formConfirmDialogOverlay button.loading {
	pointer-events: none;
}

#formConfirmDialogOverlay button.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	animation: formConfirmDialogPulse 1.5s infinite ease-in-out;
}

@keyframes formConfirmDialogPulse {
	0% { background-color: rgba(255, 255, 255, 0.0);}
	50% { background-color: rgba(255, 255, 255, 0.3);}
	100% { background-color: rgba(255, 255, 255, 0.0);}
}


/* CSS DOMAINSPEZIFISCH ZENTRAL */

html{
height: 100%;
color: #333333;
font-size: 14px;
font-family: "Heebo", sans-serif;
font-weight: 300;
overflow-y: scroll;
overflow-x: hidden; /* is needed to prevent horizontal scrolling in iOS */
}
body{
margin: 0;
padding: 0;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
background: #fff;
}
h1{
margin: 0 0 1.5rem 0;
padding: 0;
color: #333333;
font-size: 1.7rem;
font-style: normal;
font-weight: 400;
text-align: left;
line-height: 1;
}
h2{
margin: 1rem 0 0.5rem 0;
padding: 0;
color: #21385c;
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
text-align: left;
}
a, a:hover{
text-decoration: none;
color: #d95a18;
outline: none;
transition: all 0.3s;
cursor: pointer;
}

b{
font-weight: bold;
}

input{
font-size: 1.2rem;
font-weight: normal;
}
input[type="text"], input[type="password"], textarea{
box-sizing: border-box;
padding: 0.3rem;
font-size: 1.2rem;
font-family: inherit;
border: 1px solid rgba(0,0,0,0.1);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
outline: none !important;
border: 1px solid #21385c;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

ol li{
margin-left: 20px;
}

ul.st-markup{
list-style: disc;
margin-left: 20px;
text-align: left;
}
ul.st-markup ul.st-markup{
list-style: circle;
}
ul.st-markup ul.st-markup ul.st-markup{
list-style: square;
}

.bildtext{
opacity: 0.5;
}



/* section */

section > .content{
box-sizing: border-box;
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 0.5rem;
line-height: 1.42;
}

section.top{
background-color: #21385c;
}
section.top .content{
height: 38px;
line-height: 1;
}
.headerNavTop{
position: absolute;
display: flex;
width: 100%;
max-width: calc(1180px - 1rem);
}
section.top .headerNavTop .lnk{
flex: 1 1 14.28%; /* normal 7 spalten */
height: 38px;
}
section.top .headerNavTop .lnk a{
display: block;
padding: 14px 0 5px 0;
color: #fff;
border-bottom: 5px solid #21385c;
}
section.top .headerNavTop .lnk a:hover{
border-bottom: 5px solid #73b862;
}
section.top .headerNavTop:after{
content: "";
clear: both;
display: block;
}
section.top .headerLogo{
position: absolute;
}
section.search {
	background-color: #fff;
}
section.search .headerLogoLink a{
position: absolute;
display: block;
width: 50%;
height: 104px;
z-index: 10;
}
section.search .headerMobilenavigation{
display: none;
}
section.search .content{
height: 104px;
line-height: 1;
}
section.navigation{
background-color: #ffcc00;
}
section.linieOben .logoBereich .logoLink{
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
max-width: 500px;
}
section.linieOben .menuBereich{
display: block;
clear: both;
background: #21385c;
color: #fff;
}
section.linieOben .menuBereich .inhaltContent{
max-width: calc(1108px + 2rem);
}



/* suchfeld titelzeile */

.toplineSuche{
display: inline-block;
float: right;
margin-top: 20px;
}
.mobileSuche {
float: right;
margin-bottom: 5px;
}
.toplineSuche #toplineSucheIcon,
.mobileSuche #mobileSucheIcon{
display: table-cell;
vertical-align: top;
padding: 6px 5px 0 0;
background: none;
cursor: pointer;
}
.toplineSuche #toplineSucheInput,
.mobileSuche #mobileSucheInput{
width: 210px;
}
.toplineSuche #toplineSucheIcon svg,
.mobileSuche #mobileSucheIcon svg{
stroke: #21385c;
width: 23px;
height: 23px;
}
.mobilelineSuche{
display: inline-block;
float: left;
margin-top: 0.4rem;
}
.toplineSuche form,
.mobileSuche form{
display: table;
border: 1px solid #21385c;
border-radius: 5px;
}
.toplineSuche form,
.mobileSuche form{
background: #fff;
}
.toplineSuche form input,
.mobileSuche form input{
height: 35px;
padding: 7px;
border: 0;
display: table-cell;
vertical-align: middle;
font-size: 1rem;
background: #fff;
border-radius: 5px;
outline: none;
}
/*.mobileSuche form #mobileSucheInput{*/
/*width: 240px;*/
/*max-width: 60vw;*/
/*}*/
/*.mobileSuche form #mobileSucheIcon{*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*padding: 0 0 0 5px;*/
/*background: none;*/
/*}*/
/*.mobileSuche form #mobileSucheIcon svg{*/
/*width: 23px;*/
/*height: 23px;*/
/*}*/

/* 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, 
#mobileSucheInput::-ms-clear, #mobileSucheInput::-webkit-search-decoration, #mobileSucheInput::-webkit-search-cancel-button, #mobileSucheInput::-webkit-search-results-button, #mobileSucheInput::-webkit-search-results-decoration{
display: none;
}

ul.kwMultiListe{
display: none;
position: absolute;
width: 238px;
max-width: 60vw;
margin: 0.5rem 0 0 -1px;
padding: 0;
list-style: none;
text-align: left;
z-index: 10;
border: 1px solid #e5e5e5;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
ul.kwMultiListe li{
display: block;
padding: 0.5rem;
color: #21385c;
font-size: 0.85rem;
background: #edecec;
border-bottom: 1px solid #e5e5e5;
}
ul.kwMultiListe li:first-child{
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
ul.kwMultiListe li:last-child{
border-bottom: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
ul.kwMultiListe li.aktiv {
background: #fff;
}



/* navigation */

#navigation:after{
content: "";
clear: both;
display: block;
}
#navigation{
display: flex;
}
div.navE.navE0{
flex: 1 1 14.28%; /* normal 7 spalten */
font-size: 1rem;
color: #21385c;
}
/*
div.navE.navE0.navSub.navNoi:after{
content: "";
position: absolute;
right: 1rem;
top: 48.5%;
width: 0;
height: 0;
border-left: 0.25em solid transparent;
border-right: 0.25em solid transparent;
border-top: 0.25em solid #fff;
clear: both;
z-index: 1;
}
*/
div.navE.navE0.navIco{
float: right;
}
div.navE.navE0 span{
display: block;
line-height: 100%;
padding: 1rem 0;
color: #21385c;
font-size: 1em;
}
div.navE.navE0 a{
display: block;
line-height: 1;
padding: 1rem 0;
color: #21385c;
font-size: 1em;
text-decoration: none;
}
div.navE.navE0 > a{
box-sizing: border-box;
height: 40px;
padding: 11px 0 0 0;
border-bottom: 5px solid #ffcc00;
overflow: hidden;
}
div.navE.navE0:hover > a{
border-bottom: 5px solid #21385c;
}
div.navE.navE0.navSub a, div.navE.navE0.navSub span{
padding-right: 0.5rem;
}
#navigation div.navE.navE0.navIco a{
width: 1rem;
padding: 0.95rem 0.7rem;
}
#navigation div.navE.navE0.navIco div.navE.navE1 a{
width: auto;
height: auto;
padding: 1rem;
color: #21385c;
}
#navigation .svgKwIcon{
stroke-width: 0;
stroke: #ddd;
fill: #ddd;
}
#navigation a.aktiv .svgKwIcon{
stroke: #fff;
fill: #fff;
}



/* subnavigation hover */
#navigation .conE1{
position: absolute;
min-height: 50px;
top: 175px;
left: 0;
margin: 0;
padding: 7px 0 0 0;
z-index: 9998;
background: rgba(0,0,0,0);
}
#navigation .boxE1{
padding: 6px 0;
background: #fff;
border: 1px solid #acacac;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
z-index: 9997;
}
#navigation .poi{
display: none;
}
#navigation .endE1{
clear: left;
}
#navigation .navE.navE1{
float: left;
width: 186px;
line-height: 130%;
}
#navigation .navE.navE1 a, 
#navigation .navE.navE1 span{
height: auto;
padding: 6px 10px;
color: #003756;
font-size: 0.95rem;
font-weight: 300;
line-height: 1.1;
background: none;
overflow: hidden;
}
#navigation .navE.navE1 a:hover{
background: rgba(0,0,0,0.1);
}
#navigation .navE.navE1 span{
display: inline-block;
margin: 5px 10px 5px 10px;
padding: 0 0 4px 0;
border-bottom: 1px solid #003756;
}
#navigation .navE.navE2 .navE.navE3 a{
padding: 7px 15px 9px 25px;
font-size: ;
}



/* seite inhalt (kirchkreis-navigation, infospalte) */

section.page {
	position: relative;
	min-height: calc(100vh - 182px - 155px);
}
.pageBackground {
	position: fixed;
	top: 182px;
	left: 0;
	right: 0;
	z-index: -1;
	/*left: 50%;*/
}
.pageBackground svg {
	width: 100%;
	/*margin-left: -50%;*/
}
.church-colors {
	opacity: 0;
	transition: opacity 1s;
}
.page:hover .church-colors {
	opacity: 1;
}

section.page .contentTab{
display: table;
table-layout: fixed;
}
section.page .contentTab .contentColNav,
section.page .contentTab .contentColInf{
display: table-cell;
vertical-align: top;
width: 20%;
padding: 2rem 0 5rem 0;
}
section.page .contentTab .contentColCon{
display: table-cell;
min-height: 380px;
padding: 2rem 4rem 0 4rem;
}
.contentColSpacer {
	height: 0;
}
.front .contentColSpacer {
	/*height: calc(100vh - 400px);*/
	height: 480px;
}
section.page .contentTab .contentColCon .wrapper{
margin: 0 0 1rem 0;
padding: 1rem;
background-color: rgba(255,255,255,0.95);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
section.page .contentTab .contentColCon .wrapper.berichtefront{
padding: 0;
}
section.page .contentTab .contentColCon .wrapperAehnlich{
padding: 1rem 1rem 0 1rem;
background: #edecec;
}



/* kirchenkreis-navigation */

.kirchkreis{
padding: 0;
}
.kirchkreis .kirchkreisLink{
transition: all 0.3s;
}
.kirchkreis .kirchkreisLink span{
display: none;
}
.kirchkreis .kirchkreisLink.aktiv span{
float: left;
display: block;
padding: 9px 0 0 4px;
}
.kirchkreis .kirchkreisLink span svg{
width: 32px;
height: 32px;
}
.kirchkreis .kirchkreisLink span svg .svgKwKreisaktiv{
fill: #21385c;
}
.kirchkreis .kirchkreisLink a{
display: block;
padding: 7px 0 7px 40px;
line-height: 1.28;
color: #fff;
}
.kirchkreis .kirchkreisLink.kk_linsebuehl a{
color: #21385c;
}
.kirchkreis .kk_{
background-color: rgba(33,56,92,0.95);
}
.kirchkreis .kk_:hover, .kirchkreis .kk_.aktiv{
background-color: rgba(33,56,92,1);
}
.kirchkreis .kk_linsebuehl{
background-color: rgba(255,204,0,0.95);
}
.kirchkreis .kk_linsebuehl:hover, .kirchkreis .kk_linsebuehl.aktiv{
background-color: rgba(255,204,0,1);
}
.kirchkreis .kk_riethuesli-hofstetten{
background-color: rgba(236,102,8,0.95);
}
.kirchkreis .kk_riethuesli-hofstetten:hover, .kirchkreis .kk_riethuesli-hofstetten.aktiv{
background-color: rgba(236,102,8,1);
}
.kirchkreis .kk_st\.georgen{
background-color: rgba(0,156,180,0.95);
}
.kirchkreis .kk_st\.georgen:hover, .kirchkreis .kk_st\.georgen.aktiv{
background-color: rgba(0,156,180,1);
}
.kirchkreis .kk_st\.laurenzen-st\.leonhard{
background-color: rgba(116,185,89,0.95);
}
.kirchkreis .kk_st\.laurenzen-st\.leonhard:hover, .kirchkreis .kk_st\.laurenzen-st\.leonhard.aktiv{
background-color: rgba(116,185,89,1);
}



/* mobile ausgabe, inhalt, navigation */

@media screen and (max-width: 1180px){
	section.page .contentTab .contentColCon{
	padding: 2rem 0 0 0;
	}
	section.page .contentTab .contentColCon > div,
	section.page .contentTab .contentColCon .wrapper{
	box-sizing: border-box;
	width: 100%;
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
	}
}

@media screen and (max-width: 1100px){
	/* rechte spalte ausblenden mit besitzer */
	section.page .contentTab .contentColInf{
	display: none;
	}
	/* linke spalte von 20% auf 25% vergrössern */
	section.page .contentTab .contentColNav{
	width: 25%;
	}
	/* social icons in fusszeile anzeigen */
	.content.contentSocial{
	display: none;
	}
}

@media screen and (min-width: 901px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (max-width: 900px){
	.not-mobile {
		display: none;
	}

	/* top-Balken und Logo anpasen */
	section.top {
		background-color: #ffcc00;
	}
	section.top .content {
		height: 50px;
	}
	section.top .headerLogo {
		top: 14px;
		z-index: 10;
	}
	section.top .headerLogo img {
		height: 80px;
	}

	/* search-Balken Grösse anpassen */
	section.search .content {
		height: 50px;
		background-color: hsla(0, 0%, 95%, .95);
	}

	/**
	 * §mobile navigation
	 */

	/* mobile navigation anzeigen */
	section.top {
		position: relative;
	}
	.mobileNav,
	.mobileNav * {
		box-sizing: border-box;
	}

	.mobileNav {
		float: right;
	}
	.mobileNavButton {
		margin-top: 16px;
		cursor: pointer;
	}
	.mobileNavButton span {
		display: block;
		width: 22px;
		height: 2px;
		margin: 5px 0;
		background-color: #21385c;
		transform-origin: left;
		transition: transform .3s, opacity .3s;
	}

	.open .mobileNavButton span:first-child {
		transform: rotate(40deg);
	}
	.open .mobileNavButton span:nth-child(2) {
		opacity: 0;
	}
	.open .mobileNavButton span:last-child {
		transform: rotate(-40deg);
	}


	.mobileNavMenu {
		position: absolute;
		top: 50px;
		right: -410px;
		z-index: 10;
		width: 100%;
		max-width: 400px;
		padding: 5px 1rem 1rem 1rem;
		color: #21385c;
		background-color: #ffcc00;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		transition: right .3s;
	}
	.open .mobileNavMenu {
		right: 0;
	}
	.mobileNavMenu a {
		color: #21385c;
	}
	
	
	.mobileNavMenu .conE0 {
		padding: 1em 0;
		border-top: 1px solid hsla(0, 100%, 100%, .3);
		cursor: pointer;
	}

	
	.mobileNavMenu .conE1 {
		display: none;
	}
	.mobileNavMenu .navE1 {
		display: none;
	}
	.mobileNavMenu .conE1 .navPC{
		padding: .5em 0 .5em 1em;
	}
	.mobileNavMenu .conE1 > .navPC:first-child {
		padding: .5em 0 0 1em;
	}
	.mobileNavMenu .conE1 > .navPC:not(:first-child):not(:last-child) {
		padding: 0 0 0 1em;
	}
	.mobileNavMenu .conE1 > .navPC:last-child {
		/*padding: 0 0 .5em 1em;*/
	}



	/**
	 * §Suchfeld
	 */
	.mobileNavSearch .toplineSuche {
		float: none;
		margin: 0;
	}



	/**
	 * §Kirchkreis-Wähler
	 */
	.search {
		position: relative;
	}

	.mobileKirchkreisSelector {
		float: right;
		margin-top: 2px;
		font-size: 13px;
		text-align: right;
		cursor: pointer;
	}

	/* Kirchkreis-Menü neu positionieren */
	.contentColNav,
	.contentColNav * {
		box-sizing: border-box;
	}
	section.page .contentTab .contentColNav {
		display: none;
	}

	.mobileKirchkreisMenu {
		position: absolute;
		top: 0;
		right: -410px;
		z-index: 10;
		width: 100%;
		max-width: 400px;
		padding: 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		transition: right .3s;
	}

	.mobileKirchkreisMenu.kirchkreisOpen {
		right: 0;
	}

	/* Hintergrundbild */
	.pageBackground {
		top: 100px;
	}
	.church-colors {
		opacity: 1;
	}

}

@media screen and (max-width: 600px){
	h1{
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
	}
	h2, .infoseiteAbsatz h2, .infoseiteDokument h2{
	margin: 0.5rem 0 0.25rem 0 !important;
	font-size: 1.3rem !important;
	}
}

@media screen and (max-width: 500px){
	section.linieOben .logoBereich .logoInhalt{
	height: 30px;
	}
	section.linieOben .logoBereich{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}
	section.linieOben .menuBereich{
	padding: 0 0.5rem;
	}
	section.linieOben .menuBereich .navigationMobileButton{
	margin-right: 0;
	}
	section.linieOben .menuBereich .navigationMobileButton .menutext{
	display: none;
	}
	
	section.linieBreadcrumb .inhaltContent a{
	padding: 0.5rem 0;
	}
	
	.inhaltContentTable > .inhaltContentRight{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	}
}



/* infospalte */

section.page .contentTab .contentColInf .infobox,
.contentColInf > .infoboxLink {
margin: 0 0 1rem 0;
padding: 1rem;
color: #21385c;
font-size: 0.95rem;
background-color: rgba(255,204,0,0.95);
}
section.page .contentTab .contentColInf .infobox.infoboxBesitzer{
padding: 0;
}
.infobox a{
color: #21385c;
}
.infobox h2{
color: #21385c;
margin: 0;
}
.infobox table.infoboxVeranstaltung td:first-child{
padding-right: 0.3rem;
}
.infobox table.infoboxVeranstaltung div.infoboxVeranstaltungTitel{
padding-top: 0.6rem;
}
.infobox table.infoboxVeranstaltung div.infoboxVeranstaltungenAlle{
padding-top: 0.6rem;
}
.infobox .infoboxLink,
.infobox .infoboxLinkActive{
padding: 4px 0;
line-height: 1.05;
}

.contentColInf > .infoboxLink {
	margin: 0;
	padding: .1rem 1rem;
}

.contentColInf > .infoboxLink:first-child {
	padding-top: 1rem;
}

.contentColInf > .infoboxLink:last-child {
	padding-bottom: 1rem;
}

.contentColInf > .infoboxLink a {
	color: #21385c;
}

.contentColInf > .infoboxLink a:hover {
	color: #d95a18;
}


/* inhaltbesitzer (infospalte) */

.besitzer{
overflow: hidden;
line-height: 1.28;
}
.besitzer.besitzerMitBild{
height: 90px;
}
.besitzer.besitzerMitBild .besitzerAnsichtText .zeile span{
display: block;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild{
float: left;
margin: 0 0.7rem 0 0;
padding: 0;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild a{
display: block;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild a img{
width: 70px;
height: 90px;
opacity: 0.7;
transition: opacity 0.3s ease-in-out;
}
.besitzer:hover .besitzerAnsicht .besitzerAnsichtBild a img{
opacity: 1;
}
.besitzer .besitzerAnsicht .besitzerAnsichtText{
margin: 0 0 0 0.75rem;
padding: 0.75rem 0.75rem 0.75rem 0;
}



/* social (facebook, twitter, linkedin) */

section > .content.contentSocial{
margin-top: -64px;
margin-bottom: 10px;
}
.social{
float: right;
margin: 0 0 1rem 0;
padding: 0.5rem 0 0.5rem 0.5rem;
background-color: #ffcc00;
font-size: 0;
}
.social a{
display: block;
float: left;
padding: 0 0.5rem 0 0;
}
.social a svg{
width: 36px;
height: 36px;
}
.contentSocial:after{
content: "";
clear: both;
display: block;
}



/* weiter nav */

.content.contentTitel .weiterNav{
position: absolute;
top: -0.4rem;
right: 0;
margin: 0;
}
.content .weiterNav{
margin: 0.5rem 0;
}
.content .weiterNav:after{
content: "";
clear: both;
display: block;
}
.content .weiterNav a{
display: block;
padding: 0.5rem;
color: #21385c;
}
.content .weiterNav a svg{
vertical-align: middle;
fill: #21385c;
stroke: #21385c;
width: 13px;
height: 25px;
padding: 0px 3px;
}
.content .weiterNav .left a svg{
transform: rotate(180deg);
}
.content .weiterNav a:hover svg{
fill: #fff;
stroke: #fff;
}
.content .weiterNav a:hover{
color: #fff;
background-color: #21385c;
}
.content .weiterNav .left{
float: left;
}
.content .weiterNav .right{
float: right;
}

@media screen and (max-width: 600px){
	.contentTitel .weiterNav{
	top: -0.30rem;
	}
	.content .weiterNav a svg{
	width: 10px;
	height: 20px;
	padding: 0px 3px;
	}
}



/* 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(/kirchkreis/linsebuehl/bilder/menu-closed.png);
}
.kwmenu.opened{
background-image: url(/kirchkreis/linsebuehl/bilder/menu-open.png);
}
.navline{
position: fixed;
top: 60px;
left: 0;
right: 0;
bottom: 0;
display: none;
z-index:2
}
.nav{
width: 100%;
position:relative;
background: #21385c;
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);
}
#navc{
width: 100%;
max-width: 1108px;
margin: 0 auto;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#navc div.navigationMobileContent *{
border-radius:5px;
}
#navc a,
#navc a:hover{
text-decoration:none;
transition: none;
}
#navc .navgroup{
display: block;
clear: left;
width: 100%;
margin-bottom: 0;
height: auto !important;
}
#navc .navclear{
width: 100%;
height: 1px;
display: block;
clear: both;
}

#navc .navE{
display: block;
padding: 10px;
color: #fff;
text-decoration: none;
outline: none;
font-size: 0.9em;
}
#navc .navE.aktiv{
background: #d3dfef;
color: #21385c;
}
#navc .navSub{
padding: 10px 40px 10px 10px;
}
#navc .navE:hover{
background: #fff;
color: #21385c;
}
#navc span.navE0:hover{
background-color: #21385c;
color: #fff;
}
#navc .navE0{
font-size: 1.2em;
font-weight: 600;
margin-bottom: 10px;
}
#navc .navE0 .subnavIndikator{
display: none;
}
#navc .conE{
margin-bottom: 0;
}
#navc .conE{
display: none;
}
#navc .conE0{
display: block;
padding: 0;
box-sizing: border-box;
float: none;
max-width: none;
width: auto !important;
clear: both;
margin-top: 0;
}
#navc .conE0.conIco .navPC{
display: inline-block;
}
#navc .conE0.conIco > .navPC > .navE{
padding: 10px;
border: 0;
}
#navc .conE0.conIco > .navPC > .navE *{
border-radius: 0;
}
#navc .navE:hover .svgKwIcon, 
#navc .navE.aktiv .svgKwIcon{
stroke-width: 0;
stroke: #21385c;
fill: #21385c;
}
#navc .conE1{
display: none;
margin-bottom: 0;
}
#navc .navPC.aktiv > .conE{
display: block;
}
#navc .navPC.aktiv {
background-color: rgba(255,255,255,0.1);
}
#navc .conE0 > .navPC > .navE{
padding-right: 10px;
border-bottom: 1px solid rgba(255,255,255,0.3);
}
#navc .navListe0:after,
#navc .nav:after,
#navc .conE0:after,
#navc:after{
content: " ";
clear: both;
display: block;
}
#navc .subNavL > *{
display:none;
}
#navc .subNavL > .conE {
display:block;
}
#navc .navSub{
font-weight: bold;
cursor:pointer;
}
#navc .subnavIndikator{
padding-left:5px;
}
#navc .conE0 > .navPC > svg.kwpfeil{
display:initial;
}
#navc .conE0 > .navPC > .navE{
padding-right: 40px;
}

#navc .navIco{
display: inline-block;
}

#navc .svgKwIcon{
stroke-width: 0;
stroke: #ddd;
fill: #ddd;
}
#navc a.aktiv .svgKwIcon{
stroke: #fff;
fill: #fff;
}



/* subnavigation mobile, agenda */

.subnavMobile{
display: none;
padding: 0 0 1.5rem 0;
}
div.kwSelect{
position: absolute;
width: 320px;
max-width: 94%;
margin: 0.2rem 0 1rem 0;
padding: 0;
background-color: #edecec;
border: 1px solid #e5e5e5;
z-index: 8;
-webkit-box-shadow: 0 4px 12px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0 4px 12px 2px rgba(0,0,0,0.75);
box-shadow: 0 4px 12px 2px rgba(0,0,0,0.75);
}
div.kwSelect a:first-child{
display: none;
}
div.kwSelect a{
display: block;
color: #333333;
font-size: 1.2rem;
line-height: 1.1;
padding: 0.4rem 0.5rem;
border-bottom: 1px solid #e5e5e5;
}
div.kwSelect a:hover{
background-color: #fff;
}
div.kwSelect a:last-child{
border: 0;
}

@media screen and (max-width: 1100px){
	.subnavMobile{
		display: block;
		padding-bottom: 0;
		background-color: #fff;
	}
}




/* front berichte */

.front .berichtfrontBox{
padding: 1rem;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
transition: all 0.3s;
}
.front .berichtfrontBox:not(:first-child){
padding-top: 0.3rem;
}
.front .berichtfrontBox .berichtfrontBild{
float: left;
width: 30%;
}
.front .berichtfrontBox .berichtfrontBild a{
display: block;
font-size: 0;
line-height: 100%;
}
.front .berichtfrontBox .berichtfrontBild a img{
width: 100%;
height: auto;
}
.front .berichtfrontBox:hover{
background-color: rgba(255,204,0,0.1);
}
.front .berichtfrontBox .berichtfrontTitel a{
display: block;
padding: 0 0 0.5rem 0;
color: #333333;
font-size: 1.4rem;
font-weight: 300;
}
.front .berichtfrontBox .berichtfrontText a{
padding: 0 0 0 calc(30% + 1rem);
display: block;
color: #333333;
}
.front .berichtfrontBox .berichtfrontText .berichtfrontWeiterlink{
display: none;
}
.front .berichtfrontBox:after{
content: "";
clear: both;
display: block;
}



/* front berichte, gross */

.content .front .berichtfrontBox.berichtfrontBig{
flex-basis: 100%;
display: table;
margin-bottom: 2rem;
}
.content .front .berichtfrontBox.berichtfrontBig > *{
display: table-cell;
position: relative;
color: #fff;
background: #21385c;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontBild{
vertical-align: middle;
background: rgba(33,56,92,0.8);
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontBild a{
display: block;
font-size: 0;
line-height: 100%;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontBild a img{
width: 100%;
height: auto;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt{
width: 31%;
padding: 1rem 1rem 0.5rem 1rem;
box-sizing: border-box;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontTitel a{
display: block;
padding: 0 0 0.8rem 0;
color: inherit;
font-size: 2rem;
line-height: 110%;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontText a{
display: block;
color: inherit;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontWeiterlink{
display: block;
clear: left;
float: left;
font-weight: normal;
text-align: center;
touch-action: manipulation;
cursor: pointer;
border: 1px solid white;
padding: 0.5rem 0.75rem;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: 1rem;
transition: all 0.3s;
}
.content .front .berichtfrontBox.berichtfrontBig .berichtfrontWeiterlink:hover{
background: rgba(0,0,0,0.2);
}



/* mobile content */

@media screen and (max-width: 1100px){
	/* 3 spalten */
	.content .front .berichtfrontBox.berichtfrontBig, .content .front .berichtfrontBox.berichtfrontSmall{
	margin-bottom: 1rem;
	}
	.content .front .veranstaltungFrontBox{
	margin-top: 1rem;
	margin-bottom: 1rem;
	}
	.content .front{
	width: 100%;
	/*padding: 0 1rem 1rem 1rem;*/
	box-sizing: border-box;
	}
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt,
	.content .front .veranstaltungFrontBox{
	width: 32%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontTitel a{
	padding: 0 0 0.5rem 0;
	font-size: 1.5rem;
	line-height: 110%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontText a{
	font-size: 0.9rem;
	line-height: 140%;
	}
}

@media screen and (max-width: 900px){
	/* 2 spalten */
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt,
	.content .front .veranstaltungFrontBox{
	width: 49%;
	}
	/* default ohne fixierte berichte */
	.content .front > .berpos1,
	.content .front > .berpos2,
	.content .front > .berpos3,
	.content .front > .berpos4{
	order: 1;
	}
	/* 1 fixierter bericht */
	.berichtefixiert1 .content .front > .berpos4{
	order: 100;
	}
	/* 2 fixierte berichte */
	.berichtefixiert2 .content .front > .berpos3,
	.berichtefixiert2 .content .front > .berpos4{
	order: 100;
	}
	.content .front > div.veranstaltungFrontBox{
	order: 50;
	}
	.content .front > .verpos6,
	.content .front > .verpos7,
	.content .front > .verpos8{
	display: none;
	}
	.content .front > div{
	order: 100;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt{
	padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontTitel a{
	padding: 0 0 0.2rem 0;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontText a{
	line-height: 135%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontWeiterlink{
	display: none;
	}
}

@media screen and (max-width: 650px){
	/* 1 spalte */
	.content .front .berichtfrontBox.berichtfrontBig > .berichtfrontBild,
	.content .front .berichtfrontBox.berichtfrontBig > .berichtfrontInhalt,
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .veranstaltungFrontBox{
	display: block;
	clear: both;
	width: 100%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt .berichtfrontText:after{
	content: "";
	clear: both;
	display: block;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt{
	padding: 1rem;
	}
	.content .front .berichtfrontBox, .content .front .veranstaltungFrontBox{
	position: relative;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	}
	.content .front > .berpos1,
	.content .front > .berpos2{
	order: 1;
	}
	.content .front > div.veranstaltungFrontBox{
	order: 50;
	}
	.content .front > .verpos3,
	.content .front > .verpos4,
	.content .front > .verpos5,
	.content .front > .verpos6,
	.content .front > .verpos7,
	.content .front > .verpos8{
	display: none;
	}
	.content .front > div{
	order: 100;
	}
}



/* 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: 240px;
min-height: 135%;
margin: 0px;
padding: 16px 18px 16px 18px;
border: 1px solid #959595;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
background: #fff;
font-size: 1rem;
line-height: 1.32rem;
font-family: inherit;
overflow: visible;
z-index: 1000001;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
#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;
}



/* rechte infospalte, autor */

.adrfoto{
width: 100%;
}
.adrfotoInhalt{
padding-left: calc(100px + 1rem);
word-break: break-all;
}



/* footer */

section.footer{
background-color: #21385c;
}
section.footer, 
section.footer a, 
section.footer strong{
color: #fff;
}
.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 0;
}
.footerline .footerCol{
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: 300px;
padding: 30px 15px;
box-sizing: border-box;
}
.footerline .footerAddress{
order: 1;
color: #fff;
}
.footerline .footerNav{
order: 2;
}
.footerline .footerNav .lnkTop{
display: none; /* media-query 1200 eingeschaltet */
}
.footerline .footerOwner{
order: 3;
font-size: 0.9rem;
line-height: 150%;
}
.footerline .besitzer{
display: none; /* media-query 1200 eingeschaltet */
position: relative;
height: 99px;
padding: 0.8rem;
color: #333333;
background: #fff;
border: 1px solid #e5e5e5;
}
.footerline .besitzer .besitzerAnsicht .besitzerAnsichtText{
padding: 0.4rem 0 0 0;
line-height: 1.32;
}
.footerline .besitzer:after{
content: "";
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #fff transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 27px;
}
.footerline .footerAddressSocial{
padding: 2rem 0 0 0;
}
.footerline .footerAddressSocial a{
padding: 0 0.5rem 0 0;
}
.footerline .footerAddressSocial a svg{
width: 32px;
height: 32px;
}

@media screen and (max-width: 1100px){
	.footerline .footerNav .lnkTop{
	display: block;
	}
	.footerline .besitzer{
	display: block;
	}
}
@media screen and (max-width: 700px){
	.footerline .footerCol{
	flex-basis: 50%;
	min-width: auto;
	}
	.footerline .footerNav{
	order: 3;
	}
	.footerline .footerOwner{
	order: 2;
	}
	.footerline:after, .footerline .footerCol:after{
	content: "";
	clear: both;
	display: block;
	}
}
@media screen and (max-width: 600px){
	.footerline .footerCol{
	flex-basis: 100%;
	order: 3;
	}
	.footerline .footerCol.footerOwner{
	order: 1;
	}
	.footerline .footerCol.footerAddress{
	order: 2;
	}
}



/* suche */

div.modSucheNavigation{
margin: 0 0 2% 0;
padding: 0.5% 1.5%;
background: #f2f2f2;
border: 0;
}
div.modSucheNavigationAnsicht{
float: right;
text-align: right;
}

.modSucheAusgabe{
overflow-x: auto;
}

div.modSucheAusgabeAusfuehrlich > *{
margin: 0;
display: table;
vertical-align: top;
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild, 
.modSucheAusgabeAusfuehrlich div.modSucheAusgabeAusfuehrlichDatum{
display: table-cell;
vertical-align: top;
width: 160px;
height: 90px;
margin: 0;
padding: 0;
font-size: 1rem;
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img, 
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
width: 100%;
height: auto;
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg > *{
font-size: 2rem !important;
}
div.modSucheAusgabeAusfuehrlichDokument div.modSucheAusgabeAusfuehrlichBild img{
width: auto;
height: 80%;
padding: 5% 0 0 25%;
}
div.modSucheAusgabeAusfuehrlichText{
display: table-cell;
padding: 0 0 0 1rem;
vertical-align: top;
}
div.modSucheAusgabeAusfuehrlichText span{
color: #333333;
}
.modSucheAusgabeAusfuehrlichText .msaTitel{
display: block;
margin-top: -6px;
color: #21385c;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.32;
}
.modSucheAusgabeAusfuehrlichText .msaTitelNotiz{
display: block;
color: #444444;
font-size: 1rem;
line-height: 1.32;
}
.modSucheAusgabeAusfuehrlichText .msaDatum{
display: block;
}
div.suche div.modSucheAusgabeHandlich, div.modSucheAusgabeHandlichV{
width: 160px;
}
hr.modSuche{
clear: left;
font-size: 0;
color: #fff;
background: #fff;
border: 0;
}
table.modSucheTable{
width: 100%;
margin: 0 auto 0 0;
line-height: 1.32;
}
table.modSucheTable td, table.modSucheTable td.modSucheTdLine{
padding: 0.25rem;
}
table.modSucheTable tr:first-child td.modSucheTdLine{
border-top: none;
}
.sucheingabeElement{
line-height: 1.32;
}
div.modSucheAusgabeAusfuehrlich{
padding: 0.7rem 0.5rem 0.7rem 0;
box-sizing: border-box;
}
div.modSucheAusgabeAusfuehrlich:hover{
background: rgba(33,56,92,0.1);
}
div.modSucheAusgabeAusfuehrlich:hover a{
text-decoration: none !important;
}
.liste > .modSucheTable td{
padding: 0.5rem;
}

.modSucheTable td{
vertical-align: top !important;
text-align: left;
}
.modSucheAusgabeAusfuehrlich:after{
content: "";
clear: both;
display: block;
}

@media screen and (max-width: 650px){
	table.modSucheTable td, table.modSucheTable td.modSucheTdLine{
	padding: 0.2rem;
	font-size: 0.8rem;
	}
	table.modSucheTable tr td:first-child{
	padding-left: 0;
	}
	table.modSucheTable tr td:last-child{
	padding-right: 0;
	}
	table.modSucheTable td a.agendaDatum{
	display: block;
	width: 35px;
	overflow: hidden;
	}
	div.modSucheAusgabeAusfuehrlich{
	padding: 0.5rem 0;
	}
	div.modSucheAusgabeAusfuehrlichBild, div.modSucheAusgabeAusfuehrlichDatum{
	display: none;
	}
	div.modSucheAusgabeAusfuehrlichText{
	padding-left: 0;
	}
	div.modSucheAusgabeAusfuehrlichText .msaTitel{
	margin: 0 0 2px 0;
	font-size: 1.2rem;
	line-height: 1.1;
	}
}
@media screen and (max-width: 450px){
	div.modSucheNavigation{
	font-size: 0.8em;
	}
	div.modSucheNavigationAnsicht{
	display: none;
	}
	div.modSucheAusgabeAusfuehrlich{
	padding: 0.5rem 0;
	font-size: 0.8em;
	line-height: 1.32;
	}
	.suche .modSucheAusgabeAusfuehrlichBild, .suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
	font-size: 1em;
	}
	.modSucheAusgabeAusfuehrlichBild img, .modSucheAusgabeAusfuehrlichDatum img{
	width: 100%;
	height: auto;
	}
	.modSucheAusgabeAusfuehrlichText{
	padding-left: 31%;
	}
	.modSucheAusgabeAusfuehrlichText a b{
	line-height: 1.32;
	}
}



/* sucheingabe */

.sucheingabe{
margin: 0 0 1.5% 0;
padding: 0;
}
.sucheingabe div.auswahlsuche{
padding: 1% 1.5%;
display: block;
background: #f2f2f2;
}
.sucheingabe div.auswahlsuche select, .sucheingabe div.auswahlsuche input[type=text]{
width: 24%;
border: 1px solid #aaa;
}
.sucheingabe div.auswahlsuche form{
margin: 0;
padding: 0;
}



/* einfügebefehle */

.adrfotoBild{
width: 100px !important;
height: 129px !important;
}
.adrfotoBild img{
width: 100%;
height: auto;
}
div.mediaBild img{
max-width: 100%;
}
div.karte{
width: 640px !important;
max-width: 100%;
height: 360px !important;
}
div.mediaAlbum{
max-width: 100%;
}
iframe{
max-width: 100%;
}

@media screen and (max-width: 600px){
	div.karte{
	height: 280px !important;
	}
	div.mediaAlbum{
	max-height: 280px;
	}
	iframe{
	max-height: 280px;
	}
}
@media screen and (max-width: 420px){
	div.karte{
	height: 180px !important;
	}
	div.mediaAlbum{
	max-height: 180px;
	}
	iframe{
	max-height: 180px;
	}
}



/* ähnlich */

.wrapperAehnlich h1{
margin: 0;
padding: 0 0 1rem 0;
color: #999;
font-size: 1.4rem;
background: #edecec;
}
.wrapperAehnlich .aehnlichboxen{
padding: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background: #edecec;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
display: block;
margin: 0 0 1rem 0;
padding: 0;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
width: 100%;
max-width: 32%;
color: #fff;
background: #21385c;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich > *{
display: block;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich a{
height: 100%;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild{
float: none;
display: block;
width: auto;
height: auto;
padding: 0;
font-size: 0;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img{
width: 100%;
height: auto;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText{
display: block;
width: auto;
height: auto;
margin: 0;
padding: 1.2rem 0.75rem 0.75rem 0.75rem;
line-height: 1.125;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaTitel{
padding: 0 0 0.5rem 0;
color: #fff;
font-size: 1.2rem;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaDatum{
display: block;
color: #fff;
font-size: 0.95rem;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaBeschreibung{
color: #fff;
font-size: 0.95rem;
}

@media screen and (max-width: 900px){
	/* nur 2 spalten anzeigen */
	.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich:last-child{
	display: none;
	}
	.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
	max-width: 49%;
	}
}
@media screen and (max-width: 600px){
	/* alle 3 elemente untereinander anzeigen */
	.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich:last-child{
	display: block;
	}
	.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
	max-width: 100%;
	}
}



/* portrait */

.portrait:after{
content: "";
display: block;
clear: both;
}
.portrait .portraitBild{
float: left;
width: 30%;
padding: 0 0 1rem 0;
}
.portrait .portraitBild img{
width: 100%;
height: auto;
}
.portrait .portraitBeschreibung{
float: right;
width: 66%;
clear: right;
padding: 0 0 1rem 0
}
.portrait .galerie > .albumBox a span.albumName,
.portrait .galerie > .albumBox a .albuminfo{
font-size: 0.8rem;
}

@media screen and (max-width: 600px){
	div.portrait{
	display: flex;
	flex-flow: column;
	}
	div.portrait > div.portraitBild{
	float: none;
	width: 50%;
	order: 10;
	}
	div.portrait > div.portraitBeschreibung{
	float: none;
	width: 100%;
	order: 10;
	}
	.absatz div.portrait > div.portraitBeschreibung:nth-child(3){
	order: 1;
	}
}



/* agenda */

.absatz.agenda .modSucheTable{
margin: 0;
width: 100%;
}

.subnavMobile {

}

.kwSelectParent {
	display: inline-block;
}
.kwSelectParent .hasArrowDown{
	display: block;
	padding: 5px 10px;
}


/* kalender */

div.kalender > div.kalenderInhalt > .kalenderDatum{
text-align: center;
font-size: 2em;
}
div.kalender > div.kalenderInhalt > .kalenderWochentag{
text-align: center;
padding-bottom: 30px;
border-bottom: 1px solid rgba(0,0,0,0.15);
}
div.kalender > div.kalenderInhalt > .kalenderKirchenkalender{
text-align: center;
padding: 15px 0;
border-bottom: 1px solid rgba(0,0,0,0.15);
margin-bottom: 30px;
}
div.kalender > div.kalenderInhalt > .kalenderLead{
text-align: center;
font-size: 1.2em;
color: #21385c;
padding: 15px 0;
}
div.kalender > div.kalenderInhalt > .kalenderText{
background: #d3dfef;
padding: 15px;
border-bottom: 1px solid white;
text-align: center;
}
div.kalender > div.kalenderInhalt > .kalenderAutor{
text-align: center;
padding: 15px 0;
margin-bottom: 60px;
}



/* personen */

.personen{
margin: 0 -1% 0 0;
}
.personBox{
float: left;
box-sizing: border-box;
width: 32.333%;
min-width: 260px;
height: 117px;
margin: 0 1% 1% 0;
padding: 0 0.2rem 0 0;
color: #fff;
background: #21385c;
overflow: hidden;
}
.personBox > .personBild{
float: left;
margin: 0 0.7rem 0 0;
padding: 0;
}
.personBox > .personBild > a{
display: block;
font-size: 0;
}
.personBox > .personBild > a > img{
width: auto;
height: 117px;
opacity: 0.75;
transition: all 0.3s;
}
.personBox:hover > .personBild > a > img{
opacity: 1;
}
.personBox > div > a{
color: #fff;
}
.personBox > div{
padding: 0 0 5px 0;
line-height: 1;
}
.personBox > div.personName{
margin-top: 0.8rem;
}
.personBox > div.personFunk:empty{
display: none;
}
.personUnsichtbar{
display: none;
}

@media screen and (max-width: 900px){
	/* 2 spalten */
	.personBox{
	width: 49%;
	max-width: 49%;
	}
}
@media screen and (max-width: 600px){
	.personBox.personKontakt, .personen > .personBox{
	width: 99%;
	max-width: 99%;
	}
}



/* galerie */

.content > .absatz > .galerie{
margin: 0 -2% 0 0;
}
.galerie:after{
content: "";
display: block;
clear: both;
}
.galerie > .albumBox{
position: relative;
float: left;
width: 31.333%;
margin: 0 2% 2% 0;
color: #fff;
background: #21385c;
}
.galerie > .albumBox a{
display: block;
font-size: 0;
line-height: 1;
}
.galerie > .albumBox > a > .albuminfo{
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: auto !important;
box-sizing: border-box;
padding: 0.5rem;
color: #fff;
font-size: 1rem;
z-index: 20;
}
.galerie > .albumBox:hover > a > .albuminfo{
display: block;
}
.galerie > .albumBox > a > .albuminfo span{
display: block;
padding: 0 0 0.32rem;
line-height: 1;
font-size: 0.9rem;
}
.galerie > .albumBox .albumBild img{
width: 100%;
height: auto;
transition: all 0.3s;
}
.galerie > .albumBox:hover .albumBild img{
opacity: 0.2;
}
.galerie > .albumBox a span.albumName{
display: block;
padding: 0.5rem;
color: #fff;
font-size: 0.9rem;
white-space: nowrap;
line-height: 1.1;
overflow: hidden;
}

@media screen and (max-width: 600px){
	.galerie > .albumBox{
	float: none;
	width: auto;
	margin: 0 0 1rem 0;
	}
}



/* album */

.wrapperAlbum{
padding: 0 0 1rem 0;
}
.album > *:empty{
display: none;
}
.album > .albumName{
margin: 1rem 0 0.5rem 0;
padding: 0;
color: #21385c;
font-size: 1.4rem;
font-style: normal;
font-weight: normal;
text-align: left;
}
.album > .albumBeschreibungText{
padding: 0 0 1rem 0;
font-size: 1rem;
}
.album > .albumDatum, .album > .albumbilderzahl{
display: inline-block;
padding-right: 0.5rem;
}
.album > .fotografContainer > .fotografBezeichnung{
display: inline-block;
padding-right: 0.5rem;
}
.album > .fotografContainer > .fotografBezeichnung:after{
content: ":";
}
.album > .fotografContainer > .fotograf{
display: inline;
}

.album > .mobilescroll{
margin: 0.8rem -1rem 0 0;
padding: 0;
}
.album > .mobilescroll > .bilder > .bild,
.album > .mobilescroll > .bilder > .mehrbilder{
width: 33.333%;
height: auto;
display: inline-block;
padding: 0 1rem 1rem 0;
box-sizing: border-box;
}
.album > .mobilescroll > .bilder > .bild.unloaded{
width: 0;
vertical-align: top;
}
.album > .mobilescroll > .bilder > .bild.hidden{
display: none;
}
.album > .mobilescroll > .bilder > .bild:nth-child(-n+8){
display: inline-block;
}
.album > .mobilescroll > .bilder > .bild:nth-child(-n+9).last{
display: inline-block;
}
.album > .mobilescroll > .bilder > .bild img{
width: 100%;
height: auto;
}
.album > .mobilescroll > .bilder > .bild > a{
display: block;
line-height: 0;
}
.album > .mobilescroll > .bilder > .mehrbilder{
position: relative;
cursor: pointer;
line-height: 1;
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText{
position: absolute;
left: 0;
top: 0;
bottom: 1rem;
right: 1rem;
}
.album > .mobilescroll > .bilder > .mehrbilder svg{
width: 100%;
height: auto;
background-color: #d3dfef;
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText:before{
display: block;
margin: 0 auto;
content: "";
width: 25%;
height: 25%;
margin-bottom: 0.5rem;
margin-top: 8%;
background-image: url(/_kirchenweb/images/kwPfeil.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 0.3;
}
.album > .mobilescroll > .bilder > .mehrbilder.loading .ladenText:before{
background-image: url(/kirchkreis/linsebuehl/bilder/kwLoadingHD.gif);
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText > div{
text-align: center;
}

@media screen and (max-width: 650px){
	.album > .mobilescroll{
	overflow-x: scroll;
		margin-right: 0;
	}
	.album > .mobilescroll > .bilder{
	display: table;
	}
	.album > .mobilescroll > .bilder > .bild{
	width: auto;
	height: 112px;
	display: table-cell !important;
	padding: 0 0.5rem 0.5rem 0;
	box-sizing: inherit;
	}
	.album > .mobilescroll > .bilder > .bild img{
	width: auto;
	height: 112px;
	}
	.album > .mobilescroll > .bilder > .mehrbilder{
	display: none;
	}
}



/* bericht */

.bericht .contentTitel{
position: relative;
}
.bericht .contentTitel h1{
padding-right: 100px;
}
.bericht .berichtBild .absatzBild{
float: left;
padding: 0.3rem 1.5rem 1rem 0;
}
.bericht .berichtBild .bildgroesseLarge{
width: 70%;
}
.bericht .berichtBild .bildgroesseMedium{
width: 48%;
}
.bericht .berichtBild .bildgroesseSmall{
width: 25%;
}
.bericht .berichtBild div img{
width: 100%;
height: auto;
}
.bericht div.berichtBild p.berichtBildinfo{
padding: 0.2rem 0 1rem 0;
font-size: 0.8rem;
}
.bericht div.berichtLead{
font-size: 1.2rem;
padding-bottom: 1rem;
line-height: 1.32;
}
.berichtAutor, .berichtText, .berichtDokument, .berichtAlbum{
padding: 0 0 1rem 0;
}

@media screen and (max-width: 900px){
	.bericht .berichtBild .absatzBild.bildgroesseLarge{
	float: none;
	width: auto;
	padding-right: 0;
	}
}
@media screen and (max-width: 600px){
	.bericht .contentTitel h1{
	padding-right: 75px;
	}
	.bericht .berichtBild .absatzBild{
	float: none;
	width: auto;
	padding-right: 0;
	}
}



/* veranstaltung */

.veranstaltung .contentTitel{
position: relative;
}
.veranstaltung .contentTitel h1{
padding-right: 100px;
}
.veranstaltung .veranstaltungBild{
float: right;
padding: 0.3rem 0 1rem 1.5rem;
width: 33%;
}
.veranstaltung .veranstaltungBild div img{
width: 100%;
height: auto;
}
.veranstaltung .veranstaltungLeadDatum, .veranstaltung .veranstaltungLeadOrt, .veranstaltung .veranstaltungLeadOrt a{
color: #333333;
font-size: 1.2rem;
line-height: 1.32;
}
.veranstaltung .absatzLead, .veranstaltung .absatzBeschreibung{
padding: 0 0 1rem 0;
}
.veranstaltung .absatzBeschreibung .vinfokontaktmail a{
color: #333333;
}

@media screen and (max-width: 600px){
	.veranstaltung .veranstaltungBild{
	display: none;
	}
}



/* infoseite */

.infoseiteBeschreibung{
font-size: 1.2rem;
padding-bottom: 1rem;
line-height: 1.32;
}
.infoseiteBild, .infoseiteAbsatz, .infoseiteDokument, .infoseiteAlbum{
padding-bottom: 1rem;
}
.infoseiteAbsatz h2, .infoseiteDokument h2{
margin: 1rem 0 0.5rem 0;
padding: 0;
color: #21385c;
font-size: 1.4rem;
font-style: normal;
font-weight: normal;
text-align: left;
}
.infoseiteBild{
width: 100%;
overflow: hidden;
}
.infoseiteBild .kwAccordion{
position: relative;
overflow: hidden;
max-width: 100%;
line-height: 1;
font-size: 0;
}
.infoseiteBild .kwAccordion > *{
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
transition: left 1s ease-in-out;
max-width: inherit;
}
.infoseiteBild .kwAccordion > *:not(:first-child){
border-left: 1px solid #fff;
}
.infoseiteBild .kwAccordion img{
width: 100%;
max-width: inherit;
}
.infoseiteBild .kwAccordion a{
display: block;
line-height: 1;
font-size: 0;
}
.infoseiteBild .kwAccordion .overlayText{
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0.9rem 1rem 1rem 1rem;
color: #fff;
font-size: 1rem;
background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px){
	.infoseiteBild .kwAccordion .overlayText{
	padding: 0.5rem;
	font-size: 0.8rem;
	}
}




/* gruppe (newsletter) */

.gruppe .gruppeBild{
float: right;
padding: 0.3rem 0 1rem 1.5rem;
width: 33%;
}
.gruppe .gruppeBild div img{
width: 100%;
height: auto;
}
.gruppe .contentText{
padding-bottom: 1rem;
font-size: 1.2rem;
line-height: 1.32;
}
.gruppe .gruppeAnmeldung{
width: 64%;
padding: 0.3rem 0 1rem 0;
}
.gruppe .gruppeAnmeldung .absatz{
background: #edecec;
}
.gruppe .gruppeAnmeldung .titel{
margin: 0;
padding: 1rem;
color: #999;
font-size: 1.2rem;
}
.gruppe .gruppeAnmeldung .aktion{
padding: 0 1rem 1rem 1rem;
}
.gruppe .gruppeAnmeldung .aktion > div{
display: inline-block;
}
.gruppe .gruppeAnmeldung .aktion > div > a.button{
display: inline-block;
clear: none;
padding: 0.75rem 1.2rem;
color: #fff;
background: #21385c;
}
.gruppe .gruppeAnmeldung .aktion > div > a.button:hover{
background: #005889;
}
.gruppe .gruppeAnmeldung .aktion form{
width: 100%;
min-width: 320px;
}
.gruppe .gruppeAnmeldung .aktion .info{
padding: 0.3rem 0 0 0;
font-size: 1rem;
}
.gruppe .gruppeAnmeldung .aktion input[type="text"]{
width: 100%;
}
.gruppe .gruppeAnmeldung .aktion input[type="button"]{
display: inline-block;
margin-top: 0.5rem;
padding: 0.75rem 1.5rem;
}

.infoboxGruppen .infoboxText{
display: flex;
padding: 0.5rem 0.5rem 0 0.75rem;
}
.infoboxGruppen .infoboxText:last-child{
padding-bottom: 0.5rem;
}
.infoboxGruppen .infoboxText span{
flex: 0 1 auto;
line-height: 1.32;
}
.infoboxGruppen .infoboxText span.num{
width: 20%;
}
.infoboxGruppen.infoboxLetzteMails .infoboxText span.num{
width: 23%;
}
.infoboxGruppen.infoboxHilfe .infoboxText{
line-height: 1.32;
}

@media screen and (max-width: 600px){
	.gruppe .gruppeBild{
	display: none;
	}
	.gruppe .contentText{
	font-size: 1rem;
	}
	.gruppe .contentText.gruppeAnmeldung{
	width: 100%;
	}
}
@media screen and (max-width: 380px){
	.gruppe .gruppeAnmeldung .aktion form{
	min-width: auto;
	}
}



/* kleinanzeige */

.kleinanzeige > .kleinanzeigeBeschreibung, .kleinanzeige > .kleinanzeigeFusszeile{
padding: 0 0 1rem 0;
}



/* erweiterung allgemein */

.wrapperErweiterung{
padding: 0 0 1rem 0;
}
.wrapperErweiterung h1{
/* h2 darstellung */
margin: 1rem 0 0.5rem 0;
padding: 0;
color: #21385c;
font-size: 1.4rem;
font-style: normal;
font-weight: normal;
text-align: left;
}



/* erweiterung diskussion */

.diskussion .diskussionEintrag{
padding: 1rem;
position: relative;
margin-top: 1.5rem;
box-sizing: border-box;
background-color: rgba(33,56,92,0.2);
}
.diskussion .diskussionEintrag:after{
content: '';
position: absolute;
border-style: solid;
border-width: 0 1rem 1rem 1rem;
border-color: rgba(33,56,92,0.2) transparent;
display: block;
width: 0;
top: -1rem;
left: 49%;
left: calc(50% - 1rem);
}
.diskussionBeschreibung{
padding: 0;
}
.diskussion .diskussionEintrag.eingabe{
background: none;
padding: 0;
margin: 0;
max-width: none;
margin: 1rem 0;
}
.diskussion .diskussionEintrag.eingabe:after{
border: 0;
}
.diskussion .diskussionEintrag.eingabe > div{
padding: 0 0 1rem 0;
}
.diskussion .diskussionEintrag.eingabe > div > *{
margin: 0;
padding: 0.5rem;
font-size: 1.2rem;
font-family: inherit;
}
.diskussion .diskussionEintrag.eingabe > div > textarea{
display: block;
width: 100%;
resize: vertical;
box-sizing: border-box;
}
.diskussion .diskussionEintrag.eingabe > div > #diskussionAutor{
width: 50%;
margin-right: 1rem;
}

.diskussion .diskussionEintrag .diskussionAutor{
padding: 0 0 0.5rem 0;
color: rgba(51,51,51,0.5);
font-size: 1.4em;
text-align: right;
}
.diskussion .diskussionEintrag .diskussionAutor span{
float: left;
padding: 0 1rem 0 0;
color: #21385c;
font-size: inherit;
text-align: left;
}
.diskussion .diskussionEintrag .diskussionAutor a{
float: left;
}
.diskussion .diskussionEintrag .diskussionText{
font-size: 1.2em;
}

@media screen and (max-width: 600px){
	.diskussion .diskussionEintrag .diskussionAutor{
	text-align: left;
	}
	.diskussion .diskussionEintrag .diskussionAutor span{
	float: none;
	display: block;
	}
	.diskussion .diskussionEintrag .diskussionAutor a{
	float: none;
	display: block;
	}
}



/* erweiterung formular */

.formularEingabe{
width: 100%;
max-width: 500px;
}
#formularDiv > form#formFormular > div.gap{
margin: 0 0 1.5rem 0;
}
.formularEingabe input.formular[type=text], .formularEingabe textarea.formular{
width: 100%;
box-sizing: border-box;
margin-top: 0.2rem;
padding: 0.3rem;
font-size: 1.2rem;
}
.formularEingabe textarea.formular{
resize: vertical;
}
.formularEingabe .formularRadiobutton{
margin-bottom: 1rem;
padding: 1rem 0;
}
.formularEingabe .formularCheckbox{
padding-bottom: 1rem;
}
.formularEingabe #formularSubmitInfo{
display: block;
padding: 1rem 0;
color: #ff6d00;
}
.formularEingabe #formularSubmit{
padding: 0.5rem 1rem;
font-size: 1.2rem;
}
.formularBeschreibung{
max-width: 500px;
margin-bottom: 1.5rem;
}
.formular.leer{
border: 1px solid #ff6d00 !important;
}
.formularFeldBeschreibung, .formularInfoBeschreibung{
line-height: 1.4;
}
.formular_radiobutton, .formular_checkbox{
display: table;
margin: -1rem 0 1.5rem 0;
}
.formular_radiobutton > *, .formular_checkbox > *{
display: table-cell;
line-height: 1.2;
}



/* login */

.login{
padding: 0 0 5rem 0;
}
.login h1{
text-align: center;
}
.login > form{
width: 100%;
max-width: 500px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
.login > form > .loginRow{
margin-bottom: 20px;
text-align: left;
vertical-align: middle;
position: relative;
}
.login > form > .loginRow.loginMsg{
color: #ff6d00;
}
.login > form > .loginRow > span{
text-align: left;
display: inline !important;
}
.login > form > .loginRow > span > label[for="angemeldetBleiben"]{
color: black;
font-size: 0.9em;
line-height: 1em;
}
.login > form > .loginRow > input#angemeldetBleiben{
display: inline-block !important;
width: 15px;
clear: none;
vertical-align: middle;
}
.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: 0.5rem;
box-sizing: border-box;
font-size: 1.2rem;
border: 1px solid rgba(0,0,0,0.1);
outline: none;
}
.login > form > .loginRow > input.submit{
background: #21385c;
color: #fff;
max-width: 200px;
clear: both;
display: block;
margin: 0 auto;
cursor: pointer;
text-transform: uppercase;
}
.login > form > .loginRow > input.submit:hover{
background: #004d89;
}
.login > form > .loginRow > a{
clear: both;
display: block;
margin: 0 auto;
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
font-size: 0.8em;
}
.login > form > p{
display: none;
}






/* 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: #333333;
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: #333333;
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: "Heebo", 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: "Heebo", 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;
}

/* CSS DOMAINSPEZIFISCH */

/*rb: .pageBackground and .pageBackground svg are used to place a background image. */
.pageBackground {
	display: flex;
	justify-content: center;
}

.pageBackground svg {
	width: 1800px;
	height: 1254px;
	min-width: 1600px;
	min-height: 1114px;
	transform: translateY(-200px);
	display: block;
	margin-right: 100px;
}

/* rb: .berichtfrontText and .berichtfrontBild arranged one below the other. */
@media (max-width: 600px) {
	div.berichtfrontBox {
		display: flex;
		flex-direction: column;
	}
	.front .berichtfrontBox .berichtfrontText a {
		margin-top: 0.5em;
		padding: 0 0 0 0;
	}
	.front .berichtfrontBox .berichtfrontBild {
		width: 100%;
	}
}

/* ALBUM CSS */
.album > .mobilescroll > .bilder > .mehrbilder,
.album > .mobilescroll > .bilder > .bild {
	vertical-align: text-top;
}
.album > .mobilescroll > .bilder > .bild > a {
	line-height: initial;
}
