
/* //////////////////////////////////////////////////////////////////////////////////////////////// Überschrift  */

.stufe-heading {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 12vw;
  margin-left: 5vw;
  margin-bottom: 20vw;
  color: #555; /* an dein Farbschema anpassen */
}


/* //////////////////////////////////////////////////////////////////////////////////////////////// Abstand nach oben vom Zweifachwirkender  */

.product.product-Zweifachwirkender {
  margin-top: -16vw; /* oder 0 wenn du es bündig willst */
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// Produkt HY9230 */

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

/* //////////////////////////////////////////////////////////////////////////////////////////////// Linie unter dem Zweifachwirkenden Zylinder gezielt kürzer */
#line-zweifachwirkender {
  width: 62vw;
  margin-left: 0vw;
}

/* ============================================================= */
/* Schnellzugriff (Quick Links) – fixiert rechts auf der Seite    */
/* ============================================================= */

.quick-links1 {
  position: fixed;                /* fixiert am Viewport */
  top: 12vw;                       /* Abstand von oben */
  right: 8vw;                     /* Abstand vom rechten Rand */
  background: #f9f9f9;
  border: 0.1em solid #ddd;
  border-radius: 0.8em;
  padding: 1.5em;
  box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.1);
  max-width: 100%vw;                /* etwas schmaler für fixierte Position */
  z-index: 100;                  /* bleibt über dem Inhalt */
}

/* Titel + Listen-Design bleibt */
.quick-links1 h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #333;
  line-height: 1.4;
}

.quick-links-title1 {
  display: block;
  font-weight: bold;
  margin-bottom: 0.8em;
  color: #de800e;
}

.quick-links1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links1 li {
  margin-bottom: 0.6em;
}

.link-page {
  font-size: 0.85em;
  color: #999;
}

/* Header: H3 + Pfeil */
.quick-links-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0em;
}

.quick-links-header h3 {
  margin: 0;
}

.quick-links-toggle {
  font-size: 1.2em;
  color: #444;
  transition: transform 0.25s ease;
}

.quick-links-toggle:hover {
  transform: scale(1.1);
}

.quick-links1.closed .quick-links-toggle {
  transform: rotate(-90deg);
}

/* Ein-/ausklappbarer Bereich */
.quick-links-content {
  overflow: hidden;
  max-height: 600px; /* genug Platz */
  transition: max-height 0.35s ease-in-out;
}

/* ZU */
.quick-links1.closed .quick-links-content {
  max-height: 0;
}

/* Buttons exakt wie die alten Links */
.quick-link-button1 {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;

  text-align: left;
  border-radius: 0.3em;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10em;

  color: #444;
  font-size: 1.05em; /* vorher 0.95em */
  padding: 0.45em 0.3em; /* etwas mehr Höhe */

  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

/* Hover: Button leicht vergrößern */
.quick-link-button1:hover {
  transform: scale(1.015); /* sehr sanft, schneidet nichts ab */
  color: #de800e;
  background: rgba(230, 126, 34, 0.1);
}

/* Klick-Effekt bleibt gleich */
.quick-link-button1:active {
  transform: scale(0.96);
  background: rgba(230, 126, 34, 0.15);
}


.quick-link-button1 .link-page {
  font-size: 0.85em;
  color: #999;
}

/* ============================================================
   HYDRAULIK STUFE + QUICK LINKS – MOBILE
   ============================================================ */
@media (max-width: 600px) {

  /* ----------------------------------------------------------
     ÜBERSCHRIFT (STUFE)
  ---------------------------------------------------------- */
  .stufe-heading {
    font-size: 1.15em;
    margin-top: 26vw;
    margin-left: 5vw;
    margin-bottom: 12vw;
    text-align: left;
  }

  /* ----------------------------------------------------------
     PRODUKTABSTAND – ZWEIFACHWIRKENDER
  ---------------------------------------------------------- */
  .product.product-Zweifachwirkender {
    margin-top: 0; /* kein Negativabstand auf Mobile */
  }

  /* ----------------------------------------------------------
     PRODUKTBILD HY9230
  ---------------------------------------------------------- */
  .small-product-image-HY9230 {
    width: 55vw;
    margin: 0 auto 6vw;
    display: block;
    border-radius: 0.8em;
  }

  /* ----------------------------------------------------------
     LINIE UNTER ZWEIFACHWIRKENDER
  ---------------------------------------------------------- */
  #line-zweifachwirkender {
    width: 80vw;
    margin: 4vw auto;
  }


  .quick-links-handle::after {
    content: "Schnellzugriff";
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(-90deg);

    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #444;
    white-space: nowrap;

    pointer-events: none;
  }

  /* GRAUES HANDLE (halb sichtbar) */
  .quick-links-handle {
    position: fixed;
    right: -1.4em;                 /* halb außerhalb */
    top: 50%;
    transform: translateY(-50%);

    width: 2.8em;
    height: 10.2em;

    background: #d6d6d6;
    border-radius: 1.4em 0 0 1.4em;

    box-shadow: -0.2em 0.25em 0.45em rgba(0,0,0,0.2);
    cursor: pointer;

    z-index: 1100;
  }

  /* Optional: dezentes Feedback beim Tippen */
  .quick-links-handle:active {
    background: #cfcfcf;
  }

/* QUICK LINKS PANEL */
.quick-links1 {
  position: fixed;
  top: 50%;
  left: 50%;

  transform: translate(100%, -50%); /* START: rechts außerhalb */
  height: 40vh;

  width: 82%;
  max-width: 22em;

  padding: 1.6em 1.4em;

  background: #f9f9f9;
  border-radius: 1em;

  box-shadow: 0 0.6em 1.5em rgba(0,0,0,0.35);

  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1200;

  overflow-y: auto;
}

/* OFFEN → ZENTRIERT */
.quick-links1.active {
  transform: translate(-50%, -50%);
}

  /* Desktop-Elemente auf Mobile aus */
  .quick-links1 .scroll-down {
    display: none;
  }








}
