



/* CSS STANDARD design 5 Quarz */

.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
}
.clearfix::after {
	clear: both;
}

.flowRoot {
	overflow: auto;
}

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



html {
	font-family: "Questrial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: hsla(0, 0%, 4%, .75);
}

@media screen and (min-width: 1930px) {
	html {
		font-size: 20px;
	}
}

body {
	margin: 0;
	padding: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.6em;  /* am 09.10.2019 im Auftrag von bn (vorher 1em) */
	line-height: 1;
}

h1 {
	font-size: 2.5rem;
	color: #5e6667;
	margin-bottom: 0.83em;  /* am 09.10.2019 im Auftrag von bn */
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;
}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 2rem;
	}
}

b {
	font-weight: bolder;
}

a {
	color: #527ACC;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
select {
	font-size: 1.2rem;
	padding: 11px;
	border: 1px solid hsl(0, 0%, 86%);
	color: hsla(0, 0%, 4%, .75);
}

/*remove Apple styling from form fields*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}



.contentline {
	width: 100%;
	background-color: #fff;
}

.content,
.veranstaltungTitel,
main .elementschutz,
section.wrapper + .container-shariff {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 6rem;
	padding-right: 6rem;
}

.wrapperMain + .wrapperSpezialinhalt {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container-shariff .shariff {
	margin: 2rem auto;
}

main .elementschutz {
	margin: 4rem 0;
}

@media screen and (max-width: 600px) {
	.content,
	main .elementschutz,
	.veranstaltungTitel,
	section.wrapper + .container-shariff {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.agenda,
.personen,
.portrait:not(h1),
.suche,
.kalender,
.dokument,
.login,
.sucheingabe {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

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

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


.svgContainer {
	line-height: 0;
}



/**
 * §TITEL
 */
.infoseiteTitel,
.berichtTitel,
.veranstaltungTitel,
.titleSection {
	padding-top: 2rem;
}


@media screen and (min-width: 601px) {
	.suche .titel,
	.kalenderTitel {
		margin-top: .67em !important;
	}
}


@media screen and (max-width: 600px) {
	.titleSection,
	.berichtTitel {
		padding-top: 1px;
	}

	.berichtTitel {
		padding-bottom: 0;
	}

	.titleSection h1,
	.infoseiteTitel h1,
	.veranstaltungTitel h1,
	.personen h1,
	.portrait h1,
	.sucheingabe h1 {
		margin: 0;
	}
}



/**
 * §BESCHREIBUNG
 */
.infoseiteBeschreibung {
	/*padding-top: 2rem;*/ /* am 09.10.2019 im Auftrag von bn */
	margin-bottom: 2rem;  /* am 09.10.2019 im Auftrag von bn (vorher 4rem) */
	font-size: 1.2rem;
}



/**
 * §ABSATZ
 */
.absatz:not(.absatzBild),
.absaetze {
	margin-bottom: 2rem;
}

@media screen and (max-width: 1000px) {
	.absatz:not(.absatzBild),
	.absaetze {
	margin-bottom: 0;
	}
}

.absatz .titel {
	font-size: 1.5rem;
}


/**
 * §BUTTON
 */
input[type=submit] {
	width: auto !important;
	background-color: #dfe0e1;
	border: 1px solid #5e6667;
	cursor: pointer;
	transition: all .3s;
}

input[type=submit]:hover {
	background-color: #5e6667;
	color: hsla(0, 100%, 100%, .9);
}


/**
 * §BILDER
 */
img {
	width: 100%;
}
.focusarea {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.focusarea img {
	width: auto;
	height: auto;
}
.focusarea-blur {
	width: 0;
	height: 0;
	background-size: cover;
	background-position: center center;
}
@supports (filter: blur(15px)) {
	.focusarea-blur {
		width: 100%;
		height: 100%;
		filter: blur(15px);
	}
}

.infoseiteAbsatz, .infoseiteBeschreibung {
	display: flow-root;
}

.infoseiteBild, .infoseiteAbsatz, .infoseiteDokument, .infoseiteAlbum{
	margin-bottom: 2rem;  /* am 09.10.2019 im Auftrag von bn */
}
.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;
	height: 100%;
	background-color: #fff;
}
.infoseiteBild .kwAccordion > *:not(:first-child){
	border-left: 1px solid #fff;
}
.infoseiteBild .kwAccordion img{
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.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 {
		padding-top: 1rem;
	}

	.infoseiteBild .kwAccordion .overlayText{
		padding: 0.5rem;
		font-size: 0.8rem;
	}
}

.bildgroesseLarge {
	width: 100%;
	margin: 0 0 2rem 0;
}

.bildgroesseMedium {
	width: 48%;
}

.bildgroesseSmall {
	width: 30%;
}

@media screen and (max-width: 800px) {
	.bildgroesseMedium,
	.bildgroesseSmall {
		width: 100%;
	}
}

.absatzBild a,
.absatzBild img {
	display: block;
}

.bildtext {
	font-size: 0.8rem;
}

.berichtBild .absatzBild {
	float: left;
	padding: .3rem 1.5rem 1rem 0;
}
.berichtBild .absatzBild .bildcontainer {
	position: relative;
	width: 100%;
}
.berichtBild .absatzBild .bildcontainer .focusarea img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.berichtBild .absatzBild.bildgroesseLarge .bildcontainer {
	min-height: 435px;
}
.berichtBild .absatzBild.bildgroesseMedium .bildcontainer {
	min-height: 290px;
}
.berichtBild .absatzBild.bildgroesseSmall .bildcontainer {
	min-height: 190px;
}

@media screen and (max-width: 1000px){
	.berichtBild .absatzBild.bildgroesseLarge .bildcontainer {
		min-height: 345px;
	}
	.berichtBild .absatzBild.bildgroesseMedium .bildcontainer {
		min-height: 200px;
	}
	.berichtBild .absatzBild.bildgroesseSmall .bildcontainer {
		min-height: 133px;
	}
}
@media screen and (max-width: 800px){
	.berichtBild .absatzBild.bildgroesseLarge .bildcontainer {
		min-height: 300px;
	}
	.berichtBild .absatzBild.bildgroesseMedium .bildcontainer {
		min-height: 200px;
	}
	.berichtBild .absatzBild.bildgroesseSmall .bildcontainer {
		min-height: 200px;
	}
}

@media screen and (max-width: 800px) {
	.berichtBild .absatzBild {
		padding-top: 0;
		padding-right: 0;
	}
}


/* media */
.mediaAlbumPre,
.mediaBildPre{
	margin: 0;
	padding:  0;
	clear: both;
}
.mediaAlbum,
.mediaBild{
	margin-top: 1rem;
	max-width: 100%;
}
.mediaAlbumLeft,
.mediaBildLeft{
	float: left;
	overflow: hidden;
	margin: 0 1rem 0 0;
}
.mediaAlbumRight,
.mediaBildRight{
	float: right;
	overflow: hidden;
	margin: 0 0 0 1rem;
}
.mediaAlbumBlock,
.mediaBildBlock {
	display: block;
}
.mediaAlbumInline,
.mediaBildInline {
	display: inline-block;
}

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

iframe{
	max-width: 100%;
}

@media screen and (max-width: 600px){
	iframe{
		max-height: 280px;
	}
}
@media screen and (max-width: 420px){
	iframe{
		max-height: 180px;
	}
}



/**
 * §ADRESSFOTO
 */
.adrfoto {

}

.adrfotoBild {
	width: auto; /* bisher 91px; 07.01.2019 sj */
	margin-right: 15px;
}

.adrfotoBild a,
.adrfotoBild img {
	display: block;
}

.adrfotoInhalt {
	/*margin-left: 107px;  07.01.2019 sj */
	float: left; /* 07.01.2019 sj */
}



/**
 * §SUCHERGEBNIS
 */
.modSucheNavigation{
	padding: 8px 16px;
	background-color: #eff0f0;
	border: 1px solid #dfe0e1;
}

.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: hsla(0, 0%, 4%, .75);
}

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

.modSucheNavigation .active {
	color: #5e6667;
	background-color: #fcfcfc;
	border: 1px solid #dfe0e1;
}

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

.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: hsla(0, 0%, 4%, .75);
}

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

.modSucheNavigationAnsicht {
	float: right;
}

.modSucheAusgabeAusfuehrlich {
	flex: 0 1 48%;
}

.modSucheAusgabeAusfuehrlich > a,
.modSucheAusgabeAusfuehrlich > .msaLinkersatz {
	display: flex;
	color: hsla(0, 0%, 4%, .75);
}

.modSucheAusgabeAusfuehrlichBild {
	flex: 0 0 100px;
	margin-right: 1rem;
}

.modSucheAusgabeAusfuehrlichText .msaTitel {
	display: block;
	font-weight: bold;
	color: #5e6667;
}

.modSucheAusgabeAusfuehrlichText span.msaDatum,
.modSucheAusgabeAusfuehrlichText span.msaPredigtperson,
.modSucheAusgabeAusfuehrlichText span.msaKontakt
{
	display: block;
}

#toplineSucheListe .aktiv {
	background-color: #6c7475;
}

@media screen and (max-width: 600px) {
	.modSucheNavigation {
		margin-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.modSucheAusgabeAusfuehrlich {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 400px) {
	.aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
		float: left;
		width: 50%;
		margin-bottom: 0;
		padding-right: 15px;
	}

	.modSucheAusgabeAusfuehrlich > a,
	.modSucheAusgabeAusfuehrlich > .msaLinkersatz {
		display: flex;
	}

}



/**
 * §ÄHNLICH	BOXEN
 */
.wrapperAehnlich {
	margin-top: 2rem;
	background-color: #dfe0e1;
}

.wrapperAehnlich .content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.wrapperAehnlich h1 {
	font-size: 1.5rem;
	text-align: center;
	color: #5e6667}

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

.aehnlichboxen a {
	justify-content: space-between;
	font-size: 1rem;
}

.aehnlichboxen .modSucheAusgabeAusfuehrlichBild,
.aehnlichboxen .modSucheAusgabeAusfuehrlichText {
	flex: 0 1 48%;
}

.aehnlichboxen .modSucheAusgabeAusfuehrlich {
	margin-bottom: 2rem;
}

.aehnlichboxen .modSucheAusgabeAusfuehrlichBild svg text {
	font-size: 40px !important;
}

.aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
	margin-right: .5rem;
}

.aehnlichboxen .modSucheAusgabeAusfuehrlichText {
	padding: .5rem;
}

.aehnlichboxen .msaTitel {
	display: block;
	font-size: 1.1rem;
	margin-bottom: .3em;
}

@media screen and (max-width: 900px) {
	.aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
		margin-right: 0;
		margin-bottom: .5rem;
	}
}



/**
 * §HEADER
 */

.hero {
	display: flex;
	position: relative;
	height: 40vh;
}

.front .hero{
	height: 50vh;
}

.heroBackgroundImage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}

.heroBranding {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: hsla(0, 0%, 100%, .75);
}

.heroBranding .losung {
	text-shadow: 1px 1px 2px white;
}

@supports (-webkit-backdrop-filter: blur(5px)) {
	.heroBranding {
		-webkit-backdrop-filter: blur(5px);
		background-color: hsla(0, 0%, 100%, .6);
	}
}

.heroPrimary {
	flex: 3;
	position: relative;
	align-items: center;
	justify-content: center;
box-shadow: 0 -10px 20px rgba(0,0,0,0.19) inset, 0 -6px 6px rgba(0,0,0,0.23) inset;}

.logo {
	max-width: 80%;
	line-height: 0; /* 21.09.2020 sj */
}

.logoImage {
	max-width: 100%;
	width: 500px;
}

@media screen and (max-width: 1000px) {
	.heroPrimary {
		flex: 2;
	}
}

@media screen and (max-width: 700px) {
	.hero {
		flex-direction: column;
	}

	.heroBranding {
		padding: 10px;
	}

	.heroPrimary {
		flex: 5;
	}

	.logoImage {
		height: 50px;
		width: auto;
	}
}


.losung {
	position: absolute;
	bottom: 20px;
	right: 10%;
	left: 10%;
	text-align: right;
	line-height: 1.2em;
	color: #5e6667;
}

.losungReferece {
	margin: 1em 0;
	font-size: .8em;
}

@media screen and (max-height: 870px),
screen and (max-width: 700px) {
	.losung {
		display: none;
	}
}


.navigation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30px);
	z-index: 10;
	width: 80%;
	max-width: 400px;
	background-color: #5e6667;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}

.navbar {
	display: flex;
}


.search {
	flex: 1;
}

.menu {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
}

.search,
.menu {
	height: 60px;
	padding: 7px;
}

@media screen and (min-width: 701px) {
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}

	.navigation {
		left: auto;
		right: 50%;
		transform: translate(50%, -30px);
	}

	/*main {*/
	/*	margin-top: 40vh;*/
	/*}*/
	/**/
	/*.home main {*/
	/*	margin-top: 50vh;*/
	/*}*/
}

#toplineSucheForm {
	position: relative;
}

.search input {
	position: relative;
	width: 100%;
	font-size: 19px;
	border: none;
}

#toplineSucheIcon {
	position: absolute;
	top: 13px;
	right: .8rem;
	box-sizing: content-box;
	width: 24px;
	height: 24px;
}

#toplineSucheIcon svg {
	stroke: #5e6667;
}

.kwMultiListe {
	width: calc(100% + 60px);
	margin: 0 0 0 -7px;
	padding: 1rem 1rem 1rem 18px;
	list-style: none;
	background-color: #5e6667;
}

.kwMultiListe li {
	color: hsla(0, 0%, 100%, .75);
}

.menu {
	cursor: pointer;
}

.menuPfeilSVG {
	display: none;
}

.menuIcon {
	width: 25px;
	height: 25px;
	margin-right: 7px;
}

.menuIcon svg {
	fill: hsla(0, 0%, 100%, .75);
}

.menuLabel {
	position: relative;
	top: -2px;
	text-transform: uppercase;
	font-size: 25px;
	color: hsla(0, 0%, 100%, .75);
}

.navline{
	display: none;
}

.navline {
	color: hsla(0, 0%, 100%, .75)}

.navline a {
	display: block;
	color: hsla(0, 0%, 100%, .75)}

.nav {
	padding: 1rem 0;
}

.navE {
	display: block;
	cursor: pointer;
}

.navE0,
.conIco {
	padding: .6em 1rem 0 2rem;
}


.conE1,
.conE2,
.conE3 {
	display: none;
	background-color: hsla(0, 0%, 100%, .1);
	padding-bottom: .5em;
}

.navE1 {
	padding: .5em 1rem 0 3rem;
}

.navE2 {
	padding: .5em 1rem 0 4rem;
}

.navE3 {
	padding: .5em 1rem 0 5rem;
}

.conIco	{
	padding-top: 0;
	padding-left: calc(2rem - 10px);
}

.conIco > div {
	display: inline-block;
	vertical-align: top;
}

.navIco {
	box-sizing: content-box;
	width: 16px;
	height: 16px;
	padding: 10px;
}

.navIco svg {
	stroke: hsla(0, 0%, 100%, .75);
	fill: hsla(0, 0%, 100%, .75);
}

.conIco .navE1 {
	padding: .5em 1rem 0;
}

.navIco .subnavIndikator {
	display: none;
}

.horizontal-bar {
	width: 100%;
	height: 5px;
	background-color: #5e6667;
}

.conIco .navPC {
	position: relative;
}

.conIco .conE1 {
	position: absolute;
	width: max-content;
	background-color: #7d8384;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);;
}


@media screen and (min-width: 701px) {
	.horizontal-bar {
		margin-top: 40vh;
	}

	.front .horizontal-bar {
		margin-top: 50vh;
	}
}



/**
 * §VERANSTALTUNG SLIDER
 */
.veranstaltungfront{
	background-color: #5e6667;
	color: hsla(0, 0%, 100%, .75);
	position: relative;
}

.veranstaltungfront .weiterNav{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}

.owlPrev {
	float:left;
}

.owlNext {
	float:right;
}

.owlPrev,
.owlNext {
	padding: 15px 23px;
	cursor: pointer;
}

.veranstaltungfront .weiterNav svg {
	vertical-align: middle;
	fill: hsla(0, 0%, 100%, .75);
	width: 40px;
	height: 40px;
}

.owlPrev:hover polygon {
	transform: translateX(-5px);
}

.owlNext:hover polygon {
	transform: translateX(5px);
}

.owlPrev polygon,
.owlNext polygon {
	transition: transform .3s;
}

.owl-carousel {
	width: calc(100% - 12rem);
	margin: 0 auto;
}

@media screen and (max-width: 400px) {
	.owl-carousel {
		width: calc(100% - 6rem);
	}
}

.sliderVeranstaltung {
	padding: 25px;
}

.infoboxVeranstaltungTitel {
	font-size: 1.2rem;
}

.sliderVeranstaltung table td{
	padding-right: 5px;
}
.sliderVeranstaltung a {
	color: hsla(0, 0%, 100%, .75);
}

.sliderVeranstaltung a:hover {
	background-color: transparent;
	color: hsla(0, 0%, 100%, .75);
}



/**
 * §FOOTER
 */
.footerLogo {
	width: 230px;
}

.footer {
	color: hsla(0, 0%, 100%, .75);
	background-color: #5e6667;
}

.footer a {
	color: hsla(0, 0%, 100%, .75);
}

.footerContent {
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footerItem {
	flex: 1;
	padding: 0 1rem;
}
.footerLeft {
	padding-left: 0;
}
.footerRight {
	padding-right: 0;
}

.footer .besitzer {
	margin: 1rem 0;
	font-size: 0.8rem;
}


@media screen and (max-width: 700px) {
	.footerContent {
		display: block;
		text-align: center;
	}
	.footerItem {
		padding: 0;
		margin-bottom: 2rem;
	}
}


/**
 * §FRONT
 */
.front .content {
	max-width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}


/**
 * §FIXTOP
 */
.berichtfrontTitel {
	margin-top: .83em !important;
	padding-top: 2rem;
}

.berichtfrontBildFixtop {
	box-sizing: content-box;
	float: left;
	width: 30%;
	padding-right: 2rem;
}

.berichtfrontLeadFixtop {
	margin-top: -6px;
	font-size: 1.2rem;
}

.berichtfrontBildFixtop,
.berichtfrontLeadFixtop {
	padding-top: 2rem;
	padding-bottom: 4rem;
}


@media screen and (max-width: 1200px) {
	.berichtfrontBildFixtop {
		padding-bottom: 1rem;
	}

	.berichtfrontLeadFixtop {
		padding-bottom: 2rem;
	}
}

@media screen and (max-width: 800px) {
	.berichtfrontBildFixtop {
		width: 50%;
	}
}

@media screen and (max-width: 450px) {
	.berichtfrontBildFixtop {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}

	.berichtfrontLeadFixtop {
		padding-top: 1rem;
	}

	.berichtfrontTitel {
		padding: 0;
	}
}



/**
 * §TILES
 */

.tiles {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tile {
	flex: 1 0 auto;
	position: relative;
	overflow: hidden;
	border: 1px solid hsl(0, 0%, 100%);
}

.tile a {
	width: 100%;
	height: 100%;
}

.tile a,
.tile img {
	display: block;
	color: hsla(0, 0%, 100%, .75);
}
.tile.fixtop {
	color: hsla(0, 0%, 100%, .75);
	background-color: rgba(94,102,103, .5);
}
.tile.fixtop .modSucheTable tr:hover {
	background-color: rgba(94,102,103, 0.5);
}

.tileBericht {
	flex: 0 0 calc(100% / 4);
	height: 482px;
}

.tileBericht:first-child {
	flex:  1 0 calc(100% / 2);
}

.tile .focusarea img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: filter .2s;
}

.tilePreview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(94,102,103, .2);
	transition: background-color .2s;
	display: flex;
	flex-direction: column;
}

.tileTitel {
	margin: 0;
	padding: 1em 1rem;
	line-height: 1;
	background-color: rgba(94,102,103, .8);
	transition: background-color .2s;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	flex-shrink: 0;
}

.tileLead {
	padding: 1rem;
	opacity: 0;
	transition: opacity .2s;
	font-size: 1.2rem;
}

/* hover */
.tile:hover .tilePreview,
.tile.hover .tilePreview {
	background-color: rgba(94,102,103, .9);
}

.tile:hover .tileTitel,
.tile.hover .tileTitel {
	background-color: rgba(94,102,103, .5);
}
.tile:hover .tileLead,
.tile.hover .tileLead {
	opacity: 1;
}

@supports (filter: blur(15px)) {
	.tile:hover .tilePreview,
	.tile.hover .tilePreview {
		background-color: rgba(94,102,103, .4);
	}
	.tile:hover .focusarea img,
	.tile:hover .tileImage img,
	.tile.hover .focusarea img,
	.tile.hover .tileImage img {
		filter: blur(15px);
	}
}

@media screen and (max-width: 900px) {
	.tileBericht {
		flex:  1 0 calc(100% / 3);
	}
	.tileBericht:first-child {
		flex:  1 0 calc(100% / 3 * 2);
	}
	.tileGalerie {
		flex: 0 0 calc(100% / 4);
	}
}

@media screen and (max-width: 700px) {
	.tileBericht {
		flex:  1 0 calc(100% / 2);
	}
	.tileBericht:first-child {
		flex:  1 0 100%;
	}
}

@media screen and (max-width: 500px) {
	.tileBericht {
		flex:  1 0 100%;
		height: 300px;
	}
}


/**
* §SPEZIALKACHELN §TILES §EXTRA
*/

.tilesExtra {
	float: right;
	width: 100%; /* needed for function makeAllSameHeight(items) to work properly */
}

.tileExtra {
	position: relative;
	float: left;
	width: 100%;
	height: 482px;
	color: hsla(0, 0%, 4%, .75);
}

.tileExtraBackground {
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: -20px;
	z-index: 0;
	opacity: .8;
	background-color: #5e6667;
}

@supports (filter: blur(15px)) {
	.tileExtraBackground {
		filter: blur(15px) brightness(80%);
		background-image: url('bilder/extraTilesBg/bg1.jpg');
	}
}

.tileExtra .tileTitel {
	position: relative;
	z-index: 2;
}

.tileContentScrollWrapper {
	overflow-y: scroll;
}

.tileExtra .tileContent {
	position: relative;
	z-index: 1;
	color: hsla(0, 0%, 100%, .75);
}

.tileExtra .tileContent video {
	width: 100% !important;
	height: auto !important;
}

.tileExtra a {
	display: inline;
	color: hsla(0, 0%, 100%, .75);
}

.tileExtra a {
	transition: .1s;
}
.tileExtra a:hover {
	background-color: rgba(94,102,103, 0.4);
	transition: .1s;
}

.tileExtra .infoboxLink:hover {
	background-color: transparent;
}

@media screen and (min-width: 800px) {
	.tileExtra {
		width: calc(100% / 2);
	}
}

@media screen and (min-width: 900px) {
	.tileExtra {
		display: block;
		width: 100%;
	}

	.tilesExtra {
		width: calc(100% / 3);
	}
}

@media screen and (min-width: 1500px) {
	.tilesExtra {
		width: calc(100% / 4);
	}
}

@media screen and (min-width: 2000px) {
	.tilesExtra {
		width: calc(100% / 5);
	}
}

@media screen and (min-width: 2500px) {
	.tilesExtra {
		width: calc(100% / 6);
	}
}

.tileExtra .tileTitel,
.tileExtra .tileTitel a {
	color: hsla(0, 0%, 100%, .75)}

.tileExtra .tileContent {
	padding: 1rem;
}

.tileExtra .modSucheTable tr:hover {
	background-color: hsla(0, 0%, 0%, 0.1);
}

.tileExtra .modSucheTable tr:hover a {
	color: white;
}


/**
 * §SPEZIALKACHELN §AGENDA-SLIDER
 */
.tileSlider.owl-carousel {
	display: block; /* needed for function makeAllSameHeight(items) to work properly */
}

.tileSlider.owl-carousel .owl-item {
	overflow: hidden;
}

.tileSlider.owl-carousel .owl-stage-outer,
.tileSlider.owl-carousel .owl-stage,
.tileSlider.owl-carousel .owl-item {
	height: 100%;
}

.tileSlider.owl-carousel .owl-item img {
	width: auto;
}

.tileSlider a {
	color: hsla(0, 0%, 100%, .75);
}

.tileExtra b {
	display: inline-block;
	width: 100%;
	padding-top: 1rem;
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: 2px solid #fff;
}

.tileExtra .agendaTag b {
	padding-top: 0;
	font-size: unset;
	border-bottom: none;
	font-weight:normal;
}


/**
 * §LOSUNGEN
 */
.tileExtra .tileLosung {
	position: static;
	margin-bottom: 2rem;
	text-align: left;
}

.tileLosungen .losungText {
	font-size: 1.2rem;
	margin-top: 0;
	color: hsla(0, 0%, 100%, .75);
}



.absatz:not(.absatzBild):last-child {
	margin-bottom: 0;
}

section.infoseite > .content:last-child {
	/*margin-bottom: 2rem;*/
}


/**
 * §FIXTOP INFOSEITE
 */

.fixtop.tilePreview {
	background-color: rgba(94,102,103, .4) !important;
}

.fixtop .tileTitel {
	background-color: rgba(94,102,103, .9) !important;
	z-index: 2;
	position: relative;
}

.fixtop .tileTitel.hoverEffect:hover {
	background-color: rgba(94,102,103, .4) !important;
	cursor: pointer;
}

.fixtop .tileLead {
	opacity: 1 !important;
	z-index: 1;
	position: relative;
}

@supports (filter: blur(15px)) {
	.fixtop.tilePreview {
		background-color: rgba(94,102,103, .4) !important;
	}
	.fixtop .focusarea img {
		filter: blur(15px) brightness(80%) !important;
	}
}

.fixtop .tileContentScrollWrapper {
	overflow-y: auto;
}

/**
 * §FRONT §BERICHTE
 */
.home .tiles {
	display: block;
}

.tileBericht {
	float: left;
	width: 100%;
}

@media screen and (min-width: 800px) {
	.tileBericht {
		width: calc(100% / 2);
	}
	.tileBericht.first {
		width: 100%;
	}
}

@media screen and (min-width: 900px) {
	.tileBericht {
		width: calc(100% / 3);
	}
	.tileBericht.first {
		width: calc(100% / 3 * 2);
		height: 964px;
	}
}

@media screen and (min-width: 1500px) {
	.tileBericht {
		width: calc(100% / 4);
	}
	.tileBericht.first {
		width: calc(100% / 4 * 2);
	}
}

@media screen and (min-width: 2000px) {
	.tileBericht {
		width: calc(100% / 5);
	}
	.tileBericht.first {
		width: calc(100% / 5 * 3);
	}
}

@media screen and (min-width: 2500px) {
	.tileBericht {
		width: calc(100% / 6);
	}
	.tileBericht.first {
		width: calc(100% / 6 * 3);
	}
}




/**
 * §WEITER NAV
 */
.weiterNav a {
	display: flex;
	align-items: center;
}

.weiterNav svg {
	height: 20px;
	fill: #bfc2c2;
	transition: fill .2s;
}

.weiterNav .right:hover svg {
	transform: translateX(3px);
}

.weiterNav .left:hover svg {
	transform: rotate(180deg) translateX(3px);
}

.weiterNav .left:hover svg,
.weiterNav .right:hover svg {
	fill: #5e6667;
	transition: all .3s;
}

.weiterNav .left {
	float: left;
}

.weiterNav .right {
	float: right;
}

.weiterNav::after {
	content: '';
	display: block;
	clear:both;
}

.weiterNav .left svg {
	transform: rotate(180deg);
}

.veranstaltungTitel,
.berichtTitel {
	position: relative;
}

.veranstaltungTitel .weiterNav,
.berichtTitel .weiterNav {
	position: absolute;
	top: 4.5rem;
	right: 6rem;
}

.contentNaechster {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 600px) {
	.berichtTitel .weiterNav,
	.veranstaltungTitel .weiterNav {
		display: none;
	}

	.contentNaechster {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}



/**
 * §BERICHT SEITE
 */
.absaetze::after {
	content: '';
	display: block;
	clear:both;
}

.berichtLead {
	margin-top: 0;
	font-size: 1.2rem;
}

.berichtAutor {
	font-size: 0.8rem;
	color: hsl(0, 0%, 71%);
}

.bottomWeiterNav .content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.bottomWeiterNav a {
	display: flex;
	height: 20px;
}

.bottomWeiterNav span {
	line-height: 20px;
}

@media screen and (max-width: 1000px) {
	.berichtAutor {
		margin: 1em 0;
	}
}

/**
 * §AGENDA
 */
.agenda .content {
	display: flex;
}

.agenda .contentLeft {
	flex: 4;
}

.agenda .contentRight {
	flex: 1;
	margin-left: 4rem;
}

.infoboxAgenda {
	margin-bottom: 2rem;
}

.infoboxAgenda h2 {
	margin: 0 0 .2em 0;
	padding: .1em;
	font-size: 1.2rem;
	background-color: #dfe0e1;
}

.kwSelect a:hover,
.infoboxLink:hover,
.infoboxLinkActive {
	background-color: #f7f7f7;
}

@media screen and (max-width: 1000px) {
	.agenda .contentRight {
		display: none;
	}
}

@media screen and (min-width: 1001px) {
	.subnavMobile {
		display: none;
	}
}

.subnavMobile {
	margin-bottom: 2rem;
}

.kwSelectParent {
	position: relative;
	display: inline;
	color: #527ACC;
	cursor: pointer;
}

.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 #527ACC;
	clear: both;
	z-index: 1;
	pointer-events: none;
}

.kwSelect {
	position: absolute;
	left: 0;
	z-index: 10;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #5e6667;
}

.kwSelect#agendaMonate_div {
	width: 140px;
}

.kwSelect a {
	display: block;
}

.kwSelect a:first-child {
	display: none;
}



/**
 * §VERANSTALTUNG
 */
.veranstaltungBild .absatzBild {
	float: right;
	padding: 0 0 1rem 1.5rem;
	width: 33%;
}
.veranstaltungBild .absatzBild .bild {
	position: relative;
	width: 100%;
	min-height: 250px;
}
.veranstaltungBild .absatzBild .bild .focusarea img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.contentAutor, .contentLead {
	margin-bottom: 0.5em;
}

.contentLead.veranstaltungLead {
	margin-bottom: 2rem;
}

.veranstaltung .absatzLead,
.vinfo.vinfokindveranstaltungen{
	width: 66%;
}

.veranstaltung .absatzLead {
	text-align: center;
	padding: 2rem;
	font-size: 1.2rem;
	background-color: #dfe0e1;
}

.vinfo.vinfokindveranstaltungen {
	margin: 2rem 0;
	font-size: 1rem;
}

.veranstaltung ~ .wrapperSpezialinhalt .kwSelectParent {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 2px 5px;
	background-color: #dfe0e1;
	/*border-top: 2px solid *//*;*/
	/*border-bottom: 1px solid *//*;*/
}

.veranstaltung ~ .wrapperSpezialinhalt .kwSelectParent a {
	color: hsla(0, 0%, 4%, .75);
}


@media screen and (max-width: 1120px){
	.veranstaltungBild .absatzBild .bild {
		min-height: 150px;
	}
}


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

	.veranstaltung .absatzLead,
	.vinfo.vinfokindveranstaltungen {
		width: 100%;
	}
}



/**
 * §PERSONEN
 */
.personWrapper {
	padding-top: 2rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.personBox {
	flex: 0 0 calc(100% / 5);
	margin-bottom: 3rem;
}

.personName {
	font-size: 19px;
}


@media screen and (max-width: 1000px) {
	.personBox {
		flex: 1 0 calc(100% / 3);
	}
}

@media screen and (max-width: 700px) {
	.personBox {
		flex: 1 0 calc(100% / 2);
	}
}

@media screen and (max-width: 400px) {
	.personBox {
		flex: 1 0 100%;
	}
}

.personBox > div:not(.personBild) {
	text-align: center;
}

.personBild {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	overflow: hidden;
}

.personBild img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



/**
 * §PORTRAIT
 */
.portrait:not(h1) {
	overflow: auto;
}

@supports (display:flow-root) {
	.portrait:not(h1) {
		overflow: unset;
		display: flow-root;
	}
}

.portraitBild {
	position: relative;
	float: left;
	width: 25%;
	height: 400px;
}
.portraitBild .focusarea img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.portraitBeschreibung {
	margin-left: 29%;
}

@media screen and (max-width: 1000px) {
	.portraitBild {
		height: 300px;
	}
}
@media screen and (max-width: 800px) {
	.portraitBild {
		height: 150px;
	}
}
@media screen and (max-width: 600px) {
	.portraitBild {
		margin-top: 1em;
		height: 250px;
	}
}



/**
 * §GALERIE SEITE
 */
.tileGalerie {
	flex: 0 0 calc(100% / 5);
}

.tileGaleriePreview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(#5e6667, .2);
}

.tileGalerie .tileTitel {
	padding: .5em 1rem;
}

.tileGalerie .tileLead {
	font-size: 0.8rem;
}


@media screen and (max-width: 900px) {
	.tileGalerie {
		flex: 0 0 calc(100% / 4);
	}
}

@media screen and (max-width: 700px) {
	.tileGalerie {
		flex: 0 0 calc(100% / 3);
	}
}

@media screen and (max-width: 600px) {
	.titleSection .content h1 {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 500px) {
	.tileGalerie {
		flex: 0 0 calc(100% / 2);
	}
}



/**
 * §GALERIE PROFILSEITE
 */
.galerieWrapper /* tiles */ {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.albumBox /* tile */ {
	flex: 0 0 calc(100% / 4);
	position: relative;
	overflow: hidden;
	height: 198px;
	border: 1px solid hsl(0, 0%, 100%);
}

.albumBox a,
.albumBox img {
	display: block;
	color: hsla(0, 0%, 100%, .75);
}

.galerie .albumName /* tileTitel */ {
	margin: 0;
	padding: .5em 1rem;
	line-height: 1;
	background-color: rgba(94,102,103, .9);
	transition: background-color .2s;
}

.albuminfo /* tileLead */ {
	width: auto !important;
	height: auto !important;
	padding: 0 1rem 1rem;
	font-size: 0.8rem;
	opacity: 0;
	transition: opacity .2s;
}

.albumBox:hover .albuminfo {
	opacity: 1;
	background-color: rgba(94,102,103, .9);
}


/* Positioning ***********************/

.albumBox {
	position: relative;
}

.albumBild {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.galerie .albumName {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	z-index: 10;
}

.albuminfo {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}




/**
 * §ALBUM
 */
.album {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.albumDatum,
.albumbilderzahl {
	display: inline-block;
	margin-right: 1em;
	font-size: 0.8rem;
	color: hsl(0, 0%, 71%);
}

.album .bild.tile {
	flex: 0 0 calc(100% / 5);
}

.mehrbilder {
	display: none;
}

.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;
	line-height: 1.3rem;
	font-size: 0.8rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.album > .mobilescroll > .bilder > .bild:hover .overlayText {
	display: block;
}

.album > .fotografContainer > .fotografBezeichnung {
	display: inline-block;
}
.album > .fotografContainer > .fotografBezeichnung::after {
	content: ": ";
}

.album > .fotografContainer > .fotograf {
	display: inline-block;
}

@media screen and (max-width: 600px) {
	.album .bild.tile {
		flex: 0 0 calc(100% / 2);
	}
}



/**
 * §KALENDER
 */
.kalenderInhalt {
	max-width: 580px;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	background: #f7f7f7;
}

.kalenderDatum {
	font-size: 2em;
	text-align: center;
}

.kalenderKirchenkalender {
	margin-bottom: 15px;
	padding: 15px 0;
}

.kalenderLead {
	padding: 15px 0;
	font-size: 1.2em;
	color: #5e6667;
}

.kalenderAutor + .kalenderLead {
	margin-top: 30px;
}

.kalenderText {
	padding: 15px;
	margin-bottom: 2px;
	background: #dfe0e1;
}

.kalenderAutor {
	padding: 15px 0;
}

.kalenderVideolosung {
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
	height: 0;
}

.kalenderVideolosung iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (min-width: 1900px) {
	.kalenderInhalt {
		max-width: 800px;
	}
}



/**
 * §GRUPPEN
 */
.mailgruppen > .content {
	display: flex;
}

.mailgruppen .contentLeft {
	flex: 4;
}

.mailgruppen .contentRight {
	flex: 1;
	margin-left: 4rem;
	margin-top: 33px;
}

.mailgruppen .aehnlich {
	display: flex;
	background-color: #fff;
}

.mailgruppen .aehnlichboxen {
	display: block;
	flex: 4;
}

.mailgruppen .aehnlichboxen a {
	font-size: 1rem;
}

.mailgruppen .modSucheAusgabeAusfuehrlich {
	padding: 2px 0;
	border-bottom: 1px solid #cfd1d1;
}

.mailgruppen .modSucheAusgabeAusfuehrlich:nth-child(2) {
	border-top: 1px solid #cfd1d1;
}

.mailgruppen .modSucheAusgabeAusfuehrlichBild img {
	display: block;
}

.mailgruppen .aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
	flex: 0 0 20%;
	margin-right: 2rem;
	margin-top: 8px;
}

.mailgruppen .aehnlichboxen .modSucheAusgabeAusfuehrlichText {
	flex: 1;
}

.mailgruppen .msaTitel,
.mailgruppen .msaBeschreibung {
	display: block;
}

.mailgruppen .msaTitel {
	font-size: 24px;
	color: #5e6667;
}

.mailgruppen .msaTitel::after {
	content: '';
}

.mailgruppen .msaBeschreibung {
	font-size: 16px;
}

.mailgruppen #infoSpalte {
	flex: 1;
	margin-left: 4rem;
}

.mailgruppen .infobox {
	margin-bottom: 2rem;
}

.mailgruppen .infobox h2 {
	margin: 0 0 .2em 0;
	padding: .1em;
	font-size: 1.2rem;
	background-color: #dfe0e1;
}

.mailgruppen .infobox .infoboxLink:hover {
	background-color: #fff;
}


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

	.mailgruppen .aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
		flex: 0 0 50%;
	}

	.mailgruppen .contentRight {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.mailgruppen .aehnlichboxen a {
		display: block;
	}

	.mailgruppen .aehnlichboxen .modSucheAusgabeAusfuehrlichBild {
		margin-bottom: 0;
	}

	.mailgruppen .aehnlichboxen img {
		display: block;
	}

}



/**
 * §GRUPPENSEITE
 */
.gruppe .content {
	padding: 0;
}

.gruppe .gruppeBild{
	float: right;
	padding-left: 1rem;
	width: 33%;
}
.gruppe .gruppeAnmeldung .absatz{
	width: 67%;
	padding: 1rem;
	background: #edecec;
}
.gruppe .gruppeAnmeldung .absatz .titel {
	margin-bottom: 0;
}
.gruppe .gruppeAnmeldung .absatz .titel + .aktion {
	margin-top: .5rem;
}
.gruppe .gruppeAnmeldung .aktionEintragen,
.gruppe .gruppeAnmeldung .aktionAustragen {
	display: inline-block;
}
.gruppe .gruppeAnmeldung .aktion .button{
	display: inline-block;
	padding: 0.75rem 1.2rem;
	color: #fff;
	background-color: #5e6667;
}
.gruppe .gruppeAnmeldung .aktion > div > a.button:hover{
	background: #8e9495;
}
.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;
}


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

	.gruppe .gruppeBild {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.gruppe .gruppeAnmeldung .absatz {
		width: 100%;
	}

}



/**
 * §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 2px;
}
.infoboxMyNewsletter button.submit {
	width:100%;
}
.infoboxMyNewsletter .small {
	font-size: 0.8rem;
}
.infoboxMyNewsletter .error {
	color: #aa0000;
}
.infoboxMyNewsletter .infoboxHerkunft .aktionMyNewsletter {
	display: flex;
	flex-direction: column;
}
.infoboxMyNewsletter .infoboxHerkunft .submit {
	line-height: 1;
	margin: 2px 0;
}
.modSucheAusgabeAusfuehrlich.myNewsletter {
	display: none;
	background: none;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: none;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
	width: 100%;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter h2 {
	font-size: 1.4rem;
	padding-top: 0.3rem;
	padding-left: 0.75rem;
	color:  #bbb;
}

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

.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter button:hover {
	background: rgba(94,102,103, 0.7);
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter .aktionMyNewsletter {
	display: flex;
	color: #5e6667;
}

.myNewsletterContent {
	margin: 0 auto;
	padding: 20px 0;
}
.myNewsletterContent .boxHerkuenfte {
	display: flex;
	clear: both;
}

.myNewsletterContent .logout.submit {
	display: inline-block;
}

.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: 100%;
	float: left;
	margin: 4px -10px;
	padding: 10px 10px;
	border-radius: 3px;
	background: rgba(150,150,150, 0.1);
	transition: 0.2s;
	box-sizing: content-box;
}
.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: #5e6667;
	background: rgba(94,102,103, 0.1);
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #5e6667;
	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_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%;
	margin-bottom: -1px;
	bottom: 0;
	background: linear-gradient(transparent, #ffffff);
}
.tags .toggle.icon {
	display: none;
}

.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 #5e6667;
}
.tag.color.active {
	border: 1px solid #5e6667;
	background: #5e6667;
}
.tag.color.active:hover {
	border: 1px solid rgba(94,102,103, 0.7);
	background: rgba(94,102,103, 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: #5e6667;
	cursor: pointer;
}

.myNewsletterContent button.submit:hover,
.infoboxMyNewsletter button.submit:hover {
	background: rgba(94,102,103, 0.8);
}

.myNewsletterContent button.submit.active,
.infoboxMyNewsletter button.submit.active {
	background: rgba(94,102,103, 0.8);
}

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

@media screen and (max-width: 1000px) {
	.myNewsletter .profiles .profile {
		flex-basis: calc(33.332% - 1rem);
	}
	.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;
		box-sizing: content-box;
	}
	.toggle.icon:hover {
		transition: 0.3s;
		box-shadow: 0 0 10px rgba(94,102,103, 0.7);
	}
}
@media screen and (max-width: 900px) {
	.myNewsletterContent .boxHerkuenfte {
		display: flex;
	}
	.myNewsletterContent .logout.submit {
		display: inline-block;
		font-size: 1rem;
	}
	.infoboxMyNewsletter button.submit {
		width: auto;
	}
	.modSucheAusgabeAusfuehrlich.myNewsletter {
		display: block;
	}
	.small.error {
		background: white;
		padding: 0.75rem;
		border-radius: 3px;
	}
}
@media screen and (max-width: 800px) {
	.myNewsletterContent {
		margin: 0 10px;
	}
	.myNewsletter .profiles .profile {
		flex-basis: calc(50% - 1rem);
	}
}

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

}
@media screen and (max-width: 500px) {
	.myNewsletter .profiles .profile {
		flex-basis: calc(100%);
	}
	.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:not(.active) .type {
		display: none;
	}
	.myNewsletter .loginPassword input {
		width: 100%;
	}
	.myNewsletter .loginPassword button.submit {
		width: 100%;
		margin: 10px 0;
		height: 2.5rem;
	}
}



/**
 * §RECHTSTEXTE
 */
.sectionRechtstexte {
	padding: 4rem 0;
}

.sectionRechtstexte .content {
	display: flex;
	flex-direction: row-reverse;
}


/* Inhalt */
.sectionRechtstexte .rechtstexte {
	flex: 4;
}

.sectionRechtstexte .rechtstexte h1 {
	margin-top: 0;
}

.sectionRechtstexte ul {
	padding: 0;
	list-style-type: none;
}

.sectionRechtstexte ul a {
	color: hsla(0, 0%, 4%, .75);
}

.sectionRechtstexte ul a:hover,
.sectionRechtstexte ul a:hover .bez {
	color: #000;
}

div.rechtstexte ul li.speztit1,
div.rechtstexte ul li.speztit2,
div.rechtstexte ul li.speztit3 {
	font-weight: bold;
}

div.rechtstexte ul li.speztit1 {
	margin: 4em 0 2em 0;
	background-color: #dfe0e1;
}

div.rechtstexte ul li.speztit2 {
	margin: 2em 0 1em 0;
}

div.rechtstexte ul li.speztit3 {
	margin: 2em 0 0 0;
	color: hsl(0, 0%, 48%);
}

.rechtstexte .bez {
	display: inline-block;
	width: 65px;
	font-size: 0.8rem;
	color: hsl(0, 0%, 48%);
}

div.rechtstexte ul li.speztit1 .bez {
	padding-left: 5px;
}


/* Seitenleiste */
.infoRechtstexte {
	flex: 1;
	margin-left: 4rem;
	margin-top: 105px;
}

.sectionRechtstexte .infobox {
	margin-bottom: 2rem;
}

.sectionRechtstexte .infobox h2 {
	margin: 0 0 .2em 0;
	padding: .1em;
	font-size: 1.2rem;
	background-color: #dfe0e1;
}

div.infoRechtstexte div.infobox div.aktiv a {
	padding-left: 22px;
	background: transparent url(/_kirchenweb/images/checkboxEin.png) no-repeat scroll 3px 3px;
}

div.infoRechtstexte div.infobox div.inaktiv a {
	padding-left: 22px;
	background: transparent url(/_kirchenweb/images/checkboxAus.png) no-repeat scroll 3px 3px;
}

.sectionRechtstexte form {
	margin-top: 0.5rem;
	margin-bottom: 0.3rem;
}

.sectionRechtstexte #sucheThema,
.sectionRechtstexte #sucheDokument {
	width: calc(100% - 22px);
}

.sectionRechtstexte #sucheThema input#sucheThemaText,
.sectionRechtstexte #sucheDokument input#sucheDokumentText {
	width: calc(100% - 22px);
}

.sectionRechtstexte .infobox:not(:last-child) .infoboxLink {
	font-size: 0.8rem;
	line-height: 1;
	color: hsl(0, 0%, 71%);
}

@media screen and (max-width: 1000px) {
	.sectionRechtstexte {
		padding: 2rem 0;
	}

	.sectionRechtstexte .content {
		flex-direction: column-reverse;
	}

	.infoRechtstexte {
		margin-left: 0;
		margin-top: 4rem;
	}

	div.rechtstexte ul li.speztit1:first-child {
		margin-top: 2em;
	}
}



/**
 * §LISTE
 */
.modSucheTdLine {
	padding: .25rem;
	border-top: 1px solid hsl(0, 0%, 86%);
}
.modSucheAusgabeKompakt {
	padding: 2px;
	border-top: 1px solid hsl(0, 0%, 86%);
}
.modSucheAusgabeKompaktHover {
	padding: 2px;
	border-top: 1px solid hsl(0, 0%, 86%);
	background-color: #eff0f0;
}
.modSucheAusgabeKompaktDatum {
	 float: right;
 }

/*kompakt*/
.modSucheAusgabeHandlichV {
	display: inline-block;
	margin-right: 1em;
}

/*agenda*/
.modSucheTable {
	width: 100%;
}
.modSucheTable td {
	vertical-align: top;
}
.modSucheTable .modSucheTdLine {
	padding: 2px;
	border-top: 1px solid hsl(0, 0%, 86%);
}
.modSucheTable tr:last-child td.modSucheTdLine {
	border-bottom: 1px solid hsl(0, 0%, 86%);
}
.modSucheTable tr:hover {
	background-color: #f7f7f7;
}
.modSucheTableAgenda .modSucheTdLine:nth-child(1) {
	width: 40px;
}
.modSucheTableAgenda .modSucheTdLine:nth-child(2) {
	width: 130px;
}
.modSucheTableAgenda .modSucheTdLine:nth-child(3) {
	width: 100px;
}

@media screen and (max-width: 600px) {
	.modSucheTable .modSucheTdLine:nth-child(1) {
		width: auto;
	}
	.modSucheTable .modSucheTdLine:nth-child(2) {
		width: auto;
	}
	.modSucheTable .modSucheTdLine:nth-child(3) {
		width: auto;
	}
	.modSucheTable td a.agendaDatum span.agendaDatumJahr{
		display: none;
	}
}


/*termine*/
.modSucheAusgabeMehrzeiligLS {
	width: 25%;
	padding-right: 1em;
	vertical-align: top;
}
.modSucheAusgabeMehrzeiligRS {
	padding-left: 1em;
	border-left: 1px solid hsl(0, 0%, 86%);
	font-size: 0.8rem;
}

.modSucheAusgabeMehrzeiligRS .termineTitel {
	font-size: 1.2rem;
}

/*ausführlich*/
.liste .modSucheAusgabeAusfuehrlichBild {
	margin-right: 1rem;
}



/**
 * §LOGIN SEITE
 */
input.text {
	margin-bottom: 1rem;
}
input.submit {
	margin: 2rem 0;
}
.loginRow > span {
	display: inline-block;
	float: none !important;
}



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


/* 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: hsla(0, 0%, 4%, .75);
}

/**
 * §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: 200px;
	left: 19px;
	top: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #959595;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);;
	overflow: visible;
	z-index: 1000001;
}
#kwTooltip .kwTooltipInhalt .laden {
	width: 16px;
	height: 16px;
	background: transparent url(/_kirchenweb/images/iconLaden.gif) no-repeat scroll 0 0;
}


/* links von element */
#kwTooltip.left .kwTooltipPfeil{
	position: absolute;
	left: -50px;
	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;
}



/**
 * §FANCYBOX
 */

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

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


/* Custom styles for Quarz design */
.fancybox-wrap * {
	box-sizing: content-box;
}

.fancybox-inner h1 {
	margin: 0;
	font-size: 1.5rem;
}

.fancybox-inner input[type=submit] {
	font-size: 0.8rem;
}



/**
 * §ERWEITERUNGEN
 */
.contentErweiterung {
	margin-top: 3rem;
	margin-bottom: 3rem;
}


/**
 * $ERWEITERUNG §FORMULAR
 */
.formularTitel {
	margin-top: 0;
	font-size: 1.5rem;
}



/**
 * §ERWEITERUNG §DISKUSSION
 */
.diskussionTitel {
	font-size: 1.5rem;
	color: hsla(0, 0%, 4%, .75);
}
.diskussion .diskussionEintrag{
	padding: 1rem;
	position: relative;
	margin-top: 1.5rem;
	box-sizing: border-box;
	background-color: rgba(94,102,103,0.2);
}
.diskussion .diskussionEintrag:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 1rem 1rem 1rem;
	border-color: rgba(94,102,103,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: 1rem;
	font-family: inherit;
}
.diskussion .diskussionEintrag.eingabe > div > textarea{
	display: block;
	width: 100%;
	resize: vertical;
	box-sizing: border-box;
	border: 1px solid hsl(0, 0%, 71%)}
.diskussion .diskussionEintrag.eingabe > div > #diskussionAutor{
	width: 50%;
	margin-right: 1rem;
}

.diskussion .diskussionEintrag .diskussionAutor{
	padding: 0 0 0.5rem 0;
	color: hsla(0, 0%, 4%, .6);
	font-size: 1rem;
	text-align: right;
}
.diskussion .diskussionEintrag .diskussionAutor span{
	float: left;
	padding: 0 1rem 0 0;
	color: #5e6667;
	font-size: 1.2rem;
	text-align: left;
}
.diskussion .diskussionEintrag .diskussionAutor a{
	float: left;
}
.diskussion .diskussionEintrag .diskussionText{

}

@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;
	}
}



/**
 * §EINFÜGEBEFEHL §RAUMBELEGUNG
 */
.ausgabeRaumbelegungContainer {
	overflow-x: auto;
}
table.ausgabeRaumbelegung{
	border-collapse: collapse;
	border-spacing: 0;
}
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{
	padding: 3px;
	font-size: 13px;
	text-align: right;
	background-color: #e4e4e4;
	cursor: default;
}
table.ausgabeRaumbelegung td{
	cursor: pointer;
	border: 1px solid #fff;
}
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 §TABELLE
 */
td.st-markup {
	vertical-align: top;
}


/**
 * §EINFÜGEBEFEHL §RECHTSTEXTE
 */
.einfuegebefehlRechtstexte {
	max-width: 700px;
	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;
}



/**
 * §MAILFORM
 */
.infoseiteA {
	padding-top: 2rem;
}

.infoseiteA .infoseiteBilder {
	float: right;
	width: 50%;
}

.infoseiteA form img {
	width: 200px;
}

.infoseiteFusszeile {
	padding-bottom: 2rem;
}

#erweiterungElementschutzMsg img {
	width: auto;
}

/**
 * §REGISTRIEREN (additional to default styles) (09.01.2019 am)
 */
#registerForm, #registerForm * {
	box-sizing: content-box;
}


/* CSS DOMAINSPEZIFISCH */


/* Navigation */
.fullWidthNavigationBar div.navE.navE0.language {
	float: right;
}
#navc .language a {
	padding: 6px;
}

.fullWidthNavigationBar .boxE2,
.fullWidthNavigationBar .boxE3 {
	background-color: rgba(255, 255, 255, 0.1);
}
.fullWidthNavigationBar .navE2,
.fullWidthNavigationBar .navE3 {
	padding: 0;
}
.fullWidthNavigationBar .navE .navE.navSub > a::after,
.fullWidthNavigationBar .navE .navE.navSub > span::after {
	content: " ...";
}




/* seuzach (?) navigation */
.seuzach-navigation {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 80%;
	max-width: 400px;
	background-color: #5e6667;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


@media screen and (max-width: 700px) {
	.seuzach-navigation {
		max-width: unset;
		width: 100%;
	}

	header {
		margin-top: 60px;
	}
}

.fullWidthNavigationBar.ttt {
	padding-left: 6rem;
	padding-right: 6rem;
}

@media screen and (max-width: 600px) {
	.fullWidthNavigationBar.ttt {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.sliderVeranstaltung {
	padding-left: 1rem;
}
