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

*/
ol li::marker {
  content: normal;
}
@media (min-width: 768px) {
  .mobile-news {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-news {
    display: none !important;
  }
}

.stage .home-video {
  position: relative;
  overflow: hidden;
}
.stage .home-video video {
  position: absolute;
  left: 50%;
  top: 70%;
  width: 233.333vh;
  min-width: 100%;
  min-height: 56.25vw;
  -webkit-transform: translateX(-50%) translateY(-65%);
  -ms-transform: translateX(-50%) translateY(-65%);
  -moz-transform: translateX(-50%) translateY(-65%);
  transform: translateX(-50%) translateY(-70%);
}
.stage .home-video .container-content .text,
.stage .home-video .container-content .html {
  position: relative;
  z-index: 1;
}
.stage .home-video .text p {
  text-shadow: 0 0 5px #000;
}
.stage .home-video .container-content .html {
  z-index: 1;
}
.stage .home-video #demo {
  background: rgba(255,255,255,.75);
  width: auto;
  display: table;
  margin: 0 auto;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}
.stage .home-video #demo strong {
  display: block;
  font-size: 1.75rem;
}
.stage .home-video .scroll-down > a {
  background: rgb(0, 134, 199);
  color: white;
}
.stage .home-video .scroll-down > a:hover {
  background: rgb(0, 134, 199);
  color: white;
}

.navigation-item--level-1
{
	font-size:1.1em;
}
.do-detail.organisation .gdc-service-list {
  display: none;
}

/* Notiz header-special-element (Element und Styling muss noch entfernt werden) .*/
.account,
.accessibility,
#tv {
  display: none !important;
}
.do-detail.contact .gdc-service-list {
  display: none;
}

.container.contentwidth {
  max-width: var(--max-width);
}
.submit .btn:hover {
  background: var(--theme-color-primary-one) !important;
  border: 2px solid var(--theme-color-primary-one) !important;
}
.do-detail .do-intro .do-images:empty {
  display: none !important;
}

.do-datetime-table table tbody tr>th:nth-of-type(4) { display: none !important;}

/* -----------------------------------------------
OVERWRITE DIGIPORTAL
----------------------------------------------- 
.contact.do-detail > div:last-child { display: none; } */

/* -----------------------------------------------
INDIVIDUAL
----------------------------------------------- */

.grid-disabled.pageteaser .pageteaser-text-content {
  position: relative;
  padding: 0;
}
footer figure {
  margin: 0 auto;
}

/* -----------------------------------------------
GENERAL
----------------------------------------------- */
:root {
  --theme-color-accent-one: rgb(255, 204, 0);
  --theme-color-primary-one: #0086C7;
  --theme-color-preset-one: #0086C7;
  --theme-color-preset-two: rgb(255, 204, 0);
  --theme-color-text-one: #000000;
  --fc-button-bg-color: var(--theme-color-preset-one);
  --fc-button-text-color: #fff;
  --fc-button-border-color: #fff;
  --fc-button-hover-bg-color: var(--theme-color-preset-two);
  --fc-button-hover-border-color: #fff;
  --fc-button-active-bg-color: var(--theme-color-preset-two);
  --fc-button-active-border-color: #fff;
  --fc-page-bg-color: var(--theme-color-preset-one);
  font-size: 1em !important; 
  --max-width: 1372px;
  --border-radius: 5px;
  --grid-gap: 2rem;
}



body {
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: #111111;
  --header-height: 5.7rem;
  --initial-header-height: 5.7rem;
  --fixed-header-height: 5.7rem;
  background-color: #F5F5F5;
}

body.noscroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  hyphens: none;
  scroll-margin-top: var(--fixed-header-height);
}

a {
  text-decoration: none;
  outline: none;
  color: var(--theme-color-primary-one);
}

#main a:hover,
#main a:active,
#main a:focus {
  color: var(--theme-color-primary-one);
}
.middle a:hover,  
.middle a:focus, 
.middle a:active,
.service a:hover,  
.service a:focus, 
.service a:active {
    text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
}

main ul,
main ol {
  margin: 0 0 1rem 0;
}

main ul {
  list-style-type: none;
  padding: 0;

}

main ul li {
  padding: 0 0 0 .65rem;
  margin: 0 0 .5rem;
  position: relative;
}

main ul li::before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .5rem;
  font-size: .3em;
  position: absolute;
  left: 0;
  top: .4rem;
  line-height: 2;
}

p, ul, ol, table {
  margin: 0 0 1rem 0;
  font-size: 0.889rem;
}

svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

img {
  width: 100%;
}

.modal img {
  height: auto;
}

img+div,
form+div {
  background-image: none !important;
}

form li::before,
form ul::before {
  display: none;
}

strong,
b {
  font-weight: 600;
}

.stage {
  position: relative;
  padding-top: var(--initial-header-height);
}

div::after {
  content: "";
  display: table;
  clear: both;
}
#modalAppointment h5 {
  margin-bottom: 1rem;
}
footer .columns3 .mehrspalter-content .spalte:first-child a {
  color: var(--theme-color-primary-one);
}
footer .columns3 .mehrspalter-content .spalte:first-child a:hover {
  text-decoration: underline;
}

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

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  #header,
  #footer,
  .jumpmarks,
  iframe,
  .progress-container {
    display: none !important;
  }
}

/* -----------------------------------------------
DIGIPORTAL OVERRIDE
----------------------------------------------- */


#header #tv {
  text-indent: -9999px;
  background: none;
  box-shadow: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding: .25rem .5rem;
}

#header #tv::after {
  content: "\f274";
  font-family: "Font Awesome 5 Free";
  color: #111;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0px;
  font-size: 1rem;
}

#header #tv:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-color-primary-one);
}

#header .account {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 1.25rem;
  display: flex;
  align-items: center;
}

#header .account .account-login {
  text-indent: -9999px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 0;
  background: none;
  text-transform: inherit;
  position: relative;
  box-shadow: none;
  padding: .25rem .5rem;
  margin: 0;
  transition: none;
}

#header .account .account-login::after {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  color: #111;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0px;
  font-size: 1rem;
}

#header .account .account-login:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-color-primary-one);
}

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

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

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

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

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

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

body.dark a:focus-visible {
  outline: 2px solid #FFF !important;
}

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

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

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

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

body.dark .header .header-wrap {
  background: var(--theme-darkmode-background-default);
}

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

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

body.dark .navigation-main .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);
}

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

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

body.dark .logo-img.sticky {
  display: block !important;
}

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

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.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);
}

/* -----------------------------------------------
  SPECIAL ELEMENTS
  ----------------------------------------------- */

body.dark .column-address {
  background: var(--theme-darkmode-background-default) !important;
}

body.dark .column-address .black-text:nth-of-type(2) {
  background: rgb(122 122 122 / 15%) !important;
}

body.dark .container.news,
body.dark .mehrspalter.footer-multicolumn {
  background: var(--theme-darkmode-background-default) !important;
}

body.dark .pageteaser-teaser {
  background: var(--theme-darkmode-background-preset) !important;
}

body.dark .pageteaser-teaser>ul {
  background: var(--theme-darkmode-background-default) !important;
}

body.dark .partners .slick-prev,
body.dark .partners .slick-next {
  background: var(--theme-darkmode-background-default) !important;
}

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

body.dark .accordion-title {
  background: var(--theme-darkmode-background-default) !important
}

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

body.dark .accordion-title i {
  background: var(--theme-darkmode-background-default) !important;
}

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

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

body.dark .navigation-sidebar>ul>.navigation-item--state-active>a:first-of-type {
  background: var(--theme-darkmode-background-default);
  color: #FFF;
}

/* -----------------------------------------------
  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 textarea {
  color: var(--theme-darkmode-foreground-one);
}

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

@media(max-width: 1023px) {
  body.dark.noscroll .header-wrap {
    background: var(--theme-darkmode-background-default) !important;
  }
}

@media (max-width: 1350px) {

  body.dark.article-site .offcanvas-toggle .line,
  body.dark .header.is-sticky .offcanvas-toggle .line,
  body.dark.noscroll .offcanvas-toggle .line {
    background-color: var(--theme-darkmode-foreground-one);
  }
  .pageteaser.grid-enabled .pageteaser-teaser h3 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1250px) {
  .pageteaser.grid-enabled .pageteaser-teaser h3,
  #main .columns.images-enabled.navigation .navigation-link > span {
    font-size: 1.25rem !important;
  }
}

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

.table {
  width: calc(100% + 1rem);
  margin: -.5rem;
  table-layout: fixed;
}

.table table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}

.table th,
.table td {
  padding: .5rem;
  vertical-align: top;
}

.table thead tr th {
  background: rgb(142 142 142 / 15%);
}

.table tbody tr:nth-of-type(even) th,
.table tbody tr:nth-of-type(even) td {
  background: rgb(142 142 142 / 15%);
}

.table th {
  text-align: left;
}
.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;
}
.do-back,
.gdc-object.gdc-object-connected-events *,
.do-detail .do-intro-content * {
  font-size: 0.889rem;
}
.do-back::before {
  font-size: 1rem;
  padding-right: .25rem;
}
.gdc-object.gdc-object-connected-events {
  grid-template-columns: 1fr;
}
.gdc-object.gdc-object-connected-events .gdc-image {
  display: none;
}

/* -----------------------------------------------
HEADLINES
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

h1,
.do-detail h1 {
  font-size: 1.778rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .5rem;
}

h4 {
  font-size: 1.06em;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

ul+h2,
p+h2,
p+h3 {
  margin-top: 3rem;
}

h2 ~ h3 {
  margin-top: 2rem;
}

.stage h1 {
  font-size: 3rem;
  text-shadow: 0 0 5px #000;
}

.stage h2 {
  font-size: 2rem;
  font-family: marine, sans-serif;
  font-weight: 300;
  text-shadow: 0 0 4px #000;
}

.homepage .middle h1 {
  font-size: 2.5rem;
}
.navigation.columns .navigation-link {
  text-align: left !important;
  align-items: flex-start;
  justify-content: flex-end;
}



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

.black-text {
  color: #111;
}

.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: 9999;
  opacity: 1;
  background: var(--theme-color-primary-one);
}

.jumpmarks a {
  color: #FFF;
  display: inline-block;
  line-height: var(--header-height);
  padding: 0 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: transparent;
}

.jumpmarks:focus-within a {
  color: #FFF;
}

.jumpmarks a:focus {
  background: #FFF;
  color: var(--theme-color-primary-one);
}

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

header {
  padding: 0 !important;
}

.header-wrap {
  position: fixed;
  z-index: 9;
  width: 100%;
  box-shadow: none;
  background: #FFF;
  box-shadow: 0px 0px 50px rgb(17 17 17 / 25%);
  border-bottom: 3px solid var(--theme-color-accent-one);
  height: 5.7rem;
}

.header-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width);
  height: auto;
  transition: height .25s ease;
  display: grid;
  grid-template-columns: 222px auto;
  padding: 0 2rem;
}

.header-content::after {
  display: none;
}

.logo,
.header-content-wrap {
  display: flex;
  justify-content: end;
  align-items: end;
}

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

.stage-header .button {
  position: relative;
  z-index: 2;
}

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

.stage-header .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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

.logo:focus-visible .logo-img {
  outline: 2px solid #000;
  outline-offset: 5px;
}

.logo-img {
  width: 222px;
  height: auto;
  transition: all .25s ease;
}

.logo-img.sticky {
  display: none;
}

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

.stage .container-content {
  width: 100%;
}

.stage div.padding-auto:first-of-type:last-of-type .container-content {
  padding: 3rem !important;
}

.stage .container-content .text,
.stage .container-content .button {
  position: relative;
  padding: 0 0 0 1rem;
}

.stage .container-content .button {
  display: flex;
  margin: 1rem 0 0 0;
}

.logo {
  display: block;
  position: relative;
  bottom: -1.8rem;
}

.stage .container-content .text h1,
.stage .container-content .text h2 {
  margin: 0;
}

.header-special-element {
  display: none;
}

.hse-one {
  position: relative;
  background: #0072AE50;
  margin: 0 0 0 -3rem;
}

.hse-two {
  position: relative;
  background: #FEF10250;
  margin: 0 -6rem 0 -.5rem;
}

.hse-one::before {
  content: "";
  width: .65rem;
  display: block;
  position: absolute;
  right: -.45rem;
  top: 0;
  bottom: 0;
  background: var(--theme-color-primary-one);
}

.hse-one::after {
  content: "";
  width: calc(2rem + 2px);
  display: block;
  position: absolute;
  right: calc(-2.5rem - 2px);
  top: 0;
  bottom: 0;
  background: var(--theme-color-preset-three);
}

.container-image.default-overlay::after {
  background: rgb(0, 72, 110);
  background: -moz-linear-gradient(0deg, rgba(0, 72, 110, 0.75) 0%, rgba(0, 72, 110, 0.2) 95%);
  background: -webkit-linear-gradient(0deg, rgba(0, 72, 110, 0.75) 0%, rgba(0, 72, 110, 0.2) 95%);
  background: linear-gradient(0deg, rgba(0, 72, 110, 0.75) 0%, rgba(0, 72, 110, 0.2) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00486e", endColorstr="#00486e", GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

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

.toggle-fontsize {
  display: none;
}

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

.fontsize-info li {
  margin: 0.5rem 0;
  white-space: nowrap;
}

.fontsize-info li:first-child {
  font-weight: 600;
}

.fontsize-info span {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  padding: 1px 5px;
  background: var(--theme-color-primary-one);
}

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

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

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

.search-results .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background: var(--theme-color-primary-one);
  color: #FFF;
  font-size: 1rem;
}

.search-results .clearfix {
  margin-bottom: .75rem;
}

.search-results .page-navigation {
  overflow-x: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.search-results .neos-widget-paginator {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-results>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search-results>form+.page-navigation {
  display: none;
}

.search-results>ul li {
  padding: 0;
  margin: 1rem 0 0;
}

.search-results>ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.search-results>ul li::before {
  display: none;
}

.search-results h3 {
  font-size: inherit;
}

.search-results .page-navigation li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  transition: all .25s;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

.search-results .page-navigation li::before,
.search-results .page-navigation li::after {
  display: none;
}

.search-results .page-navigation li:not(.previous):not(.before-current):not(.current):not(.after-current):not(.next) {
  display: none;
}

.search-results .page-navigation li.current {
  background: var(--theme-color-primary-one);
  color: #FFF;
}

.search-results .page-navigation li.previous a,
.search-results .page-navigation li.next a {
  text-indent: -9999px;
}

.search-results .page-navigation li.previous a::after,
.search-results .page-navigation li.next a::after {
  font-family: 'Font Awesome 5 Free';
  float: left;
  text-indent: 0;
}

.search-results .page-navigation li.previous a::after {
  content: "\f053";
}

.search-results .page-navigation li.next a::after {
  content: "\f054";
}

.search-results .page-navigation a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
}

.search-results .page-navigation a:focus {
  outline: auto;
}
.nodesearch-result .row {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.nodesearch-result .row *:empty {
  display: none;
}
.nodesearch-result .row p {
  margin: 0 !important;
}
.search-result-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.search-result-title a:hover {
  text-decoration: underline;
}
.do-detail.service {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  overflow: visible;
  display: inherit;
  box-shadow: none;
  z-index: auto;
  transition: none;
  border-radius: inherit;
}

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

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

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

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

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

.navigation-main {
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: Roboto;
}
@media (max-width: 1650px) {
  .navigation-main {
    font-size: .9rem;
  }
  .navigation-main .navigation > li > a {
    margin-left: .5rem !important;
  }
}
@media (max-width: 1275px) {
  .navigation-main {
    font-size: .8rem;
  }
  .navigation-main .navigation > li > a {
    margin-left: .25rem !important;
  }
}

.navigation-main a:hover {
  text-decoration: none;
}

.navigation-main .navigation {
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
  flex-flow: row wrap;
  justify-content: end;
}

.navigation-main .navigation>li {
  text-transform: uppercase;
  position: relative;
}

.navigation-main .navigation>li.hover::after {
  content: "";
  position: absolute;
  top: 2.95rem;
  width: 0;
  right: 50%;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  transform: translate(50%);
  z-index: 1;
}

.navigation-main .navigation>li>a {
  padding: .25rem;
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: 700;
  display: block;
  color: #111;
  line-height: 1;
}
.navigation-main .navigation li .navigation-link:hover {
  color: var(--theme-color-primary-one) !important;
}

.navigation-main .navigation>li.hover>a::before {
  content: "";
  position: absolute;
  bottom: -45px;
  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;
  z-index: 4;
}


.navigation-main .navigation>li.hover>a::after {
  visibility: visible;
  opacity: 1;
}

.navigation-main .navigation>li.navigation-item--state-active>a {
  color: var(--theme-color-primary-one);
}

.navigation-main .navigation li:not(.navigation-item--level-1).navigation-item--state-current>a {
  font-weight: 700;
}

.navigation-main .open-submenu {
  display: none !important;
}

.navigation-main .navigation .navigation-level--level-2 {
  display: grid;
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  top: var(--initial-header-height);
  margin: 1rem auto 0;
  width: 100%;
  max-width: 1300px;
  padding: 2rem;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem var(--grid-gap);
  pointer-events: none;
  background: white;
  border-radius: var(--border-radius);
  text-align: left;
  box-shadow: 0px 100vh 100px 100vh rgba(0, 0, 0, 0.25);
}

.navigation-main .navigation>li:hover~li .navigation-level--level-2 {
  z-index: 0;
}

.navigation-main .navigation .navigation-level--level-2>li>a {
  font-size: 1rem;
  font-weight: bold;
}

.navigation-main .navigation .navigation-level--level-2>li {
  position: relative;
  font-size: 0.889rem;
  font-weight: normal;
}

.navigation-main .navigation .navigation-item--level-1.hover>ul,
.navigation-main .navigation .navigation-item--level-1:focus-within>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navigation-main .navigation .navigation-level--level-4 {
  display: none;
}

.navigation-main .navigation li a {
  position: relative;
  text-decoration: none;
}

.navigation-main .navigation li:not(.navigation-item--level-1) .navigation-link {
  padding: .1rem 0;
  text-transform: none;
  display: block;
}

.navigation-main .navigation li.navigation-item--level-2 > .navigation-link {
  font-weight: 700;
  font-size: 1rem;
  color: #111;
}

.navigation-main .navigation li.navigation-item--level-3 > .navigation-link {
  color: #111;
  font-size: .9rem;
}

/* -----------------------------------------------
EVENT HERO
----------------------------------------------- */

.event-hero {
  padding: 3rem;
  margin-top: 2rem;
}

.event-hero .gdc-list>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.event-hero .gdc-object {
  margin: 3rem 0 0 0;
  padding: 0;
  border-bottom: none;
}

.event-hero .container-image img {
  object-position: bottom;
}

.event-hero .gdc-content.calendar-sheet {
  display: grid;
  grid-template-columns: 107px auto;
  grid-template-rows: max-content;
  align-content: start;
  align-items: start;
  justify-content: start;
  column-gap: 1rem;
  background: #fff;
}

.event-hero .calendar-sheet .gdc-date {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 10;
  margin-right: 0;
  background: var(--theme-color-primary-one);
  color: #fff;
  height: 100%;
}

.event-hero .gdc-description {
  display: none;
}

.event-hero .button.center {
  margin: 3rem 0 0 0;
}

.gdc-time {
  font-size: 1rem;
  grid-row-start: 2;
}

.gdc-title {
  margin: 1rem 1rem 0 0;
}

/* -----------------------------------------------
EVENT CALENDAR
----------------------------------------------- */
#calendar table {
  margin: 0;
}
.fc-col-header {
  margin: 0;
}
.fc-col-header-cell .fc-scrollgrid-sync-inner {
  background: var(--theme-color-preset-one);
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #000 !important;
}
.fc-list-day-cushion.fc-cell-shaded {
  background: none !important;
}
#main .fc-daygrid-event:hover {
  background: var(--theme-color-preset-one) !important;
  color: #fff;
}
.fc-daygrid-event {
  max-height: 5rem;
  overflow: hidden;
}

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

.pageteaser .pageteaser-teaser>span {
  font-style: normal !important;
}

.pageteaser.grid-enabled {
  overflow: visible;
  margin-bottom: 3rem;
}

.pageteaser.grid-enabled * {
  transition: all .3s;
}

.pageteaser.grid-enabled .pageteaser-teaser {
  position: relative;
  overflow: hidden;
  background: #f4f7fa;
  border-radius: var(--border-radius);
}

.pageteaser.grid-enabled .pageteaser-teaser ul {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.pageteaser.grid-enabled .pageteaser-teaser ul>li {
  font-size: 0.889rem;
  margin: 0;
  opacity: 1;
}

.pageteaser.grid-enabled .pageteaser-teaser h3 {
  display: inline-block;
  position: absolute;
  top: 4.5rem;
  font-size: 1.778rem;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.1;
}

.pageteaser.grid-enabled .pageteaser-teaser p {
  opacity: 0;
  position: absolute;
  bottom: 0;
  font-size: 0.889rem;
  margin: 0;
  bottom: 0;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.3;
  top: 4.5rem;
}

.pageteaser.grid-enabled .pageteaser-teaser:hover p {
  opacity: 1;
}

.pageteaser.grid-enabled .pageteaser-teaser:hover h3 {
  opacity: 0;
}

@media (max-width: 490px) {
  .pageteaser.grid-enabled .pageteaser-teaser:hover h3 {
    opacity: 1;
  }
}

@media (min-width: 491px) {
  .pageteaser.grid-enabled .pageteaser-teaser h3 {
    transition: none;
  }
  .pageteaser.grid-enabled .pageteaser-teaser:hover h3 {
    z-index: 2;
  }
  .pageteaser.grid-enabled .pageteaser-teaser:hover .pageteaser-text-content h3 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .pageteaser.grid-enabled .pageteaser-teaser:hover .pageteaser-text-content h3 a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.pageteaser.grid-enabled .pageteaser-teaser .button {
  margin: 0 !important;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.pageteaser.grid-enabled .pageteaser-teaser .button span {
  text-transform: lowercase;
  border: 0 !important;
  padding: 0;
  background: none !important;
  font-size: 0.889rem;
  font-weight: normal;
  font-weight: 600;
}

.pageteaser.grid-enabled .pageteaser-teaser .button span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: .8rem;
  font-weight: 700;
  margin-right: .25rem;
}

.pageteaser.grid-enabled .pageteaser-teaser .pageteaser-text a::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}
.pageteaser-teaser a {
  width: 100%;
  height: 100%;
}
.pageteaser-teaser a:hover,
.pageteaser-teaser a:focus,
.pageteaser-teaser a:active {
  text-decoration: underline;
}
.pageteaser.grid-enabled .pageteaser-teaser a:hover,
.pageteaser.grid-enabled .pageteaser-teaser a:focus,
.pageteaser.grid-enabled .pageteaser-teaser a:active {
  color: #fff !important;
  text-decoration: none;
}
.pageteaser.grid-enabled .image {
  margin: 0;
  max-height: 273px;
  height: 100%;
}

.pageteaser.grid-enabled .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--theme-color-preset-two);
  opacity: .75;
}

.pageteaser.grid-enabled .pageteaser-teaser .image~*,
.pageteaser.grid-enabled .pageteaser-teaser .image~* * {
  color: #FFF;
}

.pageteaser.grid-enabled .pageteaser-teaser .image::before {
  background: #0086C7;
}


.pageteaser.grid-disabled .image {
  width: 17.5%;
  padding-bottom: 0;
}
.pageteaser.grid-disabled .image .image-copyright {
  right: .5rem;
}
.pageteaser.grid-disabled .image img {
  border-radius: var(--border-radius);
  object-fit: cover;
  height: 100%;
  position: absolute;
}
.pageteaser.grid-disabled .pageteaser-teaser {
  display: grid;
  grid-template-columns: 25% auto;
  grid-column-gap: 1rem;
}
.pageteaser.grid-disabled .pageteaser-teaser.no-image {
  grid-template-columns: 1fr;
}
.pageteaser.grid-disabled .pageteaser-teaser:not(:last-child),
.pageteaser.grid-disabled .pageteaser-teaser {
  border-top: 2px solid #DDDDDD;
  padding: 1rem 0 1rem 0;
  margin-bottom: 0;
}
.pageteaser.grid-disabled .pageteaser-teaser > h3,
.pageteaser.grid-disabled .pageteaser-teaser > p {
  margin-left: 170px;
}
.pageteaser.grid-disabled div.image.left.width25 {
  width: 100%;
  padding: 0;
}
.pageteaser.grid-disabled .pageteaser-teaser .button>.button-content span {
  border: none;
  font-weight: bold;
  padding: 0;
  font-size: inherit;
}
.pageteaser.grid-disabled .pageteaser-teaser .button > .button-content:hover span {
  background: inherit;
  color: var(--theme-color-preset-one);
}

.pageteaser.grid-disabled .pageteaser-teaser .button>.button-content span::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: .9rem;
  margin-right: .25rem;
}

.pageteaser.pageteaser.grid-disabled .pageteaser-teaser h3 {
  font-size: 1.125rem;
}
.pageteaser-text-content {
  padding: 0 !important;
}
/* .pageteaser-teaser .image a {
  height: 100%;
  position: relative;
} */
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




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

.slider {
  position: relative;
}

.slider .slick-track {
  cursor: grab;
  display: flex;
}
.slick-list.draggable {
  height: auto !important;
}

.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;
}

.slick-prev,
.slick-next {
  transform: none !important;
  color: black;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-prev {
  left: 35%;
}


.slick-next:hover,
.slick-next:focus,
.slick-next:active,
.slick-next {
  right: 35%;
}
.slick-next:hover,
.slick-next:focus,
.slick-next:active,
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
  color: var(--theme-color-accent-one);

}


.slick-prev,
.slick-next {
  top: unset;
  bottom: -3rem;
  padding: .5rem;
}

.slider .pageteaser>* {
  overflow: visible;
}

.slick-dots {
  bottom: -2.5rem;
}

.slider:before {
  content: none;
}

.showall .button-content {
  position: absolute;
  color: black;
  top: -2.5rem;
  right: 2rem;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.showall .button-content:hover {
  cursor: pointer;
  color: var(--theme-color-primary-one);
}
.showall .button.ghost a > * {
  border: none;
}
.showall .button-content > i {
  width: auto !important;
  padding: .85rem .5rem .85rem .85rem !important;
}


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

.button .button-content {
  font-size: 0.889rem;
  font-weight: 700;
  border-radius: 0;
}

.button .button-content > * {
  padding: .5rem .75rem;
  transition: none;
}

.button .button-content > i {
  width: 50px;
  font-size: 1.2em;
}

.button.solid.white-background a>i {
  background: var(--theme-color-primary-one);
  border-color: var(--theme-color-primary-one);
  color: #FFF;
}

.button.solid.white-background a:hover>span,
.button.solid.white-background a:focus>span,
.button.solid.white-background a:active>span {
  background: var(--theme-color-primary-one) !important;
  border-color: var(--theme-color-primary-one) !important;
}

.button.solid.white-background a:hover>i,
.button.solid.white-background a:focus>i,
.button.solid.white-background a:active>i {
  background: var(--theme-color-primary-one) !important;
  border-color: var(--theme-color-primary-one) !important;
}

.button.solid.default-background a>span {
  background: var(--theme-color-preset-one);
  border-color: var(--theme-color-preset-one);
  color: #fff;
}

.button.solid.default-background a>i {
  background: var(--theme-color-preset-one);
  border-color: var(--theme-color-preset-one);
  color: #fff;
}

.button.solid.default-background a:hover>span,
.button.solid.default-background a:focus>span,
.button.solid.default-background a:active>span {
  background: var(--theme-color-preset-two);
  border-color: var(--theme-color-preset-two);
  color: #000;
}

.button.solid.default-background a:hover>i,
.button.solid.default-background a:focus>i,
.button.solid.default-background a:active>i {
  background: var(--theme-color-preset-two);
  border-color: var(--theme-color-preset-two);
  color: #000;
}

.button.ghost.default-background a>span {
  border-color: var(--theme-color-preset-one);
  color: var(--theme-color-preset-one);
}
.button.ghost.default-background a:hover>span,
.button.ghost.default-background a:focus>span,
.button.ghost.default-background a:active>span {
  background: var(--theme-color-preset-one);
  border-color: var(--theme-color-preset-one);
  color: #fff;
}

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

.navigation.columns li::after {
  padding-bottom: 47%;
}
.stage .navigation-list li {
  min-height: 140px;
}
.stage .navigation.columns.images-enabled .navigation-list .navigation-link {
  background: rgba(0, 135, 199, 0.85);
  font-weight: 700;
  color: #FFF;
  align-items: flex-end;
  padding: .5rem;
}
.stage .navigation.columns.images-enabled .navigation-list .navigation-link:hover {
  background: var(--theme-color-accent-one);
  color: #000;
}
.stage .navigation.columns.images-enabled .navigation-list .navigation-link:hover > .image img {
  filter: invert(1);
}

.navigation.columns + .navigation.columns {
  margin-top: 1.5rem;
}
.startbild .navigation.columns.images-enabled .navigation-link>span {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.112rem;
  z-index: 2;
}
.slider.disabled-background {
  padding: 0 2rem;
}
.navigation.columns .navigation-link {
  padding: 1.5rem;
}
.columns.images-enabled.navigation[data-layout="33-33-33"] li::after {
  padding-bottom: 72%;
}
.columns.images-enabled.navigation {
  margin-top: 2.5rem;
}
.stage .columns.images-enabled.navigation {
  margin-top: 5rem;
}


.startbild .navigation.columns.images-enabled .navigation-link>.image {
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 15.5%;
  min-width: 35px;
}

.navigation.columns.images-enabled .navigation-link>.image::before {
  display: none;
}

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

#main .columns.images-enabled.navigation .navigation-link{
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0.9) 85%);
  display: flex;
  flex-direction: column;
}
#main .columns.images-enabled.navigation .navigation-link:hover {
  background: linear-gradient(180deg, rgba(255, 204, 0, .45) 0%, rgba(255, 204, 0, 0.9) 85%);
  color: #000 !important;
}
#main .columns.images-enabled.navigation .navigation-link > span{
  font-size: 1.775rem;
  font-weight: bold;
  transform: none;
  left: 1.5rem;
  top: calc(100% - 7rem);
  z-index: 2;
  line-height: 1.25;
}
#main .columns.images-enabled.navigation .navigation-link > p{
  font-size: 1rem;
  font-weight: normal;
  transform: none;
  text-align: left;
  max-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}

#main .columns.images-enabled.navigation .navigation-link:hover,
#main .columns.images-enabled.navigation .navigation-link:focus, 
#main .columns.images-enabled.navigation .navigation-link:active  {
  color: white;
}

#main .columns.images-enabled.navigation .navigation-link:hover >.image.left.width100,
#main .columns.images-enabled.navigation .navigation-link > .image{
  height: 100%;
  min-height: 100%;
  transform: none !important;
  z-index: -1;
}
#main .columns.images-enabled.navigation .navigation-link:hover >.image.left.width100 > img{
  filter: none;
}

#main .columns.images-enabled.navigation .navigation-link >.image.left.width100 > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


/* -----------------------------------------------
STARTBILD
----------------------------------------------- */
/* TODO: Center */
.startbild .columns {
  padding-bottom: 7.5rem;
}

.startbild .columns nav {
  /* justify-items: center; */
}

.startbild .columns nav ul {
  max-width: var(--max-width);
  margin: 0 auto;
}

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

.scroll-down {
  position: absolute;
  bottom: -1.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.scroll-down > a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: var(--theme-color-accent-one);
  color: var(--theme-color-text-one);
  text-decoration: none;
}

.scroll-down > a:hover,
.scroll-down > a:focus-visible {
  background: #DFB300;
}

.scroll-down > a > i {
  font-size: 2rem;
}

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

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

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

.no-sidebar .breadcrumb {
  display: none;
}

.breadcrumb {
  padding: 2rem;
  padding-bottom: 0;
  font-size: .889rem;
}

.breadcrumb__list {
  list-style-type: none;
  max-width: var(--max-width);
  margin: 0 auto;
}

.breadcrumb__list>li:first-of-type {
  display: none;
}

.breadcrumb__list>li:nth-of-type(2) a::before {
  content: "\f015";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  text-indent: 0;
  float: left;
  margin-top: -1px;
  font-size: .889rem;
}

.breadcrumb__list>li:nth-of-type(2) a {
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  display: table;
  font-size: 0;
}

.breadcrumb__link {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumb__link a {
  color: var(--theme-color-primary-one);
  font-weight: 700;
}

.breadcrumb__link.current {
  color: #939393;
  font-weight: 400;
}

.breadcrumb__link:not(.current)::after {
  content: "/";
  color: #939393;
  padding: 0 .5rem;
}

.breadcrumb__link::before {
  display: none;
}
/* -----------------------------------------------
PAGETOOLS MIXIN
----------------------------------------------- */

.pagetools {
  font-size: 0.889rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 2rem 0;
  margin: 0 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, .25);
}
.pagetools::after {
  content: none;
}

.pagetools > .scroll-top,
.pagetools .print {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.pagetools i {
  margin-right: .25rem;
  color: var(--theme-color-primary-one);
}
.pagetools a {
  color: #000;
  font-weight: bold;
}
.pagetools a:hover {
  color: var(--theme-color-primary-one);
}



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

.navigation-sidebar {
  padding: 2rem 2rem;
}

.navigation-sidebar .navigation {
  overflow: hidden;
}

.navigation-sidebar .navigation .navigation-item--level-1>.navigation-link {
  font-size: .889rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: .4rem 0 .4rem 0;
}

.navigation-sidebar .navigation-item--level-1:not(.active) {
  display: none;
}

.navigation-sidebar .navigation-item {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

.navigation-sidebar .navigation-level:not(.navigation-level--level-1) {
  display: none;
}

.navigation-sidebar .navigation-item::before {
  display: none;
}

.navigation-sidebar .navigation-link {
  display: block;
  padding: .4rem 0 .4rem 0;
  color: #111;
}

.navigation-sidebar .navigation-item.navigation-item--state-active:not(.navigation-item--level-1)>.navigation-link {
  color: var(--theme-color-primary-one);
  font-weight: bold;
}

.navigation-sidebar .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  padding: .4rem 1rem .4rem 1rem;
  color: #111;
}
.navigation-sidebar .navigation-item.active>.open-submenu>i {
  transform: rotate(90deg);
  color: var(--theme-color-primary-one);
}

.navigation-sidebar .navigation-item--level-1.active>.open-submenu>i {
  display: none;
}


.navigation-sidebar .navigation-item--level-1>.toggle-submenu {
  top: 3px;
}

.navigation-sidebar .navigation-item--level-2>.toggle-submenu {
  top: 5px;
}

.navigation-sidebar .navigation-item--level-3>.toggle-submenu {
  top: -5px;
}

.navigation-sidebar .navigation-level.navigation-level--level-3 {
  margin-bottom: 1rem;
}

/* .navigation-sidebar .navigation .navigation-item--level-1 {
  border-bottom: 1px solid;
} */
.navigation-sidebar .navigation .navigation-item--level-2 {
  border-bottom: 1px solid black;
}

.navigation-sidebar .navigation .navigation-item--level-1>.navigation-link {
  border-bottom: 1px solid black;
}
.navigation-item.navigation-item--level-3 {
  margin-bottom: .25rem;
}

.navigation-sidebar .navigation .navigation-item--level-2>.navigation-link {
  font-size: .889rem;
  padding: .6rem 0;
  font-weight: 600;
}

.navigation-sidebar .navigation .navigation-item--level-3>.navigation-link {
  padding: 0rem;
  font-size: .889rem;

}

.navigation-sidebar .navigation .navigation-item--level-4>.navigation-link {
  padding: .1rem 0 .1rem 1rem;
  font-size: .9rem;
}

.navigation-sidebar .navigation-item--level-3 .navigation-link {
  padding-left: 1.25rem;
}

.navigation-sidebar .navigation-item--level-4 .navigation-link {
  padding-left: 1.5rem;
}

.navigation-sidebar .navigation-item--level-5 .navigation-link {
  padding-left: 1.75rem;
}

.navigation a {
  background: none;
}





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

.accordion {
  border: 0;
}

.accordion-title {
  background: #ececed;
  padding: .75rem 5rem .75rem 1.5rem;
  border: 0;
  margin: 1rem 0 0;
}

.accordion-title i {
  height: 100%;
  background: #c5c7c8;
  top: 0;
  transform: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  min-width: 53px;
  font-size: 1.75em;
}

.accordion-title i::before {
  content: "\f067";
}

.accordion-title.ui-state-active i::before {
  content: "\f068";
}

.accordion-title h1,
.accordion-title h2,
.accordion-title h3,
.accordion-title p {
  font-size: 1.25em;
  font-weight: 600;
  color: #000;
}

.accordion-content {
  padding: 2rem 1.5rem;
}

.accordion-title.ui-state-active {
  background: #FEDC55;
}

.accordion-title.ui-state-active h1,
.accordion-title.ui-state-active h2,
.accordion-title.ui-state-active h3,
.accordion-title.ui-state-active p {
  color: #000;
}

.accordion-title.ui-state-active i {
  background: var(--theme-color-primary-one);
}
.accordion-title.ui-state-default {
  text-align: inherit;
}
.accordion-content a {
  color: var(--theme-color-preset-one);
}
.accordion-content a:hover,
.accordion-content a:focus,
.accordion-content a:active {
  text-decoration: underline;
}

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

.article-site .stage {
  display: none;
}

#main.article {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: var(--initial-header-height);
}

.fixed-top {
  position: fixed;
  top: var(--header-height);
  ;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all .25s;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  height: 2px;
  display: block;
}

.progress-bar {
  width: 0%;
  display: block;
  height: inherit;
}

.article-header {
  padding: 3rem 2rem 2rem;
}

.article .read-time,
.article .published-on {
  display: inline-block;
}

.article .read-time>span:first-child,
.article .published-on>span:first-child {
  font-weight: bold;
}

.article .eta {
  padding-right: 1rem;
}

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

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

.container {
  overflow: visible;
  display: flex;
}

.container.padding-both .container-content {
  padding: 3rem 2rem !important;
}

.container.padding-top .container-content {
  padding: 3rem 2rem 0 2rem !important;
}

.container.padding-bottom .container-content {
  padding: 0 2rem 3rem 2rem !important;
}

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

.mehrspalter-content {
  max-width: none;
}

.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 !important;
}
.stage div.padding-auto:first-of-type .container-content,
.stage div.padding-auto:first-of-type .mehrspalter-content {
  padding: 0 2rem !important;
}

div.padding-auto:last-of-type .container-content,
div.padding-auto:last-of-type .mehrspalter-content {
  padding: 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 !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;
}

.main-content .middle div.container .container-content {
  padding: 2rem;
}

.container.grey-background {
  background: var(--theme-color-preset-two);
}

.right div.padding-auto .container-content,
.right div.padding-auto:first-of-type:last-of-type .container-content {
  padding: 1rem !important;
}

/*Override wegen Fehler bei digiPortal gdc-govbody-Liste */
li::marker {
  content: "";
}

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

#main {
  position: relative;
  top: -2rem;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}

#main .main-content {
  display: grid;
  justify-content: end;
}
.main-content.sidebar-left {
  padding: 0 2rem;
}

.no-sidebar {
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
}

.sidebar-right {
  grid-template-columns: 2fr 1fr;
}

.sidebar-left {
  grid-template-columns: 1fr 2fr;
}

.sidebar-left-right {
  grid-template-columns: 1fr 2fr 1fr;
}

.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;
  padding: 0 1rem;
}

.sidebar-left-right .right {
  -ms-grid-column: 3;
}

/* 
  PAGE LAYOUT AND DESIGN
*/
.sidebar-left>.left {
  font-size: 0.889rem;
  -ms-grid-column: 1;
  border-radius: var(--border-radius);
  background-color: white;
  box-shadow: 0px 0px 1rem 0.5rem rgb(0 0 0 / 16%);
}
.sidebar-left>.left h1{
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 0.5rem;
}

.sidebar-left>.left p{
  font-size: 1em;
}

.sidebar-left>.left h1+p{
  font-weight: normal;
}





.sidebar-left>.middle {
  -ms-grid-column: 2;
  border-radius: var(--border-radius);
  background-color: white;
  box-shadow: 0px 0px 1rem .5rem rgba(0, 0, 0, 0.16);
}



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

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

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

legend {
  visibility: hidden;
  width: 0;
  height: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.clearfix {
  position: relative;
  margin-bottom: 1.5rem;
}

.clearfix.error {
  margin-bottom: 3rem;
}

div:not(.inputfilter):not(.search-results):not(.calendarcontrols)>form>fieldset>.clearfix:last-child>label {
  visibility: hidden;
  height: 0;
  width: 0;
}

div:not(.inputfilter):not(.search-results):not(.calendarcontrols)>form>fieldset>.clearfix:last-child>.input {
  border: 0;
}

div:not(.inputfilter):not(.search-results):not(.calendarcontrols)>form>fieldset>.clearfix:last-child>.input>* {
  padding: 0;
}

.clearfix>label {
  cursor: text;
  z-index: 1;
  padding: 0 .25rem;
  font-size: .75rem;
  transition: all .25s;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clearfix.focused>label {
  color: #3498db;
}

.clearfix.filled>label {
  color: #27ae60;
}

.clearfix.error>label {
  color: #e74c3c;
}

.clearfix>.input {
  border: 1px solid #e4e4e4;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.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 #000;
  font: inherit;
  color: #000;
  /* -webkit-appearance: none;
  appearance: none; */
  background: none;
  cursor: pointer;
  outline: none;
  padding: .5rem 1.5rem;
  transition: background .25s, border-color .25s, color .25s;
}

/*.actions .next .btn:hover,
.actions .next .btn:focus,
.actions .next .btn:active,
.actions .previous .btn:hover,
.actions .previous .btn:focus,
.actions .previous .btn:active {
  color: #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;
  border-top: 3px solid var(--theme-color-accent-one);
  background-color: white;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer p {
  margin: 0 0 .5rem 0;
}

footer a {
  color: var(--theme-color-text-one);
}

footer h1 {
  font-size: 1rem;
}

footer h1+p {
  font-weight: normal;
  padding: 0;
}


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-multicolumn-top,
.footer-multicolumn-bottom {
  background-color: rgb(56 105 126 / 10%) !important;
  font-size: .885em;
  /* 15px */
}
.footer-multicolumn-top>.mehrspalter-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: var(--theme-color-primary-one);
  display: block;
  max-width: calc(var(--max-width) - 4rem);
  margin: 0 auto;
}

.footer-multicolumn-top .image {
  width: 95%;
}

.footer-multicolumn-top a:hover,
.footer-multicolumn-bottom a:hover {
  text-decoration: underline;
}

footer img {
  max-width: 850px;
}

footer .container {
  background-color: white;
}

footer .container.padding-auto:last-of-type .container-content {
  padding: 1rem 3rem !important;
}

footer .container .container-content>div:first-child {
  float: left;
}

footer .container .container-content>div:last-child {
  float: right;
}

footer .container .list.navigation ul li {
  display: inline-block;
  margin-right: 1.5rem;
  font-weight: 600;
}

footer div.padding-auto:first-of-type .mehrspalter-content {
  padding: 2rem 2rem 0 2rem !important;
}

footer .mehrspalter-content {
  width: 100%;
  max-width: var(--max-width);
}

footer .footer-main .mehrspalter-content p {
  font-size: 0.889rem;
  padding: 0.5em 0 0.5em 0;
  border-top: 1px solid #1D1D1B;
  margin: 0;
}

footer .center.image.width100 {
  display: flex;
}

footer .center.image.width100 img {
  margin: 0 auto;
}

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

.footer-copyright {
  position: relative;
  background-color: var(--theme-color-primary-one) !important;
  font-size: .9em;
  bottom: 0px;
  color: white;
}
footer .footer-copyright:last-of-type .mehrspalter-content {
  padding: 0 !important;
  max-width: var(--max-width);
}

.footer-copyright p {
  padding: 1rem;
  margin: 0;
}

.footer-copyright span {
  display: block;
  padding: 1rem;
  margin: 0;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  margin: 1rem 0;
  font-size: 1em;
}
.footer-copyright ul li a {
    display: block;
}

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

.offcanvas-toggle {
  outline: none;
  margin: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  transition: all .25s;
  cursor: pointer;
  background: var(--theme-color-preset-three);
  padding: .35rem .4rem;
  border-radius: var(--border-radius);
}

.offcanvas-toggle .line {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  display: block;
  margin: 5px auto;
  -webkit-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  text-indent: -9999px;
  border-radius: var(--border-radius);
}

.offcanvas-toggle .line:nth-child(1) {
  width: 15px;
}

.offcanvas-toggle .line:nth-child(1),
.offcanvas-toggle .line:nth-child(3) {
  margin: 3px 0 3px auto;
}

.offcanvas-toggle.is-active .line:nth-child(3) {
  width: 10px;
}

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

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  width: 400px;
  transition: all .75s cubic-bezier(.65, 0, .35, 1);
  z-index: 7;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--theme-color-primary-one);
  border-bottom: 3rem solid var(--theme-color-primary-one);
  border-top: calc(var(--header-height) + 2rem + 50px) solid var(--theme-color-primary-one);
}

.offcanvas.is-active {
  transform: translateX(-400px);
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 50%);
}

.offcanvas br {
  display: none;
}

.offcanvas ul,
.offcanvas li {
  list-style-type: none;
}

.offcanvas ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: inherit;
  transition: all .75s cubic-bezier(.65, 0, .35, 1);
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.offcanvas>ul {
  top: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  bottom: 6rem;
}

.offcanvas ul.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.offcanvas .navigation-item--state-active>a {
  font-weight: bold;
}

.offcanvas[data-level-current="1"]>ul {
  transform: translateX(0);
}

.offcanvas[data-level-current="2"]>ul {
  transform: translateX(-400px);
}

.offcanvas[data-level-current="3"]>ul {
  transform: translateX(-800px);
}

.offcanvas[data-level-current="4"]>ul {
  transform: translateX(-1200px);
}

.offcanvas[data-level-current="5"]>ul {
  transform: translateX(-1600px);
}

.offcanvas[data-level-current="6"]>ul {
  transform: translateX(-2000px);
}

.offcanvas ul>li:not(:last-of-type) {
  border-bottom: 1px solid #2a4f5e;
}

.offcanvas .navigation-item {
  position: static;
  display: table;
  width: 100%;
  padding: 0;
}

.offcanvas .navigation-item::before {
  display: none;
}

.offcanvas .navigation-item .navigation-link,
.offcanvas .navigation-item .previous-navigation {
  text-decoration: none;
  display: table-cell;
  font-size: 1.25rem;
  padding: .75rem 2rem;
  transition: all .25s;
  visibility: visible;
  opacity: 1;
  color: #FFF;
}

.offcanvas .navigation-item--level-1>a,
.offcanvas .navigation-item .previous-navigation {
  font-size: 1.5rem !important;
  font-weight: 700;
}

.offcanvas .navigation-item--previous {
  position: sticky;
  top: 0;
  background: var(--theme-color-primary-one);
  z-index: 1;
}

.offcanvas .navigation-item--level-1>.navigation-link {
  padding-right: 0;
}

.offcanvas .navigation-item .previous-navigation {
  padding-left: 0 !important;
}

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

.offcanvas .toggle-submenu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  cursor: pointer;
  width: 51px;
  font-size: 1.75rem;
  transition: all .25S;
  padding: 0 3rem 0 2rem;
  visibility: visible;
  opacity: 1;
  color: #fff;
  position: relative;
}

.offcanvas .toggle-submenu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  background: var(--theme-color-preset-three);
  height: 45px;
  width: 45px;
  border-radius: var(--border-radius);
  z-index: -1;
}

.offcanvas .close-submenu {
  text-align: left !important;
  width: 25px !important;
  border-left: none;
  font-size: 1.75rem;
  padding: 0 2rem 0 3rem;
}

.offcanvas .close-submenu::after {
  left: calc(50% + 0.5rem);
}

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

@media(min-width: 1201px) {
  .pageteaser.grid-enabled .pageteaser-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

@media(max-width: 767px) {
  .pageteaser.grid-enabled .pageteaser-content {
    grid-template-columns: 1fr;
  }
}

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

  .offcanvas-toggle {
    display: none;
  }

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

  header .search {
    position: absolute;
    top: 0.5rem;
    transition: all .25s;
    display: flex;
    background-color: #EEEEEE;
    border-radius: 5px;
    height: 1.6rem;

  }

  header .search label.search-label,
  header .search .search-toggle {
    display: none;
  }

  header .search .search-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;

  }

  header .search input {
    display: block;
    padding: 0 .5rem;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font: inherit;
    appearance: none;
    border-radius: 0;
    background: transparent;
	font-size: 80%;
  }

  header .search input::placeholder {
    font-size: .8rem;
    font-style: italic;
    color: var(--theme-color-text-one);
    ;
  }

  header .search button {
    border: none;
    outline: none;
    background: none;
    color: black;
    font: inherit;
    font-size: 1em;
    min-height: 28px;
    min-width: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;
  }

  header .search button:focus {
    outline: auto;
  }

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

  header .accessibility {
    position: relative;
    display: table;
    margin: 0 1.25rem;
  }

  .accessibility-icon {
    position: relative;
  }

  .accessibility-toggle:hover .accessibility-icon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--theme-color-primary-one);
  }

  .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;
  }
}

@media(max-width: 1100px) {
  body {
    font-size: .9em !important;
  }

  body {
    --header-height: 90px;
  }

  header .logo-img.sticky {
    display: block;
  }

  header .logo-img:not(.sticky) {
    width: 122px;
  }

  body.noscroll .logo-img:not(.sticky) {
    display: block;
  }

  body.noscroll .logo-img.sticky{
    display: none;
  }
    

  header .offcanvas-toggle .line {
    background: var(--theme-color-primary-one);
  }

  header .search>.search-toggle {
    display: none;
  }

  .stage {
    padding-top: 0;
    z-index: 0;
  }

  .navigation-main {
    display: none;
  }
  .header-wrap {
    height: 2.75rem;
  }
  .logo {
    bottom: -.5rem;
  }

  .navigation-sidebar {
    display: none;
  }

  .sidebar-left,
  .sidebar-right,
  .sidebar-left-right {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
  }

  .sidebar-left>.left {
    grid-row: 2;
  }

  .sidebar-left>.middle {
    grid-row: 1;
  }

  .sidebar-right>.middle {
    grid-row: 1;
  }

  .sidebar-right>.right {
    grid-row: 2;
  }

  .sidebar-left-right>.left {
    grid-row: 2;
  }

  .sidebar-left-right>.middle {
    grid-row: 1;
  }

  .sidebar-left-right>.right {
    grid-row: 3;
  }

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

  header .search {
    position: absolute;
    width: calc(400px - 4rem - 60px);
    top: calc(var(--header-height) + 1.5rem);
    right: 0;
    transition: all 0.75s cubic-bezier(.65, 0, .35, 1);
    transform: translateX(calc(400px + 0px - 2rem));
  }

  body.noscroll header .search {
    transform: translateX(-2rem);
  }

  .search label.search-label {
    text-indent: -9999px;
    visibility: hidden;
    position: absolute;
    display: none !important;
  }

  header .search form {
    display: block !important;
  }

  header .search .search-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  header .search input {
    display: block;
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font: inherit;
    appearance: none;
    border-radius: 0;
    background: #ffffff;
    border-bottom-left-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
  }

  header .search input::placeholder {
    font-weight: 600;
    color: #222531;
  }

  header .search button {
    border: none;
    outline: none;
    color: #000;
    background: var(--theme-color-accent-one);
    font: inherit;
    font-size: 1.25rem;
    min-height: 45px;
    min-width: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }

  header .search button+.search-toggle {
    display: none;
  }

  header .search button:focus {
    outline: auto;
  }

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

  .fontsize {
    display: none;
  }

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

  .accessibility {
    position: absolute;
    top: calc(var(--header-height) + 1.5rem);
    right: 0;
    transition: all .75s cubic-bezier(.65, 0, .35, 1);
    transform: translateX(calc(0px + 50px + 2rem));
  }

  body.noscroll .accessibility {
    transform: translateX(calc(-400px + 45px + 2rem));
  }

  .contrast {
    border: none;
    outline: none;
    font: inherit;
    font-size: 1em;
    min-height: 45px;
    min-width: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;
    text-align: center;
    border-radius: var(--border-radius);
    color: var(--theme-color-primary-one);
    background: var(--theme-color-preset-three)
  }

  .contrast a {
    color: inherit;
  }

  header .contrast span {
    text-indent: -9999px;
    visibility: hidden;
    position: absolute;
  }

  .accessibility-toggle.active .accessibility-icon,
  .accessibility-toggle:hover .accessibility-icon,
  .accessibility-toggle:focus .accessibility-icon {
    background: #FFF;
    color: var(--theme-color-primary-one);
  }
}


@media (max-width: 767px) and (min-width: 481px) {

  footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content>div:last-child * {
    text-align: left !important;
  }
}

@media (max-width: 600px) {
  .pageteaser.grid-disabled .pageteaser-teaser {
    grid-template-columns: 1fr;
    grid-template-rows: 150px 1fr;
    grid-row-gap: 1rem;
  }
}

@media (max-width: 480px) {

  footer .mehrspalter.columns2[data-layout="auto"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns2[data-layout="40-60"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns2[data-layout="60-40"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns2[data-layout="25-75"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns2[data-layout="75-25"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="auto"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-20-60"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="60-20-20"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="20-60-20"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-25-50"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="50-25-25"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns3[data-layout="25-50-25"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns4[data-layout="auto"] .mehrspalter-content>div:last-child *,
  footer .mehrspalter.columns5[data-layout="auto"] .mehrspalter-content>div:last-child * {
    text-align: left !important;
  }
  .report-table.contacts thead {
    display: none;
  }
  .report-table.contacts tr {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem;
  }
  .report-table.contacts tr td {
    border: none;
    padding: 0 0 .5rem 0 !important;
  }
  .report-table.contacts td a[href*="tel"]::before {
    content: "Tel: ";
    font-weight: bold;
  }
}

@media(max-width: 400px) {
  .offcanvas {
    right: -100vw;
    width: 100vw;
  }

  .offcanvas.is-active {
    transform: translateX(-100vw);
  }

  .offcanvas[data-level-current="2"]>ul {
    transform: translateX(-100vw);
  }

  .offcanvas[data-level-current="3"]>ul {
    transform: translateX(-200vw);
  }

  .offcanvas[data-level-current="4"]>ul {
    transform: translateX(-300vw);
  }

  .offcanvas[data-level-current="5"]>ul {
    transform: translateX(-400vw);
  }

  .offcanvas[data-level-current="6"]>ul {
    transform: translateX(-500vw);
  }

  header .search {
    width: calc(100vw - 4rem - 60px);
    transform: translateX(calc(100vw + 0px - 2rem));
  }

  body.noscroll .accessibility {
    transform: translateX(calc(-100vw + 45px + 2rem));
  }
}
@media(max-width: 800px) {
  .showall .button {
   display: block; 
  }
  .showall .button-content {
    position: relative;
    top: auto;
    right: auto;
    width: fit-content;
  margin: 0 auto;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-prev {
    left: 0;
  }
  .slick-next:hover, .slick-next:focus, .slick-next:active, .slick-next {
    right: 0;
  }
}

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

@media (max-width: 1023px) {
  .navigation[data-layout="25-25-25-25"]>.navigation-menu>.navigation-list {
    grid-template-columns: 1fr 1fr;
  }
  .startbild .navigation.columns.images-enabled .navigation-link > span {
    font-size: 1rem;
  }
  .stage .navigation-list li {
    min-height: 100px;
  }
}
@media (max-width: 490px) {
  .startbild .navigation.columns.images-enabled .navigation-link > span {
    font-size: .8rem;
  }
  .navigation.columns > .navigation-menu > .navigation-list {
    grid-gap: 1rem;
  }
  .pageteaser.grid-enabled .pageteaser-teaser p,
  .pageteaser.grid-enabled .pageteaser-teaser ul {
    display: none !important;
  }
  .pageteaser.grid-enabled .pageteaser-teaser h3 {
    top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pageteaser.grid-enabled .pageteaser-teaser .button {
    bottom: 1rem;
    left: 1rem;
  }
  .pageteaser.grid-enabled .pageteaser-text-content > h3 {
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .pageteaser.grid-enabled .pageteaser-text-content > h3 > a {
    display: block;
  }
}

@media (orientation : landscape) {
  .navigation[data-layout="25-25-25-25"]>.navigation-menu>.navigation-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navigation.columns>.navigation-menu>ul.navigation-list {
    padding: initial;
  }
}

@media(max-width: 550px) {
  .homepage .middle h1 {
    font-size: 1.75rem;
  }
  .image-copyright {
    margin-top: 9rem;
  }
  .columns.images-enabled.navigation li::after {
    padding-bottom: 72%;
  }
  #main .columns.images-enabled.navigation .navigation-link > p {
    display: none;
  }
  .main-content.sidebar-left {
    padding: 0 1rem;
  }
  .pageteaser.grid-disabled .image {
    width: 100%;
  }
  .pageteaser.grid-disabled .pageteaser-teaser > h3,
  .pageteaser.grid-disabled .pageteaser-teaser > p {
    margin-left: 0;
  }
  .pageteaser.grid-disabled .pageteaser-teaser > p {
    margin-bottom: 1rem;
  }
  .pageteaser.grid-disabled .pageteaser-teaser .button > .button-content {
    position: inherit;
    left: auto;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .pageteaser.grid-enabled .pageteaser-teaser p {
    display: none !important;
  }
}