/* Beginn Teaser */ 

.verlobungsringe21d-section {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
  }

  .verlobungsringe21d-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .verlobungsringe21d-text {
    background: #f7f7f7;
    padding: 40px;
    text-align: center;
    color: #333;
  }

  .verlobungsringe21d-text h1 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #111;
  }

  .verlobungsringe21d-text p {
    font-size: 15px; /* erhöht von 17 auf 15 für gleichmäßigere Proportion */
    line-height: 1.7;
    font-weight: 300;
    max-width: 620px;
    margin: 0 auto;
  }

  /* Button-Gruppe */
  .verlobungsringe21d-button-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .verlobungsringe21d-button {
    flex: 1 1 200px; /* gleiche Breite auf Desktop */
    max-width: 260px;
    text-align: center;
    border: 1px solid #111;
    color: #111;
    text-transform: uppercase;
    font-size: 15px; /* etwas größer */
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    height: 46px; /* etwas höher */
    line-height: 46px; /* Text perfekt mittig */
    padding: 0;
  }

  .verlobungsringe21d-button:hover {
    background: #111;
    color: #fff;
  }

  .verlobungsringe21d-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Desktop */
  @media (min-width: 1025px) {
    .verlobungsringe21d-inner {
      flex-direction: row;
      align-items: stretch;
    }

    .verlobungsringe21d-text {
      flex: 0 0 40%;
      text-align: left;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .verlobungsringe21d-button-group {
      justify-content: flex-start;
    }

    .verlobungsringe21d-img {
      flex: 0 0 60%;
      overflow: hidden;
    }

    .verlobungsringe21d-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }

  /* Tablet */
  @media (min-width: 768px) and (max-width: 1024px) {
    .verlobungsringe21d-text h1 {
      font-size: 32px;
    }

    .verlobungsringe21d-text p {
      font-size: 15px;
    }

    .verlobungsringe21d-button {
      font-size: 15px;
      height: 44px;
      line-height: 44px;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .verlobungsringe21d-inner {
      flex-direction: column-reverse;
    }

    .verlobungsringe21d-text {
      padding: 30px 20px;
      text-align: center;
    }

    .verlobungsringe21d-text h1 {
      font-size: 26px;
    }

    .verlobungsringe21d-button-group {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-top: 18px;
    }

    .verlobungsringe21d-button {
      width: 85%;
      flex: 0 0 auto;
      height: 42px;
      line-height: 42px;
      font-size: 15px;
    }
  }

/* Ende Teaser  1 */

/* Beginn USP 2 */


  .usp-21D-section {
    max-width: 1200px;
    margin: 0 auto;
  }

  .usp-21D-slider {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .usp-21D-item {
    flex: 0 0 auto;
    text-align: center;
    min-width: 150px;
  }

  .usp-21D-item img {
    display: block;
    margin: 0 auto 10px auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .usp-21D-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
  }

  /* Bis 768px: nur 4 anzeigen, 2x2 Grid */
  @media (max-width: 768px) {
    .usp-21D-slider {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .usp-21D-item:nth-child(n+5) {
      display: none; /* nur die ersten 4 sichtbar */
    }
  }

  /* Ab 1024px: alles in einer Zeile */
  @media (min-width: 1024px) {
    .usp-21D-slider {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 20px;
    }
    .usp-21D-item {
      flex: 1 1 auto;
    }
  }

/* Ende USP 2 */

/* Beginn Edelmetalle  3 */


.metals-21D-section { margin: 20px auto; max-width: 1200px; } .metals-21D-title { text-align: center; margin-bottom: 30px; } .metals-21D-title h2 { font-size: 24px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin: 0; } /* Selector Punkte */ .metals-21D-selector { display: flex; gap: 12px; justify-content: center; margin: 40px 0; } .metal-21D { width: 25px; height: 25px; border-radius: 50%; display: inline-block; cursor: pointer; } .metal-21D.active { border: 2px solid black; } /* Basis Grid */ .metals-21D-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; justify-items: center; padding-bottom: 10px; } .metals-21D-item { width: 280px; height: 330px; text-align: center; text-decoration: none; overflow: hidden; display: flex; flex-direction: column; align-items: center; scroll-snap-align: center; } .metals-21D-item img { max-width: 90%; /* 10% kleiner als Standard */ max-height: 90%; object-fit: contain; display: block; } /* Kein Hover-Effekt mehr */ .metals-21D-item:hover img { transform: none; } .metals-21D-caption { margin-top: 10px; color: black; font-size: 20px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; position: relative; display: inline-block; } .metals-21D-caption span::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: black; transform-origin: right; transform: scaleX(1); transition: transform 0.6s ease-in-out; } .metals-21D-item:hover .metals-21D-caption span::after { transform: scaleX(0); } /* ≤ 480px → Slider mit 1 Bild */ @media (max-width: 480px) { .metals-21D-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 0; } .metals-21D-item { flex: 0 0 100%; scroll-snap-align: center; } } /* 481px – 768px → 2 Zeilen mit 4 Bildern */ @media (min-width: 481px) and (max-width: 768px) { .metals-21D-grid { display: grid; grid-template-columns: repeat(2, 1fr); } } /* 769px – 1023px → Slider */ @media (min-width: 769px) and (max-width: 1023px) { .metals-21D-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; } .metals-21D-item { flex: 0 0 40%; scroll-snap-align: center; } } /* ab 1024px → fixe 4er Reihe */ @media (min-width: 1024px) { .metals-21D-grid { display: grid; grid-template-columns: repeat(4, 1fr); } }

/* Ende Edelmetalle  3 */

/* Anfang Edelmetalle  4 */

  .category-21D-title {
    text-align: center;
    margin: 30px 0 10px 0;
  }

  .category-21D-title h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .category-21D-divider {
    width: 60px;
    height: 1px;
    background: black;
    margin: 10px auto 30px auto;
  }

  .category-21D-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-items: center;
  }

  .category-21D-item {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 330px;
    overflow: hidden;
    text-decoration: none;
  }

  .category-21D-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .category-21D-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .category-21D-caption span {
    display: inline-block;
    position: relative;
  }

  .category-21D-caption span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: white;
    transform-origin: right;
    transform: scaleX(1);
  }

  .category-21D-item:hover .category-21D-caption span::after {
    animation: categoryLinePulse-21D 0.6s infinite alternate ease-in-out;
  }

  @keyframes categoryLinePulse-21D {
    0% { transform: scaleX(1); }
    100% { transform: scaleX(0); }
  }

  /* Tablet & Mobile */
  @media (max-width: 1024px) {
    .category-21D-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .category-21D-item {
      height: 280px;
    }
  }

  /* Sehr kleine Smartphones */
  @media (max-width: 480px) {
    .category-21D-grid {
      gap: 8px;
    }
    .category-21D-item {
      height: 220px;
    }
    .category-21D-caption {
      font-size: 17px;
    }
  }

/*Ende 4 Bilder */

/*Anfang 5 Entwerfen VR */

.metals-21D-selector {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 40px 0;
}

.metal-21D {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #aaa;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: hidden;
}

.metal-21D.active,
.metal-21D:hover {
  border: 2px solid black;
  transform: scale(1.05);
}

/* Kräftigere vertikale Verläufe mit metallischem Glanz */
.silber-21D {
  background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 40%, #bfbfbf 100%);
}
.weissgold-21D {
  background: linear-gradient(to bottom, #f8f8f8 0%, #d9d9d9 45%, #b2b2b2 100%);
}
.gelbgold-21D {
  background: linear-gradient(to bottom, #fff3b0 0%, #f7cc44 40%, #b8901f 100%);
}
.rosegold-21D {
  background: linear-gradient(to bottom, #ffd7c8 0%, #ef9a80 45%, #b96c5d 100%);
}
.platin-21D {
  background: linear-gradient(to bottom, #f5f5f5 0%, #c4c4c4 45%, #8d8d8d 100%);
}

/* Glanzeffekt oben – simuliert Lichtreflex */
.metal-21D::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
  pointer-events: none;
}

/* Schöner Glanzverlauf in der Mitte */
.metal-21D::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.3), transparent 70%);
  pointer-events: none;
}

.metal-21D span {
  position: relative;
  z-index: 1;
}

/* === GRUNDLAYOUT === */
.ringbuilder-21D-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 40px 20px;
  background: #faf7f4;
}

.ringbuilder-21D-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}

.ringbuilder-21D-content .highlight-21D {
  display: block;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.ringbuilder-21D-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* === BUTTONS === */
.ringbuilder-21D-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.btn-21D {
  border: 1px solid black;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  transition: background 0.3s ease;
}

.btn-21D:hover {
  background: black;
  color: white;
}

.oder-21D {
  font-size: 14px;
  font-weight: 400;
}

/* === HINWEIS === */
.ringbuilder-21D-hint {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
}

.ringbuilder-21D-hint a {
  text-decoration: underline;font-weight:bold;
}

/* === BILDSEKTION === */
.ringbuilder-21D-image {
  position: relative;
  text-align: center;
}

.main-ring-21D {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.ringbuilder-21D-thumbs {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

.ringbuilder-21D-thumbs img {
  width: 18%;
  max-width: 120px;
  height: auto;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
  border-radius: 4px;
  background: #fff;
}

.ringbuilder-21D-thumbs img:hover {
  transform: scale(1.05);
  border-color: black;
}

/* === METALLFARBE SELECTOR === */
.metals-21D-selector {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin: 20px 0 10px 0;
  flex-wrap: wrap;
}

.metal-21D {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #aaa;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: hidden;
}

.metal-21D.active,
.metal-21D:hover {
  border: 2px solid black;
  transform: scale(1.05);
}

/* Intensiver metallischer Verlauf */
.silber-21D { background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 40%, #bfbfbf 100%); }
.weissgold-21D { background: linear-gradient(to bottom, #f8f8f8 0%, #d9d9d9 45%, #b2b2b2 100%); }
.gelbgold-21D { background: linear-gradient(to bottom, #fff3b0 0%, #f7cc44 40%, #b8901f 100%); }
.rosegold-21D { background: linear-gradient(to bottom, #ffd7c8 0%, #ef9a80 45%, #b96c5d 100%); }
.platin-21D { background: linear-gradient(to bottom, #f5f5f5 0%, #c4c4c4 45%, #8d8d8d 100%); }

/* Lichtreflex */
.metal-21D::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
  pointer-events: none;
}

.metal-21D::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.3), transparent 70%);
  pointer-events: none;
}

.metal-21D span {
  position: relative;
  z-index: 1;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .ringbuilder-21D-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ringbuilder-21D-buttons {
    justify-content: center;
  }

  .metals-21D-selector {
    justify-content: center;
  }

  .main-ring-21D {
    width: 90%;
  }

  .ringbuilder-21D-thumbs {
    bottom: -10px;
    gap: 10px;
  }

  .ringbuilder-21D-thumbs img {
    width: 22%;
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .ringbuilder-21D-content h3 {
    font-size: 22px;
  }
  .metal-21D {
    width: 42px;
    height: 42px;
  }
}

/* Ende Entwerfen VR 5 */

/* Beginn Entwerfen EHE 6 */

.ringbuilder-21D-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 10px auto;
  padding: 40px 20px;
  background: #faf7f4;
}

.ringbuilder-21D-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}

.ringbuilder-21D-content .highlight-21D {
  display: block;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.ringbuilder-21D-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.6;
}

.ringbuilder-21D-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.btn-21D {
  border: 1px solid black;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  transition: background 0.3s ease;
}

.btn-21D:hover {
  background: black;
  color: white;
}

.oder-21D {
  font-size: 14px;
  font-weight: 400;
}

.ringbuilder-21D-hint {
  font-size: 14px;
  font-weight: 300;
}

.ringbuilder-21D-hint a {
  color: red;
  text-decoration: underline;
}

.ringbuilder-21D-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 900px) {
  .ringbuilder-21D-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ringbuilder-21D-buttons {
    justify-content: center;
  }

  .ringbuilder-21D-image {
    order: -1; /* Bild über Text auf Mobil */
  }
}

/* Buttons + ODER untereinander auf sehr kleinen Geräten */
@media (max-width: 500px) {
  .ringbuilder-21D-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .oder-21D {
    display: block;
    text-align: center;
  }
}

/* h3 auf kleinen Screens kleiner */
@media (max-width: 480px) {
  .ringbuilder-21D-content h3 {
    font-size: 22px;
  }
  .ringbuilder-21D-content .highlight-21D {
    font-size: 28px;
  }
}
/* Ende Entwerfen EHE 6 */


/* Anfang Beratung 8 */

  .store-consult-section {
    display: grid;
    gap: 40px;
    margin: 50px auto;
    max-width: 1200px;
  }

  .store-info-inner,
  .store-consult-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }

  .store-img img,
  .consult-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 15px;
  }

  .store-text h3,
  .consult-text h3 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #111;
  }

  .store-text p,
  .consult-text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 12px;
  }

  .consult-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    border: 1px solid #111;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .consult-button:hover {
    background: #111;
    color: #fff;
  }

  /* Desktop (über 1024px): nebeneinander mit Bild links, Text rechts */
  @media (min-width: 1025px) {
    .store-consult-section {
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
    }

    .store-info-inner,
    .store-consult-inner {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 20px;
    }

    .store-img img,
    .consult-img img {
      height: 100%;
      margin-bottom: 0;
    }
  }

  /* Tablet (768px–1024px): nebeneinander, aber Bild oben, Text unten */
  @media (min-width: 768px) and (max-width: 1024px) {
    .store-consult-section {
      grid-template-columns: 1fr 1fr;
    }

    .store-info-inner,
    .store-consult-inner {
      display: flex;
      flex-direction: column;
    }

    .store-img img,
    .consult-img img {
      height: 250px;
      margin-bottom: 10px;
    }
  }

  /* Mobile (unter 768px): untereinander */
  @media (max-width: 767px) {
    .store-consult-section {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

/* Ende Beratung 8 */


/* Anfang Diamanten 9 */

  .diamonds-21D-section {
    margin: 60px auto;
    max-width: 1000px;
    text-align: center;
    padding: 0 20px;
  }

  .diamonds-21D-header h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
  }

  .diamonds-21D-header p {
    font-size: 16px;
    font-weight: 300;
    margin: 10px auto 40px auto;
    max-width: 700px;
  }

  .diamonds-21D-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* Klickbare Karten */
  .diamonds-21D-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .diamonds-21D-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }

  .diamond-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .diamond-photo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
  }

  .lab-icon-wrapper {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lab-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .diamonds-21D-item h4 {
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #2c2c2c;
  }

  .diamonds-21D-item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #555;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .diamonds-21D-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .lab-icon-wrapper {
      width: 40px;
      height: 40px;
    }
    .lab-icon {
      width: 32px;
      height: 32px;
    }
  }

/* Ende Diamanten 9 */


/* Anfang Bewertungen 11 */


.etrusted h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}

.etrusted p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 15px;
}

/* Mobile bis 768px */
@media (max-width: 768px) {
  .etrusted h3 {
    font-size: 22px;
  }
}
/* Ende Bewertungen 11 */

/* Anfang Magazin 12 */

.magazin-21D {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}

.magazin-21D-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.magazin-21D-row.reverse .magazin-21D-text {
  order: 2;
}
.magazin-21D-row.reverse .magazin-21D-image {
  order: 1;
}

.magazin-21D-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.magazin-21D-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
}

.magazin-21D-image {
  position: relative;
}

.magazin-21D-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.magazin-21D-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: background 0.3s ease;
  border-radius: 4px;
}

.magazin-21D-btn:hover {
  background: black;
}

/* Responsive für Mobilgeräte */
@media (max-width: 900px) {
  .magazin-21D-row {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  /* Reihenfolge auf Mobil immer normal: erst Text, dann Bild */
  .magazin-21D-row.reverse .magazin-21D-text,
  .magazin-21D-row.reverse .magazin-21D-image {
    order: unset;
  }

  .magazin-21D-text h3 {
    font-size: 20px;
  }

  .magazin-21D-text p {
    font-size: 15px;
  }
}
/* Ende Magazin 12 */

/* Beginn TEXT 13 */

.line-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.3), rgba(0,0,0,0.1));
  margin: 20px auto;
  max-width: 600px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

  .intro-21D-text {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
  }

  .intro-21D-text h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .intro-21D-text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .intro-21D-text p, 
  .intro-21D-text ul {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
    color: #333;
    margin-bottom: 18px;
  }

  .intro-21D-text a {
    color: inherit;
    text-decoration: underline;
  }

  .intro-21D-text ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
  }


/* ende TEXT 13 */


/*! Sonderfälle: Globale Overrides */

.last-seen-products {
  display: none;
}

.content--breadcrumb .breadcrumb--list {
  display: none;
}


.emotion--container.emotion--column-4 .col-xs-4 {
  padding-right: 0 !important;
}

.categorie-bottom-text {
  display: none;
}

.content-main--inner {
  padding: 0 !important;
}
