/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../css/_theme/_theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.fak, .fa-kit {
  font-family: "Font Awesome Kit";
}

/*

 */
header {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
header .header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
}
header .header-brand {
  order: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .navbar-brand {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  color: #000000;
}
header .brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}
header .brand-logo img,
header .brand-logo picture {
  display: block;
  max-height: 72px;
  width: auto;
}
header .brand-city {
  margin-top: 0.35rem;
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  color: #000000;
}
header .header-brand__activator {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #cd1719;
  background-color: rgba(205, 23, 25, 0.12);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
header .header-brand__activator:hover, header .header-brand__activator:focus {
  background-color: rgba(205, 23, 25, 0.24);
  color: #a01215;
}
header .header-brand__activator i {
  font-size: 1.35rem;
  line-height: 1;
}
header .header-navigation {
  order: 2;
  width: 100%;
  display: none;
}
header .header-navigation .mod_navigation > a.invisible,
header .header-navigation .mod_navigation > span.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
header .header-navigation .nav-link-icon {
  display: none !important;
}

@media (min-width: 768px) {
  #page-header .header-container {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  #page-header .header-container {
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    padding-inline: 2.5rem;
  }
  #page-header .header-brand {
    width: auto;
    flex: 0 0 auto;
  }
  #page-header .header-brand__activator {
    display: none;
  }
  #page-header .navbar-brand {
    margin-right: auto;
  }
  #page-header .brand-stack {
    align-items: flex-start;
    text-align: left;
  }
  #page-header .header-navigation {
    order: 2;
    width: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #page-header .header-navigation .mod_navigation {
    width: 100%;
  }
  #page-header .header-navigation .mod_navigation > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #page-header .header-navigation .mod_navigation > ul > li > a,
  #page-header .header-navigation .mod_navigation > ul > li > strong {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  #page-header .header-navigation .mod_navigation > ul > li > a:hover,
  #page-header .header-navigation .mod_navigation > ul > li > a:focus {
    color: #cd1719;
    border-color: #cd1719;
  }
  #page-header .header-navigation .mod_navigation > ul > li.active > strong,
  #page-header .header-navigation .mod_navigation > ul > li.active > a {
    color: #cd1719;
    border-color: #cd1719;
  }
}
@media (min-width: 1280px) {
  #page-header .header-container {
    min-height: 96px;
  }
  #page-header .brand-logo img,
  #page-header .brand-logo picture {
    max-height: 78px;
  }
  #page-header .brand-city {
    font-size: 1.2rem;
  }
}
.site-footer {
  background-color: #484f55;
  color: #ffffff;
  padding: 3rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: underline;
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer__logos {
  flex: 1 1 260px;
}

.site-footer__logos-caption {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__logos-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-footer__logo {
  margin: 0;
}

.site-footer__logo img {
  display: block;
  height: 96px;
  width: auto;
}

.site-footer__text {
  flex: 1 1 320px;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer__text p {
  margin: 0 0 0.75rem;
}

.site-footer__nav {
  flex: 0 0 200px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.site-footer__nav nav {
  display: block;
}

.site-footer__nav a:not(.invisible) {
  display: block;
}

.site-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer__nav li + li {
  margin-top: 0;
}

@media (max-width: 900px) {
  .site-footer {
    text-align: center;
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
  }
  .site-footer__logos,
  .site-footer__text,
  .site-footer__nav {
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
    gap: 0.5rem;
  }
  .site-footer__logos-list {
    justify-content: center;
  }
  .site-footer__nav li + li {
    margin-top: 0;
  }
  .site-footer__nav ul {
    gap: 0.5rem;
  }
}
p.back {
  margin-top: 1rem;
  text-align: right;
}
p.back a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}

.mod_newslist .news-list__slider {
  position: relative;
  overflow: visible;
  margin-bottom: var(--main-gap);
}
.mod_newslist .news-list__slide {
  width: 100%;
  height: auto;
}
.mod_newslist .news-list__slide .layout_latest {
  height: 100%;
}
.mod_newslist .news-list__nav {
  display: none;
}
.mod_newslist .layout_latest .info {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .mod_newslist .news-list__wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: var(--main-gap);
  }
  .mod_newslist .news-list__slide {
    width: calc(50% - var(--main-gap) / 2);
  }
}
@media (max-width: 767.98px) {
  .mod_newslist .news-list__nav {
    display: flex;
    position: absolute;
    right: 0.75rem;
    z-index: 2;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.5rem;
  }
  .mod_newslist .news-list__nav [class*=swiper-button-] {
    position: static;
    margin: 0;
  }
}
.mod_newslist .news-list__load-more-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .mod_newslist .news-list__load-more-wrapper {
    display: flex;
  }
}

nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: var(--main-gap);
}
nav.pagination p {
  display: none;
}
nav.pagination ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
nav.pagination li {
  display: inline;
  margin: 0 !important;
}
nav.pagination li:before {
  display: none !important;
}
nav.pagination li.separator {
  margin: 0 -0.2em !important;
}
nav.pagination strong.active {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: inherit;
}
nav.pagination li.previous a.previous {
  /* font-size: 0; // Entfernt

  &::before {
    @extend %fa-icon;
    @extend .fasl;
    content: fa-content($fa-var-angle-left);
    font-size: 1rem;
    font-weight: $font-weight-bold;
  } */
  font-weight: 800;
  text-decoration: none;
  color: inherit;
  padding: 0 0.25em;
}
nav.pagination a.link,
nav.pagination a.next {
  text-decoration: none;
  color: inherit;
}
nav.pagination a.link:hover,
nav.pagination a.next:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
nav.pagination li.next a.next {
  /* font-size: 0; // Entfernt

  &::before {
    @extend %fa-icon;
    @extend .fasl;
    content: fa-content($fa-var-angle-right);
    font-size: 1rem;
    font-weight: $font-weight-bold;
  } */
  font-weight: 800;
  text-decoration: none;
  color: inherit;
  padding: 0 0.25em;
}

.news-list__slide .layout_latest {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-list__slide .layout_latest figure {
  margin: 0;
}
.news-list__slide .layout_latest .image_container {
  width: 100%;
}
.news-list__slide .layout_latest .image_container a,
.news-list__slide .layout_latest .image_container img {
  display: block;
  width: 100%;
}
.news-list__slide .layout_latest .image_container img {
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.news-list__slide .layout_latest .text-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-top: 0.5rem;
}
.news-list__slide .layout_latest .text-content .info time {
  font-weight: 300;
}
.news-list__slide .layout_latest .text-content .ce_text,
.news-list__slide .layout_latest .text-content .ce_text p,
.news-list__slide .layout_latest .text-content .ce_text a {
  font-size: 0.75rem;
}
.news-list__slide .layout_latest .text-content .ce_text {
  margin-bottom: 0;
}
.news-list__slide .layout_latest .text-content .more {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.75rem;
}
.news-list__slide .layout_latest .text-content .more a {
  color: var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
  font-size: 0.75rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 0.125rem;
  border-radius: 0;
}

.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--bs-primary);
  z-index: 1000;
}

.BodyScrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transform: rotate(90deg);
}
.BodyScrollToTop::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: conic-gradient(from 270deg, transparent calc(180deg - var(--scroll-progress, 0) * 180deg), var(--bs-primary) calc(180deg - var(--scroll-progress, 0) * 180deg), var(--bs-primary) calc(180deg + var(--scroll-progress, 0) * 180deg), transparent calc(180deg + var(--scroll-progress, 0) * 180deg));
  mask: radial-gradient(transparent 18px, #000 19px, #000 23px, transparent 24px);
  -webkit-mask: radial-gradient(transparent 18px, #000 19px, #000 23px, transparent 24px);
}
.BodyScrollToTop::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--bs-primary);
  border-left: 2px solid var(--bs-primary);
  transform: translateY(0px) rotate(-45deg);
  position: relative;
  left: 3px;
}

.swiper-button-prev[style="display: block;"], .swiper-button-next[style="display: block;"] {
  display: flex !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: auto;
  height: auto;
}

#mobileNav .mobileNav_footer ul > li > a {
  color: var(--bs-body-color-inverse);
}

.btn-secondary {
  --bs-btn-color: var(--bs-body-color-inverse);
  --bs-btn-hover-color: var(--bs-body-color-inverse);
  --bs-btn-disabled-color: var(--bs-body-color-inverse);
}

/*# sourceMappingURL=_theme.d80b218f5f187f47514e.bundle.min.css.map*/
