
/* CSS SYSTEM KIRCHENWEB */


/* css reset (http://meyerweb.com/eric/tools/css/reset/ v2.0 20110126) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
/*
ol, ul {
list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,input,select,textarea {
	font-family: inherit;
}


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


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

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

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

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



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



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



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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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



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



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



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


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


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


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



/* album */
.album span.albumDatum{
	font-family: ariel,sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 120%;
	padding: 0 0 16px 0;
	color: #666666;
}
.album div.albumBeschreibung{
	font-family: ariel,sans-serif;
	font-size: 14px;
	line-height: 120%;
	padding: 0 0 16px 0;
	color: #666666;
}
.album .sliderBox{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
}
.album .sliderBox #albumSlider{
	position: relative;
	top: 0;
	left: 0;
}
.album .bilderBox{
	float: left;
}
.album .bilderBox .bild{
	float: left;
	z-index: 10;
}
.album .bilderBox .bild .bildinfo{
	display: none;
	overflow: hidden;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	color: #444444;
	background: #f2f2f2;
	font-size: 12px;
	z-index: 20;
	cursor: pointer;
}
.album .bilderBox .bild .bildinfo .box{
	position: relative;
}
.album .bilderBox .bild .bildinfo .bildname{
	position: absolute;
	bottom: 0;
	display: block;
	margin: 0 0 25px 0;
}
.album .bilderBox .bild .bildinfo .bildfotograf {
	position: absolute;
	bottom: 0;
	display: block;
	font-size: 11px;
}
.album .bilderBox .bild:hover .bildinfo {
	display: block;
}
.album .sliderNavTop, .album .sliderNavBot {
	position: relative;
	height: 35px;
	margin: 15px 0;
	padding: 5px;
	border: 0;
	background-color: #eeeeee;
	font-size: 12px;
}
.album .albName{
	float: left;
	height: 15px;
	padding: 9px 10px 11px 10px;
}
.album .anzBilder{
	float: right;
	height: 15px;
	padding: 9px 10px 11px 10px;
}
.album .sliderL, .album .sliderR{
	float: right;
	width: 15px;
	height: 25px;
	padding: 5px 10px;
	background-color: #fff;
}
.album .sliderL{
	margin: 0 2px 0 0;
}
.album .sliderD{
	position: absolute;
	height: 15px;
	padding: 10px 5px;
}
.album .sliderLP, .album .sliderRP, .sliderDP{
	fill: #d2d2d2;
}
.album .sliderLP, .album .sliderRP, .album .sliderLP.sliderAus, .album .sliderRP.sliderAus{
	fill: #d2d2d2;
}
.album .sliderDP, .album .sliderL:hover .sliderLP, .album .sliderR:hover .sliderRP, .album .sliderD:hover .sliderDP, .album .sliderLP.sliderEin, .album .sliderRP.sliderEin{
	fill: #797979 !important;
}



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

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

.rtSource {
	text-align: right;
}



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

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

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

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

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

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


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


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



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

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

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

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

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

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

@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(0,121,188, 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: #0079bc;
	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 STANDARD design 7 Adular Responsive */

html{
	height: 100%;
	font-size: 16px;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: "Roboto", Verdana, sans-serif;
	background: #f9f9f9;
	color: #333333;
}
h1{
	margin: 0 0 1.5rem 0;
	padding: 0;
	color: #333333;
	font-size: 2rem;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
h2{
	margin: 1rem 0 0.5rem 0;
	padding: 0;
	color: #0079bc;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
a, a:hover{
	text-decoration: none;
	color: #d95a18;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	cursor: pointer;
}

b{
	font-weight: bold;
}

hr{
	height: 1px;
	border: 0;
	color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.1);
}

i{
	font-style: italic;
}

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

ol li{
	margin-left: 20px;
}

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

.bildtext{
	opacity: 0.5;
}



/* Appearance */

.textBlueLight {
	color: rgba(0,121,188, 0.3);
}

.textBlackLight {
	color: rgba(0, 0, 0, 0.55);
}

.textAlignRight {
	text-align: right;
}




/* Flex Grid */


.flexContainer,
.flexContainer * {
	box-sizing: border-box;
}

.flexContainer {

	display: flex;
	flex-wrap: wrap;
	margin-right: -2rem;}

.flexItem {

	display: block;
	margin-right: 2rem;}



/* section */

section.linieOben{
	display: block;
	clear:both;
}
section.linieOben .logoBereich{
	display: block;
	clear:both;
	text-align: center;
	padding: 1rem;
}
section.linieOben .logoBereich .logoInhalt{
	width: 100%;
	max-width: 1108px;
	display: inline-block;
	position: relative;
	height: 75px;
	background: url(bilder/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}
section.linieOben .logoBereich .logoLink{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 500px;
}
section.linieOben .menuBereich{
	display: block;
	clear: both;
	background: #0079bc;
	color: #fff;
}
section.linieOben .menuBereich.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	box-shadow: 0 0 20px -5px #000000;
}

@media screen and (max-width: 1200px) {

	.navigationMobile {
		max-height: calc(100vh - 48px);
		overflow-y: auto;
	}

}

section.linieOben .menuBereich .inhaltContent{
	max-width: calc(1108px + 2rem);
}



/* suchfeld titelzeile */

.toplineSuche{
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.toplineSuche #toplineSucheIcon{
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	background: none;
	cursor: pointer;
}
.toplineSuche #toplineSucheInput{
	width: 210px;
}
.toplineSuche #toplineSucheIcon svg{
	stroke: #0079bc;
	width: 23px;
	height: 23px;
}
.mobilelineSuche{
	display: inline-block;
	float: left;
	margin-top: 0.4rem;
}
.mobilelineSucheCell {
	background-color: #fff;
}
.toplineSuche form, .mobilelineSuche form{
	display: table;
	border-radius: 5px;
}
.toplineSuche form {
	border: 1px solid #0079bc;
}
.toplineSuche form{
	background: #fff;
}
.toplineSuche form input, .mobilelineSuche form input{
	-webkit-appearance: none;
	height: 35px;
	padding: 7px;
	border: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	background: transparent;
	border-radius: 5px;
	outline: none;
}
.mobilelineSuche form #mobilelineSucheInput{
	width: 240px;
	max-width: 60vw;
}
.mobilelineSuche form #mobilelineSucheIcon{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	background: none;
}
.mobilelineSuche form #mobilelineSucheIcon svg{
	width: 23px;
	height: 23px;
}

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

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



/* navigation */

.navigationDesktop{
	display: block;
}
.navigationMobile{
	display: none;
}
.navigationMobileContent{
	display: none;
	padding: 1rem 0;
}
.navigationMobileContent .navIco svg {
	width: 16px;
	height: 16px;
}
.navigationMobileButton{
	float: right;
	display: table;
	margin-right: 1rem;
	cursor: pointer;
}
.navigationMobileButton > *{
	display: table-cell;
	vertical-align: middle;
	padding: 0.75rem 0rem;
}

#navigation{
	padding-right: 0.3rem;
}
#navigation:after{
	content: "";
	clear: both;
	display: block;
}

div.navE.navE0 {
	float: left;
	font-size: 1em;
	color: #fff;
	position: relative;
}
.inhaltContentSubnav .navSub {
	position: relative;
}
div.navE.navE0.navSub.navNoi:after,
.inhaltContentSubnav .navSub:after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 48.5%;
	width: 0;
	height: 0;
	border-left: 0.25em solid transparent;
	border-right: 0.25em solid transparent;
	border-top: 0.25em solid #fff;
	clear: both;
	z-index: 1;
	pointer-events: none;
}
.inhaltContentSubnav .navSub:after {
	border-top-color: #0079bc;
}
div.navE.navE0.navIco{
	float: right;
}
div.navE.navE0 span{
	display: block;
	line-height: 100%;
	padding: 1rem;
	color: #fff;
	font-size: 1em;
}
div.navE.navE0 a{
	display: block;
	line-height: 100%;
	padding: 1rem;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
div.navE.navE0.navSub a, div.navE.navE0.navSub span{
	padding-right: 2rem;
}
div.navE.navE0 a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.25);
}
#navigation div.navE.navE0.navIco a{
	width: 1rem;
	padding: 0.95rem 0.7rem;
}
#navigation div.navE.navE0.navIco div.navE.navE1 a{
	width: auto;
	height: auto;
	padding: 1rem;
	color: #fff;
}
#navigation .svgKwIcon{
	stroke-width: 0;
	stroke: #ddd;
	fill: #ddd;
}
#navigation a.aktiv .svgKwIcon{
	stroke: #fff;
	fill: #fff;
}



/* subnavigation hover */

#navigation .conE1{
	position: absolute;
	min-width: 200px;
	min-height: 50px;
	top: 3rem;
	left: 0;
	z-index: 9998;
	background-color: #0079bc;
}
#navigation .navIco .conE1{
	right: 0;
	left: auto;
}
#navigation .boxE1{
	background: #0079bc;
	z-index: 9997;
}
#navigation .poi{
	display: none !important;
}
#navigation .poi div{
	display: none;
}
#navigation .endE1{
	clear: left;
}

#navigation .navE.navE1{
	max-width: 255px;
	min-width: 202px;
	line-height: 130%;
}
#navigation .navE.navE1 span{
	height: auto;
	padding: 1rem;
	line-height: 120%;
	background: none;
}
#navigation .navE.navE1 a{
	height: auto;
	padding: 0.75rem 1rem;
	line-height: 120%;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
#navigation .navE.navE1 a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.25);
}
#navigation .boxE2{
	display: none;
}




/* andrere Navigationsregeln von weiter unten nach oben geholt, damit alles zusammen ist (am 11.10.2018) */

.kwmenu{
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: left;
	float:left;
	margin-right: 8px;
}
.kwmenu.closed{
	background-image: url(/bilder/menu-closed.png);
}
.kwmenu.opened{
	background-image: url(/bilder/menu-open.png);
}
.navline{
	position:fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index:2
}
.nav{
	width: 100%;
	position:relative;
	background: #0079bc;
	color: #fff;
	max-height: 80%;
	overflow-y:auto;
	-webkit-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 48px -11px rgba(0,0,0,0.45);
}
#navc{
	width: 100%;
	max-width: 1108px;
	margin: 0 auto;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#navc div.navigationMobileContent *{
	border-radius:5px;
}
#navc a,
#navc a:hover{
	text-decoration:none;
	transition: none;
}
#navc .navgroup{
	display: block;
	clear: left;
	width: 100%;
	margin-bottom: 0;
	height: auto !important;
}
#navc .navclear{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

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

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

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



/* subnavigation mobile, agenda */

.subnavMobile{
	display: none;
	padding: 0 0 1.5rem 0;
}
.subnavMobile .kwSelectParent {
	display: inline-block;
}
.hasArrowDown {
	position: relative;
	padding-right: 12px;
}
.hasArrowDown::after {
	content: "";
	position: absolute;
	right: 0;
	top: 48.5%;
	width: 0;
	height: 0;
	border-left: 0.25em solid transparent;
	border-right: 0.25em solid transparent;
	border-top: 0.25em solid #d95a18;
	clear: both;
	z-index: 1;
	pointer-events: none;
}

.kwSelectParent {
	padding: 4px 5px;
	font-size: 0.9rem;
}
.kwSelectParent.active {
	background-color: #ededed;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
div.kwSelect{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
	margin: 0.2rem 0 1rem 0;
	padding: 0;
	background-color: #ededed;
	border: 1px solid #e5e5e5;
	z-index: 8;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
div.kwSelect a.kwSelectClose{
	display: none;
}
div.kwSelect a{
	display: block;
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0.4rem 0.5rem;
	border-bottom: 1px solid #e5e5e5;
}
div.kwSelect a:hover{
	background-color: #fff;
}
div.kwSelect a:last-child{
	border: 0;
}

@media screen and (max-width: 1200px){
	.subnavMobile{
		display: block;
	}
}




/* mobile Submenü bei Icons (am 11.10.2018) */

#navc .conIco .aktiv > .conE {
	position: absolute;
	background-color: #1785c2;
}



/* titelbild front */

section.linieHead{
	display: block;
	clear: both;
	height: 50vh;
	min-height: 275px;
	max-height: 50vh;
	background: #d3dfef;
	position: relative;
	margin-bottom: 2rem;
}



/* breadcrumb */

section.linieBreadcrumb{
	background: #e5e5e5;
}
section.linieBreadcrumb .breadcrumbBereich{
	padding: 0 1rem;
}
section.linieBreadcrumb .inhaltContent{
	max-width: 1108px;
	padding: 0;
	box-sizing: border-box;
	color: rgba(0,0,0,0.3);
	font-size: 0.9rem;
}
section.linieBreadcrumb .inhaltContent a{
	padding: 0.75rem 0.25rem 0.75rem 0.25rem;
	color: #0079bc;
	display: inline-block;
}
section.linieBreadcrumb .inhaltContent a:first-child{
	padding-left: 0;
}
section.linieBreadcrumb .inhaltContent i.arrow{
	border: solid rgba(0,0,0,0.3);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 0.25rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}



/* inhalt, content, generelle inhaltsregeln */

section.content{
	min-height: calc(100vh - 196px - 230px);
}
.inhaltContent, .berichtefront, .footerline{
	width: 100%;
	max-width: 1108px;
	margin: 0 auto;
	position: relative;
}
.inhaltContentTable{
	display: table;
	table-layout: fixed; /* fix ie11 bug */
	width: 100%;
}
.inhaltContentTable > *{
	display: table-cell;
	vertical-align: top;
}
.inhaltContentLeft{
	width: 25%;
}
.inhaltContentRight{
	padding: 2rem 0;
}
.content{
	line-height: 1.42;
}



/* mobile ausgabe */

@media screen and (max-width: 1200px){
	/* logo verkleinern */
	section.linieOben .logoBereich{
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	section.linieOben .logoBereich .logoInhalt{
		height: 50px;
	}
	/* navigation mobile einschalten */
	section.linieOben .menuBereich{
		padding: 0 1rem;
	}
	section.linieOben .menuBereich .inhaltContent{
		max-width: 1108px;
	}

	.navigationDesktop{
		display: none;
	}
	.navigationMobile{
		display: block;
	}

	section.linieHead{
		margin-bottom: 1rem;
	}

	.linieOben .toplineSuche{
		display: none;
	}
	section.content{
		min-height: calc(100vh - 155px - 230px);
	}
	.inhaltContentTable{
		display: block;
	}
	.inhaltContentTable > *{
		display: block;
	}
	.inhaltContentTable > .inhaltContentLeft{
		display: none;
	}
	.inhaltContentTable > .inhaltContentRight{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

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

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

	section.linieBreadcrumb .breadcrumbBereich{
		padding: 0 0.5rem;
	}
	section.linieBreadcrumb .inhaltContent a{
		padding: 0.5rem 0;
	}

	.inhaltContentTable > .inhaltContentRight{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}



/* subnavigation links */

.inhaltContentSubnav{
	margin: 2rem 2rem 2rem 0;
}
.inhaltContentSubnav .navE1 > a,
.inhaltContentSubnav .infoboxLink > a{
	background-color: hsl(0, 0%, 93%);
}
.inhaltContentSubnav > div.infobox{
	margin-top: 1rem;
}
.inhaltContentSubnav > div.infobox:first-child{
	margin-top: 0;
}
.inhaltContentSubnav .navE a,
.inhaltContentSubnav .navE span,
.inhaltContentSubnav .infoboxLink a,
.inhaltContentSubnav .infoboxLinkActive a{
	display: block;
	padding: 0.75rem;
	color: #0079bc;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.inhaltContentSubnav .navE span{
	color: #333333;
}
.inhaltContentSubnav .navE:last-child a,
.inhaltContentSubnav .navE:last-child span,
.inhaltContentSubnav .infoboxLink:last-child a,
.inhaltContentSubnav .infoboxLinkActive:last-child a{
	border-bottom: 1px solid #e5e5e5;
}
.inhaltContentSubnav .navE2 a,
.inhaltContentSubnav .navE3 a{
	border-left: 2px solid #e5e5e5;
	padding-left: calc(0.75rem - 2px);
	background: rgba(255,255,255,1);
}
.inhaltContentSubnav .navE3 a{
	border-left: 4px solid #e5e5e5;
	padding-left: calc(0.75rem - 4px);
}
.inhaltContentSubnav .navE1 > a.aktiv,
.inhaltContentSubnav .infoboxLinkActive a{
	background-color: hsl(0, 0%, 95%);
}
.inhaltContentSubnav .navE1 a.aktiv,
.inhaltContentSubnav .navE2 a,
.inhaltContentSubnav .infoboxLinkActive a{
	border-left: 2px solid #0079bc;
}
.inhaltContentSubnav .navE1 a.aktiv {
	padding-left: calc(0.75rem - 2px);
}
.inhaltContentSubnav .navE2 a {
	padding-left: calc(1.5rem - 2px);
}
.inhaltContentSubnav .navE2 a,
.inhaltContentSubnav .navE3 a {
	font-size: 14px;
	line-height: 1;
	background-color: hsl(0, 0%, 97%);
	border-top: none;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.inhaltContentSubnav .navE2.navSub a.aktiv,
.inhaltContentSubnav .navE3 a {
	border-left: 10px solid #0079bc;
}
.inhaltContentSubnav .navE2.navSub a.aktiv {
	padding-left: calc(1.5rem - 10px);
	background-color: hsl(0, 0%, 99%);
	padding-top: .75rem;
}
.inhaltContentSubnav .navE3 a {
	padding-left: calc(2.25rem - 10px);
	background-color: #fff;
}
.inhaltContentSubnav > div.navE3 a.aktiv{
	border-left: 4px solid #0079bc;
	padding-left: calc(0.75rem - 4px);
}
.inhaltContentSubnav a:hover{
	color: #66afd7;
}

.inhaltContentSubnav .veranstaltungen{
	display: none;
}
.inhaltContentSubnav .infoboxVeranstaltung{
	width: 100%;
}
.inhaltContentSubnav .infoboxVeranstaltung td a{
	padding: 0.75rem;
	color: #0079bc;
	border-bottom: 1px solid #e5e5e5;
}
.inhaltContentSubnav td.infoboxVeranstaltungTitel .infoboxVeranstaltungTitel,
.inhaltContentSubnav div.infobox > h2{
	margin: 0;
	padding: 0.75rem;
	color: #333333;
	font-size: 1.4rem;
	background: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.inhaltContentSubnav table.infoboxVeranstaltung tr td:first-child a{
	padding-right: 0;
}



/* subnavigation links, inhaltbesitzer */

.inhaltContentLeft .inhaltBesitzer{
	margin: 2rem 2rem 2rem 0;
	font-size: 0.9rem;
	line-height: 1.25;
}
.inhaltContentLeft .inhaltBesitzer .besitzer{
	position: relative;
	height: 99px;
	color: #333333;
	background: #edecec;
	overflow: hidden;
}
.besitzer.besitzerMitBild .besitzerAnsichtText .zeile span{
	display: block;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild{
	float: left;
	margin: 0 0.7rem 0 0;
	padding: 0;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild a{
	display: block;
}
.besitzer .besitzerAnsicht .besitzerAnsichtBild a img{
	width: 77px;
	height: 99px;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}
.besitzer:hover .besitzerAnsicht .besitzerAnsichtBild a img{
	opacity: 1;
}
.besitzer .besitzerAnsicht .besitzerAnsichtText{
	margin: 0 0 0 0.75rem;
	padding: 0.75rem 0.75rem 0 0;
}



/* weiter nav */

.content.contentTitel .weiterNav{
	position: absolute;
	top: -0.7rem;
	right: 0;
	margin: 0;
}
.content .weiterNav{
	margin: 1rem 0 2rem 0;
}
.content .weiterNav:after{
	content: "";
	clear: both;
	display: block;
}
.content .weiterNav a{
	display: block;
	padding: 0.5rem;
	color: #0079bc;
}
.content .weiterNav a svg{
	vertical-align: middle;
	fill: #0079bc;
	stroke: #0079bc;
	width: 20px;
	height: 40px;
	padding: 0px 6px;
}
.content .weiterNav .left a svg{
	transform: rotate(180deg);
}
.content .weiterNav a:hover svg{
	fill: #fff;
	stroke: #fff;
}
.content .weiterNav a:hover{
	color: #fff;
	background-color: #0079bc;
}
.content .weiterNav .left{
	float: left;
}
.content .weiterNav .right{
	float: right;
}

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



#slideshow{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 auto;
	overflow: hidden;
}
#slideshow.fallbackBg{
	background-image: url(bilder/bgHeader.jpg);
}




/* front special tile flex mit hover scale effect */
.content .front .specialKachelFlex {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem 1rem 1rem;
	background-color: #fff;
	border: 1px solid #0079bc;
	transition: transform 0.1s;
	transform-origin: bottom center;
	width: calc(100% - 2rem);
}

.content .front .specialKachelFlex:hover {
	transform: scale(1.01);
}

/* front bible verse losung */
.content .front .versText {
	font-style: italic;
	line-height: 140%;
}

.content .front .vers {
	margin-right: calc(2rem);
}


.content .front .vers a {
	display: block;
	margin-right: 1rem;
	color: #333333;
	background: transparent;
}

.content .front .vers a:last-of-type {
	margin-right: unset;
}

.content .front .vers .versBibelstelle {
	float: right;
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-left: 10px;
}

@media screen and (max-width: 650px) {
	.content .front .vers {
		flex-direction: column;
		gap: 1rem;
	}
	.content .front .vers a {
		width: 100%;
	}
}




/* front berichte, allgemein */

.content .front{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	transition: all 0.5s;
}
.newFront .content .front {
	display: block;
}
.content .front .berichtfrontBox, .content .front .veranstaltungFrontBox{
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	transition: all 0.5s;
	display: table;
	margin-bottom: 2rem;
}
.content .front .berichtfrontBox > *{
	display: table-cell;
	position: relative;
	background: #0079bc;
	color: #fff;
	vertical-align: top;
}
.content .front .berichtfrontBox > .berichtfrontInhalt{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	padding: 0;
	transition: all 0.3s;
}

.berichtfrontTitel,
.veranstaltungFrontBoxTitel {
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}



/* front berichte, klein */

.content .front .berichtfrontBox.berichtfrontSmall{
	width: 31%;
}

.newFront .content .front .berichtfrontBox.berichtfrontSmall {
	
	display: block;
	margin-right: 2rem;	width: calc((100% / 12 * 4) - 2rem);
}

.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontBild a{
	display: block;
	font-size: 0;
	line-height: 100%;
}
.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontBild a img,
.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontBild a svg {
	width: 100%;
	height: 100%;
}
.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontInhalt{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	/*background: rgba(0,121,188,0.5); (28.12.2017 dj) */
	background: rgba(0,0,0,0.4);
}
.content .front .berichtfrontBox.berichtfrontSmall:hover .berichtfrontInhalt{
	background: transparent;
}
.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontInhalt .berichtfrontTitel{
	display: table;
	width: 100%;
	height: 100%;
}
.content .front .berichtfrontBox.berichtfrontSmall .berichtfrontInhalt .berichtfrontTitel a{
	display: table-cell;
	padding: 1rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	vertical-align: middle;
}
.content .front .berichtfrontBox.berichtfrontSmall:hover .berichtfrontInhalt .berichtfrontTitel a{
	font-size: 1.4rem;
}



/* front berichte, gross */

.content .front .berichtfrontBox.berichtfrontBig{
	width: 100%;
	display: table;
	margin-bottom: 2rem;
}

.newFront .content .front .berichtfrontBox.berichtfrontBig {
	
	display: block;
	margin-right: 2rem;	width: calc((100% / 12 * 12) - 2rem);
}

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



/* front veranstaltungen */

.content .front .veranstaltungFrontBox{
	width: 31%;
	background: rgba(211,223,239,0.5);
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTop{
	padding: 1.5rem 1.5rem 0.75rem 1.5rem;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxBottom{
	padding: 0.75rem 1.5rem 1.5rem 1.5rem;
	background: #fff;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxAttr{
	display: block;
	color: #333333;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTag{
	position: absolute;
	top: -1rem;
	padding: 0.25rem 0.5rem;
	color: #333333;
	font-size: 1rem;
	background: #e5e5e5;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTag.veranstaltungFrontBoxTagWortToday{
	color: #fff;
	background: #d95a18;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTag.veranstaltungFrontBoxTagWortTomorrow,
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTag.veranstaltungFrontBoxTagWortSun{
	color: #fff;
	background: #0079bc;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTag.veranstaltungFrontBoxTagWortWeek{
	color: #fff;
	background: #555;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxTitel{
	font-size: 1.5em;
	margin-bottom: 0.2rem;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxDatum{
	color: #0079bc;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxKalenderLink{
	color: #0079bc;
}
.content .front .veranstaltungFrontBox .veranstaltungFrontBoxKalenderLink a{
	color: inherit;
}

.content .front .veranstaltungFrontBox.veranstaltungFrontBoxAlle{
	background: rgba(217,90,24,0.2);
}
.content .front .veranstaltungFrontBox.veranstaltungFrontBoxAlle .veranstaltungFrontBoxTop{
	padding: 0;
}
.content .front .veranstaltungFrontBox.veranstaltungFrontBoxAlle:hover{
	background: #d3dfef;
}
.content .front .veranstaltungFrontBox.veranstaltungFrontBoxAlle:hover a{
	color: #fff;
}
.content .front .veranstaltungFrontBox.veranstaltungFrontBoxAlle a.veranstaltungFrontBoxAlle{
	display: block;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	color: inherit;
	font-size: 1.5em;
}
.content .front > .verpos1,
.content .front > .verpos2,
.content .front > .verpos3 {
	margin-top: 1rem;
}





/* FRONT EVENTS */


/* Front Events Layout */
.frontEvents {
	margin-top: 2rem;
}

.frontEvents h2 {
	margin: 0;
}

.frontEventsTitleContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.frontEventList {
	margin-bottom: 2rem;
}

.frontEventHighlights {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.frontEventHighlight {
	width: calc((100% / 12 * 4) - 2rem);
}

.eventListLeft,
.eventListRight {
	width: calc((100% / 12 * 6) - 2rem)}

.eventListItemLeft{
	flex: 1 1 0;
	min-width: 0;
	padding-right: 1rem;
}

.eventListItemLeft > p:first-child{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eventListItemRight {
	text-align: right;
}

@media screen and (max-width: 420px){
	.eventListItemLeft,
	.eventListItemRight {
		flex: 1 100%;
	}
	.eventListItemRight {
		text-align: left;
	}
}

@media (max-width: 1200px) {

	.frontEvents {
		padding: 0 1rem;
	}

}


@media (max-width: 900px) {

	.frontEventHighlight {
		width: calc((100% / 12 * 6) - 2rem)	}

	.eventListLeft,
	.eventListRight {
		width: calc((100% / 12 * 12) - 2rem)	}
}


@media (max-width: 650px) {

	.frontEventHighlight {
		width: calc((100% / 12 * 12) - 2rem)	}
	.eventListItemLeft {
		flex: auto;
	}
	.eventListItemLeft > p:first-child {
		white-space: normal;
		overflow: auto;
	}
	.eventListItemRight {
		flex: 1 1 100%;
		text-align: left;
	}
}


/* Component: Button */
.frontEventsButton .button {
	display: inline-block;
	padding: 0.5rem;
	font-size: 1rem;
	line-height: 1.4;
	color: #0079bc;
	border: 1px solid #0079bc;
	border-radius: 0.25rem;
	transition: transform 0.1s;
	transform-origin: bottom center;
}

.frontEventsButton .button:hover {
	color: #0079bc;
	transform: scale(1.01);
}


/* Front Events Element: Date */
.frontEventDate {
	flex: 0 0 65px;
	align-self: stretch;
	padding-right: 1rem;
	border-right: 1px solid rgba(51,51,51, 0.5);
}

.eventDatePrimary,
.eventDateSecondary {
	line-height: 1.1;
}

.eventDatePrimary {
	font-size: 32px;
	text-align: center;
}

.eventDateSecondary {
	font-size: 16px;
	text-align: center;
}

.bold .eventHighlightHeader .frontEventDate {
	border-color: rgba(255, 255, 255, 0.7);
}

.bold .frontEventListItem .frontEventDate {
	border-color: #0079bc;
}

.bold .eventHighlightHeader .eventDatePrimary {
	color: rgba(255, 255, 255, 0.7);
}

.bold .frontEventListItem .eventDatePrimary {
	/*color: *//*;*/
	color: rgba(0,121,188, 0.7);
}

.bold .eventHighlightHeader .eventDateSecondary {
	color: rgba(255, 255, 255, 0.4);
}


/* Front Events Component: Highlight */
.frontEventHighlight {
	margin-bottom: 1rem;
	background-color: #fff;
	border: 1px solid rgba(0,121,188, 0.2);
	transition: transform 0.1s;
	transform-origin: bottom center;
}

.bold .frontEventHighlight {
	border-color: #0079bc;
}

.frontEventHighlight:hover {
	transform: scale(1.01);
}

.frontEventHighlight a {
	color: #333333;
}

.eventHighlightHeader {
	display: flex;
	padding: 1.5rem 1rem;
	background-color: rgba(0,121,188, 0.1);
	transition: background-color 0.2s;
}

.bold .eventHighlightHeader {
	background-color: #0079bc;
}

.frontEventHighlightTitle {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 1.5rem;
	font-size: 1.25rem;

	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.bold .frontEventHighlightTitle {
	color: rgba(255, 255, 255, 0.95);
}

.eventHighlightBody {
	display: flex;
	padding: 1.5rem 1rem;
}

.eventHighlightSpacer {
	flex-shrink: 0;
	width: 65px;
}

.eventHighlightFacts {
	padding-left: 1.5rem;
}


/* Front Events Component: List item */
.eventListLeft a,
.eventListRight a {
	color: #333333;
}

.frontEventListItem {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem 1rem 1rem;
	background-color: #fff;
	border: 1px solid rgba(0,121,188, 0.2);
	transition: transform 0.1s;
	transform-origin: bottom center;
}

.bold .frontEventListItem {
	border-color: #0079bc;
}

.frontEventListItem:hover {
	transform: scale(1.01);
}

.eventListItemContent {
	flex: 1 1 auto;
	padding-left: 1rem;
	width: 0;
}

.eventListItemContent .flexContainer,
.eventListItemContent .flexContainer .flexItem {
	margin-right: inherit;
}

.eventListItemContent .wholeLine {
	flex: 1 1 100%;
	min-width: 0;
}
.eventListItemContent .wholeLine p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media  (max-width: 650px) {
	.eventListItemContent .wholeLine {
		min-width: auto;
	}
	.eventListItemContent .wholeLine p {
		white-space: normal;
		overflow: auto;
	}
}


/* New Front overrides */
/*.newFront .content .front .berichtfrontBox.berichtfrontSmall .berichtfrontBild {*/
/*	transition: transform 0.1s;*/
/*	transform-origin: bottom center;*/
/*}*/
/**/
/*.newFront .content .front .berichtfrontBox.berichtfrontSmall:hover .berichtfrontBild {*/
/*	transform: scale(1.01);*/
/*}*/
/**/
/*.newFront .content .front .berichtfrontBox > .berichtfrontInhalt {*/
/*	transition: background-color 0.1s;*/
/*}*/

.newFront .content .front .berichtfrontBox.berichtfrontSmall {
	transition: transform 0.1s;
	transform-origin: bottom center;
}

.newFront .content .front .berichtfrontBox.berichtfrontSmall:hover {
	transform: scale(1.01);
}

.newFront .content .front .berichtfrontBox.berichtfrontSmall:hover .berichtfrontInhalt {
	/*background-color: transparent;*/
	background-color: rgba(0, 0, 0, 0.2);
}

.newFront .content .front .berichtfrontBox.berichtfrontSmall:hover .berichtfrontInhalt .berichtfrontTitel a {
	font-size: 1.5rem;
}






/* mobile content */

@media screen and (max-width: 1200px){
	/* 3 spalten */
	.content .front .berichtfrontBox.berichtfrontBig, .content .front .berichtfrontBox.berichtfrontSmall{
		margin-bottom: 1rem;
	}
	.content .front .veranstaltungFrontBox{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.content .front{
		width: 100%;
		padding: 0 1rem 1rem 1rem;
		box-sizing: border-box;
	}
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt,
	.content .front .veranstaltungFrontBox{
		width: 32%;
	}

	.newFront .content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt{
		width: 32%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontTitel a{
		padding: 0 0 0.5rem 0;
		font-size: 1.5rem;
		line-height: 110%;
	}
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontText a{
		font-size: 0.9rem;
		line-height: 140%;
	}
}

@media screen and (max-width: 900px){
	/* 2 spalten */
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .berichtfrontBox.berichtfrontBig .berichtfrontInhalt,
	.content .front .veranstaltungFrontBox{
		width: 49%;
	}

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

@media screen and (max-width: 650px){
	/* 1 spalte */
	.content .front .berichtfrontBox.berichtfrontBig > .berichtfrontBild,
	.content .front .berichtfrontBox.berichtfrontBig > .berichtfrontInhalt,
	.content .front .berichtfrontBox.berichtfrontSmall,
	.content .front .veranstaltungFrontBox{
		display: block;
		clear: both;
		width: 100%;
	}

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



/* tooltip (rechts von element) */

#kwTooltip{
	position: absolute;
	margin: -15px 0 0 0;
	z-index: 1000000;
	text-align: left;
	opacity: 1;
}
#kwTooltip div{
	position: relative;
}
#kwTooltip hr{
	height: 1px;
	color: #eee;
	border: 0;
	background-color: #eee;
}
#kwTooltip .kwTooltipPfeil{
	position: absolute;
	left: 0px;
	top: 16px;
	width: 20px;
	height: 50px;
	background: transparent url(/_kirchenweb/images/tooltipL.png) 0 0 no-repeat;
	z-index: 1000002;
}
#kwTooltip .kwTooltipInhalt{
	position: absolute;
	left: 19px;
	top: 0;
	min-width: 240px;
	min-height: 135%;
	margin: 0px;
	padding: 16px 18px 16px 18px;
	color: #555;
	border: 1px solid #959595;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	font-size: 1rem;
	line-height: 1.32rem;
	font-family: inherit;
	overflow: visible;
	z-index: 1000001;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#kwTooltip .kwTooltipInhalt .laden{
	width: 16px;
	height: 16px;
	background: url(/_kirchenweb/images/iconLaden.gif) 0 0 no-repeat;
}



/* tooltip (links von element) */

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



/* linke spalte, autor */

.inhaltContentSubnav .personen h1{
	display: none;
}
.inhaltContentSubnav .personBox{
	padding: 0;
	max-width: inherit;
	width: 100%;
	min-width: 0;
	min-height: 0;
	margin-bottom: 0;
	font-size: 1.0rem;
}
.inhaltContentSubnav .personBox:hover{
	background: none;
}
.inhaltContentSubnav .personBox > *{
	text-align: left;
	padding: 0;
	display: block;
	clear:both;
	margin: 0 !important;
	font-size: 1.0rem;
}
.inhaltContentSubnav .personBox > *:not(.personName){
	display:none;
}
.inhaltContentSubnav .personBox > .personName a{
	display: block;
	padding: 0.75rem;
	font-size: 1.0rem;
}

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



/* footer */

section.footer{
	background-color: #333333;
}
.footerline{
	display: box;
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 0;
}
.footerline .spaltview{
	flex: 0;
	-webkit-flex: 0;
	-moz-flex: 0;
	flex-grow: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	width: 25%;
	min-width: 210px;
	padding: 30px 15px;
	box-sizing: border-box;
}
.footerline .spaltview.autor{
	order: 3;
	font-size: 0.9rem;
	line-height: 150%;
}
.footerline .besitzer{
	display: none; /* media-query 1200 eingeschaltet */
	position: relative;
	height: 99px;
	padding: 0.8rem;
	color: #333333;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.footerline .besitzer .besitzerAnsicht .besitzerAnsichtText{
	padding: 0.4rem 0 0 0;
	line-height: 1.32;
}
.footerline .spaltview.autor .besitzer:after{
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 27px;
}
.footerline .spaltview.address{
	order: 1;
	color: #fff;
}
.footerline .spaltview.address a{
	color: #fff;
	text-decoration: none;
}
.footerline .spaltview.footmenu{
	order: 2;
}
.footerline .spaltview.footsocial{
	order: 4;
	width: auto;
	min-width: auto;
	flex: 0 1 auto;
}
.spaltview{
	float: left;
	box-sizing: border-box;
	min-width: 180px;
	width: 25%;
	padding: 10px 10px 0 10px;
}
.footmenu a{
	clear:both;
	display:block;
	padding: 0 0 5px 0;
}
.footsocial a{
	margin-left: 10px;
	display:block;
	float:right;
}

#poweredBy {
	padding: 1em;
	text-align: right;
	color: #fff;
}

#poweredBy a {
	color: #fff;
}

@media screen and (max-width: 1200px){
	.footerline .besitzer{
		display: block;
	}
}
@media screen and (max-width: 1000px){
	.footerline .spaltview.footmenu{
		display: none;
	}
}
@media screen and (max-width: 700px){
	.footerline .spaltview.footsocial a{
		float: left;
	}
	.footerline .spaltview{
		flex-basis: 50%;
		min-width: auto;
	}
	.footerline:after, .footerline .spaltview:after{
		content: "";
		clear: both;
		display: block;
	}
}
@media screen and (max-width: 600px){
	.footerline .spaltview{
		flex-basis: 100%;
		order: 3;
	}
	.footerline .spaltview.autor{
		order: 1;
	}
	.footerline .spaltview.address{
		order: 2;
	}
}


/* suche */
div.modSucheNavigationAnsicht{
	float: right;
	text-align: right;
}

.modSucheAusgabe{
	overflow-x: auto;
}

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

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

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



/* sucheingabe */

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



/* einfügebefehle */

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

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



/* ähnlich */

.wrapperAehnlich{
	clear: both;
	margin: 1rem 0 0 0;
	background: #edecec;
}
.wrapperAehnlich h1{
	margin: 0;
	padding: 1rem;
	color: #999;
	font-size: 1.4rem;
}
.wrapperAehnlich .aehnlichboxen{
	padding: 0 1rem;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
	display: block;
	margin: 0 0 1rem 0;
	padding: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: 32%;
	color: #fff;
	background: #0079bc;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich > *{
	display: block;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich a{
	height: 100%;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild{
	float: none;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	font-size: 0;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img{
	width: 100%;
	height: auto;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg > *{
	font-size: 4rem !important;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText{
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 1.2rem 1rem 1rem 1rem;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaTitel{
	padding: 0 0 0.7rem 0;
	color: #fff;
	line-height: 1.1;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaDatum{
	display: block;
	color: #fff;
}
.wrapperAehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText .msaBeschreibung{
	color: #fff;
}

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



/* portrait */

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

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



/* agenda */

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



/* kalender */
div.kalender > div.kalenderInhalt {
	width: 580px;
	margin: 20px auto;
	padding: 15px 20px;
	text-align: left;
	border-radius: 8px;
	background: #f2f2f2;
}

div.kalender > div.kalenderInhalt > .kalenderDatum {
	font-size: 2em;
	text-align: center;
}

div.kalender > div.kalenderInhalt > .kalenderWochentag {
	text-align: center;
}

div.kalender > div.kalenderInhalt > .kalenderKirchenkalender {
	margin-bottom: 15px;
	padding: 15px 0;
	text-align: center;
}

/* Speziallösung, weil class.portal.php nicht verändert werden konnte */
.kalenderAutor + .kalenderLead {
	margin-top: 30px;
}

div.kalender > div.kalenderInhalt > .kalenderLead {
	padding: 15px 0;
	font-size: 1.2em;
	text-align: center;
	color: #0079bc;
}

div.kalender > div.kalenderInhalt > .kalenderText {
	padding: 15px;
	text-align: center;
	background: #d3dfef;
}

.kalenderText + .kalenderText {
	border-top: 1px solid #fff;
}

div.kalender > div.kalenderInhalt > .kalenderAutor {
	padding: 15px 0;
	text-align: center;
}

@media screen and (max-width: 900px) {
	div.kalender > div.kalenderInhalt {
		width: 100%;
		max-width: 100%;
		padding: 15px 0;
		background: transparent;
	}
}



/* personen */

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

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



/* galerie */

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

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



/* album */

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

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

.album > .mobilescroll > .bilder > .bild > a {
	position: relative;
	display: block;
	line-height: 0;
}

.album > .mobilescroll > .bilder > .bild .overlayText {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.album > .mobilescroll > .bilder > .bild:hover .overlayText {
	display: block;
}

/* album dialog bild melden */
.fancybox-inner form input,
.fancybox-inner form textarea{
	font-size: 1rem;
}

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



/* bericht */

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

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



/* veranstaltung */

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

.veranstaltung .veranstaltungBild .overlayText .fotografFotoText {
	display: none;
}

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



/* infoseite */

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

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




/* gruppe (newsletter) */

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

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

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


/* meine newsletter */
.myNewsletter .myn-MyNewsletter_Show {
	color: #fff;
}
.myNewsletterContent .logout.submit {
	display: none;
}
@media screen and (max-width: 1200px) {
	.myNewsletterContent .logout.submit {
		display: inline-block;
		font-size: 1rem;
	}
}


/* kleinanzeige */

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



/* erweiterung allgemein */

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



/* erweiterung diskussion */

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

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

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



/* erweiterung formular */

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



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

/* login */

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






/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #333333;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #333333;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/_kirchenweb/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/_kirchenweb/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/_kirchenweb/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesnt support RGBa */
	background: rgba(0, 0, 0, 0.8);

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/_kirchenweb/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/_kirchenweb/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover{
	opacity: 1;
}

#fancybox-thumbs ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img{
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

#fancybox-buttons{
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top{
	top: 10px;
}

#fancybox-buttons.bottom{
	bottom: 10px;
}

#fancybox-buttons ul{
	display: block;
	width: 337px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#222222",GradientType=0 );
}

#fancybox-buttons ul li{
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(/_kirchenweb/images/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnDirectLink {
	width: 95px;
	height: 30px;
	text-indent: 0px;
	text-align: center;
	background: transparent;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	line-height: 220%;
	font-size: 13px;
	font-family: "Roboto", Verdana, 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: "Roboto", Verdana, sans-serif;
	color: #f1f1f1;
}
#fancybox-buttons a.btnDisagreement:hover {
	color: #f0f0f0;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* CSS DOMAINSPEZIFISCH */

.wrapperMain.veranstaltung .vinfopredigtperson span {
	display: none;
}

/* front events with ribbon */
.frontEventList a {
	position: relative;

}

.veranstaltungFrontBoxAttr {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 0.7em;
	transform: translate(-0.7em, -25%);
	z-index: 2;
}

.veranstaltungFrontBoxAttr .frontBoxTagRibbon {
	background: #0079bc;
	color: white;
	padding: 0.25rem 0.5rem;
	font-weight: 400;
}

.veranstaltungFrontBoxAttr .frontBoxTagRibbon.veranstaltungFrontBoxTagWortToday {
	background: #d95a18;
}

.veranstaltungFrontBoxAttr .frontBoxTagRibbon.veranstaltungFrontBoxTagWortNextWeek {
	background: #555;
}

.veranstaltungFrontBoxAttr .frontBoxTagRibbon.veranstaltungFrontBoxTagPodcast {
	background: white;
	border: 1px solid rgba(0,121,188, 0.5);
}

.veranstaltungFrontBoxAttr .frontBoxTagRibbon.veranstaltungFrontBoxTagPodcast .podcastSignet {
	display: flex;
	height: 1.3rem;
}

/* Event Highlights */
.berichtfrontBox {
	position: relative;
}

.eventFrontHighlightDate {
	position: absolute !important;
	top: 0.6rem;
	left: 1rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	display: flex !important;
	flex-direction: row;
	gap: 0.5rem;
	align-items: baseline;
	background: none !important;
}

.eventFrontHighlightDate .day {
	font-size: 2rem;
	color: #d1f2ff;
}

.eventFrontHighlightDate .date {
	position: relative;
	bottom: 0.125rem;
}


/* new other pages */

.flexContainer.otherPages {
	column-gap: 2rem;
	margin-bottom: 16px;
	margin-right: 0;
	box-sizing: border-box;
}

.specialKachelBox.otherPagesLink {
	flex-basis: calc((100% / 12 * 3) - 2rem);
	flex-grow: 1;
	padding: 0;
}

.specialKachelBox.otherPagesLink[data-link-name="Wahl Kirchenpflege 2026-2030"] {
	border: 1px solid #d95a18;
	background: #fc7f3f;
}

.specialKachelBox.otherPagesLink[data-link-name="Wahl Kirchenpflege 2026-2030"] a span.content {
	color: #ffffff;
}

.specialKachelBox.otherPagesLink[data-link-name="Wahl Kirchenpflege 2026-2030"] a::before {
	color: #f5d3c1;
}

.specialKachelBox.otherPagesLink[data-link-name="Newsletter abonnieren"] {
	background: #7fc2e3;
}

.specialKachelBox.otherPagesLink[data-link-name="Newsletter abonnieren"] a span.content {
	color: white;
}

@media screen and (max-width: 900px) {
	.specialKachelBox.otherPagesLink {
		width: calc(100% - 2rem);
	}
}

.specialKachelBox {
	display: flex;
	align-items: flex-start;
	width: calc((100% / 12 * 8) - 2rem);
	margin-bottom: 1rem;
	padding: 1rem 1.5rem 1rem 1rem;
	background-color: #fff;
	border: 1px solid #0079bc;
	transition: transform 0.1s;
	transform-origin: bottom center;
}

.specialKachelBox:hover {
	transform: scale(1.01);
}

.specialKachelBox.otherPagesLink a {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	/*height: 5rem;*/
	padding: 1rem;
	align-self: stretch;
}

.specialKachelBox.otherPagesLink a span.content {
	display: block;
	font-size: 1.5rem;
	color: #0079bc;
	width: 100%;
}

.specialKachelBox.otherPagesLink a::before {
	display: block;
	content: '»';
	width: 45px;
	margin-bottom: 10px;
	font-size: 4rem;
	line-height: 1;
	color: var(--icon-color);
}
