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

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


#header #tv.true {
    display: none;
}
#header #tv {
    position: absolute;
    left: inherit;
    top: 2rem;
    transition: all .25s;
    right: 7rem;
}
#header.is-sticky #tv {
    top: 1.25rem;
    right: 7rem;
    left: auto;
}
@media(max-width: 1325px) {
  #header .navigation-main .navigation li a {
      font-size: 0.8em !important;
  }
}
@media(max-width: 1025px) {
  #header #tv {
      top: 1.25rem;
      right: 7rem;
      left: auto;
  }
}
/*Calendar*/
#main tr.fc-scrollgrid-section {
    position: relative;
}
#main tr.fc-scrollgrid-section th {
    z-index: 0;
}
#main a.fc-col-header-cell-cushion,
#main a.fc-daygrid-event:hover,
#main a.fc-daygrid-event:focus,
#main a.fc-daygrid-event:active {
    color: #fff;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
/* accordion */
.accordion {
    margin-bottom: 2rem;
}
.accordion-content {
    padding: 1rem;
}
#main .accordion-title h1,
#main .accordion-title h2,
#main .accordion-title h3 {
    font-size: 1rem;
}
#main .accordion-title {
    text-align: left;
    padding: 0.75rem 1rem;
    margin-top: 0.3rem;
}
#main .accordion-title {
    background: #EDEDED;
    border: 0;
}
#main .accordion-title i {
    right: 1rem;
}
/* assetlist */
.assetlist .asset {
    line-height: 1.3;
}
.assetlist .asset .asset-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1rem;
    text-transform: none;
    font-weight: bold;
    padding: 0 0 0 3rem;
}
.assetlist .asset .asset-size {
    font-size: 1rem;
    padding: 0 0 0 3rem;
}

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

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/poppins-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/poppins-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/poppins-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/poppins-v19-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  font-display: swap;
}

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

a {
    color: var(--theme-color-preset-one);
}
#modalAppointment {
  z-index: 10001;
}
.gdc-object {
  grid-template-columns: minmax(100px, 25%) auto;
  border-bottom: none;
  padding-bottom: 0;
}
.pageteaser-teaser {
  display: grid;
  grid-template-columns: minmax(100px, 25%) auto;
  grid-gap: 1rem;
}
.pageteaser-teaser.no-image {
  grid-template-columns: 1fr;
}
.pageteaser-teaser .image {
  width: 100%;
  padding: 0 !important;
  margin: 0;
}
.dataobject .middle .container-content {
  padding: 3rem;
}
.grid-disabled.pageteaser .pageteaser-text-content {
  position: inherit;
  padding: 0;
}
.navigation.columns.images-enabled .navigation-link > .image {
  z-index: 0;
}
.navigation.columns.images-enabled .navigation-link > .image::before {
  opacity: .33;
}
.navigation.columns .navigation-link span {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 4px #000;
}
.do-intro-content:empty {
  display: none;
}

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

.loader {
      border-color: var(--theme-color-preset-one);
}
.loader-inner {
    background-color: var(--theme-color-preset-one);
}

/* -----------------------------------------------
TEXT DEFAULT COLORS
----------------------------------------------- */

.default-text {
  color: var(--theme-color-preset-one);
}

/* -----------------------------------------------
BUTTON DEFAULT COLORS
----------------------------------------------- */

.button.solid.default-background a {
    background: var(--theme-color-preset-one);
    border-color: var(--theme-color-preset-one);
    color: #FFF;
}
.button.solid.default-background a:hover,
.button.solid.default-background a:focus,
.button.solid.default-background a:active,
.button.ghost.default-background a:hover,
.button.ghost.default-background a:focus,
.button.ghost.default-background a:active {
    background: #000 !important;
    border-color: #000 !important;
    color: #FFF !important;
}
.button.solid a > * {
  border: none;
}
.button .button-content > * {
  padding: .5rem 1rem;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte .button.solid.default-background {
  width: 100%;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(1) .button.solid.default-background a {
  background: var(--theme-color-preset-two);
  border-color: var(--theme-color-preset-two);
  color: #FFF;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(2) .button.solid.default-background a {
  background: var(--theme-color-preset-three);
  border-color: var(--theme-color-preset-three);
  color: #FFF;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(3) .button.solid.default-background a {
  background: var(--theme-color-preset-four);
  border-color: var(--theme-color-preset-four);
  color: #FFF;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(4) .button.solid.default-background a {
  background: var(--theme-color-preset-five);
  border-color: var(--theme-color-preset-five);
  color: #FFF;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(1) p a {
  color: var(--theme-color-preset-two);
  background-image: none;
  font-weight: bold;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(2) p a {
  color: var(--theme-color-preset-three);
  background-image: none;
  font-weight: bold;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(3) p a {
  color: var(--theme-color-preset-four);
  background-image: none;
  font-weight: bold;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(4) p a {
  color: var(--theme-color-preset-five);
  background-image: none;
  font-weight: bold;
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(1) p a:hover {
  background-image: linear-gradient(var(--theme-color-preset-two), var(--theme-color-preset-two));
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(2) p a:hover {
  background-image: linear-gradient(var(--theme-color-preset-three), var(--theme-color-preset-three));
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(3) p a:hover {
  background-image: linear-gradient(var(--theme-color-preset-four), var(--theme-color-preset-four));
}
.homepage .middle .neos-contentcollection > .mehrspalter:first-child .spalte:nth-of-type(4) p a:hover {
  background-image: linear-gradient(var(--theme-color-preset-five), var(--theme-color-preset-five));
}

/* -----------------------------------------------
CONTAINER DEFAULT COLORS
----------------------------------------------- */

.container.default-background {
    background: var(--theme-color-preset-one);
}

/* -----------------------------------------------
MEHRSPALTER DEFAULT COLORS
----------------------------------------------- */

.mehrspalter.default-background {
    background: var(--theme-color-preset-one);
}

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

.jumpmarks:focus-within {
    background: var(--theme-color-preset-one);
}

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

.is-sticky .navigation-main .navigation > li > a::after {
    border-bottom-color: var(--theme-color-preset-one);
}
.is-sticky .navigation-main .navigation .navigation-level--level-2::after {
    background: var(--theme-color-preset-one);
}

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

.actions .next .btn,
.actions .previous .btn {
    color: var(--theme-color-preset-one);
    border-color: var(--theme-color-preset-one);
}
.actions .next .btn::before,
.actions .previous .btn::before {
    background: var(--theme-color-preset-one);
}
.actions .next .btn::after,
.actions .previous .btn::after {
    border-top-color: var(--theme-color-preset-one);
}
.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: var(--theme-color-preset-one);
}

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

.progress-bar {
  background-color: var(--theme-color-preset-one);
}

/* -----------------------------------------------
TABELLEN IM BACKEND
----------------------------------------------- */
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck .ck-editor__nested-editable:focus {
	background-color: inherit !important;
}

/* -----------------------------------------------
ALLE TAG im NEOS Edtior
----------------------------------------------- */

.neos.media-browser .neos-media-aside .neos-media-aside-group .neos-media-aside-list li:first-of-type {
    display: none !important;
}

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


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

*/

/* -----------------------------------------------
GENERAL
----------------------------------------------- */
:root {
  --theme-color-preset-one:#222;
  --theme-color-preset-two:#b92f2f;
  --theme-color-preset-three:#2a9246;
  --theme-color-preset-four:#913c9a;
  --theme-color-preset-five: #1370b8;
}
body {
  margin: 0;
  font-size: 1.05em;
  line-height: 1.65 !important;
  position: relative;
  overflow-x: hidden;
  --header-height: 100px;
  --initial-header-height: 100px;
  --fixed-header-height: 75px;
}
body.scrolled {
  --header-height: 75px;
}
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;
}
/*a[target="_blank"]:not(a.button-content)::after {
  content: "\f35d";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-left: .5rem;
}
a.button-content[target="_blank"] span::after {
  content: "\f35d";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-left: .5rem;
}*/
header a:focus {
  outline: auto !important;
}
main a:not(.button-content):not(.navigation-link):not(.toggle-submenu) {
  text-decoration: none;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 101% 2px;
  transition: background-size .25s;
  padding: .1rem 0;
}
a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
}
.image a {
  background: none;
  display: block;
  padding: 0;
}
.image a:focus-visible {
  outline: solid 2px;
  outline-offset: -2px;
}
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: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .5rem;
  font-size: .9em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}
p {
  margin: 0 0 1rem 0;
}
strong {
  font-weight: 600;
}
svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}
img {
  width: 100%;
}
.modal img,
div.adresse-single td img {
  height: auto;
}
img + div,
form + div {
  background-image: none !important;
}
form li::before,
form ul::before {
  display: none;
}
div::after {
  content: "";
  display: table;
  clear: both;
}
.stage {
  position: relative;
}

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

@media print {
  * {
    -webkit-print-color-adjust: exact; 
  }
  #header,
  #footer,
  .jumpmarks,
  iframe,
  .progress-container,
  .calendar-container,
  eye-able#eA_Opener,
  .gdc-filter,
  button.container-pages,
  #footer {
      display: none !important;
  }
}

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

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

  /* -----------------------------------------------
  ADRESSES
  ----------------------------------------------- */
  .dark #adressenselect {
      background: #000;
  }
  .dark #adressenalle .adresse {
      background: #000;
  }
  
  /* -----------------------------------------------
  GENERAL
  ----------------------------------------------- */

  body.dark {
      background: var(--theme-darkmode-background-preset);
      color: var(--theme-darkmode-foreground-one);
  }
  body.dark a {
      color: var(--theme-darkmode-foreground-one);
  }
  body.dark .progress-bar {
      background: var(--theme-darkmode-foreground-one);   
  }

  /* -----------------------------------------------
  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.is-sticky .header-wrap {
      background: var(--theme-darkmode-background-default);
  }
  body.dark .header-wrap:hover .navigation-main .navigation > li > a,
  body.dark .header-wrap:focus-within .navigation-main .navigation > li > a {
      color: var(--theme-darkmode-foreground-one);
  }
  body.dark .header.is-sticky .navigation-main .navigation > li > a,
  body.dark.article-site .navigation-main .navigation > li > a {
      color: var(--theme-darkmode-foreground-one);
  }

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

  body.dark .navigation-main .navigation .navigation-level--level-2 {
      background: var(--theme-darkmode-background-default);   
  }
  body.dark .navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link {
      color: var(--theme-darkmode-foreground-one);   
  }

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

  body.dark .header-wrap:hover .search-toggle,
  body.dark .header-wrap:focus-within .search-toggle,
  body.dark .header.is-sticky .search-toggle,
  body.dark.article-site .search-toggle,
  body.dark.noscroll .search-toggle {
      color: var(--theme-darkmode-foreground-one);        
  }

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

  body.dark .header-wrap:hover .accessibility-toggle,
  body.dark .header-wrap:focus-within .accessibility-toggle,
  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);        
  }

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

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

  /* -----------------------------------------------
  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-preset);
  }
  body.dark .container.default-background {
      background: var(--theme-darkmode-background-default);   
  }
  body.dark .mehrspalter.default-background {
      background: var(--theme-darkmode-background-default);   
  }
.homepage .neos-contentcollection > .mehrspalter {
    border-bottom: 1px solid #ccc;
}
.homepage .neos-contentcollection > .mehrspalter:last-child {
  border-bottom: none;
}
.homepage .neos-contentcollection > .container {
  border-bottom: 1px solid #ccc;
}
.homepage .neos-contentcollection > .container:last-child {
border-bottom: none;
}

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

  body.dark .navigation-sidebar .navigation-link,
  body.dark .navigation-sidebar .toggle-submenu {
      color: var(--theme-darkmode-foreground-one);
  }

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

  body.dark .offcanvas {
      background: var(--theme-darkmode-background-default);
  }
  body.dark .offcanvas .navigation-item--previous {
      background: var(--theme-darkmode-background-default);   
  }

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

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

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

  @media(min-width: 1024px) {
      body.dark .header-wrap:hover,
      body.dark .header-wrap:focus-within {
          background: var(--theme-darkmode-background-default);
      }
  }
  @media(max-width: 1023px) {
      body.dark.noscroll .header-wrap {
          background: var(--theme-darkmode-background-default);
      }
  }
  @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: auto;
  margin: 0;
  table-layout: fixed;
  display: table;
}
.table table {
  border-spacing: 0;
}
.table th,
.table td {
  padding: .5rem 1rem;
  vertical-align: top;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table tr th,
.table tr td {
  border-bottom: 1px solid #000;
}
.table th {
  text-align: left;
}

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

h1 {
  margin: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: .95;
  text-transform: uppercase;
  text-shadow: 0 0 25px rgba(0,0,0,.5);
}
#main h1 {
  font-size: 3rem;
  margin: 0 0 1rem;
  text-shadow: none;
}
#main h1 + p {
  font-size: 1.3125rem;
  line-height: 1.5;
  margin: 0 0 2.5rem;
}
h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.75rem;
}
h3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
h4 {
  margin: 0 0 .5rem 0;
  font-size: 1.25rem;
}
h2,
h3,
h4 {
  line-height: 1.25;
  font-weight: 600;
}

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

.black-text {
color: #000;
}
.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: 4;
  opacity: 1;
}
.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;
}

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

header {
padding: 0 !important;
}
.header-wrap {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  box-shadow: none;
  transition: all .25s;
}
.header-content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  height: 0;
  transition: all .25s;
  min-height: var(--header-height);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 50px rgba(0,0,0,.33);
}
.header-content::after {
  display: none;
}

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

.logo {
  position: absolute;
  top: 0;
  left: 1rem;
  width: auto;
  height: 100%;
}
.logo:focus .logo-img {
  outline: 1px solid #FFF;
}
.logo-img {
  width: inherit !important;
  height: inherit;
  object-fit: contain;
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  transition: inherit;
}
.article-site .logo-img:not(.sticky),
.header.is-sticky .logo-img:not(.sticky) {
  visibility: hidden;
  opacity: 0;
}
.article-site .logo-img.sticky,
.header.is-sticky .logo-img.sticky {
  visibility: visible;
  opacity: 1;
}
.logo-img.sticky {
  visibility: hidden;
  opacity: 0;
}

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

.accessibility {
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
}
.accessibility-toggle {
  display: table;
  height: var(--header-height);
  color: #000;
  transition: all .25s;
  font-size: 1.25em;
}
.accessibility-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
  pointer-events: none;
  width: 475px;
  top: 100%;
  right: -3rem;
  background: #FFF;
  padding: 1rem;
  border: 1px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat( auto-fit, minmax(180px, 1fr) );
}
.accessibility-content.show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  top: calc(100% + 1rem);
}
.accessibility-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  right: 3rem;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  transition: all .25s;
}
.accessibility-content > div {
  position: relative;
}
.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;
}
.accessibility-toggle > div:last-child {
  padding-left: 1rem;
  visibility: hidden;
  text-transform: -9999px;
  position: absolute;
}
.accessibility-toggle > div span {
  display: block;
  line-height: 1.25;
}

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

.contrast-switch > span {
  margin: .5rem 0;
  font-weight: 600;
  display: block;
}
.contrast-switch i {
  display: none;
}

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

.toggle-fontsize {
  display: none;
}
.fontsize-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fontsize-info li {
  margin: .5rem 0;
}
.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;
}

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

header .search > .search-toggle {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
  color: #000;
  transition: all .25s;
  font-size: 1.25em;
}
header .search-toggle span,
header .search .hidden-label {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}
header #search-form {
  position: fixed;
  background: rgb(0 0 0 / 85%);
  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 1rem;
  margin: 0;
  border: 0;
  width: 700px;
  max-width: calc(100vw - (55px * 2) - 2rem);
  min-height: 55px;
  font: inherit;
  appearance: none;
  border-radius: 0;
}
header .search button {
  border: none;
  outline: none;
  font: inherit;
  font-size: 1.25em;
  min-height: 55px;
  min-width: 55px;
  line-height: 55px;
  margin: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
header .search button:focus {
  outline: auto;
}
header .search button + .search-toggle {
  border: none;
  outline: none;
  font: inherit;
  font-size: 1.25em;
  min-height: 55px;
  min-width: 55px;
  line-height: 55px;
  margin: 0;
  text-align: center;
}

/* -----------------------------------------------
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;
  font-size: 1rem;
}
.search-results .clearfix {
  margin-bottom: .75rem;
}
.search-results .clearfix > .input {
  overflow: hidden;
}
.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.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 {
  transition: all .25s;
  height: 100%;
  float: left;
  padding-left: 6rem;
}
.navigation-main .navigation {
  display: table;
  padding: 0;
  margin: 0;
  height: inherit;
}
.navigation-main .navigation > li {
  display: table-cell;
  vertical-align: middle;
}
.navigation-main .navigation > li > a {
  padding: 0 .75rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
  white-space: nowrap;
  display: flex;
  color: #000;
  text-transform: uppercase;
}
.navigation-main .navigation > li.hover > a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  border-bottom: 45px solid transparent;
  transition: all .25s;
}
.navigation-main .navigation-item.navigation-item--level-1 > a > span {
  position: relative;
}
.navigation-main .navigation-item.navigation-item--level-1:hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active > a > span::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(1):hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active:nth-of-type(1) > a > span::after {
  background: var(--theme-color-preset-one);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(2):hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active:nth-of-type(2) > a > span::after {
  background: var(--theme-color-preset-two);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(3):hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active:nth-of-type(3) > a > span::after {
  background: var(--theme-color-preset-three);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(4):hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active:nth-of-type(4) > a > span::after {
  background: var(--theme-color-preset-four);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(5):hover > a > span::after,
.navigation-main .navigation-item.navigation-item--level-1.navigation-item--state-active:nth-of-type(5) > a > span::after {
  background: var(--theme-color-preset-five);
}




.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(1) li > a:hover,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(1) li.navigation-item--state-current > a {
  color: var(--theme-color-preset-one);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(2) li > a:hover,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(2) li.navigation-item--state-current > a,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(2) li.navigation-item--state-active > a {
  color: var(--theme-color-preset-two);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(3) li > a:hover,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(3) li.navigation-item--state-current > a,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(3) li.navigation-item--state-active > a {
  color: var(--theme-color-preset-three);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(4) li > a:hover,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(4) li.navigation-item--state-current > a,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(4) li.navigation-item--state-active > a {
  color: var(--theme-color-preset-four);
}
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(5) li > a:hover,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(5) li.navigation-item--state-current > a,
.navigation-main .navigation-item.navigation-item--level-1:nth-of-type(5) li.navigation-item--state-active > a {
  color: var(--theme-color-preset-five);
}




.navigation-main .navigation:nth > li > a::after {
  content: "";
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}
.is-sticky .navigation-main .navigation > li > a::after {
  border-bottom-color: #FFF;
}
.navigation-main .navigation > li.hover > a::after,
.navigation-main .navigation > li:focus-within > a::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1rem - 10px);
}
.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;
  z-index: 1;
  border:  1px solid #FFF;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin: 0 auto;
  background: #FFF;
  pointer-events: none;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);
}
.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-level--level-2 > li:not(:nth-child(4n)):not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  width: 1px;
  display: block;
  background: #d6d6d6;
}
.is-sticky .navigation-main .navigation .navigation-level--level-2::after {
  background: #151515;
}
.navigation-main .navigation .navigation-item--level-1.hover > ul,
.navigation-main .navigation .navigation-item--level-1:focus-within > ul {
  top: calc(100% + 1rem);
  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;
  outline: none;
  border: none;
  transition: all .25s;
}
.navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link {
  color: #000;
  padding: .25rem 0;
  text-transform: none;
  display: block;
}
.navigation-main .navigation li.navigation-item--level-2 > .navigation-link {
  font-weight: 600;
}

/* -----------------------------------------------
MIXINS/OVERRIDES
----------------------------------------------- */

.pageteaser h3 {
  margin: 0 0 .25rem;
}
.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;
}
.button .button-content {
  border-radius: 5px !important;
}
.button.full {
  width: 100%;
  text-align: center;
}
.button.solid.black-background .button-content {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button.solid.black-background .button-content:hover,
.button.solid.black-background .button-content:focus {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.button.solid.white-background .button-content {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.button.solid.white-background .button-content:hover,
.button.solid.white-background .button-content:focus {
  background-color: #eee;
  border-color: #eee;
  color: #000;
}


.button.ghost.black-background .button-content {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.button.ghost.black-background .button-content:hover,
.button.ghost.black-background .button-content:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button.ghost.white-background .button-content {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.ghost.white-background .button-content:hover,
.button.ghost.white-background .button-content:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}



.button.solid.theme-1 .button-content,
.button.solid.theme-2 .button-content,
.button.solid.theme-3 .button-content,
.button.solid.theme-4 .button-content,
.button.solid.theme-5 .button-content {
  color: #fff;
}
.button.solid.theme-1 .button-content:hover,
.button.solid.theme-2 .button-content:hover,
.button.solid.theme-3 .button-content:hover,
.button.solid.theme-4 .button-content:hover,
.button.solid.theme-5 .button-content:hover,
.button.solid.theme-1 .button-content:focus,
.button.solid.theme-2 .button-content:focus,
.button.solid.theme-3 .button-content:focus,
.button.solid.theme-4 .button-content:focus,
.button.solid.theme-5 .button-content:focus {
  background-color: #000;
  border-color: #000;
}
.button.solid.theme-1 .button-content {
  background-color: var(--theme-color-preset-one);
  border-color: var(--theme-color-preset-one);
}
.button.solid.theme-2 .button-content {
  background-color: var(--theme-color-preset-two);
  border-color: var(--theme-color-preset-two);
}
.button.solid.theme-3 .button-content {
  background-color: var(--theme-color-preset-three);
  border-color: var(--theme-color-preset-three);
}
.button.solid.theme-4 .button-content {
  background-color: var(--theme-color-preset-four);
  border-color: var(--theme-color-preset-four);
}
.button.solid.theme-5 .button-content {
  background-color: var(--theme-color-preset-five);
  border-color: var(--theme-color-preset-five);
}
.button.ghost.theme-1 .button-content {
  background-color: transparent;
  border-color: var(--theme-color-preset-one);
  color: var(--theme-color-preset-one);
}
.button.ghost.theme-2 .button-content {
  background-color: transparent;
  border-color: var(--theme-color-preset-two);
  color: var(--theme-color-preset-two);
}
.button.ghost.theme-3 .button-content {
  background-color: transparent;
  border-color: var(--theme-color-preset-three);
  color: var(--theme-color-preset-three);
}
.button.ghost.theme-4 .button-content {
  background-color: transparent;
  border-color: var(--theme-color-preset-four);
  color: var(--theme-color-preset-four);
}
.button.ghost.theme-5 .button-content {
  background-color: transparent;
  border-color: var(--theme-color-preset-five);
  color: var(--theme-color-preset-five);
}
.button.ghost.theme-1 .button-content:hover,
.button.ghost.theme-1 .button-content:focus {
  background-color: var(--theme-color-preset-one);
  color: #fff;
}
.button.ghost.theme-2 .button-content:hover,
.button.ghost.theme-2 .button-content:focus {
  background-color: var(--theme-color-preset-two);
  color: #fff;
}
.button.ghost.theme-3 .button-content:hover,
.button.ghost.theme-3 .button-content:focus {
  background-color: var(--theme-color-preset-three);
  color: #fff;
}
.button.ghost.theme-4 .button-content:hover,
.button.ghost.theme-4 .button-content:focus {
  background-color: var(--theme-color-preset-four);
  color: #fff;
}
.button.ghost.theme-5 .button-content:hover,
.button.ghost.theme-5 .button-content:focus {
  background-color: var(--theme-color-preset-five);
  color: #fff;
}

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

#adressenselect {
  height: 40px;
  top: 10px;
  padding: 0;
  border-radius: 5px;
  font-size: 17px !important;
  max-width: 230px;
  box-shadow: rgba(63, 45, 45, 0.3) 0px 0px 5px 2px;
}
select#adressenselect:hover,
select#adressenselect:focus,
select#adressenselect:active {
  height: 94%;
}

#adressenselect option {
  padding: 0.5em 1em;
}
#adressenselect option:hover,
#adressenselect option:focus,
#adressenselect option:active {
  background: #ea4335;
  color: #fff;
}

.adressenliste {
  margin-top: initial;
}
#adressenalle .adresse {
  padding: 0rem 0.9rem 0.9rem 0.9rem;
  background: #edebe8;
  border: 3px solid #fff;
}


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

.breadcrumb {
  display: none;
}
.breadcrumb__list {
  list-style-type: none;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}
.breadcrumb__link {
  display: inline-block;
  margin: 0;
}
.breadcrumb__link:not(.current)::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: .75rem;
  padding: 0 .5rem;
}

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

.navigation-sidebar {
  padding: 3rem 0 3rem 3rem;
}
.navigation-sidebar .navigation {
  overflow: hidden;
}
.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;
  border-bottom: 1px solid #000;
}
.navigation-sidebar .navigation-item.navigation-item--level-1 > .navigation-link {
  padding: .75rem 0;
  text-transform: uppercase;
  font-weight: 700;
}
.navigation-sidebar .navigation-item.navigation-item--level-2 .navigation-link {
  font-weight: 600;
}
.navigation-sidebar .navigation-item.navigation-item--level-3 .navigation-link {
  font-weight: 400;
}
.navigation-sidebar .navigation-item.navigation-item--level-2:nth-child(1) {
  border-top: 1px solid #000;
}
.navigation-sidebar .navigation-item.navigation-item--level-3:nth-child(1) {
  border-top: 1px solid #aaa;
}
.navigation-sidebar .navigation-item.navigation-item--level-3 {
  border-bottom: 1px solid #aaa;
}
.navigation-sidebar .navigation-item.navigation-item--level-1,
.navigation-sidebar .navigation-item.navigation-item--level-3:last-child {
  border-bottom: none;
}
.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 0;
  color: #000;
}
.navigation-item.navigation-item--level-3 .navigation-link {
  font-size: .9rem;
  padding: .5rem 3rem .5rem 0;
}
.navigation-sidebar .navigation-item.navigation-item--level-4 {
  border-bottom: none;
}
.navigation-item.navigation-item--level-4 .navigation-link {
  padding: 0 3rem .5rem 0;
}
.navigation-sidebar .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  padding: .75rem 1.25rem;
  color: #000;
}
.navigation-sidebar .navigation-item--level-2 .toggle-submenu {
  padding: .75rem 1.25rem;
}
.navigation-sidebar .navigation-item--level-3 .toggle-submenu {
  padding: .5rem 1.25rem;
}
.navigation-sidebar .navigation-level:not(.navigation-level--level-2) {
  display: none;
}
.navigation a {
  background: none;
}
.navigation-sidebar .navigation-item.navigation-item--level-1.navigation-item--state-current > .navigation-link,
.navigation-sidebar .navigation-item.navigation-item--level-2.navigation-item--state-current > .navigation-link,
.navigation-sidebar .navigation-item.navigation-item--level-3.navigation-item--state-current > .navigation-link,
.navigation-sidebar .navigation-item.navigation-item--level-4.navigation-item--state-current > .navigation-link {
  font-weight: 600;
}

/* -----------------------------------------------
NAVIGATION SIDEBAR (NODETYPE)
----------------------------------------------- */

.navigation-left ul {
  overflow: hidden;
  box-shadow: 0px 0px 50px -5px rgb(97 97 97 / 25%);
  border-radius: 15px;
  border: 1px solid #FFF;
}
.navigation-left ul li {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
}
.navigation-left ul li::before {
  display: none;
}
.navigation-left ul li a {
  display: block;
  padding: .75rem 3rem .75rem 1rem;
  transition: all .25s;
}
body:not(.dark) .navigation-left ul li a {
  color: #3e3d40;
}

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

.accordion-title {
  background: none;
}

/* -----------------------------------------------
BUTTON INCLUDE
----------------------------------------------- */

.button {
  max-width: calc(100vw - 5rem) !important;
}

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

#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 3rem 0;
  margin-bottom: -2rem;
}
.date-published {
  font-weight: 600;
}
.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
----------------------------------------------- */
.stage .container {
  position: inherit;
}
.stage .container-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.stage .container-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50vh;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%);
}
.stage .container-content {
  padding: 10rem 2rem 4rem !important;
}
.container .container-content {
  max-width: 1400px;
}
.container.black-overlay .container-image::after {
  background: rgb(0 0 0 / 25%) !important;
}

.mehrspalter .mehrspalter-content {
  max-width: 1400px;
}
.mehrspalter.padding-both .mehrspalter-content {
  padding: 3rem 3rem !important;
}
.mehrspalter.padding-top .mehrspalter-content {
  padding: 3rem 3rem 0 3rem !important;
}
.mehrspalter.padding-bottom .mehrspalter-content {
  padding: 0 3rem 3rem 3rem !important;
}
.container.padding-auto:first-of-type .container-content,
.mehrspalter.padding-auto:first-of-type .mehrspalter-content {
  padding: 3rem 3rem 1.5rem 3rem !important;
}
.container.padding-auto:last-of-type .container-content,
.mehrspalter.padding-auto:last-of-type .mehrspalter-content {
  padding: 1.5rem 3rem 3rem !important;
}
.container.padding-auto .container-content,
.mehrspalter.padding-auto .mehrspalter-content {
  padding: 1.5rem 3rem !important;
}
div.padding-auto:first-of-type:last-of-type .container-content,
div.padding-auto:first-of-type:last-of-type .mehrspalter-content,
div.padding-auto:first-of-type:last-of-type .section-content {
  padding: 3rem !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;
}

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

#main {
  position: relative;
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,.33);
  max-width: 1400px;
  margin: 0 auto;
}
.main-content.sidebar-left {
  display: grid;
}
#main::before {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -10px;
}
.no-sidebar {
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
}
.sidebar-right {
  grid-template-columns: minmax(640px, auto) minmax(248px, 348px);
}
.sidebar-left {
  grid-template-columns: minmax(248px, 348px) minmax(640px, auto);
}
.sidebar-left-right {
  grid-template-columns: minmax(248px, 348px) minmax(300px, auto) minmax(248px, 348px);
}
.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;
}

/* -----------------------------------------------
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;
  border-radius: 5px;
  transition: all .25s;
  position: relative;
}
.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;
  border-radius: 10px;    
}
.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: #FFF !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;
  max-width: 1400px;
  margin: 0 auto;
  background: #EEEEEE;
  box-shadow: 0 0 50px rgba(0,0,0,.33);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 1em 0;
}
footer a {
  color: inherit;
}
footer .table thead tr th {
  background: none;
}
footer .table tbody tr:nth-of-type(even) th,
footer .table tbody tr:nth-of-type(even) td {
  background: none;
}
.footer .mehrspalter:last-child .mehrspalter-content {
  background: #d5d5d5;
  padding: 2rem 3rem !important;
}
.footer .mehrspalter:last-child .mehrspalter-content p {
  margin: 0;
}

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

.offcanvas-toggle {
  background: transparent;
  outline: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  z-index: 12;
  transition: all .25s;
  cursor: pointer;
}
.offcanvas-toggle .line {
  width: 25px;
  height: 2px;
  display: block;
  margin: 5px 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;
  border-radius: 0px;
}
.offcanvas-toggle .line:nth-child(1) {
  width: 20px;
}
.offcanvas-toggle .line:nth-child(1),
.offcanvas-toggle .line:nth-child(3) {
  margin: 5px 0 5px 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 .25s;
  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 .25s;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.offcanvas > ul {
  top: var(--header-height);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.offcanvas ul.active {
visibility: visible;
opacity: 1;
pointer-events: all;
}
.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 .navigation-item {
  position: static;
  display: table;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.offcanvas .navigation-item::before {
  display: none;
}
.offcanvas .navigation-item  .navigation-link,
.offcanvas .navigation-item  .previous-navigation {
  text-decoration: none;
  display: table-cell;
  font-size: 1rem;
  padding: .65rem 1.2rem;
  transition: all .25s;
  visibility: visible;
  opacity: 1;
}
.offcanvas .navigation-item--level-1 > a,
.offcanvas .navigation-item .previous-navigation {
  font-weight: 600 !important;
}
.offcanvas .navigation-item--previous {
position: sticky;
top: var(--header-height);
  background: #FFF;
}
.offcanvas .navigation-item--level-1 > .navigation-link {
  padding-right: 0;
}
.offcanvas .navigation-item .previous-navigation {
  padding-left: 0 !important;
}
.offcanvas .navigation-item--state-active > a {
  font-weight: 600;
}

/* -----------------------------------------------
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 1.2rem;
  visibility: visible;
  opacity: 1;
}
.offcanvas .close-submenu {
  text-align: left !important;
  width: 25px !important;
  padding-right: 1rem;
  border-left: none;
}

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

@media(min-width: 1024px) {
  .offcanvas {
      display: none;
  }
  .offcanvas-toggle {
      display: none;
  }
  .navigation-item.navigation-item--previous {
      display: none;
  }
  .header-wrap:hover .logo-img:not(.sticky),
  .header-wrap:focus-within .logo-img:not(.sticky) {
      visibility: hidden;
      opacity: 0;
  }
  .header-wrap:hover .logo-img.sticky,
  .header-wrap:focus-within .logo-img.sticky {
      visibility: visible;
      opacity: 1;
  }
}
@media (max-width: 1200px) {
  .stage .container-image {
    position: absolute;
    height: auto;
  }
  .stage .container-image::before {
    content: none;
  }
}
@media(max-width: 1023px) {
  body {
      --header-height: 75px;
  }
  body.noscroll .header-wrap {
      background: #FFF;
  }
  body.noscroll .logo {
      display: none;
  }
  body:not(.noscroll) header .search,
  body:not(.noscroll) .accessibility {
      visibility: hidden;
      opacity: 0;
  }
  header .search > .search-toggle {
      right: auto;
      left: 5rem;
  }
  .accessibility {
      right: auto;
      left: 2rem;
  }
  .accessibility-content {
      right: auto;
      left: 0;
      grid-template-columns: 1fr;
      width: calc(100vw - 4rem);
      max-width: 450px;
  }
  .accessibility-content > div:not(:last-child)::after {
      display: none;
  }
  .accessibility-content::after {
      display: none;
  }
  .navigation-main {
      display: none;
  }
  .navigation-sidebar {
      display: none;
  }
  .navigation-left {
      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;
  }
  .mehrspalter.padding-both .mehrspalter-content {
    padding: 2rem 2rem !important;
  }
  .mehrspalter.padding-top .mehrspalter-content {
    padding: 2rem 2rem 0 2rem !important;
  }
  .mehrspalter.padding-bottom .mehrspalter-content {
    padding: 0 2rem 2rem 2rem !important;
  }
  div.padding-auto:first-of-type .container-content,
  div.padding-auto:first-of-type .mehrspalter-content {
    padding: 2rem 2rem 0 2rem !important;
  }
  div.padding-auto:last-of-type .container-content,
  div.padding-auto:last-of-type .mehrspalter-content {
    padding: 0 2rem 2rem 2rem !important;
  }
  div.padding-auto:first-of-type:last-of-type .container-content,
  div.padding-auto:first-of-type:last-of-type .mehrspalter-content {
    padding: 2rem 2rem !important;
  }
  .stage .container-content {
    padding: 8rem 2rem 4rem !important;
  }
  h1 {
    font-size: 4rem;
  }
  #main h1 {
    font-size: 2.5rem;
  }
  #main h1 + p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media(max-width: 679px) {
  .stage .container-content {
    padding: 7rem 2rem 3rem !important;
  }
  h1 {
    font-size: 3rem;
  }
  #main h1 {
    font-size: 2rem;
  }
  #main h1 + p {
    font-size: 1.15rem;
  }
  .table th,
  .table td {
      display: block;
  }
  footer .spalte:last-child h3,
  footer .spalte:last-child p {
      text-align: left !important;
  }
  footer .spalte .image {
      width: 50% !important;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child * {
      text-align: left !important;
  }
}
@media (max-width: 480px) {
  footer .mehrspalter.columns2[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns2[data-layout="40-60"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns2[data-layout="60-40"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns2[data-layout="25-75"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns2[data-layout="75-25"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child *,
  footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content > .neos-contentcollection > div:last-child * {
      text-align: left !important;
  }
  h1 {
    font-size: 2.5rem;
  }
}
@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);
}
}

/* Suchergebnisse */
.search-result-title {
    font-weight: bold;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #e4e4e4;
}
#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;
}