
/* PARALLAX */
#parallax {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

#parallax .layer {
  position: absolute;
  inset: 0;
  background-size: cover;          /* füllt die Seite */
  background-position: center center; /* Startpunkt definieren */
  background-repeat: no-repeat;
}

/* LAYER 1 → FIX, kein Bewegen, kein Zoomen */
.layer-1 {
  background-image: url("../bilder/1.webp");
  background-size: contain;       /* zeigt das Bild komplett */
  background-position: center center;
  background-repeat: no-repeat;   /* kein tiles */
}

/* LAYER 2–5 → Bewegliche Tiefenschichten */
/* Deine Bilder */
.layer-2 { background-image: url("../bilder/2.webp"); }
.layer-3 { background-image: url("../bilder/3.webp"); }
.layer-4 { background-image: url("../bilder/4.webp"); }
.layer-5 { background-image: url("../bilder/5.webp"); }

#parallax .layer-2 { min-width: 110vw !important; }
#parallax .layer-3 { min-width: 120vw !important; }
#parallax .layer-4 { min-width: 130vw !important; }
#parallax .layer-5 { min-width: 140vw !important; }



:root {
  --ruby-tannengruen: #264b3d;    /* dein Tannengrün (anpassen) */
  --ruby-gold: rgba(209,182,98,0.95);
  --header-w:250px;               /* normale Breite */
  --header-w-shrunk: 150px;       /* geschrumpfte Breite */
  --header-transition: 280ms;
}


/* Normale (große) Header-Breite – Panel 1 */
:root {
  --header-w: 250px;      /* groß */
  --header-w-shrunk: 150px;  /* klein */
  --header-transition: 280ms;
}



/* ================================
   Horizontal Grundlayout
================================ */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.horizontal-wrapper {
  display: flex;
  flex-direction: row;
  width: 200vw; /* 2 Panels */
  height: 100vh;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}


/* Panels */
.preise-panel {
  position: relative;
  flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
  z-index: 2; /* über Parallax */
}

/* Innerer Content-Wrapper */
.preise-inner {
  position: relative;
  width: calc(99vw - var(--ruby-header-w));
  height: calc(98vh - var(--footer-height));
  box-sizing: border-box;
  margin-left: var(--header-w);
  margin-bottom: var(--footer-height);
  background: #22091500;

}

@media (min-width: 1250px) {
.preise-inner {
  padding: 70px 50px;
}

}



:root {
    --ruby-header-w: 250px;   /* oder deine exakte Headerbreite */
}

.submenu {
  display: none;
}

.submenu.open {
  display: block;
}
 

/* ================================
   Parallax Hintergrund
================================ */

#parallax {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#parallax .layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/* Ruby Glass Look für Hochstecken-Abschnitt (nur Preise-Seite) */
.preise-section {
  background: rgba(255, 255, 255, 0.3);       /* weißtransparent wie bei Ruby */
  backdrop-filter: blur(5px) saturate(130%);  /* Ruby-Glass Effekt */
  -webkit-backdrop-filter: blur(5px) saturate(130%);
  border: 2px solid rgba(209,182,98,.85);
  border-radius: 18px;

  padding: 18px 20px;
  margin: 18px 0;
}

/* Titel */
.preise-section h3 {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-top: 2px;
  color: #fff;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.99),
    0 0 10px rgba(209, 182, 98, 0.99),
    0 0 15px rgba(209,182,98,0.88),
    0 0 20px rgba(209,182,98,0.77) !important;
}

/* Liste */
.preise-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.preise-section li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 1rem;
  color: #fff;
}

/* Preis rechts */
.preise-section li span {
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}

/* Hinweistext */
.preise-hinweis {
  margin-top: 50px;
  font-family: 'Lato';
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgb(255, 255, 255);
  
  
}


@media (min-width: 1251px) {

  /* Panel 1: alles in zwei Spalten */
  .preise-panel-1 .preise-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px; /* Zeilen / Spalten */
  }

  /* Titel und Hinweis sollen vollbreit bleiben */
  .preise-panel-1 .preise-section h2,
  .preise-panel-1 .preise-section .preise-hinweis-global {
    grid-column: 1 / -1;
  }

  .preise-panel-1 .preise-section{
    height: 100%;
    width: 100%;
  }
 /* Jede Preise-Section soll EIN kompaktes Block-Item sein */
  .preise-inner--klassisch .preise-section {
    margin: 0 !important;          /* eigene Abstände aus */
    width: 100% !important;        /* volle Breite der Spalte */
    box-sizing: border-box !important;
  }

}


body.preise-page {
  font-family: "Lato", sans-serif;
}

@media (min-width: 1251px) {
/* ================================
   PREISE-PAGE: Header NICHT schrumpfen
   ================================ */

body.preise-page .ruby-header {
  width: var(--header-w) !important;       /* immer volle Breite */
}

body.preise-page .ruby-header.shrunk {
  width: var(--header-w) !important;       /* Schrumpfen deaktiviert */
}

body.preise-page .ruby-header.shrunk .rh-logo img {
  width: 190px !important;                 /* Logo ebenfalls nicht schrumpfen */
  transform: none !important;
}

body.preise-page .ruby-header.shrunk .rh-whatsapp span {
  display: inline !important;              /* Text im WhatsApp-Button bleibt sichtbar */
}

/* ==========================
   PREISE-PAGE: Panel 1 scrollen
   ========================== */

body.preise-page .preise-panel-1 {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

body.preise-page .preise-panel-1 .preise-inner {
  overflow-y: visible !important;
  padding-right: 9rem;            /* kleine Scrollleiste luft */
  box-sizing: border-box;
  height: auto;
}
body.preise-page .preise-panel-1 .preise-inner {
  padding-top: 50rem !important;   /* ← bei Bedarf höher (z. B. 50–80px) */
  padding-bottom: calc(15rem + 10px)!important;
}


/* ================================
   PREISE-PAGE: Custom Crystal Scrollbar
================================ */

body.preise-page .preise-wrapper {
  display: grid;
  grid-template-columns: 1fr 20px; /* rechts eigene breite Scrollbar */
  height: 100%;
  gap: 12px;
  max-width: 1400px;
}

/* Preisliste scrollt intern */
body.preise-page .preise-box {
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-width: none; /* Firefox: native scrollbar aus */
}

body.preise-page .preise-box::-webkit-scrollbar {
  display: none; /* Chrome/Safari: native scrollbar aus */
}

/* Rechte Glass-Scrollbar */
body.preise-page .preise-scrollbar {
  position: relative;
  width: 100%;
  margin-left: 2rem;
  background: rgba(255,255,255,0.12);
  border-radius: 20px;
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  border: 1px solid rgba(209,182,98,0.45); 
  overflow: hidden;
}

/* Der „Thumb“ der sich bewegt */
body.preise-page .scroll-thumb {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px; /* proportional, JS passt es an */
  background: rgba(209,182,98,0.6);
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(209,182,98,0.6);
  backdrop-filter: blur(4px) saturate(200%);
}

}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */

/* Preisliste Titel – Pacifico Style */
.preise-title {
  font-family: 'Pacifico', cursive;
  font-size: 3.2rem;                 /* Größe */
  color: #ffffff;

  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.99),
    0 0 10px rgba(209, 182, 98, 0.99),
    0 0 15px rgba(209,182,98,0.88),
    0 0 20px rgba(209,182,98,0.77) !important;

  text-align: left;
  margin-top: 30px !important;
  margin-bottom: 30px;

  letter-spacing: 1px;
}


/* Hinweis unter der Preisliste */
.preise-legal-hinweis {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.9;
  color: rgb(255, 255, 255);
  margin-top: 75px;
  margin-bottom: 25px;
  letter-spacing: 0.3px;
  text-shadow: 
    0 0 6px rgb(161, 127, 22),
    0 0 12px rgb(209, 181, 98);
}


/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */

/* DESKTOP: native Scrollleiste von Panel 1 ausblenden */
@media (min-width: 1251px) {

  body.preise-page .preise-panel-1 {
    scrollbar-width: none;              /* Firefox */
    -ms-overflow-style: none;           /* alte MS Browser */
  }

  body.preise-page .preise-panel-1::-webkit-scrollbar {
    display: none;                      /* Chrome / Edge / Safari */
  }

}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */

/* Preislisten-Fix: Erzeuge künstlich ein "Text-Element" links */
.preise-section li {
  display: grid;
  grid-template-columns: 1fr auto;  /* links flexibel, rechts fest */
  column-gap: 40px;
  align-items: start;
}

/* Preis immer rechts → einzeilig, bündig */
.preise-section li span {
  white-space: nowrap;
  text-align: right;
  min-width: 80px;
}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */

/* PREISLISTE – edle, klar sichtbare Linien, ohne Hover */
.preise-section li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(209, 181, 98, 0.5);  /* sichtbarere Goldlinie */
}

/* Kein Hover, kein Glow */
.preise-section li:hover {
  background: none !important;
  backdrop-filter: none !important;
}

/* Preis rechts – Premium Look */
.preise-section li span {
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 80px;
  margin-left: 20px;

  color: rgba(255,255,255,0.95);
  text-shadow: 0 0 4px rgba(209,182,98,0.18); /* ganz leicht, nicht kitschig */
}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */

/* sanfte, edle Mini-Vergrößerung beim Hover */
.preise-section li {
  transition: transform 0.18s ease;
    text-shadow:
    0 0 10px rgba(100, 73, 0, 0.3),
    0 0 5px rgba(54, 40, 0, 0.2),
    0 0 5px rgba(54, 40, 0, 0.1) !important;


}

.preise-section li:hover {
  transform: scale(1.025); /* 1.5% größer – sichtbar, aber nicht drüber */
  text-shadow:
    0 0 10px rgba(209,182,98,0.9),
    0 0 11px rgba(209,182,98,0.8),
    0 0 12px rgba(209,182,98,0.7);
}

/* Ausgangszustand: leicht abgesenkt & transparent */
.preise-section h3 {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.99s ease;
}

/* Sichtbar-Zustand */
.preise-section h3.visible {
  opacity: 1;
  transform: translateY(0);
}




/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
  height: auto !important;
}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
    top: 0 !important;
    height: auto !important;
}
/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
    margin-bottom: 0 !important;
}
/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
    height: auto !important;
    padding-top: 0 !important;
}
/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
    margin-bottom: 0 !important;
}
/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 .preise-inner {
    margin-bottom: 0 !important;
}

/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
.horizontal-wrapper {
    overflow-y: AUTO !important;
}
/* Referenziert: dein aktuelles preise-page HTML/CSS/JS */
body.preise-page .preise-panel-1 {
    height: auto !important;
    min-height: 100vh !important;
}

/* -------------------------------------------- */

.btn-next-panel {
  position: fixed;
  bottom: 100px;
  right: 60px;
  padding: 10px 15px;
  background: rgba(209,182,98,0.9);
  color: #123;
  font-size: 1.1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  Z-INDEX: 855555;
  box-shadow: 0 0 20px rgba(209,182,98,0.5);
}


.ruby-nextpanel-btn:active {
  transform: scale(0.97);
}

/* ----- PANEL 2 ----- */ 

/* ===== Panel 2 Grundlayout ===== */
.preise-panel-two {
  width: 100vw;
  height: 100vh;
  padding-left: var(--header-w,250px);
  padding-bottom: var(--footer-height,60px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preise-p2-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

/* ===== Sterne-Karten oben ===== */
.preise-p2-cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.p2-card {
  background: rgba(255, 255, 255, 0.301);
  border: 2px solid rgba(209,182,98,0.7);
  border-radius: 16px;
  backdrop-filter: blur(5px) saturate(130%);
  -webkit-backdrop-filter: blur(5px) saturate(130%);
  color: #fff;
  font-size: 1rem;
  padding: 10px, 10px !important;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 300px !important;
}


/* Sterne */
.p2-star {
  width: 35px;
  height: 35px;
}

/* ===== Mini Marlena Placeholder ===== */
.marlena-placeholder {
  width: 200px;
  height: 260px;
  background: rgba(255,255,255,0.15);
  border: 2px dashed rgba(209,182,98,0.6);
  border-radius: 20px;
}

.preise-scroll-container {
  display: flex;
  flex-direction: row;
  width: 200vw;
  height: 100vh;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;
}

.preise-scroll-container > section {
  flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
}

#main {
  overflow-x: visible;
}

.preise-scroll-container {
  scroll-snap-type: x mandatory;
}

.preise-scroll-container > section {
  scroll-snap-align: start;
}



@media (min-width: 1250px) {

  .preise-p2-marlena {
    position: relative;
    min-height: auto;
    overflow: visible;
  }

  .preise-p2-marlena img {
    position: absolute;
    max-width: 100%;
    display: block;
    bottom: 0px;
    z-index: 5;
    width: 260px;   /* Größe – kannst du ändern */
    height: auto;
    pointer-events: none;
  }

}

@media (min-width: 1250px) {

  .preise-p2-marlena img {
    position: relative;   /* NICHT absolute */
    display: block;
    width: 260px;
    margin-left: auto;    /* nach rechts schieben */
    
  }

}

@media (min-width: 1250px) {

  .preise-p2-marlena {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*margin-top: clamp(260px, 22vh, 420px) !important; */

  }

  .preise-p2-marlena img {
    width: 260px;
    height: auto;
  }

}

@media (min-width: 1250px) {

  .preise-p2-marlena {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .preise-p2-marlena img {
    width: 260px;
    height: auto;
  

    /* fein, reagiert auf BREITE */
    transform: translateY(clamp(20px, 4vw, 90px));
  }

}

/* Desktop klein */
@media (min-width: 1250px) {
  .preise-p2-marlena img {
    transform: translateY(clamp(15px, 3vw, 70px));
  }
}

/* Desktop normal (z. B. dein 1920px Screen) */
@media (min-width: 1600px) {
  .preise-p2-marlena img {
    transform: translateY(clamp(30px, 4vw, 100px));
  }
}

/* Sehr große Screens */
@media (min-width: 2000px) {
  .preise-p2-marlena img {
    transform: translateY(clamp(50px, 5vw, 140px));
  }
}

.preise-panel-two {
  height: 100vh;
}

.preise-p2-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.preise-p2-cards {
  flex: 1 1 auto;          /* Reihe 1: nimmt den oberen Raum */
  display: flex;
  justify-content: center; /* Karten mittig */
  align-items: flex-end;   /* Karten unten in ihrer Reihe */
  flex-wrap: wrap;

}

.preise-p2-marlena {
  flex: 0 0 auto;          /* Reihe 2: feste Höhe */
  display: flex;
  justify-content: center; /* Marlena mittig */
}

.preise-p2-marlena img {
  position: static;
  transform: none;
  display: block;
}

.preise-p2-cards {
  transform: translateY(90px); /* positiver Wert = näher an Marlena */
}

.preise-p2-marlena {
  height: clamp(230px, 280px, 310px) !important;
  width: auto;
}

.preise-panel-two {
  min-height: 100vh;
}
.preise-p2-marlena img {
  height: clamp(200px, 24vh, 290px);
  width: auto;
}
.preise-p2-cards {
  transform: translateY(clamp(12px, 4vh, 24px));
}
 
@media (max-height: 680px) {
  .preise-p2-marlena img {
    height: clamp(160px, 22vh, 220px);
  }
}

/* Basis (dein normaler Zustand) */
.preise-p2-marlena {
  transform: translateY(0);
}



/* Grundzustand */
.p2-card-front { display: block; }
.p2-card-back  { display: none; }

/* Umschalt-Zustand */
.p2-card.is-back .p2-card-front { display: none; }
.p2-card.is-back .p2-card-back  { display: block; }


/* Karte hat feste Größe (für alle gleich) */
.p2-card {
  position: relative;
  height: 380px;   /* dein festgelegtes Kartenmaß */

}

/* Front & Back liegen deckungsgleich */
.p2-card-front,
.p2-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.p2-card-front {
  display: flex;
  flex-direction: column;
}

.p2-card-front .p2-star {
  display: inline-block;
}
.p2-star {
  display: inline-block;
}
.p2-card-front {
  white-space: nowrap;
}

/* Sterne als eigene Zeile behandeln */
.p2-card-front .p2-star {
  display: inline-block;
}

/* Titel MUSS in die nächste Zeile */
.p2-card-front .p2-title {
  display: block;
  margin-top: 8px;
}


.p2-card-text {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.p2-card-front,
.p2-card-back {
  min-width: 0;
}
.p2-card-text {
  line-height: 1.15;
  padding: 15px;
  padding-top: 0;
  font-weight: 200;
  margin-bottom: 0;
}

.preise-p2-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
}
.preise-p2-cards,
.preise-p2-marlena {
  width: 100%;
}

.preise-p2-marlena img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.p2-card-1 {
  transform: translateY(clamp(80px, 10vh, 150px));
}

.p2-card-2 {
  transform: translateY(0);
}

.p2-card-3 {
  transform: translateY(clamp(80px, 10vh, 150px));
}


.p2-card-text ul {
  padding-left: 0.8em;
  list-style-position: outside;
  margin-bottom: 0;
    text-shadow:
    0 0 10px rgba(100, 73, 0, 0.5),
    0 0 5px rgba(54, 40, 0, 0.2),
    0 0 5px rgba(54, 40, 0, 0.2) !important;
}

.p2-card-text li + li {
  margin-top: 0.6em;
}

.p2-card-text li {
  margin-left: 0;
}


h3.p2-card-title {
  font-family: 'Pacifico', cursive;
  font-size: 1.5rem;                 /* Größe */
  color: #ffffff;
  flex-wrap: wrap;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.99),
    0 0 10px rgba(209, 182, 98, 0.99),
    0 0 15px rgba(209,182,98,0.88),
    0 0 20px rgba(209,182,98,0.77) !important;
}

.p2-card-stars {
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  justify-content: center;
  gap: 8px;
}

.p2-card-2 .p2-card-title {
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
    white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.p2-card-text p {
  text-shadow:
    0 0 10px rgba(100, 73, 0, 0.5),
    0 0 5px rgba(54, 40, 0, 0.2),
    0 0 5px rgba(54, 40, 0, 0.2) !important;
}

.p2-star {
  filter:
    drop-shadow(0 0 1px rgba(255, 231, 123, 0.9))
    drop-shadow(0 0 10px rgba(255, 223, 129, 0.6))
    drop-shadow(0 0 12px rgba(255, 221, 120, 0.5))
    drop-shadow(0 0 15px rgba(255, 225, 133, 0.4));
}



.marlena-speech {
  position: absolute;
  bottom: 35%;
  left: 64%;
  transform: translateX(-50%);
  margin-bottom: 12px;

  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-radius: 14px;

  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;

  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.marlena-speech::after {
 content: "";
  position: absolute;

  top: 65%;
  left: -8%;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid rgba(255,255,255, 1);

  transform: translateY(-50%) rotate(-18deg);
}


.marlena-figure {
  position: relative;
  display: inline-block; /* WICHTIG */
}

.marlena-speech {
  position: absolute;
  top: 35%;          /* Augenhöhe AM BILD */
  transform: translateY(-30px);
  left: 75%;
  margin-left: 18px;
}


.site-footer {
  position: relative;
}

.btn-next-panel {
  /* komplett eigenes Erscheinungsbild */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  
  padding: 12px 18px;
  border-radius: 999px;

  background: rgba(209,182,98,0.9);
  color: #ffffff;
  white-space: nowrap;

  /* kein Einfluss von Footer-Layouts */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* optional, aber empfehlenswert */
  box-sizing: border-box;
}

.btn-next-panel {
  position: absolute;
  right: 60px;
  bottom: 100%;        /* AN den oberen Rand des Footers */
  margin-bottom: 16px;/* DER Abstand über dem Footer */
}

.preis-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:#fff;

  width: 32px;
  height: 32px;
  margin-left: 10px;

  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;

  background: rgba(209,182,98,0.85);
  text-decoration: none;
}

.preis-info-btn:hover {
  background: rgba(209,182,98,1);
}

.preise-section li span.preis-text{
  flex: 1;
    flex-wrap: wrap !important;
  text-align: left;
  margin-left: 0;
      font-size: 1rem;
    color: #fff;
    transition: transform 0.18s ease;
    text-shadow: 0 0 10px rgba(100, 73, 0, 0.3), 0 0 5px rgba(54, 40, 0, 0.2), 0 0 5px rgba(54, 40, 0, 0.1) !important;
    font-weight: 100;
}

span.preis-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.preis-text {
  position: relative;
}

.preis-infobox {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(115%) !important;

  border-radius: 16px;
  padding: 14px;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(209,182,98,0.35);

  width: 220px;

  z-index: 33545646 !important;
}


.preis-infobox img {
  width: 100%;
  aspect-ratio: 3.5 / 2;
  object-fit: cover;

  border-radius: 10px;
  margin-bottom: 10px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.preis-infobox p {
  font-size: 1rem;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 10px;

}


.preis-infobox-link {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;

  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;

  background: rgba(209,182,98,0.85);
  color: #ffffff;
}

.preis-infobox-link:hover {
  background: rgba(209,182,98,1);
}


.preis-info-btn {
  border: none;
  outline: none;
  background: rgba(209,182,98,0.85);
}

.preis-infobox {
  position: fixed;   /* WICHTIG */
  z-index: 999;
}


@media (max-height: 680px) {
  .marlena-speech {
    font-size: 0.9rem;          /* oder dein echter Wert */
    line-height: 1.3;
    padding: 0.6em 0.9em;
    transform: none;
    width: 129.7px;
    height: 39px;
    top: 20%;
  }
}


/* --------------------------------- */

/* Bezugspunkt */
.preise-section { position: relative; }

/* Zeile */
.h3-info {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

/* i-Button */
.info-i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(209,182,98,.9);
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 10px;
}

/* Box (immer im DOM, nie im Layoutfluss) */
.info-box {
  position: absolute;
  top: 2%;
  left: 2%;

  width: 260px;
  padding: 12px;
  border-radius: 14px;

    background: rgba(209,182,98,0.3);
    backdrop-filter: blur(8px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(115%) !important;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(209, 182, 98, 0.35);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .15s ease;
  z-index: 9999;
}

/* offen */
.info-box.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
      font-size: 1rem;
    line-height: 1.35;
    color: #ffffff;
    text-shadow: 
    0 0 10px rgba(100, 73, 0, 0.5), 
    0 0  5px rgba(54, 40, 0, 0.4), 
    0 0  5px rgba(54, 40, 0, 0.3) !important;
    margin: 0 0 10px;
}


.btn-next-panel.is-highlight {
  box-shadow:
    0 0 20px rgb(255, 234, 171),
    0 0 50px rgba(255, 228, 145, 0.95),
    0 0 90px rgba(209,182,98,0.9) !important;

  transform: scale(1.08) !important;
}


.preis-block--intro .preise-section {
  background: rgba(8, 77, 25, 0.125);
  backdrop-filter: blur(4px) saturate(105%);
}

.preis-block--intro .preise-section p{
color:#fff;
font-family: 'Lato';
transition: transform 0.18s ease;
    text-shadow: 
    0 0 10px rgba(100, 73, 0, 0.3), 
    0 0 5px  rgba(54, 40, 0, 0.2), 
    0 0 5px  rgba(54, 40, 0, 0.2) !important;
line-height: 1.3 !important;

}

/* DESKTOP FERTIG, JETZT MOBILE */ 

@media (max-width: 1250px) {
  .rh-nav {
    display: block !important;              /* IMMER im DOM */
    max-height: 0;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      max-height .45s ease,
      opacity .35s ease,
      transform .45s ease;
  }

  .rh-nav.open {
    max-height: 650px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 700px)  {
  .rh-nav {
    margin-top: 40px;
  }}


@media (max-width: 1250px) {
  .rh-nav li {
    opacity: 0;
    transform: translateY(-16px);
    transition:
      opacity .45s ease,
      transform .45s ease;
  }
}
@media (max-width: 1250px) {
  .rh-nav.open li {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1250px) {
  .rh-nav.open li:nth-child(1) { transition-delay: 0.05s; }
  .rh-nav.open li:nth-child(2) { transition-delay: 0.10s; }
  .rh-nav.open li:nth-child(3) { transition-delay: 0.15s; }
  .rh-nav.open li:nth-child(4) { transition-delay: 0.20s; }
  .rh-nav.open li:nth-child(5) { transition-delay: 0.25s; }
  .rh-nav.open li:nth-child(6) { transition-delay: 0.30s; }
}

@media (max-width: 1250px) {

  .rh-nav > ul > li.fade-down {
    opacity: 0;
    transform: translateY(-18px);
    transition:
      opacity 0.55s ease,
      transform 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .rh-nav > ul > li.fade-down.visible {
    opacity: 1;
    transform: translateY(0);
  }

}

@media (max-width: 1250px) {
  main {
    margin-top: 180px !important;

  .preise-inner {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin-left: auto; 
    margin-right: auto;
    max-width: 90vw;
}
    
  }
}

@media (max-width: 1250px) {

  /* ALLE Layout-Container zurück auf vertikal */
  main,
  section,
  article,
  .preise-scroll-container,
  .preise-panel,
  .preise-panel-two,
  .preis-block {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }



}

@media (max-width: 1250px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}
@media (max-width: 1250px) {
  .preise-scroll-container {
    width: 100% !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 1250px) {

  html,
  body {
    height: auto !important;
    overflow-y: auto !important;
  }

  main {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .preise-scroll-container {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .preise-scroll-container section,
  .preise-panel,
  .preise-panel-two {
    height: auto !important;
    min-height: auto !important;
  }
  
  .preise-section {
  max-width: 400px;
  margin: 0;
  padding: 15px;
  }
}

/* =========================
   MOBILE BASIS: 1 SPALTE
   ========================= */
@media (max-width: 699px) {
  .preise-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
    left: 50%;
  }


  .preis-block {
    width: 100%;
    max-width: 400px;
  }
}

/* =========================
   MOBILE BREIT / TABLET: 2 SPALTEN
   ========================= */
@media (min-width: 700px) and (max-width: 1250px) {
  .preise-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 400px));
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;   /* 🔑 gleiche Höhe pro Zeile */
  }

  .preis-block {
    display: block;          /* 🔑 erlaubt Streckung */
  }

  .preis-block .preise-section {
    flex: 1;                /* 🔑 füllt den Block */
    display: block;
    flex-direction: column;
  }
}

@media (min-width: 700px) and (max-width: 1250px) {

  .preise-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 400px));
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
  }

  /* DER entscheidende Schritt */
  .preis-block {
    display: contents;
  }

  /* Jetzt sind DAS die Grid-Items */
  .preise-section {
    height: 100%;
  }

  /* 🔑 DAS verhindert Überlappen */
  .preise-section {
    margin: 0;                 /* keine kollabierenden Margins */
    box-sizing: border-box;
    align-self: stretch;       /* füllt die Grid-Zelle korrekt */
  }
}



@media (max-width: 1250px) {
  .preise-scroll-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    transform: none !important;
  }

}

@media (max-width: 399px) {
  .preise-panel .preise-box .preis-block .preise-section {
    padding: 0.75rem 0.9rem !important;
    font-size: 1rem !important;
  }

  .preise-panel .preise-box .preis-block {
    max-width: 90vw !important;
    width: 90vw !important;
  }
}



@media (max-width: 1250px) {

  .preise-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .preise-section ul li span {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 0.5rem;
  }

  .preise-section {
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (max-width: 399px) {

  .preise-section ul li {
    flex-direction: column;
    font-family: 'Lato';
    align-items: flex-start;
  }

  .preise-section ul li span {
    align-self: flex-end;
  }

  .info-box.open {
    max-width: 75vw;
  }

}

@media (max-width: 1250px) {
  .preis-infobox {
    position: fixed !important;
    transform: translateY(30%) !important;
    inset: 0 !important;           /* volle Viewport-Fläche */
    margin: auto !important;       /* echte Zentrierung */
    max-width: 75vw !important;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }
}

@media (max-width: 1250px) {
  .preise-inner {
    padding: 0 !important;
  }
}

@media (max-width: 699px) {
  .preis-block {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width: 450px) and (max-width: 699px) {
  .preise-inner.preise-inner--klassisch {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------- */ 

@media (max-width: 699px) {
  .preise-panel-two .p2-card {
    display: none;
  }

  .preise-panel-two .p2-card.is-active {
    display: block;
  }

  .preise-panel-two {
    padding-left: 0;
  }

  .p2-card-1 {
    transform: none;
  }
  
  .p2-card-3 {
    transform: none;
  }

  .preise-p2-marlena{ 
    transform: translateY(0) !important;
}

.preise-legal-hinweis {
    line-height: 1.2;
    font-size: 0.8rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Lato';
}
}

@media (max-width: 699px) {

  .preise-panel-two .p2-card {
    max-width: 100%;
    margin: 0 15px;              /* zentriert im Viewport */
    height: 330px;
  }

  .p2-card-text {
    line-height: 1.0;

  }


.p2-card {
  box-sizing: border-box;
  overflow: hidden;        /* 🔑 nichts darf rauslaufen */
}

.p2-card-text {
  padding: 0;
}

.p2-card-front, .p2-card-back {
  box-sizing: border-box;
  padding: 0.8rem;  /* Luft nach innen */
  width: 100%;
}

.p2-card-stars {
  margin-top: 0;
}
}

@media (max-width: 699px) {
  h3.p2-card-title {
    font-size: clamp(1.1rem, 5.5vw, 1.35rem);
    line-height: 1.25;
    margin-bottom: 0.6rem;
    word-break: break-word;
  }

  .p2-card-text p {
    font-size: 0.95rem;
    font-family: 'Lato';
  }
}

@media (max-width: 699px) {
  h3.p2-card-title {
    hyphens: auto;
  }
}

/* Standard: Button aus */
.p2-info-btn {
  display: none;
}

/* Nur Mobile anzeigen */
@media (max-width: 699px) {
  .p2-info-btn {
    display: flex;
  }


.p2-card {
  position: relative; /* 🔑 Anker für den Button */
}

.p2-info-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;

  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: rgba(209,182,98,1.0);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.35);

  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 3; /* über Karteninhalt */
}
}



/* Tap-Zone minimal größer (Mobile) */
@media (max-width: 699px) {
  .p2-info-btn {
    width: 35px;
    height: 35px;
  }

.p2-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.p2-overlay.is-open {
  display: block;
}

.p2-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 71, 4, 0.55);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(209,182,98,1.0);
  border-radius: 18px;
  width: 85vw;
  height: 65vh;
  margin: auto;
  top: 24%;
}

.p2-overlay__content {
  position: relative;
  max-width: calc(100vw - 30px); /* 15px Rand */
  margin: 10vh auto;
  border-radius: 16px;
  padding: 1.2rem;
  color: #fff;
}

.p2-overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  z-index: 9999999999;
  pointer-events: auto;
  border: none;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
}
/* Desktop: Overlay komplett deaktiviert */
@media (min-width: 700px) {
  .p2-overlay {
    display: none !important;
  }
}

@media (max-width: 699px) {

  /* Karte verhält sich wie eine normale Box */
  .p2-card {
    perspective: none !important;
  }

  /* ALLES, was flippen könnte, neutralisieren */
  .p2-card,
  .p2-card * {
    transform: none !important;
    transition: none !important;
  }

  /* NUR Vorderseite anzeigen */
  .p2-card-front {
    position: static !important;
    display: block !important;
    backface-visibility: visible !important;
  }

  /* Rückseite komplett entfernen */
  .p2-card-back {
    display: none !important;
  }
}

@media (max-width: 699px) {

  .p2-overlay__backdrop {
    z-index: 1;
  }

  .p2-overlay__content {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 699px) {
  .p2-overlay .p2-card-back {
    display: block !important;
  }
}

@media (max-width: 699px) {

  .p2-overlay__backdrop {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 85vw;
    height: 65vh;
    top: 24%;

    background: rgba(6, 71, 4, 0.35);
    backdrop-filter: blur(3px);
    border-radius: 18px;

    padding: 1.2rem 1.2rem 1.6rem;
    overflow-y: auto;           /* 🔑 Inhalt bleibt IM Glas */
    overflow-x: hidden;

    box-sizing: border-box;
  }


  .p2-card-text li {
    color:#fff;
    font-family: 'Lato';
    font-size: 0.95rem;
  }

  .p2-card-text li + li {
    margin-bottom: 0.6rem;
  }
  
  .p2-overlay__inner {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .p2-overlay .p2-card-back {
    display: block !important;
  }
}


@media (max-width: 1250px) {
  .p2-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    max-width: 100%;
    margin: 1rem auto 1rem;
    padding: 0.5rem;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
  }

  .p2-helper__img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }

  .p2-helper__text {
    font-size: 0.9rem;
    font-family: 'Lato';
    line-height: 1.3;
    color: rgba(255,255,255,1);
  }

  .p2-helper__text span {
    opacity: 0.8;
    font-size: 0.85rem;
  }
}

@media (max-width: 1250px) {
  .p2-helper {
    transition: opacity .4s ease, filter .4s ease;
  }

  .p2-helper.is-dimmed {
    opacity: 0.5;
    filter: grayscale(0.5);
  }
}


@media (min-width: 1251px) {
.p2-helper {
  display: none;
}
}

@media (max-width: 1250px) {
  .p2-mobile-title {
    display: block;
    max-width: 90%;
    margin: 0 auto 0.6rem;
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-size: clamp(1.4rem, 2.9vw, 3rem);
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-shadow: 
      0 0  1px rgba(0, 0, 0, 0.99), 
      0 0 10px rgba(209, 182, 98, 0.99), 
      0 0 15px rgba(209, 182, 98, 0.88), 
      0 0 20px rgba(209, 182, 98, 0.77) !important;
  }
}

/* Desktop komplett ausblenden */
@media (min-width: 1251px) {
  .p2-mobile-title {
    display: none;
  }
}

@media (max-width: 700px) {
.preise-p2-marlena {
    display: none;
  }
}

/* Mobile-Version */
@media (max-width: 699px) {
  /* Footer-Button auf Mobile AUS */
  footer .btn-next-panel {
    display: none !important;
  }

  .info-box.open {
    max-width: 75vw;
    height: auto;
    top: 1%;
    background: rgba(209, 182, 98, 0.6);
    backdrop-filter: blur(8px) saturate(115%) !important;
  }
}

/* Desktop */
@media (min-width: 1251px) {
  .button-nextpanel-mobile {
    display: none !important;
  }
}

@media (max-width: 1250px) {
  .preise-section li span.preis-text {
    align-self: flex-start;
    text-align: left;
    width: 100%;
  }

  .button-nextpanel-mobile {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color:#fff;
    border: 1px rgba(255, 255, 255, 0.9);
    line-height: 1;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(209, 182, 98, 0.9);
  }
}



.site-footer .btn-next-panel {
  pointer-events: auto;
}


@media (max-width: 699px) {
  .p2-card {
    /* Fingerbewegung läuft über CSS-Variable */
    translate: var(--drag-x, 0px) 0;
  }
}

/* ------------------------------ */

/* =========================
   MOBILE PREIS-NAVI (sticky)
   ========================= */

@media (max-width: 1250px) {

  .preise-section {
  scroll-margin-top: 150px !important;
  }


  .preise-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    margin-bottom: 20px;
  }

  .preise-mobile-nav__list {
    display: flex;
    gap: 6px;
    padding: 8px 10px;
    margin: 0;

    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;            /* Firefox */
  }

  .preise-mobile-nav__list::-webkit-scrollbar {
    display: none;                    /* Webkit */
  }

  .preise-mobile-nav__list li {
    flex: 0 0 auto;
  }

  .preise-mobile-nav__list a {
    font-family: 'Lato';
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 14px;
    border-radius: 999px;

    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;

    color: rgb(255, 255, 255);
    background: rgba(209,182,98,0.92);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }

  .preise-mobile-nav__list a:active {
    transform: scale(0.96);
  }

  /* Abstand, damit Anker nicht unter dem Sticky-Navi landen */
  .preise-section {
    scroll-margin-top: 58px; /* Höhe des Navs */
  }


  
}

/* =========================
   DESKTOP: komplett aus
   ========================= */
@media (min-width: 1251px) {
  .preise-mobile-nav {
    display: none;
  }
}


/* =========================
   Mobile Back-to-Top Button
   ========================= */

@media (max-width: 1250px) {

  .preise-backtotop {
    position: fixed;
    right: 10px;
    bottom: 78px; /* über Footer / CTA */

    width: 35px;
    height: 35px;
    border-radius: 50%;

    background: rgba(209,182,98,0.92);
    color: #123;
    border: none;

    font-size: 18px;
    font-weight: 600;
    color:#fff;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);

    transition:
      opacity .25s ease,
      transform .25s ease;
    z-index: 9999;
  }

  .preise-backtotop.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .preise-backtotop:active {
    transform: scale(0.95);
  }
}

/* Desktop komplett aus */
@media (min-width: 1251px) {
  .preise-backtotop { display: none; }
}

@media (max-width: 1250px) {
  .preise-backtotop {
    bottom: 20px !important;
    z-index: 99999 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  
}

/* JETZT MOBILE 700-1250px */ 

@media (min-width: 700px) and (max-width: 1250px) {


  .preise-p2-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;

    align-items: end;
    justify-items: center;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 0 !important; 
  }

  .site-footer .btn-next-panel{
    display: none;
  }

  /* Mobile-Swipe-Logik optisch neutralisieren */
  .preise-panel-two .p2-card {
    transform: none !important;
  }

  .preise-p2-marlena {
     display: none;
  }

  .preise-panel-two{
    padding-left: 0;
    padding-bottom: var(--footer-height, 60px);
  }

  .p2-mobile-title {
    margin-top: 40px;
  }

}

@media (min-width: 700px) and (max-width: 1250px) {
  .preise-panel-1 {
    margin-top: -50px;
  }
}

@media (min-width: 700px) and (max-width: 977px) {

  /* Grid wie gehabt */
  .preise-p2-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    justify-items: center;
  }

  /* 🔑 Wenn Karte 3 allein in der letzten Zeile ist */
  .p2-card-3 {
    grid-column: 1 / -1;   /* spannt über alle Spalten */
    justify-self: center; /* exakt mittig */
  }
}

