.max-500 {
  max-width: 100%;
}

td.jshop_img_description_center .jshop_img {
    width: 120px;   /* gewünschte Breite */
    height: auto;   /* Höhe automatisch, Bild bleibt unverzerrt */
    max-height: 120px; /* optional: maximale Höhe begrenzen */
    object-fit: contain; /* sorgt für saubere Darstellung */
}

#block1 > .inner img{
  height:20px;
  width:20px
}

div.name a{
  text-decoration:none;
  color:#000000;
}

figure.mod-articles-image.item-image img{
  height: 250px;
  overflow: hidden;
  object-fit: cover;
}

li::marker {
  display: none;
}

ul, ol {
	padding: 0em 0 0em 0;
	margin: 0 0 0 0px;
}
 .mod-articles-grid {
    grid-template-columns: repeat(auto-fill,minmax(max(var(--grid-item--min-width),var(--grid-item--max-width)),1fr));
    list-style: none;
  }