.ikiss_norel, .ikiss_norel * {
	color: #c20000 !important;
}
.ikiss_norel .btn {
	color: #fff !important;
}
.ui-datepicker {
    display: none;
	background-color: #eee;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin: 5px 0;
	width: 350px;
	max-width: 100%;
}
.ui-datepicker table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
}
.ui-datepicker .ui-datepicker-header {
	background-color: #000;
	display: inline-block;
	width: 99.99%;
}
.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 {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #333;
}
.ui-datepicker .ui-datepicker-title {
	padding: 10px 0;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	float: left;
	cursor: pointer;
	padding: 7px 10px;
	font-size: 0;
	color: transparent;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-today {
	float: none !important;
	margin-left: 5px;
	font-size: 20px;
	font-weight: normal;
	padding-left: 15px;
}
.ui-datepicker-calendar a {
	display: block;
}
.ui-datepicker-calendar td:hover a,
.ui-datepicker-calendar td:focus a {
	background-color: #111;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.ui-datepicker-calendar a.ui-state-active {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
.ui-datepicker-prev::before {
	content: '\f137';
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 900;
}
.ui-datepicker-next::after {
	content: '\f138';
	margin-left: 5px;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 900;
}
#datepicker_events .ui-datepicker {
	width: 100%;
}
.inputs .row{
	margin-bottom: 2px;
}
.inputs input, .inputs select, .inputs textarea {
	width: 100%;
	padding: 8px 5px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
}
.inputs input:focus, .inputs select:focus, .inputs textarea:focus {
    border: 1px solid #000;
}
.inputs input, .inputs select, .inputs .btn > a {
	height: 2.625em;
	display: inline-block;
}
.inputs select[multiple="multiple"], .inputs input[type="file"] {
	height: auto;
}
.inputs input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
}
.inputs input[type="radio"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 0;
}
.inputs textarea {
	resize: vertical;
	min-height: 2.625em;
}
.inputs label {
	display: inline-block;
	margin-bottom: 3px;
}
.volltextsuche .inputs label {
	padding-right: 5px;
}
#SFm + p, .volltextsuche + b, .solr-results > p:first-child {
	margin-top: 1em;
	display: block;
}
.more {
	font-weight: bold;
}
.altering-list li {
	padding: 10px;
	display: inline-block;
	width: 100%;
	background-color: #eee
}
.altering-list li:nth-child(even) {
	background-color: #f9f9f9;
}
.altering-list .date, .altering-list .file {
	font-size: 0.7em;
}
.mt_left img, .mt_right img, .mt_middle img, .mt_noalign img {
	width: auto;
}
.mt_left, .mt_right, .mt_middle, .mt_noalign {
	position: relative;
}
.mt_left .mc2_ac, .mt_right .mc2_ac, .mt_middle .mc2_ac {
	right: 0 !important;
}
.mt_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mt_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.mt_middle {
	float: none;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}
.mt_middle img {
	margin: 0 auto;
}
.mt_noalign {
	float: none;
	clear: both;
}
.mt_noalign .mc2_ac {
	right: 0;
}
.mt_middle .cont, .mt_noalign .cont {
	display: inline-block;
	position: relative;
}
/* Suchergebnis/Listengenerator */
.result-list {
    margin-bottom: 0.75em;
}
.result-list > li, .result-list > dd, .result-list > div > dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.result-list > li:last-child, .result-list > dd:last-child, .result-list > div:last-child > dd {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; /* widgets */
}
.result-list .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.result-list [class^="column-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.result-list > li > a, .result-list .overlay > a {
    color: #000;
    display: block;
    overflow: hidden;
}
.result-list .list-img, .accordion .list-img {
    position: relative;
    overflow: hidden;
}
.list-img img {
    width: 100%;
    vertical-align: bottom;
}
.list-img [class^="img-"] {
    background: center center/cover no-repeat;
    position: relative;
    width: 100%;
}
.list-img [class^="img-"].contain {
    background-color: #eee;
    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 {
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
    padding: 5px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 11.5px;
    line-height: normal;
    max-width: 66.666%;
    max-width: calc(100% - 30px);
    color: #000;
}
.list-img.ikiss_norel {
    background-color: #c20000;
}
.list-img.ikiss_norel img, .list-img.ikiss_norel [class^="img-"] {
    -webkit-opacity: 0.666;
    -moz-opacity: 0.666;
    -ms-opacity: 0.666;
    opacity: 0.666;
}
.column-1 + .column-1 .list-text {
    padding-top: 15px; /* zusaetzlicher Abstand bei Bild und Text untereinander */
}
.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;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    opacity: 0.7;
    vertical-align: unset;
}
.list-text p, .list-text ol, .list-text ul {
    margin-bottom: 0.5em;
}
.list-text > :last-child, .list-text blockquote > :last-child {
    margin-bottom: 0;
}
.result-list .list-title {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.3125rem;
    font-weight: 700;
}
.widget .result-list .list-title {
    font-size: 1rem;
}
.result-list .overlay {
    position: relative;
}
.overlay a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlay .overlay-content {
    position: relative;
    pointer-events: none;
    z-index: 40;
}
.overlay-content a, .overlay-content [ikissedit] {
    pointer-events: all;
    position: relative;
}
/* Paginierung */
.pagenav {
    margin: 25px -5px -5px;
}
.pagenav a, .pagenav span {
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: inline-block;
	color: #666;
	font-weight: 400;
	font-size: 18px;
	margin: 5px;
}
.pagenav .pn_active {
	background-color: #ddd;
	color: #666;
	font-weight: 600;
}
.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-weight: 900;
	font-size: 12px;
	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';
}
/* Veranstaltungen */
.veranstaltungen .column-2x3 .adressen {
	margin-bottom: 0.75em;
}
/* Cookie-Hinweis und Tracking-Hinweis */
.cookie-note, .tracking-note {
	width: 100%;
	font-size: 0.818em;
	font-weight: 400;
	background-color: #eff6fc;
	padding: 30px 50px;
}
.cookie-note {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
    z-index: 90;
}
.cookie-note > .pull-left {
	width: 100%;
}
.cookie-note a {
	text-decoration: underline;
}
.cookie-note a.csslink_extern::after {
	display: none;
}
#cookie-note {
	display: none;
}
.cookie-note .btn, .tracking-note .btn {
	font-size: 1em;
	margin: 0 10px 0 0;
}
.cookie-note .pull-right .btn, .tracking-note .pull-right .btn {
	margin: 0 0 0 10px;
}
.cookie-note .btn.grayscale, .tracking-note .btn.grayscale {
    background-color: #8d8d8d;
}
.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: 1489px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		padding:15px;
	}
	.cookie-note > .pull-left {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 767px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		bottom: 0;
		left: 0;
		right: 0;
		max-width: none;
	}
	.cookie-note > .pull-left,
	.cookie-note > .pull-right {
		float: none;
		width: 100%;
	}
	.cookie-note > .pull-left {
		margin-bottom: 15px;
	}
}
/* 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	vertical-align: baseline;
	width: auto;
	float: none;
}
.ikiss-mailform-infolabel {
	font-size: 0.75em;
}
fieldset.ikiss-form-fieldset p::after,
fieldset.ikiss-form-fieldset div::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
span.ikiss-form-element {
	display: inline-table;
	width: 60%;
	float: none;
}
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 #ccc;
	padding: 1em;
	margin: 1em 0 0.75em 0;
}
legend.ikiss-form-legend {
	font-weight: bold;
	font-size: 1.313rem;
	padding: 0 0.25em;
}
span.ikiss-field-label {
	width: 30%;
	float: left;
	margin-right: 6%;
}
span.ikiss-field-textfield input {
	width: 100%;
	padding: 1%;
}
span.ikiss-field-textarea textarea {
	width: 100%;
	padding: 1%;
	resize: vertical;
	min-height: 30px;
}
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%;
	padding: 8px 5px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
}
.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 #000;
}
.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 {
	height: 2.625em;
	display: inline-block;
}
.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;
}
.ikiss-form-fieldset input[type="radio"],
.ikiss-form-element input[type="radio"] {
	width: auto;
	height: auto;
	margin: 5px 5px 5px 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: #555 !important;
	background-color: #eaeaea !important;
}
@media screen and (max-width: 767px) {
    .ikiss-form-element {
        width: 100% !important;
    }
}
/* Zusatzmodul: Newsletter */
.newsletter-error {
	color:#b00000;
	font-weight: bold;
}
.newsletter-categories {
	padding: 0 0 11px 0;
}
.newsletter-categories label {
	display: block;
}
/* Zusatzmodul: Tag Clouds */
.tc-item {
	margin: 2px;
	display: inline-block;
}
/* Zusatzmodul: Veranstaltungs- und Terminbuchung */
.booking-form table {
    border-collapse: collapse;
    width: 100%;
}
.booking-form tr:nth-child(even) {
    background-color: #eee;
}
.booking-form th, .booking-form td {
    padding: 5px 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 {
    color: #b00000;
    cursor: help;
    padding: 0 3px;
    position: absolute;
}
.booking-form input[type="checkbox"] + label {
    display: inline;
}
.booking-vacant,
.booking-short,
.booking-reserved {
	display: inline-block;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.booking-vacant, .booking-vacant a {
	background-color: #23aa23;
	color: #fff;
}
.booking-short, .booking-short a {
	background-color: #c88700;
	color: #fff;
}
.booking-reserved {
	background-color: #c20000;
	color: #fff;
}
@media screen and (max-width: 767px) {
    .booking-form th, .booking-form td {
        padding: 5px 5px;
        font-size: 0.875em;
    }
    .booking-form .booking-vacant,
    .booking-form .booking-short,
    .booking-form .booking-reserved {
        padding: 5px 7.5px;
    }
}
/* Zusatzmodul: Volltextsuchmaschine SOLR */
.solr-results em {
	background-color: #ff0;
	font-style: normal;
	padding: 0 1px;
}
.solr-results a {
	text-decoration: none;
}
/* Zusatzfunktion: Aufklapp-Effekt */
.accordion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.accordion-title button:focus, .toggler-title:focus {
	outline: 0;
}
.accordion-title button::-moz-focus-inner {
	border: 0;
}
.accordion-tab-focus,
.accordion-tab-focus:focus {
	outline: 1px solid currentColor;
}
.accordion-title {
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	color: #005da7;
	background-color: #eff6fc;
	padding: 15px 30px;
	margin: 0 0 5px;
	cursor: pointer;
}
.accordion-title.smaller-title{
    font-size: 0.818rem;
}
.accordion-title.bigger-title{
    font-size: 1.5rem;
}
.accordion-title button {
	position: relative;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	background: transparent;
	margin: 0;
	cursor: inherit;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}
.accordion-title button::after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.accordion-title span {
	display: inline-block;
	text-align: left;
	line-height: 1.33;
	margin-right: 20px;
}
.accordion-title,
.accordion-title span {
	color: #005da7;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.accordion-title i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.25rem;
	color: #005da7;
	margin-right: 0 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.accordion-title i.flip-x {
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	transform-origin: 25% 25%;
}
.accordion-container {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* Zusatzfunktion: Bildergalerie PhotoSwipe auf Basis von Flex-Grid (ol/li bzw. ul/li) */
.flex-row.image-gallery {
	margin: 0 -5px calc(0.75em - 10px);
}
.image-gallery .flex-col-1, .image-gallery .flex-col-2, .image-gallery .flex-col-3, .image-gallery .flex-col-4 {
	margin: 0 5px 10px;
}
.image-gallery .flex-col-1 {
	-ms-flex-preferred-size: 100%; /* IE 10 */
	flex-basis: 100%;
	width: 100%;
}
.image-gallery .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 10px); /* IE 10 */
	flex-basis: calc(50% - 10px);
	width: calc(50% - 10px);
}
_:-ms-lang(x), _:-webkit-full-screen, .image-gallery .flex-col-2 { flex-basis: calc(49.999% - 10px); width: calc(49.999% - 10px); } /* Edge */
.image-gallery .flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 10px); /* IE 10 */
	flex-basis: calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.image-gallery .flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 10px); /* IE 10 */
	flex-basis: calc(25% - 10px);
	width: calc(25% - 10px);
}
_:-ms-lang(x), _:-webkit-full-screen, .image-gallery .flex-col-4 { flex-basis: calc(24.999% - 10px); width: calc(24.999% - 10px); } /* Edge */
@media only screen and (max-width: 767px) {
	.image-gallery .flex-col-4 {
		-ms-flex-preferred-size: calc(50% - 10px); /* IE 10 */
		flex-basis: calc(50% - 10px);
		width: calc(50% - 10px);
	}
	_:-ms-lang(x), _:-webkit-full-screen, .image-gallery .flex-col-4 { flex-basis: calc(49.999% - 10px); width: calc(49.999% - 10px); } /* Edge */
}
.image-gallery .cont {
	position: relative;
}
.image-gallery .mc2_ac {
	right: 0;
	max-width: calc(100% - 30px);
}
/* Zusatzfunktion: Mediathek */
audio, video {
	display: block;
	width: 100%;
}
.responsive-video, .flowplayer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	background-color: #000;
}
.responsive-video iframe, .flowplayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Zusatzfunktion: Veranstaltungsliste mit grossem Datum */
.big-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	padding-left: 0;
}
.big-date li {
	margin-bottom: 15px;
	position: relative;
}
.big-date li:last-child {
	margin-bottom: 0;
}
.big-date a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction:row;
	flex-direction: row;
	text-decoration: none;
	padding: 15px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.big-date a:hover,
.big-date a:focus {
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 0px 12px rgba(0,0,0,0.14);
	box-shadow: 0 0px 12px rgba(0,0,0,0.14);
	background-color: #fff;
}
.big-date .list-date {
	color: #005da7;
	padding: 0 15px;
	min-width: 110px;
	border-right: 1px solid #00b8ec;
}
.big-date .list-date .day {
	display: block;
	font-size: 1.727em;
	font-weight: 800;
}
.big-date .list-date .month {
	display: block;
	font-size: 0.727em;
	font-weight: 400;
}
.big-date .list-text {
	padding: 0 15px;
	color: #005da7;
	width: 100%;
}
.big-date .list-text small {
	font-size: 1em;
	font-weight: 400;
}
.big-date .list-title {
	margin: 5px 0;
	font-size: 1em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {

	.big-date .list-text small {
		font-size: 1em;
	}
	.big-date .list-title {
		font-size: 1.111em;
	}

}
.big-date .list-text p {
	margin-bottom: 5px;
}
.big-date .list-text :last-child {
	margin-bottom: 0;
}
/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 85;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.modal-window-overlay {
    background-color: #fff;
    overflow-y: auto;
    height: 100%;
    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;
        height: calc(100% - 30px);
        width: 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;
}
.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;
}
.frontend .modal-window-hide-x {
    cursor: pointer;
    background-color: transparent;
    float: right;
    color: #000;
    margin: -20px -20px 30px 30px;
    line-height: 1;
}
.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;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
	text-align: left;
}
.iframe-message {
	display: none;
	position: absolute;
	width: 100%;
	width: calc(100% - 50px);
	max-width: 500px;
	padding: 25px;
	margin: 25px;
	background-color: #eee;
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	-moz-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;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iframe-message.top-left {
	top: 25px;
	left: 25px;
	margin: 0;
	max-width: 500px;
}
.iframe-message.top-right {
	top: 25px;
	right: 25px;
	margin: 0;
	max-width: 500px;
}
.iframe-message.top {
	top: 25px;
	left: 25px;
	right: 25px;
	margin: 0;
	max-width:none;
}
.iframe-message.dark {
	background-color: #333;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
}
.iframe-message a {
	font-weight: bold;
}
.iframe-message.dark a {
	color: #fff;
}
.iframe-message .btn {
	margin: 0;
}
@media screen and (max-width: 1489px) {
	.iframe-message {
		max-width: 500px;
		width: calc(100% - 30px);
		padding: 15px;
		margin: 15px;
		font-size: 0.75em;
	}
	.iframe-message.top-left {
		top: 15px;
		left: 15px;
	}
	.iframe-message.top-right {
		top: 15px;
		right: 15px;
	}
	.iframe-message.top {
		top: 15px;
		left: 15px;
		right: 15px;
	}
}
/* Zusatzmodul: Bewertung und Kommentare (DEV) */
.buk-uebersicht li {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	min-width: 75px;
	text-align: center;
}
.buk-uebersicht {
	margin: 0;
}
#bewertung a span {
	margin-left: 5px;
}
.thumbup::before,
.thumbdown::before,
.kommentar::before {
	font-family: "Font Awesome 5 Pro";
}
.kommentar::before {
	font-family: "Font Awesome 5 Pro";
}
.kommentar::before {
	content: '\f075';
}
.thumbup::before {
	content: '\f164';
}
.thumbdown::before {
	content: '\f165';
}
.quote::before {
	font-family: "Font Awesome 5 Pro";
}
.statsbox {
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #eee;
	float:left;
	display: block;
}
.statsbox.comments-view {
	width: 100%;
}
.statsbox.comments-view h3 {
	margin-top: 10px;
}

/* Zusatzmodul: Karten (DEV) */
.gmc_page {position:relative;width:100%;height:550px;margin:0;padding:0;}
.gmc_header {position:absolute;top:0;right:0;z-index:48;width:auto;}
.gmc_control {float:none;position:absolute;top:0;bottom:0;min-width:200px;height:100%;background:#fff;background: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 {font-size:16px;cursor:pointer;position:absolute;right:10px;top:0;bottom:0;color:#202020;background-color:transparent;line-height:0.8;border:none;padding:0 15px;}
.gmc_control ul.fancytree-container {font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:1em;background-color:transparent;border-bottom:1px solid #ccc;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:#202020;}
.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';/*color:#202020;*/}
.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;bottom:0;right:0;width:30px;/*height:18px;*/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 {vertical-align:middle;color:#202020;}
.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:#202020;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:#202020;}
.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;margin:3px;padding:0 0.5em !important;font-size:16px;}	
.gmc_cmdbar input[type=button] {margin-left:0px;border:none;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#3d3d3d;font-weight:bold;padding:5px 0.5em !important;}
.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:#202020;}
.gmc_cmdbar .btn.active > i::before {content:'\f0c9';}

.gmc_map {float:none;width:100%;height:100%;padding:0;margin:0;}
.gmc_map .gmc_input {z-index:42;float:left;width:250px;left:200px;top:10px;position:relative;}

/* Google Maps - Info-Window */
.gm-style-iw .adr {float:left;margin:5px;}
.gm-style-iw .gm-footer {margin:5px 0;padding:4px;background:#eee;}
.gm-style-iw img {float:right;margin:5px;width:150px;}

/* GMC-Tooltip */
.gmc_tooltip {min-width:150px;max-width:200px;}

.mwl_label {background:#eee;border:1px solid #19252f;width:24px;font-size:10px;text-align:center;}

.gmc_adrlist_link {cursor:pointer;padding:1em 15px 1em 15px;border:none;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
.gmc_adrlist_link:hover, .gmc_adrlist_link:focus {background-color:#eee;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-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;color:#202020;text-decoration:none !important;border-bottom:1px solid #ccc;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-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;color:#202020;text-decoration:none !important;border-bottom:1px solid #202020;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-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;}  /* PNG-icons */
.ikiss_cattree span label i {display:inline;vertical-align:middle;margin-right:10px;font-size:20px;} /* font-awesome icons */
.ikiss_cattree span label {padding:10px;background-color:#e7e8eb;border-bottom:1px solid #fff;margin:0;display:block;cursor:pointer;position:relative;}
.ikiss_cattree span label:hover, .ikiss_cattree span label:focus, #ikiss_gmc_tree_wrapper ul li.active span label {background-color:#eee;}
.ikiss_cattree ul li.active span label::after {content:'\f00c';font-family:'Font Awesome 5 Pro';font-weight:900;position:absolute;display:inline-block;right:10px;top:50%;transform:translateY(-50%);}

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;
}

@media screen and (min-width: 1490px) {
	
	div.gmc_control {
	    width:33.33333%;
	}
	.gmc_adrlist_link:nth-child(3n+1) {
	    clear:both;
	}
	/* 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 (max-width: 1489px) {

	div.gmc_control {
	    width:50%;
	}
	.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;
	}

}