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


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

/* //////////////////////////////////////////////////////////////////////////////////////////////// Zubehör Divider Strich 2122 */

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

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt relais */

.small-product-image-relais {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt motorschutzschalter2 */

.small-product-image-motorschutzschalter2 {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt 3pol */

.small-product-image-3pol {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt dahlanderschalter */

.small-product-image-dahlanderschalter {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt Stern-Dreieck-Schalter */

.small-product-image-dreieck-schalter-container {
  width: 8vw;             /* oder z. B. 10vw, je nach gewünschter Größe */
  height: auto;
  border-radius: 0.5em;
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-product-image-dreieck-schalter-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.5em;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt schuetz */

.small-product-image-schuetz {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt motorschutzschalter */

.small-product-image-motorschutzschalter {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt induktivitaeten */

.small-product-image-induktivitaeten {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt kondensator */

.small-product-image-kondensator {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt kondensatorwiderstands */

.small-product-image-kondensatorwiderstands {
  width: 8vw;   /* feste Breite */
  height: auto;
  border-radius: 0.5em;   /* leichte Abrundung */
  margin-right: 14vw;
  margin-top: 0vw;
  margin-left: 6vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt kondensatorwiderstands */


/* //////////////////////////////////////////////////////////////////////////////////////////////// SeitenNavigation */

.pagination {
  display: flex;
  justify-content: space-between;   /* verteilt: links = Zahlenblock, rechts = "nächste Seite" */
  align-items: center;
  margin-top: 3.5vw;                  /* Abstand nach oben */
  font-size: 1em;                   /* Grundgröße Schrift */
  font-family: Arial, sans-serif;
  padding: 0 2vw;                   /* Abstand rechts/links relativ zur Bildschirmbreite */
}

.page-numbers {
  display: flex;
  gap: 0.5em;                         /* Abstand zwischen 1 und 2 */
  margin: 0 auto;                   /* Block mittig */
}

.pagination a {
  color: #333;
  text-decoration: none;
  padding: 0.2em 0.8em;             /* Innenabstand relativ zur Schriftgröße */
  border-radius: 0.3em;
  transition: background-color 0.2s ease;
}

.pagination a:hover {
  background-color: rgba(0,0,0,0.05);
}

.pagination a.active {
  font-weight: bold;
  text-decoration: underline;
  color: #de800e;                    /* aktive Zahl orange */
}
