Need anymore help? Get in touch!

+49 (0) 30 589933-23Mo - Thu: 9am to 5pm | Fr: 9am to 4pm

Do I have to apply for an exemption?

Where can I obtain a statement of my income and sales tax for the tax office?

No. Exemption applications can be made voluntarily.

$(".is-zoomable img").on("click", function(event){ $(this).closest(".is-zoomable").find(".popup-image").css("display", "block"); }); $(".popup-image .popup-image__close").on("click", function(event){ $(this).closest(".is-zoomable").find(".popup-image").css("display", "none"); }); $(".video__play").on("click", function(event){ $(this).closest(".video-xcontainer").find(".video__poster-wrapper").css("display", "none"); $(this).closest(".video-xcontainer").find(".video__wrapper").css("display", "block"); var iframe = $(this).closest(".video-xcontainer").find("iframe").get(0); if(iframe){ try { let video = iframe.contentWindow.document.querySelector('video'); if(video){ video.play(); } else { setUrlToAutoplay(iframe); } } catch (error) { setUrlToAutoplay(iframe); } } else { var localVideo = $(this).closest(".video-xcontainer").find("video").get(0); if(localVideo) { localVideo.play(); } } }); function setUrlToAutoplay(iframe){ var url = new URL(iframe.src); url.searchParams.set("autoplay", "1"); iframe.src = url.toString(); }

Was this article helpful?