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

table {/*background-color:transparent;*/}
table tr {/*border-bottom:none;*/}
table th {/*background-color:transparent;border-bottom:none;*/}

.page-entry {/*display:block !important;font-style:italic;margin-bottom:20px;*/}

/* 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 04.02.2022 PMTASKS2126 */
.fav-print {
    width: 100%;
    border-top:1px solid #214172;
}
.fav-print .wrapper{
    padding: 15px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.fav-print a {
    font-size: .909090em;
    margin-right:25px;
}
.fav-print a:hover,
.fav-print a:focus {
    text-decoration:underline;
}
@media screen and (max-width: 680px){
    .fav-print .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fav-print a {
        margin:0;
    }
    /*TT7809 TA*/
    .pswp__ui--fit .pswp__caption {
      background-color: rgba(0, 0, 0, 0) !important;
    }    
}
/* HD 11.02.2022 Google Translator */
.sprachen {
    position:relative;
}
.google-translate-placeholder {
    font-size: .75em;
    white-space: nowrap;
}
    
.google-translate-placeholder .goog-te-menu-value {
    text-decoration: none;
    white-space: nowrap;
}
    
.google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
}

.google-translate-message {
    display: none; 
    position: absolute; 
    color: #fff; 
    background: #5d5d5d; 
    width: 310px; 
    z-index: 67; 
    text-align: left; 
    font-size: 0.75em; 
    padding: 5px;
    right: 0;
}

/* HD 24.02.2022 VOLLTEXTSUCHE - AUTOCOMPLETE */
.ui-helper-hidden-accessible {
    display: none;
}
.ui-widget {
    font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* FONTS INDIVIDUELL ANPASSEN */
    font-weight: 400;
    z-index: 1000;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: 100% !important;
    max-width: 465px;
    overflow: auto;
    border: none !important;
    color: #080808 !important;
    background-color: #fff !important;
    padding: 15px 0;
    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);*/
    filter: none;
}
/*.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e5e5e5;
}*/
.ui-menu .ui-menu-item:hover {
    color: #fff;
    background: #0057A3 !important; /* FARBE INDIVIDUELL ANPASSEN */
    border: none !important;
    /*border-bottom: 1px solid #f0f0f0 !important;*/
}
.ui-menu .ui-menu-item-wrapper {
    padding: 5px 15px;
}
.ui-menu .ui-menu-item-wrapper:hover {
    color: #fff;
    background: #0057A3 !important; /* FARBE INDIVIDUELL ANPASSEN */
    border: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    color: #fff;
    background: #0057A3 !important; /* FARBE INDIVIDUELL ANPASSEN */
    font-weight: 400 !important;
}
ul.ui-autocomplete {
    list-style: none !important;
}


/* IN 22.07.2022 TASK11880 */
.booking-expired, .booking-reserved {
  color: #555 !important;
  background-color: #f8f9fa;
}

/* TH, 28.09.2022, TASK12931: Organigramm */
.org-chart .primary-bg-color {
    background-color: #0061a0;
    color: #fff;
}
.org-chart .secondary-bg-color {
    background-color: #ffcc01;
    color: #000;
}

/* HD 07.12.2022 TASK13951 -Textabschnitt mit speziellem Hintergrund */
p:empty { /* leere Absätze durch Codeeinbindungen für BITV ausblenden */
    display: none;
}
.cards {
    color: #404040;
}
.cards > a {
    color: inherit;
}
.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) { 
    color: inherit;
    border-color: inherit; 
}
.colored-container_text.text-color * { 
    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 25.05.2023 - TASK16257 */
span .bu_container.show_copyright {
    display: block;
}
.text3 .white-block .third .inner {
    padding: 0 20px 20px;
}


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


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


    
}

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

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

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