
/*
   __  __                       ___
  / /_/ /_  ___  ____ ___  ___ <  /_______________
 / __/ __ \/ _ \/ __ `__ \/ _ \/ // ___/ ___/ ___/
/ /_/ / / /  __/ / / / / /  __/ // /__(__  |__  )
\__/_/ /_/\___/_/ /_/ /_/\___/_(_)___/____/____/


*/

/*----------------------------------------------- 
CUSTOM 
----------------------------------------------- */

.stage .slider  {
position: relative ;
/*top: 11.3rem !important; */

}
.service-slider .service-content ul li:first-of-type {
    display: none;
}

/*----------------------------------------------- 
THEME
----------------------------------------------- */

/* Suchergebnisse */
.search-result-title {
    font-weight: bold;
    margin-top: 1.2rem;
    padding-top: 1rem;
}
#main .nodesearch-result .col-12 p {
    margin-left: 0 !important;
}
.nodesearch-result strong {
    background: #fdfda5;
}
.search-result-title+p {
    max-height: 3.3rem;
    overflow: hidden;
}

.grid-enabled.pageteaser h3 {
    font-size: 1.525em;
}
nav a[href*="https:"]::after {
    font-size: 0.7rem;
}


a[target="_blank"]::after,
nav a[href*="https:"]:not(.navigation-link)::after,
.navigation-list .navigation-link[target="_blank"] span::after,
.navigation-list .navigation-link[href*="https:"] span::after {
    content: "\f35d";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-left: 0.5rem;
}





.nodesearch-result div:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}
.search-result-title {
    font-weight: bold;
    margin-top: 1rem;
}

/* OVERWRITES OTB */
.modal.appointment .modal-box {
    max-height: 702px !important;
    margin-top: 67px !important;
}
#tv {
    display:none  !important;
    left: 82.5rem !important;
    top: 3.5rem !important;
}

/* -----------------------------------------------
DIGIPORTAL OVERRIDES
----------------------------------------------- */
    /*Nur Datum "von" und feste Breite*/
    .calendar-sheet .gdc-date {
        width: 5.8em;
    }
    .calendar-sheet .gdc-date > span {
        display: block;
    }
    .calendar-sheet .date-day {        
        display: block;
        line-height: 1em;
        width: 100%;
    }
    #main button {
        font-family: inherit;
    }
    #main .do-detail .do-images a:first-of-type div.image {
        padding: 25%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #main .gdc-image-container {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #main .gdc-image-placeholder {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #main .do-attribute-group h3 i, 
    #main .do-attribute-group h3:hover {
      color: var(--theme-color-preset-one);
    }

/* -----------------------------------------------
GENERAL
----------------------------------------------- */

:root {
    --theme-color-preset-one: #111111;
    --theme-color-preset-two: #38697e;
    --theme-color-preset-three: #FFCC00;
    --max-width: 1425px;
    --border-radius: 5px;
    --grid-gap: 2rem;
}
body {
    margin: 0;
    font-size: 1.0625em !important; /* 17px */
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    color: var(--theme-color-preset-one);
    --header-height: 160px;
    --initial-header-height: 160px;
    --fixed-header-height: 160px;
    background: #FEFCF8;
}
body.scrolled {
    --header-height: 160px;
}
body.noscroll {
    overflow: hidden;
}
* {
    box-sizing: border-box;
    word-break: break-word;
    hyphens: auto;
    scroll-margin-top: var(--fixed-header-height);
}
a {
    text-decoration: none;
    outline: none;
    color: var(--theme-color-preset-two);
}
a:focus-visible {
    outline: 2px solid #000;
    outline-offset: 5px;
}
main a, footer a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .25s;
    padding: 0.1rem 0;
    color: var(--theme-color-preset-two);
}
main a:hover, main a:focus, main a:active, footer a:hover, footer a:focus, footer a:active {
    background-size: 100% 2px;
    text-decoration: none;
}
main ul,
main ol {
    margin: 0 0 1rem 0;
}
main ul {
    list-style-type: none;
    padding: 0;
}
main ul li {
    padding: 0 0 0 1rem;
    margin: 0 0 .45rem;
    position: relative;
}
main ul li::before {
    content: "-";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: .5rem;
    font-size: .9em;
    position: absolute;
    left: 0;
    top: -.25rem;
    line-height: 2;
}
p {
    margin: 0 0 1rem 0;
}
svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}
img {
    width: 100%;
}
.modal img {
    height: auto;
}
img + div,
form + div {
    background-image: none !important;
}
form li::before,
form ul::before {
    display: none;
}
strong,
b {
    font-weight: 600;
}
.stage {
    position: relative;
}
div::after {
    content: "";
    display: table;
    clear: both;
}

.accordion a {
	text-decoration: underline;
	color: #38697e !important;
}
.imagegallery-content {
    grid-gap: .5rem !important;
}
.imagegallery-content > div:nth-of-type(1) {
    height: 25vh !important;
}
.imagegallery-content .image {
    height: 12vh !important;
}
.imagegallery-content > div:nth-of-type(5) ~ .show-all {
    display: block;
}
.container.default-background,
.mehrspalter.default-background {
    background-color: var(--theme-color-preset-two);
}

/* -----------------------------------------------
DIGIPORTAL OVERRIDES
----------------------------------------------- */
.main .do-detail {
    padding: 3rem 2rem;
}
.main .do-categories {
    margin-bottom: .5rem;
}
.main .calendar-sheet .gdc-date {
    background-color: var(--theme-color-preset-two);
    color: #fff;
    border-radius: 5px;
    padding: 1rem 1.8rem;
}
.gdc-time .fa-clock.fas {
    font-weight: 500;
}
.main .calendar-sheet .gdc-title {
    grid-row-start: 1;
}
.event-grid .gdc-list > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
}
.event-grid .gdc-list .gdc-object {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.event-grid .gdc-description {
    display: none;
}
.middle .do-detail h1 {
    font-size: 2em;
    text-transform: none;
}
.middle .do-detail h2 {
    font-size: 1.525em;
    text-transform: none;
}

.mehrspalter.columns2[data-layout="auto"] .mehrspalter-content {
    grid-template-columns: 0.8fr 1.2fr;
}

/* -----------------------------------------------
PRINT
----------------------------------------------- */

@media print {
    * {
      -webkit-print-color-adjust: exact;
    }
    #header,
    #footer,
    .jumpmarks,
    iframe,
    .progress-container {
        display: none !important;
    }
    @media(min-width: 500px) and (max-width: 1200px) {
        .pageteaser.grid-enabled .pageteaser-content {
            grid-template-columns: 1fr 1fr !important;
            grid-gap: 2rem !important;
        }
    }
    @media(max-width: 500px) {
        .pageteaser.grid-enabled .pageteaser-content {
            grid-template-columns: 1fr !important;
            grid-gap: 2rem !important;
        }
    }
}

/* -----------------------------------------------
DARKMODE
----------------------------------------------- */

body.dark {
    --theme-darkmode-foreground-one: #FFF;
    --theme-darkmode-background-preset: #0e0e0e;
    --theme-color-preset-one: #FFF;
    --theme-color-preset-two: #0e0e0e;
    --theme-color-preset-three: #000000;
    --theme-darkmode-background-default: #000000;
}

    /* -----------------------------------------------
    GENERAL
    ----------------------------------------------- */

    body.dark {
        background: var(--theme-darkmode-background-preset);
        color: var(--theme-darkmode-foreground-one);
    }
    body.dark a {
        color: var(--theme-darkmode-foreground-one) !important;
    }
    body.dark a:focus-visible {
        outline: 2px solid #FFF !important;
    }

    /* -----------------------------------------------
    JUMPMARKS
    ----------------------------------------------- */

    body.dark .jumpmarks:focus-within {
        background: var(--theme-darkmode-background-default);
    }
    body.dark .jumpmarks a:focus {
        color: var(--theme-darkmode-background-default);
    }

    /* -----------------------------------------------
    HEADER
    ----------------------------------------------- */

    body.dark .header .header-wrap {
        background: var(--theme-darkmode-background-default);
    }
    body.dark .header .navigation-main .navigation > li > a {
        color: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    NAVIGATION TOP
    ----------------------------------------------- */

    body.dark .navigation-main {
        background: #151515;
    }
    body.dark .navigation-main .navigation > li a {
        color: var(--theme-darkmode-foreground-one) !important;
    }
    body.dark .navigation-main .navigation > li > a {
        border-color: var(--theme-darkmode-background-default);
    }
    body.dark .navigation-main .navigation .navigation-level--level-2::after {
        background: #222;
    }

    /* -----------------------------------------------
    LOGO
    ----------------------------------------------- */

    body.dark .logo-img:not(.sticky) {
        display: none !important;
    }
    body.dark .logo-img.sticky {
        display: block !important;
    }

    /* -----------------------------------------------
    SEARCH
    ----------------------------------------------- */

    body.dark .search .search-toggle {
        color: var(--theme-darkmode-foreground-one);
        border-color: var(--theme-darkmode-background-default);
    }
    body.dark header #search-form {
        background: rgba(0,0,0,.9);
    }

    /* -----------------------------------------------
    ACCESSIBILITY
    ----------------------------------------------- */

    body.dark .header.is-sticky .accessibility-toggle,
    body.dark.article-site .accessibility-toggle,
    body.dark.noscroll .accessibility-toggle {
        color: var(--theme-darkmode-foreground-one);
    }
    body.dark .accessibility-content {
        color: var(--theme-darkmode-foreground-one);
        background: var(--theme-darkmode-background-default);
    }
    body.dark .fontsize-info span {
        color: var(--theme-darkmode-background-default);
        background: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    STARTBILD LINKS
    ----------------------------------------------- */

    body.dark .navigation.columns.images-enabled .navigation-link {
        background: #000;
    }
    body.dark .navigation.columns .navigation-link:hover,
    body.dark .navigation.columns .navigation-link:focus-within {
        background: #222;
        color: var(--theme-darkmode-foreground-preset);
    }

    /* -----------------------------------------------
    SERVICE
    ----------------------------------------------- */

    body.dark .service .service-content {
        background: var(--theme-darkmode-background-preset);
    }

    /* -----------------------------------------------
    BREADCRUMB
    ----------------------------------------------- */

    body.dark .breadcrumb__link.current,
    body.dark .breadcrumb__link:not(.current)::after {
        color: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    TEXTS
    ----------------------------------------------- */

    body.dark .black-text,
    body.dark .default-text {
        color: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    BUTTONS
    ----------------------------------------------- */

    body.dark .button.solid.default-background a:hover > span,
    body.dark .button.solid.default-background a:focus > span,
    body.dark .button.solid.default-background a:active > span {
        color: var(--theme-darkmode-background-preset);
    }

    /* -----------------------------------------------
    OVERRIDE RULES
    ----------------------------------------------- */

    body.dark .container.disabled-background,
    body.dark .container.white-background,
    body.dark .container.grey-background {
        background: var(--theme-darkmode-background-preset);
    }
    body.dark .mehrspalter.disabled-background,
    body.dark .mehrspalter.white-background,
    body.dark .mehrspalter.grey-background {
        background: var(--theme-darkmode-background-default) !important;
    }
    body.dark .container.default-background {
        background: var(--theme-darkmode-background-default);
    }
    body.dark .mehrspalter.default-background {
        background: var(--theme-darkmode-background-default);
    }

    /* -----------------------------------------------
    ACCORDION
    ----------------------------------------------- */

    body.dark .accordion-title {
        background: #222 !important
    }
    body.dark .accordion-title h1,
    body.dark .accordion-title h2,
    body.dark .accordion-title h3,
    body.dark .accordion-title p {
        color: var(--theme-darkmode-foreground-one) !important;
    }
    body.dark .accordion-title i {
        background: var(--theme-darkmode-background-default) !important;
    }

    /* -----------------------------------------------
    NAVIGATION SIDEBAR
    ----------------------------------------------- */

    body.dark .navigation-sidebar > .navigation {
        box-shadow: 0px 0px 33px rgb(0 0 0 / 33%);
        background: #222;
    }
    body.dark .navigation-sidebar > ul > .navigation-item--state-active > a:last-of-type {
        background: #222;
        border-bottom: 1px solid #000;
    }
    body.dark .navigation-sidebar .navigation-link,
    body.dark .navigation-sidebar .toggle-submenu {
        color: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    OFFCANVAS
    ----------------------------------------------- */

    body.dark .offcanvas .navigation-item--previous {
        background: var(--theme-color-preset-two);
    }
    body.dark .offcanvas ul > li:not(:last-of-type) {
        border-color: #fff;
    }

    /* -----------------------------------------------
    FORMS
    ----------------------------------------------- */

    body.dark .clearfix > .input input,
    body.dark .clearfix > .input textarea {
        color: var(--theme-darkmode-foreground-one);
    }

    /* -----------------------------------------------
    MEDIA-QUERIES
    ----------------------------------------------- */

    @media(max-width: 1023px) {
        body.dark.noscroll .header-wrap {
            background: var(--theme-darkmode-background-default) !important;
        }
    }
    @media (max-width: 1350px) {
        body.dark.article-site .offcanvas-toggle .line,
        body.dark .header.is-sticky .offcanvas-toggle .line,
        body.dark.noscroll .offcanvas-toggle .line {
            background-color: var(--theme-darkmode-foreground-one);
        }
    }

/* -----------------------------------------------
TABLES
----------------------------------------------- */

.table {
    width: calc(100% + 1rem);
    margin: -.5rem;
    table-layout: fixed;
}
.table table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}
.table th,
.table td {
    padding: .5rem;
    vertical-align: top;
}
.table thead tr th {
    background: rgb(142 142 142 / 15%);
}
.table tbody tr:nth-of-type(even) th,
.table tbody tr:nth-of-type(even) td {
    background: rgb(142 142 142 / 15%);
}
.table th {
    text-align: left;
}

/* -----------------------------------------------
HEADLINES
----------------------------------------------- */

h1 {
    margin: 0 0 2rem 0;
    font-size: 2em; /* 34px */
    font-weight: 700;
    line-height: 1.25;
}
h2 {
    margin: 0 0 2rem 0;
    font-size: 1.525em; /* 26px */
    font-weight: 700;
    line-height: 1.25;
}
h3 {
    margin: 0 0 1rem 0;
    font-size: 1.175em; /* 20px */
    font-weight: 700;
    line-height: 1.25;
}
h4 {
    margin: 0 0 .5rem 0;
    font-size: 1.06em; /* 18px */
    font-weight: 700;
    line-height: 1.25;
}
h5 {
    margin: 0 0 2rem 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25;
}
h6 {
    margin: 1.5rem 0 1rem 0;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

/* -----------------------------------------------
TEXTS
----------------------------------------------- */

.black-text {
  color: var(--theme-color-preset-one);
}
.white-text {
  color: #FFF;
}

/* -----------------------------------------------
JUMPMARKS
----------------------------------------------- */

.jumpmarks {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    display: table;
    width: 100%;
    table-layout: fixed;
    transition: all .25s;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}
.jumpmarks:focus-within {
    pointer-events: all;
    z-index: 10;
    opacity: 1;
    background: var(--theme-color-preset-two);
}
.jumpmarks a {
    color: #FFF;
    display: inline-block;
    line-height: var(--header-height);
    padding: 0 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
}
.jumpmarks:focus-within a {
    color: #FFF;
}
.jumpmarks a:focus {
    background: #FFF;
    color: var(--theme-color-preset-two);
}

/* -----------------------------------------------
HEADER
----------------------------------------------- */

header {
  padding: 0 !important;
}
.header-wrap {
    position: fixed;
    z-index: 9;
    width: 100%;
    box-shadow: none;
    background: #FFF;
    box-shadow: 0px 0px 50px rgb(17 17 17 / 25%);
}
.header-content {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 0;
    min-height: var(--header-height);
    transition: min-height .25s ease;
}
.header-content::after {
    display: none;
}

/* -----------------------------------------------
STAGE VIDEO
----------------------------------------------- */

.stage-header .button {
    position: relative;
    z-index: 2;
}
.stage-header .video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 !important;
    pointer-events: none;
}
.stage-header .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* -----------------------------------------------
LOGO
----------------------------------------------- */

.logo:focus-visible .logo-img {
    outline: 2px solid #000;
    outline-offset: 5px;
}
.logo-img {
    width: 265px;
    height: auto;
    position: absolute;
    top: calc(50% - 25px);
    left: 2rem;
    transform: translateY(-50%);
    transition: all .25s ease;
}
.logo-img.sticky {
    display: none;
}

/* -----------------------------------------------
FONTSIZE
----------------------------------------------- */

.toggle-fontsize {
    display: none;
}
.fontsize-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.fontsize-info li {
    margin: 0.5rem 0;
    white-space: nowrap;
    font-weight: 700;
}
.fontsize-info li:first-child {
    font-weight: 600;
}
.fontsize-info span {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    padding: 1px 5px;
    background: var(--theme-color-preset-one);
}

/* -----------------------------------------------
SERVICE HELPER
----------------------------------------------- */

.service-slider {
    position: fixed;
    top: 75%;
    right: -200px;
    z-index: 5;
    transition: right .25s ease;
    transform: translateY(-50%);
    overflow: hidden;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    display: grid;
    grid-template-columns: 50px 200px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 33%);
}
.service-slider:hover,
.service-slider:focus-within {
    right: 0;
}
.service-slider .service-toggle {
    font-size: 1.175em;
    padding: 0.65rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: var(--theme-color-preset-three);
    color: var(--theme-color-preset-one);
}
.service-slider .service-toggle span {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    position: relative;
    top: 85px;
}
.service-slider .service-toggle i {
    padding-right: .5rem;
}
.service-slider .service-content {
    background: #FEDC55;
    padding: 1rem;
    min-height: 140px;
    display: flex;
    align-items: center;
}
body.dark .service-slider .service-content,
body.dark .service-slider .service-toggle {
    background: #222;
}
.service-slider .service-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%;
}
.service-slider .service-content ul li {
    margin: .5rem 0;
}
.service-slider .service-content ul li a {
    color: var(--theme-color-preset-one);
    font-weight: 700;
}
.service-slider .service-content ul li i {
    float: left;
    width: 30px;
    text-align: center;
    margin-right: 0.25rem;
    line-height: 1.25;
}

/* -----------------------------------------------
SEARCH RESULTS
----------------------------------------------- */

.search-results .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    background: var(--theme-color-preset-two);
    color: #FFF;
    font-size: 1rem;
}
.search-results .clearfix {
    margin-bottom: .75rem;
}
.search-results .page-navigation {
    overflow-x: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.search-results .neos-widget-paginator {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-results > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search-results > form + .page-navigation {
    display: none;
}
.search-results > ul li {
    padding: 0;
    margin: 1rem 0 0;
}
.search-results > ul li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}
.search-results > ul li::before {
    display: none;
}
.search-results h3 {
    font-size: inherit;
}
.search-results .page-navigation li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .25s;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
}
.search-results .page-navigation li::before,
.search-results .page-navigation li::after {
    display: none;
}
.search-results .page-navigation li:not(.previous):not(.before-current):not(.current):not(.after-current):not(.next) {
    display: none;
}
.search-results .page-navigation li.current {
    background: var(--theme-color-preset-two);
    color: #FFF;
}
.search-results .page-navigation li.previous a,
.search-results .page-navigation li.next a {
    text-indent: -9999px;
}
.search-results .page-navigation li.previous a::after,
.search-results .page-navigation li.next a::after {
    font-family: 'Font Awesome 5 Free';
    float: left;
    text-indent: 0;
}
.search-results .page-navigation li.previous a::after {
    content: "\f053";
}
.search-results .page-navigation li.next a::after {
    content: "\f054";
}
.search-results .page-navigation a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: none;
}
.search-results .page-navigation a:focus {
    outline: auto;
}

/* -----------------------------------------------
NAVIGATION
----------------------------------------------- */

.navigation,
.navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* -----------------------------------------------
NAVIGATION TOP
----------------------------------------------- */

.navigation-main {
    background: var(--theme-color-preset-two);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 !important;
}
.navigation-main .navigation {
    display: flex;
    align-items: end;
    padding: 0 2rem;
    height: inherit;
    max-width: var(--max-width);
    margin: 0 auto;
}
.navigation-main .navigation > li > a {
    padding: 0.765rem 1.25rem;
    font-weight: 700;
    display: block;
    color: #FFF;
    border-left: 1px solid #2a4f5e;
}
.navigation-main .navigation > li:last-of-type > a {
    border-right: 1px solid #2a4f5e;
}
.navigation-main .navigation > li.hover > a,
.navigation-main .navigation > li:focus-within > a {
    background: #2a4f5e !important;
}
body.dark .navigation-main .navigation > li.hover > a,
body.dark .navigation-main .navigation > li:focus-within > a {
    background: #222 !important;
}
.navigation-main .navigation > li.navigation-item--state-active > a {
    background: var(--theme-color-preset-three) !important;
    color: var(--theme-color-preset-one) !important;
}
body.dark .navigation-main .navigation > li.navigation-item--state-active > a {
    background: #222 !important;
    color: var(--theme-color-preset-one) !important;
}
.navigation-main .navigation li:not(.navigation-item--level-1).navigation-item--state-current > a {
    font-weight: 700;
}
.navigation-main .open-submenu {
    display: none !important;
}
.navigation-main .navigation .navigation-level--level-2 {
    display: grid;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    top: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 3rem 2rem;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem var(--grid-gap);
    pointer-events: none;
}
.navigation-main .navigation .navigation-level--level-2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #FFFFFF;
    z-index: -1;
    box-shadow: 0px 25px 50px -25px rgb(34 37 49 / 33%);
}
.navigation-main .navigation > li:hover ~ li .navigation-level--level-2 {
    z-index: 0;
}
.navigation-main .navigation .navigation-level--level-2 > li {
    position: relative;
}
.navigation-main .navigation .navigation-item--level-1.hover > ul,
.navigation-main .navigation .navigation-item--level-1:focus-within > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.navigation-main .navigation .navigation-level--level-4 {
    display: none;
}

.navigation-main .navigation li a {
    position: relative;
    text-decoration: none;
}
.navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link:hover {
    text-decoration: underline;
}
.navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link {
    padding: .1rem 0;
    text-transform: none;
    display: block;
}
.navigation-main .navigation li.navigation-item--level-2 > .navigation-link {
    font-weight: 700;
    font-size: 1.05em;
}
.navigation-main .navigation li.navigation-item--level-3 > .navigation-link {
    color: var(--theme-color-preset-one);
    font-size: .885em;
}

/* -----------------------------------------------
PAGETEASER MIXIN
----------------------------------------------- */

.pageteaser .pageteaser-teaser > span {
    font-style: normal !important;
}
.pageteaser.grid-enabled {
    overflow: visible;
    margin-bottom: 3rem;
}
.pageteaser.grid-enabled .pageteaser-teaser {
    position: relative;
    overflow: hidden;
    background: #f4f7fa;
    border-radius: var(--border-radius);
}
.pageteaser.grid-enabled .pageteaser-teaser > .pageteaser-text {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
}
.pageteaser.grid-enabled .pageteaser-teaser ul {
    margin: 0 0 0.5rem;
}
.pageteaser.grid-enabled .pageteaser-teaser ul > li{
    font-size: 1.175em;
    margin: 0;
}
.pageteaser.grid-enabled .pageteaser-teaser p {
    display: none;
}
.pageteaser.grid-enabled .pageteaser-teaser .button {
    margin: 0 !important;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}
.pageteaser.grid-enabled .pageteaser-teaser .button span {
    text-transform: lowercase;
    border: 0 !important;
    padding: 0;
    background: none !important;
}
.pageteaser.grid-enabled .pageteaser-teaser .pageteaser-text a::after {
    content: "";
    position: absolute;
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
}
.pageteaser.grid-enabled .image {
    margin: 0;
}
.pageteaser.grid-enabled .image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--theme-color-preset-two);
    opacity: .75;
}
body.dark .pageteaser.grid-enabled .image::before {
    background: #222;
}
.pageteaser.grid-enabled .pageteaser-teaser .image ~ *,
.pageteaser.grid-enabled .pageteaser-teaser .image ~ * * {
    color: #FFF;
}
.pageteaser.grid-enabled .pageteaser-teaser:hover .image::before,
.pageteaser.grid-enabled .pageteaser-teaser:focus-within .image::before {
    background: var(--theme-color-preset-three);
}
.pageteaser.grid-enabled .pageteaser-teaser:hover .image ~ *,
.pageteaser.grid-enabled .pageteaser-teaser:hover .image ~ * *,
.pageteaser.grid-enabled .pageteaser-teaser:focus-within .image ~ *,
.pageteaser.grid-enabled .pageteaser-teaser:focus-within .image ~ * * {
    color: inherit;
}
.pageteaser.grid-enabled .pageteaser-teaser:hover .pageteaser-text h3 a,
.pageteaser.grid-enabled .pageteaser-teaser:focus-within .pageteaser-text h3 a {
    color: var(--theme-color-preset-one);
}

/* -----------------------------------------------
SLIDER MIXIN
----------------------------------------------- */

.slider .slick-track {
    cursor: grab;
}
.slider .slick-track:active {
    cursor: grabbing;
}
.slider .pageteaser {
    padding: 0 !important;
}
.slider .pageteaser.grid-enabled .pageteaser-content {
    display: table !important;
    width: 100%;
    table-layout: fixed;
}
.slider[data-show]::before {
    display: none !important;
}
body.dark .slick-dots li button::before {
    color: #fff;
}
body.dark .slick-dots li.slick-active button::before {
    color: #fff;
}

/* -----------------------------------------------
BUTTON MIXIN
----------------------------------------------- */

.button .button-content {
    font-weight: 700;
}
.button .button-content > * {
    padding: .85rem;
    transition: none;
}
.button .button-content > span {
    text-transform: uppercase;
    padding: 0.8rem 1.5rem;
    font-size: 1.175em;
}
.button .button-content > span::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: 0.5rem;
    font-size: .85em;
    line-height: 0;
}
.button .button-content > i {
    width: 50px;
    font-size: 1.2em;
}
.button.solid.white-background a > i {
    background: var(--theme-color-preset-two);;
    border-color: var(--theme-color-preset-two);;
    color: #FFF;
}
.button.solid.white-background a:hover > span,
.button.solid.white-background a:focus > span,
.button.solid.white-background a:active > span {
    background: var(--theme-color-preset-two) !important;
    border-color: var(--theme-color-preset-two) !important;
}
.button.solid.white-background a:hover > i,
.button.solid.white-background a:focus > i,
.button.solid.white-background a:active > i {
    background: var(--theme-color-preset-two) !important;
    border-color: var(--theme-color-preset-two) !important;
}

.button.solid.default-background a > span {
    background: var(--theme-color-preset-three);
    border-color: var(--theme-color-preset-three);
    color: var(--theme-color-preset-one);
}
.button.solid.default-background a > i {
    background: var(--theme-color-preset-three);
    border-color: var(--theme-color-preset-three);
    color: var(--theme-color-preset-one);
}
body.dark .button.solid.default-background a > span,
body.dark .button.solid.default-background a > i {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.button.solid.default-background a:hover > span,
.button.solid.default-background a:focus > span,
.button.solid.default-background a:active > span {
    background: var(--theme-color-preset-one);
    border-color: var(--theme-color-preset-one);
    color: #FFF;
}
.button.solid.default-background a:hover > i,
.button.solid.default-background a:focus > i,
.button.solid.default-background a:active > i {
    background: var(--theme-color-preset-one);
    border-color: var(--theme-color-preset-one);
    color: #FFF;
}
body.dark .button.solid.default-background a:hover > span,
body.dark .button.solid.default-background a:focus > span,
body.dark .button.solid.default-background a:active > span,
body.dark .button.solid.default-background a:hover > i,
body.dark .button.solid.default-background a:focus > i,
body.dark .button.solid.default-background a:active > i {
    background: #222;
    border-color: #222;
    color: #FFF;
}
body.dark .button.ghost a:hover > * {
    background: #fff;
    color: #000;
  }

/* -----------------------------------------------
NAVIGATION MIXIN
----------------------------------------------- */

.navigation.columns li {
    margin-bottom: 0;
}
.navigation.columns li::after {
    padding-bottom: 50%;
}
.navigation.columns.images-enabled .navigation-link,
.navigation.columns.images-disabled .navigation-link {
    background: rgba(56, 105, 126, .75);
    font-weight: 700;
    color: #FFF;
    padding: .5rem;
}
.navigation.columns.images-disabled .navigation-link {
    background: rgba(56, 105, 126, .9);
}
body.dark .navigation.columns.images-disabled .navigation-link {
    background: rgba(0, 0, 0, .9);
}
body.dark .navigation.columns.images-disabled .navigation-link:hover {
    background: rgba(0, 0, 0, 1);
}
.navigation.columns .navigation-link i {
    font-size: 3rem;
    margin-bottom: 2rem;
}
.navigation.columns .navigation-link:hover,
.navigation.columns .navigation-link:focus-within {
    background: rgb(255 204 0 / 90%);
    color: var(--theme-color-preset-one);
}
.navigation.columns.images-enabled .navigation-link > span,
.navigation.columns.images-disabled .navigation-link > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 1.175em;
}
.navigation.columns.images-enabled .navigation-link > i + span, .navigation.columns.images-disabled .navigation-link > i + span {
    top: 70%;
}
.navigation.columns.images-enabled .navigation-link:hover > .image img,
.navigation.columns.images-enabled .navigation-link:focus-within > .image img,
.navigation.columns.images-disabled .navigation-link:hover > .image img,
.navigation.columns.images-disabled .navigation-link:focus-within > .image img {
    filter: invert(1);
}
/* .navigation.columns.images-enabled .navigation-link > .image {
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 12.5%;
} */
.navigation.columns.images-enabled .navigation-link > .image::before {
    display: none;
}

/* -----------------------------------------------
STAGE
----------------------------------------------- */

.stage .container {
    padding-bottom: 7.5rem;
}

/* -----------------------------------------------
SCROLL DOWN
----------------------------------------------- */

.scroll-down {
    position: absolute;
    bottom: 3.25rem;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-down > a {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--theme-color-preset-three);
    color: var(--theme-color-preset-one);
    text-decoration: none;
}
.scroll-down > a:hover,
.scroll-down > a:focus-visible {
    background: #DFB300;
}
body.dark .scroll-down > a:hover,
body.dark .scroll-down > a:focus-visible {
    background: #222;
}
.scroll-down > a > i {
    font-size: 2.25em;
}

/* -----------------------------------------------
MAP
----------------------------------------------- */

#adressenselect {
    background: var(--theme-color-preset-two);
    height: 40px;
}

/* -----------------------------------------------
NAVIGATION BREADCRUMB
----------------------------------------------- */

.no-sidebar .breadcrumb {
    display: none;
}
.breadcrumb {
    padding: 4.25rem 2rem 0;
    margin-bottom: -1rem;
    position: relative;
    z-index: 1;
}
.breadcrumb__list {
    list-style-type: none;
    max-width: var(--max-width);
    margin: 0 auto;
}
.breadcrumb__list > li:first-of-type {
    display: none;
}
.breadcrumb__list > li:nth-of-type(2) a::before {
    content: "\f015";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-indent: 0;
    float: left;
}
.breadcrumb__list > li:nth-of-type(2) a {
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    display: table;
}
.breadcrumb__link {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumb__link a {
    color: var(--theme-color-preset-two);
}
.breadcrumb__link.current {
    color: var(--theme-color-preset-two);
}
.breadcrumb__link:not(.current)::after {
    content: "/";
    color: var(--theme-color-preset-two);
    padding: 0 .5rem;
}
.breadcrumb__link::before {
    display: none;
}

/* -----------------------------------------------
NAVIGATION SIDEBAR
----------------------------------------------- */

.navigation a {
    background: none;
}
.navigation-sidebar {
    padding: 3rem 2rem 0;
}
.navigation-sidebar .navigation-item--level-1:not(.navigation-item--state-active),
.dataobject .left .navigation .navigation-item--level-1:not(.navigation-item--state-active) {
    display: none;
}
.navigation-sidebar .navigation-item--state-current > .navigation-link,
.dataobject .left .navigation .navigation-item--state-current > .navigation-link {
    font-weight: bold;
}
.navigation-sidebar > .navigation,
.dataobject .left .navigation {
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 0px 33px rgb(114 107 88 / 33%);
}
.navigation-sidebar .navigation-item,
.dataobject .left .navigation .navigation-item {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.navigation-sidebar .navigation-item::before,
.dataobject .left .navigation .navigation-item::before {
    display: none;
}
.navigation-sidebar > ul > .navigation-item--state-active > a:last-of-type,
.dataobject .left > ul > .navigation-item--state-active > a:last-of-type {
    font-size: 1.175em;
    background: var(--theme-color-preset-two);
    padding: 1rem 1.25rem !important;
    color: #FFF;
}
.navigation-sidebar .navigation-item--state-active > a:last-of-type,
.dataobject .left .navigation .navigation-item--state-active > a:last-of-type {
    font-weight: 700;
}
.navigation-sidebar .navigation-item--level-1.navigation-item--state-active > .toggle-submenu,
.dataobject .left .navigation .navigation-item--level-1.navigation-item--state-active > .toggle-submenu {
    display: none;
}
.navigation-sidebar .navigation-link,
.dataobject .left .navigation .navigation-link {
    display: block;
    padding: 0.75rem 3rem 0.75rem 40px;
    color: var(--theme-color-preset-two);
}
.navigation-sidebar .navigation-item.navigation-item--level-1 > .navigation-link,
.dataobject .left .navigation .navigation-item.navigation-item--level-1 > .navigation-link {
    color: #fff;
}
.navigation-sidebar .navigation-link:hover,
.dataobject .left .navigation .navigation-link:hover {
    text-decoration: underline;
}
.navigation-sidebar a:focus-visible,
.dataobject .left .navigation a:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}
.navigation-sidebar .toggle-submenu,
.dataobject .left .navigation .toggle-submenu {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25em;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color-preset-two);
    width: 50px;
    height: 50px;
    padding: 0;
}
.navigation-sidebar .navigation-level--level-3 .toggle-submenu,
.dataobject .navigation-level--level-3 .toggle-submenu {
    height: 25px !important;
}
.navigation-sidebar .navigation-item.active > .toggle-submenu > i,
.dataobject .left .navigation .navigation-item.active > .toggle-submenu > i {
    transform: rotate(90deg);
}
.navigation-sidebar .navigation-level:not(.navigation-level--level-2),
.dataobject .left .navigation .navigation-level:not(.navigation-level--level-2) {
    display: none;
}
.navigation-sidebar .navigation-level--level-3,
.dataobject .left .navigation .navigation-level--level-3 {
    padding-bottom: 1.25rem;
}
.navigation-sidebar .navigation-item--level-2:not(:last-of-type),
.dataobject .left .navigation .navigation-item--level-2:not(:last-of-type) {
    border-bottom: 1px solid rgb(56 105 126 / 20%);
}
body.dark .navigation-sidebar .navigation-item--level-2:not(:last-of-type),
body.dark .dataobject .left .navigation .navigation-item--level-2:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.navigation-sidebar .navigation-item--level-3 .navigation-link,
.dataobject .left .navigation .navigation-item--level-3 .navigation-link {
    padding: 0 0 0 2.5rem;
}
.navigation-sidebar .navigation-item--level-4 .navigation-link,
.dataobject .left .navigation .navigation-item--level-4 .navigation-link {
    padding: 0 0 0 3.25rem;
    font-size: 1rem;
}
.navigation-sidebar .navigation-item--level-5 .navigation-link,
.dataobject .left .navigation .navigation-item--level-5 .navigation-link {
    padding: 0 0 0 3.75rem;
}
.navigation-level.navigation-level--level-4 {
    margin-bottom: .5rem;
}

/* -----------------------------------------------
ACCORDION INCLUDE
----------------------------------------------- */

.accordion {
    border: 0;
    margin: 0 0 2rem 0 !important;
}
.accordion.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
.accordion-title {
    background: #ececed !important;
    padding: .75rem 5rem .75rem 1.5rem !important;
    border: 0 !important;
    margin: 1rem 0 0 !important;
    text-align: left !important;
}
.accordion-title i {
    height: 100%;
    background: #c5c7c8;
    top: 0;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    min-width: 53px;
    font-size: 1.75em;
}
.ui-accordion-header-icon {
  display: none !important;
}
.accordion-title i::before {
    content: "\f067";
}
.accordion-title.ui-state-active i::before {
    content: "\f068";
}
.accordion-title h1,
.accordion-title h2,
.accordion-title h3,
.accordion-title p {
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
}
.accordion-content {
    padding: 2rem 1.5rem !important;
}
.accordion-title.ui-state-active h1,
.accordion-title.ui-state-active h2,
.accordion-title.ui-state-active h3,
.accordion-title.ui-state-active p {
    color: var(--theme-color-preset-two);
}
.accordion-title.ui-state-active i {
    background: var(--theme-color-preset-two);
}
body.dark .accordion .ui-widget-content {
    background: #222;
    border: none;
}

/* -----------------------------------------------
ARTICLE
----------------------------------------------- */

.article-site .stage {
  display: none;
}
#main.article {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: var(--initial-header-height);
}
.fixed-top {
  position: fixed;
  top: var(--header-height);;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all .25s;
}
.progress-container {
  width: 100%;
  background-color: transparent;
  height: 2px;
  display: block;
}
.progress-bar {
  width: 0%;
  display: block;
  height: inherit;
}
.article-header {
    padding: 3rem 2rem 2rem;
}
.article .read-time,
.article .published-on {
    display: inline-block;
}
.article .read-time > span:first-child,
.article .published-on > span:first-child {
    font-weight: bold;
}
.article .eta {
    padding-right: 1rem;
}
.article div.padding-auto:first-of-type .container-content,
.article div.padding-auto:first-of-type .mehrspalter-content,
.article div.padding-auto:first-of-type:last-of-type .container-content,
.article div.padding-auto:first-of-type:last-of-type .mehrspalter-content {
  padding-top: 0 !important;
}

/* -----------------------------------------------
OVERRIDE RULES
----------------------------------------------- */

.container.padding-both .container-content {
    padding: 3rem 2rem !important;
}
.container.padding-top .container-content {
    padding: 3rem 2rem 0 2rem !important;
}
.container.padding-bottom .container-content {
    padding: 0 2rem 3rem 2rem !important;
}
.container.black-overlay .container-image::after {
    background: rgb(0 0 0 / 25%) !important;
}

.mehrspalter.padding-both .mehrspalter-content {
    padding: 3rem 2rem !important;
}
.mehrspalter.padding-top .mehrspalter-content {
    padding: 3rem 2rem 0 2rem !important;
}
.mehrspalter.padding-bottom .mehrspalter-content {
    padding: 0 2rem 3rem 2rem !important;
}

div.padding-auto:first-of-type .container-content,
div.padding-auto:first-of-type .mehrspalter-content {
    padding: 3rem 2rem 0 !important;
}
div.padding-auto:last-of-type .container-content,
div.padding-auto:last-of-type .mehrspalter-content {
    padding: 0 2rem 3rem !important;
}
div.padding-auto:first-of-type:last-of-type .container-content,
div.padding-auto:first-of-type:last-of-type .mehrspalter-content {
    padding: 3rem 2rem !important;
}

.container.black-overlay .container-image::after {
    background: rgb(0 0 0 / 25%) !important;
}
.mehrspalter.black-overlay .mehrspalter-image::after {
    background: rgb(0 0 0 / 25%) !important;
}

.slick-prev,
.slick-next {
    transform: translate(0, -50%) !important;
}

/* -----------------------------------------------
COOKIE NOTICE OVERRIDE
----------------------------------------------- */

.cookie-notice {
    background: var(--theme-color-preset-three);
}

/* -----------------------------------------------
SIDEBAR LAYOUT
----------------------------------------------- */

#main {
    position: relative;
    padding: 3.5rem 0;
}
#main .main-content {
    display: grid;
    justify-content: end;
}
.no-sidebar {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
}
.sidebar-right {
    grid-template-columns: minmax(auto, 1005px) minmax(420px, 420px);
}
.sidebar-left {
    grid-template-columns: minmax(420px, 420px) minmax(auto, 1005px);
}
.sidebar-left-right {
    grid-template-columns: minmax(420px, 420px) minmax(300px, auto) minmax(420px, 420px);
}
.sidebar-left .left {
    -ms-grid-column: 1;
}
.sidebar-left .middle {
    -ms-grid-column: 2;
}
.sidebar-right .middle {
    -ms-grid-column: 1;
}
.sidebar-right .right {
    -ms-grid-column: 2;
}
.sidebar-left-right .left {
    -ms-grid-column: 1;
}
.sidebar-left-right .middle {
    -ms-grid-column: 2;
}
.sidebar-left-right .right {
    -ms-grid-column: 3;
}

/* -----------------------------------------------
LAYOUT WIDTH
----------------------------------------------- */

.sidebar-left,
.sidebar-right,
.sidebar-left-right {
    max-width: var(--max-width);
    margin: 0 auto;
    grid-gap: var(--grid-gap);
}

/* -----------------------------------------------
FORMULAR
----------------------------------------------- */

legend {
    visibility: hidden;
    width: 0;
    height: 0;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.clearfix {
    position: relative;
    margin-bottom: 1.5rem;
}
.clearfix.error {
    margin-bottom: 3rem;
}
div:not(.inputfilter):not(.search-results):not(.calendarcontrols) > form > fieldset> .clearfix:last-child > label {
    visibility: hidden;
    height: 0;
    width: 0;
}
div:not(.inputfilter):not(.search-results):not(.calendarcontrols) > form > fieldset> .clearfix:last-child > .input {
    border: 0;
}
div:not(.inputfilter):not(.search-results):not(.calendarcontrols) > form > fieldset> .clearfix:last-child  > .input > * {
    padding: 0;
}
.clearfix > label {
    cursor: text;
    z-index: 1;
    padding: 0 .25rem;
    font-size: .75rem;
    transition: all .25s;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix.focused > label {
    color: #3498db;
}
.clearfix.filled > label {
    color: #27ae60;
}
.clearfix.error > label {
    color: #e74c3c;
}
.clearfix > .input {
    border: 1px solid #e4e4e4;
    transition: all .25s;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}
.clearfix.focused > .input {
    border-color: #3498db;
}
.clearfix.filled > .input {
    border-color: #27ae60;
}
.clearfix.error > .input {
    border-color: #e74c3c;
}
.clearfix > .input > * {
    padding: .75rem;
}
.clearfix > .input > input,
.clearfix > .input > textarea,
.clearfix > .input > select {
    display: block;
    width: 100%;
    height: 50px;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    line-height: normal;
    outline: 0;
    appearance: none;
    background: none;
}
.clearfix > .input > textarea {
    min-height: 200px;
    width: 100% !important;
}
.clearfix > .input input {
    margin: 0;
    outline: none;
}
.clearfix > .input > select {
    cursor: pointer;
}
.clearfix > .input.selectbox::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #d4d4d4;
    pointer-events: none;
}
.input.selectbox:focus-within::after {
    color: inherit;
}
.clearfix .add-on,
.clearfix .inputs-list label,
.clearfix #termineingabe-form-image-uploadfields {
    position: relative;
    display: block;
}
.clearfix input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.clearfix input[type='checkbox']::after {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 1.25rem;
    cursor: pointer;
}
.clearfix input[type='checkbox']:checked::after {
    content: "\f14a";
    font-weight: 900;
}
.clearfix .inputs-list {
    margin: 0;
    list-style-type: none;
}
.clearfix .help-inline {
    color: #d63031;
    display: block;
    padding: .5rem 0;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
#termineingabe-form .clearfix:nth-of-type(9),
#termineingabe-form .clearfix:nth-of-type(10),
#termineingabe-form .clearfix:nth-of-type(11),
#termineingabe-form .clearfix:nth-of-type(12),
#termineingabe-form .clearfix:nth-of-type(13),
#termineingabe-form .clearfix:nth-of-type(14) {
    float: left;
}
#termineingabe-form .clearfix:nth-of-type(9),
#termineingabe-form .clearfix:nth-of-type(12) {
    width: calc(100% - 120px);
}
#termineingabe-form .clearfix:nth-of-type(10),
#termineingabe-form .clearfix:nth-of-type(11),
#termineingabe-form .clearfix:nth-of-type(13),
#termineingabe-form .clearfix:nth-of-type(14) {
    width: 60px;
    padding-left: 1rem;
}
#termineingabe-form .clearfix:nth-of-type(15) {
    clear: left;
    float: none;
}
.actions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.actions .next,
.actions .previous {
    display: inline-block;
    padding: 0;
}
.actions .next .btn,
.actions .previous .btn {
    position: relative;
    display: block;
    font-weight: bold !important;
    text-decoration: none;
    border: 2px solid;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    outline: none;
    padding: .5rem 1.5rem;
    transition: background .25s, border-color .25s, color .25s;
}
.actions .next .btn:hover,
.actions .next .btn:focus,
.actions .next .btn:active,
.actions .previous .btn:hover,
.actions .previous .btn:focus,
.actions .previous .btn:active {
    color: var(--theme-color-preset-two) !important;
}
.success-message {
    padding: .25em 1em;
    background: #7eb62e;
    color: #fff;
}
.success-message p {
    margin: 1rem 0;
}
.success-message i {
    padding-right: .6em;
}

/* -----------------------------------------------
FOOTER
----------------------------------------------- */

footer {
    position: relative;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul {
    margin: -.25em 0;
}
footer ul li {
    margin: .25em 0;
}
footer p {
    margin: 0 0 .5rem 0;
}
footer a {
    color: inherit;
}
footer .table thead tr th {
    background: none;
}
.footer-multicolumn-top a:hover,
.footer-multicolumn-bottom a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------
FOOTER COPYRIGHT
----------------------------------------------- */

.footer-copyright {
    background-color: rgb(56 105 126 / 20%) !important;
    font-size: .9em;
}
.footer-copyright.mehrspalter .mehrspalter-content {
    padding: 1.15rem 2rem !important;
}
.footer-copyright p {
    margin: 0;
}
.footer-copyright a {
    text-decoration: none;
    position: relative;
}
.footer-copyright a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------
OFFCANVAS-TOGGLE
----------------------------------------------- */

.offcanvas-toggle {
    outline: none;
    margin: 0;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    transition: all .25s;
    cursor: pointer;
    background: var(--theme-color-preset-three);
    padding: 0.65rem;
    border-radius: var(--border-radius);
}
.offcanvas-toggle .line {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    display: block;
    margin: 5px auto;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    text-indent: -9999px;
    border-radius: var(--border-radius);
}
.offcanvas-toggle .line:nth-child(1) {
    width: 20px;
}
.offcanvas-toggle .line:nth-child(1),
.offcanvas-toggle .line:nth-child(3) {
    margin: 3px 0 3px auto;
}
.offcanvas-toggle.is-active .line:nth-child(3) {
    width: 10px;
}

/* -----------------------------------------------
OFFCANVAS-MENU
----------------------------------------------- */

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    transition: all .75s cubic-bezier(.65,0,.35,1);
    z-index: 7;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--theme-color-preset-two);
    border-bottom: 3rem solid var(--theme-color-preset-two);
    border-top: calc(var(--header-height) + 2rem + 50px) solid var(--theme-color-preset-two);
}
.offcanvas.is-active {
    transform: translateX(-400px);
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 50%);
}
.offcanvas br {
    display: none;
}
.offcanvas ul,
.offcanvas li {
    list-style-type: none;
}
.offcanvas ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: inherit;
    transition: all .75s cubic-bezier(.65,0,.35,1);
    top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.offcanvas > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 6rem;
}
.offcanvas ul.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.offcanvas .navigation-item--state-active > a {
    font-weight: bold;
    background: var(--theme-color-preset-three);
    color: var(--theme-color-preset-one) !important;
}
.offcanvas[data-level-current="1"] > ul {
    transform: translateX(0);
}
.offcanvas[data-level-current="2"] > ul {
    transform: translateX(-400px);
}
.offcanvas[data-level-current="3"] > ul {
    transform: translateX(-800px);
}
.offcanvas[data-level-current="4"] > ul {
    transform: translateX(-1200px);
}
.offcanvas[data-level-current="5"] > ul {
    transform: translateX(-1600px);
}
.offcanvas[data-level-current="6"] > ul {
    transform: translateX(-2000px);
}
.offcanvas ul > li:not(:last-of-type) {
    border-bottom: 1px solid #2a4f5e;
}
.offcanvas .navigation-item {
    position: static;
    display: table;
    width: 100%;
    padding: 0;
}
.offcanvas .navigation-item::before {
    display: none;
}
.offcanvas .navigation-item  .navigation-link,
.offcanvas .navigation-item  .previous-navigation {
    text-decoration: none;
    display: table-cell;
    font-size: 1.25rem;
    padding: .75rem 2rem;
    transition: all .25s;
    visibility: visible;
    opacity: 1;
    color: #FFF;
}
.offcanvas .navigation-item--level-1 > a,
.offcanvas .navigation-item .previous-navigation {
    font-size: 1.5rem !important;
    font-weight: 700;
}
.offcanvas .navigation-item--previous {
    position: sticky;
    top: 0;
    background: var(--theme-color-preset-two);
    z-index: 1;
}
.offcanvas .navigation-item--level-1 > .navigation-link {
    padding-right: 0;
}
.offcanvas .navigation-item .previous-navigation {
    padding-left: 0 !important;
}

/* -----------------------------------------------
SUBMENU-BUTTON
----------------------------------------------- */

.offcanvas .toggle-submenu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
    width: 51px;
    font-size: 1.75rem;
    transition: all .25S;
    padding: 0 3rem 0 2rem;
    visibility: visible;
    opacity: 1;
    color: var(--theme-color-preset-one);
    position: relative;
}
.offcanvas .toggle-submenu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 0.5rem);
    transform: translate(-50%, -50%);
    background: var(--theme-color-preset-three);
    height: 45px;
    width: 45px;
    border-radius: var(--border-radius);
    z-index: -1;
}
.offcanvas .close-submenu {
    text-align: left !important;
    width: 25px !important;
    border-left: none;
    font-size: 1.75rem;
    padding: 0 2rem 0 3rem;
}
.offcanvas .close-submenu::after {
    left: calc(50% + 0.5rem);
}
body.dark .offcanvas .toggle-submenu::after {
    background: none;
}
body.dark .offcanvas .toggle-submenu i {
    color: #fff;
}

/* -----------------------------------------------
MEDIA-QUERIES
----------------------------------------------- */

@media(min-width: 1201px) {
    .pageteaser.grid-enabled .pageteaser-content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media(min-width: 600px) and (max-width: 1200px) {
    .pageteaser.grid-enabled .pageteaser-content {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }
}

@media(min-width: 1024px) {
    .offcanvas {
        display: none;
    }
    .offcanvas-toggle {
        display: none;
    }

    /* -----------------------------------------------
    SEARCH
    ----------------------------------------------- */

    header .search {
        max-width: var(--max-width);
        margin: 0 auto;
        position: relative;
    }
    header .search > .search-toggle {
        position: absolute;
        top: calc(var(--initial-header-height) - 50px);
        right: 2rem;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        padding: 0.765rem 1.25rem;
        border-left: 1px solid #2a4f5e;
        border-right: 1px solid #2a4f5e;
    }
    header .search > .search-toggle > span {
        font-weight: 700;
    }
    header .search > .search-toggle > i {
        padding-right: .5rem;
    }
    header .search > .search-toggle:hover,
    header .search > .search-toggle:focus-visible {
        background: #2a4f5e;
    }
    body.dark header .search > .search-toggle:hover,
    body.dark header .search > .search-toggle:focus-visible {
        background: #222;
    }
    header #search-form {
        position: fixed;
        background: rgb(56 105 126 / 90%);
        transition: all .25s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15;
        opacity: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        display: none;
        padding: 0 !important;
        margin: 0 !important;
    }
    header #search-form.show {
        opacity: 1 !important;
    }
    header .search .search-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    header .search label {
        visibility: hidden;
        position: absolute;
        text-indent: -9999px;
    }
    header .search input {
        display: block;
        padding: .5rem 1.5rem;
        margin: 0;
        border: 0;
        width: 590px;
        color: var(--theme-color-preset-one);
        max-width: calc(100vw - (70px * 2) - 2rem);
        min-height: 70px;
        font: inherit;
        font-weight: 600;
        font-size: 1.275em;
        appearance: none;
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
    }
    header .search input::placeholder {
        font-weight: 600;
        color: #222531;
    }
    header .search button {
        border: none;
        outline: none;
        background: var(--theme-color-preset-three);
        color: var(--theme-color-preset-one);
        font: inherit;
        font-size: 1.75em;
        min-height: 70px;
        min-width: 70px;
        line-height: 70px;
        margin: 0;
        padding: 0;
        appearance: none;
        cursor: pointer;
        border-top-right-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }
    header .search button:focus {
        outline: auto;
    }
    header .search button + .search-toggle {
        border: none;
        background: transparent;
        color: #FFF !important;
        font: inherit;
        font-size: 1.75em;
        min-height: 70px;
        min-width: 70px;
        line-height: 70px;
        margin: 0;
        text-align: center;
    }
    header .search button + .search-toggle:focus-visible {
        outline: auto;
    }
    header .search button + .search-toggle span {
        visibility: hidden;
        text-indent: -9999px;
        position: absolute;
    }

    /* -----------------------------------------------
    CONTRAST
    ----------------------------------------------- */

    header .accessibility {
        max-width: var(--max-width);
        margin: 0 auto;
        position: absolute;
	top:2.5rem;
	right: 5.5rem;
	font-size: 1.5rem;
        /*display: none;*/
    }
    .contrast {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        position: absolute;
        right: 2rem;
        top: calc(var(--initial-header-height) - 120px);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .contrast a {
        font-weight: 700;
    }
    .contrast a:hover {
        text-decoration: underline;
    }
    .contrast a i {
        padding-right: .25rem;
    }

    /* -----------------------------------------------
    FONTSIZE
    ----------------------------------------------- */

    .fontsize {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        position: absolute;
        right: 2rem;
        top: calc(var(--initial-header-height) - 85px);
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }
    .fontsize > a {
        font-weight: 700;
    }
    .fontsize > a:hover {
        text-decoration: underline;
    }
    .fontsize > a > i {
        padding-right: .25rem;
    }
    .accessibility-content {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        background: #FEDC55;
        border-radius: var(--border-radius);
        padding: 1rem;
    }
    .accessibility-content.show {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .accessibility-content::after {
        display: none;
    }
    .accessibility-content > div {
        position: relative;
        font-size: .95em;
    }
    .accessibility-content > div:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -1rem;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #e8e8e8;
        display: block;
    }
    .accessibility-toggle > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .accessibility-toggle > div:last-child {
        padding-left: 1rem;
        visibility: hidden;
        text-indent: -9999px;
        position: absolute;
    }
    .accessibility-toggle > div span {
        display: block;
        line-height: 1.25;
    }
}
@media(max-width: 1023px) {
    body {
        font-size: .9em !important;
    }
    body,
    body.scrolled {
        --header-height: 90px;
    }
    header.is-sticky .logo-img,
    header .logo-img {
        top: 50%;
        width: 175px;
    }
    body.noscroll .logo-img:not(.sticky),
    header.is-sticky .logo-img:not(.sticky) {
        display: block;
    }
    body.noscroll .logo-img.sticky,
    header.is-sticky .logo-img.sticky {
        display: none;
    }
    header .offcanvas-toggle .line {
        background: var(--theme-color-preset-one);
    }
    header .search > .search-toggle {
        display: none;
    }
    .stage {
        padding-top: 0;
        z-index: 0;
    }
    .navigation-main {
        display: none;
    }
    .navigation-sidebar {
        display: none;
    }
    .sidebar-left,
    .sidebar-right,
    .sidebar-left-right {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    .sidebar-left > .left {
        grid-row: 2;
    }
    .sidebar-left > .middle {
        grid-row: 1;
    }
    .sidebar-right > .middle {
        grid-row: 1;
    }
    .sidebar-right > .right {
        grid-row: 2;
    }
    .sidebar-left-right > .left {
        grid-row: 2;
    }
    .sidebar-left-right > .middle {
        grid-row: 1;
    }
    .sidebar-left-right > .right {
        grid-row: 3;
    }
    .startbild {
        min-height: auto !important;
        max-height: -webkit-fill-available;
        height: 100vh;
    }

   /* -----------------------------------------------
    SEARCH
    ----------------------------------------------- */

    header .search {
        position: absolute;
        width: calc(400px - 4rem);
        top: calc(var(--header-height) + 1.5rem);
        right: 0;
        transition: all 0.75s cubic-bezier(.65,0,.35,1);
        transform: translateX(calc(400px + 0px - 2rem));
    }
    body.noscroll header .search {
        transform: translateX(-2rem);
    }
    header .search .search-label {
        text-indent: -9999px;
        visibility: hidden;
        position: absolute;
    }
    header .search form {
        display: block !important;
    }
    header .search .search-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    header .search input {
        display: block;
        padding: 0.5rem 1rem;
        margin: 0;
        border: 0;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font: inherit;
        appearance: none;
        border-radius: 0;
        background: #ffffff;
        border-bottom-left-radius: var(--border-radius);
        border-top-left-radius: var(--border-radius);
    }
    header .search input::placeholder {
        font-weight: 600;
        color: #222531;
    }
    header .search button {
        border: none;
        outline: none;
        color: var(--theme-color-preset-one);
        background: var(--theme-color-preset-three);
        font: inherit;
        font-size: 1.25rem;
        min-height: 45px;
        min-width: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0;
        appearance: none;
        cursor: pointer;
        border-top-right-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }
    header .search button + .search-toggle {
        display: none;
    }
    header .search button:focus {
        outline: auto;
    }

    /* -----------------------------------------------
    FONTSIZE
    ----------------------------------------------- */

    .fontsize {
        display: none;
    }

    /* -----------------------------------------------
    CONTRAST
    ----------------------------------------------- */

    .accessibility {
        position: absolute;
        top: calc(var(--header-height) + 1.5rem);
        right: 0;
        transition: all .75s cubic-bezier(.65,0,.35,1);
        transform: translateX(calc(0px + 50px + 2rem));
        display: none; 
    }
    body.noscroll .accessibility {
        transform: translateX(calc(-400px + 45px + 2rem));
    }
    .contrast {
        border: none;
        outline: none;
        font: inherit;
        font-size: 1em;
        min-height: 45px;
        min-width: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0;
        appearance: none;
        cursor: pointer;
        text-align: center;
        border-radius: var(--border-radius);
        color: var(--theme-color-preset-one);
        background: var(--theme-color-preset-three)
    }
    .contrast a {
        color: inherit;
        display: block;
    }
    header .contrast span {
        text-indent: -9999px;
        visibility: hidden;
        position: absolute;
    }
    .accessibility-toggle.active .accessibility-icon,
    .accessibility-toggle:hover .accessibility-icon,
    .accessibility-toggle:focus .accessibility-icon {
        background: #FFF;
        color: var(--theme-color-preset-two);
    }
}
@media(max-width: 600px) {
    .pageteaser.grid-enabled .pageteaser-content {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content > div:last-child * {
        text-align: left !important;
    }
}
@media (max-width: 480px) {
    footer .mehrspalter.columns2[data-layout="auto"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns2[data-layout="40-60"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns2[data-layout="60-40"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns2[data-layout="25-75"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns2[data-layout="75-25"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content > div:last-child *,
    footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content > div:last-child * {
        text-align: left !important;
    }
}
@media(max-width: 400px) {
	.offcanvas {
	    right: -100vw;
	    width: 100vw;
	}
	.offcanvas.is-active {
	    transform: translateX(-100vw);
	}
	.offcanvas[data-level-current="2"] > ul {
	    transform: translateX(-100vw);
	}
	.offcanvas[data-level-current="3"] > ul {
	    transform: translateX(-200vw);
	}
	.offcanvas[data-level-current="4"] > ul {
	    transform: translateX(-300vw);
	}
	.offcanvas[data-level-current="5"] > ul {
	    transform: translateX(-400vw);
	}
	.offcanvas[data-level-current="6"] > ul {
	    transform: translateX(-500vw);
	}
    header .search {
        width: calc(100vw - 4rem);
        transform: translateX(calc(100vw + 0px - 2rem));
    }
    body.noscroll .accessibility {
        transform: translateX(calc(-100vw + 45px + 2rem));
    }
}

/* -----------------------------------------------
COOKIE MODULE OVERRIDES
----------------------------------------------- */

body .gdpr-cookieconsent-settings {
    width: 500px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: auto;
    max-height: 80vh;
    max-width: calc(100% - 2em);
    background-color: var(--theme-color-preset-three);
    border-radius: var(--border-radius);
}
body .gdpr-cookieconsent-settings__content {
    position: relative;
    padding: 1.5rem;
    height: 100%;
    width: 100%;
    display: table;
}
body .gdpr-cookieconsent-settings__content__info h2 {
    margin: 0;
}
body .gdpr-cookieconsent-settings__content__cta a,
body .gdpr-cookieconsent-settings__content__individual-switch a {
    color: var(--theme-color-preset-one);
}
body .gdpr-cookieconsent-settings__content__info {
    width: 100%;
    flex: none;
    margin-bottom: 1rem;
}
body .gdpr-cookieconsent-settings__content__cta,
body .gdpr-cookieconsent-settings__content__individual-switch {
    flex: none;
    width: 100%;
    display: flex;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
body .gdpr-cookieconsent-settings a,
body .gdpr-cookieconsent-settings button {
    font: inherit;
    height: auto;
    width: auto;
    cursor: pointer;
}
body .gdpr-cookieconsent-settings__content__cta button,
body .gdpr-cookieconsent-settings__content__cta a,
body .gdpr-cookieconsent-settings__content__individual-switch button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center !important;
    text-align: center !important;
    border: 2px solid var(--theme-color-preset-one);
    background: transparent;
    outline: 0;
    box-shadow: none;
    border-radius: var(--border-radius);
    color: var(--theme-color-preset-one);
    font-weight: 700 !important;
    padding: 0.75rem .25rem;
    text-transform: uppercase;
    margin: 0 !important;
    white-space: nowrap;
}
body .gdpr-cookieconsent-settings__content__cta button#gdpr-cc-btn-save {
    position: absolute;
    bottom: 4.5rem;
    right: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
}
body .gdpr-cookieconsent-settings__content__cta button:hover,
body .gdpr-cookieconsent-settings__content__cta button:focus-visible,
body .gdpr-cookieconsent-settings__content__cta a:hover,
body .gdpr-cookieconsent-settings__content__cta a:focus-visible,
body .gdpr-cookieconsent-settings__content__individual-switch button:hover,
body .gdpr-cookieconsent-settings__content__individual-switch button:focus-visible {
    background: var(--theme-color-preset-one);
    color: var(--theme-color-preset-three);
}
body .gdpr-cookieconsent-settings__content__links {
    flex: none !important;
    width: auto !important;
    margin: 0;
    display: inline-block;
}
body .gdpr-cookieconsent-settings__content__links a,
body .gdpr-cookieconsent-settings__content__links span {
    color: var(--theme-color-preset-one);
}
body .gdpr-cookieconsent-settings__content__links a,
body .gdpr-cookieconsent-settings__content__links span {
    font-size: inherit;
}
body .gdpr-cookieconsent-settings__content__individual-switch {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: normal;
    flex: none !important;
}
body .gdpr-cookieconsent-settings__content__individual-switch a::before {
    content: "|";
    display: inline-block;
    margin: 0 0.5rem;
}

body .gdpr-cookieconsent-setting-group__description,
body .gdpr-cookieconsent-setting-group__cookies,
body .gdpr-cookieconsent-cookie-attribute {
    width: 100% !important;
    flex: none !important;
}
body .gdpr-cookieconsent-cookie-attribute__value,
body .gdpr-cookieconsent-cookie-attribute__switch {
    flex: none !important;
    width: 100% !important;
}
body .gdpr-cookieconsent-cookie-attribute {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1rem;
}
body .gdpr-cookieconsent-cookie-attribute__label {
    flex: none !important;
    width: 100% !important;
}
body .gdpr-cookieconsent-settings__content__settings {
    margin: 0 0 6rem;
}
body .gdpr-cookieconsent-switch__slider {
    background-color: #d52020;
}
body .gdpr-cookieconsent-switch input:checked + .gdpr-cookieconsent-switch__slider {
    background-color: #047d00;
}
body .gdpr-cookieconsent-setting-group--necessary .gdpr-cookieconsent-switch input:checked + .gdpr-cookieconsent-switch__slider {
    background-color: #c5c5c5;
}
body .gdpr-cookieconsent-setting-group__switch {
    flex: none;
    margin: 0.5rem 0;
}
body .gdpr-cookieconsent-switch {
    width: 50px;
    height: 28px;
}
body .gdpr-cookieconsent-switch__slider::before {
    background-color: #fff;
    height: 26px !important;
    width: 26px !important;
    left: 1px !important;
    bottom: 1px !important;
}
body .gdpr-cookieconsent-switch input:checked + .gdpr-cookieconsent-switch__slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* -----------------------------------------------
NAVIGATION MIXIN
----------------------------------------------- */

@media not handheld and (max-width: 1023px) {
  .navigation[data-layout="25-25-25-25"] > .navigation-menu > .navigation-list {
    grid-template-columns: 1fr 1fr;
  }

}
@media (orientation : landscape) {
    .navigation[data-layout="25-25-25-25"] > .navigation-menu > .navigation-list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media(max-width: 550px) {
  .image-copyright {
    margin-top: 9rem;
  }
}