.com-weblinks-category__items .list-title {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid lightgrey;
  padding: 0 0 13px 0;
}

.com-weblinks-category__items .list-title .content p {
  margin-bottom: 5px;
}

.com-weblinks-category__items .list-title a.category {
  display: block;
  text-transform: uppercase;
  font-weight: var(--megamenu-top-item-weight, bold);
  font-size: 120%;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.com-weblinks-category__items .list-title a.category + div {
  display: flex;  
}

.com-weblinks-category__items .list-title .item-image {
  display: inline-block;
  width: 200px;
  max-height: 200px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
/*  height: 200px;*/
/*  background-image: url('schnalle.png');
  background-origin: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;*/
  filter: drop-shadow(4px 3px 4px #111);
}

.com-weblinks-category__items .list-title .item-image img {
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  line-height: normal;
  text-decoration: none;
}
