.elementor-384 .elementor-element.elementor-element-10395c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.cursor-reveal-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  cursor: none;
}

.cursor-reveal-wrapper .image-base,
.cursor-reveal-wrapper .image-reveal {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cursor-reveal-wrapper .image-reveal {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(0px at 0 0);
  pointer-events: none;
}

.cursor-mask {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
/* Mobile: Luppe kleiner machen */
@media (max-width: 768px) {
  .cursor-mask {
    width: 180px;
    height: 180px;
  }
}/* End custom CSS */