html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}
.nowrap {
    white-space: nowrap;
}

.element-spacer-1 > * + * {
    margin-left: 0.5em;
}

.form-control-max {
    display: none;
}

.extbase-debugger input[type="checkbox"] {
    width: unset!important;
    height: unset!important;
    clip: unset!important;
}

.content-block {
    margin-bottom: unset;
}
.content-block p a.bold {
    font-weight: 700;
    border: none;
}
.content-block + .content-block,
.content-block + .container-content,
.container-content + .content-block,
.content-block + .container > .content > .content-block,
.content-block + [class*="tx-"],
.content-block + .breadcrumb-wrapper + #first-mobile-headline + .content-block {
    margin-top: 5rem;
}
.container-content + [class*="tx-citko-directory"] {
    margin-top: 3rem;
}
.content-hero + .content-block[rel="content-hero"] {
    margin-top: 2rem;
}
.content-block.header-only + .content-block,
.content-block.header-only + .container-content,
.content-block.header-only + .container > .content > .content-block,
.content-block.header-only + [class*="tx-"] {
    margin-top: 1rem;
}
    @media(max-width: 991px) {
        .content-block + .content-block,
        .content-block + .container-content,
        .container-content + .content-block,
        .content-block + .container > .content > .content-block,
        .content-block + [class*="tx-"],
        .content-block + .breadcrumb-wrapper + #first-mobile-headline + .content-block {
            margin-top: 3rem;
        }
        
        .content-block.header-only + .content-block,
        .content-block.header-only + .container-content,
        .content-block.header-only + .container > .content > .content-block,
        .content-block.header-only + [class*="tx-"] {
            margin-top: 0;
        }
    }
    @media(max-width: 575px) {
        .content-block + .content-block,
        .content-block + .container-content,
        .container-content + .content-block,
        .content-block + .container > .content > .content-block,
        .content-block + [class*="tx-"],
        .content-block + .breadcrumb-wrapper + #first-mobile-headline + .content-block {
            margin-top: 2rem;
        }
        .content-block.header-only + .content-block,
        .content-block.header-only + .container-content,
        .content-block.header-only + .container > .content > .content-block,
        .content-block.header-only + [class*="tx-"] {
            margin-top: 0;
        }
    }
    
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
}
    @media(max-width: 991px) {
        h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
            margin-bottom: 0.5em;
        }
    }

.tx-solr-autosuggest {
    width: 100%!important;
    -webkit-box-shadow: 1px 2px 7px 0px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 7px 0px rgb(0 0 0 / 20%);
    font-size: var(--font-m);
    background: white;
    padding: calc(0.25em + 6px) 0 0em;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #fff!important;
    top: 100%;
    color: var(--color-black);
}

.tx-solr-autosuggest .autocomplete-suggestion {
    padding: 5px!important;
}
.tx-solr-autosuggest .autocomplete-group {
    padding: 15px 5px 0px 5px!important;
}

/*.tx-solr-autosuggest .autocomplete-group::after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: var(--color-yellow);
    margin-top: 5px;
    display: block;
}*/

.tx-solr-autosuggest .autocomplete-group {
    font-weight: bold;
}
.tx-solr-autosuggest .autocomplete-suggestion:hover {
    background-color: var(--color-yellow);
    cursor: pointer;
}
.tx-solr-autosuggest .autocomplete-suggestion a:hover {
    color: var(--color-black);
}
.tx-solr-autosuggest .autocomplete-suggestion em {
    color: var(--color-yellow);
}
.tx-solr-autosuggest .autocomplete-suggestion:hover em,
.tx-solr-autosuggest .autocomplete-suggestion:hover strong {
    color: #fff;
}

.searchbar-form-inner.autocomplete-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#tx-solr-search .results-highlight {
    background: var(--color-yellow);
    transition: background 0.2s ease;
}
#tx-solr-search .search-result:hover .results-highlight {
    background: none;
}
.tx-solr-spell-checking {
    font-size: 1.5rem;
}
.tx-solr-spell-checking a {
    color: var(--color-yellow);
    position: relative;
}
.tx-solr-spell-checking a::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
}

.searchbar--home .search-form {
    position: unset!important;
}

.f3-widget-paginator {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0 -10px;
}
.f3-widget-paginator > li {
    margin-left: 10px;
    margin-top: 10px;
}

.f3-widget-paginator > li > a, .f3-widget-paginator > li.current {
    color: #000;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: bold;
}
.f3-widget-paginator > li.current {
    background-color: var(--color-lightgray);
}
.f3-widget-paginator > li > a:hover {
    color: #000;
    background-color: var(--color-yellow);
    border: none;
}



/* accordion */
.accordion-block + .accordion-block {
    margin-top: 0;
}
.accordion-block .accordion {
    margin: 0;
}
.accordion-block .accordion .accordion-item {
    border-top: unset!important;
}
.accordion-block > h1,
.accordion-block > h2,
.accordion-block > h3,
.accordion-block > h4,
.accordion-block > h1 + h2,
.accordion-block > h2 + h3,
.accordion-block > h3 + h4,
.accordion-block > h4 + h5 {
    margin-bottom: 0.5em !important;
}

.accordion-block > h1 + h2,
.accordion-block > h2 + h3,
.accordion-block > h3 + h4,
.accordion-block > h4 + h5 {
    margin-top: -0.5em;
}

.accordion-block + .accordion-block > h1:first-child,
.accordion-block + .accordion-block > h2:first-child,
.accordion-block + .accordion-block > h3:first-child,
.accordion-block + .accordion-block > h4:first-child {
    margin-top: 1em;
}

/* gallery */
@media (min-width: 1px) {
    .gallery.items-sm-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .gallery.items-sm-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .gallery.items-sm-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .gallery.items-sm-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .gallery.items-sm-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-sm-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
    .gallery.items-sm-7 {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7,1fr);
    }
    .gallery.items-sm-8 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8,1fr);
    }
    .gallery.items-sm-9 {
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9,1fr);
    }
    .gallery.items-sm-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-sm-10 {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10,1fr);
    }
}
@media (min-width: 400px) {
    .gallery.items-sm-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .gallery.items-sm-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .gallery.items-sm-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .gallery.items-sm-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .gallery.items-sm-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-sm-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
    .gallery.items-sm-7 {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7,1fr);
    }
    .gallery.items-sm-8 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8,1fr);
    }
    .gallery.items-sm-9 {
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9,1fr);
    }
    .gallery.items-sm-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-sm-10 {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10,1fr);
    }
}
@media (min-width: 576px) {
    .gallery.items-md-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .gallery.items-md-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .gallery.items-md-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .gallery.items-md-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .gallery.items-md-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-md-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
    .gallery.items-md-7 {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7,1fr);
    }
    .gallery.items-md-8 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8,1fr);
    }
    .gallery.items-md-9 {
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9,1fr);
    }
    .gallery.items-md-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-md-10 {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10,1fr);
    }
}
@media (min-width: 992px) {
    .gallery.items-md-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .gallery.items-md-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .gallery.items-md-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .gallery.items-md-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .gallery.items-md-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-md-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
    .gallery.items-md-7 {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7,1fr);
    }
    .gallery.items-md-8 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8,1fr);
    }
    .gallery.items-md-9 {
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9,1fr);
    }
    .gallery.items-md-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-md-10 {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10,1fr);
    }
}
@media (min-width: 1200px){
    .gallery.items-lg-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1,1fr);
    }
    .gallery.items-lg-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .gallery.items-lg-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .gallery.items-lg-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .gallery.items-lg-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-lg-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
    .gallery.items-lg-7 {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7,1fr);
    }
    .gallery.items-lg-8 {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8,1fr);
    }
    .gallery.items-lg-9 {
        -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9,1fr);
    }
    .gallery.items-lg-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
    .gallery.items-lg-10 {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10,1fr);
    }
}

/* forms */
.form textarea {
    height: 150px;
}
.form .form-group + .clearfix:not([class*="dsgvo"]), .form .form-group + input + .clearfix:not([class*="dsgvo"]) {
    margin-top: 3.125rem !important;
}
.form .form-check {
    padding-left: 0;
}
.form .form-check label {
    position: relative;
    padding-left: 30px;
}
.form .form-check label[for*="dsgvo"] span {
    display: none;
}
.form .form-check label .nice:before, .form .form-check label .nice:after {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    display: block;
    border-radius: 3px;
    width: 1.4375em;
    height: 1.4375em;
}
.form .form-check label .nice:before {
    background-color: #D7DBDD;
    border: 1px solid #D7DBDD;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
.form .form-check label .nice:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='arcs'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 65%;
    opacity: .5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform .15s;
    transition: opacity 0.1s ease-out, -webkit-transform .15s;
    transition: opacity 0.1s ease-out, transform .15s;
    transition: opacity 0.1s ease-out, transform .15s, -webkit-transform .15s;
}

.form .form-check label input[type="checkbox"]:checked + .nice:after {
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: opacity 0.1s ease-out,-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body.using-keyboard .form .form-check label input[type="checkbox"]:focus + .nice:before,
.form .form-check label input[type="checkbox"]:focus-visible + .nice:before {
    box-shadow: 0 0 0 2px var(--color-yellow);
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}
.form .clearfix.dsgvo-text {
    padding-left: 35px;
}
.form .clearfix.dsgvo-text .content-block {
    margin-top: -25px;
}
.form .form-group.dsgvo {
    margin-top: 2em;
}



.form :is(.radio,.powermail_radiowrap) label .nice:before, .form :is(.radio,.powermail_radiowrap) label .nice:after {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    display: block;
    border-radius: 3px;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
}
.form :is(.radio,.powermail_radiowrap) label .nice:before {
    background-color: #D7DBDD;
    border: 1px solid #D7DBDD;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
.form :is(.radio,.powermail_radiowrap) label .nice:after {
    top: calc(0.1em + (1.5em - 0.625em) / 2);
    left: calc((1.5em - 0.625em) / 2);
    width: 0.625em;
    height: 0.625em;
    background-color: var(--color-black);
    opacity: .5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform .15s;
    transition: opacity 0.1s ease-out, -webkit-transform .15s;
    transition: opacity 0.1s ease-out, transform .15s;
    transition: opacity 0.1s ease-out, transform .15s, -webkit-transform .15s;
}
.form :is(.radio,.powermail_radiowrap) label {
    position: relative;
}
.form :is(.radio,.powermail_radiowrap) label span {
    padding-left: 2rem;
}
.form :is(.radio,.powermail_radiowrap) label input[type="radio"]:checked + .nice:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.1s ease-out,-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease-out,transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),-webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form .inputs-list .form-group {
    display: flex;
    margin-bottom: 0.5em;
}
.form .inputs-list .form-group > * + * {
    margin-left: 2rem;
}
.form .form-control:focus {
    box-shadow: unset;
}
.form .actions {
    margin-top: 25px;
}

.nice-select {
    padding: 0;
    margin: 0;
    min-height: 40px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #EBECED;
    background-color: #EBECED;
    margin-bottom: 0.5em;
    border-radius: 0;
    font-size: var(--font-m);
    line-height: 1.5;
}
.nice-select.overlay {
    position: relative;
    overflow: visible;
}
@media(max-width: 991px) {
    .nice-select.overlay.mobile-no-relative {
        position: unset;
    }
}
.nice-select > select {
    display: none;
}
.nice-select > ul {
    display: none;
    padding: 0!important;
    margin: 0;
}
.nice-select.overlay > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #EBECED;
    z-index: 10;
    white-space: nowrap;
}
@media(max-width: 991px) {
    .nice-select.overlay.mobile-no-relative > ul {
        left: 10px;
        right: 10px;
        top:unset;
        min-width: unset;
    }
}
.nice-select.overlay > ul.scroll {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    /*max-width: 100%;*/
}
@media(max-width: 991px) {
    .nice-select.overlay > ul.scroll {
        overflow-x: unset;
    }
}
/*@media(max-width: 767px) {
    .nice-select.overlay > ul.scroll {
        max-width: 100%;
    }
}*/
.nice-select.overlay > ul.scroll.fixed-height {
    display: block!important;
    position: relative;
    top: unset;
    left: unset;
}

.nice-select.overlay > ul.scroll.fixed-height.full-height {
    max-height: unset;
}

.nice-select.overlay > ul.multiple-check > li {
    display: flex;
    align-items: center;
}
.nice-select.overlay > ul.multiple-check > li > svg {
    width: 16px;
    flex: 0 0 16px;
    margin-right: 7px;
}
.nice-select.overlay > ul.multiple-check > li svg path:nth-child(2) {
    fill: none;
}
.nice-select.overlay > ul.multiple-check > li.selected svg path:nth-child(2) {
    fill: var(--color-black);
}
.nice-select.overlay > ul.multiple-check > li.selected span {
    border-bottom: 0.085em solid var(--color-yellow);
}
.nice-select .active, .nice-select > ul > li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0.57em 1em 0.5em;
    cursor: pointer;
}
.nice-select > ul > li:hover {
    background-color: var(--color-yellow);
}
.nice-select.max-height {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.nice-select.max-height::-webkit-scrollbar {
  width: 8px;
}

.nice-select.max-height::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.nice-select.max-height::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.nice-select.max-height::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ce_site_content.error-page-404, .ce_site_content_image.error-page-404 {
    width: 50%;
    margin: 50px auto 0 auto;
}
.ce_site_content.error-page-404 h1, .ce_site_content_image.error-page-404 h1 {
    font-size: 10rem;
    margin-bottom: 1rem;
    color: var(--color-yellow);
}
.ce_site_content .align-center, .ce_site_content_image .align-center {
    text-align: center;
}

body.page-uid-8 footer {
    margin-top: 0;
}

/* tables */
table.sortable thead tr th.sorting {
    cursor: pointer;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em;
    width: unset;
    background-color: #unset;
    content: "";
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 60%;
    content: "▲";
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
}

table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
    opacity: .6;
}

/* alphabet-filter-contents */
.alphabet-filter-contents a {
    display: inline-block;
}
.alphabet-filter-contents a:before, .alphabet-filter-contents a:after {
    top: 0.3em;
}

/* dienstleistungen */
.dienstleistung_beschreibung table h1,
.dienstleistung_beschreibung table h2,
.dienstleistung_beschreibung table h3,
.dienstleistung_beschreibung table h4 {
    margin: 0;
}

/* citko-egovservice-light | dienstleistung */
.citko-egovservice-light.dienstleistung .downloads ul {
    list-style-type: none!important;
    padding: 0!important;
    margin: 0!important;
}
.citko-egovservice-light.dienstleistung .links a {
    padding-left: 15px;
    display: inline-block;
    position: relative;
}
.citko-egovservice-light.dienstleistung .links a:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}
.citko-egovservice-light.dienstleistung .contact .contact-data .adresse {
    margin-top: 20px;
}
.citko-egovservice-light.dienstleistung .table_oeffnungszeiten caption {
    display: none;
}
.citko-egovservice-light.dienstleistung .downloads ul > li > a + p {
    margin-top: 15px;
}

/* alert */
.alert p:last-child {
    margin-bottom: 0;
}

/* a */
a.underline {
    border-bottom: 0.085em solid var(--color-yellow);
}

/* citko-egovservice-light | fachbereich */
.citko-egovservice-light.fachbereich .contact {
    margin-top: -40px;
}
.citko-egovservice-light.fachbereich .contact .contact-data {
    margin-top: 40px;;
}

/* citko-egovservice-light | ansprechpartner */
.citko-egovservice-light.ansprechpartner.list .alphabet-filter-target > .row {
    margin-top: -20px;
}
.citko-egovservice-light.ansprechpartner.list .alphabet-filter-target > .row > [class*="col-"] {
    margin-top: 20px;
}
.dienstleistung_formular_beschreibung {
    color: #7e7e7e;
}
.dienstleistung_formular_beschreibung p:last-child {
    margin-bottom: 0;
}
.alphabet-filter-target .item + .item {
    margin-top: 20px;
}
.formulare_dienstleistungen {
    padding-top: 10px;
}
.formulare_dienstleistungen > ul {
    margin-bottom: 0;
}

/* .contact-data */
.contact-data {
    flex-grow: unset;
}

/* masonry */
.topics-grid.masonry {
    margin: -10px;
}
.masonry-item {
    padding: 10px;
}

/* images */
figure, figcaption {
    display: block!important;
}
.img-wrapper {
    position: relative;
    display: inline-block;
}
.img-wrapper.newscard-head {
    display: block;
}
.img-wrapper [data-copyright] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000b3;
    height: 25px;
    width: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.img-wrapper [data-copyright] svg {
    width: 50%;
}

.photocard.img-wrapper, .gallery-img.img-wrapper {
    display: block;
}

.page-layout-default .cyt-right-area .gallery .img-wrapper [data-copyright] {
    height: 20px;
    width: 20px;
}


#copyrightInfo {
    padding: 13px;
    position: fixed;
    bottom: -200px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background-color: #000000d9;
    color: #fff;
    transition: all 0.5s ease;
    z-index: 10;
}
@media(max-width: 450px) {
    #copyrightInfo {
        width: 100%;
        margin-left: -50%;
    }
}
#copyrightInfo.active {
    bottom: 0!important;
}
#copyrightInfo .copyright-text {
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-top: 5px;
}
.copyright-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 14px;
    cursor: pointer;
}

/* divider */
.ce_divider + .container > section {
    margin-top: unset!important;
}

.page-layout-oneColumn > main > .container + .container.container-content > .mt-section {
    margin-top: 0;
}

/* language-switcher */
.language-switcher {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}
.language-switcher li {
    cursor: pointer;
}
.language-switcher li + li {
    margin-left: 2em;
}
.language-switcher li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}
.language-switcher li.active > span,
.language-switcher li:hover > span {
    text-decoration: underline;
}
.language-switcher li > span svg {
    height: 20px;
    margin-right: 0.3em;
}

/* grid */
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    margin: 0 -10px;
}
.flex-row > * {
    padding: 0 10px;
}

/* social-link-list */
.social-link-list {
    padding: 0!important;
    list-style-type: none!important;
    margin: 2em 0 0 0!important;
}
.social-link-list li + li {
    margin-top: 0.5em;
}
.social-link-list li a {
    display: inline-flex;
    align-items: center;
}
.social-link-list li a:hover {
    -webkit-transform: scale(1.00) translate(-5px,0);
    transform: scale(1.00) translate(-5px,0);
}
.social-link-list li a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.social-link:hover, .social-link:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
}

/* topics-grid masonry */
h1 + .topics-grid.masonry,
h2 + .topics-grid.masonry,
h3 + .topics-grid.masonry,
h4 + .topics-grid.masonry {
    margin-top: 0.75em!important;
}
.teaserblock h1 + h2,
.teaserblock h2 + h3,
.teaserblock h3 + h4,
.teaserblock h4 + h5 {
    margin-bottom: 0;
}

/**/
.-mb-1 {
    margin-bottom: -0.5em!important;
}
.-mb-2 {
    margin-bottom: -1em!important;
}
.-mb-3 {
    margin-bottom: -1.5em!important;
}
.-mb-4 {
    margin-bottom: -2em!important;
}
.-mb-5 {
    margin-bottom: -2.5em!important;
}
.-mb-6 {
    margin-bottom: -3em!important;
}
.-mb-7 {
    margin-bottom: -3.5em!important;
}
.-mb-8 {
    margin-bottom: -4em!important;
}
.-mb-9 {
    margin-bottom: -4.5em!important;
}
.-mb-10 {
    margin-bottom: -5em!important;
}
.-mb-11 {
    margin-bottom: -5.5em!important;
}
.-mb-12 {
    margin-bottom: -6em!important;
}
.-mb-13 {
    margin-bottom: -6.5em!important;
}
.-mb-14 {
    margin-bottom: -7em!important;
}
.-mb-15 {
    margin-bottom: -7.5em!important;
}
.-mb-16 {
    margin-bottom: -8em!important;
}
.-mb-17 {
    margin-bottom: -8.5em!important;
}
.-mb-18 {
    margin-bottom: -9em!important;
}
.-mb-19 {
    margin-bottom: -9.5em!important;
}
.-mb-20 {
    margin-bottom: -10em!important;
}
.-mb-21 {
    margin-bottom: -10.5em!important;
}
.-mb-22 {
    margin-bottom: -11em!important;
}
.-mb-23 {
    margin-bottom: -11.5em!important;
}
.-mb-24 {
    margin-bottom: -12em!important;
}
.-mb-25 {
    margin-bottom: -12.5em!important;
}
.-mb-26 {
    margin-bottom: -13em!important;
}
.-mb-27 {
    margin-bottom: -13.5em!important;
}
.-mb-28 {
    margin-bottom: -14em!important;
}

/* proposed-links */
@media(max-width: 567px) {
    .proposed-links {
        flex-direction: column;
        margin-top: 0.5em!important;
    }
}

/* loading screen */
@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

.loading-screen {
    position: fixed;
    z-index: 9999;
    background-color: #ffffffbf;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-screen svg {
    height: 80px;
    width: auto;
    
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* date range picker */
.daterangepicker {
    margin-top: -13px;
}

/* optigov */
.optigov-holder table tr th,
.optigov-holder table tr td {
    border-bottom: none!important;
    color: var(--color-black)!important;
}
.opening-times-container + .opening-times-container {
    margin-top: 3.25rem;
}

.optigov-widget .searchbox-widget {
    padding: 1.5rem 2rem 2rem;
    color: #fff;
    background-color: var(--color-yellow);
}
.optigov-widget .searchbox-widget .searchbox-widget__sections {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 1rem 0 0 0;
    list-style-type: none;
    row-gap: 0.5rem;
    column-gap: 1.5rem;
}
.optigov-widget .searchbox-widget .searchbox-widget__sections li a {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 400;
    color: #fff;
    gap: 5px;
}
.optigov-widget .searchbox-widget .searchbox-widget__sections li a svg {
    height: 20px;
    width: auto;
}
.optigov-widget .searchbox-widget .searchbox-widget__sections li:last-child {
    margin-right: 0;
}

.optigov-widget + .container > section {
    margin-top: unset !important;
}

@media (max-width: 991px) {
    .news-100413 .content-row.row .col-lg-8 {
        order: 1!important;
    }
    .news-100413 .content-row.row .col-lg-4 {
        order: 2!important;
    }
    
    .news-100413 .content-row.row .col-lg-8 .content-inner {
        display: flex!important;
        flex-direction: column!important;
    }
    
    .news-100413 .content-row.row .col-lg-8 .content-inner .breadcrumbs {order:1!important;}
    .news-100413 .content-row.row .col-lg-8 .content-inner [itemprop="datePublished"] {order:2!important;}
    .news-100413 .content-row.row .col-lg-8 .content-inner [itemprop="headline"] {order:3!important;}
    .news-100413 .content-row.row .col-lg-8 .content-inner .content-block {order:4!important;}
    .news-100413 .content-row.row .col-lg-8 .content-inner [itemprop="articleBody"] {order:5!important;}
    .news-100413 .content-row.row .col-lg-8 .content-inner .btn.mt-4 {order:6!important;}
}

.optigov-holder input[type="radio"] {
    position: unset!important;
    z-index: unset!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
    -webkit-appearance: auto!important;
    opacity: unset!important;
}

.pb-20px {
    padding-bottom: 20px;
}


/* drop down */
.dropdown {
    position: relative;
    min-width: 300px;
    display: inline-block;
}
.dropdown[data-filter-element="berufsbezeichnung"] {
    width: 500px;
    max-width: 100%;
}

.dropdown-toggle {
    width: 100%;
    padding: 10px;
    border: 1px solid #fab900;
    background: #fab900;
    cursor: pointer;
    text-align: left;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
}
.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: white;
    display: none;
    max-height: 300px;          /* maximale Höhe */
    overflow-y: auto;           /* vertikal scrollbar */
    z-index: 100;
    border-radius: 0;
}

.dropdown-menu div {
    padding: 10px;
    cursor: pointer;
}

.dropdown-menu div:hover {
    background: #f0f0f0;
}

@media(max-width: 991px) {
    .cyt-left-area[data-mobile-sorting="1"][data-mobile-elements-to-bottom="1"] > .content-inner > .ce_site_content_image.image-only figure {
        margin-bottom: 0;
    }
}

body.contrast-mode .optigov-widget .searchbox-widget{
    background-color: #000;
}

body.contrast-mode .dropdown-toggle {
    border-color: #966f00;
    background: #966f00;
    color: #000;
}

body.contrast-mode .btn:not(.btn-gray), body.contrast-mode input[type='submit'] {
    background-color: #000;
    color: #fff;
}

body.contrast-mode hr {
    background-color: #000;
}

body.contrast-mode a.underline {
    border-color: #000;
}

body.contrast-mode a.underline:hover, 
body.contrast-mode .content-block ul a:hover, 
body.contrast-mode .content-block ol a:hover, 
body.contrast-mode .content-block p a:hover, 
body.contrast-mode .powermail_fieldwrap_type_html a:hover, 
body.contrast-mode a.underline:focus, 
body.contrast-mode .content-block ul a:focus, 
body.contrast-mode .content-block ol a:focus, 
body.contrast-mode .content-block p a:focus, 
body.contrast-mode .powermail_fieldwrap_type_html a:focus {
    color: #000;
}

body.contrast-mode .teasertext-grid .teasertext-item .teasertext-text p a.underline:before,
body.contrast-mode .news-swiper-box .newscard-body div.more span:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000000" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
}

body.contrast-mode .newscard:hover {
    border-color: #000;
}

body.contrast-mode main a:hover, body.contrast-mode main a:focus {
    color: #000;
    text-decoration: underline;
}


body.contrast-mode .access-link:active, body.contrast-mode .access-link[aria-pressed='true'] {
    background-color: #000 !important;
}

body.contrast-mode .access-link:hover {
    background-color: #000 !important;
    color: #fff!important;
}

body.contrast-mode .access-link:hover svg path {
    fill: #fff;
}

body.contrast-mode .submenu-toggler:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 4.77 7.07' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.62 6.45 2.92-2.91-2.92-2.92' fill='none' stroke='%23966f00' stroke-width='1.75'/%3E%3C/svg%3E");
}

body.contrast-mode .menu-link.active {
    color: #966f00;
}

body.contrast-mode .submenu-back:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.4 4.41'%3E%3Cpath d='M678.42,384.94l1.6,2.2h-.85l-1.58-2.2,1.58-2.21H680Zm2,0,1.61,2.2h-.85l-1.59-2.2,1.59-2.21H682Z' fill='%23966f00' transform='translate(-677.59 -382.73)'/%3E%3C/svg%3E");
}

body.contrast-mode .alphabet-filter-contents a:not([download]):after,
body.contrast-mode .category-filter-contents a:not([download]):after,
body.contrast-mode .interest-filter-contents a:not([download]):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.24 20'%3E%3Cpath d='M20,15.31l-9.65,9.6a.25.25,0,0,1-.44-.17V19.61a1.25,1.25,0,0,1,.44-.88l3.59-3.55a.23.23,0,0,0,0-.32l0,0-3.59-3.55a1.25,1.25,0,0,1-.44-.88V5.26a.25.25,0,0,1,.44-.17L20,14.69a.4.4,0,0,1,.06.56l-.06.06' transform='translate(-9.91 -5)' style='fill:%23966f00'/%3E%3C/svg%3E");
}

body.contrast-mode .svg-logo-stripes path[fill="#fab900"],
body.contrast-mode .gallery-item svg path[fill="#fab900"] {
    fill: #966f00;
}

body.contrast-mode a.underline:hover path, 
body.contrast-mode .content-block ul a:hover path, 
body.contrast-mode .content-block ol a:hover path, 
body.contrast-mode .content-block p a:hover path, 
body.contrast-mode a.underline:hover polygon, 
body.contrast-mode .content-block ul a:hover polygon, 
body.contrast-mode .content-block ol a:hover polygon, 
body.contrast-mode .content-block p a:hover polygon, 
body.contrast-mode a.underline:focus path, 
body.contrast-mode .content-block ul a:focus path, 
body.contrast-mode .content-block ol a:focus path, 
body.contrast-mode .content-block p a:focus path, 
body.contrast-mode a.underline:focus polygon, 
body.contrast-mode .content-block ul a:focus polygon, 
body.contrast-mode .content-block ol a:focus polygon, 
body.contrast-mode .content-block p a:focus polygon {
    fill: #000!important;
}

body.contrast-mode a.underline--yellow, 
body.contrast-mode .content-block ul a, 
body.contrast-mode .content-block ol a, 
body.contrast-mode .content-block p a, 
body.contrast-mode .content-block .p a, 
body.contrast-mode .content-block table a, 
body.contrast-mode .powermail_fieldwrap_type_html a {
    border-color: #000!important;
}

body.contrast-mode .accordion-button:hover {
    color: #000!important;
    text-decoration: underline;
}

body.contrast-mode .teaser-block-interesst .swiper-slide a .text-overlay h3 {
    padding: 1rem;
    background-color: #fff;
    color: #000;
}

body.contrast-mode #tx-solr-faceting.groupedFacetingContainer .facet-option.selected a.facet, 
body.contrast-mode #tx-solr-faceting.groupedFacetingContainer .facet-option.selected .fake-link.facet {
    background-color: #000 !important;
    color: #fff;
}

body.contrast-mode #tx-solr-faceting.groupedFacetingContainer {
    border-color: #000;
}

body.contrast-mode .img-cover[src*="no-image"] {
    filter: brightness(0);
}

/* CookieFirst banner accessibility adjustments */
body.contrast-mode .cookiefirst-root [data-cookiefirst-widget] {
    background-color: #fff !important;
    color: #000 !important;
}

body.contrast-mode .cookiefirst-root [data-cookiefirst-button] {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

body.contrast-mode .cookiefirst-root [data-cookiefirst-button]:hover,
body.contrast-mode .cookiefirst-root [data-cookiefirst-button]:focus {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

body.contrast-mode .cookiefirst-root a,
body.accessibility-underline-links .cookiefirst-root a,
body.accessibility-underline-links .cookiefirst-root [data-cookiefirst-button] {
    text-decoration: underline !important;
}

body.accessibility-underline-links a:not(.access-link),
body.accessibility-underline-links .cookiefirst-root a,
body.accessibility-underline-links .cookiefirst-root [data-cookiefirst-button] {
    text-decoration: underline !important;
}

/* Accessibility menu moved to header must sit at the right edge */
header > .access {
    right: 0 !important;
}

/* Accessibility menu expands when a child link is focused, via keyboard shortcut, or when a feature is active */
@media (hover: hover) {
    body .access:focus-within,
    body .access.is-open,
    body .access.is-active {
        /* transform: translate(0, -50%) scale(1.1) !important; */
    }
}

/* Accessibility menu stays visible unless the main menu or search is open */
@media (hover: hover) {
    body:not(.-menu-active):not(.-search-active) .access {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

body.contrast-mode [id*="optigov-app-"] button {
    background-color: #000000;
    color: #ffffff;
}

body.contrast-mode [id*="optigov-app-"] div.arrow {
    background-color: #000000 !important;
}

body.contrast-mode .optigov-holder a.router-link-active:not(.force-non-active) {
    color: #000000 !important;
}

a {
  overflow-wrap: anywhere;  /* bricht bei Bedarf, auch in URLs */
  word-break: break-word;
  hyphens: auto;            /* für "normale" Wörter zusätzlich schön */
}