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

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

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

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

.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: #555555;
	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: #555555;
}
.modSucheAusgabeAusfuehrlichText span.msaTitel{
	display: block;
	color: #0079bc;
}
.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: #f6f6f6;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #f6f6f6;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
	width: 100%;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter h2 {
	font-size: 1.4rem;
	margin: 0;
	padding-top: 0.75rem;
	padding-left: 0.75rem;
	color:  #ffffff;
}

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

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

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

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

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

@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(246,246,246, 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: #f6f6f6;
	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 */


/* allgemein */
html{
height: 100%;
overflow-y: scroll;
}
body{
height: 100%;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 100%;
color: #555555;
background: #fff url(/bilder/hintergrundKachel.png) repeat scroll 0 0;
}
a{
color: #0079bc;
text-decoration: none;
}
a:hover{
color: #444;
}
a:focus{
outline: 0;
}
h1{
padding: 4px 0 10px 0;
color: #0079bc;
font-size: 22px;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 130%;
}
input, select, textarea{
color: #555;
}
input.text, select, textarea{
border: 1px solid #aaa;
}
ul.st-markup{
margin: 10px 20px;
}
ul.st-markup li{
list-style-position: outside;
list-style-type: disc;
}
ol.st-markup{
margin: 0 0 0 25px;
}
ol.st-markup li{
list-style-position: outside;
list-style-type: decimal;
}
hr{
height: 1px;
border: 0;
color: #E5ECF5;
background-color: #E5ECF5;
}
div.adrfoto div.adrfotoInhalt {
margin: 0 0 0 100px;
}
strong{
font-weight: bold;
}



/* ids */
#wrapper{
min-height: 100%;
width: 980px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
margin: 0 auto;
padding: 0 30px;
background: transparent url(/bilder/hintergrundWrapper.png) repeat-y scroll 0 0;
overflow: hidden;
}
/* IE Win gt 7 only */
* html #wrapper{
height: 100%;
overflow: visible;
}
/* end IE Win gt 7 only */
#seitenKopf{
position: relative;
height: 130px;
width: 1040px;
left: -30px;
top: 0;
z-index: 1;
}
#seitenKopfHome{
position: relative;
height: 338px;
width: 1040px;
left: -30px;
top: 0;
z-index: 1;
}
#seitenKopfHomeBild{
position: absolute;
height: 250px;
width: 938px;
left: 30px;
top: 88px;
margin: 0 21px;
z-index: 2;
}
#seitenKopfBild{
position: absolute;
height: 140px;
width: 980px;
left: 30px;
top: 0;
z-index: 2;
}
#seitenKopfLogo{
position: absolute;
height: 67px;
width: 940px;
left: 30px;
top: 18px;
margin: 0 21px;
z-index: 3;
}
#seitenKopfLogo a{
float: left;
margin: 0;
padding: 0;
font-size: 0;
}
#seitenKopfLink{
position: absolute;
left: 0;
top: 88px;
z-index: 4;
}
#seitenKopfLink a{
display: block;
height: 207px;
width: 1040px;
}
#navigationKopf{
position: absolute;
height: 30px;
width: 938px;
left: 30px;
top: 100px;
margin: 0 21px;
background: transparent url(/bilder/bgNaviKopf.png) no-repeat scroll right 0;
z-index: 5;
}
#navigationKopfHome{
position: absolute;
height: 30px;
width: 938px;
left: 30px;
top: 296px;
margin: 0 21px;
background: transparent url(/bilder/bgNaviKopf.png) no-repeat scroll right 0;
z-index: 5;
}
#navigationRand{
float: right;
width: 200px;
margin: 0 21px 0 0;
padding: 38px 0 100px 0;
}
#seitenInhaltHome{
float: left;
width: 938px;
margin: 42px 21px 0 21px;
padding: 0 0 120px 0;
}
#seitenInhalt{
float: right;
width: 718px;
margin: 0 21px 0 20px;
padding: 50px 0 100px 0;
background-color: #ffffff;
}
#seitenFuss {
height: 20px;
width: 1040px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
margin: -25px auto 0 auto;
padding: 0 0 5px 0;
color: #999;
overflow: hidden;
}
#wortmarke{
float: left;
width: 200px;
margin: 0 0 0 30px;
}
#statistik{
float: left;
margin: 0 0 0 50px;
}
#statistik a{
color: #999;
}
#poweredBy{
float: right;
margin: 0 50px 0 0;
}
#poweredBy a{
color: #999;
}
#infoSpalte{
margin: 25px 0 10px 0;
}
#infoSpalteHome{
float: right;
width: 210px;
margin: 0;
}



/* navigation kopf suche */
#formSuche{
float: right;
padding: 5px 5px 0 0;
}
#formSuche input{
width: 180px;
background-color: #fff;
background-image: url(/_kirchenweb/images/loginIcons.png);
background-position: 163px -2198px;
background-repeat: no-repeat;
border: 1px solid #fff;
border-radius: 3px;
}
#formSuche input.aktiv{
background-color: #fbefd6;
border: 1px solid #fbefd6;
}

/* navigation kopf */
div.navE0{
float: left;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 30px;
color: #fff;
}
div.navE0 a{
display: block;
color: #fff;
padding: 0 15px;
background: transparent url(/bilder/bgNaviKopf.png) no-repeat scroll right -100px;
}
div.navE0 a:hover{
background: transparent url(/bilder/bgNaviKopf.png) no-repeat scroll right -200px;
}
div.navE0 a.aktiv{
background: transparent url(/bilder/bgNaviKopf.png) no-repeat scroll right -200px;
}



/* navigation rand */
div.navE1{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 25px;
color: #222;
}
div.navE1 span{
display: block;
color: #0079bc;
font-size: 16px;
font-weight: normal;
padding: 15px 0 0 10px;
}
div.navE1 a{
display: block;
color: #222;
padding: 0 0 0 10px;
}
div.navE1 a:hover{
color: #0079BC;
background: transparent url(/bilder/bgNaviRand.png) no-repeat scroll right -200px;
}
div.navE1 a.aktiv{
font-weight: bold;
}
div.navE2 a{
display: block;
color: #222;
padding: 0 0 0 20px;
}
div.navE2 a:hover{
color: #0079BC;
background: transparent url(/bilder/bgNaviRand.png) no-repeat scroll right -200px;
}
div.navE2 a.aktiv{
font-weight: bold;
}



/* Tooltip */
#kwTooltip.nav {
margin: -8px 0 0 0;
}



/* infobox */
div.infobox{
margin: 0 0 20px 0;
}
.infobox h2, .infobox h2 a{
color: #0079BC;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
}
.infobox h2{
margin: 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #0079BC;
}
.infobox h2.veranstaltungen{
margin: 0;
}
.infobox div.infoboxLink{
padding: 6px 0 0 0;
}
.infobox div.infoboxLink a{
font-size: 13px;
color: #444;
}
.infobox div.infoboxLink input{
width: 150px;
padding: 2px;
border: 1px solid #aaa;
}
.infobox div.infoboxLink input.submit{
width: 70px;
padding: 0;
}
.infobox div.infoboxLinkActive{
padding: 6px 0 0;
}
.infobox table.infoboxVeranstaltung{
width: 100%;
margin: 4px 0;
}
.infobox div.infoboxVeranstaltungTitel{
font-size: 12px;
color: #0079BC;
margin: 14px 0 0 0;
}
.infobox td.infoboxDatum{
padding: 4px 3px 0 0;
}
.infobox td.infoboxDatum a.infoboxLink{
font-size: 11px;
color: #444;
}
.infobox td.infoboxVeranstaltung{
padding: 4px 0 0 0;
}
.infobox td.infoboxVeranstaltung a.infoboxLink{
font-size: 11px;
color: #444;
}
.infobox div.infoboxVeranstaltungenAlle{
padding: 10px 0 0 0;
}
ul#documentTreeStatic{
margin: 0;
}



/* kalender */
div.kalender{
text-align: center;
}
.kalender div.kalenderInhalt{
width: 500px;
text-align: left;
margin: 20px auto;
background-color: #FAFAFF;
border: 1px solid #0079bc;
}
.kalender div.kalenderInhalt div.kalenderDatum{
font-weight: bold;
font-size: 32px;
text-align: center;
padding: 10px 0 5px 0;
color: #555555;
}
.kalender div.kalenderInhalt div.kalenderWochentag{
font-weight: bold;
font-size: 27px;
text-align: center;
padding: 5px 0 10px 0;
color: #555555;
}
.kalender div.kalenderInhalt div.kalenderKirchenkalender, .kalender div.kalenderInhalt div.kalenderKirchenkalender a{
text-align: center;
padding: 0 0 20px 0;
color: #999999;
}
.kalender div.kalenderInhalt div.kalenderLead{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
line-height: 150%;
margin: 20px 10px 10px 10px;
color: #555555;
border-bottom: 1px solid #0079bc;
}
.kalender div.kalenderInhalt div.kalenderText{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
line-height: 150%;
padding: 10px;
color: #555555;
}
.kalender div.kalenderInhalt div.kalenderAutor{
padding: 10px 10px 5px 10px;
}



/* agenda */
div.agenda{
margin: 0;
padding: 0;
}
div.agenda div{
margin: 20px 0 0 0;
}
.agenda .modSucheAusgabeVer{
text-align: left;
}
div.agenda table.modSucheTableAgenda{
/*width: 100%;*/
width: 500px;
margin: 0;
}



/* suche */
div.suche{
}
div.modSucheAusgabeHandlichV {
padding: 0 10px 0 0;
}
.suche table.modSucheTable {
width: 100%;
}
div.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichDatum {
width: 100px;
}
div.modSucheAusgabeAusfuehrlich div.modSucheAusgabeAusfuehrlichText {
margin: 0 0 0 115px;
}
div.modSucheAusgabeKompaktDatum {
width: 100px;
}



/* sucheingabe */
.sucheingabe{
margin: 0 0 40px 0;
padding-bottom: 200px;
}
div.kwSelect{
position: absolute;
width: 160px;
padding: 0 0 5px 0;
background-color: #f5f5f5;
border: 1px solid #999999;
z-index: 8;
}
div.kwSelect a{
display: block;
width: 150px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
line-height: 130%;
padding: 2px 5px;
}
div.kwSelect a:hover{
color: #000000;
background-color: #FFFFFF;
}



/* suche sitemap */
.sucheingabe div.sucheSitemap{
margin: 0 0 30px 0;
background-color: #FFFFFF;
border: 1px solid #0079bc;
}
.sucheingabe div.sucheSitemap h2{
font-weight: bold;
font-size: 22px;
padding: 8px 0 8px 10px;
color: #0079bc;
border-bottom: 1px solid #0079bc;
}
.sucheingabe div.sucheSitemap h3{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 15px;
line-height: 100%;
padding: 2px 0 10px 10px;
color: #555555;
}
.sucheingabe div.sucheSitemap div.spalten{
min-height: 300px;
padding: 10px;
overflow: hidden;
}
.sucheingabe div.sucheSitemap div.spalte{
float: left;
width: 179px;
}
.sucheingabe div.sucheSitemap div.aktiv a{
display: block;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 13px;
line-height: 100%;
padding: 1px 0 2px 27px;
color: #0079bc;
background: transparent url('http://www.kirchenweb.ch/_kirchenweb_site/_images/checkboxEin.png') no-repeat scroll 10px 0;
}
.sucheingabe div.sucheSitemap div.aktiv a span{
font-weight: normal;
font-size: 11px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.inaktiv a{
display: block;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
line-height: 100%;
padding: 1px 0 2px 27px;
color: #555555;
background: transparent url('http://www.kirchenweb.ch/_kirchenweb_site/_images/checkboxAus.png') no-repeat scroll 10px 0;
}
.sucheingabe div.sucheSitemap div.inaktiv a span{
font-size: 11px;
padding: 0 0 0 5px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
line-height: 100%;
padding: 1px 0 2px 27px;
color: #afafaf;
}
.sucheingabe div.sucheSitemap div.deaktiv span{
font-size: 11px;
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: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
line-height: 100%;
color: #555555;
text-decoration: underline;
}
.sucheingabe div.sucheSitemap div.abschluss{
height: 10px;
margin: 0 0 7px 10px;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
}
.sucheingabe div.sucheSitemap div.anzeigen{
height: 49px;
border-top: 1px solid #0079bc;
}
.sucheingabe div.sucheSitemap div.anzeigen div.treffer{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
padding: 17px 0 0 550px;
}
.sucheingabe div.sucheSitemap div.anzeigen div.treffer span{
font-size: 15px;
font-weight: bold;
color: #0079bc;
}
.sucheingabe div.sucheSitemap div.button{
float: right;
text-align: center;
margin: 10px 10px 0 0;
background: transparent url('http://www.kirchenweb.ch/_kirchenweb_site/_images/buttonSitemap.png') no-repeat scroll 0 0;
}
.sucheingabe div.sucheSitemap div.button a{
display: block;
height: 23px;
width: 80px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
padding: 7px 0 0 0;
color: #FFFFFF;
}



/* frontseite */
div.front{
float: left;
overflow: hidden;
width: 688px;
margin: 22px 0 0 0;
}
div.berichtfrontBox{
float: left;
min-height: 280px;
width: 210px;
margin: 0 17px 0 0;
}
.front div.berichtfrontBild img{
display: block;
}
.front div.berichtfrontTitel{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 15px;
margin: 0;
padding: 10px 0 0 0;
}
.front div.berichtfrontText{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
line-height: 150%;
margin: 0;
padding: 5px 0 0 0;
}
.front div.berichtfrontText a{
display: block;
color: #444;
}
.front a span.berichtfrontWeiterlink, .front span.berichtfrontWeiterlink a{
color: #444;
}
.front a:hover span.berichtfrontWeiterlink, .front span.berichtfrontWeiterlink a:hover{
color: #0079bc;
}



/* Gruppenseiten */
div.gruppen{
margin: 0 0 0 -220px;
}



/* infoseiteD */
div.infoseiteD{
/*width: 500px;*/
}
.infoseiteD div.infoseiteUeberschrift{
padding: 9px 0 20px 0;
color: #0079bc;
font-size: 22px;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 130%;
}
.infoseiteD div.infoseiteBilder{
overflow: hidden;
width: 718px;
}
.infoseiteD div.infoseiteBildKopf{
float: left;
padding: 0 28px 10px 0;
}
.infoseiteD div.infoseiteBilder p.infoseiteBildinfo{
padding: 0 0 16px 0;
}
.infoseiteD div.infoseiteBeschreibung{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
line-height: 150%;
color: #555555;
padding: 0 0 10px 0;
}
.infoseiteD .infoseiteInhalt{
overflow: hidden;
}
.infoseiteD .infoseiteBildFloat{
float: left;
padding: 0 0 4px 0;
}
.infoseiteD .infoseiteInhaltTitel{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 150%;
color: #555555;
padding: 0 0 10px 0;
}
.infoseiteD .infoseiteInhaltText{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
line-height: 150%;
color: #555555;
padding: 0 0 10px 0;
}
.infoseiteD table.infoseiteTabelle td.infoseiteZelleName{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 150%;
text-align: right;
vertical-align: top;
padding: 5px 15px 5px 0;
color: #555555;
}
.infoseiteD table.infoseiteTabelle td.infoseiteZelleInhalt{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
line-height: 150%;
text-align: left;
vertical-align: top;
padding: 5px 0 5px 0;
color: #555555;
}
.infoseiteD div.infoseiteFusszeile{
clear: both;
padding: 50px 0 0 0;
}
.infoseiteD table.infoseiteTabelle {
width: 740px;
margin-top: 10px;
}
.infoseiteD.bildspalte table.infoseiteTabelle {
width: 520px;
}



/* veranstaltung */
div.veranstaltung{
width: 480px;
margin: 0 20px 0 0;
}
.veranstaltung h1{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 22px;
font-weight: normal;
color: #0079bc;
padding: 10px 0 20px 0;
}
.veranstaltung div.veranstaltungLead{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 150%;
padding: 0 0 10px 0;
}
.veranstaltung div.veranstaltungBeschreibung{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
line-height: 150%;
padding: 0 0 10px 0;
}
.veranstaltung div.veranstaltungFusszeile{
padding: 50px 0 0 0;
}



/* bericht */
div.bericht{
/* padding-bottom: 200px; */
}
.bericht div.berichtBild{
float: left;
padding: 5px 15px 10px 0;
}
.bericht div.berichtBild p.berichtBildinfo{
padding: 4px 0 8px 0;
}
.bericht div.berichtLead{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
font-size: 17px;
line-height: 150%;
padding: 0 0 16px 0;
color: #555555;
}
.bericht div.berichtAutor{
line-height: 130%;
padding: 15px 0;
}
.bericht div.berichtText{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 17px;
line-height: 150%;
padding: 0 0 10px 0;
color: #555555;
}
.bericht div.berichtLink{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 17px;
line-height: 150%;
padding: 15px 0;
color: #555555;
}

.bericht div.berichtFusszeile{
text-align: left;
padding: 50px 0 0 0;
}



/* kleinanzeigen */
.kleinanzeige div.kleinanzeigeBeschreibung{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 150%;
padding: 10px 0 0 0;
}
.kleinanzeige div.kleinanzeigeFusszeile{
padding: 50px 0 0 0;
}



/* kleinanzeigen uebersicht */
.kleinanzeigeUebersicht h2 {
margin: 0px 0px 5px 0px;
padding: 20px 0px 2px 0px;
color: #555555;
text-align: left;
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid #eee;
}
.kleinanzeigeUebersicht div.kleinanzeigeLink {
margin: 0px 0px 0px 0px;
padding: 1px 0px 1px 0px;
color: #555555;
font-size: 16px;
font-family: ;
line-height: 150%;
}
.kleinanzeigeUebersicht div.kleinanzeigeLink span {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
color: #555555;
font-size: 15px;
}
.kleinanzeigeUebersicht div.kleinanzeigeFusszeile {
padding: 70px 0px 20px 0px;
text-align: left;
color: #0079bc;
font-size: 12px;
}
.kleinanzeigeUebersicht div.kleinanzeigeFusszeile a {
color: #0079bc;
}



/* portrait */
div.portrait{
}
.portrait div.portraitBild{
float: left;
margin: 10px;
}
.portrait div.portraitBeschreibung{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
line-height: 150%;
margin: 10px 10px 10px 155px;
padding: 5px;
}



/* dokument */
.dokument{
padding-bottom: 150px;
}
.dokument div.dokumentBaum{
padding: 10px 0 10px 10px;
}



/* album */
.album{
clear: both;
}



/* galerie */
div.galerie{
padding: 0 20px 0 0
}
.galerie .albumBox{
float: left;
position: relative;
margin: 0 24px 24px 0px;
padding: 0;
background: #fff;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 150%;
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: ;
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: #555555;
}
.galerie .albumBox .albuminfo .albumAnzBilder {
position: absolute;
bottom: 0;
margin: 0 0 5px 10px;
font-weight: 500;
font-size: 13px;
color: #555555;
}
.galerie .albumBox:hover .albuminfo {
display: block;
}
.galerie .albumBox .albumName{
clear: both;
display: block;
font-weight: 400;
font-size: 15px;
color: #0079bc;
}
.galerie .albumBox .albumDatum{
font-weight: 400;
font-size: 13px;
color: #555555;
}



/* rechtstexte */
div.infoRechtstexte div.infobox{
color: #555555;
}
div.infoRechtstexte div.infobox form #sucheDokument, div.infoRechtstexte div.infobox form #sucheThema{
background-color: #f7f7f7 !important;
}
div.infoRechtstexte div.infobox div.infoboxLink{
border-top: 0;
}
div.infoRechtstexte div.infobox div.spaceOben{
padding: 3px;
}
div.infoRechtstexte div.infobox div.aktiv a{
display: block;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 100%;
padding: 2px 0 3px 27px;
color: #555555;
background: transparent url(http://www.kirchenweb.ch/_kirchenweb_site/_images/checkboxEin.png) no-repeat scroll 10px 3px;
}
div.infoRechtstexte div.infobox div.inaktiv a{
display: block;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 100%;
padding: 2px 0 3px 27px;
color: #555555;
background: transparent url(http://www.kirchenweb.ch/_kirchenweb_site/_images/checkboxAus.png) no-repeat scroll 10px 3px;
}
div.rechtstexte ul{
margin: 23px 0 0 13px;
padding: 0;
list-style-type: none;
}
div.rechtstexte ul li{
font-size: 13px;
line-height: 20px;
}
div.rechtstexte ul li a{
color: #555;
}
div.rechtstexte ul li a span{
color: #777;
font-size: 11px;
}
div.rechtstexte ul li a span.bez{
float: left;
width: 50px;
padding: 4px 0 0 0;
line-height: 100%;
}
div.rechtstexte ul li a:hover, div.rechtstexte ul li a:hover span{
color: #222;
}
div.rechtstexte ul li.ent, #dokumente.rechtstexte ul li.ent a, #dokumente.rechtstexte ul li.ent span{
color: #999;
}
div.rechtstexte span.rev{
color: #d00;
}
div.rechtstexte ul li.speztit1{
margin: 30px 0 20px 0;
}
div.rechtstexte ul li.speztit2{
margin: 10px 0 5px 0;
}
div.rechtstexte ul li.speztit3{
margin: 10px 0 0 0;
}
div.rechtstexte ul li.speztit1, div.rechtstexte ul li.speztit2, div.rechtstexte ul li.speztit3{
font-weight: bold;
color: #555;
font-size: 13px;
}
div.rechtstexte ul li.speztit1 span, div.rechtstexte ul li.speztit2 span, div.rechtstexte ul li.speztit3 span{
float: left;
width: 50px;
padding: 4px 0 0 0;
color: #555;
font-size: 11px;
line-height: 100%;
}
div.rechtstexte div.dokbes{
margin: 30px 0 0 13px;
padding: 0 0 0 20px;
font-size: 12px;
background: transparent url(/_kirchenweb/images/file_pdf.gif) 0 1px no-repeat;
}

#sucheThema, #sucheDokument{
width: 180px !important;
}
#sucheThema input#sucheThemaText, #sucheDokument input#sucheDokumentText{
width: 157px !important;
}
#sucheThemaText_liste, #sucheDokumentText_liste{
width: 180px !important;
}



/* login */
.login{
}
.login div.loginRow{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
line-height: 150%;
padding: 0 10px 5px 70px;
}

