.elementor-950 .elementor-element.elementor-element-8afca1d{--display:flex;}.elementor-950 .elementor-element.elementor-element-c84d497{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c84d497 */:root{
  --cfy-header-h:82px;
  --cfy-products-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --cfy-products-bg:#eef7f6;
  --cfy-products-bg2:#f7fbfb;
  --cfy-products-card:#ffffff;
  --cfy-products-card2:rgba(255,255,255,.86);
  --cfy-products-text:#082a32;
  --cfy-products-muted:#627b82;
  --cfy-products-line:rgba(8,42,50,.12);
  --cfy-products-soft:rgba(18,169,154,.12);
  --cfy-products-main:#12a99a;
  --cfy-products-main2:#0d8f86;
  --cfy-products-shadow:0 24px 70px rgba(8,42,50,.12);
  --cfy-products-shadow2:0 14px 36px rgba(8,42,50,.08);
}

html[data-theme="dark"]{
  --cfy-products-bg:#071016;
  --cfy-products-bg2:#0b1a22;
  --cfy-products-card:#10252d;
  --cfy-products-card2:rgba(16,37,45,.88);
  --cfy-products-text:#f2ffff;
  --cfy-products-muted:rgba(242,255,255,.76);
  --cfy-products-line:rgba(255,255,255,.16);
  --cfy-products-soft:rgba(45,212,191,.17);
  --cfy-products-main:#2dd4bf;
  --cfy-products-main2:#14b8a6;
  --cfy-products-shadow:0 28px 80px rgba(0,0,0,.42);
  --cfy-products-shadow2:0 18px 44px rgba(0,0,0,.30);
}

body{
  overflow-x:hidden !important;
}

.cfy-products-page{
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  overflow:hidden;
  color:var(--cfy-products-text);
  font-family:var(--cfy-products-font);
  background:
    radial-gradient(circle at 10% 8%, rgba(18,169,154,.14), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(13,143,134,.10), transparent 26%),
    linear-gradient(180deg,var(--cfy-products-bg2) 0%,var(--cfy-products-bg) 48%,var(--cfy-products-bg2) 100%);
}

.cfy-products-page *,
.cfy-products-page *::before,
.cfy-products-page *::after{
  box-sizing:border-box;
}

.cfy-products-page a{
  color:inherit;
  text-decoration:none;
}

.cfy-products-container{
  width:min(1220px,calc(100% - 36px)) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.elementor-widget-html:has(.cfy-products-page),
.elementor-widget-html:has(.cfy-products-page) .elementor-widget-container,
.elementor-element:has(.cfy-products-page),
.e-con:has(.cfy-products-page),
.e-container:has(.cfy-products-page),
.elementor-section:has(.cfy-products-page),
.elementor-container:has(.cfy-products-page){
  width:100vw !important;
  max-width:100vw !important;
  min-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-top:0 !important;
  padding-top:0 !important;
  overflow:visible !important;
}

/* HERO */

.cfy-products-hero{
  position:relative;
  padding:calc(var(--cfy-header-h,82px) + 76px) 0 86px;
  overflow:hidden;
}

.cfy-products-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}

.cfy-products-bubble{
  position:absolute;
  border-radius:999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.85), transparent 28%),
    linear-gradient(145deg, rgba(18,169,154,.18), rgba(14,84,112,.08));
  border:1px solid rgba(255,255,255,.65);
  box-shadow:inset 0 0 24px rgba(255,255,255,.48),0 20px 55px rgba(18,169,154,.10);
  animation:cfyProductsFloat 7s ease-in-out infinite;
}

html[data-theme="dark"] .cfy-products-bubble{
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(145deg, rgba(45,212,191,.22), rgba(14,84,112,.16));
  border-color:rgba(45,212,191,.22);
}

.cfy-products-bubble-1{
  width:180px;
  height:180px;
  right:8%;
  top:120px;
}

.cfy-products-bubble-2{
  width:92px;
  height:92px;
  left:9%;
  bottom:84px;
  animation-delay:-2s;
}

.cfy-products-bubble-3{
  width:64px;
  height:64px;
  right:48%;
  top:210px;
  animation-delay:-4s;
}

@keyframes cfyProductsFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  35%{transform:translate3d(18px,-30px,0) scale(1.06)}
  70%{transform:translate3d(-16px,20px,0) scale(.96)}
}

.cfy-products-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);
  gap:54px;
  align-items:center;
}

.cfy-products-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  gap:9px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--cfy-products-soft);
  color:var(--cfy-products-main2);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

html[data-theme="dark"] .cfy-products-label{
  color:var(--cfy-products-main);
}

.cfy-products-label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:currentColor;
  box-shadow:0 0 0 6px rgba(18,169,154,.13);
}

.cfy-products-hero h1{
  max-width:780px;
  margin:18px 0 14px;
  color:var(--cfy-products-text);
  font-size:clamp(38px,5.3vw,72px);
  line-height:1;
  letter-spacing:-.06em;
}

.cfy-products-hero p{
  max-width:680px;
  margin:0;
  color:var(--cfy-products-muted);
  font-size:16px;
  line-height:1.65;
  font-weight:700;
}

.cfy-products-actions,
.cfy-products-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.cfy-products-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 21px;
  border-radius:999px;
  border:0;
  background:linear-gradient(135deg,var(--cfy-products-main),var(--cfy-products-main2));
  color:#ffffff !important;
  font-size:15px;
  font-weight:900;
  line-height:1;
  box-shadow:0 16px 32px rgba(18,169,154,.24);
  transition:.22s ease;
}

.cfy-products-btn:hover{
  transform:translateY(-2px);
}

.cfy-products-btn-ghost{
  background:var(--cfy-products-card2);
  color:var(--cfy-products-text) !important;
  border:1px solid var(--cfy-products-line);
  box-shadow:none;
  backdrop-filter:blur(14px);
}

.cfy-products-btn-ghost-dark{
  background:var(--cfy-products-card);
  color:var(--cfy-products-text) !important;
  border:1px solid var(--cfy-products-line);
  box-shadow:none;
}

/* PRODUCT IMAGE */

.cfy-product-showcase{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:520px;
  padding:26px;
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 25%, rgba(18,169,154,.18), transparent 40%),
    var(--cfy-products-card2);
  border:1px solid var(--cfy-products-line);
  box-shadow:var(--cfy-products-shadow);
  backdrop-filter:blur(16px);
  overflow:hidden;
}

.cfy-product-showcase::before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-80px;
  bottom:-90px;
  border-radius:999px;
  border:42px solid rgba(18,169,154,.10);
}

html[data-theme="dark"] .cfy-product-showcase::before{
  border-color:rgba(45,212,191,.10);
}

.cfy-product-image-card{
  position:relative;
  z-index:1;
  width:100%;
  max-width:430px;
  min-height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-radius:30px;
  background:rgba(255,255,255,.50);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 22px 54px rgba(8,42,50,.10);
}

html[data-theme="dark"] .cfy-product-image-card{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.13);
}

.cfy-product-image{
  width:100%;
  max-width:390px;
  height:auto;
  max-height:500px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 32px 34px rgba(8,42,50,.18));
}

html[data-theme="dark"] .cfy-product-image{
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.42));
}

/* DETAILS */

.cfy-products-section{
  padding:82px 0;
}

.cfy-product-detail{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  gap:26px;
  align-items:stretch;
}

.cfy-product-card{
  padding:34px;
  border-radius:34px;
  background:var(--cfy-products-card2);
  border:1px solid var(--cfy-products-line);
  box-shadow:var(--cfy-products-shadow2);
}

.cfy-product-card h2,
.cfy-products-head h2,
.cfy-products-cta h2{
  margin:18px 0 14px;
  color:var(--cfy-products-text);
  font-size:clamp(34px,4.4vw,56px);
  line-height:1;
  letter-spacing:-.06em;
}

.cfy-product-card p,
.cfy-products-head p,
.cfy-products-cta p{
  margin:0;
  color:var(--cfy-products-muted);
  font-size:16px;
  line-height:1.65;
  font-weight:700;
}

.cfy-product-note{
  margin:26px 0 0;
  padding:20px;
  border-radius:24px;
  background:var(--cfy-products-soft);
  border:1px solid var(--cfy-products-line);
}

.cfy-product-note strong{
  display:block;
  margin-bottom:8px;
  color:var(--cfy-products-text);
  font-size:16px;
  font-weight:950;
}

.cfy-product-points{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.cfy-point-card{
  padding:24px;
  border-radius:28px;
  background:var(--cfy-products-card);
  border:1px solid var(--cfy-products-line);
  box-shadow:var(--cfy-products-shadow2);
}

.cfy-point-card span{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:18px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--cfy-products-main),var(--cfy-products-main2));
  color:#ffffff;
  font-weight:950;
}

.cfy-point-card h3{
  margin:0 0 8px;
  color:var(--cfy-products-text);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.04em;
}

.cfy-point-card p{
  margin:0;
  color:var(--cfy-products-muted);
  line-height:1.55;
  font-weight:700;
}

/* USE */

.cfy-products-use{
  background:linear-gradient(180deg, rgba(18,169,154,.06), rgba(18,169,154,.02));
}

html[data-theme="dark"] .cfy-products-use{
  background:
    radial-gradient(circle at 20% 10%, rgba(88,216,194,.10), transparent 34%),
    linear-gradient(135deg,#082a32,#123d46);
}

.cfy-products-head{
  max-width:820px;
  margin:0 auto 40px;
  text-align:center;
}

.cfy-products-head .cfy-products-label{
  margin:0 auto;
}

.cfy-use-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.cfy-use-grid article{
  padding:24px;
  border-radius:28px;
  background:var(--cfy-products-card);
  border:1px solid var(--cfy-products-line);
  box-shadow:var(--cfy-products-shadow2);
}

html[data-theme="dark"] .cfy-use-grid article{
  background:rgba(255,255,255,.07);
}

.cfy-use-grid h3{
  margin:0 0 8px;
  color:var(--cfy-products-text);
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.04em;
}

.cfy-use-grid p{
  margin:0;
  color:var(--cfy-products-muted);
  font-size:14px;
  line-height:1.55;
  font-weight:700;
}

/* CTA */

.cfy-products-cta{
  padding:82px 0 90px;
}

.cfy-products-cta-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:var(--cfy-products-card2);
  border:1px solid var(--cfy-products-line);
  box-shadow:var(--cfy-products-shadow);
}

.cfy-products-cta p{
  max-width:720px;
}

.cfy-products-cta-actions{
  justify-content:flex-end;
  margin-top:0;
}

/* RESPONSIVE */

@media(max-width:1180px){
  .cfy-products-hero-grid,
  .cfy-product-detail,
  .cfy-products-cta-box{
    grid-template-columns:1fr;
  }

  .cfy-product-showcase{
    min-height:480px;
  }

  .cfy-use-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cfy-products-cta-actions{
    justify-content:flex-start;
  }
}

@media(max-width:767px){
  .cfy-products-container{
    width:min(100% - 28px,1220px) !important;
  }

  .cfy-products-hero{
    padding:calc(var(--cfy-header-h,76px) + 42px) 0 58px;
  }

  .cfy-products-hero-grid{
    gap:28px;
  }

  .cfy-products-hero h1{
    font-size:clamp(32px,9vw,44px);
    line-height:1.02;
    margin:15px 0 12px;
  }

  .cfy-products-hero p,
  .cfy-product-card p,
  .cfy-products-head p,
  .cfy-products-cta p{
    font-size:14.5px;
    line-height:1.55;
  }

  .cfy-products-actions,
  .cfy-products-cta-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .cfy-products-btn{
    width:100%;
    min-height:48px;
  }

  .cfy-product-showcase{
    min-height:390px;
    padding:18px;
    border-radius:28px;
  }

  .cfy-product-image-card{
    max-width:100%;
    min-height:340px;
    padding:10px;
    border-radius:24px;
  }

  .cfy-product-image{
    max-width:300px;
    max-height:350px;
  }

  .cfy-products-section{
    padding:58px 0;
  }

  .cfy-product-detail{
    gap:18px;
  }

  .cfy-product-card,
  .cfy-products-cta-box{
    padding:24px;
    border-radius:28px;
  }

  .cfy-product-card h2,
  .cfy-products-head h2,
  .cfy-products-cta h2{
    font-size:clamp(30px,9vw,42px);
    line-height:1.02;
    margin:14px 0 12px;
  }

  .cfy-point-card{
    padding:22px;
    border-radius:24px;
  }

  .cfy-point-card h3{
    font-size:22px;
  }

  .cfy-products-head{
    text-align:left;
    margin:0 0 30px;
  }

  .cfy-products-head .cfy-products-label{
    margin:0;
  }

  .cfy-use-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .cfy-use-grid article{
    padding:16px;
    border-radius:22px;
  }

  .cfy-use-grid h3{
    font-size:16px;
  }

  .cfy-use-grid p{
    font-size:13px;
  }

  .cfy-products-cta{
    padding:58px 0;
  }
}

@media(max-width:390px){
  .cfy-products-container{
    width:min(100% - 24px,1220px) !important;
  }

  .cfy-product-showcase{
    min-height:340px;
  }

  .cfy-product-image-card{
    min-height:310px;
  }

  .cfy-product-image{
    max-width:260px;
    max-height:320px;
  }

  .cfy-use-grid{
    gap:10px;
  }
}
/* FIX: Button unter Verkauf-&-Anfrage Box sauber trennen */

.cfy-product-card .cfy-products-btn{
  margin-top:26px !important;
  display:inline-flex !important;
  width:fit-content !important;
}

.cfy-product-note{
  margin-bottom:0 !important;
}

/* Mobile sauber */
@media(max-width:767px){
  .cfy-product-card .cfy-products-btn{
    margin-top:22px !important;
    width:100% !important;
  }
}/* End custom CSS */