.machinedetail-detail .row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
.machinedetail-detail .row.top {
  grid-template-columns: 2fr 1fr;
}
.machinedetail-detail .row.top .w_33 {
  display: inline-block;
  vertical-align: middle;
  width: calc(33.3333% - 3rem);
}
.machinedetail-detail .row.top .w_66 {
  display: inline-block;
  vertical-align: middle;
  width: 66.6666%;
}
.machinedetail-detail .row.top .gallery {
  max-width: 70%;
}
.machinedetail-detail .row.top .gallery .image_galerie {
  padding: 0px;
}
.machinedetail-detail .row.top .gallery img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
  display: none;
}
.machinedetail-detail .row.top .gallery img:first-of-type {
  display: block;
}
.machinedetail-detail .row.top .gallery .image_galerie.slick-initialized {
  max-width: 100%;
}
.machinedetail-detail .row.top .gallery .dia > img {
  display: none;
}
.machinedetail-detail .row.top .gallery .dia .image_galerie img {
  max-height: 90px;
  width: auto !important;
}
.machinedetail-detail .row.top .gallery .dia .image_galerie .slick-list {
  margin-left: -5px;
  margin-right: 0px;
}
.machinedetail-detail .row.top .gallery .dia .image_galerie .slick-list .slick-slide div {
  padding: 5px;
}
.machinedetail-detail .row.top .gallery .dia .image_galerie .slick-list .slick-slide:hover img {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  cursor: pointer;
}
.machinedetail-detail .row.top .gallery .dia .nav-arrow {
  opacity: 0;
  transition: opacity 0.4s;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  font-size: 2rem;
  padding: 0 1rem;
  z-index: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.machinedetail-detail .row.top .gallery .dia .nav-arrow.prev-arrow {
  left: 0;
}
.machinedetail-detail .row.top .gallery .dia .nav-arrow.next-arrow {
  right: 0;
}
.machinedetail-detail .row.top .gallery .dia:hover .nav-arrow {
  opacity: 1;
}
.machinedetail-detail .row.general_description {
  grid-template-columns: 1fr;
}
.machinedetail-detail .row.description {
  grid-template-columns: 1fr;
}
.machinedetail-detail .row .price-on-request {
  font-size: 1.4rem;
  font-weight: bold;
}
.machinedetail-detail .row .net-price {
  font-size: 1.6rem;
  font-weight: bold;
}

.machinedetail-detail .row.top .headline {
  padding-bottom: 1rem;
}
.machinedetail-detail .row article.text a.btn {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .machinedetail-detail .row {
    padding-left: var(--default_horizontal_dis);
    padding-right: var(--default_horizontal_dis);
  }
}
@media screen and (max-width: 1024px) {
  .machinedetail-detail .row.top {
    grid-template-columns: 1fr 1fr;
  }
  .machinedetail-detail .row.top .gallery {
    max-width: 100%;
  }
  .machinedetail-detail .row.top .w_33 {
    width: calc(50% - 3rem);
  }
  .machinedetail-detail .row.top .w_66 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .machinedetail-detail .row.top {
    grid-template-columns: 1fr;
  }
  .machinedetail-detail .row.top .w_33,
.machinedetail-detail .row.top .w_66 {
    width: 100%;
  }
}

/*# sourceMappingURL=detail.css.map */
