.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-12455 .elementor-element.elementor-element-78f2351{--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-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-shortcode .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-shortcode:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-shortcode.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}#elementor-popup-modal-12455 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-56bdc01 );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-12455{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-12455 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-12455 .dialog-close-button{display:flex;font-size:3rem;}#elementor-popup-modal-12455 .dialog-close-button i{color:var( --e-global-color-3b841ee );}#elementor-popup-modal-12455 .dialog-close-button svg{fill:var( --e-global-color-3b841ee );}@media(max-width:1024px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-12455 .elementor-element.elementor-element-78f2351{--width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}#elementor-popup-modal-12455 .dialog-close-button{top:30%;}body:not(.rtl) #elementor-popup-modal-12455 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-12455 .dialog-close-button{left:0%;}}@media(min-width:768px){.elementor-12455 .elementor-element.elementor-element-78f2351{--width:90%;}}@media(max-width:1024px) and (min-width:768px){.elementor-12455 .elementor-element.elementor-element-78f2351{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-b425352 *//* Wrapper bekommt echte Höhe */
.vr-iframe-wrapper{
  width: 100%;
  overflow: hidden;
  border-radius: 20px;

  /* Desktop/Tablet Höhe */
  height: 56.25vw;     /* 16:9 bezogen auf Breite */
  max-height: 70vh;    /* nicht zu hoch */
  min-height: 420px;   /* nie zu klein */
}

/* iFrame normal füllen lassen (kein absolute) */
.vr-iframe-wrapper iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Mobile: Hochkant */
@media (max-width: 767px){
  .vr-iframe-wrapper{
    height: 177.78vw;  /* 9:16 bezogen auf Breite */
    max-height: 85vh;
    min-height: 560px;
    border-radius: 16px;
  }
}/* End custom CSS */