.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.bg-primary {
  background-color: #f28a00;
}

.primary {
  color: #f28a00;
}

.bg-secondary {
  background-color: #34373e;
  color: white;
}

.secondary {
  color: #34373e;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #34373e;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.container,
.alignwide {
  max-width: 1322px;
  width: 100%;
  margin: auto;
  padding: 0 2em;
}
@media only screen and (max-width: 1382px) {
  .container,
  .alignwide {
    width: auto;
    margin: 0em 30px;
    padding: 0em;
    box-sizing: inherit;
  }
}

.alignfull {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

/* STYLE */
.event_filter_title {
  margin-bottom: 10px;
}

.cat-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
  margin: 0px 0px 15px 0px;
}
@media only screen and (max-width: 769px) {
  .cat-list {
    flex-wrap: wrap;
  }
}
.cat-list .cat-list_item {
  padding: 1em;
  background-color: #9c9c9c;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
}
.cat-list .cat-list_item a {
  color: #fff;
}
.cat-list .cat-list_item a:hover, .cat-list .cat-list_item a:active, .cat-list .cat-list_item a:visited {
  color: #fff;
}
.cat-list .cat-list_item:hover, .cat-list .cat-list_item.cli_active {
  background-color: #f28a00;
}
.cat-list .cat-list_item.responsibility-colour {
  margin: 0px;
}
.cat-list .cat-list_item.cat_count_0 {
  display: none;
}
.cat-list .cat-list_item.produktgruppe a {
  position: relative;
  display: block;
  top: -17px;
  left: -18px;
  width: 35px;
  height: 35px;
}

.responsibility-colour {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0px 8px 0px 7px;
  color: transparent;
  cursor: default;
  transition: all 0.2s ease;
}
.responsibility-colour:hover {
  transform: scale(1.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.responsibility-colour:before {
  transform: scale(0.75);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.responsibility-colour:hover:before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: -30px;
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  color: #fff;
  background: #34373e;
  padding: 5px 10px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.responsibility-colour:first-of-type {
  margin-left: 0px;
}

.page-id-46316 .acs_item,
.page-id-46469 .acs_item,
.page-id-46468 .acs_item {
  cursor: pointer;
}

.acs_no_link {
  cursor: default;
}
.acs_no_link:hover {
  cursor: default !important;
}
.acs_no_link .btn-primary {
  cursor: default;
}/*# sourceMappingURL=block.css.map */