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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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



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



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



/* ausgabe ausfuehrlich */
div.modSucheAusgabeAusfuehrlichBild{
	float: left;
	padding: 7px 0 0 5px;
}
.modSucheAusgabeAusfuehrlichDatum{
	float: left;
	height: 60px;
	width: 80px;
	padding: 5px 0 0 5px;
	background-color: transparent;
}
div.modSucheAusgabeAusfuehrlichText{
	min-height: 70px;
	margin: 0 0 0 95px;
	padding: 5px 5px 5px 0;
}
* html div.modSucheAusgabeAusfuehrlichText{
	height: 70px;
}
a .modSucheAusgabeAusfuehrlichText{
	color: #666666;
}
.modSucheAusgabeAusfuehrlichText span.msaTitel{
	display: block;
	color: #f8dd00;
}
.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: #E59A1C;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #E59A1C;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter {
	width: 100%;
}
.modSucheAusgabeAusfuehrlich.myNewsletter .infoboxMyNewsletter h2 {
	font-size: 1.4rem;
	margin: 0;
	padding-top: 0.75rem;
	padding-left: 0.75rem;
	color:  #555;
}

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

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

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

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

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

@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(229,154,28, 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: #E59A1C;
	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 3 BRAUNTAL RESPONSIVE */

/**
 * §ALLGEMEIN
 */
html {
}

body {
	height: 100%;
	font-family: "Ubuntu", sans-serif;
	line-height: 1.5;
	color: #666666;
	background: #fff url(/seite/neu/bilder/bgPage.jpg) 0 0 repeat;
	overflow-y: scroll;
}

a {
	color: #f8dd00;
	text-decoration: none;
}

a:hover {
	color: #B77B16;
}

h1 {
	font-family: "Ubuntu", sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding: 6px 0 12px 0;
	color: #E59A1C;
	line-height: 120%;
}

input, select, textarea {
	color: #555;
}

input.text, select, textarea {
	border: 1px solid #aaa;
}

ul.st-markup {
	list-style: disc outside;
	margin: 0 0 0 5px;
	padding: 0 0 9px 25px;
	overflow: hidden;
}

ul.st-markup li {
	margin: 0;
	padding: 2px 0;
}

ol.st-markup {
	list-style: decimal outside;
	margin: 0 0 0 5px;
	padding: 0 0 9px 30px;
	overflow: hidden;
}

ol.st-markup li {
	margin: 0;
	padding: 2px 0;
}

ol li {
	margin-left: 20px;
}

ul.st-markup {
	list-style: disc;
}

ul.st-markup ul.st-markup {
	list-style: circle;
}

ul.st-markup ul.st-markup ul.st-markup {
	list-style: square;
}

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

hr {
	height: 1px;
	border: 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
}





/**
 * §PAGELAYOUT
 */
#wrapper {
	max-width: 1180px;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	overflow: hidden;
}

#seitenKopf {
	height: 300px;
	background: #fff;
}

.navigationBar {
	height: 54px;
	padding: 0 68px;
}

#breadcrumb {
	height: 20px;
	margin: 18px 0;
	padding: 0 68px;
}

#seitenInhalt {
	padding: 20px 68px 50px;
	background: #fff;
}

#seitenInhalt h1 {
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

#infoSpalte {
	float: right;
	width: calc((100% / 4 * 1) - 20px);
}

#seitenFuss {
	height: 20px;
	margin-bottom: 20px;
	padding: 0 68px;
}


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

	#seitenInhalt {
		padding: 0 24px 50px;
	}

	#breadcrumb,
	.navigationBar,
	#seitenFuss {
		padding: 0 24px;
	}

}




/**
 * §HEADER §SEITENKOPF
 */
#seitenKopf {
	position: relative;
}

#seitenKopf .logoLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: 300px;
	width: 50%;
	height: 300px;
	background-color: hsla(0, 0%, 100%, 0.8);
}

#seitenKopf .logo {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

#seitenKopf a:focus {
	outline: 0;
}


/* slideshow */
#slideshow {
	width: 1180px;
	height: 300px;
	background-size: 100% auto;
	overflow: hidden;
}

#slideshow img {
	width: 100%;
	height: auto;
}


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

	#slideshow {
		position: relative;
		left: calc((1180px - 100vw) / -2);
	}

}


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

	#seitenKopf .logoLink {
		height: 120px;
	}

}





/**
 * $NAVIGATION
 */

.navigationBar {
	position: relative;
	background-color: #e9e9e9;
}

.iconLogin {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px;
}

.iconLogin .svgKwIcon {
	width: 16px;
	height: 16px;
	stroke-width: 0;
	stroke: #555;
	fill: #555;
}


/* Suchfeld */
.kombiSuche {
	float: right;
	max-width: 246px;
	width: calc(100% - 108px);
	margin-top: 9px;
}

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

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

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

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

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

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

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

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

#kombiSucheListe li.aktiv {
	background: #FBF8F7;
}



/* navigation */
div.navE.navE0 {
	float: left;
	font-size: 17px;
	color: #555;
}

div.navE.navE0 span {
	display: block;
	height: 36px;
	line-height: 100%;
	padding: 18px 12px 0 12px;
	color: #555;
	font-family: "Ubuntu", sans-serif;
	font-size: 17px;
	font-weight: normal;
}

div.navE.navE0 a {
	display: block;
	height: 36px;
	line-height: 100%;
	padding: 18px 12px 0 12px;
	color: #555;
	font-family: "Ubuntu", sans-serif;
	font-size: 17px;
	font-weight: normal;
}

div.navE.navE0 a:hover {
	background-color: #e4e4e4;
}

div.navE.navE0 a.aktiv, div.navE.navE0 a.aktiv:hover {
	color: #fff;
	background-color: #999999;
}

#navigation div.navE.navE0.navIco {
	border-right: 0;
}

#navigation div.navE.navE0.navIco a {
	width: 16px;
	height: 34px;
	padding: 20px 9px 0 9px;
}

#navigation div.navE.navE0.navIco div.navE.navE1 a {
	width: auto;
	height: auto;
	padding: 7px 15px 9px 15px;
}

div.navE.navE0.navIco + div.navE.navE0.navNoi {
	margin-left: 6px;
}

#navigation .svgKwIcon {
	stroke-width: 0;
	stroke: #666;
	fill: #666;
}

#navigation a.aktiv .svgKwIcon {
	stroke: #fff;
	fill: #fff;
}


/* subnavigation hover */
#navigation .conE1 {
	position: absolute;
	min-width: 200px;
	/*max-width: 430px; */ /* no idea what was that for. time will tell. (27.11.2019 sj) */
	min-height: 50px;
	top: 54px;
	left: 190px;
	padding: 15px 0 0 0;
	z-index: 9998;
	background: #fff;
}

#navigation .boxE1 {
	padding: 18px 12px;
	background: #fff;
	border: 1px solid #acacac;
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	z-index: 9997;
}

#navigation .poi {
	position: relative;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -11px;
	font-size: 0;
}

#navigation .poi div {
	display: none;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 11px;
	z-index: 9999;
}

#navigation .endE1 {
	clear: left;
}

#navigation .navE.navE1 {
	float: left;
	width: 202px;
	line-height: 130%;
}

#navigation .navE.navE1 span {
	height: auto;
	padding: 7px 12px 8px 12px;
	color: #E59A1C;
	font-size: 19px;
	font-weight: 500;
	line-height: 120%;
	background: none;
}

#navigation .navE.navE1 a {
	height: auto;
	padding: 7px 12px 9px 12px;
	color: #555;
	line-height: 120%;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#navigation .navE.navE1 a:hover {
	background: #FBF8F7;
}

#navigation .navE.navE2 .navE.navE3 a {
	padding: 7px 12px 9px 22px;
	font-size: 15px;
}





/**
 * §NAVIGATION MOBILE
 */
.mobileNavIcon {
	display: none;
}

.navigationMobile {
	box-sizing: border-box;
	display: none;
	width: 100%;
	background-color: #fafafa;
}

@media screen and (max-width: 1181px) {
	#navigation .navE0:not(.navIco) {
		display: none;
	}

	#navigationMobile .conIco {
		display: none;
	}

	#navigationMobile {
		padding-top: 34px;
	}

	.mobileNavButton {
		display: block;
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		cursor: pointer;
		transform: translate(19px, 0);
	}

	.mobileNavIcon {
		float: right;
	}

	.mobileNavIcon svg {
		width: 16px;
		height: 13px;
		fill: #555;
	}

	.iconLogin {
		position: static;
		float: right;
	}

	.navigationMobile {
		padding: 0 68px 34px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

	}

	.conIco {
		display: inline-block;
	}

	.conIco > .navPC {
		float: left;
	}

	.conIco .navPC svg {
		width: 16px;
		height: 16px;
		stroke-width: 0;
		stroke: #555;
		fill: #555;
	}

	.conIco .navIco {
		display: block;
		padding: 18px 8px 5px 8px;
	}

	.conIco .navIco.aktiv {
		background-color: #999;
	}

	.conIco .navIco.aktiv svg {
		stroke: #fff;
		fill: #fff;
	}

	span.navSub > * {
		pointer-events: none;
	}

	.conE {
		padding-bottom: 1rem;
		/*padding-left: 0.5rem;*/
	}

	.conE:not(.conIco) {
		border-top: 1px solid #F5EFEB;
		/*border-left: *//*;*/
	}


	.conE1,
	.conE2,
	.conE3,
	.conE4 {
		display: none;
	}

	.conE1 {
		margin-left: 1rem;
	}

	.conE2 {
		margin-left: 2rem;
	}

	.conE3 {
		margin-left: 3rem;
	}

	.conE4 {
		margin-left: 4rem;
	}

	.navE {
		cursor: pointer;
	}

}


@media screen and (max-width: 800px) {
	#navigation {
		display: none;
	}

	#navigationMobile .conIco {
		display: inline-block;
	}

	#navigationMobile {
		padding-top: 0;
	}
}




/**
 * §BREADCRUMB
 */
#breadcrumb {
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
}

#breadcrumb a {
	color: #555;
}

#breadcrumb a.aktiv {
	color: #E59A1C;
	font-weight: 500;
}

#breadcrumb img {
	height: 14px;
}





/**
 * §INFOBOX
 */
.infobox {
	padding: 20px 27px 10px 27px;
	margin-bottom: 27px;
	color: #E59A1C;
	background: #FBF8F7;
	border: 1px solid #F5EFEB;
}

.infobox h2 {
	margin-bottom: 4px;
}

.infobox h2 a {
	color: #E59A1C;
	font-size: 22px;
	line-height: 1;
}

.infoboxDatum {
	padding-right: 8px;
}

td.infoboxVeranstaltungTitel {
	padding-top: 10px;
	color: #666666;
	font-size: 18px;
	font-weight: 500;
}

.infoboxVeranstaltungTitel span {
	font-size: 12px;
	font-weight: 400;
	color: #bbb;
}

.infoboxVeranstaltungTitel span:before {
	content: '(';
}

.infoboxVeranstaltungTitel span:after {
	content: ')';
}

.infoboxVeranstaltung .infoboxLink {
	color: #E59A1C;
}

.infoboxVeranstaltung .linkAgenda .infoboxLink {
	color: #f8dd00;
}

.infoboxVeranstaltung .linkAgenda {
	padding-top: 22px;
}

.infoboxautor {
	background-color: transparent;
}

.infoboxautor .infoboxBild {
	float: left;
	margin-right: 12px;
}

.infoboxautor .infoboxLink {
	font-size: 14px;
}




/**
 * §FRONT §BERICHTE
 */

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

/* Layout */
.featured {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-right: -20px;
}

.featuredItem {
	margin-right: 20px;
}

.featuredArticle {
	width: calc((100% / 4 * 3) - 20px);
}

.featuredInfobox {
	width: calc((100% / 4 * 1) - 20px);
}

.featured .infobox {
	box-sizing: border-box;
}

.featured .infobox:only-child {
	height: 100%;
}

.frontberichte {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	margin-right: -20px;
}

.frontberichte .berichtfrontBox,
.gruppen .berichtfrontBox {
	width: calc((100% / 4 * 1) - 20px);
	margin-bottom: 60px;
	margin-right: 20px;
}


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

	.featuredArticle {
		width: calc((100% / 3 * 2) - 20px);
	}

	.featuredInfobox {
		width: calc((100% / 3 * 1) - 20px);
	}

	.frontberichte .berichtfrontBox,
	.gruppen .berichtfrontBox {
		width: calc((100% / 3 * 1) - 20px);
	}

}


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

	.featuredArticle {
		width: calc((100% / 2 * 1) - 20px);
	}

	.featuredInfobox {
		width: calc((100% / 2 * 1) - 20px);
	}

	.frontberichte .berichtfrontBox,
	.gruppen .berichtfrontBox {
		width: calc((100% / 2 * 1) - 20px);
	}

}


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

	.featuredArticle {
		width: calc((100% / 1 * 1) - 20px);
		margin-bottom: 40px;
	}

	.featuredInfobox {
		width: calc((100% / 1 * 1) - 20px);
	}

	.frontberichte .berichtfrontBox,
	.gruppen .berichtfrontBox {
		width: calc((100% / 1 * 1) - 20px);
	}

}



/* featured article */
.featuredArticle .berichtfrontBild.erstesBild,
.featuredArticle .berichtfrontBildFixtop {
	float: left;
	width: 50%;
	margin-right: 25px;
}

.featuredArticle .berichtfrontBild.erstesBild a,
.featuredArticle .berichtfrontBildFixtop a {
	display: block;
}

.berichtfrontBild img,
.berichtfrontBildFixtop img{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #F5EFEB;
}

.featuredArticle .berichtfrontTitel {
	margin-bottom: 13px;
	padding: 0;
	line-height: 1;
}

.featuredArticle .berichtfrontTitel a {
	color: #E59A1C;
	font-family: "Ubuntu", sans-serif;
	font-weight: normal;
	font-size: 24px;
}

.featuredArticle .berichtfrontErsterText,
.featuredArticle .berichtfrontLeadFixtop {
	padding-bottom: 20px;
}

.featuredArticle .berichtfrontLead {
	padding-bottom: 12px;
}

.featuredArticle .berichtfrontErsterText a {
	color: #666666;
}

.featuredArticle .berichtfrontLead a {
	font-size: 18px;
}

.featuredArticle a .berichtfrontWeiterlink,
.featuredArticle .berichtfrontWeiterlink a {
	color: #f8dd00;
}

.featuredArticle a:hover .berichtfrontWeiterlink,
.featuredArticle .berichtfrontWeiterlink a:hover {
	color: #B77B16;
}


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

	.featuredArticle .berichtfrontBild.erstesBild,
	.featuredArticle .berichtfrontBildFixtop {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

}



/* berichte cards */
.frontberichte .berichtfrontBox .berichtfrontTitel,
.gruppen .berichtfrontBox .berichtfrontTitel {
	padding: 17px 0 3px 0;
}

.frontberichte .berichtfrontBox .berichtfrontTitel a,
.gruppen .berichtfrontBox .berichtfrontTitel a {
	color: #E59A1C;
	font-size: 18px;
	font-weight: 500;
}

.frontberichte .berichtfrontBox .berichtfrontText a,
.gruppen .berichtfrontBox .berichtfrontText a {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.frontberichte .berichtfrontBox .berichtfrontText a span.berichtfrontWeiterlink,
.gruppen .berichtfrontBox .berichtfrontText a span.berichtfrontWeiterlink {
	color: #f8dd00;
}





/**
 * §FOOTER §SEITENFUSS
 */
#seitenFuss {
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	color: #b8b8b8;
	overflow: hidden;
}

#fusszeile {
	float: left;
}

#poweredBy {
	float: right;
	font-size: 12px;
}

#poweredBy a {
	color: #b8b8b8;
}





/**
 * §INFOSEITE
 */
.infoseiteB,
.infoseiteA {
	float: left;
	width: 710px;
	overflow: auto;
}

@supports (display: flow-root) {
	.infoseiteB,
	.infoseiteA {
		overflow: unset;
		display: flow-root;
	}
}

.infoseiteB .infoseiteBeschreibung,
.infoseiteA .infoseiteBeschreibung {
	font-family: "Ubuntu", sans-serif;
	font-size: 16;
	line-height: 140%;
	font-weight: 500;
	text-align: left;
	margin-bottom: 40px;
	color: #666666;
}

.infoseiteB .infoseiteBilder,
.infoseiteA .infoseiteBilder {
	float: right;
	width: 30%;
	margin: 8px 0 0 27px;
}

.infoseiteB .infoseiteBilderSpalte,
.infoseiteA .infoseiteBilderSpalte {
	margin-bottom: 27px;
}

.infoseiteB .infoseiteBilder a,
.infoseiteA .infoseiteBilder a,
.infoseiteB .infoseiteBilder img,
.infoseiteA .infoseiteBilder img {
	display: block;
}

.infoseiteB .infoseiteBilder img,
.infoseiteA .infoseiteBilder img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #F5EFEB;
}

.infoseiteB .infoseiteBilder p.infoseiteBildinfo,
.infoseiteA .infoseiteBilder p.infoseiteBildinfo {
	font-size: 12px;
}

.infoseiteB .infoseiteInhalt,
.infoseiteA .infoseiteInhalt {
	margin-bottom: 27px;
}

.infoseiteB .infoseiteInhaltTitel {
	margin: 0;
	padding: 0;
	color: #E59A1C;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
}

.infoseiteB .infoseiteInhaltText {
	padding: 0 0 27px 0;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.infoseiteB p {
	line-height: 140%;
}


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

	#infoSpalte {
		display: none;
	}

	.infoseiteB,
	.infoseiteA {
		float: none;
		width: 100%;
	}

}


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

	.infoseiteBilder {
		display: none;
	}

}





/**
 * §BERICHT
 */
div.bericht {
	float: left;
	width: 710px;
}

.berichtBild {
	float: left;
	padding: 7px 27px 10px 0;
}

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

.berichtBild img {
	width: 100%;
	border: 1px solid #F5EFEB;
}

.berichtBild .berichtBildinfo {
	padding: 4px 0 8px 0;
	font-size: 12px;
}

.berichtLead {
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	padding: 0 0 16px 0;
	color: #666666;
}

.berichtAutor {
	line-height: 130%;
	padding: 15px 0;
	font-size: 14px;
}

.berichtText {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	padding: 0 0 10px 0;
	color: #666666;
}

.berichtLink {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	padding: 15px 0;
	color: #666666;
}


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

	div.bericht {
		width: 100%;
	}

	.berichtBildLarge {
		max-width: 50%;
	}

}


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

	.berichtBildMedium {
		width: 50% !important;
	}

}


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

	.berichtBildLarge,
	.berichtBildMedium,
	.berichtBildSmall {
		max-width: unset;
		width: 100% !important;
	}

}





/**
 * §AGENDA
 */
.agenda {

}

.infoboxLinkActive a,
.infoboxlink a:hover {
	color: #B77B16;
}

.agenda .modSucheAusgabe {
	margin: 20px 0 0 0;
}

.agenda .modSucheTable {
	width: 710px;
	margin: 0;
}

.agenda table.modSucheTable td {
	padding: 7px 0 7px 10px;
}

.agenda .modSucheTable td.modSucheAusgabeMehrzeiligLS {
	text-align: right;
	margin: 0 5px;
	padding: 5px 5px;
	border-top: 1px solid #ccc;
}

.agenda .modSucheTable td.modSucheAusgabeMehrzeiligRS {
	padding: 10px 0 10px 40px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 0px;
}

.agenda .modSucheTable td.modSucheAusgabeMehrzeiligRS a {
	padding: 0;
}

.agenda .modSucheTable a {
	color: #666666;
}

.agenda .modSucheTable a.termineTitel,
.agenda .modSucheTable a.agendaTitel,
.agenda .modSucheTable a.termineTitel:hover,
.agenda .modSucheTable a.agendaTitel:hover {
	color: #E59A1C;
}

.agenda .modSucheTable a.agendaZeit {
	padding: 0 40px;
}

div.agenda table.modSucheTable br.termineAbstand {
	display: none;
}

div.agenda table.modSucheTable tr:hover {
	background: #eee;
}


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

	.agenda .modSucheTable {
		width: 100%;
	}

}


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

	.agenda .modSucheTable a.agendaZeit {
		padding: 0 20px;
	}

}


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

	.agenda .modSucheTable {
		font-size: 14px;
	}

	.agenda .modSucheTable a.agendaZeit {
		padding: 0;
	}

	/*.agenda .modSucheTable tr,*/
	/*.agenda .modSucheTable td {*/
	/*	display: block;*/
	/*}*/
	/**/
	/*.agenda table.modSucheTable tr {*/
	/*	padding: 7px 10px;*/
	/*	border-top: *//*;*/
	/*}*/
	/**/
	/*.agenda table.modSucheTable td {*/
	/*	border: none;*/
	/*	padding: 0;*/
	/*}*/
	/**/
	/*.agenda table.modSucheTable td:not(:nth-child(4)) {*/
	/*	display: inline-block;*/
	/*}*/
	/**/
	/*.agenda table.modSucheTable td:first-child {*/
	/*	width: 32px;*/
	/*}*/
	/**/
	/*.agenda table.modSucheTable td:nth-child(2) {*/
	/*	width: 90px;*/
	/*}*/

}


/* mobile filter */
.subnavMobile {
	display: none;
	margin-bottom: 1rem;
}

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

.kwSelectParent {
	position: relative;
	display: inline;
	font-size: 14px;
	color: #f8dd00;
	cursor: pointer;
}

.hasArrowDown {
	position: relative;
	padding-right: 12px;
}

.hasArrowDown::after {
	content: "";
	position: absolute;
	right: 0;
	top: 48.5%;
	width: 0;
	height: 0;
	border-left: 0.25em solid transparent;
	border-right: 0.25em solid transparent;
	border-top: 0.25em solid #f8dd00;
	clear: both;
	z-index: 1;
	pointer-events: none;
}

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

.kwSelect#agendaMonate_div {
	width: 140px;
}

.kwSelect a {
	display: block;
}

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





/**
 * §VERANSTALTUNG
 */
.veranstaltung {
	width: 710px;
}

.veranstaltung .veranstaltungBild {
	float: right;
	padding: 7px 0 10px 27px;
}

.veranstaltung .veranstaltungBild img {
	border: 1px solid #bbb;
}

.veranstaltung .veranstaltungBild .veranstaltungBildinfo {
	padding: 4px 0 8px 0;
	font-size: 12px;
	margin: 0;
}

.veranstaltung .veranstaltungLead {
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	margin: 10px 0;
	padding: 5px 0;
}

.veranstaltung .veranstaltungBeschreibung {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	margin: 10px 0;
	padding: 5px 0;
}

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

	.veranstaltung {
		width: 100%;
	}

}





/**
 * §PERSONEN
 */
.personWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.personBox,
.personUnsichtbar {
	box-sizing: border-box;
	width: calc((100% / 2 * 1) - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.personen .personBox {
	width: calc((100% / 4 * 1) - 20px);
}

.personBox {
	padding: 10px 20px 15px;
	background-color: #f2f2f2;
	font-size: 14px;
}

.personBox .personBild {
	float: left;
	padding: 0 10px 0 0;
}

.personBox .personBild img {
	border-radius: 4px;
}

.personBox a {
	display: block;
	color: #666666;
	font-size: 14px;
}

.personBox .personName a {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	padding: 0 0 8px 0;
	color: #E59A1C;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	line-height: 100%;
}

.personBox .personMail a {
	padding: 20px 0 3px 0;
	line-height: 100%;
}

.personBox .personBild img {
	border-radius: 0;
}


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

	.personen .personBox {
		width: calc((100% / 3 * 1) - 20px);
	}

}


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

	.personBox {
		width: calc((100% / 1 * 1) - 20px);
	}

	.personen .personBox {
		width: calc((100% / 2 * 1) - 20px);
	}

}

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

	.personBox {
		width: calc((100% / 2 * 1) - 20px);
	}

	.personen .personBox {
		width: calc((100% / 2 * 1) - 20px);
	}

}


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

	.personBox {
		width: calc((100% / 1 * 1) - 20px);
	}

	.personen .personBox {
		width: calc((100% / 1 * 1) - 20px);
	}

}





/**
 * §PORTRAIT
 */
.portraitBild {
	float: left;
}

.portraitBeschreibung {
	margin-left: 180px;
	margin-bottom: 2rem;
}

.portraitBeschreibung p {
	margin-bottom: 1em;
}





/**
 * §GALERIE
 */
.galerieWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.galerie .albumBox {
	box-sizing: border-box;
	width: calc((100% / 5 * 1) - 20px);
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	background: #fff;
}

.galerie .albumBox a,
.galerie .albumBox img {
	display: block;
}

.galerie .albumBox .albuminfo {
	position: absolute;
	display: none;
	font-size: 13px;
	background: rgba(242, 242, 242, 0.8);
	z-index: 20;
}

.galerie .albumBox .albuminfo .albumBesitzer {
	position: absolute;
	bottom: 0;
	margin: 0 0 25px 10px;
	padding: 0 5px 0 0;
	font-weight: 500;
	font-size: 13px;
	color: #666666;
}

.galerie .albumBox .albuminfo .albumAnzBilder {
	position: absolute;
	bottom: 0;
	margin: 0 0 5px 10px;
	font-weight: 500;
	font-size: 13px;
	color: #666666;
}

.galerie .albumBox:hover .albuminfo {
	display: block;
}

.galerie .albumBox .albumName {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #E59A1C;
}

.galerie .albumBox .albumDatum {
	font-weight: 400;
	font-size: 13px;
	color: #666666;
}


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

	.galerie .albumBox {
		width: calc((100% / 4 * 1) - 20px);
	}

}


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

	.galerie .albumBox {
		width: calc((100% / 3 * 1) - 20px);
	}

}


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

	.galerie .albumBox {
		width: calc((100% / 2 * 1) - 20px);
	}

}


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

	.galerie .albumBox {
		width: calc((100% / 1 * 1) - 20px);
	}

}





/**
 * §ALBUM
 */
.album {
	width: 750px;
}

.album span.albumDatum {
	font-family: "Ubuntu", sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 140%;
	padding: 0 0 16px 0;
	color: #666666;
}

.album div.albumBeschreibung {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	padding: 0 0 16px 0;
	color: #666666;
}

.album .bilderBox .bild .bildinfo {
	display: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	color: #FBF8F7;
	background: #f2f2f2;
	font-size: 12px;
	z-index: 20;
	cursor: pointer;
}

.album .bilderBox .bild .bildinfo .bildname {
	position: absolute;
	bottom: 0;
	display: block;
	margin: 0 0 25px 0;
	font-size: 13px;
	color: #E59A1C;
}

.album .bilderBox .bild .bildinfo .bildfotograf {
	position: absolute;
	bottom: 0;
	display: block;
	font-size: 12px;
	color: #666666;
}

.album .sliderNavTop, .album .sliderNavBot {
	position: relative;
	height: 35px;
	margin: 5px 0;
	padding: 5px 0;
	border: 0;
	background-color: transparent;
	font-size: 12px;
}

.album .albName {
	float: left;
	padding: 9px 10px 11px 0;
	font-size: 14px;
}

.album .anzBilder {
	float: right;
	padding: 9px 10px 11px 10px;
	font-size: 14px;
}

.album .sliderL, .album .sliderR {
	float: right;
	width: 15px;
	height: 25px;
	padding: 5px 10px;
	background-color: #fff;
}

.album .sliderLP, .album .sliderRP, .album .sliderLP.sliderAus, .album .sliderRP.sliderAus {
	fill: #FBF8F7;
}

.album .sliderDP, .album .sliderL:hover .sliderLP, .album .sliderR:hover .sliderRP, .album .sliderD:hover .sliderDP, .album .sliderLP.sliderEin, .album .sliderRP.sliderEin {
	fill: #E59A1C !important;
}


@media screen and (max-width: 1181px) {
	.album .sliderL, .album .sliderR {
		display: none;
	}

	.album {
		max-width: 750px;
		width: 100% !important;
	}

	.album .sliderBox {
		width: 100% !important;
	}

	.album .bilderBox {
		max-width: 760px;
		width: calc(100vw - 136px) !important;
	}
}

@media screen and (max-width: 700px) {
	.album .bilderBox {
		width: calc(100vw - 48px) !important;
	}
}

@media screen and (max-width: 520px) {
	.album .sliderD {
		top: -18px;
		left: 340px !important;
	}
}



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





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

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

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

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

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

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

.kalenderAutor {
	padding: 15px 0;
}

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

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


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





/**
 * §GRUPPEN
 */
.gruppen:not(#infoSpalte) {
	display: flex;
	flex-wrap: wrap;
	width: 710px;
}

.gruppen .berichtfrontTitel {
	width: 100%;
}

.gruppen .berichtfrontBox {
	width: calc((100% / 3 * 1) - 20px);
}

.infoboxMyNewsletter .aktionMyNewsletter {
	padding: 0.75rem 0;
}

.berichtfrontBox.myNewsletter {
	display: none;
}

.myn-MyNewsletter_Show {
	padding: 0.75rem 0;
}


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

	.gruppen:not(#infoSpalte) {
		width: 100%;
	}

	.gruppen .berichtfrontBox {
		width: calc((100% / 4 * 1) - 20px);
	}

	.berichtfrontBox.myNewsletter {
		display: block;
		width: calc((100% / 4 * 2) - 20px);
	}

}


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

	.gruppen .berichtfrontBox {
		width: calc((100% / 3 * 1) - 20px);
	}

	.berichtfrontBox.myNewsletter {
		width: calc((100% / 3 * 2) - 20px);
	}

}


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

	.gruppen .berichtfrontBox {
		width: calc((100% / 2 * 1) - 20px);
	}

	.berichtfrontBox.myNewsletter {
		width: calc((100% / 2 * 2) - 20px);
	}

}


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

	.gruppen .berichtfrontBox {
		width: calc((100% / 1 * 1) - 20px);
	}

	.berichtfrontBox.myNewsletter {
		width: calc((100% / 1 * 1) - 20px);
	}

}





/**
 * §GRUPPENSEITE
 */
.gruppenseite .besitzer {
	overflow: auto;
}

@supports (display: flow-root) {

	.gruppenseite .besitzer {
		overflow: unset;
		display: flow-root;
	}

}

.gruppenseite .infoboxLink {
	padding: 2px 0;
}


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

	.bericht.gruppenseite {
		width: calc((100% / 2 * 1) - 20px);
	}

	#infoSpalte.gruppenseite {
		width: calc((100% / 2 * 1) - 20px);
	}

	#infoSpalte.gruppenseite {
		display: block;
	}

	.infobox:nth-child(3) {
		display: none;
	}

}


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

	.bericht.gruppenseite {
		width: 100%;
	}

	#infoSpalte.gruppenseite {
		width: 100%;
	}

}





/**
 * §SUCHE
 */
.suche {
	line-height: 140%;
}

.modSucheNavigation {
	border: 1px solid#b8b8b8;
}

.suche .modSucheAusgabeAusfuehrlichBild,
.suche .modSucheAusgabeAusfuehrlichText {
	padding: 20px 10px 20px 0;
}

.suche .modSucheAusgabeAusfuehrlichDatum,
.suche .modSucheAusgabeAusfuehrlichBild,
.sucheingabe .modSucheAusgabeAusfuehrlichDatum,
.sucheingabe .modSucheAusgabeAusfuehrlichBild {
	font-size: 0;
	line-height: 100%;
}

.suche .modSucheAusgabeAusfuehrlichDatum,
.sucheingabe .modSucheAusgabeAusfuehrlichDatum {
	font-size: 16px;
}

div.infoseiteB div.modSucheAusgabeAusfuehrlichText {
	min-height: 105px;
	line-height: 140%;
}


.modSucheAusgabeAusfuehrlichText a b {
	font-size: 18px;
	line-height: 180%;
}

hr.modSuche {
	clear: left;
	font-size: 0;
}

div.modSucheAusgabeHandlichV {
	padding: 0 10px 0 0;
}

table.modSucheTable {
	margin-left: 0;
	line-height: 140%;
}

.sucheingabeElement {
	line-height: 140%;
}

#searchcontrol .gsc-control {
	width: 490px;
}


/* sucheingabe */
.sucheingabe {
	padding: 20px 350px 20px 70px;
}

.sucheingabe div.auswahlsuche {
	padding: 15px 40px 20px 40px;
	display: block;
	background: #f2f2f2;
}

.sucheingabe div.auswahlsuche select {
	padding: 0;
	width: 160px;
	border: 1px solid #aaa;
}

.sucheingabe div.auswahlsuche form {
	margin: 0;
	padding: 0;
}

.sucheingabe div.auswahlsuche form div#ID1treffer {
	display: block;
	padding: 5px 0px 5px 0px;
	color: #E59A1C;
}

.sucheingabe div.auswahlsuche form input#ID1sucheTitel {
	margin: 10px 0px 0px 0px;
	padding: 1px;
	width: 140px;
}

div.kwSelect {
	position: absolute;
	width: 160px;
	padding: 0 0 5px 0;
	background-color: #f5f5f5;
	border: 1px solid #999;
	z-index: 8;
}

div.kwSelect a {
	display: block;
	width: 150px;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	line-height: 130%;
	padding: 0 5px;
}

div.kwSelect a:hover {
	color: #000;
	background-color: #fff;
}


/* suche sitemap */
.sucheingabe div.sucheSitemap {
	padding: 0 0 40px 0;
}

.sucheingabe div.sucheSitemap h2 {
	font-family: "Ubuntu", sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding: 6px 0 12px 0;
	color: #E59A1C;
	line-height: 120%;
}

.sucheingabe div.sucheSitemap h3 {
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	padding: 2px 0 10px 10px;
	color: #666666;
}

.sucheingabe div.sucheSitemap .spalten {
	min-height: 250px;
	padding: 40px 40px 0 40px;
	overflow: hidden;
	background: #f2f2f2;
}

.sucheingabe div.sucheSitemap div.spalte {
	float: left;
	width: 220px;
}

.sucheingabe div.sucheSitemap div.aktiv a {
	display: block;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	padding: 1px 0 2px 27px;
	color: #E59A1C;
	background: transparent url(/_kirchenweb/images/checkboxEin.png) no-repeat scroll 10px 7px;
}

.sucheingabe div.sucheSitemap div.aktiv a span {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 0 5px;
	color: #afafaf;
}

.sucheingabe div.sucheSitemap div.inaktiv a {
	display: block;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 130%;
	padding: 1px 0 2px 27px;
	color: #666666;
	background: transparent url(/_kirchenweb/images/checkboxAus.png) no-repeat scroll 10px 7px;
}

.sucheingabe div.sucheSitemap div.inaktiv a span {
	font-size: 16px;
	padding: 0 0 0 5px;
	color: #afafaf;
}

.sucheingabe div.sucheSitemap div.deaktiv {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 130%;
	padding: 1px 0 2px 27px;
	color: #afafaf;
}

.sucheingabe div.sucheSitemap div.deaktiv span {
	font-size: 16px;
	padding: 0 0 0 5px;
}

.sucheingabe div.sucheSitemap div.link {
	text-align: right;
	padding: 10px 0 0 0;
}

.sucheingabe div.sucheSitemap div.link a {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #666666;
	text-decoration: underline;
}

.sucheingabe div.sucheSitemap .abschluss {
	height: 10px;
	margin: 0 0 7px 10px;
	border-right: 1px solid#b8b8b8;
	border-bottom: 1px solid#b8b8b8;
}

.sucheingabe div.sucheSitemap .anzeigen {
	background: #f2f2f2;
}

.sucheingabe div.sucheSitemap .anzeigen .button {
	display: none;
}

.sucheingabe div.sucheSitemap .anzeigen div.treffer {
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	padding: 0 0 20px 50px;
}

.sucheingabe div.sucheSitemap .anzeigen div.treffer span {
	font-size: 16px;
	font-weight: bold;
	color: #E59A1C;
}





/**
 * §ERWEITERUNG §DISKUSSION
 */
.diskussion {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 2px solid #F5EFEB;
}

.diskussion .inaktiv {
	color: #aaa;
}

.diskussion .text {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 3px;
	font-size: 16px;
}

.diskussion .diskussionBeschreibung {
	padding: 5px 0;
	color: #666666;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	text-align: left;
}

.diskussion .diskussionEintrag {
	padding: 5px 0;
	color: #666666;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 140%;
	text-align: left;
}

.diskussion .diskussionAutor {
	color: #E59A1C;
}

.diskussion .diskussionAutor span {
	font-weight: bold;
}

.diskussion .diskussionText {
	margin-bottom: 10px;
}





/**
 * §EINFÜGEBEFEHLE
 */
/* bild */
.mediaBild img {
	max-width: 100%;
}

/* media */
.kwMedia {
	max-width: 480px;
	width: 100% !important;
	height: auto !important;
}

/* person: profil */
.adrfoto {
	margin: 10px 0;
}

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

.adrfotoInhalt {
	margin-left: 100px;
	padding: 0 10px;
}

/* karte */
.karte {
	max-width: 400px;
	width: 100% !important;
	margin: 10px 0;
}

/* liste */
.liste {
	margin: 10px 0;
}

.login div.loginRow {
	clear: both;
}
.login div.loginRow:nth-child(2),
.login div.loginRow:nth-child(3),
.login div.loginRow:nth-child(4) {
	margin-bottom: 15px;
}

.login div.loginRow span {
	float: none !important;
	width: 175px !important;
}

.login div.loginRow span,
.login div.loginRow input {
	display: block;
}
.login div.loginRow input[type="text"],
.login div.loginRow input[type="submit"],
.login div.loginRow input[type="password"] {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.login div.loginRow span,
	.login div.loginRow input {
		display: inline-block;
	}
	.login div.loginRow span {
		float: left !important;
		vertical-align: middle;
	}
}

/**
 * §FORMULAR
 */
@media screen and (max-width: 1181px) {

	input.formular[type="text"], textarea.formular {
		width: 100% !important;
	}

}

input.formular[type=text], textarea.formular {
 padding: 5px 10px;
}

.formularEingabe #formularSubmit {
	padding: 10px;
}


/* CSS DOMAINSPEZIFISCH */
#navigation .navE.navE1 {
	float: none;
}

.featuredItem.featuredArticle {
	width: 100%;
	margin-right: 0;
}
.featuredItem.featuredArticle .berichtfrontBild.erstesBild {
	padding-right: 20px;
	box-sizing:border-box;
}
