.ikiss_norel, .ikiss_norel :not(.btn, .btn *) {
	color: #00c200 !important;
}

.accordion-title.ikiss_norel * {
	background-color: #ffcccc !important;
}
/*.ikiss_norel .btn {
	color: #fff !important;
}*/
.ui-datepicker {
	display: none;
	width: 350px;
	max-width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	border-radius: 3px;
	overflow: hidden;
	margin: 5px 0;
	margin: calc(var(--margin) / 3) 0;
}
.ui-datepicker table {
	table-layout: fixed;
	width: 100%;
	margin: 0;
}
.ui-datepicker .ui-datepicker-header {
	display: inline-block;
	width: 99.999%;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
}
.ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header span {
	color: #fff;
}
.ui-datepicker td {
	padding: 0;
}
.ui-datepicker th, .ui-datepicker td a {
	padding: 10px 2%;
}
.ui-datepicker th {
	font-weight: bold;
	color: #fff;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
	border-top: 1px solid #000;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: bold;
	padding: 10px 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	float: left;
	font-size: 0;
	color: transparent;
	padding: 7px 10px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-today {
	float: none !important;
	font-size: 20px;
	font-weight: normal;
	padding-left: 15px;
	padding-left: var(--padding, 15px);
	margin-left: 5px;
	margin-left: calc(var(--margin) / 3);
}
.ui-datepicker-calendar a {
	display: block;
}
.ui-datepicker-calendar td:hover a,
.ui-datepicker-calendar td:focus a {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.3);
}
.ui-datepicker-calendar a.ui-state-active {
	font-weight: bold;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #fff;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::after {
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 900;
	margin-right: 5px;
	margin-right: calc(var(--margin) / 3);
}
.ui-datepicker-prev::before {
	content: '\f137';
}
.ui-datepicker-next::after {
	content: '\f138';
}
#datepicker_events .ui-datepicker {
	width: 100%;
}
#datepicker_events .ui-state-active {
	color: #fff;
	color: var(--primarytextcolor, #fff);
	background-color: #006080;
	background-color: var(--primarycolor, #006080);
}
.inputs .row{
	margin-bottom: 2px;
}
.inputs input, .inputs select, .inputs textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #949494;
	border: 1px solid var(--input-border-color, #949494);
	padding: 7.5px 5px;
	padding: var(--padding-sm, 7.5px) calc(var(--padding, 15px) / 3);
	margin-bottom: 8px;
}
.inputs input:focus, .inputs select:focus, .inputs textarea:focus {
	border: 1px solid #585858;
	border: 1px solid var(--gray, #585858);
}
.inputs input, .inputs select, .inputs .btn > a {
	display: inline-block;
	height: 2.625em;
}
.inputs select[multiple="multiple"], .inputs input[type="file"] {
	height: auto;
}
.inputs input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
	margin: calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) 0;
}
.inputs input[type="radio"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
	margin: calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) 0;
}
.inputs textarea {
	resize: vertical;
	min-height: 2.625em;
}
.inputs label {
	display: inline-block;
	margin-bottom: 3px;
}
.volltextsuche .inputs label {
	padding-right: 5px;
	padding-right: calc(var(--padding, 15px) / 3);
}
#SFm + p, .volltextsuche + b, .solr-results > p:first-child {
	display: block;
	margin-top: 1em;
}
.more {
	font-weight: bold;
	color: #006080;
	color: var(--linkcolor, #006080);
}
.altering-list li {
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 10px;
}
.altering-list li:nth-child(even) {
	background-color: #f9f9f9;
}
.altering-list .date, .altering-list .file {
	font-size: 0.7em;
}
/* Bildeinbindungen ohne Template */
img.mt_left {
    float: left;
	margin-left: 15px;
	margin-right: var(--margin, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
img.mt_left.mt_autowidth {
    width: calc(50% - 15px) !important;
}
img.mt_right {
    float: right;
	margin-left: 15px;
    margin-left: var(--margin, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
img.mt_right.mt_autowidth {
    width: calc(50% - 15px) !important;
}
img.mt_middle {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px !important;
	margin-bottom: var(--margin, 15px) !important;
}
img.mt_middle.mt_autowidth {
    width: 66.666% !important;
}
img.mt_none {
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
    vertical-align: bottom;
}
.mt_ac {
    position: relative;
    max-width: 100%;
}
.mt_ac img[class*="mt_"] {
    float: none;
	width: 100% !important;
    margin: 0 !important;
    vertical-align: bottom;
}
.mt_ac.mt_left { 
    float: left;
	margin-right: 15px;
	margin-right: var(--margin, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.mt_ac.mt_left.mt_autowidth {
    width: calc(50% - 15px) !important;
}
.mt_ac.mt_right {
    float: right;
	margin-left: 15px;
	margin-left: var(--margin, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.mt_ac.mt_right.mt_autowidth {
    width: calc(50% - 15px) !important;
}
.mt_ac.mt_middle {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px !important;
	margin-bottom: var(--margin, 15px) !important;
}
.mt_ac.mt_middle.mt_autowidth {
    width: 66.666% !important;
}
.mt_ac.mt_noalign {
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.mt_ac .mc2_ac {
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	max-width: calc(100% - 30px);
    max-height: 100%;
	font-size: 0.75rem;
    line-height: normal;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
    background-color: var(--whitesmoke, #f0f0f0);
    background-color: rgba(255, 255, 255, 0.85);
	padding: 0.25em 0.375em;
}
@media screen and (max-width: 1023px) {
    img.mt_left, img.mt_right, .mt_ac.mt_left, .mt_ac.mt_right {
        max-width: calc(66.666% - 15px);
    }
    .mt_ac img[class*="mt_"] {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    img.mt_left, img.mt_right, .mt_ac.mt_left, .mt_ac.mt_right {
        max-width: calc(50% - 15px);
    }
    .mt_ac img[class*="mt_"] {
        max-width: none;
    }
    .mt_ac .mc2_ac {
        font-size: 0.5rem;
    }
}

/* Suchergebnis/Listengenerator */
.result-list {
	margin-bottom: 0.75em;
}
.result-list > li:not(:last-child), .result-list > dd:not(:last-child), .result-list > div > dd:not(:last-child),
.result-list.flex-row > li, .result-list.flex-row > dd, .result-list.flex-row > div > dd {
	border-bottom: 1px solid #f0f0f0;
	border-bottom: 1px solid var(--whitesmoke, #f0f0f0);
	padding-bottom: 15px;
	padding-bottom: var(--padding, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.widget .result-list > li:not(:last-child), .widget .result-list > dd:not(:last-child), .widget .result-list > div > dd:not(:last-child) {
	border-bottom-color: #e8e8e8;
    border-bottom-color: var(--gainsboro, #e8e8e8);
}
.result-list > li.with-background {
    background-color: #eee;
    padding: 0;
    border: none;
}
.result-list.flex-row > li.with-background {
    margin: 15px;
	margin: var(--margin, 15px);
}
li.with-background .order-0 .list-text {
	padding: 15px 0 15px 15px;
	padding: var(--padding, 15px) 0 var(--padding, 15px) var(--padding, 15px);
}
li.with-background .order-1 .list-text {
	padding: 15px 15px 15px 0;
	padding: var(--padding, 15px) var(--padding, 15px) var(--padding, 15px) 0;
}
li.with-background .flex-col-1.order-0 .list-text {
	padding: 15px 15px 0 15px;
	padding: var(--padding, 15px) var(--padding, 15px) 0 var(--padding, 15px);
}
li.with-background .flex-col-1.order-1 .list-text {
	padding: 0 15px 15px 15px;
	padding: 0 var(--padding, 15px) var(--padding, 15px) var(--padding, 15px);
}
.result-list .row {
	margin-left: -7.5px;
	margin-left: calc(-1 * var(--margin-sm, 7.5px));
	margin-right: -7.5px;
	margin-right: calc(-1 * var(--margin-sm, 7.5px));
}
.result-list [class^="column-"] {
	padding-left: 7.5px;
	padding-left: var(--padding-sm, 7.5px);
	padding-right: 7.5px;
	padding-right: var(--padding-sm, 7.5px);
}
.result-list .flex-row { /* zur Unterscheidung von ".result-list.flex-row" und ".result-list .flex-row" muss ".flex-row" nachfolgend stets mit aufgefuehrt werden! */
	margin: 0 -7.5px;
	margin: 0 calc(-1 * var(--margin-sm, 7.5px));
}
.result-list .flex-row [class*="flex-col-"] {
	margin: 0 7.5px;
	margin: 0 var(--margin-sm, 7.5px);
}
.result-list .flex-row .flex-col-1 {
	flex-basis: 100%;
	width: 100%;
}
.result-list .flex-row .flex-col-2, .result-list .flex-row .flex-col-2x4, .result-list .flex-row .flex-col-3x6 {
	flex-basis: calc(50% - 15px);
	flex-basis: calc(50% - var(--flex-gap-column, 15px));
	width: calc(50% - 15px);
	width: calc(50% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-2, .result-list .flex-row .flex-col-2x4, .result-list .flex-row .flex-col-3x6 {
		flex-basis: calc(49.999% - 15px);
		flex-basis: calc(49.999% - var(--flex-gap-column, 15px));
		width: calc(49.999% - 15px);
		width: calc(49.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-3, .result-list .flex-row .flex-col-2x6 {
	flex-basis: calc(33.333% - 15px);
	flex-basis: calc(33.333% - var(--flex-gap-column, 15px));
	width: calc(33.333% - 15px);
	width: calc(33.333% - var(--flex-gap-column, 15px));
}
.result-list .flex-row .flex-col-2x3, .result-list .flex-row .flex-col-4x6 {
	flex-basis: calc(66.666% - 15px);
	flex-basis: calc(66.666% - var(--flex-gap-column, 15px));
	width: calc(66.666% - 15px);
	width: calc(66.666% - var(--flex-gap-column, 15px));
}
.result-list .flex-row .flex-col-4 {
	flex-basis: calc(25% - 15px);
	flex-basis: calc(25% - var(--flex-gap-column, 15px));
	width: calc(25% - 15px);
	width: calc(25% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-4 {
		flex-basis: calc(24.999% - 15px);
		flex-basis: calc(24.999% - var(--flex-gap-column, 15px));
		width: calc(24.999% - 15px);
		width: calc(24.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-3x4 {
	flex-basis: calc(75% - 15px);
	flex-basis: calc(75% - var(--flex-gap-column, 15px));
	width: calc(75% - 15px);
	width: calc(75% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-3x4 {
		flex-basis: calc(74.999% - 15px);
		flex-basis: calc(74.999% - var(--flex-gap-column, 15px));
		width: calc(74.999% - 15px);
		width: calc(74.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-5 {
	flex-basis: calc(20% - 15px);
	flex-basis: calc(20% - var(--flex-gap-column, 15px));
	width: calc(20% - 15px);
	width: calc(20% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-5 {
		flex-basis: calc(19.999% - 15px);
		flex-basis: calc(19.999% - var(--flex-gap-column, 15px));
		width: calc(19.999% - 15px);
		width: calc(19.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-2x5 {
	flex-basis: calc(40% - 15px);
	flex-basis: calc(40% - var(--flex-gap-column, 15px));
	width: calc(40% - 15px);
	width: calc(40% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-2x5 {
		flex-basis: calc(39.999% - 15px);
		flex-basis: calc(39.999% - var(--flex-gap-column, 15px));
		width: calc(39.999% - 15px);
		width: calc(39.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-3x5 {
	flex-basis: calc(60% - 15px);
	flex-basis: calc(60% - var(--flex-gap-column, 15px));
	width: calc(60% - 15px);
	width: calc(60% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-3x5 {
		flex-basis: calc(59.999% - 15px);
		flex-basis: calc(59.999% - var(--flex-gap-column, 15px));
		width: calc(59.999% - 15px);
		width: calc(59.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-4x5 {
	flex-basis: calc(80% - 15px);
	flex-basis: calc(80% - var(--flex-gap-column, 15px));
	width: calc(80% - 15px);
	width: calc(80% - var(--flex-gap-column, 15px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.result-list .flex-row .flex-col-4x5 {
		flex-basis: calc(79.999% - 15px);
		flex-basis: calc(79.999% - var(--flex-gap-column, 15px));
		width: calc(79.999% - 15px);
		width: calc(79.999% - var(--flex-gap-column, 15px));
	}
}
.result-list .flex-row .flex-col-6 {
	flex-basis: calc(16.666% - 15px);
	flex-basis: calc(16.666% - var(--flex-gap-column, 15px));
	width: calc(16.666% - 15px);
	width: calc(16.666% - var(--flex-gap-column, 15px));
}
.result-list .flex-row .flex-col-5x6 {
	flex-basis: calc(83.333% - 15px);
	flex-basis: calc(83.333% - var(--flex-gap-column, 15px));
	width: calc(83.333% - 15px);
	width: calc(83.333% - var(--flex-gap-column, 15px));
}
@media only screen and (max-width: 767px) { /* in der result-list bleibt die Breite von flex-col-* erhalten; flex-col-* > 3 wird mit flex-col-sm-3 ergaenzt */
	.result-list .flex-row .flex-col-sm-1 {
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 15px;
		margin-bottom: var(--flex-gap-column, 15px);
	}
	.result-list .flex-row .flex-col-sm-3 {
		flex-basis: calc(33.333% - 15px);
		flex-basis: calc(33.333% - var(--flex-gap-column, 15px));
		width: calc(33.333% - 15px);
		width: calc(33.333% - var(--flex-gap-column, 15px));
	}
	.result-list .flex-row .flex-col-sm-2x3 {
		flex-basis: calc(66.666% - 15px);
		flex-basis: calc(66.666% - var(--flex-gap-column, 15px));
		width: calc(66.666% - 15px);
		width: calc(66.666% - var(--flex-gap-column, 15px));
	}
}
.result-list .order-0 {
	order: 0;
}
.result-list .order-1 {
	order: 1;
}
.flex-col-1.order-1 {
	padding-top: 15px;
	padding-top: var(--padding, 15px);
}
.result-list > li > a, .result-list .overlay > a {
	display: block;
	text-decoration: none;
	color: #383838;
	color: var(--darkgray, #383838);
	overflow: hidden;
}
.result-list.flex-row > li > a,
.result-list.flex-row .overlay > a {
	height: 100%;	
}
.result-list .list-img, .accordion .list-img {
	position: relative;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	vertical-align: bottom;
}
.list-img [class^="img-"] {
	position: relative;
	width: 100%;
	background: center center/cover no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.result-list > li > a:hover .list-img [class^="img-"],
.result-list > li > a:focus .list-img [class^="img-"] {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list-img [class^="img-"].contain {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	background-size: contain;
}
.list-img [class^="img-"].stretch {
	background-size: 100% 100%;
}
.list-img .img-1x1 {
	padding-top: 100%;
}
.list-img .img-3x2 {
	padding-top: 66.666%;
}
.list-img .img-4x3 {
	padding-top: 75%;
}
.list-img .img-16x9 {
	padding-top: 56.25%;
}
.list-img .mc2_ac {
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	max-width: calc(100% - 30px);
    max-height: 100%;
	font-size: 0.65rem;
    line-height: normal;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0.25em 0.375em;
}
.list-img.ikiss_norel {
	background-color: #c20000;
}
.list-img.ikiss_norel img, .list-img.ikiss_norel [class^="img-"] {
	-webkit-opacity: 0.666;
	opacity: 0.666;
}
.column-1 + .column-1 .list-text {
	padding-top: 15px;
	padding-top: var(--padding, 15px);
}
.list-text small {
	font-size: 0.75rem;
}
.list-text small + small {
	margin-left: 10px;
}
.list-text small > i[class*="fa-"],
.list-text small > a > i[class*="fa-"] {
	font-size: 1rem;
	line-height: 1;
	margin-right: 0.25em;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	vertical-align: unset;
}
.list-text p, .list-text ol, .list-text ul {
	margin-bottom: 0.5rem;
}
.list-text > :last-child, .list-text blockquote > :last-child {
	margin-bottom: 0;
}
.page-topic, 
.result-list .list-topic {
    display: block;
    font-size: 0.8125rem;
	color: #006080;
    color: var(--linkcolor, #006080);
}
.result-list .list-title {
	display: block;
	font-size: 1.3125rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}
.result-list > li > a:hover .list-title,
.result-list > li > a:focus .list-title,
.result-list .overlay > a:hover .list-title,
.result-list .overlay > a:focus .list-title {
	color: #006080;
	color: var(--linkcolor, #006080);
}
.widget .result-list .list-title {
	font-size: 1rem;
	font-weight: 700;
	border: 0;
	padding: 0;
	margin: 0 0 0.5rem;
}
.page-icons,
.result-list .list-icons {
    display: block;
	font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
	color: #585858;
    color: var(--gray, #585858);
	padding-left: 1px;
}
.page-title + .page-icons {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}
.page-icons > span, .page-icons > time,
.list-icons > span, .list-icons > time {
	display: inline-block;
}
.page-icons > span:not(:last-child), .page-icons > time:not(:last-child),
.list-icons > span:not(:last-child), .list-icons > time:not(:last-child) {
	margin-right: 0.5em;
}
.page-icons i[class*="fa-"],
.list-icons i[class*="fa-"] {
    font-size: 1rem;
    vertical-align: -5%;
    margin-right: 0.25em;
}
.result-list .overlay {
	position: relative;
}
.overlay a.overlay-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overlay .overlay-content {
	position: relative;
	pointer-events: none;
	z-index: 40;
}
.overlay-content a, .overlay-content [ikissedit] {
	pointer-events: all;
	position: relative;
}
/* Paginierung */
ul.pagenav, .pagenav ul {
	padding-left: 0;
	margin: 25px -5px -5px;
}
.pagenav li {
	display: inline-block;
}
.pagenav a, .pagenav span {
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #585858;
	color: var(--primarycolor, #585858);
	border: 1px solid #e8e8e8;
	border: 1px solid var(--gainsboro, #e8e8e8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 5px;
	margin: calc(var(--margin, 15px) / 3);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagenav a:hover, .pagenav a:focus {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.pagenav .pn_active {
	font-weight: 600;
	color: #585858;
	color: var(--gray, #585858);
	background-color: #e8e8e8;
	background-color: var(--gainsboro, #e8e8e8);
}
.pagenav .pn_step_l, .pagenav .pn_page_l, .pagenav .pn_step_r, .pagenav .pn_page_r {
	font-size: 0;
}
.pagenav .pn_step_l::before, .pagenav .pn_page_l::before, .pagenav .pn_step_r::before, .pagenav .pn_page_r::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	font-weight: 900;
	line-height: 34px;
}
.pagenav .pn_step_l::before {
	content: '\f323';
}
.pagenav .pn_page_l::before {
	content: '\f053';
}
.pagenav .pn_step_r::before {
	content: '\f324';
}
.pagenav .pn_page_r::before {
	content: '\f054';
}
/* Medien */
audio, video {
    display: block;
    width: 100%;
}
.medien audio, .medien video {
    margin-bottom: 0.75em;
}
.pdf-preview {
    background: center center/contain no-repeat;
	background-color: #f0f0f0;
    background-color: var(--whitesmoke, #f0f0f0);
    padding-top: 66.666%;
}
/* Veranstaltungen */
.veranstaltungen .column-2x3 .adressen {
	margin-bottom: 0.75em;
}
/* Cookie-Hinweis und Tracking-Hinweis */
.cookie-note, .tracking-note {
	width: 100%;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 25px;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cookie-note {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	z-index: 90;
}
#cookie-note {
	display: none;
}
.cookie-note .btn-row {
	margin: -0.375em;
}
.cookie-note .btn-row .btn {
	margin: 0.375em;
}
.tracking-note .btn {
    margin: 0;
}
.cookie-note.bottom-left {
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 500px;
}
.cookie-note.bottom-right {
	position: fixed;
	bottom: 30px;
	right: 30px;
	max-width: 500px;
}
.cookie-note.bottom {
	position: fixed;
	bottom: 0;
}
@media screen and (max-width: 1023px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		font-size: 0.8em;
		padding: 15px;
		padding: var(--padding, 15px);
	}
}
@media screen and (max-width: 767px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		right: 0;
		bottom: 0;
		left: 0;
		max-width: none;
		-webkit-box-shadow: 0 0 15px #000;
		box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); 
	}
}
/* Zusatzmodul: Formulareditor */
fieldset.ikiss-form-fieldset,
legend.ikiss-form-legend,
.ikiss-form-element label,
.ikiss-form-element input,
.ikiss-form-element select,
.ikiss-form-element textarea {
	float: none;
	width: auto;
	font-size: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
.ikiss-mailform::after {
	content: '';
	display: block;
	clear: both;
	height: 0px;
	line-height: 0;
	visibility: hidden;
}
.ikiss-mailform-infolabel {
	font-size: 0.75em;
}
fieldset.ikiss-form-fieldset p::after,
fieldset.ikiss-form-fieldset div::after,
div.ikiss-form-fieldgroup p::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
span.ikiss-form-element {
	display: inline-table;
	float: none;
	width: 60%;
}
span.ikiss-form-element input,
span.ikiss-form-element select,
span.ikiss-form-element textarea,
span.ikiss-form-element label {
	display: inline-block;
	margin-bottom: 3px;
}
span.ikiss-field-radio label {
	display: inline;
}
span.ikiss-field-checkbox label {
	display: inline;
}
fieldset.ikiss-form-fieldset {
	border: 1px solid #c8c8c8;
	border: 1px solid var(--silver, #c8c8c8);
	padding: 1em;
	margin: 1em 0 0.75em 0;
}
legend.ikiss-form-legend {
	font-size: 1.313rem;
	font-weight: bold;
	padding: 0 0.25em;
}
span.ikiss-field-label {
	float: left;
	width: 30%;
	margin-right: 6%;
}
span.ikiss-field-textfield input {
	width: 100%;
	padding: 1%;
}
span.ikiss-field-textarea textarea {
	width: 100%;
	min-height: 30px;
	padding: 1%;
	resize: vertical;
}
span.ikiss-field-select select {
	width: 100%;
}
span.ikiss-field-checkbox input {
	margin-right: 2%;
}
span.ikiss-field-checkbox label {
	padding-right: 3%;
}
span.ikiss-field-radio input {
	margin-right: 2%;
}
span.ikiss-field-radio label {
	padding-right: 3%;
}
span.ikiss-field-file input {
	width: 100%;
}
span.ikiss-field-button input, span.ikiss-field-button {
	float: left;
	width: auto;
}
.ikiss-mailform-infolabel {}
.ikiss-mailform-req-marker-text {
	padding: 0.75em 0;
}
.ikiss-form-fieldset input,
.ikiss-form-fieldset select,
.ikiss-form-fieldset textarea,
.ikiss-form-element input,
.ikiss-form-element select,
.ikiss-form-element textarea {
	width: 100%;
	border: 1px solid #949494;
	border: 1px solid var(--input-border-color, #949494);
	padding: 7.5px 5px;
	padding: var(--padding-sm, 7.5px) calc(var(--padding, 15px) / 3);
	margin-bottom: 7.5px;
	margin-bottom: var(--margin-sm, 7.5px);
}
.ikiss-form-fieldset input:focus,
.ikiss-form-fieldset select:focus,
.ikiss-form-fieldset textarea:focus,
.ikiss-form-element input:focus,
.ikiss-form-element select:focus,
.ikiss-form-element textarea:focus {
	border: 1px solid #585858;
	border: 1px solid var(--gray, #585858);
}
.ikiss-form-fieldset input,
.ikiss-form-fieldset select,
.ikiss-form-fieldset .btn > a,
.ikiss-form-element input,
.ikiss-form-element select,
.ikiss-form-element .btn > a {
	display: inline-block;
	height: 2.625em;
}
.ikiss-form-fieldset select[multiple="multiple"],
.ikiss-form-fieldset input[type="file"],
.ikiss-form-element select[multiple="multiple"],
.ikiss-form-element input[type="file"] {
	height: auto;
}
.ikiss-form-fieldset input[type="checkbox"],
.ikiss-form-element input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
	margin: calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) 0;
}
.ikiss-form-fieldset input[type="radio"],
.ikiss-form-element input[type="radio"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
	margin: calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) calc(var(--margin, 15px) / 3) 0;
}
.ikiss-form-fieldset select[multiple],
.ikiss-form-element select[multiple] {
	height: auto;
}
.ikiss-form-fieldset input[type="reset"],
.ikiss-form-element input[type="reset"] {
	color: #585858 !important;
	color: var(--gray, #585858) !important;
	background-color: #e8e8e8 !important;
	background-color: var(--gainsboro, #e8e8e8) !important;
}
@media screen and (max-width: 767px) {
	.ikiss-form-element {
		width: 100% !important;
	}
}

/* Zusatzmodul: Newsletter */
.newsletter-error {
	font-weight: bold;
	color:#b00000;
}
.newsletter-categories {
	padding: 0 0 11px 0;
}
.newsletter-categories label {
	display: block;
}

/* Zusatzmodul: Tag Clouds */
.tc-item {
	display: inline-block;
	margin: 2px;
}

/* Zusatzmodul: Tourismus */
.page-icons .dehoga-letter,
.list-icons .dehoga-letter {
    margin-right: 0.25em;
}
.dehoga-stars i[class*="fa-"]:last-child {
    margin-right: 0;
}
.dehoga-stars.yellow i[class*="fa-"] {
    color: #f1c40f;
}
.dehoga-stars.green i[class*="fa-"] {
    color: #1fa67a;
}
.dtv-options i[class*="opt-"]::before {
    display: inline-block;
    content: '\f00c';
    width: 1.25em;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    vertical-align: -5%;
    margin-right: 0.25em;
}
.dtv-options i.opt-1::before {
    content: '\f206';
}
.dtv-options i.opt-3::before {
    content: '\f000';
}
.dtv-options i.opt-4::before {
    content: '\f561';
}
/*.dtv-options i.opt-5::before {
    content: '\e00d';
}*/
.dtv-options i.opt-7::before {
    content: '\f26c';
}
.dtv-options i.opt-8::before {
    content: '\f578';
}
.dtv-options i.opt-9::before {
    content: '\f5e2';
}
.dtv-options i.opt-10::before {
    content: '\f7f6';
}
.dtv-options i.opt-11::before {
    content: '\f400';
}
.dtv-options i.opt-13::before {
    content: '\f5c5';
}
.dtv-options i.opt-14::before {
    content: '\f6d3';
}
.dtv-options i.opt-16::before {
    content: '\f8da';
}
.dtv-options i.opt-17::before {
    content: '\f522';
}
.dtv-options i.opt-18::before {
    content: '\f1ae';
}
.dtv-options i.opt-19::before {
    content: '\f8f4';
}
.dtv-options i.opt-20::before {
    content: '\f2cd';
}
.dtv-options i.opt-22::before {
    content: '\f0dc';
}
.dtv-options i.opt-24::before {
    content: '\f724';
}
.dtv-options i.opt-25::before {
    content: '\f540';
}
.dtv-options i.opt-26::before {
    content: '\f8d7';
}
.dtv-options i.opt-27::before {
    content: '\f073';
}
.dtv-options i.opt-28::before {
    content: '\f2e7';
}
.dtv-options i.opt-29::before {
    content: '\f193';
}
.dtv-options i.opt-32::before {
    content: '\f8e0';
}
/*.dtv-options i.opt-33::before {
    content: '\f8eb';
}*/
.dtv-options i.opt-34::before {
    content: '\f70c';
}
.dtv-options i.opt-35::before {
    content: '\f5ca';
}
.dtv-options i.opt-36::before {
    content: '\f680';
}
.dtv-options i.opt-37::before {
    content: '\f095';
}
.dtv-options i.opt-38::before {
    content: '\f787';
}
.dtv-options i.opt-39::before {
    content: '\f630';
}
.dtv-options i.opt-40::before {
    content: '\f898';
}
.dtv-options i.opt-41::before {
    content: '\f861';
}
.dtv-options i.opt-42::before {
    content: '\f64f';
}
.dtv-options i.opt-44::before {
    content: '\f236';
}
.dtv-options i.opt-45::before {
    content: '\f77d';
}
.dtv-options i.opt-46::before {
    content: '\f437';
}
.dtv-options i.opt-47::before {
    content: '\f8c3';
}
.dtv-options i.opt-48::before {
    content: '\f45e';
}
.dtv-options i.opt-49::before {
    content: '\f2cc';
}
.dtv-options i.opt-50::before {
    content: '\f5bb';
}
.dtv-options i.opt-51::before {
    content: '\f562';
}
.dtv-options i.opt-52::before {
    content: '\f59d';
}
.dtv-options i.opt-54::before {
    content: '\f1ac';
}
.dtv-options i.opt-55::before {
    content: '\f8ec';
}
.dtv-options i.opt-56::before {
    content: '\f72f';
}
.dtv-options i.opt-57::before {
    content: '\f4d3';
}
.dtv-options i.opt-58::before {
    content: '\f09d';
}
.dtv-options i.opt-59::before {
    content: '\f44b';
}
.dtv-options i.opt-60::before {
    content: '\f0fc';
}
.dtv-options i.opt-61::before {
    content: '\e01b';
}
.dtv-options i.opt-62::before {
    content: '\f1eb';
}
.dtv-options i.opt-63::before {
    content: '\f34e';
}
.dtv-options i.opt-64::before {
    content: '\fe6c';
}
.dtv-options i.opt-65::before {
    content: '\f7c9';
}

/* Zusatzmodul: Veranstaltungs- und Terminbuchung */
.booking-vacant,
.booking-short,
.booking-reserved,
.booking-expired {
    display: inline-block;
	padding: 5px 15px;
	padding: calc(var(--padding, 15px) / 3) var(--padding, 15px);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.booking-vacant, .booking-vacant a {
	color: #444;
    background-color: #b2f2bb;
}
.booking-short, .booking-short a {
	color: #444;
    background-color: #ffec99;
}
.booking-expired, .booking-reserved {
	color: #555;
    background-color: #f8f9fa;
}
.booking-time, .booking-info {
	margin: 0;
}
.booking-time i[class*="fa-"] {
	margin-right: 0.25em;
}
.booking-info {
	font-size: 0.8125rem
}
.flex-row.booking-list {
    margin-bottom: 0.25em;
}
.booking-list .flex-col-4 {
    margin-bottom: 0.5em;
}
.booking-list .list-title {
    margin: 0 0 0.25em;
}
.booking-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.booking-list li {
    margin-bottom: 0;
}
.booking-list a, div.booking-reserved, div.booking-expired {
	width: 100%;
	margin: 5px 0 5px;
	margin: calc(var(--margin, 15px) / 3) 0 calc(var(--margin, 15px) / 3);
}
.booking-form table {
	width: 100%;
    border-collapse: collapse;
}
.booking-form tr:nth-child(even) {
	background-color: #f0f0f0;
    background-color: var(--whitesmoke, #f0f0f0);
}
.booking-form th, .booking-form td {
	padding: 5px 15px;
	padding: calc(var(--padding, 15px) / 3) var(--padding, 15px);
}
.booking-form th {
    vertical-align: bottom;
    font-weight: bold;
    text-align: left;
}
.booking-form td {
    vertical-align: middle;
}
.booking-form table input, .booking-form table select {
    margin-bottom: 0;
}
.booking-form .ikiss-mailform-req-marker {
	position: absolute;
    color: #b00000;
    padding: 0 3px;
	cursor: help;
}
.booking-form input[type="checkbox"] + label {
    display: inline;
}
@media screen and (max-width: 767px) {
    .booking-form th, .booking-form td {
		font-size: 0.875em;
		padding: 5px;
		padding: calc(var(--padding, 15px) / 3);
    }
    .booking-form .booking-vacant,
    .booking-form .booking-short,
    .booking-form .booking-reserved {
		padding: 5px 7.5px;
		padding: calc(var(--padding, 15px) / 3) var(--padding-sm, 7.5px);
    }
}
/* Zusatzmodul: Volltextsuchmaschine SOLR */
.solr-results em {
	font-style: italic;
	background-color: #ff0;
	padding: 0 0.25em 0 0.125em;
}
.solr-results a {
	text-decoration: none;
}
/* Zusatzfunktion: Aufklapp-Effekt */
.accordion {
	clear: both;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion-title {
	display: block;
	font-size: 1.313rem;
	font-weight: 400;
	text-align: left;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	margin: 0 0 10px;
	cursor: pointer;
}
.accordion-title.smaller-title {
	font-size: 1.125rem;
}
.accordion-title.bigger-title {
	font-size: 1.5rem;
}
.accordion-title button {
	position: relative;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	color: inherit;
	background: transparent;
	padding: 5px 10px;
	margin: 0;
	cursor: inherit;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.accordion-title button::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.accordion-title span {
	display: inline-block;
	text-align: left;
	line-height: 1.33;
	color: inherit;
	margin-right: 20px;
}
.accordion-title,
.accordion-title span {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.accordion-title i[class*="fa-"] {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.25rem;
	color: inherit;
	margin-right: 0 !important;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.accordion-title i[class*="fa-"].flip-x {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	transform-origin: 25% 25%;
}
.accordion-container {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.accordion-title.as-link {
	font-size: 1rem;
	font-weight: normal;
	color: #006080;
	color: var(--linkcolor, #006080);
	background: none;
	margin: 0 0 0.75em;
}
.accordion-title.as-link button {
	width: unset;
	color: inherit;
	background: transparent;
	padding: 0 0.5em 0 0;
}
.accordion-title.as-link span {
	color: inherit;
	margin-right: calc(20px + 0.25em);
}
.accordion-title.as-link i[class*="fa-"] {
	font-size: 1rem;
	font-weight: 400;
	color: inherit;
}
.accordion-container.with-background {
	background-color: #f0f0f0;
	background-color: var(whitesmoke, #f0f0f0);
	padding: 1em; 
	margin-bottom: 1em;
}
.rs_active .accordion-container {
    display: block !important;
}
.rs_active .accordion-title {
	cursor: auto;
}
.rs_active .accordion-title i[class*="fa-"] {
    display: none;
}

/* Zusatzfunktion: Bildergalerie (PhotoSwipe) */
.flex-row.image-gallery {
	--flex-gap-column: 5px;
	--flex-gap-row: 10px;
	margin: 0 -5px calc(0.75em - 10px);
	margin: 0 calc(-1 * var(--flex-gap-column, 5px)) calc(0.75em - var(--flex-gap-row, 10px));
}
.image-gallery [class*="flex-col-"] {
	/* Vorhandene Klassen: flex-col-1, -2, -3, -4 */
	margin: 0 5px 10px;
	margin: 0 var(--flex-gap-column, 5px) var(--flex-gap-row, 10px);
}
.image-gallery .flex-col-1 {
	flex-basis: 100%;
	width: 100%;
}
.image-gallery .flex-col-2 {
	flex-basis: calc(50% - 10px);
	flex-basis: calc(50% - var(--flex-gap-row, 10px));
	width: calc(50% - 10px);
	width: calc(50% - var(--flex-gap-row, 10px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-2 {
		flex-basis: calc(49.999% - 10px);
		flex-basis: calc(49.999% - var(--flex-gap-row, 10px));
		width: calc(49.999% - 10px);
		width: calc(49.999% - var(--flex-gap-row, 10px));
	}
}
.image-gallery .flex-col-3 {
	flex-basis: calc(33.333% - 10px);
	flex-basis: calc(33.333% - var(--flex-gap-row, 10px));
	width: calc(33.333% - 10px);
	width: calc(33.333% - var(--flex-gap-row, 10px));
}
.image-gallery .flex-col-4 {
	flex-basis: calc(25% - 10px);
	flex-basis: calc(25% - var(--flex-gap-row, 10px));
	width: calc(25% - 10px);
	width: calc(25% - var(--flex-gap-row, 10px));
}
@supports (-ms-ime-align:auto) { /* Edge */
	.image-gallery .flex-col-4 {
		flex-basis: calc(24.999% - 10px);
		flex-basis: calc(24.999% - var(--flex-gap-row, 10px));
		width: calc(24.999% - 10px);
		width: calc(24.999% - var(--flex-gap-row, 10px));
	}
}
@media only screen and (max-width: 767px) {
	.image-gallery .flex-col-4 {
		flex-basis: calc(50% - 10px);
		flex-basis: calc(50% - var(--flex-gap-row, 10px));
		width: calc(50% - 10px);
		width: calc(50% - var(--flex-gap-row, 10px));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.image-gallery .flex-col-4 {
			flex-basis: calc(49.999% - 10px);
			flex-basis: calc(49.999% - var(--flex-gap-row, 10px));
			width: calc(49.999% - 10px);
			width: calc(49.999% - var(--flex-gap-row, 10px));
		}
	}
}
.image-single {
    max-width: 100%;
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.image-single.pull-left {
    float: left;
	margin-right: 15px;
	margin-right: var(--margin, 15px);
}
.image-single.pull-right {
    float: right;
	margin-left: 15px;
	margin-left: var(--margin, 15px);
}
.image-single.pull-center {
	margin: 0 auto 15px;
	margin: 0 auto var(--margin, 15px);
}
.image-single.auto-width {
    width: 100%;
}
.image-single.pull-left.auto-width, .image-single.pull-right.auto-width {
    width: calc(50% - 15px);
}
.image-single.pull-center.auto-width {
    width: 66.666%;
}
.image-gallery li a, .image-single a {
    display: block;
    position: relative;
}
.image-gallery img, .image-single img {
    display: block;
    width: 100%;
    transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img,
.image-gallery a:focus img, .image-single a:focus img {
    -webkit-box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px #000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.image-single .img-caption {
	color: #585858;
    color: var(--gray, #585858);
    font-size: 0.875em;
    font-style: italic;
	text-align: left;
    padding-top: 0.25em;
}
.wrap-img {
    display: block;
	position: relative;
}
.wrap-img.ikiss_norel, .image-single.ikiss_norel .wrap-img {
    background-color: #c20000;
}
.wrap-img.ikiss_norel > img, .wrap-img.ikiss_norel > .bg-img, .image-single.ikiss_norel .wrap-img > img {
    -webkit-opacity: 0.666;
    opacity: 0.666;
}
.wrap-img > .img-copyright {
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	max-width: calc(100% - 30px);
    max-height: 100%;
	font-size: 0.75rem;
    line-height: normal;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
    background-color: var(--whitesmoke, #f0f0f0);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0.25em 0.375em;
}
@media screen and (max-width: 1023px) {
    .image-single.pull-left, .image-single.pull-right {
        max-width: calc(66.666% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .image-single.pull-left, .image-single.pull-right {
        max-width: calc(50% - 15px);
    }
    .wrap-img > .img-copyright {
        font-size: 0.5rem;
    }
}

/* Zusatzfunktion: Dynamisches Organigramm */
.org-chart {
	font-size: 1rem;
	overflow-wrap: break-word; /* Chrome */
	word-wrap: break-word; /* Chrome */
}
.org-chart .flex-row {
	margin: 0 -0.5em;
}
.org-chart [class*="flex-col-"] {
	margin: 0;
}
.org-chart .flex-col-2 {
	flex-basis: 50%;
	width: 50%;
}
.org-chart .flex-col-3 {
	flex-basis: 33.333%;
	width: 33.333%;
}
.org-chart .flex-col-4 {
	flex-basis: 25%;
	width: 25%;
}
.org-chart .flex-col-5 {
	flex-basis: 20%;
	width: 20%;
}
.org-chart .flex-col-6 {
	flex-basis: 16.666%;
	width: 16.666%;
}
@media only screen and (min-width: 1024px) {
	.org-chart-level-1 .org-chart-main {
		order: 1;
	}
	.org-chart-level-1 .org-chart-left {
		order: 0;
	}
	.org-chart-level-1 .org-chart-right {
		order: 2;
	}
}
@media only screen and (max-width: 1023px) {
	.org-chart .flex-col-md-1 {
		flex-basis: 100%;
		width: 100%;
	}
	.org-chart .flex-col-4,
	.org-chart .flex-col-md-2 {
		flex-basis: 50%;
		width: 50%;
	}
	.org-chart .flex-col-6,
	.org-chart .flex-col-md-3,
	.org-chart .flex-col-5 {
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.org-chart-level-1 .flex-col-md-2 {
		margin-top: -1em;
	}
}
@media only screen and (max-width: 767px) {
	.org-chart [class*="flex-col-"] {
		flex-basis: 100%;
		width: 100%;
	}
}
.org-chart-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	padding: 1em;
	margin: 1em 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
}
.org-chart-item:hover,
.org-chart-item:focus,
.tab-focus > .org-chart-item {
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.org-chart-item p {
	padding: 0;
	margin: 0;
}

/* Zusatzfunktion: Mediathek */
audio, video {
	display: block;
	width: 100%;
}
.responsive-video, .flowplayer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	background-color: #000;
	overflow: hidden;
}
.responsive-video iframe, .flowplayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mediathek .result-list .list-img {
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.mediathek .result-list .flex-row .flex-col-2 {
		flex-basis: calc(100% - 15px);
		flex-basis: calc(100% - var(--flex-gap-column, 15px));
		width: calc(100% - 15px);
		width: calc(100% - var(--flex-gap-column, 15px));
	}
	.mediathek .result-list .flex-row .flex-col-2.order-1 {
		padding-top: 15px; /* zusaetzlicher Abstand bei Bild und Text untereinander */
		padding-top: var(--padding, 15px);
	}
}

/* Zusatzfunktion: Neu/Gelesen */
.unread {
	font-weight: bold;
	text-transform: uppercase;
}
.unread i[class*="fa-"]::before {
	font-weight: 700;
}

/* Zusatzfunktion: Textabschnitte in mehreren Spalten */
@media only screen and (max-width: 1023px) {
    .text-columns .flex-col-4 {
		flex-basis: calc(50% - 30px);
		flex-basis: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
		width: calc(50% - 30px);
		width: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.text-columns .flex-col-4 {
			flex-basis: calc(49.999% - 30px);
			flex-basis: calc(49.999% - calc(2 * var(--flex-gap-column, 15px)));
			width: calc(49.999% - 30px);
			width: calc(49.999% - calc(2 * var(--flex-gap-column, 15px)));
		}
	}
}
@media only screen and (max-width: 767px) {
    .text-columns [class*="flex-col-"] {
		flex-basis: 100%;
		width: 100%;
	}
}

/* Zusatzfunktion: Veranstaltungsliste mit grossem Datum */
.big-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-left: 0;
}
.big-date li {
	position: relative;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.big-date li:last-child {
	margin-bottom: 0;
}
.big-date a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	text-decoration: none;
}
.big-date a:hover,
.big-date a:focus {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.big-date .list-date {
	min-width: calc(2rem + 3.75ch);
	color: #fff;
	padding: 1rem;
}
.big-date .list-date .day {
	display: block;
	font-size: 1.875rem;
}
.big-date .list-date .month {
	display: block;
	font-size: 1rem;
}
.big-date .list-text {
	width: 100%;
	color: #585858;
	color: var(--gray, #585858);
	padding: 15px;
	padding: var(--padding, 15px);
}
.big-date .list-title {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
}
.big-date .list-icons {
	display: block;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.5;
	color: #585858;
	color: var(--gray, #585858);
}
.big-date .list-text p {
	margin-bottom: 0.5rem;
}
.big-date .list-text :last-child {
	margin-bottom: 0;
}
/* Folgende Klassen sind nur nötig, falls .list-icons noch nicht aus .result-list vorhanden: */
.list-icons span,
.list-icons time,
.result-list_object-properties span {
	display: inline-block;
	margin-right: 0.5em;
}
.list-icons span span,
.list-icons span time,
.list-icons time span:last-child{
	margin-right: 0;
}
.list-icons i[class*="fa-"] {
	font-size: 1rem;
	margin-right: 0.25em;
	vertical-align: -5%;
}

/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 85;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	justify-content: center;
	align-items: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.modal-window-overlay {
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	opacity: 0;
	animation-name: modal-window-open;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes modal-window-open {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@media screen and (min-width: 768px) {
	.modal-window-overlay {
		max-width: 960px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
	}
}
@media screen and (min-width: 768px) and (min-height: 431px) {
	.modal-window-overlay {
		height: auto;
		max-height: 400px;
	}
}
@media screen and (min-width: 768px) and (min-height: 631px) {
	.modal-window-overlay {
		max-height: 600px;
	}
}
@media screen and (min-width: 768px) and (min-height: 831px) {
	.modal-window-overlay {
		max-height: 800px;
	}
}
.modal-window-content {
	padding: 30px;
	padding: var(--padding-lg, 30px);
}
.modal-window-content div[style="display:inline"]:last-of-type > :last-child { /* Designtemplate-Felder */
	margin-bottom: 0;
}
.frontend .modal-window-hide-btn {
	vertical-align: bottom;
	margin-top: 30px;
	margin-top: var(--margin-lg, 30px);
}
.frontend .modal-window-hide-x {
	float: right;
	cursor: pointer;
	line-height: 1;
	color: #585858;
	color: var(--gray, #585858);
	background-color: transparent;
	margin: -20px -20px 30px 30px;
}
.modal-window-hide-x i[class*="fa-"] {
	margin-right: 0;
}
.modal-window-hide-x .fa-fw {
	height: 1.25em;
}
/* Zusatzfunktion: Zwei-Klick-Loesung fuer Iframes */
.is-ios * {
	cursor: pointer;
}
.iframe-autowidth {
	position: relative;
	height: 0;
}
.iframe-autowidth .iframe-preview, .iframe-autowidth .iframe-frame {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.iframe-preview {
	position: relative;
	background: center center/cover no-repeat;
}
.iframe-wrap, .iframe-preview, .iframe-frame {
	max-width: 100%;
}
.iframe-wrap[data-iframe-autowidth="1"] > .iframe-preview {
	max-width: none;
}
.iframe-preview .mc2_ac {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 66.666%;
	text-align: left;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	background-color: rgba(255, 255, 255, 0.75);
	padding: 2px 5px;
}
.iframe-message {
	display: none;
	position: absolute;
	width: 100%;
	width: calc(100% - 50px);
	max-width: 500px;
	max-height: calc(100% - 50px);
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 25px;
	margin: 25px;
	overflow-y: auto;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.iframe-message.top-left {
	top: 25px;
	left: 25px;
	max-width: 500px;
	margin: 0;
}
.iframe-message.top-right {
	top: 25px;
	right: 25px;
	max-width: 500px;
	margin: 0;
}
.iframe-message.top {
	top: 25px;
	right: 25px;
	left: 25px;
	max-width: none;
	margin: 0;
}
.iframe-message.dark {
	color: #fff;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
	background-color: rgba(0, 0, 0, 0.75);
}
.iframe-message a {
	font-weight: bold;
}
.iframe-message.dark a {
	color: #fff;
}
.iframe-message .btn {
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.iframe-message {
		max-width: 500px;
		width: calc(100% - 30px);
		font-size: 0.75em;
		padding: 15px;
		padding: var(--padding, 15px);
		margin: 15px;
		margin: var(--margin, 15px);
	}
	.iframe-message.top-left {
		top: 15px;
		left: 15px;
	}
	.iframe-message.top-right {
		top: 15px;
		right: 15px;
	}
	.iframe-message.top {
		top: 15px;
		right: 15px;
		left: 15px;
	}
}
/* Zusatzmodul: Bewertung und Kommentare (DEV) */
.buk-uebersicht li {
	display: inline-block;
	min-width: 75px;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
}
.buk-uebersicht {
	margin: 0;
}
#bewertung a span {
	margin-left: 5px;
	margin-left: calc(var(--margin, 15px) / 3);
}
.thumbup::before,
.thumbdown::before,
.kommentar::before,
.quote::before {
	font-family: "Font Awesome 5 Pro";
}
.kommentar::before {
	content: '\f075';
}
.thumbup::before {
	content: '\f164';
}
.thumbdown::before {
	content: '\f165';
}
.statsbox {
	display: block;
	float:left;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 10px;
	margin-right: 15px;
	margin-right: var(--margin, 15px);
	margin-bottom: 15px;
	margin-bottom: var(--margin, 15px);
}
.statsbox.comments-view {
	width: 100%;
}
.statsbox.comments-view h3 {
	margin-top: 10px;
}

/* Zusatzmodul: Karten (DEV) */
.gmc_page {
	position: relative;
	width: 100%;
	height: 550px;
	padding: 0;
	margin: 0;
}
.gmc_header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 48;
	width: auto;
}
.gmc_control {
	float: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 33.333%;
	min-width: 200px;
	height: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 10px;
	margin: 0;
	z-index: 46;
}
.gmc_control .inputs.row .column-1 {
	position: relative;
}
.gmc_control .gmc_input {
	margin-bottom: 0;
}
.gmc_control button.submit {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	font-size: 16px;
	line-height: 0.8;
	cursor: pointer;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: transparent;
	border: none;
	padding: 0 15px;
	padding: 0 var(--padding, 15px);
}
.gmc_control ul.fancytree-container {
	font-size: 1em;
	background-color: transparent;
	border-bottom: 1px solid #c8c8c8;
	border-bottom: 1px solid var(--silver, #c8c8c8);
	padding: 0;
}
.gmc_control ul.fancytree-container {}
.gmc_control span.fancytree-node {
	display: block;
	position: relative;
	padding: 4px 5px;
}
.gmc_control span.fancytree-node:hover,
.gmc_control span.fancytree-node:focus,
.gmc_control span.fancytree-node.fancytree-expanded {
	color: #fff;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
}
.gmc_control span.fancytree-checkbox {
	display: none;
}
.gmc_control span.fancytree-icon {
	display: none;
}
.gmc_control .fancytree-selected span.fancytree-icon {
	display: inline-block;
	background: none;
}
.gmc_control .fancytree-selected span.fancytree-icon::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
}
.gmc_control span.fancytree-custom-icon {
	width: 25px;
	height: 18px;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
}
.gmc_control .fancytree-selected span.fancytree-custom-icon::before {
	content:'\f00c';
}
.gmc_control span.fancytree-node:hover.fancytree-selected span.fancytree-custom-icon::before,
.gmc_control span.fancytree-node:focus.fancytree-selected span.fancytree-custom-icon::before {
	color: #fff;
}
.gmc_control span.fancytree-expander {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	background: none;
	margin: 0;
	z-index: 40;
}
.gmc_control span.fancytree-expander::after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	font-weight: 900;
	line-height: 30px;
}
.gmc_control span.fancytree-node.fancytree-expanded .fancytree-expander::after {
	content: '\f0d8';
	opacity: 0.5;
	line-height: 30px;
}
.fancytree-exp-n span.fancytree-expander::after,
.fancytree-exp-nl span.fancytree-expander::after {
	display: none;
}
.gmc_control span.fancytree-title {
	color: #383838;
	color: var(--darkgray, #383838);
	vertical-align: middle;
}
.gmc_control .fancytree-plain span.fancytree-node:hover span.fancytree-title,
.gmc_control .fancytree-plain span.fancytree-node:focus span.fancytree-title,
.gmc_control .fancytree-plain span.fancytree-node.fancytree-expanded span.fancytree-title {
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
	border-color: transparent;
}
.gmc_control .fancytree-plain span.fancytree-active.fancytree-partsel span.fancytree-title,
.gmc_control .fancytree-plain span.fancytree-selected.fancytree-partsel span.fancytree-title {
	font-weight: 700;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: transparent;
	border: 1px solid transparent;
	border-color: transparent;
}
.gmc_control .fancytree-plain span.fancytree-node.fancytree-partsel:hover span.fancytree-title,
.gmc_control .fancytree-plain span.fancytree-node.fancytree-partsel:focus span.fancytree-title,
.gmc_control .fancytree-plain span.fancytree-node.fancytree-expanded.fancytree-partsel span.fancytree-title {
	color: #fff;
}
.gmc_control .fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-active span.fancytree-title,
.gmc_control .fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-selected span.fancytree-title {
	background-color: transparent;
	border-color: transparent;
}
.gmc_control .fancytree-plain span.fancytree-active span.fancytree-expander,
.gmc_control .fancytree-plain span.fancytree-selected span.fancytree-expander {
	color: #383838;
	color: var(--darkgray, #383838);
}
.gmc_control .fancytree-plain span.fancytree-node:hover span.fancytree-expander,
.gmc_control .fancytree-plain span.fancytree-node:focus span.fancytree-expander,
.gmc_control .fancytree-plain span.fancytree-node.fancytree-expanded span.fancytree-expander {
	color: #fff;
}

#div_gmc_pos {
	float: right;
}
#div_gmc_pos input {
	width: 5em;
}

.gmc_cmdbar {
	width: 100%;
}
.gmc_cmdbar input {
	width: auto;
	font-size: 16px;
	padding: 0 0.5em !important;
	margin: 3px;
}	
.gmc_cmdbar input[type=button] {
	font-weight: bold;
	color: #fff;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0.5em !important;
	margin-left: 0px;
}
.gmc_cmdbar .btn {
	min-width: 0;
	margin: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.gmc_cmdbar .btn > i {
	margin-right: 0;
}
.gmc_cmdbar .btn:hover,
.gmc_cmdbar .btn:focus {
	color: #fff;
	background-color: #383838;
	background-color: var(--darkgray, #383838);
}
.gmc_cmdbar .btn.active > i::before {
	content:'\f0c9';
}

.gmc_map {
	float: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.gmc_map .gmc_input {
	float: left;
	position: relative;
	top: 10px;
	left: 200px;
	z-index: 42;
	width: 250px;
}
.gmc_page .gm-style-moc { /* GMC-Zoomhinweis */
	padding: 1em 1em 1em calc(33.333% + 1em) !important;
	text-align: center;
}
.gmc_page .leaflet-container::after { /* OSM-Zoomhinweis */
	padding: 1em 1em 1em calc(33.333% + 1em);
	text-align: center;
}
.gm-style-iw .adr { /* GMC - Infowindow */
	float: left;
	margin: 5px;
	margin: calc(var(--margin, 15px) / 3);
}
.gm-style-iw .gm-footer {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 4px;
	margin: 5px 0;
	margin: calc(var(--margin, 15px) / 3) 0;
}
.gm-style-iw img {
	float: right;
	width: 150px;
	margin: 5px;
	margin: calc(var(--margin, 15px) / 3);
}

/* GMC-Tooltip */
.gmc_tooltip {
	min-width: 150px;
	max-width: 200px;
}

.mwl_label {
	width: 24px;
	font-size: 10px;
	text-align: center;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	border: 1px solid #383838;
	border: 1px solid var(--darkgray, #383838);
}

.gmc_adrlist_link {
	border: none;
	cursor: pointer;
	padding: 1em 15px;
	padding: 1em var(--padding, 15px);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gmc_adrlist_link:hover,
.gmc_adrlist_link:focus {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gmc_adrlist_link a,
.gmc_adrlist_link a:link,
.gmc_adrlist_link a:visited {
	display: block;
	min-height: 120px;
	text-decoration: none !important;
	color: #383838;
	color: var(--darkgray, #383838);
	border-bottom: 1px solid #c8c8c8;
	border-bottom: 1px solid var(--silver, #c8c8c8);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gmc_adrlist_link a:hover,
.gmc_adrlist_link a:focus {
	display: block;
	min-height: 120px;
	text-decoration: none !important;
	color: #383838;
	color: var(--darkgray, #383838);
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid var(--darkgray, #383838);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gmc_adrlist_link a small {
	opacity: 0.5;
}
.gmc_adrlist_link a small i.fa {
	vertical-align: baseline;
}

#ikiss_gmc_tree_wrapper {
	clear: both;
	height: 100%;
	height: calc(100% - 75px);
	padding-top: 25px;
	overflow: auto;
}
.ikiss_cattree ul li {
	padding: 0;
	margin: 0;
}
.ikiss_cattree ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ikiss_cattree input {
	display: none;
}
.ikiss_cattree span label img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}
.ikiss_cattree span label i {
	display: inline;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.ikiss_cattree span label {
	display: block;
	position: relative;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin: 0;
	cursor: pointer;
}
.ikiss_cattree span label:hover,
.ikiss_cattree span label:focus,
#ikiss_gmc_tree_wrapper ul li.active span label {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
}
.ikiss_cattree ul li.active span label::after {
	content: '\f00c';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
}

img.fancytree-icon {
	width: 25px !important;
	height: 29px !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	vertical-align: middle !important;
}
.gmc_map > div {
	z-index: 44;
}
#gmc_cookie_msg {
	float: right;
	width: 66.666%;
	text-align: center;
}
/* Karte in der Randspalte */
.randspalte .widget.kartenmodul  {
	padding: 0;
}
.randspalte .widget.kartenmodul h3 {
	margin: 0;
}
.randspalte .widget.kartenmodul .leaflet-pane {
	z-index: 44;
}
.randspalte .widget.kartenmodul .leaflet-control {
	z-index: 46;
}

@media screen and (min-width: 1024px) {

	.gmc_adrlist_link:nth-child(3n+1) {
		clear: both;
	}

}

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

	.gmc_adrlist_link:nth-child(2n+1) {
		clear: both;
	}
	
}

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

	div.gmc_page {
		height: auto;
	}
	div.gmc_control {
		width: 100% !important;
		height: auto;
	}
	div.gmc_header {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	div.gmc_control {
		position: relative;
		top: auto;
		bottom: auto;
		width: 100%;
	}
	div.gmc_map {
		height: 400px;
	}
	.gmc_page .gm-style-moc { 
		padding-left: 1em !important;
	}
	.gmc_page .leaflet-container::after {
		padding-left: 1em;
	}
	#gmc_cookie_msg {
		float: none;
		width: 100%;
		text-align: center;
	}

}