@charset "UTF-8";
/* TiBase.css */
/* bootstrap-reboot v4.1.3 expected! */
@media all {
  html {
    box-sizing: border-box;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  html[lang=de] q {
    quotes: "„" "“" "’" "‚";
  }
  :focus::-moz-placeholder {
    opacity: 0;
  }
  :focus::placeholder {
    opacity: 0;
  }
  ::-moz-placeholder {
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  ::placeholder {
    transition: opacity 0.5s;
  }
  *:focus:not(:focus-visible),
  *:before:focus:not(:focus-visible),
  *:after:focus:not(:focus-visible) {
    outline: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/* helper classes */
@media all {
  .clear:before,
  .clear:after {
    display: table;
    content: "";
  }
  .clear:after {
    clear: both;
  }
  a[class^=gfx-]:before,
  a[class*=" gfx-"]:before,
  a[class^=gfx-]:after,
  a[class*=" gfx-"]:after,
  a[class^=icon-]:before,
  a[class*=" icon-"]:before,
  a[class^=icon-]:after,
  a[class*=" icon-"]:after {
    text-decoration: none;
  }
  .sr-hint {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .sr-hint-focusable:focus,
  .sr-hint-focusable:active {
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important;
  }
  .sr-hint-focusable:focus {
    position: fixed !important;
    z-index: 100;
    width: auto;
    top: 50%;
    left: 50%;
    clip: auto;
    padding: 1.25em !important;
    border: 2px solid rgb(51, 51, 51) !important;
    color: rgb(51, 51, 51) !important;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-decoration: none;
    transform: translate(-50%, -50%);
  }
  .relative {
    position: relative;
  }
  .print-only {
    display: none;
  }
  .menu,
  .menu li {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .menu .item {
    display: block;
    text-decoration: none;
  }
  .menu-horizontal li {
    display: inline-block;
    vertical-align: top;
  }
  /* flexbox layout */
  .flexbox {
    display: flex;
    flex-direction: column;
  }
  .flexbox-horizontal {
    flex-direction: row;
  }
  .flexbox-order-1 {
    order: 1;
  }
  .flexbox-order-2 {
    order: 2;
  }
  .flexbox-order-3 {
    order: 3;
  }
  .typo3-messages {
    list-style: none;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .typo3-messages .alert {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
    padding: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .typo3-messages .alert > * {
    color: rgb(255, 255, 255);
  }
  .typo3-messages p:last-child {
    margin-bottom: 0;
  }
  /* TYPO3 colors except notice */
  .typo3-messages .alert-danger {
    background-color: #c83c3c;
  }
  .typo3-messages .alert-info {
    background-color: #6daae0;
  }
  .typo3-messages .alert-notice {
    background-color: rgb(151, 151, 151);
  }
  .typo3-messages .alert-success {
    background-color: #79a548;
  }
  .typo3-messages .alert-warning {
    background-color: #e8a33d;
  }
}
/* lightbox */
@media all {
  /* lightbox link */
  a.lightbox {
    position: relative;
  }
  a.lightbox:before {
    content: "+";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    font-size: 2em;
    width: 1.25em;
    height: 1.25em;
    transform: none;
    border: none;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
  }
  /* lightbox additional styles */
  .mfp-image-holder .mfp-close {
    right: 0;
    padding: 0.625rem;
    width: auto;
    font-size: 2.5rem;
    line-height: 1;
  }
  .mfp-image-holder .mfp-close:hover {
    opacity: 1;
  }
  .mfp-figure:after {
    content: none;
  }
  img.mfp-img {
    padding: 0;
  }
  .mfp-content figcaption {
    padding: 0.625rem 0.625rem 0.375rem;
    background: rgb(255, 255, 255);
  }
  .mfp-bottom-bar {
    display: flex;
    margin: 0;
    position: static;
  }
  .mfp-title {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    flex-grow: 1;
  }
  .mfp-counter {
    position: static;
    color: currentColor;
  }
  .mfp-close {
    text-shadow: 0 0 5px rgb(0, 0, 0);
  }
}
.d-none {
  display: none;
}

@media (min-width: 35em) {
  .d-md-inline {
    display: inline;
  }
}
:root {
  --color-green: rgb(95, 167, 54);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-block-start: 0;
  padding-left: 0;
  list-style: none;
}
.pagination .page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  color: var(--color-green);
  text-decoration: none;
  background-color: white;
  border: 0.125rem solid currentColor;
  border-radius: 100%;
  line-height: 1;
}
.pagination .page-link::before {
  content: none !important;
}
.pagination .page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.pagination .page-link:focus {
  z-index: 3;
  color: var(--color-green);
  text-decoration: none;
  background-color: white;
  outline: 2px solid rgb(51, 51, 51);
  box-shadow: none;
}
.pagination .page-link .fa {
  margin: 0;
  padding: 0;
}
.pagination .page-item {
  margin-block-start: 0 !important;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.pagination .page-item.disabled .page-link {
  color: rgb(102, 102, 102);
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}
.pagination .page-item.disabled .page-link {
  width: auto;
}

.pagination-count {
  margin-block-end: 0;
}

@media (min-width: 82.5em) {
  .pagination-count {
    margin-block-start: 7.5rem;
  }
}
.searchbox .searchbox-inner {
  padding-inline-end: 0;
}

.search-result-info .search-result-url {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
}
.search-result-info .search-result-url dd {
  margin: 0;
}

.d-none {
  display: none !important;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: clip !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  display: none !important;
}

.ce-row::after {
  clear: both;
  content: "";
  display: table;
}/*# sourceMappingURL=refactored.css.map */