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

.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: #ffec00;
}
.modSucheAusgabeAusfuehrlich.myNewsletter:hover {
	background: #ffec00;
}
.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: #ffec00;
}

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

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

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

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

@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(255,236,0, 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: #ffec00;
	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);}
}


html{
	height:100%;
}
body{
	margin: 0;
	width: 100%;
	overflow-x:hidden;
	font-family: "Lato", sans-serif;
	font-size: 18px;
}

h1{
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	color: #ffec00;
	text-shadow: 1px 1px 0 #666;
	text-align:center;
	margin-bottom: 60px;
}

h2{
	font-weight: 600;
	font-size: 1.2em;
	color: #ffec00;
	text-shadow: 0 1px 0 #666;
	text-align: left;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #d95a18;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a:hover{
	text-decoration: underline;
}

a.btn, a.btn:hover{
	display:inline-block;
	background: #ffec00;
	color: #fff;
	padding: 7px 15px;
	margin: 10px 0;
}
a.btn:hover{
	background: #006698;
	text-decoration:none;
}


/* toplinie */
.topline{
position: fixed;
top: 0;
left: 0;
right: 0;
background: #444;
color: #fff;
z-index: 3;
min-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: 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: 14px auto;
}



/* topline logo */
.topline .toplineLogo{
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	align-self: center;
}
.topline #toplineLogoImg{
width: auto;
height: 50px;
vertical-align: -15px;
padding: 0 5px 0 0;
}
.topline .toplineTeaser{
display: inline;
font-weight: 600;
font-size: 1.5em;
color: #ffec00;
text-shadow: 0 1px 0 #666;
}

.toplineLogo a{
text-decoration: none;
}
.toplineLogo a:hover{
text-decoration: none;
}



/* 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: 9px 0 8px 10px;
padding: 0;
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: #ffec00;
cursor: pointer;
width:23px;
height:23px;
}
.toplineSuche svg {
stroke: #ffec00;
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: 4px 7px 4px 10px;
color: #444;
font-size: 1.5em;
font-size: 13px;
background: #f4f4f4;
}
#toplineSucheListe li.aktiv {
background: #fffbc6 ;
}
@media screen and (max-width: 650px){
	.topline .toplineSuche{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding: 10px;
	background: #ffec00;
	z-index: 1;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheForm{
	width: 100%;
	height: 40px;
	}
	.topline .toplineSuche .toplineSucheCell #toplineSucheInput{
	width: 90%;
	margin: 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: #ffec00;
	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;
color: #fff;
}
.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: #fff;
margin-top: 60px;
}

.headline .weiterNav{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width:1100px;
}
.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:#ffec00;
	stroke:#ffec00;
    width: 20px;
    height: 40px;
}
.headline .weiterNav .left svg{
	transform:rotate(180deg);
}
.headline .weiterNav > *:hover svg {
	fill:#fff;
	stroke:#fff;
}
.headline .weiterNav > *:hover{
	background: #ffec00;
}

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

/* WEITER NAV ENDE */

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

.default{
background: #ddd;
color: #444;
}
.default h1{
color: #ffec00;
}
.lightblue{
background: #fffbc6;
color: #444;
}
.lightblue h1{
color: #ffec00;
}
.blue{
background: #ffec00;
color: #fff;
}
.blue h1{
color: #fff;
}
.grey{
background: #eee;
color: #444;
}
.grey h1{
color: #ffec00;
}

.contentline.autor{
min-height: 0;
border-top: 1px solid rgba(0,123,183,0.2);
}

.content{
line-height: 1.5em;
}
.content:after{
content: " ";
display:block;
clear:both;
}

.content > .absaetze{
display: box;
display: flexbox;
display: flex;
display: -webkit-flex;
align-items: stretch;
justify-content: center;
flex-flow: row;
flex-wrap: wrap;
}
.content > .absaetze > .absatz{
flex: 1;
-webkit-flex: 1;
padding-right: 15px;
width: 50%; 
min-width: 400px;
}
.content > .absaetze > .absatz:last-child{
padding-right: 0;
padding-left: 15px;
}
.content > .absaetze > .absatz > .titel{
clear: both;
font-style: italic;
font-weight: normal;
font-size: 1.7em;
color: #ffec00;
text-shadow: 1px 1px 0 #666;
text-align: left;
margin-bottom: 20px;
min-height: 90px;
}
@media screen and (max-width: 1000px){
	section.infoseite_tc-team .content > .absaetze > .absatz > div.titel:empty{
	display: none;
	}
}

.contentline > div,
.footline > div {
max-width: 1100px;
padding: 60px;
margin: 0 auto;
}

@media screen and (max-width: 1000px){    
	.content > .absaetze{
	display:block;
	}
	.content > .absaetze > .absatz{
	width: 100%;
	min-width: inherit;
	padding: 0;
	}
	.content > .absaetze > .absatz:last-child{
	padding: 0;
	margin-top: 60px;
	}
	section.infoseite_tc-team .content > .absaetze > .absatz:last-child{
	margin-top: 0;
	}
	.content > .absaetze > .absatz > .titel{
	margin-bottom: 40px;
	min-height: auto;
	}
}


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

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

#slideshow{
	background-size: cover;
	background-position: 50% 50%;
	max-width:1920px;
	margin:0 auto;
	height: 370px;
	overflow:hidden;
}

@media screen and (max-width:800px){
	#slideshow{
		height:280px;
	}
}
@media screen and (max-width:600px){
	#slideshow{
		height:200px;
	}
}
@media screen and (max-width:400px){
	#slideshow{
		height:120px;
	}
}

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

@media screen and (max-width: 480px){
	.contentline > div {
		padding: 25px 20px;
	}
	h1{
		margin-bottom: 20px;
	}
	.infoseiteTitel h1{
		margin-bottom: 42px;
		margin-top: 20px;
	}
}


/* 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/menu-closed.png);
}
.kwmenu.opened{
	background-image: url(/bilder/menu-open.png);
}
.navline{
	position:fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index:2
}
.nav{
	width: 100%;
	position:relative;
	background: #ffec00;
	color: #444;
	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: #444;
	text-decoration:none;
	outline:none;
	font-size: 0.9em;
}
#navc .navE.aktiv{
	background:#fffbc6;
	color: #ffec00;
}
#navc .navSub{
	padding: 10px 40px 10px 10px;
}
#navc .navE:hover{
	background: #fff;
	color: #ffec00;
}
#navc span.navE0:hover{
	background-color: #ffec00;
	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;
    }

}


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

/* ===== Podcast-Front =====  */

.podcastfront{
	background-color: #fff;
}

.podcastfront h1{
color: #000;
}

.podcastEpisode{
width: 80%;
margin: 0 0 30px 60px;
padding: 5px 7px;
position: relative;
background: #eee;
border: 5px solid #888;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.podcastEpisode:after, .podcastEpisode:before {
right: 100%;
top: 30%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.podcastEpisode:after {
border-color: #eee #eee rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
border-width: 5px;
margin-top: -5px;
}
.podcastEpisode:before {
border-color: #888 #888 rgba(255, 255, 0, 0) rgba(255, 255, 0, 0);
border-width: 11px;
margin-top: -10px;
}

.podcastEpisodeNew{
	width: 80%;
	margin: 0 auto;
	padding: 5px 7px !important;
	position: relative;
	background: #eee;
	border: 5px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.podcastTitel{
float: left;
font-weight: 600;
font-size: 1em;
color: #444;
text-align: left;
margin-bottom: 2px;
}

.podcastTeilen{
float: right;
font-size: 1em;
line-height: 1em;
margin-bottom: 2px;
}
.fb-like {
	overflow: hidden;
}
.fb-like span,
.fb-like iframe {
	height: 20px !important;
	width: 150px !important;
}

.podcastSprecher{
clear: both;
font-size: 0.6em;
line-height: 1em;
margin-bottom: 5px;
}
.podcastSprecherBild{
float: left;
border-radius: 50%;
overflow: hidden;
}
.podcastSprecherBild img{
display: block;
height: 48px;
width: auto;
}

.podcastTeaser{
font-weight: normal;
font-size: 1.2em;
line-height: 130%;
text-align: center;
margin-top: -20px;
margin-bottom: 60px;
}
.podcastBeschreibung{
font-size: 0.8em;
}
.podcastPlayer{
margin-bottom: 5px;
}

.podcastTags{
overflow: hidden;
}
.podcastTags div{
float: left;
font-size: 0.6em;
line-height: 1.5em;
margin: 2px 2px 0 0;
padding: 0px 2px;
background-color: #fff;
}

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

.podcastfront h1{
font-weight: 600;
font-size: 1.1em;
text-shadow: 1px 1px 0 #fff;
text-align:center;
margin: -15px 0 5px 0;
}
.podcastTeaser{
font-weight: normal;
font-size: 0.8em;
line-height: 130%;
text-align: center;
margin: 0 0 30px 0;
}
.podcastEpisode{
width: 75%;
margin: 0 0 20px 60px;
padding: 5px 7px;
}


}

.kontaktSprecherBild{
overflow: hidden;
float: left;
border-radius: 50%;
margin: 0 0 10px;
}
.kontaktSprecherBild img{
display: block;
height: 100px;
width: 100px;
object-fit: cover;
}
.kontaktSprecherText{
padding: 0 0 10px 120px;
}


/* ===== Podcast-Archiv =====  */

.podcastarchiv{
padding: 5vw;
background-color: #ffec00;
}
.podcastarchiv h1{
color: #000;
text-align: left;
padding: 0 0 0 5px;
}

.podcastSucheSelect{
font-size: 1rem;
margin-bottom: 10px;
padding: 5px 0 5px 5px;
width: 40vw;
min-width: calc(320px - 10vw);
}
select.podcastSucheSelect{
-webkit-appearance: none;
-moz-appearance: none;
background-color: #fff;
background-image: url('bilder/chevron-down.svg');
background-size: 15px auto;
background-repeat: no-repeat;
background-position: right 10px center;
padding-right: 20px;
border: 1px solid #d2d2d2;
box-shadow:0 0 10px 0 rgba(150,150,150,0.4) inset;
clear: none;
padding-right: 30px;
height: 32px;
margin:0 20px 5px 0;
border-radius: 5px;
}

.podcastSucheInput{
font-size: 1rem;
margin-bottom: 10px;
padding: 5px 0 5px 5px;
width: calc(40vw - 8px);
min-width: calc(313px - 10vw);
}
input.podcastSucheInput{
-webkit-appearance: none;
-moz-appearance: none;
background-color: #fff;
border: 1px solid #d2d2d2;
box-shadow:0 0 10px 0 rgba(150,150,150,0.4) inset;
clear: none;
height: 20px;
margin:0 20px 5px 0;
border-radius: 5px;
}

.podcastSucheButton{
font-size: 1rem;
margin-bottom: 10px;
padding: 5px;
}
input.podcastSucheButton{
-webkit-appearance: none;
-moz-appearance: none;
text-align: center;
background-color: #d2d2d2;
border: 1px solid #d2d2d2;
box-shadow:0 0 10px 0 rgba(150,150,150,0.4) inset;
clear: none;
height: 32px;
margin:0 5px 20px 0;
border-radius: 5px;
}


.podcastArchivResultateTabelle{
display: table;
overflow: scroll;
max-width: 90vw;
}
.podcastArchivResultateTitel{
display: table-row;
font-size: 1rem;
font-weight: bold;
line-height: 100%;
}
.podcastArchivResultateZeile{
font-size: 0.8rem;
line-height: 100%;
display: table-row;
cursor: pointer;
}
.podcastArchivResultateZeile:hover{
background-color: #fff;
}


.podcastArchivResultateZeile > div, .podcastArchivResultateTitel > div{
display: table-cell;
padding: 5px 15px 5px 0;
border-bottom: 1px solid #666;
}

.podcastArchivDatum{
}
.podcastArchivSprecher{
}
.podcastArchivSendung{
}
.podcastArchivThemen{
}
.podcastArchivThemen div{
float: left;
margin: 2px 2px 0 0;
padding: 0px 2px;
background-color: #fff;
}

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

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

.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: #fffbc6;
    min-height:100%;
}
.veranstaltungfrontBox .infobox{
	background: #ffec00;
    padding: 15px;
    color: #fff;
}
.veranstaltungfrontBox h2{
	padding: 0;
}
.veranstaltungfrontBox h2.veranstaltungen > a{
	color: #fff;
    font-size: 1.2em;
    text-decoration:none;
}
.veranstaltungfrontBox table.infoboxVeranstaltung{
	width: 100%;
}
.veranstaltungfrontBox table.infoboxVeranstaltung .infoboxDatum{
	padding-right:5px;
}
.infoboxVeranstaltung a{
	color: #fffbc6;
}
.infoboxVeranstaltung div.infoboxVeranstaltungTitel{
	color: #fff;
    text-decoration:none;
    margin-top: 12px;
    padding-top: 12px;
    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(255,236,0,0.1);
}

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

.content .frontmehrPfeil {
	clear: both;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}
.content .frontmehrPfeil .kwpfeil{
	stroke:rgba(255,236,0,1);
	fill:rgba(255,236,0,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;
}

.content .front .berichtfrontBox .berichtfrontTitel a {
	text-decoration: none;
	color: #ffec00;
	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: #d95a18;
}

/* FOCUSAREA */
.focusarea {
	position: relative;
	overflow: hidden;
	height:100%;
	max-width:100%;
	margin:auto;
}
.focusarea img {
	position: absolute;
	//left: 0;
	//top: 0;
	margin: 0;
	display: block;
	width: auto;
	height: auto;

	max-width:100%;
}
.contentline.bild > div.content{
	padding:0;
	height:200px;
}
.contentline.bild div.bildcontainer{
	margin:0 auto;
	height: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{
display: none;
}


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

/* tooltip (rechts von element) */
#kwTooltip {
	position: absolute;
	margin: -15px 0 0 0;
	z-index: 1000000;
	text-align: left;
	opacity: 1;
}
#kwTooltip div {
	position: relative;
}
#kwTooltip .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;
    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: 15px;
	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-weight: bold;
	white-space: nowrap;
}
#kwTooltip div.row {
	margin: 0;
	padding: 0 0 3px 0;
	background: none;
}
#kwTooltip div.row.spa {
	padding: 0;
	height: 10px;
}
#kwTooltip .des {
	color: #686e72;
	font-size: 10px;
}
#kwTooltip .kwTooltipInhalt table td {
	padding: 0 5px 0 0;
}


/* album */
.album > .albumName{
	padding: 0 15px;
    color: #ffec00;
    font-size: 1.2em;
}
.album > .albumDatum{
	padding: 0 15px;
    font-size: 0.9em;
    display:inline-block;
}
.album > .albumBeschreibungText{
	padding: 0 15px;
	font-size: 0.9em;
}
.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 {
	width: 24.4%;
    height: auto;
    display: inline-block;
    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:nth-child(-n+3){
	display:inline-block;
}
.album > .mobilescroll > .bilder > .bild img,
.album > .mobilescroll > .bilder > .mehrbilder img {
	width:100%;
	height:auto;
}
.album > .mobilescroll > .bilder > .bild > a{
	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;
}
.album > .mobilescroll > .bilder > .mehrbilder img{
	background-color: #fffbc6;
    border: 1px solid rgba(0,0,0,0.2);
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText:before{
	display: block;
    margin: 0 auto;
	content: "";
    width: 25%;
    height: 25%;
    margin-bottom: 15px;
    margin-top: 25%;
    background-image: url(/bilder/pfeil-rechts.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.album > .mobilescroll > .bilder > .mehrbilder.loading .ladenText:before{
	background-image: url(/bilder/kwLoadingHD.gif);
}
.album > .mobilescroll > .bilder > .mehrbilder .ladenText > div{
	text-align:center;
}
	

@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 > .weitereBilderLaden, .album > .mobilescroll > .bilder > .mehrbilder{
    	display: table-cell !important;
    }
    .album > .mobilescroll > .bilder > .bild img, .album > .mobilescroll > .bilder > .weitereBilderLaden img, .album > .mobilescroll > .bilder > .mehrbilder img{
    	width: 200px;
        height: 200px;
    }
}



/* suche */
div.suche{
padding: 0;
}
div.modSucheNavigation{
margin: 0 0 2% 0;
padding: 0.5% 1.5%;
background: #f2f2f2;
border: 0;
}
div.modSucheNavigationAnsicht{
float: right;
text-align: right;
}

.modSucheAusgabe{
	overflow-x: auto;
}

div.modSucheAusgabeAusfuehrlich{
margin: 0 0 1.5% 0;
padding: 0 0 1% 0;
min-height: 100px;
}
div.modSucheAusgabeAusfuehrlich:hover{
background: #f2f2f2;
}
.suche .modSucheAusgabeAusfuehrlichBild, .suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
float: left;
max-width: 100px;
width: 100%;
margin: 0 2% 0 0;
padding: 12px 0 0 0;
font-size: 1em;
}
.modSucheAusgabeAusfuehrlichText a b{
color: #ffec00;
font-size: 1.2em;
font-weight: 400;
line-height: 180%;
}
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;
}
.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(255,236,0,0.1);
}
div.modSucheAusgabeAusfuehrlich:hover a{
text-decoration: none !important;
}
.liste{
width: 100%;
max-width: 1100px;
margin: 0 auto;
border: 1px solid rgba(0,123,183,0.2);
text-align:left;
padding: 20px;
-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{
float:left;
height: 100px;
width: 100px;
}
.modSucheAusgabeAusfuehrlichText{
padding-left: 130px;
}

@media screen and (max-width: 450px){
	div.modSucheNavigation{
	font-size: 0.8em;
	}
	div.modSucheNavigationAnsicht{
	display: none;
	}
	div.modSucheAusgabeAusfuehrlich{
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.3;
	}
	.suche .modSucheAusgabeAusfuehrlichBild, .suche .modSucheAusgabeAusfuehrlichDatum, .sucheingabe .modSucheAusgabeAusfuehrlichBild, .sucheingabe .modSucheAusgabeAusfuehrlichDatum{
	max-width: 28%;
	width: 28%;
	margin: 0 2% 0 0;
	padding: 5px 0 0 0;
	font-size: 1em;
	}
	.modSucheAusgabeAusfuehrlichBild img, .modSucheAusgabeAusfuehrlichDatum img{
	width: 100%;
	height: auto;
	}
	.modSucheAusgabeAusfuehrlichText{
	padding-left: 31%;
	}
	.modSucheAusgabeAusfuehrlichText a b{
	line-height: 1.3;
	}
}



/* einfügebefehle */
div.mediaBild img{
max-width: 100%;
}
/* rundes bild (19.09.2017 dj/mh) */
div.mediaBild a img{
border-radius: 50%;
}
/* kein rundes bild auf infoseite /tc-links (19.09.2017 dj/mh) */
section.infoseite_tc-links div.mediaBild a img{
border-radius: 0;
}



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


/* dokumentbaum */
ul#documentTreeStatic {
margin: 3px 10px 50px 10px;
padding: 0;
list-style-type: none;
color: #000;
font-family: arial;
font-size: 0.9em;
}
ul#documentTreeStatic img {
border:0px;
}
ul#documentTreeStatic ul {
margin: 0;
padding: 3px 0 0 20px;
list-style-type: none;
display: none;
}
ul#documentTreeStatic li {
margin: 0;
padding: 0;
line-height: 20px;
}
ul#documentTreeStatic li a {
text-decoration: none;
padding: 0 5px 0 5px;
color: #009;
}
ul#documentTreeStatic li a:hover {
color: #000;
}

/* ========= 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{
	text-align: center;
}

.personBox.personKontakt, .personen > .personBox{
	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;
}
.personBox.personKontakt:hover, .personen > .personBox:hover{
	background: #fffbc6;
}
.personBox.personKontakt > .personName, .personen > .personBox > .personName{
	margin-bottom: 10px;
}
.personBox.personKontakt > .personName a, .personen > .personBox > .personName a{
	color: #ffec00 !important;
	text-decoration: none !important;
	font-size: 1.2em;
}

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

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

@media screen and (max-width: 900px){
	.personBox.personKontakt, .personen > .personBox{
		width: 33.3%;
		max-width: 33.3%;
	}
}
@media screen and (max-width: 600px){
	.personBox.personKontakt, .personen > .personBox{
		width: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 450px){
	.personBox.personKontakt, .personen > .personBox{
		width: 100%;
		max-width: 100%;
	}
}

/* ========= 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: #000;
	margin-bottom: 1px;
}
ul#documentTreeStatic [id^="node"]:hover, ul#documentTreeStatic [id*="node"]:hover{
	color: #ffec00;
}
ul#documentTreeStatic [id^="leave"], ul#documentTreeStatic [id*="leave"]{
	padding: 5px;
	color: #000;
	margin-bottom: 1px;
}
ul#documentTreeStatic [id^="leave"]:hover, ul#documentTreeStatic [id*="leave"]:hover{
	color: #ffec00;
}

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

.diskussion .diskussionEintrag{
	background: #fff;
	padding: 20px;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}
.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: #fffbc6;
}
.contentline.default .diskussion .diskussionEintrag:after{
	border-color: #fffbc6 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;
}



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

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



/* login */

.login > form{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.login > form > .loginRow{
	margin-bottom: 20px;
	text-align: center;
}

.login > form > .loginRow > span{
	text-align: left;
}

.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: #ffec00;
	color: #000;
	max-width: 200px;
	clear:both;
	display:block;
	margin: 0 auto;
	cursor: pointer;
}
.login > form > .loginRow > input.submit:hover{
	background: #004D89;
}

.login > form > .loginRow > a{
	clear:both;
	display: block;
}

.login > form > .loginRow #angemeldetBleiben{
	display: none;
}

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

.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: #ffec00 !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%;
	}
}



/* INFOSEITEN SCHRIFTEN UMSETZUNG */

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

b{
	font-weight: bold;
}


/* =========== BERICHTE ============= */
.headline .berichtTitel{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.8);
}
.headline .berichtTitel h1{
	margin-bottom: 40px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 2em;
	padding: 0 70px;
}
@media screen and (max-width: 600px){
	.headline .berichtTitel h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* =========== VERANSTALTUNGEN ============= */
.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: 2em;
}
@media screen and (max-width: 600px){
	.headline .veranstaltungTitel h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* =========== INFOSEITE ============= */

.headline .infoseiteTitel{
	background-color: #ffec00;
}
.headline .infoseiteTitel h1{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 60px;
	font-weight: normal;
	font-style: italic;
	font-size: 1.9em;
	color: black;
}
.contentline.infoseite,
.contentline.infoseite_tc-team{
	background: #ffec00;
	color: black;
}
.contentline.infoseite .content .absaetze .absatz .titel{
	color: black;
}
@media screen and (max-width: 600px){
	.headline .infoseiteTitel h1{
		font-size: 1.5em;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* ============ AGENDA =========== */
.agendaFilter{
	display:table;
	width:100%;
}
.agendaFilter >  *{
	display:table-cell;
	padding:10px;
}
.agendaFilter h1{
	margin-bottom:10px;
}
.agendaFilter select{
	padding: 10px;
	width: 100%;
	height: 47px;
	font-size: 1.0em;
	font-family: "Lato", Verdana, Geneva, sans-serif;
	background: #ddeff9;
	border: 0;
	outline:none;
	cursor: pointer;
}
.agendaFilter select option:not(:checked) { 
	background: #ddeff9;
	color: #000; 
}
	
.agendaFilter select option:checked {
	background: #007bb7;
	color: #fff;
}

/* =========== WORT ZUM TAG / KALENDERBLATT ============= */

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: #ffec00;
    padding: 15px 0;
}
div.kalender > div.kalenderInhalt > .kalenderText{
	background: #fffbc6;
    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: #fffbc6;
    border-right: 1px solid rgba(255,255,255,1);
    margin-bottom: 1px;
}
/*#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: #ffec00;
}
#infoSpalte.gruppen > .infobox > .infoboxLink{
	font-size: 0.9em;
}

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

/* Footer */
.spaltview{
	float: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-width: 180px;
    width: 33.3%;
    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;
}

.footerline{
	display: box;
	display: flexbox;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 25px !important;
	color: #444;
}
.footerline strong{
font-weight: 600;
}
.footerline .spaltview{
	flex: 0;
	-webkit-flex: 0;
	-moz-flex: 0;
	flex-grow: 0;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
    width: 33.3%;
	min-width: 210px;
	padding: 0 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerline .spaltview.autor{
	order: 1;
	font-size: 0.9em;
	line-height: 1.5em;
}
.autorinner{
	background: #fff;
	padding: 15px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #000;
}
.footerline .spaltview.autor {
	font-size: unset;
}
.footerline span {
	margin-bottom: 0.4em;
	display: inline-block;
}
.footerline .spaltview.autor .autorinner:after{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 27px;
}
.footerline .spaltview.address{
	order: 3;
}
.footerline .spaltview.address a{
	text-decoration: none;
}
.footerline .spaltview.footmenu{
	order: 2;
}
.footerline .spaltview.footsocial{
	order: 4;
}

@media screen and (max-width: 1000px){
	.footerline .spaltview.footmenu{
	}
}

@media screen and (max-width: 700px){
	.footerline .spaltview{
		width: 100%;
	}
	
	.footerline .spaltview.footsocial a{
		float: left;
	}
	.footerline, .footerline .spaltview{
		display: block;
	}
	.footerline:after, .footerline .spaltview:after{
		content: "";
		clear:both;
		display:block;
	}
	
}
