/* //////////////////////////////////////////////////////////////////////////////////////////////// Footer Space */


.footer-spacer-lagerung {
  height: 7vw;  /* Abstand in Höhe */
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt Digi-IC Board */

#popup-lagerung1 {
  margin-top: -0.3vw;  /* Abstand nach oben */
  margin-bottom: 1.3vw; /* Abstand nach unten */
  border-top: 1px solid #ccc;
}

.product-image--vt img {
  width: 8vw;            /* Bildbreite relativ zum Viewport */
  height: auto;           /* Seitenverhältnis beibehalten */
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 10vw;
  margin-top: 0vw;
  margin-left: 3vw;
}

@media (max-width: 600px) {

  .product-image--vt img {
    width: 85vw !important;
    height: auto;
    margin: 0 0 4vw 0;
    border-radius: 1em;

    /* Einheitliche Mobile-Animation */
    transform: scale(0.95);
    transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
  }

  .product-image--vt img:active {
    transform: scale(1.0);   /* Tap-Zoom-Effekt */
  }

}
