section.gallery .container-fluid {
padding-right: calc(var(--bs-gutter-x) * 1);
padding-left: calc(var(--bs-gutter-x) * 1);
}
section.gallery .row {
  margin-top: 0rem;
}
section.gallery .item {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}

section.gallery .row.kombi img.vorschau { min-height:10rem; }


section.gallery .imglink > span {
  display: block;
  width: 100%;
  height: 100%;
  padding:10px;
  position: relative;
  background: rgba(211, 203, 188, 1);
  overflow: hidden;
}
section.gallery .imglink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
section.gallery .imglink img.lazy {
  opacity: 0;
}

section.gallery .imglink:hover > span {
  background: rgba(195, 169, 146, 0.8);
}

/* nicht hochzoomen 
section.gallery .imglink:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
*/


@media (max-width: 575px) { 

section.gallery .container-fluid {
padding-right: 15px;
padding-left: 15px;
}

section.gallery .row.kombi img.vorschau {
  min-height: 1rem;
}
section.gallery .imglink > span { overflow:visible;width:100%; }
}

section.gallery .imglink > span {
  display: block;
  width: 100%;
  height: 100%;
  padding:10px;
  position: relative;
  background: rgba(211, 203, 188, 1);
  overflow: visible;
  margin-bottom:10px;
}
section.gallery .imglink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
