/* -----------------------------------------------------------------------------
   SL Enterprises – Premium pricing surface (mobile-first)
   Editorial / corporate calm: weniger „Kartenfriedhof“, mehr klare Hierarchie.
   ----------------------------------------------------------------------------- */

.price-sheet{
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  --price-display-font: "Newsreader", Georgia, "Times New Roman", serif;
  --price-body-font: var(--font-body, Inter, system-ui, sans-serif);
  --price-accent: rgb(212, 175, 55);
  --price-ink: rgba(19, 14, 3, 0.94);
  --price-ink-soft: rgba(63, 53, 36, 0.82);
  --price-line: rgba(19, 14, 3, 0.09);
  --price-surface: rgba(255, 255, 255, 0.94);
  --price-surface-2: rgba(251, 248, 242, 0.92);
  --price-shadow: 0 26px 70px rgba(19, 14, 3, 0.07);
  --price-radius-xl: clamp(18px, 3vw, 26px);
  --price-radius: 14px;

  padding: clamp(22px, 5vw, 52px) 0 clamp(42px, 8vw, 76px);
  font-family: var(--price-body-font);
}

.price-sheet .container{
  max-width: min(1080px, 100%);
  min-width: 0;
}

.price-crumb{
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 750;
  color: rgba(19, 14, 3, 0.52);
}

.price-crumb a{
  color: rgba(19, 14, 3, 0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

.price-crumb a:hover{
  color: rgba(19, 14, 3, 0.92);
  border-bottom-color: rgba(212, 175, 55, 0.85);
}

.price-sheet__intro{
  max-width: min(760px, 100%);
  margin: 0;
  text-align: left;
}

.price-sheet.price-sheet--hub .price-sheet__intro{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.price-sheet.price-sheet--hub .price-sheet__lead{
  margin-left: auto;
  margin-right: auto;
}

.price-sheet__title{
  margin: 12px 0 12px;
  font-family: var(--price-display-font);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
  font-size: clamp(2rem, 4.6vw, 3rem);
  color: var(--price-ink);
}

.price-sheet__lead{
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.65;
  color: var(--price-ink-soft);
}

.price-sheet__note{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--price-radius);
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 242, 0.78));
  box-shadow: 0 14px 34px rgba(19, 14, 3, 0.04);
  font-size: var(--text-sm, 0.92rem);
  color: rgba(63, 53, 36, 0.86);
}

/* -----------------------------------------------------------------------------
   Bereich unter der festen Nav (Brotkrumen + Titel): ein Mast wie die Startseiten-Hero,
   kein separates „Hover-Kärtchen“ darüber — verhindert verwaschene Scroll-/Reveal-Bewegung auf Mobile.
   ----------------------------------------------------------------------------- */

body.page-pricing .price-page-mast{
  width: 100%;
  box-sizing: border-box;
  padding: clamp(14px, 4vw, 26px) 0 clamp(12px, 3vw, 20px);
  margin: 0 0 clamp(14px, 3.5vw, 26px);
  border-radius: 0 0 clamp(14px, 3vw, 22px) clamp(14px, 3vw, 22px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-top: 0;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(251, 248, 242, 0.45));
  box-shadow:
    0 14px 42px rgba(19, 14, 3, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.page-pricing .price-page-mast .price-crumb{
  margin-bottom: clamp(10px, 2.5vw, 16px);
}

body.page-pricing .price-page-mast .price-sheet__intro{
  max-width: min(820px, 100%);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-pricing .price-page-mast--hub .price-sheet__intro{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-pricing .price-page-mast--detail .price-sheet__intro{
  text-align: left;
}

body.page-pricing .price-page-mast .price-sheet__note{
  margin-top: clamp(12px, 3vw, 18px);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(212, 175, 55, 0.16);
  box-shadow: 0 10px 28px rgba(19, 14, 3, 0.05);
}

/* -----------------------------------------------------------------------------
   Overview hub panels (preise.html)
   ----------------------------------------------------------------------------- */

.price-hub-grid{
  margin-top: clamp(18px, 4vw, 28px);
  display: grid;
  gap: clamp(14px, 3vw, 22px);
}

.price-panel{
  border-radius: var(--price-radius-xl);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background:
    radial-gradient(1200px 600px at 90% -10%, rgba(212, 175, 55, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 242, 0.92));
  box-shadow: var(--price-shadow);
  padding: clamp(18px, 3.3vw, 26px);
}

.price-panel__head{
  display: grid;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--price-line);
}

@media (min-width: 760px){
  .price-panel__head{
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }
}

.price-panel__eyebrow{
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 850;
  color: rgba(19, 14, 3, 0.48);
}

.price-panel__title{
  margin: 0;
  font-family: var(--price-display-font);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  line-height: 1.15;
  color: var(--price-ink);
}

.price-panel__lead{
  margin: 10px 0 0;
  color: var(--price-ink-soft);
  font-size: var(--text-sm, 0.92rem);
  line-height: 1.55;
  max-width: 62ch;
}

.price-panel__cta{
  display: flex;
  justify-content: flex-start;
}

.price-panel__media{
  margin: clamp(14px, 3vw, 22px) 0 clamp(18px, 4vw, 26px);
  border-radius: var(--price-radius);
  overflow: hidden;
  border: 1px solid rgba(19, 14, 3, 0.08);
  box-shadow: 0 14px 36px rgba(19, 14, 3, 0.06);
}

.price-panel__media img{
  width: 100%;
  height: clamp(148px, 34vw, 220px);
  display: block;
  object-fit: cover;
}

@media (max-width: 759px){
  .price-panel__cta{
    width: 100%;
  }

  .price-panel__cta .btn{
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 760px){
  .price-panel__cta{
    justify-content: flex-end;
  }
}

.price-included{
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: var(--price-radius);
  border: 1px solid rgba(19, 14, 3, 0.07);
  background: rgba(255, 255, 255, 0.58);
}

.price-panel__footer{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--price-line);
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 760px){
  .price-panel__footer{
    justify-content: flex-end;
  }
}

/* -----------------------------------------------------------------------------
   Preise-Hub (preise.html): schmale Viewports — Abstände, Umbrüche, volle Breite CTAs
   ----------------------------------------------------------------------------- */

@media (max-width: 900px){
  section.section.price-sheet.price-sheet--hub{
    padding-top: 0;
    padding-bottom: clamp(28px, 7vw, 52px);
  }

  .price-sheet.price-sheet--hub .price-sheet__title{
    font-size: clamp(1.38rem, 5.8vw, 2rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .price-sheet.price-sheet--hub .price-sheet__lead{
    font-size: clamp(0.95rem, 3.6vw, 1.06rem);
    padding: 0 clamp(4px, 2vw, 12px);
  }

  .price-sheet.price-sheet--hub .price-sheet__intro{
    padding: clamp(14px, 4vw, 22px) clamp(12px, 4vw, 20px);
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .price-sheet.price-sheet--hub .price-sheet__note{
    text-align: left;
  }

  .price-hub-grid{
    gap: clamp(12px, 3.2vw, 18px);
  }

  .price-sheet.price-sheet--hub .price-panel{
    padding: clamp(14px, 4vw, 20px);
    border-radius: clamp(14px, 4vw, 22px);
  }

  .price-sheet.price-sheet--hub .price-panel__title{
    font-size: clamp(1.12rem, 4vw, 1.45rem);
    line-height: 1.18;
  }

  .price-sheet.price-sheet--hub .price-panel__lead{
    max-width: 100%;
    font-size: clamp(0.88rem, 3.4vw, 0.96rem);
  }

  .price-sheet.price-sheet--hub .price-tier-grid{
    gap: 10px;
  }

  .price-sheet.price-sheet--hub .price-tier{
    padding: 12px 12px;
  }

  .price-sheet.price-sheet--hub .price-tier__top{
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .price-sheet.price-sheet--hub .price-tier__name{
    flex: 1 1 min(0, 100%);
    min-width: 0;
    font-size: clamp(0.94rem, 3.8vw, 1.05rem);
  }

  .price-sheet.price-sheet--hub .price-amount{
    white-space: normal;
    text-align: right;
    max-width: min(100%, 18rem);
    line-height: 1.25;
    word-break: break-word;
    margin-left: auto;
  }

  .price-sheet.price-sheet--hub .price-panel__footer{
    flex-direction: column;
    align-items: stretch;
  }

  .price-sheet.price-sheet--hub .price-panel__footer .btn{
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .price-sheet.price-sheet--hub .price-included{
    padding: 12px 12px;
  }

  .price-sheet.price-sheet--hub .price-list{
    padding-left: 16px;
    font-size: clamp(0.88rem, 3.5vw, 0.93rem);
  }
}

@media (max-width: 520px){
  section.section.price-sheet.price-sheet--hub{
    padding-top: 0;
    padding-bottom: clamp(22px, 8vw, 44px);
  }

  .price-sheet.price-sheet--hub .price-sheet__intro{
    padding: 12px 12px;
  }
}

.btn--price-ghost{
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(19, 14, 3, 0.12);
  background: rgba(255, 255, 255, 0.65);
  color: rgba(19, 14, 3, 0.86);
  font-weight: 750;
  letter-spacing: 0.01em;
}

.btn--price-ghost:hover{
  border-color: rgba(212, 175, 55, 0.45);
}

/* -----------------------------------------------------------------------------
   Tier grid (shared)
   ----------------------------------------------------------------------------- */

.price-band{
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.price-tier-grid{
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

@media (min-width: 900px){
  .price-tier-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .price-band{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

.price-tier{
  border-radius: var(--price-radius);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: rgba(255, 255, 255, 0.76);
  padding: 14px 14px 14px;
  min-height: 100%;
}

.price-tier__top{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.price-tier__name{
  margin: 0;
  font-family: var(--font-head, var(--price-body-font));
  font-weight: 820;
  letter-spacing: -0.015em;
  font-size: 1.02rem;
  line-height: 1.15;
  color: var(--price-ink);
}

.price-tier__desc{
  margin: 10px 0 0;
  color: var(--price-ink-soft);
  font-size: var(--text-sm, 0.92rem);
  line-height: 1.55;
}

.price-amount{
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.06));
  color: rgba(19, 14, 3, 0.92);
  white-space: nowrap;
  font-size: 0.92rem;
}

/* Legacy aliases used across older markup */
.price-card.price-card--sub{
  border-radius: var(--price-radius);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  padding: 14px;
}

.price-card{
  border-radius: var(--price-radius-xl);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: var(--price-surface);
  box-shadow: var(--price-shadow);
  padding: clamp(16px, 3vw, 22px);
}

.price-card__top{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.price-card__name{
  margin: 0;
  font-family: var(--font-head, var(--price-body-font));
  font-weight: 820;
  letter-spacing: -0.015em;
  font-size: 1.06rem;
  line-height: 1.15;
}

.price-tag{
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.06));
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-size: 0.92rem;
  color: rgba(19, 14, 3, 0.92);
}

.price-card__desc{
  margin: 10px 0 0;
  color: var(--price-ink-soft);
  font-size: var(--text-sm, 0.92rem);
}

.price-card__meta{
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.price-card__label{
  margin: 0;
  font-weight: 850;
  font-size: var(--text-sm, 0.92rem);
  color: rgba(19, 14, 3, 0.82);
}

.price-list{
  margin: 0;
  padding-left: 18px;
  color: var(--price-ink-soft);
}

.price-list li{
  margin: 6px 0;
}

.price-actions{
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.price-actions .btn{
  width: 100%;
  justify-content: center;
}

@media (min-width: 720px){
  .price-actions{
    grid-template-columns: 1fr 1fr;
  }

  .price-actions .btn{
    width: auto;
  }
}

.price-aside{
  margin-top: 16px;
  border-radius: var(--price-radius-xl);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 242, 0.82));
  padding: clamp(16px, 3vw, 22px);
  box-shadow: 0 18px 44px rgba(19, 14, 3, 0.05);
}

/* Fußbodenheizung media */
.price-media{
  margin-top: 16px;
  border-radius: var(--price-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--price-shadow);
}

.price-media__img{
  width: 100%;
  height: clamp(220px, 42vw, 380px);
  display: block;
  object-fit: cover;
}

.price-media__caption{
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 850;
  color: rgba(19, 14, 3, 0.52);
  border-top: 1px solid rgba(19, 14, 3, 0.06);
  background: rgba(255, 255, 255, 0.72);
}

.price-split{
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

@media (min-width: 920px){
  .price-split{
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: 18px;
  }
}

/* -----------------------------------------------------------------------------
   Stack layout (preise.html legacy + preisliste hub)
   ----------------------------------------------------------------------------- */

.price-stack{
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

/* -----------------------------------------------------------------------------
   Preisliste hub: jump chips + FAQ + tables (keep functional, refine chrome)
   ----------------------------------------------------------------------------- */

.price-jump{
  margin: 14px auto 0;
  max-width: 100%;
  min-width: 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 2px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.price-jump::-webkit-scrollbar{
  height: 6px;
}

.price-jump::-webkit-scrollbar-thumb{
  background: rgba(212,175,55,.35);
  border-radius: 999px;
}

.price-jump__chip{
  scroll-snap-align: start;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(19, 14, 3, 0.10);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(19, 14, 3, 0.88);
  font-weight: 800;
  font-size: var(--text-sm, 0.92rem);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(19, 14, 3, 0.05);
}

.price-jump__chip:hover{
  border-color: rgba(212, 175, 55, 0.42);
}

.price-rowline{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(19, 14, 3, 0.08);
}

.price-rowline:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.price-rowline:first-child{
  padding-top: 0;
}

.price-rowline__text{
  min-width: 0;
}

.price-rowline__title{
  margin: 0;
  font-family: var(--font-head, var(--price-body-font));
  font-weight: 860;
  font-size: var(--text-sm, 0.92rem);
  letter-spacing: -0.01em;
  color: rgba(19, 14, 3, 0.94);
}

.price-rowline__desc{
  margin: 6px 0 0;
  color: rgba(63, 53, 36, 0.88);
  font-size: var(--text-sm, 0.92rem);
  line-height: 1.45;
}

.price-rowline .price-tag{
  align-self: center;
}

.price-table-wrap{
  margin-top: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border-radius: var(--price-radius);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.price-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: var(--text-sm, 0.92rem);
}

.price-table th,
.price-table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(19, 14, 3, 0.07);
  vertical-align: top;
}

.price-table th{
  text-align: left;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(19, 14, 3, 0.62);
  background: rgba(212, 175, 55, 0.12);
}

.price-table tr:last-child td{
  border-bottom: none;
}

.price-table td:last-child{
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.price-faq{
  margin-top: 22px;
}

.price-faq details{
  border-radius: var(--price-radius);
  border: 1px solid rgba(19, 14, 3, 0.08);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  box-shadow: 0 16px 38px rgba(19, 14, 3, 0.05);
}

.price-faq details + details{
  margin-top: 10px;
}

.price-faq summary{
  cursor: pointer;
  font-weight: 950;
  letter-spacing: -0.01em;
  list-style: none;
}

.price-faq summary::-webkit-details-marker{
  display: none;
}

.price-faq summary::after{
  content: "+";
  float: right;
  font-weight: 950;
  color: rgba(212, 175, 55, 0.95);
}

.price-faq details[open] summary::after{
  content: "–";
}

.price-faq p{
  margin: 10px 0 0;
  color: rgba(63, 53, 36, 0.92);
  font-size: var(--text-sm, 0.92rem);
  line-height: 1.55;
}

.price-cta-bar{
  margin-top: 22px;
  padding: 14px;
  border-radius: var(--price-radius-xl);
  border: 1px solid rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(212, 175, 55, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 242, 0.86));
  display: grid;
  gap: 12px;
}

.price-cta-bar__actions{
  display: grid;
  gap: 10px;
}

@media (min-width: 720px){
  .price-cta-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .price-cta-bar__actions{
    grid-template-columns: 1fr 1fr;
    flex: 1;
    max-width: 560px;
  }
}

/* -----------------------------------------------------------------------------
   Navigation (body.page-pricing): fest oben im Viewport (fixed).
   Sticky greift hier oft nicht (z. B. overflow-x auf .site) — fixed + Ausgleichs-Padding.
   ----------------------------------------------------------------------------- */

/* Direktes Kind von body: nicht in .site (overflow-x: clip bricht fixed in WebKit oft) */
body.page-pricing > header.nav-elite{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 25;
  padding-top: env(safe-area-inset-top, 0px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px){
  body.page-pricing > header.nav-elite{
    position: fixed !important;
  }
}

/* Nav-Höhe als Variable (Intro fixed + .site-Padding gleicher Bezug) */
body.page-pricing{
  --sl-nav-stack: calc(70px + env(safe-area-inset-top, 0px));
}

@media (min-width: 521px){
  body.page-pricing{
    --sl-nav-stack: calc(78px + env(safe-area-inset-top, 0px));
  }
}

@media (min-width: 901px) and (max-width: 960px){
  body.page-pricing{
    --sl-nav-stack: calc(240px + env(safe-area-inset-top, 0px));
  }
}

@media (min-width: 961px){
  body.page-pricing{
    --sl-nav-stack: calc(156px + env(safe-area-inset-top, 0px));
  }
}

body.page-pricing .site{
  padding-top: var(--sl-nav-stack);
}

body.page-pricing .nav-elite .nav-links a{
  color: rgba(19, 14, 3, 0.78);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

body.page-pricing .burger{
  border-color: rgba(19, 14, 3, 0.12);
  background: rgba(255, 255, 255, 0.45);
}

body.page-pricing .lang-toggle button{
  border-color: rgba(19, 14, 3, 0.12);
  background: rgba(255, 255, 255, 0.42);
}

/* Oberer Inhalt sitzt im Mast (siehe .price-page-mast oben); hier nur Typo-Feinschliff */

body.page-pricing .price-sheet__intro .price-sheet__title{
  margin-top: 0;
}

body.page-pricing .price-crumb{
  margin-bottom: 18px;
}
