.produktliste .mainfilter label, .produktliste .mainfilter .btn.btn-close {
  color: white;
  background-color: #888;
}
.produktliste .mainfilter label {
  background-color: #444;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  height: unset;
}
.produktliste .mainfilter label .label__text {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.produktliste .mainfilter .btn.btn-close {
  margin: 0;
  height: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
}
.produktliste .mainfilter input[type=text] {
  border-radius: 0;
  min-height: 55px;
  height: 100%;
  margin: 0;
  flex-grow: 1;
}
.produktliste .mainfilter select {
  border-radius: 0;
  min-width: 50%;
  height: 100%;
  margin: 0;
  flex-grow: 1;
}
.produktliste .mainfilter .btn {
  margin: 0;
  padding: 1rem 2rem;
  height: 100%;
}
.produktliste .mainfilter .btn:hover {
  background-color: #C4102D;
}
.produktliste .mainfilter .btn#freesearchsubmit {
  background-color: #444444;
  border-color: #444444;
  padding: 2rem 3.5rem;
}
.produktliste .mainfilter .btn#filtereinblenden {
  background-color: #444;
  border-color: #444;
}
.produktliste .mainfilter .btn#filtereinblenden, .produktliste .mainfilter .btn#freesearchsubmit {
  flex-grow: 1;
  color: white;
}
.produktliste .mainfilter .btn#filtereinblenden:hover, .produktliste .mainfilter .btn#freesearchsubmit:hover {
  background-color: #C4102D;
  border-color: #C4102D;
}

@media (max-width: 992px) {
  .okuma_check_filter {
    display: none;
    background: white;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 992px) and (prefers-color-scheme: dark) {
  .okuma_check_filter {
    background-color: #333;
  }
}
@media (max-width: 992px) {
  .okuma_check_filter .eigenschaften {
    padding: 2rem;
  }
  .okuma_check_filter.open {
    display: block;
  }
}
.okuma_check_filter .mobile_head {
  display: none;
  background: #C4102D;
  color: white;
  padding: 1rem;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .okuma_check_filter .mobile_head {
    display: flex;
  }
}
.okuma_check_filter .mobile_head .title {
  flex-grow: 1;
  display: flex;
  align-content: center;
  font-size: 3rem;
  flex-wrap: wrap;
}
.okuma_check_filter .mobile_head .close {
  color: white;
  background-color: #C4102D;
  border: 0.2rem white solid;
  font-weight: bold;
  margin: 1rem;
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
}
.okuma_check_filter .mobile_head .close::before, .okuma_check_filter .mobile_head .close::after {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  height: 0.4rem;
  width: 90%;
  left: 5%;
  border-radius: 0.4rem;
  top: 50%;
}
.okuma_check_filter .mobile_head .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.okuma_check_filter .mobile_head .close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.okuma_open_filter_wrap {
  display: none;
}
@media (max-width: 992px) {
  .okuma_open_filter_wrap {
    display: block;
  }
}

.okuma_open_filter {
  display: flex;
  background-color: #C4102D;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 992px) {
  body.okuma_mobile_open {
    overflow-y: hidden;
  }
}

#mainsearch .trefferauswahl {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 300px;
  max-width: 600px;
  max-height: 200px;
  background-color: #fff;
  color: #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
}

#mainsearch .trefferauswahl a {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

#mainsearch .trefferauswahl a:hover {
  background-color: #efefef;
}

.produktliste {
  /*
  .liste .eintrag .dates {margin-top: 20px; background-color: #efefef; padding: 0px 20px 0px 20px;}
  .liste .eintrag .dates .terminreihe{border-bottom: 1px solid #ccc; padding: 10px 0px;}
  .liste .eintrag .dates .termine .datum {display: inline-block; margin: 0px 5px 5px 0px; padding: 2px 5px; background: #fff;}
  */
}
.produktliste .fachbereiche .tag {
  display: inline-block;
  margin: 0px 20px 5px 0px;
}
.produktliste .fachbereiche .tag a {
  color: #efefef;
}
.produktliste .fachbereiche .fachunterbereiche {
  margin: 0px 0px 40px 0px;
}
.produktliste .fachbereiche a {
  color: #fff !important;
}
.produktliste .options {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}
.produktliste .options .listview {
  display: inline-block;
  padding: 2px 5px;
  background-color: #efefef;
}
.produktliste .options .listview.active {
  background-color: #0f0;
}
.produktliste .options .listdesign.active {
  color: #0f0;
}
.produktliste .liste .eintrag {
  padding: 2rem 0;
  background-color: #dbdbdb;
  margin: 0 0 1rem 0;
}
@media (prefers-color-scheme: dark) {
  .produktliste .liste .eintrag {
    background-color: #333;
  }
}
.produktliste .liste .eintrag span.headline {
  display: block;
  line-height: 3rem;
  color: #C4102D;
  font-weight: normal;
  font-family: Passion One;
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (prefers-color-scheme: dark) {
  .produktliste .liste .eintrag span.headline {
    color: white;
  }
}
.produktliste .liste .eintrag .tags {
  display: block;
  margin: 5px 0px 5px 0px;
  font-size: 10px;
  padding-left: 1rem;
}
.produktliste .liste .eintrag .tag {
  display: inline-block;
  margin-right: 1rem;
}
.produktliste .liste .eintrag .tag:not(:last-of-type)::after {
  content: ",";
}
.produktliste .liste .eintrag .taggroup {
  display: inline-block;
  margin: 0px 2px 2px 0px;
  font-size: 1.4rem;
}
.produktliste .liste .eintrag .taggroup.d-none {
  display: none;
}
.produktliste .liste .eintrag .teaser {
  display: block;
  color: #444;
  font-weight: bold;
  padding: 0px 0px;
  padding-left: 1rem;
}
@media (prefers-color-scheme: dark) {
  .produktliste .liste .eintrag .teaser {
    color: white;
  }
}
.produktliste .liste .eintrag .more_wrap {
  margin-top: 2.5rem;
}
.produktliste .liste .eintrag .more a {
  display: inline-block;
  padding: 1.25rem 3rem;
  margin-bottom: 1rem;
  background: none;
  color: #C4102D;
  border: solid 1px #C4102D;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}
.produktliste .liste .eintrag .more a:hover {
  background-color: #C4102D;
  color: white;
}
@media (prefers-color-scheme: dark) {
  .produktliste .liste .eintrag .more a {
    color: white;
    border-color: white;
  }
  .produktliste .liste .eintrag .more a:hover {
    background-color: white;
    color: #444;
  }
}
.produktliste .liste .eintrag .terminreihe {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (min-width: 576px) {
  .produktliste .liste .eintrag .terminreihe {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.produktliste .liste .eintrag .terminreihe.headline {
  font-weight: bold;
}
.produktliste .liste .more {
  padding-left: 1rem;
}
.produktliste .klapper .zu, .produktliste .liste .more .zu {
  display: inline;
}
.produktliste .klapper .auf, .produktliste .liste .more .auf {
  display: none;
}
.produktliste .klapper.active .zu, .produktliste .liste .more.active .zu {
  display: none;
}
.produktliste .klapper.active .auf, .produktliste .liste .more.active .auf {
  display: inline;
}
.produktliste .liste .eintrag span.subline {
  display: block;
  color: #666;
}
.produktliste .liste .eintrag dt,
.produktliste .liste .eintrag dd {
  margin: 0px;
  padding: 0px;
}
.produktliste .liste .mehr-veranstaltungen {
  display: none;
}
.produktliste .liste .kachel {
  display: block;
  padding: 0px 0px 40px 0px;
}
.produktliste .page-header {
  margin: 0px;
}
.produktliste .mainfilter .trefferauswahl {
  display: none;
  position: absolute;
  z-index: 999;
  top: 64px;
  min-width: 300px;
  max-width: 600px;
  max-height: 200px;
  background-color: #fff;
  color: #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px #ccc;
}
.produktliste .mainfilter .trefferauswahl a {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.produktliste .mainfilter .trefferauswahl a:hover {
  background-color: #efefef;
}
.produktliste .filter input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border-color: #ccc;
}
.produktliste .produkt ul {
  list-style-type: disc;
  padding: 20px;
}
.produktliste a.btn.v-btn.large.es {
  background-color: #C4102D !important;
  color: #fff !important;
}
.produktliste .v-bg-stylish.v-bg-stylish-v10 {
  background-color: #C4102D !important;
}
.produktliste a.home {
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.produktliste .filter_check .eigenschaften {
  position: relative;
}
.produktliste .filter_check .eigenschaften .sperre {
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
}
.produktliste .filter_check .more {
  display: none;
}
.produktliste .form-group.off {
  display: none;
}
.produktliste .form-group.on {
  display: block;
}
.produktliste .filter_check .eigenschaften .form-check {
  position: relative;
  font-size: 1.2rem;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
}
.produktliste .filter_check .eigenschaften .form-check .sperre {
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
}
.produktliste .filter_check .eigenschaften .form-check.disabled .sperre {
  display: flex;
}
.produktliste .filter_check .schliessen {
  display: none;
}
.produktliste .filter_check .form-check-label {
  all: unset;
  color: #444;
  padding-left: 0.75rem;
  cursor: pointer;
  display: block;
  line-height: 2rem;
}
.produktliste .filter_check .form-check-info {
  cursor: pointer;
  color: #444;
  line-height: 1.8rem;
  font-size: 18px;
}
.produktliste .filter_check .form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: solid #444 1px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-left: 0.25rem;
  cursor: pointer;
}
.produktliste .filter_check .form-check-input:checked {
  background-color: #444444;
}
.produktliste .filter_check .def-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 35vh;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
}
.produktliste .filter_check .def-modal.on {
  display: block;
}
.produktliste .filter_check .def-modal__border {
  width: 40%;
  min-width: 350px;
  margin: auto;
  overflow: auto; /* Enable scroll if needed */
  background-color: #dbdbdb;
  border: 1px solid #C4102D;
  border-radius: 8px;
  padding: 3.25rem 4.5rem;
}
.produktliste .filter_check .def-modal__content {
  width: 100%; /* Could be more or less, depending on screen size */
}
.produktliste .filter_check .def-modal__i {
  font-size: 5.5rem;
}
.produktliste .filter_check .def-modal__text {
  font-size: 1.35rem;
  line-height: 2.25rem;
}
.produktliste .filter_check .def-modal__close {
  font-size: 2rem;
  cursor: pointer;
}
.produktliste #freitextsuche {
  height: 100%;
  width: 100%;
}
.produktliste .select2-container .select2-selection--single {
  height: 100%;
  border-color: #ccc;
  background-color: #efefef;
  border-radius: 0px;
  padding: 9px 14px 9px 15px;
}
.produktliste .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  display: flex;
  align-items: center;
  height: 100%;
}
.produktliste .select2-selection__arrow {
  padding: 9px 14px 9px 15px;
  display: flex;
  align-items: center;
  height: 90% !important;
}
.produktliste #reset-filter {
  display: none;
  background-color: #444444;
  padding: 1rem 2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.produktliste #reset-filter .text {
  display: block;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: auto;
}
.produktliste .trefferzahl {
  color: white;
  background-color: #444;
  font-weight: bold;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}
.produktliste .filter, .produktliste .filter_fest {
  padding: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #dbdbdb;
  position: relative;
}
.produktliste .filter:not(.filter_fest), .produktliste .filter_fest:not(.filter_fest) {
  display: flex;
}
.produktliste .filter .text, .produktliste .filter .delete, .produktliste .filter_fest .text, .produktliste .filter_fest .delete {
  display: block;
  padding: 1rem 2.5rem;
}
.produktliste .filter .delete, .produktliste .filter_fest .delete {
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #888;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.produktliste .filter .delete:hover, .produktliste .filter_fest .delete:hover {
  background-color: #C4102D;
}
.produktliste .filter .delete::after, .produktliste .filter_fest .delete::after {
  content: "X";
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.produktliste .filter .text, .produktliste .filter_fest .text {
  display: block;
  color: #444;
  font-weight: bold;
}
.produktliste .filter .text .category, .produktliste .filter_fest .text .category {
  color: #888;
}
.produktliste .filter_selected {
  display: flex;
  flex-wrap: wrap;
}
.produktliste .produktliste {
  position: relative;
}
.produktliste .loading {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
}
.produktliste .loading .loadingtext {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.produktliste #filtereinblenden {
  display: none;
}
.produktliste #sendfilter {
  display: none;
}
@media (min-width: 993px) {
  .produktliste .filter_check {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .produktliste #filtereinblenden {
    display: block;
  }
  .produktliste #sendfilter {
    display: block;
  }
  .produktliste .filter_check {
    display: none;
    position: fixed !important;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px 40px;
    background-color: #fff;
    overflow: scroll;
  }
  .produktliste .filter_check .schliessen {
    display: block;
    position: fixed;
    top: 40px;
    right: 40px;
    font-weight: bold;
    font-size: 28px;
  }
}

.produktliste.ortseite .mainfilter {
  display: none;
}
.produktliste.ortseite .einzelort .form-group.standorte {
  display: none;
}
.produktliste .form-group {
  margin-bottom: 3rem;
}
.produktliste .form-group legend {
  color: #444;
  font-weight: normal;
  font-family: Passion One;
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (prefers-color-scheme: dark) {
  .produktliste .form-group legend {
    color: #dbdbdb;
  }
}

.terminliste .termin {
  color: white;
  background-color: #C4102D;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.terminliste .termin .titel {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  padding: 1rem 2rem;
  position: relative;
}
.terminliste .termin .titel .chevron {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms;
}
.terminliste .termin.active .titel .chevron {
  transform: rotate(180deg) translateY(50%);
  transition: all 150ms;
}
.terminliste .termin .details {
  display: none;
  padding: 1rem 2rem 2rem;
  background-color: white;
  color: #444;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.detailseite_cta .btn {
  max-height: 8rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .detailseite_cta .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .detailseite_cta .btn {
    width: auto;
  }
}

.detailseite_footer #orte {
  width: 100%;
}
@media (min-width: 576px) {
  .detailseite_footer #orte {
    width: 50%;
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .detailseite_footer #orte {
    width: 35%;
  }
}
@media (min-width: 1376px) {
  .detailseite_footer #orte {
    width: 25%;
  }
}

.analyse table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.analyse td, .analyse th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.analyse tr:nth-child(even) {
  background-color: #dddddd;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #888;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #888 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #888;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #888 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.produktheader {
  max-height: unset;
}
.produktheader .stoerer {
  position: relative;
  height: 15rem;
  margin-bottom: 2rem;
}
.produktheader .stoerer .titlebox {
  position: absolute;
  width: 48%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-left: #95c11f solid 4rem;
  transform: translateY(-66%);
  padding: 3rem;
}
.produktheader .stoerer .titlebox h1 {
  color: #95c11f;
  margin: 0;
  padding: 0;
}
.produktheader .stoerer .info {
  position: absolute;
  background-color: #95c11f;
  right: 10%;
  bottom: 0;
  padding: 2rem;
  transform: translateY(50%);
}
.produktheader .stoerer .info h4 {
  color: white;
  font-weight: bold;
  margin: 0;
}
.produktheader .right {
  padding: 6rem 8rem;
  font-weight: bold;
}
.produktheader .right .teaser {
  padding: 2rem;
  background-color: #95c11f;
  color: white;
  margin-bottom: 2rem;
}
.produktheader .right .teaser p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.produktheader .right .categories {
  color: #C4102D;
}
.produktheader .right .categories span {
  margin-right: 1.5rem;
}

.produktliste .liste .eintrag {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 0;
}
.produktliste .liste .eintrag a img {
  display: block;
  height: unset;
  aspect-ratio: 400/300;
}
.produktliste .liste .eintrag img.produktlogo {
  aspect-ratio: unset;
  display: block;
}
.produktliste .liste .eintrag .farbcode {
  position: absolute;
  height: 100%;
  width: 3rem;
  left: 0;
  top: 0;
}
.produktliste .liste .eintrag span.headline {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (max-width: 992px) {
  .produktliste .liste .eintrag span.headline {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.produktliste .okuma_loading {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
}
.produktliste .okuma_loading .loadingtext {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.produktliste .liste .eintrag span.headline.multiple_debugoff {
  color: rgb(0, 225, 255);
}
.produktliste .filter_resets {
  display: flex;
  flex-wrap: wrap;
}
.produktliste .filter_resets .full_reset {
  display: none;
  background-color: #444444;
  padding: 1rem 2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.produktliste .filter_resets .full_reset .text {
  display: block;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: auto;
}
.produktliste .filter_resets .part_reset {
  padding: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #dbdbdb;
  position: relative;
}
.produktliste .filter_resets .part_reset:not(.filter_fest) {
  display: flex;
}
.produktliste .filter_resets .part_reset .text, .produktliste .filter_resets .part_reset .delete {
  display: block;
  padding: 1rem 2.5rem;
}
.produktliste .filter_resets .part_reset .delete {
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #888;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.produktliste .filter_resets .part_reset .delete:hover {
  background-color: #C4102D;
}
.produktliste .filter_resets .part_reset .delete::after {
  content: "X";
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.produktliste .filter_resets .part_reset .text {
  display: block;
  color: #444;
  font-weight: bold;
}
.produktliste .filter_resets .part_reset .text .category {
  color: #888;
}
@media (prefers-color-scheme: dark) {
  .produktliste .filter_resets .part_reset {
    background-color: #444;
  }
  .produktliste .filter_resets .part_reset .text {
    color: white;
  }
  .produktliste .filter_resets .part_reset .text .category {
    color: #dbdbdb;
  }
  .produktliste .filter_resets .part_reset .delete {
    background-color: #444;
    color: white;
    border-left: 0.1rem solid white;
  }
  .produktliste .filter_resets .part_reset .delete:hover {
    background-color: white;
  }
  .produktliste .filter_resets .part_reset .delete:hover::after {
    color: #444;
  }
}
.produktliste .update-produktliste .okuma_check {
  position: relative;
  font-size: 1.2rem;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
}
.produktliste .update-produktliste .okuma_check .sperre {
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .produktliste .update-produktliste .okuma_check .sperre {
    background-color: #232323;
  }
}
.produktliste .update-produktliste .okuma_check.disabled .sperre {
  display: flex;
}
@media (max-width: 992px) {
  .produktliste .update-produktliste .okuma_check {
    font-size: 1.6rem;
  }
}
.produktliste .update-produktliste .schliessen {
  display: none;
}
.produktliste .update-produktliste .form-check-label {
  all: unset;
  color: #444;
  padding-left: 0.75rem;
  cursor: pointer;
  display: block;
  line-height: 2rem;
}
@media (prefers-color-scheme: dark) {
  .produktliste .update-produktliste .form-check-label {
    color: #dbdbdb;
  }
}
.produktliste .update-produktliste .form-check-info {
  cursor: pointer;
  color: #444;
  line-height: 1.8rem;
  font-size: 18px;
}
.produktliste .update-produktliste .form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: solid #444 1px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-left: 0.25rem;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .produktliste .update-produktliste .form-check-input {
    border-color: #dbdbdb;
  }
}
.produktliste .update-produktliste .form-check-input:checked {
  background-color: #444444;
}
.produktliste .update-produktliste .more {
  display: none;
}
.produktliste .update-produktliste .more_slider .zu, .produktliste .update-produktliste .more .zu {
  display: inline;
}
.produktliste .update-produktliste .more_slider .auf, .produktliste .update-produktliste .more .auf {
  display: none;
}
.produktliste .update-produktliste .more_slider.active .zu, .produktliste .update-produktliste .more.active .zu {
  display: none;
}
.produktliste .update-produktliste .more_slider.active .auf, .produktliste .update-produktliste .more.active .auf {
  display: inline;
}

.produktdetails .kontaktberatung {
  align-items: flex-start;
  -webkit-hyphens: none;
          hyphens: none;
}

.produktliste .trefferzahl {
  background-color: #C4102D;
}/*# sourceMappingURL=checkfilter_extra.css.map */