.clicksolutions .collection--borderless {
  border: none;
}
.clicksolutions .collection--borderless .collection__item {
  border: none;
}
.clicksolutions .button-group {
  display: flex;
  flex-direction: column;
}
.clicksolutions .button-group .button {
  margin-bottom: 0;
  flex-grow: 1;
  border-radius: 3px;
}
.clicksolutions .button-group .button:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.clicksolutions .button-group .button:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 36em) {
.clicksolutions .button-group {
    flex-direction: row;
  }
.clicksolutions .button-group .button:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-left: -1px;
  }
.clicksolutions .button-group .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
.clicksolutions .button-group--large {
  width: 100%;
}
.clicksolutions .toggle-button {
  border: 1px solid;
  border-radius: 3px;
  color: #333333;
  background-color: #ffffff;
  border-color: #b3b3b3;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  margin: 0 0 1.25em;
  font-size: 0.7777778rem;
  min-width: auto;
  padding: 0.3888888889rem 0.4444444444rem 0.3888888889rem 0.4444444444rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.16s linear;
  -webkit-appearance: none;
}
.clicksolutions .toggle-button:hover {
  color: #333333;
  background-color: #ededed;
  border-color: #b3b3b3;
  outline: none;
}
.clicksolutions .toggle-button:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #b3b3b3;
  outline: none;
  box-shadow: inset 0 0 0 1px #f9b591;
}
.clicksolutions .toggle-button:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
  outline: none;
}
.clicksolutions .toggle-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clicksolutions .toggle-button i:before {
  color: #666666;
  margin: 0;
}
.clicksolutions .toggle-button.is-active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.clicksolutions .toggle-button.is-active:hover {
  color: #333333;
  background-color: #cccccc;
  border-color: #b3b3b3;
  outline: none;
}
.clicksolutions .toggle-button.is-active:focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
  outline: none;
  box-shadow: inset 0 0 0 1px #f9b591;
}
.clicksolutions .toggle-button.is-active:active {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  outline: none;
}
.clicksolutions .filter-option {
  display: inline-block;
  margin-bottom: 1.666666666rem;
}
.clicksolutions .filter-option__number {
  border: 1px solid #666666;
  background-color: #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.33333rem;
}
.clicksolutions .filter-option__label {
  text-align: center;
  margin-top: 5px;
}
.clicksolutions .filter-option.is-active .filter-option__number {
  color: #ffffff;
  background-color: #cf4b00;
  border-color: #cf4b00;
}
.clicksolutions input[type=number]::-webkit-inner-spin-button, .clicksolutions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: inherit;
  margin: 0;
}
.clicksolutions .filter-panel {
  padding: 2rem 0;
}
.clicksolutions .filter-panel__toggle-button {
  font-weight: normal;
}
.clicksolutions .filter-panel__toggle-button:hover {
  color: inherit;
}
.clicksolutions .filter-panel__toggle-button i:before {
  color: #666666;
}
.clicksolutions .filter-panel__toggle-button:hover i:before {
  color: #1a1919;
}
.clicksolutions .filter-panel__additional-filter {
  display: none;
  padding-top: 1rem;
}
.clicksolutions .filter-panel.is-expanded .filter-panel__additional-filter {
  display: block;
}
.clicksolutions .label {
  margin: .1555555556rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.clicksolutions .label--yellow {
  display: inline-flex;
  align-items: center;
  background-color: #FFD200 !important;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
  border-radius: 4px;
}

.clicksolutions .label--yellow img {
  margin-right: 4px; 
}

.clicksolutions .label--dark {
  background-color: #3f3f3f;
  color: #ffffff;
}
.clicksolutions .label--grey {
  background-color: #666666;
  color: #ffffff;
}
.clicksolutions .pagination-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: 0 -4px 0.4rem rgba(27, 27, 27, 0.2);
  padding: 0.75rem 0;
  background-color: white;
  z-index: 1;
}
.clicksolutions .detail-overlay {
  display: block;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}
.clicksolutions .detail-overlay__container {
  position: absolute;
  min-width: 100vw;
  height: 100%;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 0 1rem rgba(27, 27, 27, 0);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media only screen and (min-width: 62em) {
.clicksolutions .detail-overlay__container {
    min-width: 60vw;
  }
}
.clicksolutions .detail-overlay__container .icon-close {
  font-size: 20px !important;
}
.clicksolutions .detail-overlay__body {
  position: relative;
  height: 100%;
  padding: 0;
}
.clicksolutions .detail-overlay__body .scrollable-content {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0 2rem;
  top: 155px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.clicksolutions .detail-overlay__body .scrollable-content--with-pagination {
  bottom: 92px;
}
.clicksolutions .detail-overlay.is-open {
  pointer-events: inherit;
  background-color: rgba(27, 27, 27, 0.5);
}
.clicksolutions .detail-overlay.is-open .detail-overlay__container {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1rem rgba(27, 27, 27, 0.5);
}
.clicksolutions .detail-overlay .progress-bar-container {
  padding: 1rem 0;
}
.clicksolutions .collection--course-collection .collection__content {
  padding-left: 1rem;
  border-left: 5px solid #999999;
}
.clicksolutions .collection--course-collection .media-object {
  align-items: center;
}
.clicksolutions .collection--course-collection .aspect-ratio {
  background-color: #ffffff;
}
.clicksolutions .label--dark {
  background-color: #3f3f3f !important;
  color: #ffffff !important;
}
.clicksolutions .collection--course-element {
  border: none;
}
.clicksolutions .collection--course-element .collection__item {
  padding-top: 0;
}
.clicksolutions .collection--course-element .collection__content {
  border-left: 0;
  padding-left: 0;
}
.clicksolutions .collection--course-element + .collection--course-element {
  border-top: 1px solid #e6e6e6;
  padding-left: 1rem;
}
.clicksolutions .collection--course-element + .collection--course-element .collection__item {
  padding-top: .83rem;
}
.clicksolutions .classic-pagination {
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.clicksolutions .classic-pagination__item {
  margin-right: 1rem;
  color: #1a1a1a;
}
.clicksolutions .classic-pagination__link {
  color: #666666;
}
.clicksolutions .classic-pagination__control {
  margin: 0;
}
.clicksolutions .classic-pagination__control[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.clicksolutions .classic-pagination--small {
  font-size: 0.889rem;
}
.clicksolutions .media-object--card {
  align-items: center;
}
.clicksolutions .media-object--card .media-object__image {
  width: 30px;
  margin-right: 0.5rem;
}
.clicksolutions .media-object--card .media-object__image img {
  vertical-align: sub;
}
.clicksolutions .media-object--card .media-object__image .image-size-small {
  width: 30px !important;
}
.clicksolutions .card--course .card__body {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.clicksolutions .card--course .card__wrapper {
  padding: 1rem 1.666666666rem;
}
.clicksolutions .card--course .card__wrapper:nth-child(2) {
  min-height: 130px;
}
.clicksolutions .card--course .card__wrapper:nth-child(3) {
  height: 200px;
  padding-left: 1rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.clicksolutions .card--course .card__wrapper button {
  width: 45%;
  margin-right: 8px;
}
.clicksolutions .card--course .card__wrapper .steps-bar, .clicksolutions .card--course .card__wrapper > div:not(.media-object) {
  min-height: 120px;
  height: 120px;
}
.clicksolutions .card--course .card__wrapper > div:not(.media-object):not(.steps-bar) {
  display: flex;
  align-items: center;
}
.clicksolutions .card--course .card__title {
  margin-top: 8px;
  height: 75px;
}
.clicksolutions .card--course .flex-direction-column {
  flex-direction: column;
}
.clicksolutions .steps-bar__item:first-child .steps-bar__number {
  color: #fff;
  border-color: #ec6602;
  background-color: #ec6602;
  opacity: 1;
}
.clicksolutions .steps-bar__item.is-completed .steps-bar__number {
  border-color: #e6e6e6 !important;
  background-color: #e6e6e6 !important;
  color: #666 !important;
  opacity: 1 !important;
}
.clicksolutions .icon-star::before {
  position: relative;
  top: -1px;
}
.clicksolutions .label-shopping-cart {
  width: .5em;
  height: 1.5em;
  margin-left: -.5rem !important;
  margin-top: -.4rem !important;
  padding: 0 .3em 0 .3em;
  font-size: 10px;
  line-height: 15px;
}
.clicksolutions .info-button {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  position: relative;
  top: -4px;
}
.clicksolutions .info-button i:before {
  font-size: 0.6rem;
}
.clicksolutions .image-size-small {
  width: 36px !important;
}
.clicksolutions .selectbox__label, .clicksolutions .selectbox__label + div, .clicksolutions .selectbox__option {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}
.clicksolutions input[type=number]::-webkit-inner-spin-button, .clicksolutions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: inherit;
  margin: 0;
}
.clicksolutions .flatpickr-calendar .numInput {
  pointer-events: inherit !important;
  width: 3em !important;
  border: 1px solid #b3b3b3 !important;
  border-left: 0;
  line-height: 1px !important;
  line-height: 1 !important;
  height: 27px !important;
  vertical-align: top !important;
  padding-left: 3px !important;
}
.clicksolutions .flatpickr-calendar .flatpickr-monthDropdown-months {
  line-height: 1 !important;
  height: 27px !important;
  vertical-align: top !important;
  border: 1px solid #b3b3b3 !important;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
