.elementor-32700 .elementor-element.elementor-element-d970352{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-32700 .elementor-element.elementor-element-d970352{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-32700 .elementor-element.elementor-element-d970352{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-88650c1 */:root{
    --line:#e6e6e6;
    --text:#6c6c6c;
    --bg:#f6f6f6;
    --ribbon:#ceb888;
  }

  .price-card{
    position:relative;
    width:100%;
    margin: 40px auto;                /* optional, für Demo */
    border-radius:7px;
    overflow:hidden;
    background-color: rgba(0, 40, 85, 0.1) !important;
    font-family: "Lato", Arial, sans-serif;

    transition: transform 220ms ease, box-shadow 220ms ease;
  }
  .price-card:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
  }

  .price-card__header{
    background: #002855;
    color:#fff;
    text-align:center;
    padding:41px 20px 41px;
  }
  .price-card__header h3{
    margin:0 0 8px;
    font-size:25px;
    letter-spacing:.2px;
    font-weight:800;
    color: #ffffff;
  }
  .price-card__header p{
    margin:0;
    opacity:.9;
    font-size:13px;
    font-weight:500;
  }

  .price-card__body2{
    background:#dadada;
    padding:26px 28px 30px;
    text-align:center;
  }

  /* Preis-Grundlayout */
  .price{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:10px;
    margin-top:6px;
  }
  .price__yearly{
    font-size:25px;
    padding-top:0px;
    color:var(--text);
    font-weight:700;
    transform: translateY(-6px);
  }
  .price__amount{
    font-size:65px;
    line-height:1;
    color:#555;
    font-weight:800;
    letter-spacing:-1px;
  }
  
  .price__month{
    font-size:18px;
    color:#555;
    font-weight:800;
    letter-spacing:-1px;
  }
  
  .price__period{
    margin-top:6px;
    font-size:16px;
    color:var(--text);
    font-weight:500;
  }

  /* ===== Rabatt-Layout (wie Screenshot: alter Preis klein oben, neu gross) ===== */
  .price--discount{
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .price__oldrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    margin-bottom: 2px;
  }

  .price__old{
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
    text-decoration-thickness: 2px;
    opacity: .85;
  }

  .price__badge{
    display:inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(200,179,122,.28);
    color: #002855;
    font-weight: 800;
    font-size: 12px;
  }

  /* Features */
  .features2{
    list-style:none;
    padding:0;
    margin:28px 0 0;
    border-top:2px solid var(--line);
  }
  .features2 li{
    display:flex;
    align-items:center;
    gap:16px;
    padding:17.8px 8px;
    border-bottom:2px solid var(--line);
    text-align:left;
    color:var(--text);
    font-size:14px;
    font-weight:400;
  }

  .feature-link{
    color:inherit;
    text-decoration:none;
  }
  .feature-link:hover{
    text-decoration:underline;
  }

  /* Ribbon */
  .price-card__ribbon-year{
    position:absolute;
    top:22px;
    right:-52px;
    background:var(--ribbon);
    color:#fff;
    font-weight:800;
    letter-spacing:.7px;
    padding:7px 60px;
    transform:rotate(45deg);
    font-size:13px;
    text-transform:uppercase;
  }

  /* Alle Icons in der Liste bekommen gleich viel Platz */
  .features2 li i.icon{
    width:22px;
    flex:0 0 22px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
  }

  /* Check bleibt Kreis */
  .features2 li i.icon--check{
    height:22px;
    border-radius:50%;
    border:2px solid var(--text);
  }

  /* User-Icon nur kleiner, aber im gleichen “Slot” */
  .features2 li i.fa-user{
    height:22px;
    font-size:26px;
    border:none;
  }

  .features2 li:last-child{
    border-bottom: none;
  }
  
  .button-none  {
    
    background-color: #dadada;
    padding: 14px;
    font-size: 0px;
    color: #dadada;
    border-radius: 3px;
}
/* FIX: Zentrierung im Discount-Block */
.price--discount{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.price--discount > .price{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:flex-end; /* sorgt für sauberen Abschluss von CHF / 68 / Monat */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4d8fbc */:root{
   
    --line:#e6e6e6;
    --text:#6c6c6c;
    --bg:#f6f6f6;
    --ribbon:#ceb888;
  }

  .price-card{
    position:relative;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    font-family: "Lato", Arial, sans-serif;
  }

  .price-card__header{
    background:#002855;
    color:#fff;
    text-align:center;
    padding:41px 20px 41px;
  }
  .price-card__header h3{
    margin:0 0 8px;
    font-size:22px;
    letter-spacing:.2px;
    font-weight:800;
    color: #ffffff;
  }
  .price-card__header p{
    margin:0;
    opacity:.9;
    font-size:13px;
    font-weight:500;
  }

  .price-card__body{
    background:var(--bg);
    padding:26px 28px 30px;
    text-align:center;
  }

  .price{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:10px;
    margin-top:6px;
  }
  .price__currency{
    font-size:19.5px;
    color:var(--text);
    font-weight:700;
    transform: translateY(-6px);
  }
  .price__amount{
    font-size:65px;
    line-height:1;
    color:#555;
    font-weight:800;
    letter-spacing:-1px;
  }
  .price__period{
    margin-top:6px;
    font-size:16px;
    color:var(--text);
    font-weight:500;
  }

  .features{
    list-style:none;
    padding:0;
    margin:28px 0 0;
    border-top:2px solid var(--line);
  }
  .features li{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 8px;
    border-bottom:2px solid var(--line);
    text-align:left;
    color:#002855;
    font-size:14px;
    font-weight:400;
  }

  .feature-link{
    color:inherit;
    text-decoration:none;
  }
  .feature-link:hover{
    text-decoration:underline;
  }

  /* Ribbon */
  .price-card__ribbon{
    position:absolute;
    top:18px;
    right:-52px;
    background:var(--ribbon);
    color:#fff;
    font-weight:800;
    letter-spacing:.7px;
    padding:10px 60px;
    transform:rotate(45deg);
    font-size:13px;
    text-transform:uppercase;
  }

/* Alle Icons in der Liste bekommen gleich viel Platz */
.features li i.icon{
  width:22px;
  flex:0 0 22px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

/* Check bleibt Kreis */
.features li i.icon--check{
  height:22px;
  border-radius:50%;
  border:2px solid #002855;
}

/* User-Icon nur kleiner, aber im gleichen “Slot” */
.features li i.fa-user{
  height:22px;        /* gleiche Zeilenhöhe/Slot */
  font-size:26px;     /* anpassen nach Wunsch */
  border:none;        /* kein Kreis */
}

  .button-preis  {
    
    background-color: #ceb888;
    padding: 14px;
    font-size: 21.6px;
    color: #ffffff;
    border-radius: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45f5e6f */:root{
    --line:#e6e6e6;
    --text:#6c6c6c;
    --bg:#f6f6f6;
    --ribbon:#ceb888;
  }

  .price-card{
    position:relative;
    width:100%;
    border-radius:7px;
    overflow:hidden;
    background-color: rgba(0, 40, 85, 0.1) !important;
  
    font-family: "Lato", Arial, sans-serif;
  }

  .price-card__header{
    background: #002855;
    color:#fff;
    text-align:center;
    padding:41px 20px 41px;
  }
  .price-card__header h3{
    margin:0 0 8px;
    font-size:22px;
    letter-spacing:.2px;
    font-weight:800;
    color: #ffffff;
  }
  .price-card__header p{
    margin:0;
    opacity:.9;
    font-size:13px;
    font-weight:500;
  }

  .price-card__body{
    background:var(--bg);
    padding:26px 28px 30px;
    text-align:center;
  }

  .price{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:10px;
    margin-top:6px;
  }
  .price__currency{
    font-size:19.5px;
    color:var(--text);
    font-weight:700;
    transform: translateY(-6px);
  }
  .price__amount{
    font-size:65px;
    line-height:1;
    color:#555;
    font-weight:800;
    letter-spacing:-1px;
  }
  .price__period{
    margin-top:6px;
    font-size:16px;
    color:var(--text);
    font-weight:500;
  }

  .features{
    list-style:none;
    padding:0;
    margin:28px 0 0;
    border-top:2px solid var(--line);
  }
  .features li{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 8px;
    border-bottom:2px solid var(--line);
    text-align:left;
    color:#002855;
    font-size:14px;
    font-weight:400;
  }

  .feature-link{
    color:inherit;
    text-decoration:underline !important;
  }
  .feature-link:hover{
    text-decoration:underline;
  }

  /* Ribbon */
  .price-card__ribbon{
    position:absolute;
    top:18px;
    right:-52px;
    background:var(--ribbon);
    color:#fff;
    font-weight:800;
    letter-spacing:.7px;
    padding:7px 60px;
    transform:rotate(45deg);
    font-size:13px;
    text-transform:uppercase;
  }

/* Alle Icons in der Liste bekommen gleich viel Platz */
.features li i.icon{
  width:22px;
  flex:0 0 22px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

/* Check bleibt Kreis */
.features li i.icon--check{
  height:22px;
  border-radius:50%;
  border:2px solid #002855;
}

/* User-Icon nur kleiner, aber im gleichen “Slot” */
.features li i.fa-user{
  height:22px;        /* gleiche Zeilenhöhe/Slot */
  font-size:26px;     /* anpassen nach Wunsch */
  border:none;        /* kein Kreis */
}

.features li:last-child{
  border-bottom: none;
}



.price-card__ribbon.is-on{
  --wrap: 1;
  opacity: 1;
}


.price-card{
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.price-card:hover{
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d970352 */.elementor-widget-price-table .elementor-widget-container, .elementor-widget-price-table:not(:has(.elementor-widget-container)) {
    background-color: #0028550F;
    overflow: hidden;
}




















/* =========================
   PRICE SLIDER (Elementor)
   Voraussetzung: Die CSS-Klasse "price-slider" ist am ÄUSSEREN Container gesetzt,
   der die Preis-Karten enthält.
   ========================= */

/* 1) Stelle sicher, dass der innere Wrapper wirklich Flex ist */
.price-slider > .e-con-inner,
.price-slider > .e-con,
.price-slider .e-con-inner,
.price-slider .e-con{
  display: flex !important;
}

/* 2) Desktop: Karten gleich breit */
.price-slider > .e-con-inner > .elementor-element,
.price-slider > .e-con-inner > .e-con,
.price-slider > .e-con-inner > .e-child,
.price-slider > .e-con > .elementor-element,
.price-slider > .e-con > .e-con,
.price-slider > .e-con > .e-child{
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

/* 3) Mobile: Horizontaler Slider */
@media (max-width: 768px){
  .price-slider > .e-con-inner,
  .price-slider > .e-con{
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 16px !important;

    padding: 0 5px 14px !important;
    gap: 9px !important;
  }

  .price-slider > .e-con-inner > .elementor-element,
  .price-slider > .e-con-inner > .e-con,
  .price-slider > .e-con-inner > .e-child,
  .price-slider > .e-con > .elementor-element,
  .price-slider > .e-con > .e-con,
  .price-slider > .e-con > .e-child{
    flex: 0 0 86% !important;
    max-width: 86% !important;
    scroll-snap-align: start !important;
  }

  /* Karte füllt die Slide-Breite */
  .price-slider .price-card{
    width: 100% !important;
  }

  /* Hover auf Mobile deaktivieren */
  .price-card:hover{
    transform: none !important;
    box-shadow: none !important;
  }
}

/* 4) Sehr kleine Geräte: 1 Slide = 100% */
@media (max-width: 420px){
  .price-slider > .e-con-inner > .elementor-element,
  .price-slider > .e-con-inner > .e-con,
  .price-slider > .e-con-inner > .e-child,
  .price-slider > .e-con > .elementor-element,
  .price-slider > .e-con > .e-con,
  .price-slider > .e-con > .e-child{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */