/* Individuelle Anpassungen und Ergaenzungen bitte nur hier einfuegen! */

/* Cookie- und Tracking-Hinweis ausblenden weniger stark abdunkeln */
.cookie-note .btn.grayscale, .tracking-note .btn.grayscale {
    background-color: #172983;
    color:#fff;
}

/* Karteneinbindung in der Randspalte bzw. einem Widget */
/*
.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;
}
*/

table {/*background-color:transparent;*/text-align: center;}/*Auf Wunsch Spiegel Tabelle zentriert, TA 02.03.2022 s. Mail FM*/
table tr {/*border-bottom:none;*/}
table th {/*background-color:transparent;border-bottom:none;*/}

.einleitung {/*display:block !important;font-style:italic;padding-top: 0.75em;*/}

/* Datepicker */
.ui-datepicker {/*background-color:#fff;*/}
.ui-datepicker .ui-datepicker-header {/*background-color:#000;*/}
.ui-datepicker th {/*background-color:#000;border-top:1px solid #fff;*/}
.ui-datepicker-calendar td:hover a {/*background-color:#000;*/}
.ui-datepicker-calendar a.ui-state-active {/*color:#000;*/}

/* Volltextsuche */
.vt_anchor {/*text-decoration:none;color:#000;*/}
.solr-results em {/*background-color:#ff0;font-style:normal;padding:0 1px;*/}
.solr-results a {/*text-decoration:none;*/}

/* MF 07.10.2021 Photoslider */
.gallery-slider {
    padding: 30px 0;
    margin-bottom: 0.75em;
}
.gallery-slider.with-bg {
    background-color: #F9F5EA;
}
.gallery-slider-inner {
    overflow: visible;
    position:relative;
    width: calc(100% - 60px);
    margin: 0 auto;
}
.gallery-slider-inner .image-gallery {
    margin: 0;
    padding: 0;
    list-style:none;
}
.gallery-slider-inner .photoswipe-gallery {
    margin: 5px;
}
.gallery-slider-inner .photoswipe-gallery.tab-focus {
    outline-offset: 0;
}
.gallery-prev, .gallery-next {
    line-height: 1;
}
a.gallery-prev > i, a.gallery-next > i {
    background-color: #fff;
    position: relative;
    margin: 0;
}
.gallery-slider .wrap-img {
    border:none;
}
.gallery-slider .image-gallery a:hover img, .gallery-slider .image-single a:hover img, .gallery-slider .image-gallery a:focus img, .gallery-slider .image-single a:focus img {
    box-shadow: none;
}
.gallery-slider .image-gallery img.grayscale:hover, .gallery-slider .image-gallery img.grayscale:focus {
    filter:none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.gallery-slider .image-gallery img {
    width:auto;
    max-width:100%;
    margin:auto;
}
.gallery-slider .image-gallery.slides [class*="flex-col-"] {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: auto;
	margin: 0;
}
.gallery-slider .gallery-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-nav-next, .gallery-nav-prev {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    font-size:3em;
    color:#000;
}
.gallery-nav-prev {
    left:-30px;
}
.gallery-nav-next {
    right:-35px;
}
.gallery-direction-nav img {
    max-width: 80%;
}
.gallery-disabled {
    display:none;
}
/* IN 10.10.2021 VOLLTEXTSUCHE - AUTOCOMPLETE mit Bereichseinteilung */
.ui-helper-hidden-accessible {display:none;}
.ui-widget {font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;font-weight:300;}
.ui-widget.ui-widget-content.ui-autocomplete {width:100% !important;max-width:489px;border:none !important;border-right:1px solid #e5e5e5 !important;color:0000333 !important;background-color:#fff !important;margin:10px 0 0 0;-webkit-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);-moz-box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);box-shadow:0px 5px 5px 0px rgba(50,50,50,0.25);}
.ui-menu .ui-menu-item:hover {background:#c3c3c3 !important;border:none !important;/*border-bottom:1px solid #f0f0f0 !important;*/}
.ui-menu .ui-menu-item-wrapper {}
.ui-menu .ui-menu-item-wrapper:hover {background:#c3c3c3 !important;border:none !important; cursor: pointer; }
ul.ui-autocomplete div.ac_label { background: #eee; }
ul.ui-autocomplete {list-style:none !important}
li.ui-menu-item a,
li.ui-menu-item a:link,
li.ui-menu-item a:visited,
li.ui-menu-item a:hover,
li.ui-menu-item a:active { text-decoration: none; }	


/* PRÜFEN und mit DESIGN abstimmen: Styles für VOLLTEXTSUCHE */

.suchergebnis_seitenzaehler {
    float:right;
    text-align:right;
    width:65%;
}
.suchergebnis_ergebnisanzahl {
    float:left;
    width:30%;
}
.suchergebnis {
    width:100%;
    margin:25px 0;
    padding:10px 0;
    border-top:1px dotted #c4c4c4;
    border-bottom:1px dotted #c4c4c4;
}
/* Zusatzmodul: Volltextsuchmaschine SOLR */
.solr-results img {
    max-width:100%;
}
.solr-results .liste-titel a {
    text-decoration:none;
    font-weight:bold;
}
.solr-results i {
    color:#172983;
}
.solr-results em {
    background-color:#ff0;
    font-style:normal;
    padding:0 1px;
}
.solr-results a {
    text-decoration:none;
}

/* Readspeaker */
.rsbtn {
  margin-bottom: 2em !important;
}
.docreader-link small > i[class*="fa-"] {
    margin-right:0;
}

/* CS 05.07.2022 - TASK11791 #56 */
.suche.capitol {
    display: none;
}

/*IN 06.01.2023 TASK14328 Zusatzfunktion: Textabschnitt mit speziellem Hintergrund */
.colored-container {
	position: relative;
	width: 100%;
	margin: 30px 0;
	padding: 30px;
}
.colored-container.full-width {
	width: calc(100vw - var(--scrollbar-width));
	margin: 30px 0 30px calc(50% - 50vw + calc(var(--scrollbar-width) / 2));
	padding: 30px 0;
}
.colored-container.full-width + .colored-container.full-width,
.colored-container:not(.full-width) + .colored-container:not(.full-width) { /* zwei aufeinanderfolgende Einbindungen sollen keinen Abstand halten */
	margin-top: -30px;
}
[class*="column-"]:not(.column-1) .colored-container.full-width, /* Fallbacks für unzulässige Einbindungen mit voller Breite innerhalb beliebiger Spalten */
[class*="flex-col-"]:not(.flex-col-1) .colored-container.full-width,
.colored-container .colored-container.full-width, /* oder mehrfach ineinander */
.modal-window .colored-container.full-width, /* oder im modalen Fenster */
.mceContentBody .colored-container.full-width { /* auch für den Texteditor im Backend nötig */
	width: 100%;
	margin: 30px 0;
	padding: 30px;
}
[class*="column-"]:not(.column-1) .colored-container.full-width .wrapper, /* Fallbacks für den Wrapper innerhalb unzulässiger Einbindungen mit voller Breite */
[class*="flex-col-"]:not(.flex-col-1) .colored-container.full-width .wrapper,
.colored-container .colored-container.full-width .wrapper, /* oder mehrfach ineinander */
.modal-window .colored-container.full-width .wrapper, /* oder im modalen Fenster */
.mceContentBody .colored-container.full-width .wrapper { /* auch für den Texteditor im Backend nötig */
	max-width: unset;
	width: unset;
	margin: unset;
	padding: unset;
	-moz-transition: unset;
	-webkit-transition: unset;
	transition: unset;
}
.colored-container_image-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.colored-container_image-wrapper.ikiss_norel {
	background-color: #c20000;
}
.colored-container_image-wrapper.ikiss_norel > img {
	opacity: 0.666;
}
.colored-container_image-copyright {
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	color: #444;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.25em 0.375em;
	font-size: 0.75rem;
	line-height: normal;
	max-width: calc(100% - 30px);
	max-height: 100%;
}
@media screen and (max-width: 680px) {
	.colored-container_image-copyright {
		font-size: 0.5rem;
	}
}
.colored-container_image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.colored-container_image.fixed {
	background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) { /* fixed wird auf iOS-Geräten nicht unterstützt */
	.colored-container_image.fixed {
		background-attachment: scroll;
	}
}
.colored-container_image.bottom {
	background-position: bottom;
}
.colored-container_image.top {
	background-position: top;
}
.colored-container_text-wrapper {
	position: relative;
	z-index: 2;
}
.colored-container_text-container {
	position: relative;
}
@media screen and (min-width: 961px){
	.colored-container_text-container.width-33 {
		max-width: 33.333%;
	}
	.colored-container_text-container.width-50 {
		max-width: 50%;
	}
	.colored-container_text-container.width-66 {
		max-width: 66.666%;
	}
	.colored-container_text-container.left {
		margin: 0 auto 0 0 ;
	}
	.colored-container_text-container.right {
		margin: 0 0 0 auto;
	}
	.colored-container_text-container.center {
		margin: 0 auto;
	}
}
.colored-container_text-background {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.colored-container_text-background + .colored-container_text {
	padding: 15px; /* zusätzlicher Abstand nur, wenn Text mit zusätzlichem Hintergrund erscheint */
}
.colored-container_text.text-color *:not(.img-copyright):not(.mc2_ac):not(p.btn > a):not(.accordion-title):not(.cards) { /* weitere Ausnahmen, die die Schriftfarbe nicht übernehmen sollen, müssen hier ebenfalls mit :not ergänzt werden */
	color: inherit;
	border-color: inherit; /* erstmal ganz allgemein, siehe unten */
}
.colored-container_text.text-color * { /* die Vererbung der border-color ermöglicht, dass Trennlinien in Suchergebnis-Listen passend gefärbt werden. Die Farbe wird im Template auf die Textfarbe gesetzt, jedoch zu 75% durchsichtig. Wenn nötig können noch Ausnahmen wie oben definiert werden. Da aber nur die Farbe gesetzt wird und nicht das border-Attribut, war das bisher nicht nötig */
	border-color: inherit;
}
.colored-container_text :first-child {
	margin-top: 0;
}
.colored-container_text :last-child:not(.cards):not(.text-columns):not(.flex-row):not([class*="flex-col-"]) {
	margin-bottom: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}

/* CS 26.05.203 - TASK16272 */
.dienstleistungen .widget.accordion {
    margin-bottom: 0;
}
.widget.accordion .accordion-title i[class*="fa-"] {
    top: 50%;
    right: 0;
}
.widget.accordion .accordion-container, .widget.accordion .accordion-title button {
    padding: 0;
}
.widget.accordion h3 {
    padding: 5px;
    background-color: #F9F5EA;
}
.widget.accordion .accordion-title.active {
    background-color: #F5F5F5;
}


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

}


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


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


    
}

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

@media screen and (max-width: 1279px){
 
    div.gmc_control {
    width: 33%
    }
}

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

ul.ikiss-unordered-list li, ol.ikiss-ordered-list li{
    margin:0.75em 0;
}