.elementor-3333 .elementor-element.elementor-element-ff031ae{--display:flex;}#elementor-popup-modal-3333 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-primary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-3333{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3333 .dialog-message{width:640px;height:600px;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-3333 .dialog-close-button{display:flex;top:2%;font-size:35px;}body:not(.rtl) #elementor-popup-modal-3333 .dialog-close-button{right:90%;}body.rtl #elementor-popup-modal-3333 .dialog-close-button{left:90%;}#elementor-popup-modal-3333 .dialog-close-button i{color:var( --e-global-color-c744bd6 );}#elementor-popup-modal-3333 .dialog-close-button svg{fill:var( --e-global-color-c744bd6 );}/* Start custom CSS *//* Elementor Popup: outer scroll entfernen */
.dialog-widget-content {
  overflow: hidden !important;
}

.dialog-message {
  overflow: hidden !important;
}

#inline-container {
  min-height: 600px;
  position: relative;
}

.zoho-loader{
  color:#fff;
  text-align:center;
  padding:40px;
  opacity:.85;
}
.zoho-loader .spinner{
  width:40px;height:40px;margin:0 auto 15px;
  border:4px solid rgba(255,255,255,.2);
  border-top:4px solid #fff;
  border-radius:50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }/* End custom CSS */