{"id":2691,"date":"2024-11-22T15:38:49","date_gmt":"2024-11-22T15:38:49","guid":{"rendered":"https:\/\/ditib-heidenheim.de\/?p=2691"},"modified":"2024-11-22T15:38:49","modified_gmt":"2024-11-22T15:38:49","slug":"bagis-kampanyasi-spendenkampagne","status":"publish","type":"post","link":"https:\/\/ditib-heidenheim.de\/tr\/bagis-kampanyasi-spendenkampagne\/","title":{"rendered":"Ba\u011f\u0131\u015f kampanyas\u0131 \/ Spendenkampagne"},"content":{"rendered":"<div class=\"custom-post-content\">\n<div>\n<h2 class=\"entry-title ast-blog-single-element\" itemprop=\"headline\" style=\" color: var(--ast-global-color-3); font-weight: var(--ast-blog-title-font-weight,normal); font-size: 30px; margin-bottom: 0.2em\">Ba\u011f\u0131\u015f kampanyas\u0131 \/ Spendenkampagne<\/h2>\n<div class=\"entry-meta\" style=\"margin-bottom: 1.2em; word-wrap: break-word;\"><span class=\"posted-on\"><span class=\"published\" itemprop=\"datePublished\">November 22, 2024<\/span><\/span> | <span class=\"ast-taxonomy-container cat-links default\"><a href=\"https:\/\/ditib-heidenheim.de\/category\/sonstiges\/\" rel=\"category tag\">Sonstiges<\/a><\/span><\/div>\n<\/div>\n<div class=\"post-media\">\n<div class=\"swiper-container\">\n<div class=\"swiper-wrapper\">\n<div class=\"swiper-slide elementor-lightbox-item\" data-e-action-hash=\"...\">\n<div class=\"swiper-zoom-container\"><a href=\"#\"\n\t\tonclick=\"openImageInContainer(this); return false;\"\n\t\tdata-image-url=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/11\/Bagis-kampanyasi.jpg\"\n\t\tdata-elementor-lightbox-title=\"Image 1\"\n\t\tclass=\"elementor-lightbox-item\"><br \/>\n\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/11\/Bagis-kampanyasi.jpg\"\n\t\t\tclass=\"swiper-lazy elementor-lightbox-image\"\n\t\t\talt=\"Post Image 1\"><br \/>\n\t\t<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"swiper-pagination\"><\/div>\n<\/div>\n<\/div>\n<div>\n<p class=\"post-text\">[TR]<br \/>\nDe\u011ferli cemaatimiz,<br \/>\n29.\/30. Kas\u0131m\u2019da Heidenheim DITIB Camii, yeni cami in\u015faat\u0131n\u0131 desteklemek i\u00e7in \u00f6zel bir Ba\u011f\u0131\u015f Kampanyas\u0131 d\u00fczenliyor. Etkinlik online olarak ger\u00e7ekle\u015fecek, b\u00f6ylece her yerden kat\u0131labilirsiniz. Canl\u0131 yay\u0131n ba\u011flant\u0131s\u0131 yak\u0131nda payla\u015f\u0131lacak. Bu \u00f6nemli projeyi hayata ge\u00e7irmek i\u00e7in deste\u011finize ihtiyac\u0131m\u0131z var \u2013 sizleri bekliyoruz!<\/p>\n<p>[DE]<br \/>\nSehr geehrte Besucher,<br \/>\nam 29.\/30. November organisiert die DITIB-Moschee in Heidenheim eine besondere Spendenkampagne, um den Neubau der Moschee zu unterst\u00fctzen. Das Event wird online stattfinden, sodass ihr von \u00fcberall aus teilnehmen k\u00f6nnt. Der Link zum Livestream wird in K\u00fcrze bereitgestellt. Helft mit, dieses wichtige Projekt zu verwirklichen \u2013 wir freuen uns auf eure Unterst\u00fctzung!!<\/p>\n<\/div>\n<\/div>\n<p>    <script>\n    function openImageInContainer(element) {\n        \/\/ Retrieve the image URL and title from data attributes\n        var imageUrl = element.getAttribute(\"data-image-url\");\n        var imageTitle = element.getAttribute(\"data-elementor-lightbox-title\");\n        \/\/ Check if the overlay already exists\n        var existingOverlay = document.querySelector('.custom-lightbox-overlay');\n        if (existingOverlay) {\n            existingOverlay.remove(); \/\/ Remove if exists to reset\n        }\n        \/\/ Create the lightbox overlay\n        var overlay = document.createElement('div');\n        overlay.className = 'custom-lightbox-overlay';\n        overlay.style.position = 'fixed';\n        overlay.style.top = '0';\n        overlay.style.left = '0';\n        overlay.style.width = '100%';\n        overlay.style.height = '100%';\n        overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';\n        overlay.style.display = 'flex';\n        overlay.style.alignItems = 'center';\n        overlay.style.justifyContent = 'center';\n        overlay.style.zIndex = '9999';\n        \/\/ Create the image element\n        var image = document.createElement('img');\n        image.src = imageUrl;\n        image.alt = imageTitle;\n        image.className = 'elementor-lightbox-image elementor-lightbox-prevent-close';\n        image.style.maxWidth = '90%';\n        image.style.maxHeight = '90%';\n        overlay.appendChild(image);\n        \/\/ Create the close button (X)\n        var closeButton = document.createElement('div');\n        closeButton.className = 'custom-lightbox-close';\n        closeButton.innerHTML = 'X';\n        closeButton.style.position = 'absolute';\n        closeButton.style.top = '10px';\n        closeButton.style.right = '10px';\n        closeButton.style.fontSize = '30px';\n        closeButton.style.color = '#fff';\n        closeButton.style.cursor = 'pointer';\n        closeButton.style.zIndex = '10000'; \/\/ Ensure it stays on top\n        closeButton.style.fontWeight = 'bold';\n        closeButton.style.backgroundColor = 'rgba(0, 0, 0, 0.6)';\n        closeButton.style.padding = '5px 10px';\n        closeButton.style.borderRadius = '50%';\n        \/\/ Add the click event to close the overlay when clicked\n        closeButton.addEventListener('click', function() {\n            overlay.remove();\n        });\n        \/\/ Append the close button to the overlay\n        overlay.appendChild(closeButton);\n        \/\/ Add a click event to close the overlay if clicked anywhere outside the image\n        overlay.addEventListener('click', function(e) {\n            \/\/ If the click is outside the image, remove the overlay\n            if (e.target === overlay) {\n                overlay.remove();\n            }\n        });\n        \/\/ Append the overlay to the document body\n        document.body.appendChild(overlay);\n    }\n    <\/script><\/p>\n<style>\n        \/* Optional styling for lightbox overlay *\/\n        .custom-lightbox-overlay img {\n            transition: transform 0.3s ease;\n        }\n        .custom-lightbox-overlay img:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* Styling for close button *\/\n        .custom-lightbox-close {\n            transition: all 0.2s ease;\n        }\n        .custom-lightbox-close:hover {\n            background-color: rgba(0, 0, 0, 0.8);\n        }\n    <\/style>\n","protected":false},"excerpt":{"rendered":"<div class=\"custom-post-content\">\n<div class=\"post-media\">\n<div class=\"swiper-container\">\n<div class=\"swiper-wrapper\">\n<div class=\"swiper-slide elementor-lightbox-item\" data-e-action-hash=\"...\">\n<div class=\"swiper-zoom-container\"><a href=\"#\"\n\t\tonclick=\"openImageInContainer(this); return false;\"\n\t\tdata-image-url=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/11\/Bagis-kampanyasi.jpg\"\n\t\tdata-elementor-lightbox-title=\"Image 1\"\n\t\tclass=\"elementor-lightbox-item\"><br \/>\n\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/11\/Bagis-kampanyasi.jpg\"\n\t\t\tclass=\"swiper-lazy elementor-lightbox-image\"\n\t\t\talt=\"Post Image 1\"><br \/>\n\t\t<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"swiper-pagination\"><\/div>\n<\/div>\n<\/div>\n<div class=\"post-content-wrap\">\n<p class=\"post-text\">[TR]<br \/>\nDe\u011ferli cemaatimiz,<br \/>\n29.\/30. Kas\u0131m\u2019da Heidenheim DITIB&#8230;<\/p>\n<\/div>\n<\/div>\n<p>    <script>\n    function openImageInContainer(element) {\n        \/\/ Retrieve the image URL and title from data attributes\n        var imageUrl = element.getAttribute(\"data-image-url\");\n        var imageTitle = element.getAttribute(\"data-elementor-lightbox-title\");\n        \/\/ Check if the overlay already exists\n        var existingOverlay = document.querySelector('.custom-lightbox-overlay');\n        if (existingOverlay) {\n            existingOverlay.remove(); \/\/ Remove if exists to reset\n        }\n        \/\/ Create the lightbox overlay\n        var overlay = document.createElement('div');\n        overlay.className = 'custom-lightbox-overlay';\n        overlay.style.position = 'fixed';\n        overlay.style.top = '0';\n        overlay.style.left = '0';\n        overlay.style.width = '100%';\n        overlay.style.height = '100%';\n        overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';\n        overlay.style.display = 'flex';\n        overlay.style.alignItems = 'center';\n        overlay.style.justifyContent = 'center';\n        overlay.style.zIndex = '9999';\n        \/\/ Create the image element\n        var image = document.createElement('img');\n        image.src = imageUrl;\n        image.alt = imageTitle;\n        image.className = 'elementor-lightbox-image elementor-lightbox-prevent-close';\n        image.style.maxWidth = '90%';\n        image.style.maxHeight = '90%';\n        overlay.appendChild(image);\n        \/\/ Create the close button (X)\n        var closeButton = document.createElement('div');\n        closeButton.className = 'custom-lightbox-close';\n        closeButton.innerHTML = 'X';\n        closeButton.style.position = 'absolute';\n        closeButton.style.top = '10px';\n        closeButton.style.right = '10px';\n        closeButton.style.fontSize = '30px';\n        closeButton.style.color = '#fff';\n        closeButton.style.cursor = 'pointer';\n        closeButton.style.zIndex = '10000'; \/\/ Ensure it stays on top\n        closeButton.style.fontWeight = 'bold';\n        closeButton.style.backgroundColor = 'rgba(0, 0, 0, 0.6)';\n        closeButton.style.padding = '5px 10px';\n        closeButton.style.borderRadius = '50%';\n        \/\/ Add the click event to close the overlay when clicked\n        closeButton.addEventListener('click', function() {\n            overlay.remove();\n        });\n        \/\/ Append the close button to the overlay\n        overlay.appendChild(closeButton);\n        \/\/ Add a click event to close the overlay if clicked anywhere outside the image\n        overlay.addEventListener('click', function(e) {\n            \/\/ If the click is outside the image, remove the overlay\n            if (e.target === overlay) {\n                overlay.remove();\n            }\n        });\n        \/\/ Append the overlay to the document body\n        document.body.appendChild(overlay);\n    }\n    <\/script><\/p>\n<style>\n        \/* Optional styling for lightbox overlay *\/\n        .custom-lightbox-overlay img {\n            transition: transform 0.3s ease;\n        }\n        .custom-lightbox-overlay img:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* Styling for close button *\/\n        .custom-lightbox-close {\n            transition: all 0.2s ease;\n        }\n        .custom-lightbox-close:hover {\n            background-color: rgba(0, 0, 0, 0.8);\n        }\n    <\/style>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16],"tags":[],"class_list":["post-2691","post","type-post","status-publish","format-standard","hentry","category-sonstiges"],"_links":{"self":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/comments?post=2691"}],"version-history":[{"count":2,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2691\/revisions"}],"predecessor-version":[{"id":2693,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2691\/revisions\/2693"}],"wp:attachment":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/media?parent=2691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/categories?post=2691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/tags?post=2691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}