.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#424242;--e-global-color-accent:#FC8003;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container */
.ea-compare {
  --pos: 50%;                 /* aktuelle Trennposition */
  --handle-size: 28px;        /* Größe des Knopfes */
  --line-width: 2px;          /* Linie im Handle */
  --shadow: 0 8px 24px rgba(0,0,0,.18);
  position: relative;
  width: 100%;
  max-width: 900px;           /* optional: begrenzen */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

/* Bilderlage */
.ea-before, .ea-after {
  margin: 0;
  position: relative;
  line-height: 0;
}
.ea-before img, .ea-after img {
  width: 100%;
  height: auto;
  display: block;
}

/* After-Layer als Overlay */
.ea-after {
  position: absolute;
  inset: 0;
  width: var(--pos);
  overflow: hidden;
  pointer-events: none;
  will-change: width;
  transition: width .15s ease-out;
}

/* Labels */
.ea-tag {
  position: absolute;
  top: 12px;
  padding: 6px 10px;
  font: 600 13px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #fff;
  background: rgba(0,0,0,.45);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  user-select: none;
}
.ea-tag--left  { left: 12px; }
.ea-tag--right { right: 12px; }

/* Handle */
.ea-handle {
  position: absolute;
  top: 0;
  left: var(--pos);
  transform: translateX(-50%);
  height: 100%;
  width: max(44px, var(--handle-size)); /* komfortables Hit-Target */
  cursor: ew-resize;
  outline: none;
}
.ea-handle:focus-visible .ea-knob {
  box-shadow: 0 0 0 4px rgba(59,130,246,.35), 0 6px 18px rgba(0,0,0,.25);
}

/* Mittellinie */
.ea-line {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: var(--line-width);
  transform: translateX(-50%);
  background: rgba(255,255,255,.85);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  pointer-events: none;
}

/* Knopf */
.ea-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: var(--handle-size);
  height: var(--handle-size);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
}
.ea-knob::before, .ea-knob::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  opacity: .85;
}
.ea-knob::before { transform: translateX(-9px) rotate(225deg); }
.ea-knob::after  { transform: translateX( 9px) rotate(45deg); }

/* Kleine Screens: etwas größerer Knopf */
@media (max-width: 480px) {
  .ea-compare { --handle-size: 34px; }
  .ea-tag { font-size: 12px; padding: 6px 9px; }
}/* End custom CSS */