/* show full name in category listing */
.products-grid.single-line-name .product-name {
  overflow: visible;
  white-space: normal;
  text-overflow: ellipsis;
}
/* left side no margin padding layered navi */
.block-layered-nav .block-content > dl > dd {
  padding: 0;
  margin: 0;
}
/* font size category listing */
/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-grid .product-name,
  h3.product-name,
  strong.product-name {
    font-size: 12px !important;
  }
}
/* PC mit hoher Auflösung */
@media only screen and (min-width: 1200px) {
  .products-grid .product-name,
  h3.product-name,
  strong.product-name {
    font-size: 14px !important;
  }
  .col-left {
    font-size: 14px;
  }
  .products-grid .price-box {
    font-size: 14px;
  }
}
.rw_subtitle {
  font-size: 12px;
}
