.ker_backendinfo {
  background-color: #275854;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}

.ker_produktkonfigurator_controls {
  margin: 0 -15px;
  padding: 0 5px;
}
.ker_produktkonfigurator_controls .clear_produktkonfigurator {
  background-color: #6F7775;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
}

.ker_produktkonfigurator {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column {
  width: 25%;
  padding: 15px 5px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen {
  width: 50%;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen .ker_produktkonfigurator_content {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen .ker_produktkonfigurator_content span {
  width: 100%;
  padding-right: 15px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen .ker_produktkonfigurator_title {
  background-color: #018355;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_title {
  background-color: #6F7775;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 35px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #6F7775;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.3;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span a {
  color: #6F7775;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span:before {
  width: 26px;
  height: 26px;
  border: 2px solid rgba(168, 168, 168, 0.3019607843);
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span:last-child {
  margin-bottom: 0;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span.disabled {
  opacity: 0.5;
  cursor: initial;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span.disabled a {
  pointer-events: none;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span.active:not(.dienstleistung_single):after {
  background-color: #20BD61;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span.dienstleistung_single:before {
  color: #20BD61;
  width: 26px;
  height: 26px;
  border: none;
  font-size: 18px;
  content: "\f08e";
  font-family: var(--font-awesome-font-family);
  position: absolute;
  top: 0px;
  left: 0;
}
.ker_produktkonfigurator .ker_produktkonfigurator_column .ker_produktkonfigurator_content span.dienstleistung_single.disabled:before {
  color: #6F7775;
}

@media only screen and (max-width: 991px) {
  .ker_produktkonfigurator .ker_produktkonfigurator_column {
    width: 50%;
  }
  .ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen {
    width: 100%;
  }
}
@media only screen and (max-width: 565px) {
  .ker_produktkonfigurator_controls {
    padding: 0;
    margin: 0;
  }
  .ker_produktkonfigurator {
    margin: 0;
  }
  .ker_produktkonfigurator .ker_produktkonfigurator_column {
    width: 100%;
    padding: 15px 0;
  }
  .ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen .ker_produktkonfigurator_content {
    -moz-column-count: 1;
         column-count: 1;
  }
  .ker_produktkonfigurator .ker_produktkonfigurator_column#ker_produktkonfigurator_dienstleistungen .ker_produktkonfigurator_content span {
    width: 100%;
  }
}