.elementor-3629 .elementor-element.elementor-element-e7594b8{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-2eced47 */.kbb-products-page{
  --kbb-white:#ffffff;
  --kbb-text:#111418;
  --kbb-muted:#5b6670;
  --kbb-border:#e4e8ec;
  --kbb-accent:#1f6f78;
  --kbb-accent-hover:#17575e;
  --kbb-accent-soft:#eef6f7;
  --kbb-radius:22px;
  --kbb-shadow:0 12px 40px rgba(16,20,24,.06);
  --kbb-shadow-strong:0 24px 80px rgba(15,23,42,.10);
  --kbb-max:1320px;
  color:var(--kbb-text);
  background:#fff;
}

.kbb-products-page *{
  box-sizing:border-box;
}

.kbb-shell{
  width:min(100% - 40px, var(--kbb-max));
  margin:0 auto;
}

.kbb-shell-narrow{
  width:min(100% - 40px, 980px);
  margin:0 auto;
}

.kbb-products-page section{
  padding:96px 0;
}

.kbb-kicker{
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--kbb-accent);
  margin:0 0 18px;
}

.kbb-products-page h1{
  font-size:clamp(38px,5vw,40px);
  line-height:1.02;
  letter-spacing:-0.03em;
  margin:0 0 20px;
  color:var(--kbb-text);
}

.kbb-products-page h2{
  font-size:clamp(30px,3vw,48px);
  line-height:1.08;
  letter-spacing:-0.02em;
  margin:0 0 18px;
  color:var(--kbb-text);
}

.kbb-lead,
.kbb-products-page p,
.kbb-products-page li,
.kbb-products-page span{
  font-size:18px;
  line-height:1.75;
  color:var(--kbb-muted);
}

.kbb-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.kbb-center{
  justify-content:center;
}

.kbb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:
    transform .22s ease,
    background .22s ease,
    color .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.kbb-btn-primary{
  background:var(--kbb-accent);
  color:#fff;
  box-shadow:0 14px 34px rgba(31,111,120,.20);
}

.kbb-btn-primary:hover{
  background:var(--kbb-accent-hover);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 18px 46px rgba(31,111,120,.26);
}

.kbb-btn-secondary{
  background:transparent;
  color:var(--kbb-text);
  border:1px solid var(--kbb-border);
}

.kbb-btn-secondary:hover{
  background:#fff;
  border-color:rgba(31,111,120,.24);
  transform:translateY(-2px);
}

/* Hero */

.kbb-products-hero{
  position:relative;
  padding:clamp(72px,8vw,120px) 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(31,111,120,.12), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(31,111,120,.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  overflow:hidden;
}

.kbb-products-hero::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(100% - 40px, var(--kbb-max));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg, transparent, rgba(31,111,120,.18), transparent);
}

.kbb-products-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,.95fr);
  gap:clamp(36px,6vw,80px);
  align-items:center;
}

.kbb-products-copy{
  max-width:780px;
}

.kbb-products-overview{
  display:grid;
  gap:20px;
  min-width:0;
}

.kbb-product-group-card{
  position:relative;
  padding:clamp(24px,3vw,34px);
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(31,111,120,.10), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,249,250,.94));
  border:1px solid rgba(31,111,120,.13);
  box-shadow:var(--kbb-shadow-strong);
  overflow:hidden;
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.kbb-product-group-card::before{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(31,111,120,.075);
  pointer-events:none;
}

.kbb-product-group-card:hover{
  transform:translateY(-5px);
  border-color:rgba(31,111,120,.28);
  box-shadow:0 30px 90px rgba(15,23,42,.13);
}

.kbb-product-group-head{
  position:relative;
  z-index:2;
  margin-bottom:18px;
}

.kbb-side-label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.2;
  letter-spacing:1.4px;
  text-transform:uppercase;
  font-weight:800;
  color:var(--kbb-accent);
}

.kbb-product-group-head strong{
  display:block;
  font-size:clamp(22px,2vw,30px);
  line-height:1.15;
  letter-spacing:-.02em;
  color:var(--kbb-text);
}

.kbb-product-list{
  position:relative;
  z-index:2;
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.kbb-product-list li{
  position:relative;
  padding-left:28px;
  font-size:16px;
  line-height:1.55;
  color:var(--kbb-muted);
}

.kbb-product-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--kbb-accent);
  box-shadow:0 0 0 5px rgba(31,111,120,.09);
}

/* Kontaktbereich */

.kbb-products-cta{
  position:relative;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%, rgba(31,111,120,.10), transparent 36%),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
}

.kbb-products-cta::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(100% - 40px, var(--kbb-max));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg, transparent, rgba(31,111,120,.18), transparent);
}

.kbb-products-cta p{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

/* Responsive */

@media (max-width:1024px){
  .kbb-products-hero-grid{
    grid-template-columns:1fr;
  }

  .kbb-products-copy{
    max-width:860px;
  }

  .kbb-products-overview{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767px){
  .kbb-products-page section{
    padding:64px 0;
  }

  .kbb-products-hero{
    padding:56px 0 64px;
  }

  .kbb-shell,
  .kbb-shell-narrow{
    width:min(100% - 28px, var(--kbb-max));
  }

  .kbb-lead,
  .kbb-products-page p,
  .kbb-products-page li,
  .kbb-products-page span{
    font-size:16px;
  }

  .kbb-products-overview{
    grid-template-columns:1fr;
  }

  .kbb-product-group-card{
    padding:24px;
    border-radius:24px;
  }

  .kbb-product-list li{
    font-size:15px;
  }
}

@media (max-width:480px){
  .kbb-shell,
  .kbb-shell-narrow{
    width:min(100% - 24px, var(--kbb-max));
  }

  .kbb-hero-actions,
  .kbb-btn{
    width:100%;
  }
}/* Produktgalerie mit vertikalem Auswahlmenü */

.kbb-product-showcase-section{
  position:relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(31,111,120,.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 48%, #ffffff 100%);
  overflow:hidden;
}

.kbb-product-showcase-head{
  max-width:980px;
  margin-bottom:clamp(34px,5vw,58px);
}

.kbb-product-showcase{
  display:grid;
  grid-template-columns:minmax(280px,.35fr) minmax(0,1fr);
  gap:clamp(24px,4vw,54px);
  align-items:stretch;
}

.kbb-product-menu{
  position:relative;
  display:grid;
  gap:14px;
  align-content:start;
  padding:18px;
  border-radius:30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,246,247,.92));
  border:1px solid rgba(31,111,120,.12);
  box-shadow:0 22px 70px rgba(15,23,42,.08);
}

.kbb-product-menu::before{
  content:"";
  position:absolute;
  left:31px;
  top:38px;
  bottom:38px;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(31,111,120,.24), transparent);
}

.kbb-product-menu-item{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:center;
  width:100%;
  padding:16px;
  border:1px solid rgba(31,111,120,.10);
  border-radius:22px;
  background:rgba(255,255,255,.72);
  text-align:left;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(15,23,42,.045);
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.kbb-product-menu-item:hover,
.kbb-product-menu-item.is-active{
  transform:translateX(6px);
  background:#fff;
  border-color:rgba(31,111,120,.28);
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}

.kbb-product-menu-item span{
  width:42px;
  height:42px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(31,111,120,.08);
  color:var(--kbb-accent, #1f6f78);
  font-size:13px;
  line-height:1;
  font-weight:900;
}

.kbb-product-menu-item.is-active span{
  background:var(--kbb-accent, #1f6f78);
  color:#fff;
}

.kbb-product-menu-item strong{
  display:block;
  font-size:16px;
  line-height:1.25;
  font-weight:800;
  color:var(--kbb-text, #111418);
}

.kbb-product-gallery-area{
  position:relative;
  min-height:620px;
}

.kbb-product-gallery-panel{
  display:none;
  min-height:620px;
  padding:clamp(22px,3vw,34px);
  border-radius:34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(31,111,120,.10), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,249,250,.94));
  border:1px solid rgba(31,111,120,.13);
  box-shadow:0 26px 86px rgba(15,23,42,.10);
}

.kbb-product-gallery-panel.is-active{
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  gap:24px;
  animation:kbbGalleryIn .32s ease both;
}

@keyframes kbbGalleryIn{
  from{
    opacity:0;
    transform:translateY(12px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.kbb-gallery-copy{
  max-width:820px;
}

.kbb-gallery-copy h3{
  font-size:clamp(26px,2.6vw,40px);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:0 0 12px;
  color:var(--kbb-text, #111418);
}

.kbb-gallery-copy p{
  margin:0;
  max-width:760px;
  color:var(--kbb-muted, #5b6670);
}

.kbb-product-gallery{
  position:relative;
  min-height:390px;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(31,111,120,.10), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #eef6f7 100%);
  border:1px solid rgba(31,111,120,.12);
}

.kbb-gallery-stage{
  position:relative;
  width:100%;
  height:100%;
  min-height:390px;
}

.kbb-gallery-stage img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.025);
  transition:
    opacity .36s ease,
    transform .46s ease;
}

.kbb-gallery-stage img.is-active{
  opacity:1;
  transform:scale(1);
}

.kbb-gallery-arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(31,111,120,.16);
  background:rgba(255,255,255,.94);
  color:var(--kbb-text, #111418);
  font-size:40px;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  box-shadow:0 14px 34px rgba(15,23,42,.12);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.kbb-gallery-arrow:hover{
  background:#fff;
  transform:translateY(-50%) scale(1.05);
  box-shadow:0 20px 46px rgba(15,23,42,.16);
}

.kbb-gallery-prev{
  left:18px;
}

.kbb-gallery-next{
  right:18px;
}

.kbb-gallery-thumbs{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:6;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  border:1px solid rgba(31,111,120,.10);
  box-shadow:0 10px 26px rgba(15,23,42,.10);
}

.kbb-gallery-thumbs button{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(17,20,24,.24);
  cursor:pointer;
  transition:
    width .22s ease,
    background .22s ease;
}

.kbb-gallery-thumbs button.is-active{
  width:34px;
  background:var(--kbb-accent, #1f6f78);
}

@media (max-width:1024px){
  .kbb-product-showcase{
    grid-template-columns:1fr;
  }

  .kbb-product-menu{
    display:flex;
    overflow-x:auto;
    padding:14px;
    scroll-snap-type:x mandatory;
  }

  .kbb-product-menu::before{
    display:none;
  }

  .kbb-product-menu-item{
    min-width:240px;
    scroll-snap-align:start;
  }

  .kbb-product-menu-item:hover,
  .kbb-product-menu-item.is-active{
    transform:translateY(-3px);
  }

  .kbb-product-gallery-area,
  .kbb-product-gallery-panel{
    min-height:auto;
  }
}

@media (max-width:767px){
  .kbb-product-showcase-section{
    padding:64px 0;
  }

  .kbb-product-gallery-panel{
    padding:18px;
    border-radius:26px;
  }

  .kbb-product-gallery{
    min-height:280px;
    border-radius:22px;
  }

  .kbb-gallery-stage{
    min-height:280px;
  }

  .kbb-gallery-arrow{
    width:40px;
    height:40px;
    font-size:30px;
  }

  .kbb-gallery-prev{
    left:10px;
  }

  .kbb-gallery-next{
    right:10px;
  }
}/* End custom CSS */