.elementor-1549 .elementor-element.elementor-element-458da0eb{--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;}.elementor-1549 .elementor-element.elementor-element-700f25bc .e-contact-buttons__chat-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;}.elementor-1549 .elementor-element.elementor-element-700f25bc .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#000000;--e-contact-buttons-transition-duration:0.4s;}@media(max-width:767px){.elementor-1549 .elementor-element.elementor-element-700f25bc .e-contact-buttons__chat-button{font-size:14px;}}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-700f25bc *//* Anfangszustand: versteckt */
.floating-element {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Sichtbar nach Scroll */
.floating-element.visible {
  opacity: 1;
  pointer-events: auto;
}/* End custom CSS */