/*
                    _                      
   ____ ___  ____ _(_)___   _______________
  / __ `__ \/ __ `/ / __ \ / ___/ ___/ ___/
 / / / / / / /_/ / / / / // /__(__  |__  ) 
/_/ /_/ /_/\__,_/_/_/ /_(_)___/____/____/  
                                           
*/
.neos-backend-disabled, .neos-backend-disabled * {
  opacity: 1 !important;
  cursor: auto !important;
  pointer-events: all !important;
  -ms-filter: "alpha(opacity=100)" !important;
}
:root {
  --lichtenfels-grey-15: #44444515;
  --theme-color-preset-one: #5d7912;
  --theme-color-preset-two: #306792;
  --theme-color-preset-three: #b55e00;
  --theme-color-preset-four: #d41217;
  --theme-color-preset-five: #444445;
  --fc-button-bg-color: #444;
  --fc-button-border-color: #444;
  --fc-button-active-bg-color: #000;
  --fc-button-active-border-color: #000;
  --fc-button-hover-bg-color: #222;
  --fc-button-hover-border-color: #222;
}
.mehrspalter.default-background {
  background: #444;
}
/* .language-menu {
  display: none; 
} */
.fc-event-title {
  max-height: 3.5rem;
}

/* YT-VIDEOS */

iframe.yt {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* NUR TEMPORÄR ZUM TESTEN */ 
#main .accordion .mehrspalter-content {
  padding: 0 !important;
}

div.gdc-object {
 	padding-bottom: 0;
	margin-bottom: .5rem;
}

.language-switch {
  display: none;
}

/* -----------------------------------------------
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;
}

/* -----------------------------------------------
DIGIPORTAL
----------------------------------------------- */
#main .do-attribute-group h3 i, 
#main .do-attribute-group h3:hover {
  color: var(--theme-color-preset-one);
}
.dataobject .container-content {
  padding: 3rem !important;
}
#header #tv {
  text-indent: -9999px;
  background: none;
  left: auto;
  top: 50%;
  right: 4.5rem;
  transform: translateY(-50%);
  box-shadow: none;
  transition: none;
}
#header #tv::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  color: #444;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0px;
  font-size: 1.1rem;
}
.contact-form {
  left: auto;
  position: absolute;
  top: 50%;
  right: 7rem;
  transform: translateY(-50%);
  color: #444;
}
.modal.appointment {
  z-index: 100;
}
.modal-box svg.modal-close {
  top: .5rem;
  right: .5rem;
}
.cookie-notice {
  min-height: auto !important;
  line-height: 1.5;
  padding: 2rem;
  margin: 1rem 0;
  background: #e8e8ea;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
}
.cookie-notice p:first-of-type {
  font-weight: bold;
  font-size: 1.25rem;
}
.gdc-list .gdc-object {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.do-detail.organisation .do-intro.half > div:last-child {
  display: grid;
  grid-auto-rows: max-content;
}
.do-detail.organisation .do-intro.half > div:last-child > div:last-child {
  grid-row: 1;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #111;
}
.calendar-sheet .gdc-date {
  width: 5.26rem;
}
.gdc-image-container {
  height: 100%;
}
.do-images:empty {
  display: none !important;
}
.do-images:empty + .do-intro-content {
  margin-bottom: 3rem;
}
.fc-h-event, .fc-daygrid-event {
  background: #ddd !important;
  color: #333;
  padding: 5px !important;
}
.fc-col-header-cell .fc-scrollgrid-sync-inner {
  background: #444;
}
.fc-theme-standard thead th {
  border: 1px solid #fff;
}
.fc-theme-standard tbody td {
  border: 1px solid #ccc;
}
.fc-list-day-cushion.fc-cell-shaded {
  background: #444 !important;
}
.fc .fc-daygrid-day-number {
  color: #333;
}
.fc .fc-daygrid-day.fc-day-today, .fc-list-event.fc-event-today {
  background: #efefef !important;
}
.fc-daygrid-event:hover {
  background: #333 !important;
  text-decoration: none !important;
}

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



/* -----------------------------------------------
PRELOADER
----------------------------------------------- */
body > div > #overlayer {
  background: #fff;
  opacity: .75;
}
.loader {
  background: url('../Images/lichtenfels-signet.svg');
  border: none !important;
  width: 60px !important;
  height: 60px !important;
}

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

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

/* -----------------------------------------------
LANGUAGE MENU
----------------------------------------------- */
/* .language-menu {
  position: absolute;
  right: 3rem;
  top: 1rem;
}
.language-menu a {
  color: #444;
}
.language-menu ul {
  list-style: none;
}
.language-menu ul li {
  display: inline;
}
.language-menu ul li.active,
.language-menu ul li.current {
  font-weight: bold;
}
.language-menu ul li:first-child::after {
  content: "|";
  font-weight: normal;
} */

/* -----------------------------------------------
BUTTON DEFAULT COLORS
----------------------------------------------- */
.button .button-content {
  transition: none;
  font-weight: 600;
}

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

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

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

.mehrspalter.default-background {
    background: #444;
}

/* -----------------------------------------------
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
----------------------------------------------- */

body {
  margin: 0;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  --header-height: 100px;
  --initial-header-height: 100px;
  --fixed-header-height: 75px;
  font-family: 'Poppins';
}
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;
}*/
main a:not(.navigation-link):not(.button-content):hover,
main a:not(.navigation-link):not(.button-content):focus,
main a:not(.navigation-link):not(.button-content):active {
  text-decoration: underline;
}
header a:focus {
  outline: auto !important;
}
a:focus-visible {
  outline: 2px solid #333;
  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;
}
.stage {
  margin-top: 156px;
  transition: all .25s;
}
.is-sticky .stage {
  margin-top: 133px;
}
@media (max-width: 1023px) {
  .stage,
  .is-sticky .stage {
    margin-top: 60px;
  }
}
.navigation.columns.images-disabled .navigation-link {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: normal;
}

.navigation.columns.images-disabled .navigation-link i {
    flex-shrink: 0;
 	width: 2em;
    text-align: center;
}
.assetlist li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 0;
  border-bottom: 1px solid #ccc !important;
  line-height: 1.5;
}
.assetlist li:first-child {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc !important;
}
.assetlist .button {
  margin: 0;
}
.asset-copyright {
  font-size: .8rem;
  margin-top: 1rem;
}
.asset-caption, .asset-copyright {
  display: block;
}
.assetlist .button {
  margin: 0;
}
.assetlist .asset .asset-size {
  display: none;
}
.assetlist .asset .asset-title {
  font-weight: 600;
  font-size: 1.1rem;
  padding-left: calc(1.5rem + 1rem);
}
.assetlist .asset > :not(img) {
  padding-left: calc(1.5rem + 1rem);
}
.assetlist .asset img {
  width: 1.5rem;
  position: relative;
  float: left;
  top: auto;
  left: auto;
  transform: none;
}
.assetlist .asset:hover {
  text-decoration: none !important;
}

/* -----------------------------------------------
DOCUMENT FILTER
----------------------------------------------- */

.assetlist .filter-wrap {
  margin-bottom: 1rem;
  background: #333;
  padding: 3px 3px 3px .75rem;
  display: grid;
  border-radius: .25rem;
  max-width: 500px;
  grid-template-columns: max-content auto;
  align-items: center;
}
.assetlist .filter-wrap label {
  font-weight: bold;
  margin-right: .75rem;
  color: #fff;
}
.document-keyword-filter {
  display: inline-block;
  position: relative;
  width: 100%;
}
.document-keyword-filter input[type="text"]:focus-visible {
  outline: none !important;
}
.document-keyword-filter.frontend-gdc-list .document-filter {
  font-size: 1rem;
  background: #fff;
  padding: .5rem 2rem .5rem .75rem;
  border-radius: 0 .25rem .25rem 0;
  width: 100%;
}
.document-keyword-filter.frontend-gdc-list .clear {
  bottom: 0;
  padding: 0 .75rem;
}
.document-keyword-filter.frontend-gdc-list .clear svg {
  vertical-align: middle;
  fill: #333;
}
.assetlist-content .button .button-content,
.pageteaser-text-content .button .button-content {
  border: none;
  padding: 0;
}
.assetlist-content .button .button-content:hover,
.assetlist-content .button .button-content:focus {
  background: none !important;
  border-color: none !important;
  color: inherit !important;
}
.button .button-content span {
  white-space: normal !important;
  text-overflow: inherit !important;
  overflow: auto !important;
  font-size: 1.1rem;
  border: none;
  padding: 0;
}
.button.ghost a {
  border: 2px solid;
}


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

@media print {
  * {
    -webkit-print-color-adjust: exact; 
  }
  #header,
  #footer,
  .jumpmarks,
  iframe,
  .progress-container {
      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);        
  }
  header .accessibility {
    position: absolute;
    display: table;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    }
    .accessibility-icon {
    position: relative;
    }
    .accessibility-toggle:hover .accessibility-icon {
    color: var(--theme-color-preset-two);
    }
    .accessibility-toggle {
    display: table-cell;
    vertical-align: middle;
    color: #111;
    }
    .contrast {
      color: #111;
      float: left;
      position: relative;
    }
    .contrast a {
      font-weight: 700;
    }
    .contrast-switch > span {
    margin: .5rem 0;
    font-weight: 600;
    display: block;
    }
    .contrast-switch i {
    display: none;
    }
    
    /* -----------------------------------------------
    FONTSIZE
    ----------------------------------------------- */
    
    .fontsize {
      color: #111;
      float: left;
      position: relative;
    }
    .fontsize > a {
      font-weight: 700;
    }
    .accessibility-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
    pointer-events: none;
    width: 475px;
    top: 2.5rem;
    right: -2rem;
    background: #eee;
    padding: 1rem;
    border: 1px solid #eee;
    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;
    }
    .accessibility-content::after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    right: 1.85rem;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    transition: all .25s;
    }
    .accessibility-content > div {
      position: relative;
      font-size: .95em;
    }
    .accessibility-content > div:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -1rem;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #ddd;
      display: block;
    }
    .accessibility-toggle > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
    }
    .accessibility-toggle > div:last-child {
      padding-left: 1rem;
      visibility: hidden;
      text-indent: -9999px;
      position: absolute;
    }
    .accessibility-toggle > div span {
      display: block;
      line-height: 1.25;
    }
    .fontsize-icons {
    display: none;
    }

  /* -----------------------------------------------
  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 #333;
  word-break: initial;
}
.table th {
  text-align: left;
}

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

h1 {
  margin: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: .95;
  text-shadow: 0 0 25px rgba(0,0,0,.5);
}
#main h1 {
  font-size: 2rem;
  margin: 0 0 1rem;
  text-shadow: none;
  line-height: 1.2;
}
#main h1 + p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 2.5rem;
}
h2 {
  margin: 0 0 .35rem 0;
  font-size: 1.75rem;
}
h3 {
  margin: 0 0 .25rem 0;
  font-size: 1.5rem;
}
h4 {
  margin: 0;
  font-size: 1.25rem;
}
h2,
h3,
h4 {
  line-height: 1.2;
  font-weight: 600;
}
.left .container h4,
.right .container h4 {
  margin-bottom: .75rem;
  border-bottom: 1px solid #333;
  padding-bottom: .75rem;
}

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

.black-text {
color: #333;
}
.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: 1003;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,.33);
  transition: all .25s;
}
.header-content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
  height: 0;
  transition: all .25s;
  min-height: var(--header-height);
  border-radius: 0 0 5px 5px;
}
.header-content::after {
  display: none;
}

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

.logo {
  position: absolute;
  top: 0;
  left: 2rem;
  width: auto;
  height: 100%;
}
.logo:last-child {
  left: auto;
  right: 2rem;
}
.logo-img {
  width: inherit !important;
  height: inherit;
  padding: 1rem;
}


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

header .search > .search-toggle {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #333;
  transition: all .25s;
  font-size: 1.1rem;
}
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: auto;
  margin-top: 6.5rem;
}
header.is-sticky .search .search-content {
  margin-top: 5rem;
}
header .search label {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}
header .search input {
  display: block;
  padding: .5rem 4rem .5rem 1rem;
  margin: 0;
  border: 0;
  width: 75%;
  max-width: calc(100vw - (55px * 2) - 2rem);
  min-height: 55px;
  font: inherit;
  appearance: none;
  border-radius: 10rem;
}
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;
  border-radius: 10rem;
  margin-left: -55px;
}
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;
  background: none;
  color: #fff;
}

/* -----------------------------------------------
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;
}
.search-results .pageteaser-teaser .image {
  max-width: 100px;
  margin: 0 1rem 1rem 0;
}

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

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

/* -----------------------------------------------
NAVIGATION COLUMNS CONTENT
----------------------------------------------- */

.navigation.columns > .navigation-menu > .navigation-list {
  grid-gap: 10px;
}
.navigation.columns li::after {
  content: none;
  padding-bottom: 0;
}
.navigation.columns .navigation-link {
  display: inherit;
  position: inherit;
  padding: 8px 8px 8px 14px;
  background: rgba(0,0,0,.05) !important;
  text-align: left;
  transition: background .25s;
}
.navigation.columns .navigation-link i {
  padding-right: 8px;
}
.navigation.columns .navigation-link:hover,
.navigation.columns .navigation-link:focus {
  background: rgba(0,0,0,.1) !important;
}

/* -----------------------------------------------
NAVIGATION TOP
----------------------------------------------- */
.nav-wrap {
  background: var(--lichtenfels-grey-15);
}
.nav-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  position: relative;
}
.navigation-main {
  transition: all .25s;
}
.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: 1rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  height: auto;
  white-space: nowrap;
  display: flex;
  color: #333;
  text-transform: uppercase;
}
.navigation-main .navigation > li.hover > a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  /*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: 1rem;
  right: 1rem;
  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;
}
.navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link {
  color: #333;
  padding: .25rem;
  text-transform: none;
  display: block;
}
.navigation-main .navigation li.navigation-item--level-2 > .navigation-link {
  font-weight: 600;
  text-transform: uppercase;
}
.navigation-main .navigation-level.navigation-level--level-3 i,
.navigation-main .navigation-level.navigation-level--level-4 i {
  display: none;
}

/* -----------------------------------------------
TEASER
----------------------------------------------- */
.pageteaser.grid-enabled .pageteaser-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}
.grid-disabled .pageteaser-teaser .image {
  margin-right: 1rem;
  width: 25%;
  float: none;
  flex-shrink: 0;
}
.pageteaser-teaser .image {
  border-radius: 50%;
  overflow: hidden;
  padding: 0 !important;
  /* height: 276px; */
}

.pageteaser-teaser .image::before {
  content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.pageteaser-teaser .image img{
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}

.pageteaser.grid-enabled .image {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
}

.pageteaser.grid-disabled .pageteaser-teaser:first-child {
  border-top: 1px solid #333;
  padding: 2rem 0;
}
.pageteaser.grid-disabled .pageteaser-teaser {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: flex-start;
}

.pageteaser-text-content {
  position: inherit;
  padding: 0;
}

.pageteaser .button {
	display: none;
}

/* -----------------------------------------------
TEASER CIRCLES
----------------------------------------------- */

.circle .pageteaser-teaser {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.circle .pageteaser-teaser::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 97.25%;
}
.circle .pageteaser-teaser .image {
  border-radius: 0;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}
.circle .pageteaser-teaser h3 {
  position: absolute;
  top: 40%;
  bottom: 0;
  background: rgba(93, 121, 18, .9);
  text-align: center;
  padding: 1rem;
  margin: 0;
  font-size: 1.1rem;
  width: 100%;
}
.circle .pageteaser-teaser h3 a {
  color: #fff;
}
.circle .pageteaser-teaser p,
.circle .pageteaser-teaser .button {
  display: none;
}

/* -----------------------------------------------
TEASER HALF-CIRCLES
----------------------------------------------- */

.pageteaser.circle.grid-enabled .pageteaser-content {
  grid-template-columns: 1fr 1fr 1fr;
}
.circle .pageteaser-teaser {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.circle .pageteaser-teaser::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 97.25%;
}
.circle .pageteaser-teaser .image {
  border-radius: 0;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}
.circle .pageteaser-teaser h3 {
  position: absolute;
  top: 40%;
  bottom: 0;
  background: rgba(93, 121, 18, .9);
  text-align: center;
  padding: 1rem;
  margin: 0;
  font-size: 1.1rem;
  width: 100%;
}
.circle .pageteaser-teaser h3 a {
  color: #fff;
}
.circle .pageteaser-teaser p,
.circle .pageteaser-teaser .button {
  display: none;
}

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

.quicklinks .black-text {
  position: relative;
  padding: .5rem 0;
}
.quicklinks .default-text + div, .quicklinks .default-text + div + div > p {
  margin-top: -.25rem;
}
.quicklinks a {
  color: #333;
}
.quicklinks p {
  margin: 0;
}
.quicklinks .black-text:first-child {
  padding: 0;
}
.quicklinks .black-text:first-child h4 {
  margin-bottom: 0;
}
.quicklinks .vivomedia-fontawesome-icon {
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 0.25rem;
  margin-left: 0;
  line-height: 1.25;
  color: #333;
  padding: .5rem 0;
}
.quicklinks .vivomedia-fontawesome-icon .fa-lg {
  font-size: 1.1rem;
  vertical-align: -.19rem;
}
.quicklinks .black-text p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #333;
}
.right .table, .right .table table {
  width: 100%;
}

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

.pageteaser h3 {
  margin: 0 0 .25rem;
  font-size: 1.2rem;
}
.slider {
  position: inherit;
}
.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;
}
main .button .button-content {
  padding: .35rem 1.1rem;
  border-radius: 3rem;
}
.button.full {
  width: 100%;
  text-align: center;
}
.button.solid.black-background .button-content {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.button.solid.black-background .button-content:hover,
.button.solid.black-background .button-content:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.button.solid.white-background .button-content {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.button.solid.white-background .button-content:hover,
.button.solid.white-background .button-content:focus {
  background-color: #eee;
  border-color: #eee;
  color: #333;
}
.button.ghost.black-background .button-content {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.button.ghost.black-background .button-content:hover,
.button.ghost.black-background .button-content:focus {
  background-color: #333;
  border-color: #333;
  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: #333;
}
.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: #333;
  border-color: #333;
}
.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;
}
.gdc-object.fullwidth {
  padding: .75rem 0;
}

/* -----------------------------------------------
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 {
  grid-row-start: end;
}
.breadcrumb__list {
  list-style-type: none;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 3rem;
}
main .breadcrumb ul li::before {
  content: none;
}
main .breadcrumb ul li {
  padding: 0;
}
main .breadcrumb ul li:first-child {
  display: none;
}
.breadcrumb__link {
  display: inline-block;
  margin: 0;
}
.breadcrumb__link a {
  background: none !important;
}
.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 2rem 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 #333;
}
.navigation-sidebar .navigation-link i {
  display: none;
}
.navigation-sidebar .navigation-item.navigation-item--level-1 > .navigation-link {
  padding:  0 0 .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 #333;
}
.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: #333;
}
.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 .navigation-level.navigation-level--level-5 {
  margin-left: 1rem;
}
.navigation-sidebar .navigation-level.navigation-level--level-5 > li {
  border-bottom: none;
}
.navigation-sidebar .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  padding: .75rem 1.25rem;
  color: #333;
}
.navigation-item.active > a > .fa-angle-right.fas {
  transform: rotate(90deg);
}
.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-item--level-4 .toggle-submenu {
  padding: 0 1.25rem .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,
.navigation-sidebar .navigation-item.navigation-item--level-5.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 {
  border-bottom: 1px solid #ccc !important;
}
/* 06.02.: Clear both eingebaut, da sonst hier beim Schwimmbad das untere Bild überlappt: https://lichtenfels.digiportal.de/leben-und-wohnen/freizeit/merania-hallenbad */
.accordion-title {
  background: none;
  text-align: left;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  clear: both;
}
.neos-backend .accordion-title {
  cursor: auto;
}
.accordion-content {
  border: 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-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-content {
  display: grid;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
/* #main::before {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -10px;
} */
.middle {
  display: grid;
  grid-template-rows: 1fr;
}
.no-sidebar {
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
}
.sidebar-right {
  grid-template-columns: minmax(640px, auto) minmax(248px, 380px);
}
.sidebar-left {
  grid-template-columns: minmax(248px, 380px) minmax(640px, auto);
}
.sidebar-left-right {
  grid-template-columns: minmax(248px, 380px) minmax(300px, auto) minmax(248px, 380px);
}
.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;
  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;
}
footer ul, footer p, footer a, footer table {
  font-size: .9rem;
}
footer h4 {
  font-size: 1.1rem;
}
footer h4 + p, footer h4 + .table {
  margin-top: .5rem;
  width: 100%;
}
footer h4 + .table table {
  width: 100%;
}
footer h4 + .table table p {
  margin: 0;
}
footer .vivomedia-fontawesome-icon {
  float: left;
  color: #fff;
  margin-right: .5rem;
  line-height: 1.4;
}
footer .table tr th,
footer .table tr td {
  border-bottom: 1px solid #fff;
}
footer .vivomedia-fontawesome-icon + .white-text 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;
  }
}
@media (max-width: 1200px) {
  .stage .container-image {
    position: absolute;
    height: auto;
  }
  .stage .container-image::before {
    content: none;
  }
}
@media(max-width: 1023px) {
  body {
      --header-height: 60px;
  }
  body.noscroll .header-wrap {
      background: #FFF;
  }
  body.noscroll .logo {
      display: none;
  }
  body:not(.noscroll) header .search,
  body:not(.noscroll) .accessibility,
  body:not(.noscroll) #header #tv,
  body:not(.noscroll) .contact-form {
      visibility: hidden;
      opacity: 0;
  }
  header .search > .search-toggle {
    top: -2.25rem;
    right: 4.5rem;
  }
  #header #tv {
    top: -2.25rem;
    right: 6rem;
  }
  .contact-form {
    top: -2.25rem;
    right: 8.65rem;
  }
  .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%;
  }
  .homepage .sidebar-right {
    grid-template-columns: 1fr !important;
  }
  .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;
  }
  .header-content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    width: 100%;
    height: 0;
    transition: all .25s;
    min-height: var(--header-height);
    border-radius: 0 0 5px 5px;
  }
  .header-content {
    padding: 0 2rem;
  }
  .container.padding-auto:first-of-type .container-content, .mehrspalter.padding-auto:first-of-type .mehrspalter-content {
    padding: 2rem 2rem 1rem 2rem !important;
  }
  .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;
  }
  .dataobject .container-content {
    padding: 2rem !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;
  }
  .logo:last-child {
    left: auto;
    right: 5rem;
  }
  .logo-img {
    padding: 1rem 0;
  }
  .breadcrumb__list {
    padding: 1rem 2rem;
  }
}
@media (max-width: 767px) {
  .do-detail.poi .do-intro.half,
  .do-detail.event .do-intro.half,
  .do-detail.service .do-intro.half,
  .do-detail.organisation .do-intro.half,
  .do-detail.contact .do-intro.half {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .pageteaser.grid-enabled .pageteaser-content {
    grid-template-columns: 1fr 1fr;
  }
}
@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: 540px) {
  
}
@media (max-width: 480px) {
	html {
		font-size: .9rem;
	}
	
    .pageteaser.grid-enabled .pageteaser-content {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
	}
  
	.pageteaser.grid-enabled .pageteaser-teaser {
	 	display: flex;
	  	align-items: flex-start;
	  	padding: 0 !important;
	}
	
	.pageteaser.grid-enabled .image {
	  	flex-shrink: 0;
	  	margin-right: 1rem;
	  	margin-bottom: 0;
	  	width: 25%;
	}
	
	.pageteaser.grid-enabled .pageteaser-text-content p {
	  	margin: 0;
	}
  
  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) {
  .header-content > a:first-of-type {
    width: 40vw;
    height: auto;
  }
  .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);
  }
}