.cmp-product-thumb .prices {
  flex-direction: column;
}

.cmp-product-thumb .crossprice {
  font-size: 0.86rem;
}

.matrix-variation-select .table-sm td {
  padding: 1rem 1.5rem;
}

.balk {
  height: 5px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  margin-bottom: 5px;
}

.balk div {
  background-color: #7ed321;
  height: 100%;
}

.balk.yellow div {
  background-color: #f9cc09;
  width: 55%;
}

.balk.red div {
  background-color: red;
  width: 10%;
}

.anfragen-btn {
  cursor: pointer;
  user-select: none;
  background-color: #17a2b8;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 2px 2px;
}

.widget-grid.downloads-grid>.widget-inner {
  margin-bottom: 80px;
}

.widget-grid.downloads-grid .widget-image-box img {
  height: 42px;
  object-fit: contain;
}

.widget-download-images .widget-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.widget-download-images a {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.widget-download-images .widget-caption {
  padding: 10px 0;
}

.download-images-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.downloads-image-2 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.widget-image-box.downloads-image-2>.widget-inner {
  position: static !important;
}

.widget-image-box.downloads-image-2>.widget-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget-image-box.downloads-image-2>.widget-inner .widget-caption p,
.widget-image-box.downloads-image-2>.widget-inner .widget-caption h2,
.widget-image-box.downloads-image-2>.widget-inner .widget-caption .h2 {
  text-transform: none !important;
  font-size: 14px !important;
}

.downloads-image-2 img {
  width: 600px;
  min-width: auto !important;
  margin: 0 auto;
  object-fit: contain;
  position: static !important;
}

@media (min-width: 540px) {
  .widget-download-images a {
    padding: 0 35px;
  }
}

@media (min-width: 768px) {
  .download-images-title {
    font-size: 3rem;
  }

  .widget-grid.downloads-grid {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .widget-grid.downloads-grid>.widget-inner {
    margin-bottom: 2rem;
  }

  .widget-grid.downloads-grid .widget-image-box img {
    height: 55px;
  }

  .download-text-1 {
    font-size: 22px;
  }

  .downloads-image-1 {
    text-align: center;
  }

  .widget-image-box.downloads-image-1>.widget-inner {
    display: none;
  }

  .downloads-image-1 img {
    width: 600px;
    min-width: auto !important;
    margin: 0 auto;
    object-fit: contain;
    position: static !important;
  }

  .widget-image-box.downloads-image-2>.widget-inner .widget-caption p,
  .widget-image-box.downloads-image-2>.widget-inner .widget-caption h2,
  .widget-image-box.downloads-image-2>.widget-inner .widget-caption .h2 {
    font-size: 24px !important;
  }

  .widget-grid.downloads-grid>.widget-inner {
    border-right: 2px solid #d0d0d0;
    padding: 5rem 50px 3rem;
  }

  .widget-grid.downloads-grid>.widget-inner:last-of-type {
    border-color: transparent;
  }
}