
/* 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;
}


b {
	font-weight: bold;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
input[disabled=disabled]{
	color: #aaa;
}


/* 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: #666666;
}

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

.modSucheNavigation .active {
	color: #2985A6;
	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: #2985A6;
}

.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: #666666;
}

.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: #666666;
	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: #666666;
}
.modSucheAusgabeAusfuehrlichText span.msaTitel{
	display: block;
	color: #ff7800;
}
.modSucheAusgabeAusfuehrlichText span.msaDatum,
.modSucheAusgabeAusfuehrlichText span.msaPredigtperson,
.modSucheAusgabeAusfuehrlichText span.msaKontakt
{
	display: block;
}
.modSucheAusgabeAusfuehrlichText span.msaDatum:after{
	content: " ";
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img,
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
	width: 80px;
	height: 60px;
}


/* 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;
	width: 80px;
	color: #555;
}
div.modSucheAusgabeHandlichV{
	float: left;
	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 {
	cursor: pointer;
}
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: #2985A6;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #2985A6;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
	width: 100%;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter h2 {
	font-size: 1.4rem;
	margin: 0;
	padding-top: 0.75rem;
	padding-left: 0.75rem;
	color:  #bbb;
}

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

.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter button:hover {
	background: rgba(41,133,166, 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: #2985A6;
	background: rgba(41,133,166, 0.1);
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #2985A6;
	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, #ffffff);
	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 #2985A6;
}
.tag.color.active {
	border: 1px solid #2985A6;
	background: #2985A6;
}
.tag.color.active:hover {
	border: 1px solid rgba(#2985A6);
	background: rgba(41,133,166, 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: #2985A6;
	cursor: pointer;
}

.myNewsletterContent button.submit:hover,
.infoboxMyNewsletter button.submit:hover {
	background: rgba(41,133,166, 0.7);
}

.myNewsletterContent button.submit.active,
.infoboxMyNewsletter button.submit.active {
	background: #2985A6;
}

.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: #2985A6;
}

@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(41,133,166, 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: 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: 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 STANDARD DESIGN 2 */



/* allgemein */
html{
height: 100%;
overflow-y: scroll;
}
body{
height: 100%;
font-family: sans-serif;
line-height: 100%;
color: #666666;
background: #fff;
}
a{
color: #ff7800;
text-decoration: none;
}
a:hover{
color: #666666;
}
h1{
font-family: sans-serif;
font-weight: normal;
font-size: 26px;
padding: 6px 0 12px 0;
color: #5793c9;
line-height: 120%;
}
# color: #2985A6;
input, select, textarea{
color: #555;
}
input.text, select, textarea{
border: 1px solid #aaa;
}
ul.st-markup{
list-style: disc outside;
margin: 0 0 0 5px;
padding: 0 0 9px 25px;
overflow: hidden;
}
ul.st-markup li{
margin: 0;
padding: 2px 0;
}
ol.st-markup{
list-style: decimal outside;
margin: 0 0 0 5px;
padding: 0 0 9px 30px;
overflow: hidden;
}
ol.st-markup li{
margin: 0;
padding: 2px 0;
}
hr{
height: 1px;
border: 0;
color: #2985A6;
background-color: #2985A6;
}
#seitenInhalt h1,
.berichtfrontTitel {
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}



/* kleinanzeigen übersicht */
div.kleinanzeigeUebersicht{
padding: 30px 330px 0 70px;
}
div.kleinanzeigeUebersicht h2{
font-family: sans-serif;
font-size: 24px;
font-weight: 300;
line-height: 130%;
padding: 15px 0 5px 0;
}
div.kleinanzeigeUebersicht .kleinanzeigeLink{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 0 0 5px 0;
}



/* kleinanzeigen */
div.kleinanzeige{
padding: 30px 330px 0 70px;
}
.kleinanzeige div.kleinanzeigeBeschreibung{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 5px 0 0 0;
}
.kleinanzeige div.kleinanzeigeFusszeile{
text-align: left;
padding: 100px 0 0 0;
font-size: 15px;
}
.kleinanzeige div.kleinanzeigeFusszeile a{
color: #666666;
}



/* portrait */
div.portrait{
padding: 30px 330px 0 70px;
}
.portrait div.portraitBild{
float: left;
padding: 5px 15px 10px 0;
}
.portrait div.portraitBeschreibung{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
margin: 0 10px 10px 155px;
padding: 2px 5px 8px 5px;
}



/* dokument */
.dokument{
padding: 30px 330px 0 70px;
}
.dokument div.dokumentBaum{
padding: 10px 0 10px 10px;
}

/* Suche Dokumente */
.dokument .suche {
	padding: 0 0 10px 0;
}
.dokument .titel {
	font-size: 1em;
}
.document .icon,
.document .autor,
.folder .icon,
.folder .autor {
	display: inline-block;
	vertical-align: middle;
}
.dokument .icon {
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.dokument .autor {
	margin-left: 0.5em;
	font-size: 0.6em;
	color: #666666;
}


/* album */
.album{
clear: left;
padding: 30px 330px 0 70px;
}
.album span.albumDatum {
font-family: sans-serif;
font-weight: normal;
font-size: 21px;
line-height: 160%;
padding: 0 0 16px 0;
color: #666666;
}
.album div.albumBeschreibung {
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
padding: 0 0 16px 0;
color: #666666;
}
.album .bilderBox .bild .bildinfo {
display: none;
opacity: 0.8;
filter: alpha(opacity = 80);
position: absolute;
color: #41a4c8;
background: #f2f2f2;
font-size: 12px;
z-index: 20;
cursor: pointer;
}
.album .bilderBox .bild .bildinfo .bildname {
position: absolute;
bottom: 0;
display: block;
margin: 0 0 25px 0;
font-size: 13px;
color: #2985A6;
}
.album .bilderBox .bild .bildinfo .bildfotograf {
position: absolute;
bottom: 0;
display: block;
font-size: 12px;
color: #666666;
}
.album .sliderNavTop, .album .sliderNavBot {
position: relative;
height: 35px;
margin: 5px 0;
padding: 5px 0;
border: 0;
background-color: transparent;
font-size: 12px;
}
.album .albName {
float: left;
padding: 9px 10px 11px 0;
font-size: 14px;
}
.album .anzBilder{
float: right;
padding: 9px 10px 11px 10px;
font-size: 14px;
}
.album .sliderL, .album .sliderR{
float: right;
width: 15px;
height: 25px;
padding: 5px 10px;
background-color: #fff;
}
.album .sliderLP, .album .sliderRP, .album .sliderLP.sliderAus, .album .sliderRP.sliderAus{
fill: #41a4c8;
}
.album .sliderDP, .album .sliderL:hover .sliderLP, .album .sliderR:hover .sliderRP, .album .sliderD:hover .sliderDP, .album .sliderLP.sliderEin, .album .sliderRP.sliderEin{
fill: #2985A6 !important;
}



/* galerie */
div.galerie{
padding: 43px 20px 0 70px;
}
.galerie .albumBox{
float: left;
position: relative;
margin: 0 24px 24px 0px;
padding: 0;
background: #fff;
font-family: sans-serif;
line-height: 160%;
border-radius: 0;
}
.galerie .albumBox .albumBild{
float: left;
}
.galerie .albumBox .albumBild img{
border-radius: 0;
}
.galerie .albumBox .albuminfo {
display: none;
opacity: 0.8;
filter: alpha(opacity = 80);
position: absolute;
color: #41a4c8;
background: #f2f2f2;
font-size: 13px;
z-index: 20;
cursor: pointer;
border-radius: 0;
}
.galerie .albumBox .albuminfo .albumBesitzer {
position: absolute;
bottom: 0;
margin: 0 0 25px 10px;
padding: 0 5px 0 0;
font-weight: 500;
font-size: 13px;
color: #666666;
}
.galerie .albumBox .albuminfo .albumAnzBilder {
position: absolute;
bottom: 0;
margin: 0 0 5px 10px;
font-weight: 500;
font-size: 13px;
color: #666666;
}
.galerie .albumBox:hover .albuminfo {
display: block;
}
.galerie .albumBox .albumName{
clear: both;
display: block;
font-weight: 400;
font-size: 15px;
color: #2985A6;
}
.galerie .albumBox .albumDatum{
font-weight: 400;
font-size: 13px;
color: #666666;
}



/* kalender */
div.kalender{
padding: 20px 70px 0 70px;
}
.kalender div.kalenderInhalt{
width: 480px;
text-align: left;
margin: 20px auto;
padding: 15px 40px;
background: #f2f2f2;
}
.kalender div.kalenderInhalt div{
color: #666666;
font-family: sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 150%;
}
.kalender div.kalenderInhalt div.kalenderDatum{
padding: 20px 0 0 0;
font-weight: bold;
font-size: 36px;
text-align: center;
}
.kalender div.kalenderInhalt div.kalenderWochentag{
padding: 0 0 5px 0;
color: #666666;
font-weight: bold;
font-size: 26px;
text-align: center;
}
.kalender div.kalenderInhalt div.kalenderKirchenkalender, .kalender div.kalenderInhalt div.kalenderKirchenkalender a{
text-align: center;
padding: 0 0 27px 0;
}
.kalender div.kalenderInhalt div.kalenderLead{
margin: 0 0 10px 0;
font-weight: bold;
border-bottom: 1px solid #2985A6;
}
.kalender div.kalenderInhalt div.kalenderText{
padding: 0 0 10px 0;
}
.kalender div.kalenderInhalt div.kalenderAutor{
padding: 0 0 27px 0;
}



/* erweiterung diskussion */
div.diskussion{
text-align: left;
}
div.diskussion textarea.inaktiv, div.diskussion input.inaktiv {
color: #aaa;
}
div.diskussion textarea.text{
width: 75%;
height: 30px;
padding: 2px;
font-size: 17px;
}
div.diskussion #diskussionAutor{
width: 50%;
padding: 2px;
font-size: 17px;
}
div.diskussion #diskussionSubmit{
width: 22%;
margin: 0 0 0 2%;
font-size: 17px;
}
div.diskussion div.diskussionBeschreibung{
margin: 0;
padding: 0 0 5px 0;
color: #666666;
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
}
div.diskussion div.diskussionEintrag{
margin: 0;
padding: 0 0 15px 0;
color: #666666;
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
text-align: left;
}
div.diskussion div.diskussionEintrag.eingabe{
padding: 10px 0 25px 0;
}
div.diskussion div.diskussionAutor{
color: #2985A6;
}
div.diskussion div.diskussionAutor span{
font-weight: bold;
}
div.diskussion div.diskussionText{
padding: 0 0 10px 0;
}



/* erweiterung formular */
div.formular{
text-align: left;
}
div.formular .formularBeschreibung, div.formular .formularEingabe, div.formular .formularDaten, div.formular .formularBearbeiten{
padding: 0 0 10px 0;
font-size: 16px;
line-height: 160%;
}
div.formular .formularFeldTitel{
font-weight: normal;
}
div.formular input[type=checkbox], div.formular input[type=radio]{
margin: 2px 7px 2px 0;
line-height: 100%;
}
div.formular label{
line-height: 100%;
}
#kwDialog div.formularSchlusstext{
line-height: 160%;
}
.formularEingabe input.formular[type="text"], .formularEingabe textarea.formular {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 5px;
}
.formularEingabe #formularSubmit {
	padding: 10px;
}
.formularEingabe{
	width: 100%;
}
.formularEingabe .gap{
	margin-bottom: 20px;
}
.formularEingabe input.formular[type=text], .formularEingabe textarea.formular{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 5px;
}
.formularEingabe textarea.formular{
	resize: vertical;
}
.formularEingabe .formularRadiobutton{
	margin-bottom: 10px;
	padding: 10px 0;
}
.formularEingabe .formularCheckbox{
	padding-bottom: 10px;
}

.formularEingabe #formularSubmitInfo{
	display:block;
	padding: 10px 0;
	font-size: 0.9em;
	color: red;
}
.formularEingabe #formularSubmit{
	padding: 10px;
}

.formularBeschreibung{
	text-align:center;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 2em;
}

.formular.leer{
	border: 1px solid red !important;
}

.formularFeldBeschreibung, .formularInfoBeschreibung{
	line-height: 1.4em;
}
.formular_radiobutton, .formular_checkbox{
	display:table;
	margin-bottom: 1em;
}
.formular_radiobutton > *, .formular_checkbox > *{
	display:table-cell;
	line-height: 1.2em;
	font-size: 0.9em;
}
.formNotOpen p {
	line-height: 1.6;
}



/* agenda */
div.agenda{
padding: 30px 0 0 70px;
}
div.infoseiteB div.album{
padding: 0;
}
div.agenda div{
margin: 20px 0 0 0;
}
div.agenda table.modSucheTable{
width: 750px;
}
div.agenda table.modSucheTable td{
padding: 7px 0 7px 10px;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligLS{
text-align: right;
margin: 0 5px;
padding: 5px 5px;
border-top: 1px solid #ccc;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligRS{
padding: 10px 0 10px 40px;
width: 100%;
text-align: left;
border-top: 1px solid #ccc;
border-left: 0px;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligRS a{
padding: 0 0 0 0;
}
div.agenda table.modSucheTable td.modSucheAgendaText{
padding: 7px 0 7px 50px;
width: 100%;
}
div.agenda table.modSucheTable a.termineZeit, div.agenda table.modSucheTable a.termineKontakt, div.agenda table.modSucheTable a.termineOrt,
div.agenda table.modSucheTable a.agendaTag, div.agenda table.modSucheTable a.agendaDatum, div.agenda table.modSucheTable a.agendaZeit{
color: #666666;
}
div.agenda table.modSucheTable a.termineTitel, div.agenda table.modSucheTable a.agendaTitel,
div.agenda table.modSucheTable a.termineTitel:hover, div.agenda table.modSucheTable a.agendaTitel:hover{
color: #2985A6;
}
div.agenda table.modSucheTable a.agendaZeit{
padding: 0 0 0 40px;
}
div.agenda table.modSucheTable br.termineAbstand{
display: none;
}
div.agenda table.modSucheTable tr:hover{
background: #eeeeee;
}


/* Kombi Suche */
div.suche.suchekombi {
	box-sizing: border-box;
	width: 885px;
	padding-right: 26px;
	float: left;
}
.kombiSuche {
	border: 1px solid #666666;
	width: 265px;
	box-sizing: border-box;
	margin-top: 20px;
	float: left;
}

.kombiSuche .kombiSucheCell #kombiSucheForm {
	position: relative;
}

.kombiSuche .kombiSucheCell #kombiSucheInput {
	-webkit-appearance: none;
	width: 100%;
	height: 36px;
	padding: 5px 10px 5px 10px;
	font-size: 17px;
	border: none;
}

#kombiSucheIcon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 23px;
	height: 23px;
}

.kombiSuche .svgKwIcon {
	stroke-width: 0;
	stroke: #bbb;
	fill: #bbb;
}

/* remove clear button, ie, chrome */
#kombiSucheInput::-ms-clear,
#kombiSucheInput::-webkit-search-decoration,
#kombiSucheInput::-webkit-search-cancel-button,
#kombiSucheInput::-webkit-search-results-button,
#kombiSucheInput::-webkit-search-results-decoration {
	display: none;
}

#kombiSucheListe {
	display: none;
	width: 245px;
}

#kombiSucheListe li a:focus {
	outline: 0;
}

#kombiSucheListe li {
	padding: 4px 7px 4px 10px;
	color: #444;
	font-size: 13px;
	background-color: #e9e9e9;
}

#kombiSucheListe li.aktiv {
	background: #41a4c8;
}



/* suche */
div.suche{
padding: 20px 330px 0 70px;
line-height: 160%;
}
div.modSucheNavigation{
padding: 7px 20px 9px 20px;
background: #f2f2f2;
border: 0;
}
div.modSucheAusgabeAusfuehrlich{
padding: 0 0 20px 0;
}
div.modSucheAusgabeAusfuehrlichBild{
padding-right: 10px;
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img,
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
	width: 100px;
	height: 100px;
}
.suche .modSucheAusgabeAusfuehrlichDatum, .suche .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild{
width: 100px;
padding: 14px 24px 30px 0;
font-size: 0;
line-height: 1;
}
.suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
font-size: 16px;
}
div.infoseiteB div.modSucheAusgabeAusfuehrlichText{
min-height: 105px;
line-height: 160%;
}
div.modSucheAusgabeAusfuehrlichText span{
color: #666666;
}
div.modSucheAusgabeAusfuehrlichText .msaTitel{
display: block;
padding-top: 3px;
color: #2985A6;
font-size: 20px;
font-weight: 400;
line-height: 1.42;
}
a:hover .msaTitel{
color: #666666;
}
div.modSucheAusgabeAusfuehrlichText .msaTitelNotiz{
display: block;
color: #666666;
font-size: 1rem;
line-height: 1.50;
}
div.suche div.modSucheAusgabeHandlich, div.modSucheAusgabeHandlichV{
width: 160px;
}
hr.modSuche{
clear: left;
font-size: 0;
}
table.modSucheTable{
margin-left: 0;
line-height: 140%;
}
.sucheingabeElement{
line-height: 160%;
}




/* sucheingabe */
.sucheingabe{
padding: 30px 330px 20px 70px;
}
.sucheingabe div.auswahlsuche{
padding: 15px 40px 20px 40px;
display: block;
background: #f2f2f2;
}
.sucheingabe div.auswahlsuche select {
padding: 0;
width: 160px;
border: 1px solid #aaa;
}
.sucheingabe div.auswahlsuche form {
margin: 0;
padding: 0;
}
.sucheingabe div.auswahlsuche form div#ID1treffer {
display: block;
padding: 5px 0px 5px 0px;
color: #2985A6;
}
.sucheingabe div.auswahlsuche form input#ID1sucheTitel {
margin: 10px 0px 0px 0px;
padding: 1px;
width: 140px;
}

div.kwSelect{
position: absolute;
width: 160px;
padding: 0 0 5px 0;
background-color: #f5f5f5;
border: 1px solid #999;
z-index: 8;
}
div.kwSelect a{
display: block;
width: 150px;
font-family: sans-serif;
font-size: 14px;
line-height: 130%;
padding: 0 5px;
}
div.kwSelect a:hover{
color: #000;
background-color: #fff;
}



/* suche sitemap */
.sucheingabe div.sucheSitemap{
padding: 0 0 40px 0;
}
.sucheingabe div.sucheSitemap h2{
font-family: sans-serif;
font-weight: normal;
font-size: 26px;
padding: 6px 0 12px 0;
color: #2985A6;
line-height: 120%;
}
.sucheingabe div.sucheSitemap h3{
font-family: sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 100%;
padding: 2px 0 10px 10px;
color: #666666;
}
.sucheingabe div.sucheSitemap .spalten{
min-height: 250px;
padding: 40px 40px 0 40px;
overflow: hidden;
background: #f2f2f2;
}
.sucheingabe div.sucheSitemap div.spalte{
float: left;
width: 220px;
}
.sucheingabe div.sucheSitemap div.aktiv a{
display: block;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #2985A6;
background: transparent url(/_kirchenweb/images/checkboxEin.png) no-repeat scroll 10px 7px;
}
.sucheingabe div.sucheSitemap div.aktiv a span{
font-weight: normal;
font-size: 16px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.inaktiv a{
display: block;
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #666666;
background: transparent url(/_kirchenweb/images/checkboxAus.png) no-repeat scroll 10px 7px;
}
.sucheingabe div.sucheSitemap div.inaktiv a span{
font-size: 16px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv span{
font-size: 16px;
padding: 0 0 0 5px;
}
.sucheingabe div.sucheSitemap div.link{
text-align: right;
padding: 10px 0 0 0;
}
.sucheingabe div.sucheSitemap div.link a{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
color: #666666;
text-decoration: underline;
}
.sucheingabe div.sucheSitemap .abschluss{
height: 10px;
margin: 0 0 7px 10px;
border-right: 1px solid #2985A6;
border-bottom: 1px solid #2985A6;
}
.sucheingabe div.sucheSitemap .anzeigen{
background: #f2f2f2;
}
.sucheingabe div.sucheSitemap .anzeigen .button{
display: none;
}
.sucheingabe div.sucheSitemap .anzeigen div.treffer{
font-family: sans-serif;
font-size: 15px;
padding: 0 0 20px 50px;
}
.sucheingabe div.sucheSitemap .anzeigen div.treffer span{
font-size: 16px;
font-weight: bold;
color: #2985A6;
}
#searchcontrol .gsc-control{
width: 490px;
}
#searchcontrol .gs-title a{
color: #2985A6;
font-family: sans-serif;
font-weight: 400;
font-size: 18px;
text-decoration: none;
line-height: 130%;
}


/* infobox */
#infoSpalte  .mitgliedschaft .infobox  {
	padding: 14px 15px;
}

#infoSpalte .mitgliedschaft .infobox  h2 {
	padding: 0;
	margin-bottom: 12px;
}
#infoSpalte .mitgliedschaft .infoboxLink {
	padding: 5px 0;
}


/* meine newsletter (24.09.2018 sj) */
.infoboxGruppen .infoboxText,
.infoboxGruppen .infoboxLink {
	display: flex;
	padding: 0 15px 12px 15px;
	line-height: 1.2rem;
}
.myn-MyNewsletter_Show {
	padding-left: 15px;
}
.infoboxMyNewsletter button.submit {
	border: 1px solid #ffffff;
}
.myNewsletterContent hr {
	height: 1px;
	border: 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
}
.myNewsletterContent h2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 22px;
	padding: 6px 0 12px 0;
	color: #2985A6;
	line-height: 120%;
}
.myNewsletterContent .boxHerkuenfte {
	display: flex;
	clear: both;
}
.small.error {
	background: white;
	padding: 0.75rem;
	border-radius: 3px;
}
.tag {
	padding: 2px 8px;
}
.berichtfrontBox.myNewsletter {
	display: none;
}



/* login */
.login{
padding: 30px 330px 0 70px;
}
.login div.loginRow{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
padding: 0 10px 5px 70px;
}
#seitenInhalt #registerForm{
margin: 30px 0 0 370px;
}



/* adrfoto */
div.adrfotoInhalt{
margin: 0 0 0 100px;
}



/* tooltip */
#kwTooltip.nav{
margin: -8px 0 0 0;
}
#kwTooltip.left{
margin: -11px 0 0 -15px;
}
#kwTooltip hr{
color: #bbb;
background: #bbb;
}


/* CSS DOMAINSPEZIFISCH */



/* ids */
#navigationBox{
position: absolute;
top: 0px;
width: 100%;
min-width: 1150px;
height: 54px;
background-color: #000;
background-image: linear-gradient(top, #444444, #010101);
background-image: -o-linear-gradient(top, #444444 0%, #010101 100%);
background-image: -moz-linear-gradient(top, #444444 0%, #010101 100%);
background-image: -webkit-linear-gradient(top, #444444 0%, #010101 100%);
background-image: -ms-linear-gradient(top, #444444 0%, #010101 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#444444),to(#010101));
}
#wrapper{
width: 100%;
max-width: 1280px;
min-height: 100%;
margin: 0 auto;
padding: 0;
font-family: sans-serif;
font-size: 16px;
background: #fff;
overflow: hidden;
}
#seitenKopf{
height: 114px;
padding: 0 0 0 0;
border: 0 0 0 0;
background-color: #0079bc;
}
#seitenKopf #slideshow{
width: 1150px;
height: 350px;
}
#seitenKopf a{
position: absolute;
top: 24px;
display: block;
/* width: 1150px;
height: 350px; */
font-size: 0;
line-height: 100%;
background-color: rgba(255,255,255,0);
z-index: 5;
}
#seitenKopf a:focus{
outline: 0;
}
#logo{
height: 60px;
width: auto;
padding: 25px 30px;
}
#versSchatten{
position: absolute;
top: 54px;
width: 560px;
height: 90px;
min-height: 90px;
margin: 240px 0 0 570px;
padding: 20px 0 0 20px;
background: transparent url(/bilder/bgLosungSchatten.png) 0 0 no-repeat;
z-index: 10;
}
#vers{
width: 560px;
height: 90px;
min-height: 90px;
font-family: sans-serif;
color: #fff;
line-height: 100%;
background-color: #1f7898;
background-image: linear-gradient(top, #41a4c8, #1f7898);
background-image: -o-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -moz-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -ms-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#41a4c8),to(#1f7898));
}
#vers a{
position: static;
top: static;
display: block;
width: 560px;
height: 90px;
color: #fff;
background: transparent;
z-index: 11;
}
#vers a:hover{
color: #fff;
}
#versText{
display: block;
padding: 27px 50px 0 50px;
font-size: 24px;
font-weight: 400;
font-style: italic;
line-height: 100%;
}
#versBibelstelle{
position: absolute;
top: 82px;
left: 410px;
display: block;
float: right;
width: 160px;
font-size: 12px;
font-weight: 400;
text-align: right;
z-index: 12;
}
#navigation{
position: absolute;
top: 0px;
width: 1150px;
height: 54px;
}
#breadcrumb{
height: 20px;
margin: 0;
padding: 13px 0 0 70px;
color: #555;
font-family: sans-serif;
font-size: 14px;
vertical-align: middle;
line-height: 100%;
}
#breadcrumb a{
color: #555;
font-family: sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 100%;
}
#breadcrumb a.aktiv{
color: #2985A6;
font-weight: 500;
}
#seitenInhalt{
padding: 0 0 80px 0;
background: #fff;
}
#seitenFuss{
width: 1150px;
height: 20px;
font-family: sans-serif;
font-size: 14px;
margin: -50px auto 0 auto;
padding: 0;
color: #b8b8b8;
overflow: hidden;
}
#fusszeile{
float: left;
margin: 0 0 0 70px;
}
#poweredBy{
float: right;
margin: 0 70px 0 0;
font-size: 12px;
}
#poweredBy a{
color: #b8b8b8;
}
#infoSpalte{
float: right;
width: 230px;
padding: 41px 70px 0 0;
}
#infoSpalte div:first-child{
border-top: 0;
}



/* navigation */
div.navE.navE0 {
float: left;
font-size: 16px;
color: #bbb;
}
div.navE.navE0 span {
display: block;
height: 25px;
line-height: 100%;
padding: 18px 15px 11px 15px;
color: #bbb;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
div.navE.navE0 a{
display: block;
height: 25px;
line-height: 100%;
padding: 18px 15px 11px 15px;
color: #bbb;
font-family: sans-serif;
font-size: 16px;
font-weight: normal;
}
div.navE.navE0 a:hover{
}
div.navE.navE0 a.aktiv, div.navE.navE0 a.aktiv:hover{
color: #fff;
}
#navigation div.navE.navE0.navIco{
float: right;
}
#navigation div.navE.navE0.navIco .conE1{
left: 920px;
width: 230px;
}
#navigation div.navE.navE0.navIco a{
width: 16px;
padding: 19px 9px 10px 9px;
}
#navigation div.navE.navE0.navIco div.navE.navE1 a{
width: auto;
height: auto;
padding: 6px 15px 9px 15px;
font-size: 16px;
line-height: 120%;
}
#navigation .svgKwIcon{
stroke-width: 0;
stroke: #aaa;
fill: #aaa;
}
#navigation .kwIconFacebook {
padding: 0;
}
#navigation .kwIconFacebook svg {
border-radius: 1px;
}
#navigation div.ausgeklappt{
background-color: #1f7898;
background-image: linear-gradient(top, #41a4c8, #1f7898);
background-image: -o-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -moz-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -ms-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#41a4c8),to(#1f7898));
}
#navigation a.aktiv .svgKwIcon{
stroke: #fff;
fill: #fff;
}
.navTop.navSub > a{
cursor: default;
}



/* subnavigation hover */
#navigation .conE1{
position: absolute;
top: 54px;
left: 0px;
width: 1150px;
min-height: 120px;
padding: 0;
z-index: 9998;
}
#navigation .boxE1{
min-height: 120px;
padding: 18px 12px;
background: #1f7898;
z-index: 9997;
}
#navigation .poi{
position: relative;
top: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -11px;
font-size: 0;
}
#navigation .poi div{
display: none;
position: absolute;
top: 5px;
width: 20px;
height: 11px;
z-index: 9999;
}
#navigation .endE1{
clear: left;
}
#navigation .navE.navE1{
float: left;
width: 205px;
line-height: 120%;
}
#navigation .navE.navE1 span{
height: auto;
padding: 10px 15px 12px 15px;
color: #fff;
font-size: 17px;
font-weight: 500;
line-height: 120%;
background: none;
}
#navigation .navE.navE1 a{
height: auto;
padding: 6px 15px 9px 15px;
color: #fff;
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#navigation .navE.navE1 a:hover{
background: #41a4c8;
}
#navigation .navE.navE1 .navE.navE2 a{
padding: 6px 15px 9px 15px;
font-size: 15px;
line-height: 120%;
}
#navigation .navE.navE2 .navE.navE3 a{
padding: 5px 15px 8px 25px;
font-size: 14px;
line-height: 120%;
}
/* navigation kalender */
#navigation .navE.navE1.navKwInhaltLosung{
width: 360px;
}
#navigation .navE.navE1.navKwInhaltLosung div a{
padding: 15px 15px 0 15px;
color: #fff;
}
#navigation .navE.navE1.navKwInhaltLosung div a:hover{
background: none;
}
#navigation .navE.navE1.navKwInhaltLosung div a span{
padding: 3px 0 0 0;
color: #fff;
font-size: 12px;
font-weight: 400;
}



/* infobox */
div.infoboxHome{	
height: 340px;
}
div.infoboxHome div.infobox {
margin: 0;
}
div.infobox {
margin: 0 0 30px 0;
color: #fff;
font-size: 16px;
background-color: #1f7898;
background-image: linear-gradient(top, #41a4c8, #1f7898);
background-image: -o-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -moz-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -ms-linear-gradient(top, #41a4c8 0%, #1f7898 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#41a4c8),to(#1f7898));
z-index: 100;
}
.infobox h2, .infobox h2 a{
color: #fff;
font-weight: 400;
font-size: 22px;
line-height: 120%;
}
.infobox h2{
padding: 14px 15px 1px 15px;
}
#infoSpalte .infobox{
padding: 0 0 17px 0;
}
#infoSpalte .infobox h2{
padding: 14px 15px 12px 15px;
line-height: 120%;
}
#infoSpalte .infobox div.sucheKeinTreffer{
padding: 4px 15px 0 15px;
line-height: 160%;
}
.infobox div.infoboxLink{
padding: 4px 15px 5px 15px;
}
.infobox div.infoboxLink a, .infobox div.infoboxLinkActive a{
display: block;
font-size: 16px;
color: #fff;
}
.infobox div.infoboxLinkActive {
padding: 4px 15px 5px 15px;
background: #1f7898;
}
.infobox div.infoboxLinkActive a:hover {
color: #fff;
}
#infoSpalte .infobox.infoboxautor{
background: #f2f2f2;
}
#infoSpalte .infobox.infoboxautor h2{
padding: 15px 0 8px 15px;
color: #2985A6;
font-size: 16px;
font-weight: 500;
line-height: 130%;
}
#infoSpalte .infobox.infoboxautor a{
color: #2985A6;
}
#infoSpalte .infobox.infoboxautor .infoboxLink.infoboxBild{
float: left;
padding: 4px 10px 0 15px;
}
#infoSpalte .infobox.infoboxautor .infoboxLink, #infoSpalte .infobox.infoboxautor .infoboxLink a{
display: block;
color: #666666;
font-size: 14px;
}

.infobox .infoboxVeranstaltungTitel{
padding: 18px 15px 3px 15px;
color: #fff;
font-size: 20px;
font-weight: 400;
}
.infobox table.infoboxVeranstaltung{
width: 100%;
}
.infobox table.infoboxVeranstaltung td.infoboxVeranstaltungTitel{
padding: 0;
}
.infobox table.infoboxVeranstaltung td.infoboxVeranstaltungTitel span{
padding: 0;
color: #fff;
}
.infobox table.infoboxVeranstaltung td.infoboxVeranstaltung{
padding: 4px 15px 5px 0;
}
.infobox table.infoboxVeranstaltung td.infoboxVeranstaltung a.infoboxLink, .infobox table.infoboxVeranstaltung td.infoboxDatum a.infoboxLink{
color: #fff;
line-height: 130%;
}
.infobox table.infoboxVeranstaltung td.infoboxDatum{
padding: 4px 3px 5px 15px;
}
.infobox table.infoboxVeranstaltung td.infoboxVeranstaltung.linkAgenda{
padding: 5px 0 10px 15px;
}



/* personen */
div.personen{
padding: 43px 20px 0 70px;
}
.personen .personBox{
float: left;
width: 196px;
margin: 0 30px 30px 0;
padding: 15px 17px 15px 17px;
background: #f2f2f2;
}
.personBox{
float: left;
width: 196px;
margin: 0 20px 20px 0;
padding: 15px 17px 15px 17px;
background: #f2f2f2;
}
.personBox .personBild{
float: left;
padding: 0 10px 0 0;
}
.personBox a{
display: block;
color: #666666;
font-size: 14px;
}
.personBox .personName a{
overflow: hidden;
height: 20px;
padding: 0 0 10px 0;
color: #2985A6;
font-size: 16px;
font-weight: 500;
}
.personBox .personMail a{
padding: 20px 0 3px 0;
}



/* agenda */
div.agenda{
padding: 30px 0 0 70px;
}
div.infoseiteB div.album{
padding: 0;
}
div.agenda div{
margin: 20px 0 0 0;
}
div.agenda table.modSucheTable{
width: 750px;
}
div.agenda table.modSucheTable td{
padding: 7px 0 7px 10px;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligLS{
text-align: right;
margin: 0 5px;
padding: 5px 5px;
border-top: 1px solid #ccc;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligRS{
padding: 10px 0 10px 40px;
width: 100%;
text-align: left;
border-top: 1px solid #ccc;
border-left: 0px;
}
div.agenda table.modSucheTable td.modSucheAusgabeMehrzeiligRS a{
padding: 0 0 0 0;
}
div.agenda table.modSucheTable td.modSucheAgendaText{
padding: 7px 0 7px 50px;
width: 100%;
}
div.agenda table.modSucheTable a.termineZeit, div.agenda table.modSucheTable a.termineKontakt, div.agenda table.modSucheTable a.termineOrt, 
div.agenda table.modSucheTable a.agendaTag, div.agenda table.modSucheTable a.agendaDatum, div.agenda table.modSucheTable a.agendaZeit{
color: #666666;
}
div.agenda table.modSucheTable a.termineTitel, div.agenda table.modSucheTable a.agendaTitel,
div.agenda table.modSucheTable a.termineTitel:hover, div.agenda table.modSucheTable a.agendaTitel:hover{
color: #2985A6;
}
div.agenda table.modSucheTable a.agendaZeit{
padding: 0 0 0 40px;
}
div.agenda table.modSucheTable br.termineAbstand{
display: none;
}
div.agenda table.modSucheTable tr:hover{
background: #eeeeee;
}


/* special mutation of the liste-Einfüebefehl darstellung: spalten */
table.modSucheTableSpalten td:nth-child(3) {
	padding-top: 20px;
}

table.modSucheTableSpalten tr:first-child td:nth-child(3) {
	padding-top: 0px;
}

table.modSucheTableSpalten td:nth-child(2), table.modSucheTableSpalten td.modSucheTdLine:nth-child(2) {
	border-right: 1px dotted #ccc;
}

table.modSucheTableSpalten td:nth-child(1n+3) {
	display: inline-block;
}

table.modSucheTableSpalten td:nth-child(1n+5) {
	display: block;
}

table.modSucheTableSpalten td, table.modSucheTableSpalten td.modSucheTdLine {
	border:none;
}

table.modSucheTableSpalten tr.aktiv * {
	background-color: #ffffff;
}

/* suche */
div.suche{
padding: 20px 330px 0 70px;
line-height: 160%;
}
div.modSucheNavigation{
padding: 7px 20px 9px 20px;
background: #f2f2f2;
border: 0;
}
div.modSucheAusgabeAusfuehrlich{
padding: 0 0 20px 0;
}
.suche .modSucheAusgabeAusfuehrlichDatum, .suche .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild{
width: 124px;
padding: 14px 0 30px 0;
font-size: 0;
line-height: 100%;
}
.suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
font-size: 16px;
}
div.infoseiteB div.modSucheAusgabeAusfuehrlichText{
min-height: 105px;
line-height: 160%;
}
div.modSucheAusgabeAusfuehrlichBild{
padding-right: 10px;
}
.modSucheAusgabeAusfuehrlichText a b{
color: #2985A6;
font-size: 20px;
font-weight: 400;
line-height: 180%;
}
div.suche div.modSucheAusgabeHandlich, div.modSucheAusgabeHandlichV{
width: 160px;
}
hr.modSuche{
clear: left;
font-size: 0;
}
table.modSucheTable{
margin-left: 0;
line-height: 140%;
}
.sucheingabeElement{
line-height: 160%;
}



/* sucheingabe */
.sucheingabe{
padding: 30px 330px 20px 70px;
}
.sucheingabe div.auswahlsuche{
padding: 15px 40px 20px 40px;
display: block;
background: #f2f2f2;
}
.sucheingabe div.auswahlsuche select {
padding: 0;
width: 160px;
border: 1px solid #aaa;
}
.sucheingabe div.auswahlsuche form {
margin: 0;
padding: 0;
}
.sucheingabe div.auswahlsuche form div#ID1treffer {
display: block;
padding: 5px 0px 5px 0px;
color: #2985A6;
}
.sucheingabe div.auswahlsuche form input#ID1sucheTitel {
margin: 10px 0px 0px 0px;
padding: 1px;
width: 140px;
}

div.kwSelect{
position: absolute;
width: 160px;
padding: 0 0 5px 0;
background-color: #f5f5f5;
border: 1px solid #999;
z-index: 8;
}
div.kwSelect a{
display: block;
width: 150px;
font-family: sans-serif;
font-size: 14px;
line-height: 130%;
padding: 0 5px;
}
div.kwSelect a:hover{
color: #000;
background-color: #fff;
}



/* suche sitemap */
.sucheingabe div.sucheSitemap{
padding: 0 0 40px 0;
}
.sucheingabe div.sucheSitemap h2{
font-family: sans-serif;
font-weight: normal;
font-size: 26px;
padding: 6px 0 12px 0;
color: #2985A6;
line-height: 120%;
}
.sucheingabe div.sucheSitemap h3{
font-family: sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 100%;
padding: 2px 0 10px 10px;
color: #666666;
}
.sucheingabe div.sucheSitemap .spalten{
min-height: 250px;
padding: 40px 40px 0 40px;
overflow: hidden;
background: #f2f2f2;
}
.sucheingabe div.sucheSitemap div.spalte{
float: left;
width: 220px;
}
.sucheingabe div.sucheSitemap div.aktiv a{
display: block;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #2985A6;
background: transparent url(/_kirchenweb/images/checkboxEin.png) no-repeat scroll 10px 7px;
}
.sucheingabe div.sucheSitemap div.aktiv a span{
font-weight: normal;
font-size: 16px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.inaktiv a{
display: block;
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #666666;
background: transparent url(/_kirchenweb/images/checkboxAus.png) no-repeat scroll 10px 7px;
}
.sucheingabe div.sucheSitemap div.inaktiv a span{
font-size: 16px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
padding: 1px 0 2px 27px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv span{
font-size: 16px;
padding: 0 0 0 5px;
}
.sucheingabe div.sucheSitemap div.link{
text-align: right;
padding: 10px 0 0 0;
}
.sucheingabe div.sucheSitemap div.link a{
font-family: sans-serif;
font-size: 16px;
line-height: 130%;
color: #666666;
text-decoration: underline;
}
.sucheingabe div.sucheSitemap .abschluss{
height: 10px;
margin: 0 0 7px 10px;
border-right: 1px solid #2985A6;
border-bottom: 1px solid #2985A6;
}
.sucheingabe div.sucheSitemap .anzeigen{
background: #f2f2f2;
}
.sucheingabe div.sucheSitemap .anzeigen .button{
display: none;
}
.sucheingabe div.sucheSitemap .anzeigen div.treffer{
font-family: sans-serif;
font-size: 15px;
padding: 0 0 20px 50px;
}
.sucheingabe div.sucheSitemap .anzeigen div.treffer span{
font-size: 16px;
font-weight: bold;
color: #2985A6;
}
#searchcontrol .gsc-control{
width: 490px;
}
#searchcontrol .gs-title a{
color: #2985A6;
font-family: sans-serif;
font-weight: 400;
font-size: 18px;
text-decoration: none;
line-height: 130%;
}



/* frontseite */
div.front{
padding: 35px 70px 0 70px;
}
.front h1.berichtfrontTitel {
padding: 0 0 12px 0;
}
.front h1.berichtfrontTitel a{
color: #2985A6;
font-family: sans-serif;
font-weight: 400;
font-size: 26px;
line-height: 130%;
}
.front div.berichtfrontBild.erstesBild, .front div.berichtfrontBildFixtop{
float: left;
padding: 6px 30px 0 0;
}
.front div.berichtfrontLead{
padding: 0 0 9px 0;
color: #666666;
font-family: sans-serif;
}
.front div.berichtfrontLead a, .front div.berichtfrontLead a:hover{
display: block;
color: #666666;
font-size: 18px;
font-weight: 400;
line-height: 160%;
}
.front div.berichtfrontErsterText, .front div.berichtfrontLeadFixtop{
padding: 0 0 20px 0;
color: #666666;
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 155%;
}
.front div.berichtfrontErsterText a{
display: block;
color: #666666;
}
.front div.berichtfrontErsterText a:focus {
outline: 0;
}
.front a span.berichtfrontWeiterlink, .front span.berichtfrontWeiterlink a{
color: #ff7800;
}
.front a:hover span.berichtfrontWeiterlink, .front span.berichtfrontWeiterlink a:hover{
color: #666666;
}
.frontberichte .berichtfrontBox[data-stichworte*=",#Rückblick,"] .berichtfrontTitel a {
color: #00a000;
}


/* front weitere berichte */
div.frontberichte{
margin: 0 40px 0 70px;
background: #fff;
}
.frontberichte .berichtfrontBox, .gruppen .berichtfrontBox{
float: left;
width: 230px;
height: 370px;
padding: 0 30px 0 0;
overflow: hidden;
}
.frontberichte .berichtfrontBox .berichtfrontTitel, .gruppen .berichtfrontBox .berichtfrontTitel{
padding: 14px 0 10px 0;
}
.frontberichte .berichtfrontBox .berichtfrontTitel a, .gruppen .berichtfrontBox .berichtfrontTitel a{
color: #2985A6;
font-size: 20px;
font-weight: 400;
line-height: 130%;
}
.frontberichte .berichtfrontBox .berichtfrontText a, .gruppen .berichtfrontBox .berichtfrontText a{
display: block;
color: #666666;
font-size: 16px;
font-weight: 400;
line-height: 150%;
}
.frontberichte .berichtfrontBox .berichtfrontText a:hover span.berichtfrontWeiterlink, .gruppen .berichtfrontBox .berichtfrontText a:hover span.berichtfrontWeiterlink{
color: #666666;
}
.frontberichte .berichtfrontBox .berichtfrontText a span.berichtfrontWeiterlink, .gruppen .berichtfrontBox .berichtfrontText a span.berichtfrontWeiterlink{
color: #ff7800;
}



/* gruppenseiten */
div.gruppen{
padding-top: 40px;
margin: 0;
}
/*div.gruppen div.infobox{
margin: 38px 0 0 0;
}*/
div.gruppen div.infobox div.infoboxLink{
line-height: 150%;
}
div.gruppenseite div.infobox div.infoboxLink.besitzer{
line-height: 150%;
}
div.gruppenseite div.infobox div.infoboxLink.besitzer{
}
div.gruppenseite div.infobox div.infoboxLink.besitzer div:first-child{
float: left;
display: block;
padding: 0 10px 8px 0;
}
div.gruppenseite div.infobox div.infoboxLink.anmeldung{
clear: left;
}



/* infoseiteB */
div.infoseiteB, div.infoseiteA{
padding: 30px 330px 0 70px;
}
.infoseiteB div.infoseiteBilder, .infoseiteA div.infoseiteBilder{
float: right;
width: 230px;
margin: 8px 0 0 27px;
}
.infoseiteB div.infoseiteBilder p.infoseiteBildinfo, .infoseiteA div.infoseiteBilder p.infoseiteBildinfo{
padding: 0 0 27px 0;
font-size: 12px;
}
.infoseiteB div.infoseiteBeschreibung, .infoseiteA div.infoseiteBeschreibung{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
text-align: left;
padding: 0 0 27px 0;
color: #666666;
}
.infoseiteB div.infoseiteInhalt{
padding: 0 0 0 0;
}
.infoseiteB div.infoseiteInhaltTitel{
margin: 0;
padding: 0;
color: #2985A6;
font-size: 18px;
font-weight: 500;
line-height: 180%;
}
.infoseiteB div.infoseiteInhaltText{
padding: 0 0 27px 0;
color: #666666;
font-size: 16px;
font-weight: 400;
line-height: 160%;
}
.infoseiteB p {
line-height: 150%;
}



/* veranstaltung */
div.veranstaltung{
padding: 30px 330px 0 70px;
}
.veranstaltung div.veranstaltungBild{
float: right;
padding: 22px 0 10px 27px;
}
.veranstaltung div.veranstaltungBild p.veranstaltungBildinfo{
padding: 4px 0 8px 0;
font-size: 12px;
margin:0;
}
.veranstaltung div.veranstaltungLead{
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 160%;
margin: 10px 220px 10px 0;
padding: 5px 0;
}
.veranstaltung div.veranstaltungBeschreibung{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
margin: 10px 220px 10px 0;
padding: 5px 0;
}



/* bericht */
div.bericht{
padding: 30px 330px 0 70px;
}
.bericht div.berichtBild{
float: left;
padding: 7px 27px 10px 0;
}
.bericht div.berichtBild p.berichtBildinfo{
padding: 4px 0 8px 0;
font-size: 12px;
}
.bericht div.berichtLead{
font-family: sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 160%;
padding: 0 0 16px 0;
color: #666666;
}
.bericht div.berichtAutor{
line-height: 130%;
padding: 15px 0;
}
.bericht div.berichtText{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
padding: 0 0 10px 0;
color: #666666;
}
.bericht div.berichtLink{
font-family: sans-serif;
font-size: 16px;
line-height: 160%;
padding: 15px 0;
color: #666666;
}


