@import url("all.min.css");
@import url("/_Resources/Static/Packages/DigiPublica.Cookieconsent/Stylesheets/cookieconsent.css");
@import url("/_Resources/Static/Packages/DigiPublica.Slider/Stylesheets/slick.css");
@import url("/_Resources/Static/Packages/DigiPublica.Slider/Stylesheets/slick-theme.css");
@import url("/_Resources/Static/Packages/DigiPublica.Slider/Stylesheets/slider.css");
@import url("/_Resources/Static/Packages/DigiPublica.Terminkalender/Stylesheets/termin.css");
@import url("/_Resources/Static/Packages/DigiPublica.PopUp/Stylesheets/popup.css");

/*
       ___       _             __    ___
  ____/ (_)___ _(_)___  __  __/ /_  / (_)________ _ _______________
 / __  / / __ `/ / __ \/ / / / __ \/ / / ___/ __ `// ___/ ___/ ___/
/ /_/ / / /_/ / / /_/ / /_/ / /_/ / / / /__/ /_/ // /__(__  |__  )
\__,_/_/\__, /_/ .___/\__,_/_.___/_/_/\___/\__,_(_)___/____/____/
       /____/ /_/
*/

table th {
    word-break: initial !important;
}

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

html {
    font-family: 'PT Sans';
  -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 1.05em;
    line-height: 1.75;
    background: transparent;
}
body.dark {
    background: #313131;
}
body.noscroll {
    overflow: hidden;
}
* {
    box-sizing: border-box;
    word-break: break-word;
    hyphens: auto;
}
a {
    text-decoration: none;
    outline: none;
}
body.dark a {
    color: #FFF;
}
body.dark a:hover,
body.dark a:focus,
body.dark a:active {
    outline: auto !important;
}
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: .1rem 0;
}
main a:hover,
main a:focus,
main a:active,
footer a:hover,
footer a:focus,
footer a:active {
    background-size: 100% 2px;
}
.image a {
    background: 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;
    position: relative;
}
main ul li::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: .5rem;
    font-size: .25em;
    position: absolute;
    left: 0;
    top: .55rem;
    line-height: 2;
}
p {
    margin: 0 0 1rem 0;
}
svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}
img {
    width: 100%;
}
img + div,
form + div {
    background-image: none !important;
}
div::after {
    content: "";
    display: table;
    clear: both;
}

/* -----------------------------------------------
PRELOADER
----------------------------------------------- */

#overlayer {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    background: #ffffff;
}
body.dark #overlayer {
    background: #212121;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}
.loader__inner {
    width: 75px;
    height: 75px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    bottom: 0;
    background-image: url(../Images/preloader.png);
    background-color: #85bc20;
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: loader-waves 3s infinite linear;
}
.loader__text {
    width: 75px;
    height: 75px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    bottom: 0;
    background-image: url(../Images/preloader_text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
body.dark .loader__text {
    background-image: url(../Images/preloader_text_dark.png);
}
@keyframes loader-waves {
    100% {
        background-position: -540px 0px;
    }
}



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

@media print {
    * {
      -webkit-print-color-adjust: exact;
    }
    #header,
    #footer,
    .jumpmarks,
    iframe {
        display: none !important;
    }
}

/* -----------------------------------------------
FONTS
----------------------------------------------- */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/pt-sans-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/pt-sans-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/pt-sans-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/pt-sans-v12-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/pt-sans-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/pt-sans-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/pt-sans-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/pt-sans-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/pt-sans-v12-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

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

.article-site .stage {
  display: none;
}
#main.article {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 150px;
}
.article-header {
    padding: 4rem 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;
}

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

.table {
    display: table;
    width: calc(100% + 1rem);
    margin: -.5rem -.5rem .5rem -.5rem;
    table-layout: fixed;
}
.table th,
.table td {
    padding: .5rem;
    background: transparent !important;
}
.table th {
    text-align: left;
}

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

h1 {
    margin: 0 0 2rem 0;
    font-size: 2em;
}
h2 {
    margin: 0 0 1.5rem 0;
    font-size: 1.75em;
}
h3 {
    margin: 0 0 1rem 0;
    font-size: 1.5em;
}
h1,
h2,
h3 {
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

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

.black-text {
  color: #777;
}
body.dark .black-text,
body.dark .default-text {
  color: #FFF;
}
.white-text {
  color: #FFF;
}

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

.jumpmarks {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    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: 4;
    opacity: 1;
}
.jumpmarks a {
    color: #FFF;
    display: inline-block;
    line-height: 150px;
    padding: 0 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
}
.jumpmarks:focus-within a {
    color: #FFF;
}
.jumpmarks a:focus {
    background: #FFF;   
}

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

.search-results .search-submit {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 50px;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    background: var(--theme-color-preset-one);
    border-radius: inherit;
    cursor: pointer;
    color: #FFF;
    background: #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;
    scroll-snap-type: x mandatory;
}
.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 .25rem;
    padding: 0;
}
.search-results .page-navigation li::before,
.search-results .page-navigation li::after {
    display: none;
}
.search-results .page-navigation li.current {
    background: #d6412b;
    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;
}

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

.header {
    position: relative;
    z-index: 2;
}
.header-wrap {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 20px -10px rgba(0,0,0,.5);
    transition: all .25s;
}
body.noscroll .header-wrap {
    box-shadow: none;
}
body.dark .header-wrap {
    background: #212121;
}
.header-content {
    margin: 0 auto;
    display: table;
    width: 100%;
    min-height: 150px;
    height: 0;
}

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

.logo {
    vertical-align: middle;
    position: absolute;
    left: 2rem;
    top: 28%;
    transform: translateY(-50%);
    transition: all .25s;
    width: 125px;
    line-height: 0;
}
.logo:focus .logo-img {
    outline: 1px solid #014e9e;
}
.logo-img {
    width: 100%;
}
body.dark .logo img {
    filter: grayscale(1);
}
.header .logo-img:not(.sticky),
.noscroll .logo-img:not(.sticky) {
    visibility: visible;
    opacity: 1;
}
.header .logo-img.sticky {
  display: none;
}

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

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

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

.navigation-main {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #ececec;
}
body.dark .navigation-main {
    border-top-color: #313131;
}
.navigation-main .navigation {
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    display: table;
}
.navigation-main .navigation > li {
    display: inline-block;
}
.navigation-main .navigation > li > a {
    padding: 1.25rem 1rem;
    font-weight: bold;
}
.navigation-main .navigation > li > a:hover::before,
.navigation-main .navigation > li > a:focus::before,
.navigation-main .navigation > li > a:active::before,
.navigation-main .navigation > li.hover > a::before,
.navigation-main .navigation > li.navigation-item--state-current a::before {
    width: calc(100% - 2rem);
}
.navigation-main .navigation > li > a::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #777;
    transition: all .25s;
    width: 0;
}
body.dark .navigation-main .navigation > li > a::before {
    background: #FFF;
}
.navigation-main .navigation li a {
    position: relative;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    outline: none;
    border: none;
}
.navigation-main .navigation li a:focus {
    outline: auto;
}
body.dark .navigation-main .navigation li a {
    color: #FFF;
}
.navigation-main .open-submenu {
    display: none !important;
}
.navigation-main .navigation .navigation-level--level-2 {
    display: grid;
    position: absolute;
    text-align: left;
    left: 2rem;
    right: 2rem;
    top: 100%;
    padding: 2rem 0;
    z-index: 1;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: calc(1400px - 4rem);
    margin: 0 auto;
    pointer-events: none;
}
.navigation-main .navigation > li:hover ~ li .navigation-level--level-2 {
    z-index: 0;
}
.navigation-main .navigation .navigation-level--level-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100vw;
    bottom: 0;
    background: #FFF;
    z-index: -1;
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%);
    transition: all .25s;
}
body.dark .navigation-main .navigation .navigation-level--level-2::after {
  background: #212121;
}
.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-item:not(.navigation-item--level-1) .navigation-link {
    white-space: nowrap;
    color: #777;
    padding: .25rem 0;
    text-transform: none;
}
body.dark .navigation-main .navigation .navigation-item:not(.navigation-item--level-1) .navigation-link {
    color: #FFF;
}
.navigation-main .navigation .navigation-item:not(.navigation-item--level-1) .navigation-link:hover,
.navigation-main .navigation .navigation-item:not(.navigation-item--level-1) .navigation-link:focus,
.navigation-main .navigation .navigation-item:not(.navigation-item--level-1) .navigation-link:active,
.navigation-main .navigation .navigation-item:not(.navigation-item--level-1).navigation-item--state-current > .navigation-link {
    font-weight: bold;
}
.navigation-main .navigation .navigation-level--level-3 {
    margin-bottom: 2rem;
}
.navigation-main .navigation .navigation-level--level-4 {
    display: none;
}
.navigation-main .navigation-item--level-2 > a {
    text-transform: uppercase !important;
    font-weight: bold;
}

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

.buttons-top {
    position: absolute;
    transform: translateY(-50%);
    right: 160px;
    top: 30%;
    transition: all .25s;
}
.buttons-top.karriere {
    right: 582px;
}
.buttons-top.karriere .button-content:hover {
    background: #333;
    color: #fff;
}
.buttons {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.button-item {
    display: inline-block;
}
.button-item:not(:last-child) {
    padding: 0 1rem 0 0;
}
.buttons-top .button {
    margin: 0;
}
.buttons-top .button .button-content {
    border-radius: 10px;
    border-color: transparent !important;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
}
.buttons-top .button.ghost.green-background .active,
.buttons-top .button.ghost.green-background .button-content:hover,
.buttons-top .button.ghost.green-background .button-content:focus {
    background: #85bc20;
    border-color: #85bc20;
    color: #FFF;
}
.buttons-top .button.ghost.blue-background .active,
.buttons-top .button.ghost.blue-background .button-content:hover,
.buttons-top .button.ghost.blue-background .button-content:focus {
    background: #014e9e;
    border-color: #014e9e;
    color: #FFF;
}
.buttons-top .button.ghost.grey-background .active,
.buttons-top .button.ghost.grey-background .button-content:hover,
.buttons-top .button.ghost.grey-background .button-content:focus {
    background: #cecece;
    border-color: #cecece;
    color: #000;
}



/* -----------------------------------------------
QUICKLINKS
----------------------------------------------- */

.quicklinks-top {
    position: absolute;
    top: 30%;
    right: calc(45px + 3rem);
    transform: translateY(-50%);
    transition: all .25s;
}
.quicklinks {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.quicklink-item {
    display: inline-block;
}
/*.quicklink-item:not(:last-child) {
    padding: 0 1rem 0 0;
}*/
.quicklink-item:nth-of-type(2), .quicklink-item:nth-of-type(3) {
    display: none;
}
.quicklink-link {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
    width: 45px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    text-align: center;
    outline: none;
    border: none;
    transition: all .25s;
}
body.dark .quicklink-link {
    background: #FFF;
    color: #212121;
}
body.dark .quicklink-link:hover,
body.dark .quicklink-link:focus,
body.dark .quicklink-link:active {
    outline: auto;
}
.mail-link {
    color: #eb2f06;
}
.mail-link:hover,
.mail-link:focus,
.mail-link:active {
    background: #d6412b;
    color: #FFF;
}
.facebook-link {
    color: #4267b2;
}
.facebook-link:hover,
.facebook-link:focus,
.facebook-link:active {
    background: #4267b2;
    color: #FFF;
}
.twitter-link {
  color: #1DA1F2;
}
.twitter-link:hover,
.twitter-link:focus,
.twitter-link:active {
    background: #1DA1F2;
    color: #FFF;
}

/* -----------------------------------------------
LANGUAGE SWITCH
----------------------------------------------- */

.language-switch {
    position: absolute;
    top: 30%;
    right: 2rem;
    transform: translateY(-50%);
    transition: all .25s;
}
.language-switch ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.language-switch li {
    display: inline-block;
}
.language-switch li.current {
    display: none;
}
.language-switch li a,
.language-switch li.current.disabled a {
    cursor: not-allowed;
    pointer-events: none;
}
.language-switch a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
    width: 45px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    text-align: center;
    outline: none;
    border: none;
    transition: all .25s;
    color: #000;
    font-weight: bold;
}
.language-switch a:hover,
.language-switch a:focus,
.language-switch a:active {
    background: #000;
    color: #FFF;
}
.language-switch a,
.language-switch .disabled a {
    background-color: #cecece !important;
    color: #a5a5a5 !important;
}
body.dark .language-switch a {
    background: #FFF;
    color: #212121;
}
body.dark .language-switch a:hover,
body.dark .language-switch a:focus,
body.dark .language-switch a:active {
    outline: auto;
}

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

.search-button {
    position: absolute;
    bottom: 25%;
    right: 2rem;
    transform: translateY(50%);
    transition: all .25s;
}
.search-button a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
    width: 45px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    text-align: center;
    outline: none;
    border: none;
    transition: all .25s;
    color: #000;
    font-weight: bold;
}
.search-button a:hover,
.search-button a:focus,
.search-button a:active {
    background: #000;
    color: #FFF;
}
.search-button span {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px;
}
body.dark .search-button a {
    background: #FFF;
    color: #212121;
}

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

.stage {
    padding-top: 150px;
}
.stage > .neos-contentcollection {
    position: relative;
}

/* -----------------------------------------------
QUICKLINKS LEFT
----------------------------------------------- */

.quicklinks-left {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 1;
}
.quicklinks-left-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.quicklink-left-link {
    position: relative;
    display: table;
    margin: 1rem 0;
    padding: .5rem;
    width: 55px;
    height: 55px;
    border-radius: 15px;
    border: 2px solid #FFF;
    transition: all .25s;
    text-decoration: none !important;
}
body.dark .quicklink-left-link {
    background: #FFF;
    color: #212121;
}
body.dark .quicklink-left-link:hover,
body.dark .quicklink-left-link:focus,
body.dark .quicklink-left-link:active {
    outline: auto;
}
.quicklink-left-link:hover,
.quicklink-left-link:active,
.quicklink-left-link:focus {
    background: #FFF;
}
.quicklink-left-link > * {
    display: block;
}
.quicklink-left-link > i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #FFF;
    transition: all .25s;
}
body.dark .quicklink-left-link > i {
    color: #212121;
}
.quicklink-left-link > span {
    position: absolute;
    right: 100%;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    transition: padding .25s;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    padding-right: 1rem;
}
@media(max-width: 480px) {
    .quicklink-left-link > span {
        display: none;
    }
    .quicklink-left-link:hover > span, .quicklink-left-link:active > span, .quicklink-left-link:focus > span {
        display: block;
    }
}
.quicklink-left-link:hover > span,
.quicklink-left-link:active > span,
.quicklink-left-link:focus > span {
    padding-right: 1.5rem;
}
/*
.quicklink-left-link.news-link > i {
    animation: bell 5s .5s ease-in-out infinite;
}
@keyframes bell {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
*/

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

.accessibility .accessibility-content {
    width: calc(100% - 2rem);
    max-width: 400px;
    max-height: 600px;
    padding: 2rem;
    margin: 0 1rem;
    position: fixed;
    top: 50%;
    left: calc(50% - 1rem);
    transition: ease-in-out .25s;
    transform: translate(-50%, -50%);
    z-index: 10008;
    font-size: 16px;
    text-shadow: none !important;
    box-shadow: 0px 0px 15px -5px #000;
    background: #FFF;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    opacity: 0;
    visibility: hidden;
}
.accessibility .accessibility-content::after {
    display: none;
}
.accessibility .accessibility-content.opened {
    visibility: visible;
    opacity: 1;
}
.accessibility-shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    transition: all .25s;
    z-index: 10007;
}
.accessibility-shade.cover {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.accessibility p {
    margin-bottom: 1rem !important;
    line-height: 1.5 !important;
}
.accessibility .accessibility-headline {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 1rem !important;
}
.accessibility .darkmode-switch {
    display: flex;
    align-items: center;
    height: 45px;
}
.accessibility .change-darkmode {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    display: table-cell;
    position: relative;
    cursor: pointer;
    margin: 0px;
    vertical-align: middle;
    border: none;
    width: 50px;
    height: 30px;
    padding: 0;
    background-color: #dddddd;
    border-radius: 30px;
    font: inherit !important;
}
.accessibility .change-darkmode::before {
    right: 0;
    background-color: #d52020;
    border-radius: 30px;
    transition: background 0.4s;
}
.accessibility .change-darkmode.active::before {
    background-color: #047d00;
}
body.dark .accessibility .change-darkmode.active::before {
    background: #fff;
}
.accessibility .change-darkmode::after {
    width: 28px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: all 0.4s;
    height: 28px;
    top: 1px !important;
    left: 1px !important;
    bottom: 1px !important;
}
body.dark .accessibility .change-darkmode::after {
    background: #212121;
}
.accessibility .change-darkmode.active::after {
    left: 21px !important;
}
.accessibility .change-darkmode::before,
.accessibility .change-darkmode::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.accessibility .darkmode-switch span {
    padding-left: .75rem;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    transition: color .4s;
    color: #d52020;
}
.accessibility .change-darkmode.active + span {
    color: #047d00;
}
.accessibility .accessibility-close {
    position: absolute;
    line-height: 1;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    top: 0;
    right: 0;
    padding: 1rem;
    font-size: 1rem;
    transition: all .25s;
    text-decoration: none !important;
    color: #ffffff;
    background: #000;
}
body.dark .accessibility-content {
    background: #212121;
    color: #FFF;
}
body.dark .fontsize-button {
    border-color: #FFF;
    color: #FFF;
}
body.dark .fontsize-button:hover,
body.dark .fontsize-button:focus,
body.dark .fontsize-button:active {
    background: #FFF;
    color: #212121;
}
body.dark .accessibility .change-darkmode {
    background: #212121;
}
body.dark .accessibility .change-darkmode + span {
    color: #dcdcdc;
}
body.dark .accessibility .accessibility-close {
    background: #FFF;
    color: #212121;
}

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

.fontsize-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.fontsize-info li {
    margin: .5rem 0;
}
.fontsize-info span {
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin: 0 2px;
    padding: 1px 5px;
    background: rgb(197 197 197 / 65%);
}

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

.container-content > .neos-contentcollection {
    width: 100%;
}
.button .button-content {
    border-radius: 10px !important;
}

.container .container-content {
    max-width: 1400px;
}
.mehrspalter .mehrspalter-content {
    max-width: 1400px;
}
.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;
}

.slider .slick-track {
    cursor: grab;
}
.slider .slick-track:active {
    cursor: grabbing;
}

body.dark .container.disabled-background,
body.dark .container.white-background,
body.dark .container.grey-background {
    background: #313131;   
}
body.dark .mehrspalter.disabled-background,
body.dark .mehrspalter.white-background,
body.dark .mehrspalter.grey-background {
    background: #313131;   
}
body.dark .container.default-background {
    background: #313131;   
}
body.dark .mehrspalter.default-background {
    background: #313131;   
}

.calendar {
    display: none;
}
.events ul,
.events li {
    padding: 0;
    margin: 0;
}
.events li::before,
.events li::after {
    display: none;
}
.calendarcontrols .search-submit {
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    color: #000 !important;
}

/* -----------------------------------------------
ADDRESS REWRITES
----------------------------------------------- */

#adressenselect {
    height: 40px;
}
body.dark #adressenselect {
    background: #212121;
    color: #FFF;
}
#katTitel {
    display: none;
}
body.dark .gm-style .gm-style-iw-c {
    background: #212121;
}
body.dark .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
body.dark .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: #212121;
}
body.dark .gm-ui-hover-effect {
    opacity: 1;
}
body.dark .gm-ui-hover-effect img {
    filter: invert(1);
}
body.dark .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgb(33 33 33) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%)
}

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

.navigation-breadcrumb {
    display: none;
}

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

.navigation-sidebar {
    padding: 6rem 2rem;
}
.navigation-sidebar .navigation {
    overflow: hidden;
    box-shadow: 0px 0px 50px -5px rgb(97 97 97 / 25%);
    border-radius: 15px;
    border: 1px solid #FFF;
}
.navigation-sidebar .navigation-item--level-1:not(.navigation-item--state-active) {
    display: none;
}
.navigation-sidebar .navigation-item--state-current > .navigation-link {
    font-weight: bold;
}
.navigation-sidebar .navigation-item {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
}
.navigation-sidebar .navigation-item::before {
    display: none;
}
.navigation-sidebar .navigation-item--level-1.navigation-item--state-active > .toggle-submenu {
    display: none;
}
.navigation-sidebar .navigation-link {
    display: block;
    padding: .75rem 3rem .75rem 1rem;
    transition: all .25s;
    color: #3e3d40;
}
.navigation-sidebar .toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    padding: .75rem 1.25rem;
    color: #3e3d40;
}
.navigation-sidebar .navigation-level:not(.navigation-level--level-2) {
    display: none;
    box-shadow: inset 0px 5px 10px -10px #9e9e9e;
}
.navigation-sidebar .navigation-level--level-3 {
    background: rgb(142 142 142 / 15%);
}
.navigation-sidebar .navigation-level--level-4 {
    background: rgb(142 142 142 / 25%);
}
.navigation-sidebar .navigation-level--level-5 {
    background: rgb(142 142 142 / 35%);
}
.navigation-sidebar .navigation-item--level-3 .navigation-link {
    padding-left: 1.25rem;
}
.navigation-sidebar .navigation-item--level-4 .navigation-link {
    padding-left: 1.5rem;
}
.navigation-sidebar .navigation-item--level-5 .navigation-link {
    padding-left: 1.75rem;
}
.navigation-sidebar a,
.navigation-main a {
    background: none;
}

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

.navigation.columns .navigation-link {
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    background: #FFF !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .25s;
}
body.dark .navigation.columns .navigation-link {
    background: #212121 !important;
    color: #FFF !important;
}

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

#main {
    display: grid;
}
body.dark #main {
    color: #FFF;
}
.no-sidebar {
    grid-template-columns: 100%;
}
.sidebar-right {
    grid-template-columns: minmax(800px, auto) minmax(300px, 300px);
}
.sidebar-left {
    grid-template-columns: minmax(300px, 300px) minmax(800px, auto);
}
.sidebar-left-right {
    grid-template-columns: minmax(300px, 300px) minmax(450px, auto) minmax(300px, 300px);
}
.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: 1400px;
    margin: 0 auto;
}

/* -----------------------------------------------
ASSETLIST
----------------------------------------------- */

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

/* -----------------------------------------------
TERMINKALENDER / ADRESSEN
----------------------------------------------- */
li.Pagination-item::before, .digipublica-adressen li::before {
    content: "";
}
li.Pagination-item, .digipublica-adressen li {
    padding: 0;
}

/* -----------------------------------------------
FORMULAR
----------------------------------------------- */
div.input li::before {
    content: "";
}
div.input li {
    padding: 0;
}

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 {
    position: absolute;
    left: .5rem;
    bottom: 100%;
    cursor: text;
    z-index: 1;
    transform: translateY(50%);
    background: #ffffff;
    padding: 0 .25rem;
    font-size: .75rem;
    transition: all .25s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body.dark .clearfix > label {
    color: #FFF;
    background: #313131;
}
.clearfix.focused > label {
    color: #3498db;
}
.clearfix.filled > label {
    color: #27ae60;
}
.clearfix.error > label {
    color: #e74c3c;
}
.clearfix > .input {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    transition: all .25s;
}
.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 {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    line-height: normal;
    outline: 0;
    appearance: none;
    background: none;
}
body.dark .clearfix > .input > input,
body.dark .clearfix > .input > textarea,
body.dark .clearfix > .input > select {
    color: #FFF;
}
.clearfix > .input > textarea {
    min-height: 200px;
    width: 100% !important;
}
.clearfix > .input input {
    margin: 0;
    outline: none;
}
.clearfix > .input > select {
    cursor: pointer;
}
body.dark .clearfix > .input > select option {
    color: #000;
}
.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;
}
body.dark .clearfix input[type='checkbox']::after {
    color: #FFF;
}
.clearfix input[type='checkbox']:checked::after {
    content: "\f14a";
    font-weight: 900;
}
.clearfix input[type="date" i]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    margin: 0 !important;
    padding: .75rem;
    height: auto;
    cursor: pointer;
    background-position: right;
    box-sizing: border-box;
}
body.dark .clearfix input[type="date" i]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.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;
}
body.dark .clearfix .help-inline {
    color: #FFF;
}
#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;
    padding: .5rem 1.5rem;
    transition: all .25s;
    font-weight: bold !important;
    text-decoration: none;
    border: 2px solid;
    color: #d6412b;
    border-color: #d6412b;
    border-radius: 10px;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    outline: none;
    margin: 0 1rem 1rem 0;
}
.actions .previous::before,
.actions .next::before {
    display: none;
}
body.dark .actions .next .btn,
body.dark .actions .previous .btn {
    color: #212121 !important;
    background: #FFF !important;
    border-color: #FFF !important;
}
.actions .next .btn:hover,
.actions .next .btn:focus,
.actions .next .btn:active,
.actions .previous .btn:hover,
.actions .previous .btn:focus,
.actions .previous .btn:active {
    background: #d6412b;
    color: #FFF !important;
}
body.dark .actions .next .btn:hover,
body.dark .actions .next .btn:focus,
body.dark .actions .next .btn:active,
body.dark .actions .previous .btn:hover,
body.dark .actions .previous .btn:focus,
body.dark .actions .previous .btn:active {
    outline: auto;
}
.success-message {
    padding: .25em 1em;
    background: #7eb62e;
    color: #fff;
}
.success-message p {
    margin: 1rem 0;
}
.success-message i {
    padding-right: .6em;
}

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

.footer-multicolumn .spalte > div {
  text-align: center;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 1em 0;
}
footer a {
    position: relative;
    color: inherit;
}
footer a:focus {
  text-decoration: none;
}
.footer-multicolumn .image a::after {
  display: none;
}
.footer-multicolumn img {
    filter: grayscale(1) contrast(0.25);
    transition: all .25s;
}
.footer-multicolumn .image a:hover img,
.footer-multicolumn .image a:focus img,
.footer-multicolumn .image a:active img {
    filter: none;
}

/* -----------------------------------------------
COOKIECONSENT
----------------------------------------------- */
.cookieconsent {
    pointer-events: all;
}

/* -----------------------------------------------
COOKIECONSENT
----------------------------------------------- */
div.navigation {
    padding-bottom: 6em;
}

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

.offcanvas-toggle {
    background: transparent;
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 12;
    cursor: pointer;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    width: 45px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    text-align: center;
    outline: none;
    border: none;
    transition: all .25s;
}
body.dark .offcanvas-toggle {
    background: #FFF;
}
.offcanvas-toggle .line {
    width: 22px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: -9999px;
}
.offcanvas-toggle.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
.offcanvas-toggle.is-active .line:nth-child(2) {
    opacity: 0;
}
.offcanvas-toggle.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

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

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    transition: all .75s cubic-bezier(.65,0,.35,1);
    z-index: 2;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
}
.offcanvas.is-active {
    transform: translateX(-400px);
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 50%);
}
.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: calc(80px + 2rem);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.offcanvas ul.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.offcanvas .navigation-item--state-active > a {
    font-weight: bold !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[data-level-current="7"] > ul {
    transform: translateX(-2400px);
}
.offcanvas[data-level-current="8"] > ul {
    transform: translateX(-2800px);
}
.offcanvas[data-level-current="9"] > ul {
    transform: translateX(-3200px);
} 
.offcanvas[data-level-current="10"] > ul {
    transform: translateX(-3600px);
}   
.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;
    font-weight: 200;
    padding: .75rem 2rem;
    transition: all .25s;
    visibility: visible;
    opacity: 1;
    color: #000;
}
body.dark .offcanvas .navigation-item  .navigation-link,
body.dark .offcanvas .navigation-item  .previous-navigation {
    color: #FFF;
}
.offcanvas .navigation-item--level-1 > a,
.offcanvas .navigation-item .previous-navigation {
    font-weight: 600 !important;
    font-size: 1.5rem !important;  
}
.offcanvas .navigation-item--previous {
    position: sticky;
    top: 80px;
    background: #FFF;
}
.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.25rem;
    transition: all .25S;
    padding: 0 2rem;
    visibility: visible;
    opacity: 1;
}
.offcanvas .close-submenu {
    text-align: left !important;
    width: 25px !important;
    padding-right: 1rem;
    border-left: none;
    font-size: 1.75rem;
}

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

@media(max-width: 1350px) {
    .navigation-main .navigation li a {
        font-size: 90%;
    }
}
@media(min-width: 1241px) {
    .offcanvas {
        display: none;
    }
    .offcanvas-toggle {
        display: none;
    }
}
@media(max-width: 1240px) {
    .navigation-main {
      display: none;
    }
    .header-content {
      min-height: 80px;
    }
    .buttons-top {
      top: 50%;
      display: none;
    }
    .buttons-top.karriere {
        display: block;
        right: 135px;
    }
    .buttons-top.karriere .button-content {
        padding: .5rem 1rem;
    }
    .quicklinks-top {
      top: 50%;
      display: none;
    }
    .language-switch {
      top: 50%;
      right: calc(2rem + 45px);
      display: none;
    }
    #header .modal-btn.appointment {
        bottom: 50% !important;
        right: calc(2rem + 45px) !important;
    }
    .navigation-sidebar {
        display: none;
    }
    .logo {
        display: inline-block;
        top: 50%;
        width: 100px;
        left: 1rem;
    }
    .search-button {
        /*right: calc(3rem + 90px) !important;*/
        right: calc(2rem + 45px) !important;
        bottom: 50% !important;
    }
    .quicklinks-left {
        right: 1rem;
    }
    .quicklink-left-link {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }
    .stage {
        padding-top: 80px;
    }
    #main.article {
        padding-top: 80px;
    }
    .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;
    }
}
@media(min-width: 680px) {
    .pageteaser.grid-disabled .pageteaser-teaser .image {
        width: 20%;
    }
}
@media(max-width: 679px) {
    .clearfix > label {
        max-width: 275px;
    }
    .table th,
    .table td {
        display: block;
    }
    footer .spalte .image {
        width: 50% !important;
        margin: 0 auto;
    }
    .search-results .page-navigation li:nth-last-child(-n+3):not(.next):not(.current),
    .search-results .page-navigation li:nth-child(-n+3):not(.previous):not(.current) {
        display: none;
    }
}
@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);
    }
    .offcanvas[data-level-current="7"] > ul {
        transform: translateX(-600vw);
    }
    .offcanvas[data-level-current="8"] > ul {
        transform: translateX(-700vw);
    }
    .offcanvas[data-level-current="9"] > ul {
        transform: translateX(-800vw);
    } 
    .offcanvas[data-level-current="10"] > ul {
        transform: translateX(-900vw);
    }              
}

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

.neos-nodetypes-navigation-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.neos-nodetypes-navigation-navigation ul > li {
    position: relative;
    display: table;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: all .15s;
}
.neos-nodetypes-navigation-navigation ul > li a {
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 2rem;
    transition: all .15s;
}
.neos-nodetypes-navigation-navigation ul > li a::before {
    content: "";
    position: absolute;
    top: -500px;
    right: -500px;
    left: -500px;
    bottom: -500px;
}
.neos-nodetypes-navigation-navigation ul > li::after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .neos-nodetypes-navigation-navigation ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .neos-nodetypes-navigation-navigation ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .neos-nodetypes-navigation-navigation ul {
        grid-template-columns: 1fr;
    }
}

/* OTV -----------------------------------------------------------------------*/

html.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
.modal-element {
  float: right;
}
#header .modal-btn.appointment {
    position: absolute;
    bottom: 25%;
    transform: translateY(50%);
    right: calc(45px + 3rem);
    z-index: 20;
    font: inherit;
    font-weight: bold;
    line-height: 1;
    display: none !important;
}
@media (max-width: 1600px) {
    .modal-btn.appointment {
        text-indent: -9999px;
        width: 45px;
    }
    #header .modal-btn.appointment::after {
        content: "\f073";
        font-family: "Font Awesome 5 Free";
        text-indent: 0;
        float: left;
        display: table;
        text-align: center;
        width: 100%;
    }
}
.modal-btn.appointment {
    font-weight: bold;
    padding: .5rem .75rem;
    margin: 0;
    text-shadow: none;
    border-radius: 10px;
    border-color: transparent !important;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    background: #fff;
    font-size: 90%;
    height: 45px;
    transition: all .25s;
}
.modal-btn.appointment:hover,
.modal-btn.appointment:focus {
  background: #222;
  color: #fff;
    cursor: pointer;
}
.modal.appointment, .modal-info {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10011;
}
.modal.appointment .modal-box {
  height: 750px;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1rem rgba(0,0,0,0.25);
  border-radius: .25rem;
}
.modal.appointment .modal-box .modal-content {
  width: 100%;
  height: 100%;
}
.modal.appointment .modal-box .modal-content iframe {
  width: 100%;
  height: 100%;
}
.modal.appointment .modal-box svg.modal-close {
  width: 2rem;
  height: 2rem;
  fill: #222;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: .5rem;
    z-index: 1;
}
.modal.appointment.maxheight .modal-box svg.modal-close {
  top: .5rem;
  right: .5rem;
}
.modal.appointment .modal-box svg.modal-close:hover {
  cursor: pointer;
  fill: #34a665;
}
.modal.appointment.maxheight .modal-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-transform: none;
  transform: none;
  max-height: 750px;
}


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

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

    body.dark .offcanvas {
        background: #212121;
    }
    body.dark .offcanvas .navigation-item--previous {
        background: #212121;   
    }

/* -----------------------------------------------
Mitarbeiterliste
----------------------------------------------- */

.ansprechpartner .digipublica-adressen .adressen tr:nth-child(even) {
    background: #f0f0f0 !important;
}

@media (max-width: 679px){
    .ansprechpartner thead {
        display: none;
    }
    .ansprechpartner .adressen tr td::before {
        font-weight: bold;
        margin-right: 0.5rem;
    }
    .ansprechpartner .adressen tr td:nth-child(1)::before {
        content: "Name: ";
    }
    .ansprechpartner .adressen tr td:nth-child(2)::before {
        content: "Tel.: ";
    }
    .ansprechpartner .adressen tr td:nth-child(3)::before {
        content: "Zimmer: ";
    }  
}
