.slider__slide {
  padding-top: 43.75%;
  border-bottom: 4px solid transparent;
  position: relative;
}

.slide__inner__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.slider--image-preview .slick-slide {
  padding: 0 0.25rem;
}

.slider--image-preview .slider__slide {
  width: 100% !important;
}

.slider--image-preview .slick-slide.slick-current .slider__slide {
  border-bottom-color: var(--blue);
}

.slider__button-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 50;
}

.slider__button-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 50;
}

.slider__copyright-notice {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100000;
  padding: 0 7px 5px 10px;
  background-color: #ffffff;
  font-size: 9pt;
}

.newsTiles__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.article__calendarListing details {
  background: white;
}

.article__calendarListing details summary {
  background: var(--blue);
  color: white;
  border-radius: 2px;
  border: 2px solid var(--blue);
}

.article__calendarListing details[open] summary {
  background: white;
  color: var(--blue);
}

.calendarEntry {
  padding-left: 0px;
  padding-right: 30px;
}

.calendarEntry__inner {
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  height: 100%;
}

.calendarEntry__inner h2 {
  font-size: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.megaMenu {
  align-self: stretch;
}

/**
 * SECTION: BASIC MENU
 */
.megaMenu__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
}

.megaMenu__menu > li {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.megaMenu__menu > li:hover > a, .megaMenu__menu > li:focus-within > a {
  color: #FFA22B;
  text-decoration: none;
}

.megaMenu__topLevelLink {
  text-transform: uppercase;
  color: #0064B6;
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: bold;
}

.megaMenu__topLevelLink--isActive {
  color: #FFA22B !important;
}

/**
 * SECTION: Mega Menu Flyout
 */
@media (min-width: 830px) {
  .site-logo,
  .megaMenu__topLevelLink {
    z-index: 100010;
  }
  .megaMenu__flyout {
    display: none;
    justify-content: space-between;
    padding: 20px;
    padding-top: 90px;
    z-index: 100000;
    background: white;
    position: absolute;
    top: 0%;
    right: 0;
    list-style: none;
    transform-origin: top;
  }
  .megaMenu__menu > li:focus-within .megaMenu__flyout,
  .megaMenu__menu > li:hover .megaMenu__flyout {
    display: flex;
  }
  .megaMenu__flyoutElement {
    flex-basis: 130px;
    flex-grow: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }
  .megaMenu__flyoutElement:first-child {
    margin-left: 0px;
  }
  .megaMenu__flyoutElement > h2 {
    font-size: 16px;
    border-bottom: 4px solid var(--menu-color);
    text-transform: uppercase;
  }
  .megaMenu__flyoutElement > h2 > a {
    position: relative;
    display: block;
    padding: 8px;
    color: var(--menu-color);
  }
  .megaMenu__flyoutElement > h2 > a:hover {
    text-decoration: none;
  }
  .megaMenu__flyoutElement .megaMenu__flyoutElementHighlightList {
    flex-grow: 1;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--menu-color);
  }
  .megaMenu__flyoutElement .megaMenu__flyoutElementHighlightListElement {
    margin-bottom: 6px;
  }
  .megaMenu__flyoutElement .megaMenu__flyoutElementHighlightListElement a {
    color: var(--menu-color) !important;
  }
  .megaMenu__flyoutElement .megaMenu__flyoutElementShowAll {
    display: inline-block;
    background-color: var(--menu-color);
    color: white;
    padding: 10px 8px;
  }
  .megaMenu__flyoutElement--kinder {
    --menu-color: #20487C;
  }
  .megaMenu__flyoutElement--jugendliche {
    --menu-color: #F7A631;
  }
  .megaMenu__flyoutElement--paedagogen {
    --menu-color: #92D14F;
  }
  .megaMenu__flyoutElement--behoerden {
    --menu-color: #7F7F7F;
  }
  .megaMenu__flyoutElement--ehrenamtliche {
    --menu-color: #8DB3E2;
  }
}
/**
 * SECTION: MOBILE TOGGLE BUTTON
 */
.megaMenu__mobile-toggle {
  display: none;
}

#megaMenu__mobile-toggle {
  display: none;
}

/**
 * SECTION: RESPONSIVE MOBILE MENU
 */
@media (max-width: 830px) {
  .site-header .header-main > .container {
    display: block !important;
  }
  .megaMenu__mobile-toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: #0064B6;
    padding: 0.5em 1em;
  }
  .megaMenu__mobile-toggle svg rect {
    transition: 0.25s ease-in-out;
    transform-origin: 50% 50%;
  }
  .megaMenu__menu {
    display: none;
    text-align: center;
  }
  .megaMenu__menu > li {
    position: relative;
    padding-bottom: 16px;
  }
  .megaMenu__flyout {
    display: none;
    padding: 0;
    list-style-type: none;
  }
  .megaMenu__flyout h2 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: normal;
  }
  .megaMenu__flyout h2 a {
    display: block;
  }
  .megaMenu__flyoutElementHighlightList {
    display: none;
  }
  .megaMenu__flyoutElementShowAll {
    display: none;
  }
  #megaMenu__mobile-toggle:checked ~ .megaMenu__mobile-toggle svg rect:nth-child(1) {
    transform: translate(0, 9px) scale(0, 1);
    /*width:0;*/
  }
  #megaMenu__mobile-toggle:checked ~ .megaMenu__mobile-toggle svg rect:nth-child(2) {
    transform: rotate(45deg);
  }
  #megaMenu__mobile-toggle:checked ~ .megaMenu__mobile-toggle svg rect:nth-child(3) {
    transform: rotate(-45deg);
  }
  #megaMenu__mobile-toggle:checked ~ .megaMenu__mobile-toggle svg rect:nth-child(4) {
    transform: translate(0, -9px) scale(0, 1);
    /*width:0;*/
  }
  #megaMenu__mobile-toggle:checked ~ .megaMenu__menu {
    display: block;
  }
  .megaMenu__menu > li:focus-within .megaMenu__flyout,
  .megaMenu__menu > li.megaMenu__menuItem--isActive .megaMenu__flyout {
    display: block;
  }
}
.no-email-warning {
  background-color: red;
  color: black;
  padding: 10px;
  border-radius: 5px;
}

/** SHAME **/
.text-az-orange-important {
  color: #FFA22B !important;
}

.header-banner-full .gallery-banner .slick-list {
  height: 100%;
}

.highlight-blue-bg {
  background-color: var(--blue);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlight-orange-bg {
  background-color: var(--orange);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlight-green-bg {
  background-color: var(--green);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#klaro .cookie-modal {
  z-index: 100020;
}

#klaro .cm-btn-decline {
  --button-text-color: #ffffff;
  background-color: #1a936f;
}



/*# sourceMappingURL=main.css.map */
