[id] {
  scroll-margin-top: 100px;
}
/* Individuelle Anpassungen und Ergaenzungen bitte nur hier einfuegen! */

/* Cookie- und Tracking-Hinweis ausblenden weniger stark abdunkeln */
.cookie-note .btn-row .btn.grayscale, .tracking-note .btn-row .btn.grayscale {
    background-color: #1171B8;
    border: 1px solid #1171B8 !important;
    filter: grayscale(40%);
    color: #fff;
}
.cookie-note .btn-row .btn {
    background-color: #BE1723;
    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;*/}
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;*/}


pre {
	font-family: Consolas, monospace;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000;
	background-color: #f0f0f0;
	border: 1px solid #e8e8e8;
	padding: 15px;
	-webkit-hyphens: none;
	hyphens: none;
	white-space: break-spaces;
}

/* MF 22.09.2021 SOLR */
/* VOLLTEXTSUCHE - AUTOCOMPLETE */
.ui-helper-hidden-accessible {
    display: none;
}
.ui-widget {
    font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* FONTS INDIVIDUELL ANPASSEN */
    font-weight: 300;
    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: #be1623 !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: #be1623 !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: #0E4872 !important; /* FARBE INDIVIDUELL ANPASSEN */
    font-weight: 400 !important;
}
ul.ui-autocomplete {
    list-style: none !important
}

/* 06.10.2021 Eilmeldung */
.eilmeldung {
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 80;
    width: 100%;
    color: #fff;
    background-color: #BE1723;
    padding: 0;
}
.eilmeldung p {
    margin: 0 !important;
    padding: 15px 30px;
}
.eilmeldung.sticky {
    position:fixed;
    top: 55px;
}
.eilmeldung .result-list {
    margin:0;
}
.eilmeldung .result-list > li {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.eilmeldung .result-list > li > a {
    color: #fff;
    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-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 80px 0 0;
}
.eilmeldung .fontawesome {
    background-color: #CB454F;
    padding: 10px 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.eilmeldung .fontawesome i {
    font-size: 1.666rem;
    margin: 0;
}
.eilmeldung .result-list h3.list-title {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.eilmeldung .result-list a:hover h3.list-title,
.eilmeldung .result-list a:focus h3.list-title {
    color: #fff;
}
.eilmeldung small {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight:600;
    padding: 10px 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.eilmeldung .list-text {
    margin: 0;
    padding: 8px 25px;
    border-left: 1px solid rgba(255, 255, 255,.24);
}
.eilmeldung .list-text p {
    margin-bottom: 0;
}
.eilmeldung .close {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
	width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
.eilmeldung .close i {
    font-size: 1.944rem;
    margin-right: 0;
}
.eilmeldung .list-text p > i {
    font-size:.888em;
    margin-left:5px;
    margin-right:0;
}
.eil-meldung.hidden {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
/* TASK9009 22.12.2021 */
.export-termine_btn a.h2-btn {
    margin-left:0;
}
h2.term-exp {
  margin: 1em 0 1em;
}
.accordion-title {
    font-size: 1.388em;
}
.iframe-wrap, .iframe-preview, .iframe-frame {
    margin-top: 15px;
}
.page-title + .page-icons {
    margin-top: 0;
}
.adressen .list-text p {
    hyphens:none;
}
.function {
    font-weight:600;
}
/* TASK9009 22.12.2021 Ende */

/* Zusatzfunktion: Wichtige Mitteilung in einem modalen Fenster */
.modal-window,
.modal-window *,
.modal-window *::before,
.modal-window *::after {
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.modal-window {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
@media print {
  .modal-window {
    display: none;
  }
}
.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: 681px) {
    .modal-window-overlay {
        max-width: 960px;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 681px) and (min-height: 431px) {
    .modal-window-overlay {
        height: auto;
        max-height: 400px;
    }
}
@media screen and (min-width: 681px) and (min-height: 631px) {
    .modal-window-overlay {
        max-height: 600px;
    }
}
@media screen and (min-width: 681px) 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: #404040;
    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;
}
html.noscroll {
    overflow: hidden;
}
.modal-window.flex {
    display: flex !important;
}

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


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


    
}

@media screen and (min-width: 768px){
 
    
    
}
@media screen and (max-width: 1230px){
    .export-termine_btn a.h2-btn {
        bottom: 18px;
    }
}
@media screen and (max-width: 1279px){
 

    .eilmeldung {   
        top: 0;
    }
    .eilmeldung.sticky {
        position: absolute;
        top: 0;
    }
    .eilmeldung .list-text {
        padding: 10px 15px;
    }
    .eilmeldung small {
        font-size: 1rem;
        padding: 10px 15px;
    	-ms-flex-preferred-size: 35%;
    	flex-basis: 35%;
    }
    .eilmeldung .fontawesome i {
        font-size: 2.25rem;   
    }
    .eilmeldung .fontawesome {  
        padding: 10px 15px;
    } 
    
    
    
}

@media screen and (max-width: 767px){
    .eilmeldung .fontawesome {
        display: none;
    }
    .eilmeldung .result-list > li > a {
        padding: 0 50px 0 0;
    }
    .eilmeldung .close {
        -ms-flex-preferred-size: 55px;
        flex-basis: 55px;
        width: 55px;
    }
    
    
}