.elementor-25968 .elementor-element.elementor-element-c49fab3{--display:flex;--min-height:900px;--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;border-style:none;--border-style:none;}#jet-popup-25968 .jet-popup__container{width:45%;}#jet-popup-25968 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-25968 .jet-popup__container-inner{justify-content:flex-start;padding:0px 0px 0px 0px;margin:0% 0% 0% 0%;border-radius:10px 10px 10px 10px;}#jet-popup-25968 .jet-popup__container-overlay{border-radius:10px 10px 10px 10px;}@media(max-width:1024px){#jet-popup-25968 .jet-popup__container{width:100%;}#jet-popup-25968 .jet-popup__container-inner{margin:15% 0% 0% 0%;}}@media(max-width:767px){#jet-popup-25968 .jet-popup__container-inner{margin:20% 0% 0% 0%;}}@media(min-width:2400px){#jet-popup-25968 .jet-popup__container-inner{margin:15% 0% 0% 0%;}}/* Start custom CSS for container, class: .elementor-element-c49fab3 */.jet-popup__container {
  position: fixed;
  top: 90px;
  z-index: 9999;
  /* optional: position: relative, wenn du den Button absolut in Bezug auf das Container-Element platzieren möchtest */
}

.jet-popup__close-button {
  position: absolute; 
  top: 10px;   /* Abstand nach oben */
  right: 10px; /* Abstand nach rechts */
  z-index: 10000; /* damit der Button nicht verdeckt wird */
}


@media only screen and (min-width: 375px) and (max-width: 667px) { 
.jet-popup__container {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  /* optional: position: relative, wenn du den Button absolut in Bezug auf das Container-Element platzieren möchtest */
}

.jet-popup__close-button {
  position: absolute; 
  top: 10px;   /* Abstand nach oben */
  right: 10px; /* Abstand nach rechts */
  z-index: 10000; /* damit der Button nicht verdeckt wird */
}
}

@media only screen and (min-width: 668px) and (max-width: 1024px) { 
.jet-popup__container {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  /* optional: position: relative, wenn du den Button absolut in Bezug auf das Container-Element platzieren möchtest */
}

.jet-popup__close-button {
  position: absolute; 
  top: 10px;   /* Abstand nach oben */
  right: 10px; /* Abstand nach rechts */
  z-index: 10000; /* damit der Button nicht verdeckt wird */
}
}


@media only screen and (min-width: 1025px) and (max-width: 1450px) { 
.jet-popup__container {
  position: fixed;
  top: 150px;

  z-index: 9999;
  /* optional: position: relative, wenn du den Button absolut in Bezug auf das Container-Element platzieren möchtest */
}

.jet-popup__close-button {
  position: absolute; 
  top: 10px;   /* Abstand nach oben */
  right: 10px; /* Abstand nach rechts */
  z-index: 10000; /* damit der Button nicht verdeckt wird */
}
}/* End custom CSS */