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

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

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

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

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

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

.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter button:hover {
	background: rgba(173,0,2, 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: #AD0002;
	background: rgba(173,0,2, 0.1);
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #AD0002;
	border-radius: 100px;
	cursor: pointer;
}
.myNewsletter .profiles {
	position: relative;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 50px;
	margin: 10px 0;
}
.myNewsletter .profiles .profile {
	position: relative;
	flex-basis: calc(25% - 1rem);
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 2px;
	z-index: 2;
	transition: 0.3s;
}
.myNewsletter .profiles .profile.edit {
	flex-basis: 100%;
	transition: 0.3s;
}
.myNewsletter .profiles .profile.edit form {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}
.myNewsletter .profiles .profile.edit form .group {
	margin-right: 15px;
}
.myNewsletter .profiles .profile.edit form .group input {
	border: 1px solid rgb(197, 217, 225);
}
.boxHerkuenfte {
	display: flex;
	padding: 0.5rem 0;
	user-select: none;
}
.myn-MyNewsletter_Show {
	padding: 0.75rem;
}
.myn-MyNewsletter_Show a {
	display: block;
	margin-top: 1rem;
}
.myn-MyNewsletter_Logout {
	word-break: break-word;
}
.myn-MyNewsletter_Logout button.logout.submit {
	margin-top: 7px;
}
.myNewsletter .profiles .profile:hover {
	z-index: 1;
	background: #DDDDDD;
}
.myNewsletter .profiles .profile.active {
	box-shadow: 0 0 10px grey;
	cursor: default;
}
.myNewsletter .profiles .profile.active:hover{
	background: none;
}

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

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

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

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

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

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

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

.tag.color:hover {
	border: 1px solid #AD0002;
}
.tag.color.active {
	border: 1px solid #AD0002;
	background: #AD0002;
}
.tag.color.active:hover {
	border: 1px solid rgba(#AD0002);
	background: rgba(173,0,2, 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: #AD0002;
	cursor: pointer;
}

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

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

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

@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(173,0,2, 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: #AD0002;
	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 6 Safir */

html{
height: 100%;
font-size: 18px;
}
body{
margin: 0;
width: 100%;
overflow-x: hidden;
font-family: "Lato", sans-serif;
}
h1{
font-style: italic;
font-weight: normal;
font-size: 1.7em;
color: #AD0002;
text-align: center;
margin-bottom: 60px;
}
h2{
font-size: 1.3em;
color: #AD0002;
}
a {
text-decoration: none;
color: #AD0002;
transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
outline: none;
}
a:hover{
text-decoration: underline;
}
a.btn, a.btn:hover{
display: inline-block;
background: #AD0002;
color: #fff;
padding: 7px 15px;
margin: 10px 0;
}
a.btn:hover{
background: #006698;
text-decoration: none;
}
b{
font-weight: bold;
}
hr, hr.st-markup{
border: 0;
height: 1px;
color: #ccc;
background-color: #ccc;
}
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;
}



/* toplinie */

.topline{
position: fixed;
top: 0;
left: 0;
right: 0;
background: #AD0002;
color: #fff;
z-index: 7000;
height: 60px;
cursor: pointer;
}
.topline.shadowin{
-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);
}
.topline .toplineCell{
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width: 1100px;
height: 100%;
margin: 0 auto;
}



/* topline logo */

.topline .toplineLogo{
flex: 0 1 auto;
-webkit-flex: 0 1 auto;
align-self: center;
}
.topline .toplineLogo a{
font-size: 0;
}
.topline #toplineLogoImg{
max-width: 200px;
width: 100%;
min-width: 115px;
height: auto;
}



/* topline sucheIconMobile */

.toplineSucheMobileIcon{
display: none;
flex: 1 0 auto;
-webkit-flex: 1 0 auto;
align-self: center;
text-align: right;
}
.toplineSucheMobileIcon i{
padding: 12px;
font-size: 1.3em;
cursor: pointer;
}
.toplineSucheMobileIcon svg {
stroke: #fff;
width:25px;
height:25px;
padding-top: 4px;
}




/* topline suche */
.topline .toplineSuche{
flex: 1 0 250px;
-webkit-flex: 1 0 250px;
align-self: center;
/* flexcontainer */
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
}
.topline .toplineSuche .toplineSucheCell{
flex: 0 0 255px;
-webkit-flex: 0 0 255px;
align-self: center;
height: 36px;
}
.topline .toplineSuche .toplineSucheCell #toplineSucheForm{
width: 245px;
height: 36px;
background: #fff;
}
.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
float: left;
width: 200px;
border: 0 none;
margin: 0;
padding: 9px 0 8px 10px;
outline: none;
background: none;
line-height: 140%;
}
/* 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{
display: none;
}
#toplineSucheIcon{
float: right;
padding: 7px 5px 5px 0;
background: none;
color: #AD0002;
cursor: pointer;
width:23px;
height:23px;
}
.toplineSuche svg {
stroke: #AD0002;
width:100%;
height:100%;
}
#toplineSucheListe{
display: none;
position: absolute;
width: 245px;
margin: 37px 0 0 0;
padding: 0;
list-style: none;
text-align: left;
}
#toplineSucheListe li a:focus{
outline: 0;
}
#toplineSucheListe li{
display: block;
padding: 6px 10px;
line-height: 1.4;
color: #444;
font-size: 1.5em;
font-size: 13px;
background: #f4f4f4;
}
#toplineSucheListe li.aktiv {
background: #ffdfdf ;
}
@media screen and (max-width: 650px){
	.topline .toplineSuche{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding: 10px;
	background: #AD0002;
	z-index: 1;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheForm{
	width: 100%;
	height: 40px;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 90%;
	padding: 5px 0 5px 10px;
	font-size: 1.2em;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheIcon{
	padding: 8px 9px 8px 0;
	font-size: 1.3em;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheListe{
	margin: 42px 0 0 0;
	width: 90%;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheListe li{
	padding: 6px 7px 6px 10px;
	font-size: 1.2em;
	}
}
@media screen and (max-width: 480px){
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 84%;
	}
}
@media screen and (max-width: 320px){
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 75%;
	}
}



/* losungen */

.losungen #losung > .losung_at, .losungen #losung > .losung_nt{
margin-bottom: 45px;
padding: 0 15px;
}
.losungen #losung > div:last-child{
margin-bottom: 0;
}
.losungen #losung > .losung_at > a, .losungen #losung > .losung_nt > a{
text-decoration: none;
outline: none;
color: #444444;
}
.losungen #losung > .losung_at > a > .losungText, .losungen #losung > .losung_nt > a > .losungText{
color: #444444;
font-size: 1.3em;
display: block;
clear: both;
}
.losungen #losung > .losung_at > a > .losungStelle, .losungen #losung > .losung_nt > a > .losungStelle{
color: #AD0002;
font-size: 0.9em;
}
@media(max-width:700px){
	.losungen #losung > .losung_at > a > .losungText, .losungen #losung > .losung_nt > a > .losungText{
	font-size: 1em;
	}
}



/* topline menu */

.topline .toplineMenu{
flex: 0 1 auto;
align-self: center;
padding: 0 0 0 10px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
/* flexcontainer */
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
}
.topline .toplineMenu span{
flex: 0 1 auto;
align-self: center;
font-size: 1.3em;
}

/* topline mediaquery */
@media screen and (max-width: 1136px){
	.topline .toplineLogo{
	padding-left: 10px;
	}
	.topline .toplineMenu{
	padding-right: 10px;
	}
}



/* headline */

.headline{
display: block;
position: relative;
clear: both;
background: #ffdfdf;
height: 420px;
margin-top: 60px;
overflow: hidden;
}
.headline .weiterNav{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 1148px;
}
.bottomWeiterNav .content{
max-width: 1130px;
}
.bottomWeiterNav .content .weiterNav svg{
padding: 0 0 0 15px;
}
.headline .weiterNav > * {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.headline .weiterNav a {
display:block;
}
.headline .weiterNav > .left {
float:left;
}
.headline .weiterNav .left a{
padding: 15px 27px 15px 23px;
}
.headline .weiterNav > .right {
float:right;
}
.headline .weiterNav .right a{
padding: 15px 23px 15px 27px;
}
.headline .weiterNav svg{
vertical-align:middle;
fill:#AD0002;
stroke:#AD0002;
width: 20px;
height: 40px;
}
.headline .weiterNav .left svg{
transform:rotate(180deg);
}
.headline .weiterNav > *:hover svg {
fill:#fff;
stroke:#fff;
}
.headline .weiterNav > *:hover{
background: #AD0002;
}

/* WEITER NAV IM CONTENT */

.content .weiterNav .left{
float:left;
}
.content .weiterNav .right{
float:right;
}
.content .weiterNav > * {
border-radius:5px;
}
.content .weiterNav a {
text-decoration:none;
display:block;
padding: 15px;
}
.content .weiterNav svg{
vertical-align:middle;
fill:#AD0002;
stroke:#AD0002;
width: 20px;
height: 40px;
padding: 0px 15px;
}
.content .weiterNav .left svg{
transform:rotate(180deg);
}
.content .weiterNav > *:hover svg {
fill:#fff;
stroke:#fff;
}
.content .weiterNav > *:hover a{
color: #fff;
}
.content .weiterNav > *:hover {
background-color: #AD0002;
}

/* WEITER NAV ENDE */

@media screen and (max-width:400px){
	.headline{
	height: 220px;
	}
}

.contentline{
display: block;
clear: both;
min-height: 200px;
}

.default{
background: #fff;
color: #444;
}
.default h1{
color: #AD0002;
}
.lightblue{
background: #ffdfdf;
color: #444;
}
.lightblue h1{
color: #AD0002;
}
.blue{
background: #AD0002;
color: #fff;
}
.blue h1{
color: #fff;
}
.grey{
background: #eee;
color: #444;
}
.grey h1{
color: #AD0002;
}
.contentline.autor{
min-height: 0;
border-top: 1px solid rgba(0,123,183,0.2);
}



/* content */

.content{
line-height: 1.5rem;
}
.content:after{
content: " ";
display: block;
clear: both;
}
.content > .infoseiteBeschreibung{
width: 100%;
margin: 0 auto;
font-size: 1.1rem;
}
.content > .absaetze{
display: table;
width: 100%;
table-layout: fixed;
direction: rtl;
}
.content > .absaetze.noRTL{
direction: ltr;
}
.content > .absaetze > .absatz{
display: table-cell;
padding: 30px 0 30px 30px;
direction: ltr;
vertical-align: top;
}
.content > .absaetze.noRTL > .absatz{
padding: 30px 30px 30px 0;
}
.content > .absaetze > .absatz:last-child{
padding: 30px 30px 30px 0;
}
.content > .absaetze.noRTL > .absatz:last-child{
padding: 30px 0 30px 30px;
}
.content > .absaetze > .absatz > .titel, .content > .absaetze > .absatz > .text > .titel{
font-style: italic;
font-weight: normal;
font-size: 1.7em;
color: #AD0002;
text-align: left;
margin-bottom: 30px;
}
.contentline > div,
.footline > div,
.container-shariff {
max-width: 1100px;
padding: 40px 30px;
margin: 0 auto;
}
.content > .absaetzeFloat{
display: block;
}
.content > .absaetzeFloat > .absatzFloat{
display: block;
float: left;
width: 50%;
padding: 30px 0 30px 30px;
box-sizing: border-box;
}
.content > .absaetzeFloat > .absatzFloat:nth-child(even){
padding: 30px 0 30px 30px;
}
.content > .absaetzeFloat > .absatzFloat:nth-child(odd){
padding: 30px 30px 30px 0;
}

@media screen and (max-width: 1000px){
	.content > .absaetze{
	display: block;
	}
	.content > .absaetze > .absatz, .content > .absaetze.noRTL > .absatz{
	display: block;
	width: 100%;
	min-width: inherit;
	padding: 30px 0;
	/*max-width: 594px;*/
	margin: 0 auto;
	}
	.content > .absaetze > .absatz:last-child, .content > .absaetze.noRTL > .absatz:last-child{
	padding: 30px 0;
	}
	.content > .absaetzeFloat > .absatzFloat{
	display: block;
	float: none;
	clear:both;
	width: 100%;
	max-width: 594px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
	}
	.content > .absaetzeFloat > .absatzFloat:nth-child(even){
	padding: 30px 0;
	}
	.content > .absaetzeFloat > .absatzFloat:nth-child(odd){
	padding: 30px 0;
	}
}

@media screen and (max-width: 600px){
	html{
	font-size: 16px;
	}
	.content > .absaetze > .absatz > .titel, .content > .absaetze > .absatz > .text > .titel{
	font-size: 1.5rem;
	}
	.content > .absaetze > .absatz.agenda{
	font-size: 1rem;
	}
}


.contentline.autor .content{
padding: 25px 50px;
text-align:center;
}

.footline{
display:block;
position: relative;
clear:both;
background: #AD0002;
color: #fff;
min-height: 200px;
}

#slideshow{
position:absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: #eee;
background-size: cover;
background-position: 50% 50%;
max-width: 1920px;
margin:0 auto;
overflow:hidden;
}

@media screen and (max-width: 700px){
	.contentline > div {
	padding: 1rem 0.5rem;
	}
	h1{
	margin-bottom: 40px;
	}
	.infoseiteTitel h1{
	margin-bottom: 40px;
	margin-top: 40px;
	}
}



/* navigation */

.kwmenu{
display: inline-block;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
width: 25px;
height: 25px;
background-size: contain;
background-repeat:no-repeat;
background-position: left;
float:left;
margin-right: 8px;
}
.kwmenu.closed{
background-image: url(bilder/kwMenuClosed.svg);
}
.kwmenu.opened{
background-image: url(bilder/kwMenuOpened.svg);
}
.navline{
position:fixed;
top: 60px;
left: 0;
right: 0;
display:none;
z-index:2;
height: calc(100% - 60px);
}
.nav{
width: 100%;
position:relative;
background: #AD0002;
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: 1100px;
margin: 0 auto;
padding: 50px 0;
display:table;
table-layout:fixed;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
#navc * {
border-radius:5px;
}
#navc a,
#navc a:hover{
text-decoration:none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
}
#navc .navgroup{
display:table-row;
}
#navc .navclear{
display:none;
}

#navc .navE{
display:block;
padding: 10px;
color: #fff;
text-decoration:none;
outline:none;
font-size: 0.9em;
}
#navc .navE.aktiv{
background:#ffdfdf;
color: #AD0002;
}
#navc .navSub{
padding: 10px 40px 10px 10px;
}
#navc .navE:hover{
background: #fff;
color: #AD0002;
}
#navc span.navE0:hover{
background-color: #AD0002;
color: #fff;
}
#navc .navE0{
font-size: 1.2em;
font-weight:600;
margin-bottom: 10px;
}
#navc .navE0 .subnavIndikator{
display:none;
}
#navc .conE{
margin-bottom:1em;
}
#navc .conE{
display:none;
}
#navc .conE0{
display:table-cell;
}
#navc .conE1{
display:block;
margin:0 1px;
}
#navc .navPC.aktiv > .conE{
display:block;
}
#navc .navPC.aktiv {
background-color:rgba(255,255,255,0.1);
}
#navc .conE0 > .navPC > .navE{
padding-right: 10px;
}
#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;
}
@media screen and (max-width: 800px){
	#navc{
	display:block;
	}
	#navc .navgroup{
	display:block;
	clear:left;
	width: 100%;
	margin-bottom: 40px;
	}
	#navc .navclear{
	width: 100%;
	height: 1px;
	display:block;
	clear:both;
	}
	#navc .conE0{
	display:block;
	padding: 0;
	float:left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
}
@media screen and (max-width: 400px){
	#navc{
	padding: 10px 0;
	}
	#navc .conE0{
	float:none;
	max-width: none;
	width: auto !important;
	display:block;
	clear:both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	}
	#navc .navE{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#navc .navgroup{
	margin-bottom: 0;
	height: auto !important;
	}
	#navc .conE0{
	margin-top: 0;
	}
	#navc .conE1{
	display:none;
	margin-bottom: 40px;
	}
	#navc .conE0 > .navPC > svg.kwpfeil{
	display:initial;
	}
	#navc .conE0 > .navPC > .navE{
	padding-right: 40px;
	}
}


/* FOOTER */
.spaltview{
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
}


@media screen and (max-width: 650px){
	.topline .toplineSucheMobileIcon{
	display: inline-block;
	}
	.topline .toplineSuche{
	display: none;
	}
	.topline .menutext{
	display: none;
	}
	.topline .kwmenu{
	margin-right: 0;
	}
	.topline .conE0{
	max-width: 45%;
	}
}


/* ===== FRONT-BERICHTE =====  */

.content .front:after{
content: "";
clear:both;
display:block;
}

#eintragenForm input, #austragenForm input{
padding: 0.5rem;
font-size: 1.2rem;
border: 1px solid #555;
}
#eintragenForm input[type="button"], #austragenForm input[type="button"]{
display: inline-block;
margin-top: 0.5rem;
padding: 0.75rem 1.5rem;
transition: background-color 0.5s ease-out;
}
#eintragenForm input[type="button"]:hover:enabled, #austragenForm input[type="button"]:hover:enabled{
color: #fff;
background-color: #AD0002;
}

.content .frontsichtbar, .content .front.gruppen {
clear: both;
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
flex-direction:row;
flex-wrap:wrap;
align-items:stretch;
align-content:center;

display: -webkit-flex;
-webkit-flex-direction:row;
-webkit-flex-wrap:wrap;
-webkit-align-items:stretch;
-webkit-align-content:center;
}

.content .front.gruppen > .berichtfrontTitel{
display:block;
clear:both;
width: 100%;
}

.content .frontunsichtbar {
clear: both;
display: none;
}

.content .front .berichtfrontBox,
.content .front .veranstaltungfrontBox {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 15px 0 15px;
color: #444;
cursor: pointer;
position: relative;
flex:0 1 25%;
-webkit-flex:0 1 25%;
order: 6;
}
.content .front .veranstaltungfrontBox{
padding-bottom: 25px;
}
.content .front .veranstaltungfrontBox .veranstaltungliste{
display:block;
width:100%;
height:100%;
background: #ffdfdf;
min-height:100%;
}
.veranstaltungfrontBox .infobox{
background: #AD0002;
padding: 15px;
color: #fff;
}
.veranstaltungfrontBox h2{
padding: 0;
}
.veranstaltungfrontBox h2.veranstaltungen > a{
color: #fff;
font-size: 1.1em;
text-decoration:none;
}
.veranstaltungfrontBox table.infoboxVeranstaltung{
width: 100%;
}
.veranstaltungfrontBox table.infoboxVeranstaltung .infoboxDatum{
padding-right: 5px;
font-size: 0.8rem;
}
.infoboxVeranstaltung a{
color: #ffdfdf;
overflow-x: hidden;
max-width: 160px;
display: block;
font-size: 0.9em;
}
.infoboxVeranstaltungenAlle a{
max-width: 400px;
}
.infoboxVeranstaltung div.infoboxVeranstaltungTitel{
color: #fff;
text-decoration:none;
margin-top: 12px;
padding-top: 12px;
font-size: 0.9em;
border-top: 1px solid rgba(255,255,255,0.2);
}
.infoboxVeranstaltung div.infoboxVeranstaltungenAlle{
color: #fff;
text-decoration:none;
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid rgba(255,255,255,0.2);
}

.content .front .berpos1{
order: 1;
}
.content .front .berpos2{
order: 2;
}
.content .front .berpos3{
order: 3;
}
.content .front .berpos4{
order: 5;
}

.content .front .veranstaltungfrontBox{
	order: 4;
}

.content .front .berichtfrontBox:hover {
background: rgba(173,0,2,0.1);
}

.content .berichtfrontBox img {
width: 100%;
height: auto;
}

.content .berichtfrontBox svg {
width: 100%;
height: auto;
}
.content .berichtfrontBox svg text{
font-size: 6em !important;
line-height: 17px;
}

.content .frontmehrPfeil {
clear: both;
text-align: center;
cursor: pointer;
margin-top: 20px;
}
.content .frontmehrPfeil .kwpfeil{
stroke:rgba(173,0,2,1);
fill:rgba(173,0,2,1);
height:30px;
transform: rotate(90deg);
}
.content .frontmehrPfeil.active .kwpfeil{
transform: rotate(-90deg);
}

@media screen and (min-width: 600px) and (max-width: 900px){
	.content .front .berichtfrontBox, .content .front .veranstaltungfrontBox{
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	}
	.spaltview{
	max-width: 50%;
	}
	.spaltview.odd{
	clear: left;
	}
	.content .front .berpos1{
	order: 1;
	}
	.content .front .berpos2{
	order: 3;
	}
	.content .front .berpos3{
	order: 4;
	}
	.content .front .berpos4{
	order: 5;
	}
	.content .front .veranstaltungfrontBox{
	order: 2;
	}
}

@media screen and (max-width: 600px){
	.content .front .berichtfrontBox, .content .front .veranstaltungfrontBox {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	}
	.spaltview{
	width: 100%;
	max-width: none;
	}
	.content .front .berpos1{
	order: 1;
	}
	.content .front .berpos2{
	order: 3;
	}
	.content .front .berpos3{
	order: 4;
	}
	.content .front .berpos4{
	order: 5;
	}
	.content .front .veranstaltungfrontBox{
	order: 2;
	}
}

.content .front .berichtfrontBox .berichtfrontTitel{
font-size: 1.2em;
hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
}

.content .front .berichtfrontBox .berichtfrontTitel a{
text-decoration: none;
color: #AD0002;
outline: none;
display: block;
padding: 22px 0 12px 0;
}

.content .front .berichtfrontBox .berichtfrontText a {
text-decoration: none;
color: #444;
outline: none;
display: block;
padding-bottom: 25px;
}

.berichtfrontWeiterlink {
text-decoration: none;
color: #AD0002;
}

/* FOCUSAREA */
.focusarea {
position: relative;
overflow: hidden;
height: 100%;
width: 100%;
}
.focusarea img {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
}
.absatzBild{
padding: 0;
height: 250px;
}
div.bildcontainer{
margin: 0 auto;
height: 100%;
text-align: center;
}
/* 18.08.2017 dj/bs
div.bildcontainer img{
max-height: 100%;
max-width: 100%;
}
*/
.contentline.parallax{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 1024px){
	.contentline.parallax{
	background-attachment: scroll;
	}
}
/* ÄHNLICH SECTION */
section.aehnlich .modSucheNavigation{
display: none;
}
section.aehnlich .aehnlichboxen{
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
display: block;
margin: 0 0 1rem 0;
padding: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-item-align: auto;
align-self: auto;
width: 32%;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich:hover{
background: rgba(173,0,2,0.1);
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild{
display: block;
padding: 0;
width: 100%;
height: auto;
text-align: center;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img, section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
width: 100%;
height: auto;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg text{
font-size: 3rem !important;
line-height: 17px;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichText{
display: block;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
.modSucheAusgabeAusfuehrlichText .msaTitel{
color: #444;
line-height: 1.1;
}

@media screen and (max-width: 640px){
	section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich{
	width: 100%;
	}
}



/* ========== FANCYBOX & ALBUM & DOCS ========== */

/* tooltip (rechts von element) */
#kwTooltip{
position: absolute;
margin: -15px 0 0 0;
text-align: left;
opacity: 1;
z-index: 1000000;
}
#kwTooltip div{
position: relative;
}
#kwTooltip hr{
height: 1px;
color: #eee;
border: 0;
background-color: #999;
}
#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;
line-height: 1.3;
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: 14px;
font-family: Arial, sans-serif;
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-size: 16px;
font-weight: normal;
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;
}


/* album */
.album > .albumName{
padding: 0 15px;
color: #AD0002;
font-style: italic;
font-weight: normal;
font-size: 1.7em;
color: #AD0002;
text-align: center;
margin-bottom: 60px;
}
.album > .albumDatum{
padding: 0 15px;
font-size: 0.9em;
display:inline-block;
}
.album > .albumBeschreibungText{
padding: 0 30px 30px 30px;
font-size: 1.0em;
width: 100%;
max-width: 594px;
margin: 0 auto;
text-align: center;
}
.album > .albumbilderzahl{
padding: 0 15px;
font-size: 0.9em;
display:inline-block;
}
.album > .fotografContainer{
padding: 0 15px;
}
.album > .fotografContainer > .fotografBezeichnung{
display:inline-block;
margin-right: 15px;
}
.album > .fotografContainer > .fotografBezeichnung:after{
content: ":";
}
.album > .fotografContainer > .fotograf{
display:inline;
}

.album > .mobilescroll{
width: 100%;
}
.album > .mobilescroll > .bilder > .bild,
.album > .mobilescroll > .bilder > .mehrbilder {
	display: inline-block;
	width: 24.4%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-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 {
	position: relative;
	display: block;
	line-height: 0;
}
.album > .mobilescroll > .bilder > .mehrbilder{
position: relative;
cursor:pointer;
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText{
position: absolute;
left: 15px;
top: 15px;
bottom: 15px;
right: 15px;
font-size: 0.9rem;
line-height: 1.1;
}
.album > .mobilescroll > .bilder > .mehrbilder svg{
width: 100%;
height: auto;
background-color: #ffdfdf;
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText:before{
display: block;
margin: 0 auto;
content: "";
width: 25%;
height: 25%;
margin-bottom: 0.5rem;
margin-top: 25%;
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 .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;
}

@media screen and (max-width: 650px){
	.album > .mobilescroll{
	width: 100%;
	overflow-x: scroll;
	}
	.album > .mobilescroll > .bilder{
	display: table;
	}
	.album > .mobilescroll > .bilder > .bild{
	width: 200px;
	height: 200px;
	display: table-cell !important;
	padding: 15px;
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	}
	.album > .mobilescroll > .bilder > .bild img{
	width: 200px;
	height: 200px;
	}
	.album > .mobilescroll > .bilder > .mehrbilder{
	display: none;
	}
}



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

.modSucheAusgabe{
overflow-x: auto;
}

div.modSucheAusgabeAusfuehrlich > *{
margin: 0 0 1.5% 0;
display: table;
table-layout: fixed; /* fix ie11 bug */
vertical-align: top;
}
.suche .modSucheAusgabeAusfuehrlichBild,
.suche .modSucheAusgabeAusfuehrlichDatum,
.sucheingabe .modSucheAusgabeAusfuehrlichBild,
.sucheingabe .modSucheAusgabeAusfuehrlichDatum{
float: left;
width: 100px;
margin: 0 2% 0 0;
padding: 12px 0 0 0;
font-size: 1em;
}
div.modSucheAusgabeAusfuehrlichBild{
display: table-cell;
padding-top: 15px;
vertical-align: top;
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img,
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
width: 100%;
height: auto;
}
div.modSucheAusgabeAusfuehrlichText{
display: table-cell;
padding-left: 15px;
vertical-align: top;
}
div.modSucheAusgabeAusfuehrlichText span{
color: #444444;
}
.modSucheAusgabeAusfuehrlichText .msaTitel{
display: block;
color: #AD0002;
font-size: 1.2em;
font-weight: 400;
line-height: 1.42;
}
.modSucheAusgabeAusfuehrlichText .msaTitelNotiz{
display: block;
color: #444;
font-size: 1rem;
line-height: 1.8;
}
div.suche div.modSucheAusgabeHandlich, div.modSucheAusgabeHandlichV{
width: 160px;
}
hr.modSuche{
clear: left;
font-size: 0;
color: #fff;
background: #fff;
border: 0;
}
table.modSucheTable{
margin-left: 0;
line-height: 140%;
margin: 0 auto;
}
table.modSucheTable td, table.modSucheTable td.modSucheTdLine{
padding: 10px;
}
table.modSucheTable tr:first-child td.modSucheTdLine{
border-top: none;
}
.sucheingabeElement{
line-height: 140%;
}
div.modSucheAusgabeAusfuehrlich{
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.modSucheAusgabeAusfuehrlich:hover{
background: rgba(173,0,2,0.1);
}
div.modSucheAusgabeAusfuehrlich:hover a{
text-decoration: none !important;
}
.liste{
width: 100%;
max-width: 1100px;
margin: 0 auto;
border: 1px solid #ccc;
text-align:left;
padding: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.liste > .modSucheTable td{
padding: 10px;
}
.modSucheTable td{
vertical-align: top !important;
text-align: left;
}
.modSucheAusgabeAusfuehrlich:after{
content: "";
clear:both;
display:block;
}
.modSucheAusgabeAusfuehrlichBild,
.modSucheAusgabeAusfuehrlichDatum{
display: table-cell;
height: 100px;
width: 100px;
}
.modSucheAusgabeAusfuehrlichBild img, .modSucheAusgabeAusfuehrlichDatum img{
width: 100%;
height: auto;
}

@media screen and (max-width: 650px){
	.liste{
	padding: 0;
	border: none;
	}
	.liste table.modSucheTable{
	width: 100%;
	}
	.liste table.modSucheTable td{
	padding: 3px;
	font-size: 1rem;
	}
	.liste table.modSucheTable tr td:first-child,
	.liste table.modSucheTable tr td:last-child{
	padding-left: 0;
	}
	table.modSucheTable td a.agendaDatum span.agendaDatumJahr{
	display: none;
	}
}
@media screen and (max-width: 600px){
	.suche .modSucheAusgabeAusfuehrlichBild,
	.suche .modSucheAusgabeAusfuehrlichDatum,
	.sucheingabe .modSucheAusgabeAusfuehrlichBild,
	.sucheingabe .modSucheAusgabeAusfuehrlichDatum{
	width: 50px;
	height: 50px;
	}
	div.modSucheAusgabeAusfuehrlichText{
	padding-left: 0.5rem;
	}
}
@media screen and (max-width: 450px){
	div.modSucheNavigation{
	font-size: 0.8em;
	}
	div.modSucheNavigationAnsicht{
	display: none;
	}
	div.modSucheAusgabeAusfuehrlich{
	padding: 10px 0;
	font-size: 0.95rem;
	line-height: 1.3;
	}
	.suche .modSucheAusgabeAusfuehrlichBild, .suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
	font-size: 1rem;
	}
	.modSucheAusgabeAusfuehrlichText{
	padding-left: 31%;
	}
	.modSucheAusgabeAusfuehrlichText a b{
	line-height: 1.3;
	}
}



/* einfügebefehle */

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

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

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



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



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



/* ========= PERSONEN ALLGEMEIN =========== */

div.portrait > div{
display:block;
}

div.portrait > h1.portrait{
display:block;
margin-bottom: 20px;
text-align: left;
}

div.portrait > .portraitBild{
float:left;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.portrait > .portraitBeschreibung{
float: right;
width: 50%;
clear:right;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
}

div.portrait > .portraitBeschreibung:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

div.portrait .galerie .albumBox{
width: auto;
max-width: none;
}

@media screen and (max-width: 900px){
	div.portrait > h1.portrait{
	text-align: center;
	}
	div.portrait > .portraitBild{
	clear:both;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	}
	div.portrait > .portraitBeschreibung{
	clear:both;
	width: 100%;
	}
}
@media screen and (max-width: 450px){
	div.portrait > .portraitBild img{
	width: 100%;
	max-width: 280px;
	height: auto;
	}
}

.personen,
.personBox.personKontakt,
.galerie{
text-align: center;
}

.personBox.personKontakt:hover, .personen .personBox:hover{
background: #ffdfdf;
}
.personBox.personKontakt > .personName, .personen .personBox > .personName{
margin-bottom: 10px;
}
.personBox.personKontakt > .personName a, .personen .personBox > .personName a{
color: #AD0002 !important;
text-decoration: none !important;
font-size: 1.2em;
}

.personBox.personKontakt > .personBild, .personen .personBox > .personBild{
margin-bottom: 10px;
}


.personWrapper,
.galerieWrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.personBox.personKontakt,
.personen .personBox,
.galerie .albumBox {
	box-sizing: border-box;
	width: calc((100% / 4) - 1em);
	padding: 1em;
	margin-bottom: 1em;
}

.absatz .personBox.personKontakt {
	width: calc((100% / 2) - 1em);
}

.default .personBox.personKontakt,
.infoseiteBeschreibung .personBox.personKontakt,
.default .personen .personBox,
.default .galerie .albumBox {
	background-color: #f3d9d9;
}

.lightblue .personBox.personKontakt,
.lightblue .personen .personBox,
.lightblue .galerie .albumBox {
	background-color: #fff;
}


@media screen and (max-width: 1200px) {
	.personBox.personKontakt {
		width: calc((100% / 4) - 1em);
	}
}

@media screen and (max-width: 900px) {
	.personBox.personKontakt,
	.personen .personBox,
	.galerie .albumBox {
		width: calc((100% / 3) - 1em);
	}
}

@media screen and (max-width: 600px) {
	.personBox.personKontakt,
	.personen .personBox,
	.galerie .albumBox {
		width: calc((100% / 2) - 1em);
	}
}

@media screen and (max-width: 450px) {
	.personBox.personKontakt,
	.personen .personBox,
	.galerie .albumBox {
		width: 100%;
	}
}


.adrfoto{
width: 100%;
max-width: 640px;
/*margin: 0 auto;*/
border: 1px solid rgba(0,123,183,0.2);
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.adrfotoInhalt{
text-align:left;
padding-left: 130px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.personUnsichtbar{
display:none;
}

/* ========= PERSONEN IM FOOTER =========== */

.footline .ansprechkontakt{
text-align: center;
display:block;
clear:both;
margin-bottom: 40px;
}
.footline .ansprechkontakt h2{
font-style: italic;
}
.footline .ansprechkontakt a{
color: #fff;
}

.footline .ansprechsperson{
width: 50%;
float:left;
padding: 0;
display:table;
text-align:left;
word-break: break-all;
}
.footline .ansprechsperson .bild{
display: table-cell;
vertical-align: top;
padding: 15px;
width: 155px;
}

.footline .ansprechsperson .infos{
display: table-cell;
vertical-align: middle;
padding: 15px;
}

.footline .ansprechsperson .infos .name{
font-weight:bold;
font-size: 1.2em;
display:block;
clear:both;
padding-bottom: 10px;
}
.footline .ansprechsperson .infos .email{
display:block;
clear:both;
color: #fff;
}
.footline .ansprechsperson .infos .tel1, .footline .ansprechsperson .infos .tel2{
display:block;
clear:both;
color: #fff;
}
.footline .ansprechsperson .infos .tel1 a, .footline .ansprechsperson .infos .tel2 a, .footline .ansprechsperson .infos .email a{
color: #fff;
}

@media screen and (max-width: 600px){
	.footline .ansprechsperson,
	.footline .ansprechsperson .bild,
	.footline .ansprechsperson .infos {
	display: block;
	float: none;
	width: 100%;
	}
}

/* ========= PERSONEN IM FOOTER ENDE ====== */


/* ========= DOKUMENTE-ANSICHT =========== */

ul#documentTreeStatic [id^="node"], ul#documentTreeStatic [id*="node"]{
padding: 10px;
color: #444444;
margin-bottom: 1px;
}
ul#documentTreeStatic [id^="node"]:hover, ul#documentTreeStatic [id*="node"]:hover{
color: #AD0002;
}
ul#documentTreeStatic [id^="leave"], ul#documentTreeStatic [id*="leave"]{
padding: 5px;
color: #444444;
margin-bottom: 1px;
}
ul#documentTreeStatic [id^="leave"]:hover, ul#documentTreeStatic [id*="leave"]:hover{
color: #AD0002;
}

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

/* ========= DOKUMENTE-ANSICHT ENDE =========== */

.diskussion .diskussionEintrag{
background: #fff;
padding: 20px;
position: relative;
max-width: 500px;
margin: 0 auto;
margin-top: 20px;
box-sizing: border-box;
}
.diskussion .diskussionEintrag:after{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
top: -15px;
left: 50%;
}

.contentline.default .diskussion .diskussionEintrag{
background: #ffdfdf;
}
.contentline.default .diskussion .diskussionEintrag:after{
border-color: #ffdfdf transparent;
}

.diskussion .eingabe, .contentline.default .diskussion .eingabe{
text-align:center;
background: none;
padding: 0;
margin: 0;
max-width: none;
margin-bottom: 40px;
}
.diskussion .eingabe:after{
border-width: 0px 0px 0;
display:none;
}
.diskussion .eingabe textarea{
width: 100%;
max-width: 500px;
display:block;
margin: 0 auto;
padding: 10px;
resize: vertical;
text-align: left;
box-sizing:border-box;
}
.diskussion .eingabe .text{
padding: 10px;
margin-top: 20px;
}
.diskussion .eingabe #diskussionSubmit{
padding: 10px;
margin-top: 20px;
}
.diskussionBeschreibung{
text-align: center;
padding-bottom: 20px;
}
.diskussionAutor{
font-size: 0.8em;
}
.diskussionAutor:after{
content: "";
clear:both;
display:block;
}
.diskussionAutor span{
font-size: 1.2em;
display:block;
clear:both;
padding: 10px 0;
}
.diskussionAutor a{
display:block;
float:left;
margin-bottom: 10px;
}


/* FORMULAR */
.formularEingabe{
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.formularEingabe .gap{
margin-bottom: 20px;
}
.formularEingabe input.formular[type=text], .formularEingabe textarea.formular{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
margin-top: 5px;
}
.formularEingabe textarea.formular{
resize: vertical;
}
.formularEingabe .formularRadiobutton{
margin-bottom: 10px;
padding: 10px 0;
}
.formularEingabe .formularCheckbox{
padding-bottom: 10px;
}

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

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

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

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



/* login */

.login > form{
width: 100%;
max-width: 500px;
margin: 0 auto;
border: 1px solid rgba(173,0,2,0.2);
padding: 15px;
box-sizing: border-box;
}

.login > form > .loginRow{
margin-bottom: 20px;
text-align: left;
vertical-align: middle;
position: relative;
}

.login > form > .loginRow > span{
text-align: left;
display: inline !important;
}
.login > form > .loginRow > span > label[for="angemeldetBleiben"]{
color: black;
font-size: 0.8em;
line-height: 0.8em;
}
.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: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0.1);
outline: none;
}

.login > form > .loginRow > input.submit{
background: #AD0002;
color: #fff;
max-width: 200px;
clear:both;
display:block;
margin: 0 auto;
cursor: pointer;
text-transform: uppercase;
}
.login > form > .loginRow > input.submit:hover{
background: #004D89;
}

.login > form > .loginRow > a{
clear:both;
display: block;
margin: 0 auto;
text-align: center;
position: absolute;
top: 0; left: 0; right: 0;
width: 100%;
font-size: 0.8em;

}

.login > form > p{
display: none;
}


/* GALERIE SEITE - ALBUM BOX */
/*
.galerie .albumBox{
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 180px;
min-height: 230px;
width: 25%;
max-width: 25%;
padding: 20px;
color: #444;
cursor: pointer;
margin-bottom: 20px;
text-align: center;
}

.galerie .albumBox:hover{
background: #ffdfdf;
}

.galerie .albumBox .albumBild{
margin-bottom: 10px;
}

.galerie .albumBox .albumBild > div > img{
max-width: 100%;
height: auto;
}
*/
.galerie .albumBox .albuminfo{
height: auto !important;
width: 100% !important;
margin-bottom: 20px;
}
/*
.galerie .albumBox .albuminfo span{
clear:both;
display:block;
}

.galerie .albumBox a .albumName, .galerie .albumBox a:hover{
color: #AD0002 !important;
text-decoration: none !important;
}

@media screen and (max-width: 900px){
	.galerie .albumBox{
	width: 33.3%;
	max-width: 33.3%;
	}
}
@media screen and (max-width: 600px){
	.galerie .albumBox{
	width: 50%;
	max-width: 50%;
	}
}
@media screen and (max-width: 450px){
	.galerie .albumBox{
	width: 100%;
	max-width: 100%;
	}
}
*/


/* bericht  */

.headline .berichtTitel{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,0.8);
}
.headline .berichtTitel h1{
margin: 0 auto;
margin-bottom: 40px;
margin-top: 40px;
font-weight: bold;
font-size: 2rem;
padding: 0 70px;
max-width: 1100px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.contentline.bericht .content > .absaetze,
.contentline.gruppe .content > .absaetze{
display: block;
width: auto;
table-layout: auto;
direction: ltr;
}
.contentline.bericht .content > .absaetze > .absatz,
.contentline.gruppe .content > .absaetze > .absatz{
display: block;
direction: ltr;
padding: 30px 0 0 0;
vertical-align: baseline;
}
.contentline.bericht .content > .absaetze > .absatz:last-child{
padding-bottom: 30px;
}
.contentline.bericht .content .absatzBild,
.contentline.gruppe .content .absatzBild{
float: right;
width: 50%;
height: auto;
margin-bottom: 2%;
}
.contentline.bericht .content .absatzBild.bildgroesseSmall{
width: 33.3%;
}
.contentline.bericht .content .absatzBild.bildgroesseMedium{
width: 50%;
}
.contentline.bericht .content .absatzBild.bildgroesseLarge{
width: 66.6%;
}
.contentline.bericht .content .absatzBild .bildcontainer,
.contentline.gruppe .content .absatzBild .bildcontainer{
margin: 0;
padding: 0 0 0 4%;
}
.contentline.bericht .content .absatzBild .bildcontainer a,
.contentline.gruppe .content .absatzBild .bildcontainer a{
display: block;
font-size: 0;
line-height: 1.1;
}
.contentline.bericht .content .absatzBild .bildcontainer a img,
.contentline.gruppe .content .absatzBild .bildcontainer a img{
width: 100%;
height: auto;
}
.contentline.bericht .content .absatzBild .bildtext{
font-size: 0.9rem;
padding: 0 0 0 4%;
}
.contentline.bericht .content .absatz.berichtLead{
font-size: 1.125rem;
}

@media screen and (max-width: 1200px){
	.contentline.bericht .content .absatzBild.bildgroesseLarge{
	width: 60%;
	}
}
@media screen and (max-width: 700px){
	.contentline.bericht .content .absatzBild.bildgroesseLarge{
	width: 50%;
	}
}
@media screen and (max-width: 600px){
	.headline .berichtTitel h1{
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	.contentline.bericht .content .absatzBild.bildgroesseSmall,
	.contentline.bericht .content .absatzBild.bildgroesseMedium,
	.contentline.bericht .content .absatzBild.bildgroesseLarge{
	width: 100%;
	}
	.contentline.bericht .content .absatz.berichtLead{
	clear: right;
	}
	.contentline.bericht .content .absatzBild .bildcontainer,
	.contentline.bericht .content .absatzBild .bildtext{
	padding: 0;
	}
}



/* veranstaltung */

.headline .veranstaltungTitel{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background:rgba(255,255,255,0.8);
}
.headline .veranstaltungTitel h1{
margin-bottom: 40px;
margin-top: 40px;
font-weight: bold;
font-size: 2rem;
}
@media screen and (max-width: 600px){
	.headline .veranstaltungTitel h1{
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 20px;
	}
}


.contentline.veranstaltung {
	min-height: unset;
}
.veranstaltung .content {
	max-width: 520px;
	padding: 0 30px;
	margin: 45px auto;
}
.veranstaltung .small {
	font-size: 0.8rem;
	color: #888;
}
.veranstaltungLeadDatum{
	margin-bottom: 0.5rem;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2rem;
	color: #AD0002;
	text-align: left;
}
.veranstaltungLeadOrt {
	font-size: 1rem;
	line-height: 1.5rem;
}
.veranstaltungLeadRaum {
	margin-bottom: 1.5rem;
}
span.vinfobeschreibung,
span.vinfoanmeldung,
span.vinforaumbelegung {
	display: block !important;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2rem;
	color: #AD0002;
	text-align: left;
}
.veranstaltung .absatzFelder {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.vinforaumbelegung p {
	margin-bottom: 0.5rem;
}
.veranstaltung .kwMediaVideo {
	max-width: 100%;
}
.veranstaltung .adrEmail {
	overflow-wrap: break-word;
}
div.vinfoics {
	margin-top: 4rem;
}
.veranstaltungAlbum {
	margin-top: 6.5rem;
}
.veranstaltungAlbum .content {
	min-width: 1100px;
	padding: 45px 30px;
	margin: 0 auto;
}
.veranstaltungAlbum .albumName {
	margin-bottom: 0.5rem;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2rem;
	color: #AD0002;
	text-align: center;
}
.veranstaltungAlbum .albumBeschreibungText {
	width: 100%;
	max-width: 520px;
	margin: 0 auto 1.5rem;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5rem;
}
.veranstaltungAlbum .album {
	font-size: 1rem;
	line-height: 1.5rem;
}
.veranstaltungAlbum .mehrbilder svg {
	border: 1px solid #AD0002;
}
.veranstaltungR.formular .formularEingabe {
	width: 100%;
	max-width: 520px;
	margin: calc(4rem - 40px) auto 0;
}
.veranstaltungR.formular .formularDaten,
.veranstaltungR.formular {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.veranstaltungBottomWeiterNav {
	margin-top: 4rem;
}
.veranstaltungLeadButton,
.veranstaltungLeadButton:hover,
.vinfoics a,
.vinfoics a:hover,
.aktionEintragen a.button,
.aktionAustragen a.button{
	display: inline-block;
	background: #AD0002;
	color: #fff;
	padding: 7px 15px;
	margin: 15px 0;
	text-decoration:none;
	outline:none;
}

.vinfoics a, .vinfoics a:hover{
	margin: 0;
}

.veranstaltung .mediaAlbum,
.veranstaltung .kwMedia,
.veranstaltung .adrfoto,
.veranstaltung .personBox,
.veranstaltung .liste {
	margin: 9px 0;
}
.veranstaltung div.modSucheAusgabeKompaktDatum {
	width: 100px;
}

.vinfobild {
	height: 250px;
}



/* infoseite */

.headline .infoseiteTitel{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background:rgba(255,255,255,0.8);
}
.headline .infoseiteTitel h1{
margin-bottom: 40px;
margin-top: 40px;
font-weight: bold;
font-size: 1.9rem;
}

.infoseite .absatzBild  .bildcontainer .focusarea .overlayText {
	display: none;
}

@media screen and (max-width: 600px){
	.headline .infoseiteTitel h1{
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 20px;
	}
}



/* agenda */

.absaetze.agendaWithFilter{
table-layout: auto;
}
.absatzAgendaFilter{
}
.absatzAgendaFilter h1, .absatzAgendaFilter h2{
text-align: left;
margin: 0;
padding: 0;
font-style: italic;
font-weight: bold;
font-size: 1.0em;
color: #AD0002;
margin-bottom: 30px;
}
.absatzAgendaFilter > div{
background: #ffdfdf;
margin-bottom: 1em;
padding: 30px 15px;
}
.absatzAgendaFilter .agendaFilterInfobox .infoboxLink, .absatzAgendaFilter .agendaFilterInfobox .infoboxLinkActive{
padding: 5px 15px;
box-sizing: border-box;
}
.absatzAgendaFilter .agendaFilterInfobox .infoboxLink a, .absatzAgendaFilter .agendaFilterInfobox .infoboxLinkActive a{
text-decoration:none;
outline:none;
}

.absatzAgendaFilter .agendaFilterInfobox .infoboxLink a:hover, .absatzAgendaFilter .agendaFilterInfobox .infoboxLinkActive a:hover{
color: #444444;
}
.absatzAgendaFilter .agendaFilterInfobox .infobox > div:nth-child(odd){
}
.absatzAgendaFilter .agendaFilterInfobox .infobox > div:nth-child(even){
background-color: rgba(255,255,255,0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.absatz.agenda .modSucheTable{
margin: 0;
width: 100%;
}
.absatz.agenda .modSucheTable tr td:first-child{
padding-left: 0;
}
.agendaFilter{
display:table;
width:100%;
}
.agendaFilter >  *{
display:table-cell;
padding:10px;
}
.agendaFilter h1{
margin-bottom:10px;
}
.absatzAgendaFilter select option:checked {
background: #AD0002;
color: #fff;
}
.absatzAgendaFilter .mobile .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 #AD0002;
	clear: both;
	z-index: 1;
	pointer-events: none;
}

@media screen and (max-width: 600px){
	table.modSucheTable tr td,
	table.modSucheTable tr td.modSucheTdLine,
	.liste table.modSucheTable tr td{
	padding: 0.2rem;
	font-size: 0.8rem;
	}
	table.modSucheTable tr td:first-child, table.modSucheTable tr td.modSucheTdLine:first-child{
	padding-left: 0;
	}
	table.modSucheTable tr td:last-child, table.modSucheTable tr td.modSucheTdLine:last-child{
	padding-right: 0;
	}
}



/* subnavigation mobile, agenda */

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

@media screen and (max-width: 1200px){
	.content > .absaetze > .absatz{
	display: block;
	padding: 0;
	}
	.content > .absaetze.agendaWithFilter{
	display: block;
	table-layout: auto;
	}
	.content > .absaetze > .absatzAgendaFilter{
	display: block;
	width: 100%;
	table-layout: auto;
	direction: ltr;
	}
	.absatzAgendaFilter > div{
	display: none;
	}
	.absatzAgendaFilter > .mobile{
	display: block;
	margin: 0;
	padding: 0 0 0.5rem 0;
	background: #fff;
	}
}



/* kalender */

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



/* gruppen */

#infoSpalte.gruppen, #infoSpalte.gruppenseite{
display: box;
display: flexbox;
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: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
clear:both;
margin-bottom: 60px;
}

#infoSpalte.gruppen > .infobox, #infoSpalte.gruppenseite > .infobox{
box-sizing: border-box;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
flex-basis: 33%;
-webkit-flex-basis: 33%;
-ms-flex-basis: 33%;
padding: 50px;
background: #ffdfdf;
border-right: 1px solid rgba(255,255,255,1);
margin-bottom: 1px;
line-height: 1.4em;
}
/*#infoSpalte.gruppen > .infobox:last-child, #infoSpalte.gruppenseite > .infobox:last-child{
border-right: 0;
}*/

#infoSpalte.gruppen > .infobox > h2, #infoSpalte.gruppenseite > .infobox > h2{
display:block;
clear:both;
margin-bottom: 20px;
font-size: 1.1em;
color: #AD0002;
}
#infoSpalte.gruppen > .infobox > .infoboxLink{
font-size: 0.9em;
}

div.aktionEintragen,
div.aktionAustragen{
display: inline-block;
clear: none;
}

.content .bericht.gruppenseite > .berichtBild{
text-align: center;
margin-bottom: 30px;
}


/* meine newsletter (24.09.2018 sj) */
.myNewsletterContent .boxHerkuenfte {
	display: flex;
	clear: both;
}
section.aehnlich .aehnlichboxen .modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #AD0002;
}
.myNewsletter .profiles .profile.edit form .group input {
	font-size: 1rem;
}
.myn-MyNewsletter_Show {
	padding-left: 0;
}
.modSucheAusgabeAusfuehrlich .myn-MyNewsletter_Show {
	padding-left: 15px;
}
.myNewsletter .small.error {
	background: white;
	margin: 0.75rem;
	padding: 0.75rem;
	border-radius: 3px;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter .aktionMyNewsletter {
	margin: 0.75rem 0;
}
.myNewsletter .myn-MyNewsletter_Show {
	color: #fff;
}
.tag {
	padding-bottom: 2px;
}
#kwMitteilungHtml {
	max-width: 1100px;
	padding: 40px 30px 0 30px;
	margin: 0 auto;
}


/* footer */

.contentline > div.footerline{
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
max-width: 1130px;
padding: 30px 15px;
}
.footerline .spaltview{
flex: auto;
width: 25%;
min-width: 210px;
padding: 30px 15px;
box-sizing: border-box;
}
.footerline .spaltview.address{
order: 3;
color: #fff;
}
.footerline .spaltview.address a{
color: #fff;
text-decoration: none;
}
.footerline .spaltview.footmenu{
order: 2;
}
.footerline .spaltview.footsocial{
order: 4;
}

.footerline .spaltview.autor{
order: 1;
font-size: 0.9rem;
line-height: 1.3;
}
.besitzer{
background: #fff;
padding: 15px;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #444444;
}
.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;
}
.besitzer.besitzerMitBild .besitzerAnsichtText .zeile span{
display: block;
}
.besitzerAnsicht{
display: table;
}
.besitzerAnsicht > *{
display: table-cell;
vertical-align: top;
}
.besitzerAnsicht > * img{
width: 80px;
max-width: 100% !important;
height: auto !important;
}
.besitzerAnsicht > .besitzerAnsichtBild{
padding-right: 15px;
}

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

#poweredBy a {
	color: #fff;
}

@media screen and (max-width: 1200px){
	.footerline .spaltview.footmenu{
	display: none;
	}
}
@media screen and (max-width: 1000px){
	.footerline{
	padding: 30px 10px !important;
	}
	.footerline .spaltview{
	flex: auto;
	width: 50%;
	}
	.footerline .spaltview.footmenu{
	display: none;
	}
}
@media screen and (max-width: 700px){
	.footerline .spaltview{
	flex: auto;
	width: 100%;
	}
	.footerline .spaltview.autor{
	order: 1;
	}
	.footerline .spaltview.address{
	order: 2;
	}
	.footerline .spaltview.footsocial a{
	float: left;
	}
}



.mediaAlbum{
max-width: 100%;
/*height: auto !important;*/ /* 27.09.2018 am (diese Regel verhinderte, dass das Album angezeigt wird -> height wurde 0) */
background-size:contain !important;
}

/* CSS DOMAINSPEZIFISCH */
