.category {
  padding: 5px 12px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  line-height: 0px;
}
.category.category--has-sub {
  padding-right: 30px;
}
.category.category--ghost {
  background-color: transparent;
}
.theme .category.category--ghost .category__label {
  color: var(--primary-color) !important;
}
.category .category__arrow {
  position: absolute;
  right: 12px;
  top: 11px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.theme .category .category__label {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 130%;
}

.theme .subcategory.subcategory--selected .subcategory__label {
  font-weight: 600;
  color: var(--primary-color) !important;
}

.category--ghost .category__arrow {
  border-color: var(--primary-color) !important;
}

.filter-list .filter-list__list {
  margin: 0;
  padding: 0;
}
.filter-list .filter-list__list .filter-list__item {
  display: inline-block;
  list-style: none outside none;
  position: relative;
}
.filter-list .filter-list__list .filter-list__item.filter-list__item--open .filter-list__sublist {
  display: block;
}
.filter-list .filter-list__sublist {
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 240px;
  text-align: left;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin: 0;
  display: none;
}
.filter-list .filter-list__sublist .filter-list__item {
  display: block;
  list-style: none outside none;
  position: relative;
  font-size: 18px;
}
.filter-list .filter-list__sublist .filter-list__item a {
  border: none;
}

.slideshow .slick-list {
  margin: 0 0 0 -18px;
  width: calc(100% + 20px);
}
.slideshow .slick-list .slick-track {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.events-slideshow {
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 576px) {
  .events-slideshow {
    padding: 10px 0 24px 0;
  }
}
.events-slideshow .filter-list {
  margin: 0 0 25px;
  width: calc(100% - 110px);
}
@media only screen and (max-width: 576px) {
  .events-slideshow .filter-list {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .events-slideshow .slick-slider {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .events-slideshow .slick-arrow {
    top: initial;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .events-slideshow .slick-arrow.slick-prev {
    left: calc(50% - 20px);
  }
  .events-slideshow .slick-arrow.slick-next {
    left: calc(50% + 20px);
  }
}
.events-slideshow .events-slideshow__item {
  text-decoration: none;
  border-bottom: none !important;
}
.events-slideshow .events-slideshow__item .events-slideshow__title {
  text-decoration: none;
  margin: 20px 0 0 0;
}
.events-slideshow .events-slideshow__item .events-slideshow__title h3 {
  font-size: 28px;
  margin: 0;
}
.events-slideshow .events-slideshow__item .events-slideshow__teaser {
  margin: 20px 0 0 0;
}
.events-slideshow .events-slideshow__item .events-slideshow__teaser p {
  font-size: 24px;
}
.events-slideshow .events-slideshow__item .events-slideshow__fact-list {
  margin: 16px 0 0 0;
}
.events-slideshow .events-slideshow__item .events-slideshow__fact-list ul {
  margin: 0;
}
.events-slideshow .events-slideshow__item .events-slideshow__fact-list ul li {
  margin: 0 0 8px;
  list-style: none outside none;
  position: relative;
  line-height: 130%;
  padding: 0 0 0 30px;
}
.events-slideshow .events-slideshow__item .events-slideshow__fact-list ul li i {
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}