{"id":337,"date":"2020-04-26T19:29:32","date_gmt":"2020-04-26T19:29:32","guid":{"rendered":"https:\/\/cig2020.soon-online.com\/?page_id=337"},"modified":"2025-11-30T00:21:18","modified_gmt":"2025-11-29T23:21:18","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.cigwien.at\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<h2>CIG Vienna<\/h2>\n<h1>CONTACT<\/h1>\n<div>\n<h2>CIG OFFICE<\/h2>\n<p>Leebgasse 34<br \/>1100 Vienna<br \/>Austria<\/p>\n<\/div>\n<p><p>\n        <a href=\"\/+43%20660%20777%203217\">+43 660 777 3217<\/a>\n    <\/p>\n<\/p>\n<p><p>\n        <a href=\"mailto:office@cigwien.at\">office@cigwien.at<\/a>\n    <\/p>\n<\/p>\n<hr>\n<h1>\n<h2>Stay Connected<\/h2>\n<\/h1>\n<div>\n<p>Stay connected: like our Facebook page, follow us on Instagram, Telegram, and watch our YouTube messages.<\/p>\n<\/div>\n<ul>\n<li><a href=\"https:\/\/www.facebook.com\/cigwien\/\">facebook<\/a>\n<\/li>\n<li><a href=\"https:\/\/www.instagram.com\/cig_wien\/\">instagram<\/a>\n<\/li>\n<li><a href=\"https:\/\/telegram.me\/joinchat\/AAAAAFBGKueoCCR47PZRGw\">telegram<\/a>\n<\/li>\n<li><a href=\"https:\/\/www.youtube.com\/channel\/UCwloVFWR_d87uSZKSExjuCA\">youtube<\/a>\n<\/li>\n<\/ul>\n<hr>\n<div>\n<h2>CIG NETWORK<\/h2>\n<p><strong>Manuela Santangelo<br \/><\/strong>Ministry Leader<\/p>\n<p>You can offer items or services here, as well as look for jobs, apartments, services, etc.<\/p>\n<p class=\"p1\">We are not liable as agent for sales or purchases. We only provide the platform for getting connected.<\/p>\n<\/div>\n<p><p>\n        <a href=\"mailto:cignetz@gmail.com\">cignetz@gmail.com<\/a>\n    <\/p>\n<\/p>\n<hr>\n<div>\n<h2>HALL RENTAL<\/h2>\n<p>Joel Lieberherr<\/p>\n<\/div>\n<p><p>\n        <a href=\"mailto:joel.lieberherr@novum.at\">joel.lieberherr@novum.at<\/a>\n    <\/p>\n<\/p>\n<div>\n<h3><a href=\"https:\/\/www.google.com\/maps\/place\/CIG+-+Christliche+Internationale+Gemeinde\/@48.17612,16.3671788,17z\/data=!3m1!4b1!4m6!3m5!1s0x476da9cedd861311:0xbb0b66a046da1000!8m2!3d48.1761165!4d16.3697537!16s%2Fg%2F11gzztz9f?hl=de&amp;entry=ttu&amp;g_ep=EgoyMDI1MTEyMy4xIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" rel=\"noopener\"><strong>open Google Maps: Christliche Internationale Gemeinde Wien<\/strong><\/a><\/h3>\n<\/div>\n<div>\n        <div class=\"cig-map-wrapper\" id=\"cig-map-1-wrapper\">\n            <div class=\"cig-map-controls\">\n                <label for=\"cig-map-1-lang\">Sprache \/ Language:<\/label>\n                <select id=\"cig-map-1-lang\" aria-label=\"Karten Sprache\">\n                    <option value=\"de\"  selected='selected'>Deutsch (de)<\/option>\n                    <option value=\"en\" >English (en)<\/option>\n                    <option value=\"fr\" >Fran?ais (fr)<\/option>\n                    <option value=\"es\" >Espa?ol (es)<\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"cig-map-container\" style=\"padding-bottom: 56.25%;\">\n                <div id=\"cig-map-1\" class=\"map\" role=\"application\" aria-label=\"Karte: Christliche Internationale Gemeinde Wien\"><\/div>\n            <\/div>\n\n            <div class=\"cig-map-status\" id=\"cig-map-1-status\"><\/div>\n        <\/div>\n\n        <script>\n        (function() {\n            const mapId = 'cig-map-1';\n            const config = {\n                address: \"CIG - Christliche Internationale Gemeinde\",\n                lat: 48.17614,\n                lng: 16.369767,\n                zoom: 17,\n                title: \"Christliche Internationale Gemeinde Wien\",\n                autoOpen: true,\n                ajaxUrl: \"https:\\\/\\\/www.cigwien.at\\\/wp-admin\\\/admin-ajax.php\",\n                nonce: 'f52da8bd06',\n                mapId: 1            };\n\n            let map, geocoder, marker, infoWindow;\n            let currentLang = document.getElementById(mapId + '-lang').value;\n\n            \/\/ API-Key sicher vom Server holen\n            function fetchApiKey(callback) {\n                const formData = new FormData();\n                formData.append('action', 'cig_get_maps_key');\n                formData.append('nonce', config.nonce);\n                formData.append('map_id', config.mapId);\n\n                fetch(config.ajaxUrl, {\n                    method: 'POST',\n                    body: formData\n                })\n                .then(response => response.json())\n                .then(data => {\n                    if (data.success && data.data.key) {\n                        callback(data.data.key);\n                    } else {\n                        showError('API-Key konnte nicht geladen werden');\n                    }\n                })\n                .catch(err => {\n                    showError('Fehler beim Laden der Karte: ' + err.message);\n                });\n            }\n\n            function loadGoogleMapsScript(apiKey, lang) {\n                const oldScript = document.getElementById(mapId + '-script');\n                if (oldScript) oldScript.remove();\n\n                window['initCigMap' + config.mapId] = function() {\n                    initMap();\n                };\n\n                const script = document.createElement('script');\n                script.id = mapId + '-script';\n                script.src = 'https:\/\/maps.googleapis.com\/maps\/api\/js?key=' +\n                    encodeURIComponent(apiKey) +\n                    '&callback=initCigMap' + config.mapId +\n                    '&language=' + encodeURIComponent(lang);\n                script.async = true;\n                script.defer = true;\n                document.head.appendChild(script);\n\n                showStatus('Karte wird geladen...');\n            }\n\n            function initMap() {\n                geocoder = new google.maps.Geocoder();\n\n                \/\/ Verwende exakte Koordinaten\n                const exactLocation = { lat: config.lat, lng: config.lng };\n\n                const mapOptions = {\n                    zoom: config.zoom,\n                    center: exactLocation,\n                    mapTypeControl: false,\n                    fullscreenControl: true,\n                    streetViewControl: true,\n                };\n\n                map = new google.maps.Map(document.getElementById(mapId), mapOptions);\n                marker = new google.maps.Marker({\n                    map: map,\n                    position: exactLocation,\n                    animation: google.maps.Animation.DROP,\n                    title: config.title\n                });\n                infoWindow = new google.maps.InfoWindow();\n\n                \/\/ Info-Fenster Inhalt\n                const infoHtml =\n                    '<div class=\"cig-info-content\">' +\n                    '<div class=\"cig-info-title\">' + escapeHtml(config.title) + '<\/div>' +\n                    '<div class=\"cig-info-sub\">' + escapeHtml(config.address).replace(\/\\n\/g, '<br>') + '<\/div>' +\n                    '<div class=\"cig-info-link\"><a href=\"https:\/\/www.google.com\/maps\/dir\/?api=1&destination=' +\n                    encodeURIComponent(config.title) + '&destination_place_id=ChIJEROG3c6pbkcRABDaRqBmC7s\" target=\"_blank\" rel=\"noopener\">Route anzeigen \/ Show route <\/a><\/div>' +\n                    '<\/div>';\n\n                infoWindow.setContent(infoHtml);\n\n                \/\/ Info-Fenster automatisch ?ffnen (falls in Einstellungen aktiviert)\n                if (config.autoOpen) {\n                    infoWindow.open(map, marker);\n                }\n\n                marker.addListener('click', function() {\n                    infoWindow.open(map, marker);\n                });\n                showStatus('');\n            }\n\n            function showStatus(msg) {\n                const statusEl = document.getElementById(mapId + '-status');\n                if (statusEl) statusEl.textContent = msg;\n            }\n\n            function showError(msg) {\n                const statusEl = document.getElementById(mapId + '-status');\n                if (statusEl) {\n                    statusEl.textContent = msg;\n                    statusEl.style.color = '#c00';\n                }\n            }\n\n            function escapeHtml(text) {\n                const div = document.createElement('div');\n                div.textContent = text;\n                return div.innerHTML;\n            }\n\n            \/\/ Sprache wechseln\n            document.getElementById(mapId + '-lang').addEventListener('change', function(e) {\n                currentLang = e.target.value;\n                fetchApiKey(function(apiKey) {\n                    loadGoogleMapsScript(apiKey, currentLang);\n                });\n            });\n\n            \/\/ Initial laden\n            fetchApiKey(function(apiKey) {\n                loadGoogleMapsScript(apiKey, currentLang);\n            });\n        })();\n        <\/script>\n        <\/div>\n<ul>\n<li>\n<h3>Kevin Galasinski<\/h3>\n<p>Administration<\/p>\n<div>\n<p><a href=\"mailto:kevin.galasinski@cigwien.at\">kevin.galasinski@cigwien.at<\/a><\/p>\n<p>+43 660 777 3217<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Linda Tuma<\/h3>\n<p>Administration<\/p>\n<div>\n<p><a href=\"mailto:office@cigwien.at\">office@cigwien.at<\/a><\/p>\n<p>+43 660 123 7770<\/p>\n<\/div>\n<\/li>\n<\/ul>\n<h1>CIG Info Mail<\/h1>\n<div>\n<p>    <!-- CIG Admin Newsletter Subscription Form (Double Opt-In) --><\/p>\n<style>\n    .cig-newsletter-form {\n        max-width: 400px;\n        margin: 20px 0;\n        padding: 20px;\n        background-color: #f9fafb;\n        border-radius: 8px;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    }\n    .cig-newsletter-form h3 {\n        margin: 0 0 15px 0;\n        color: #111827;\n        font-size: 20px;\n    }\n    .cig-newsletter-form input {\n        width: 100%;\n        padding: 10px;\n        margin-bottom: 10px;\n        border: 1px solid #d1d5db;\n        border-radius: 4px;\n        font-size: 14px;\n        box-sizing: border-box;\n    }\n    .cig-newsletter-form button {\n        width: 100%;\n        padding: 12px;\n        background-color: #3b82f6;\n        color: white;\n        border: none;\n        border-radius: 4px;\n        font-size: 16px;\n        font-weight: 500;\n        cursor: pointer;\n    }\n    .cig-newsletter-form button:hover {\n        background-color: #2563eb;\n    }\n    .cig-newsletter-form button:disabled {\n        background-color: #9ca3af;\n        cursor: not-allowed;\n    }\n    .cig-newsletter-message {\n        margin-top: 10px;\n        padding: 10px;\n        border-radius: 4px;\n        font-size: 14px;\n    }\n    .cig-newsletter-message.success {\n        background-color: #d1fae5;\n        color: #065f46;\n        border: 1px solid #6ee7b7;\n    }\n    .cig-newsletter-message.error {\n        background-color: #fee2e2;\n        color: #991b1b;\n        border: 1px solid #fca5a5;\n    }\n    \/* Honeypot - hidden field for spam protection *\/\n    .cig-newsletter-honeypot {\n        position: absolute;\n        left: -5000px;\n    }\n<\/style>\n<div class=\"cig-newsletter-form\">\n<h3>Newsletter abonnieren \/ Subscribe to Newsletter<\/h3>\n<form id=\"cig-newsletter-form\">\n        <!-- Honeypot field (spam protection) --><br \/>\n        <input type=\"text\" name=\"website\" class=\"cig-newsletter-honeypot\" tabindex=\"-1\" autocomplete=\"off\"><\/p>\n<p>        <input type=\"email\" name=\"email\" placeholder=\"E-Mail \/ Email\" required><br \/>\n        <input type=\"text\" name=\"first_name\" placeholder=\"Vorname \/ First Name\"><br \/>\n        <input type=\"text\" name=\"last_name\" placeholder=\"Nachname \/ Last Name\"><br \/>\n        <button type=\"submit\">Abonnieren \/ Subscribe<\/button><br \/>\n    <\/form>\n<div id=\"cig-newsletter-message\"><\/div>\n<\/div>\n<p><script>\n(function() {\n    const form = document.getElementById('cig-newsletter-form');\n    const messageDiv = document.getElementById('cig-newsletter-message');\n    const button = form.querySelector('button[type=\"submit\"]');<\/p>\n<p>    form.addEventListener('submit', async function(e) {\n        e.preventDefault();<\/p>\n<p>        \/\/ Get form data\n        const formData = new FormData(form);\n        const data = {\n            email: formData.get('email'),\n            first_name: formData.get('first_name'),\n            last_name: formData.get('last_name'),\n            website: formData.get('website') \/\/ Honeypot - should be empty\n        };<\/p>\n<p>        \/\/ Show loading state\n        button.disabled = true;\n        button.textContent = 'Wird gesendet... \/ Sending...';\n        messageDiv.innerHTML = '';<\/p>\n<p>        try {\n            const response = await fetch('https:\/\/admin.cigwien.at\/api\/newsletter\/subscribe', {\n                method: 'POST',\n                headers: {\n                    'Content-Type': 'application\/json',\n                    'Accept': 'application\/json'\n                },\n                body: JSON.stringify(data)\n            });<\/p>\n<p>            const result = await response.json();<\/p>\n<p>            if (response.ok) {\n                \/\/ Success\n                messageDiv.className = 'cig-newsletter-message success';\n                messageDiv.innerHTML = \n                    '<strong>Erfolg! \/ Success!<\/strong><br \/>' +\n                    'Bitte \u00fcberpr\u00fcfen Sie Ihre E-Mail und best\u00e4tigen Sie Ihre Anmeldung.<br \/>' +\n                    'Please check your email and confirm your subscription.';\n                form.reset();\n            } else {\n                \/\/ Error\n                messageDiv.className = 'cig-newsletter-message error';\n                if (response.status === 422) {\n                    messageDiv.innerHTML = \n                        '<strong>Fehler \/ Error:<\/strong><br \/>' +\n                        'Bitte \u00fcberpr\u00fcfen Sie Ihre Eingaben.<br \/>' +\n                        'Please check your input.';\n                } else if (response.status === 429) {\n                    messageDiv.innerHTML = \n                        '<strong>Zu viele Anfragen \/ Too many requests<\/strong><br \/>' +\n                        'Bitte versuchen Sie es sp\u00c3\u00a4ter erneut.<br \/>' +\n                        'Please try again later.';\n                } else {\n                    messageDiv.innerHTML = \n                        '<strong>Fehler \/ Error:<\/strong><br \/>' +\n                        result.message || 'Ein Fehler ist aufgetreten. \/ An error occurred.';\n                }\n            }\n        } catch (error) {\n            messageDiv.className = 'cig-newsletter-message error';\n            messageDiv.innerHTML = \n                '<strong>Verbindungsfehler \/ Connection Error<\/strong><br \/>' +\n                'Bitte versuchen Sie es sp\u00c3\u00a4ter erneut.<br \/>' +\n                'Please try again later.';\n        } finally {\n            button.disabled = false;\n            button.textContent = 'Abonnieren \/ Subscribe';\n        }\n    });\n})();\n<\/script>\n<\/div>\n<div>\n<p><a href=\"https:\/\/www.cigwien.at\/en\/privacy\/\" >Datenschutzinformation<\/a> <\/p>\n<\/div>\n<p><!--more--><br \/>\n<!-- {\"children\":[{\"name\":\"Header intro-heading\",\"type\":\"section\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/Leebgasse_eck_website_address_small.jpg\",\"image_position\":\"center-center\",\"image_size\":\"contain\",\"padding\":\"large\",\"padding_remove_top\":false,\"style\":\"default\",\"text_color\":\"light\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"width\":\"small\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"CIG Vienna\",\"text_align\":\"center\",\"title_color\":\"emphasis\",\"title_element\":\"h2\",\"title_style\":\"h6\"}},{\"type\":\"headline\",\"props\":{\"content\":\"CONTACT\",\"text_align\":\"center\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"block_align\":\"center\",\"divider_element\":\"div\",\"divider_style\":\"icon\",\"margin\":\"large\",\"maxwidth\":\"large\"}}]}]}]},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"divider\":true,\"layout\":\"1-3,2-3\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-secondary\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<h2>CIG OFFICE<\\\/h2>\\n\n\n<p>Leebgasse 34<br \\\/>1100 Vienna<br \\\/>Austria<\\\/p>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"small\",\"margin_remove_bottom\":true,\"margin_remove_top\":true},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"+43 660 777 3217\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"phone\",\"icon_align\":\"left\",\"link\":\"+43 660 777 3217\",\"link_title\":\"Kontakt CIG\"}}]},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"small\",\"margin_remove_bottom\":true,\"margin_remove_top\":false},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"office@cigwien.at\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"mail\",\"icon_align\":\"left\",\"link\":\"mailto:office@cigwien.at\",\"link_title\":\"Kontakt CIG\"}}]},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"icon\",\"margin\":\"medium\"}},{\"type\":\"headline\",\"props\":{\"content\":\"\n\n<h2>Stay Connected<\\\/h2>\",\"title_element\":\"h1\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>Stay connected: like our Facebook page, follow us on Instagram, Telegram, and watch our YouTube messages.<\\\/p>\",\"margin\":\"default\"}},{\"type\":\"social\",\"props\":{\"grid\":\"horizontal\",\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"image_svg_inline\":true,\"link_style\":\"button\",\"link_target\":true,\"margin\":\"default\"},\"name\":\"Social CIG\",\"children\":[{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/www.facebook.com\\\/cigwien\\\/\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/www.instagram.com\\\/cig_wien\\\/\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/telegram.me\\\/joinchat\\\/AAAAAFBGKueoCCR47PZRGw\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCwloVFWR_d87uSZKSExjuCA\"}}]},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"icon\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<h2>CIG NETWORK<\\\/h2>\\n\n\n<p><strong>Manuela Santangelo<br \\\/><\\\/strong>Ministry Leader<\\\/p>\\n\n\n<p>You can offer items or services here, as well as look for jobs, apartments, services, etc.<\\\/p>\\n\n\n<p class=\\\"p1\\\">We are not liable as agent for sales or purchases. We only provide the platform for getting connected.<\\\/p>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"small\",\"margin_remove_bottom\":true,\"margin_remove_top\":false},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"cignetz@gmail.com\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"mail\",\"icon_align\":\"left\",\"link\":\"mailto:cignetz@gmail.com\",\"link_title\":\"Kontakt CIG\"}}]},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"icon\",\"margin\":\"medium\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<h2>HALL RENTAL<\\\/h2>\\n\n\n<p>Joel Lieberherr<\\\/p>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"small\",\"margin_remove_bottom\":true,\"margin_remove_top\":false},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"joel.lieberherr@novum.at\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"mail\",\"icon_align\":\"left\",\"link\":\"mailto:joel.lieberherr@novum.at\",\"link_title\":\"Kontakt Saalvermietung\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<h3><a href=\\\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/CIG+-+Christliche+Internationale+Gemeinde\\\/@48.17612,16.3671788,17z\\\/data=!3m1!4b1!4m6!3m5!1s0x476da9cedd861311:0xbb0b66a046da1000!8m2!3d48.1761165!4d16.3697537!16s%2Fg%2F11gzztz9f?hl=de&amp;entry=ttu&amp;g_ep=EgoyMDI1MTEyMy4xIKXMDSoASAFQAw%3D%3D\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>open Google Maps: Christliche Internationale Gemeinde Wien<\\\/strong><\\\/a><\\\/h3>\",\"margin\":\"default\"}},{\"type\":\"html\",\"props\":{\"content\":\"[cig_map]\"}},{\"type\":\"grid\",\"props\":{\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_default\":\"1\",\"grid_medium\":\"3\",\"icon_width\":80,\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"lightbox_bg_close\":true,\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"parallax_easing\":\"1\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<p><a href=\\\"mailto:kevin.galasinski@cigwien.at\\\">kevin.galasinski@cigwien.at<\\\/a><\\\/p>\\n\n\n<p>+43 660 777 3217<\\\/p>\",\"meta\":\"Administration\",\"title\":\"Kevin Galasinski\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<p><a href=\\\"mailto:office@cigwien.at\\\">office@cigwien.at<\\\/a><\\\/p>\\n\n\n<p>+43 660 123 7770<\\\/p>\",\"meta\":\"Administration\",\"title\":\"Linda Tuma\"}}]},{\"type\":\"headline\",\"props\":{\"content\":\"CIG Info Mail\",\"title_element\":\"h1\"}},{\"type\":\"html\",\"props\":{\"content\":\"<!-- CIG Admin Newsletter Subscription Form (Double Opt-In) -->\\n<\/p>\n<style>\\n    .cig-newsletter-form {\\n        max-width: 400px;\\n        margin: 20px 0;\\n        padding: 20px;\\n        background-color: #f9fafb;\\n        border-radius: 8px;\\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\\n    }\\n    .cig-newsletter-form h3 {\\n        margin: 0 0 15px 0;\\n        color: #111827;\\n        font-size: 20px;\\n    }\\n    .cig-newsletter-form input {\\n        width: 100%;\\n        padding: 10px;\\n        margin-bottom: 10px;\\n        border: 1px solid #d1d5db;\\n        border-radius: 4px;\\n        font-size: 14px;\\n        box-sizing: border-box;\\n    }\\n    .cig-newsletter-form button {\\n        width: 100%;\\n        padding: 12px;\\n        background-color: #3b82f6;\\n        color: white;\\n        border: none;\\n        border-radius: 4px;\\n        font-size: 16px;\\n        font-weight: 500;\\n        cursor: pointer;\\n    }\\n    .cig-newsletter-form button:hover {\\n        background-color: #2563eb;\\n    }\\n    .cig-newsletter-form button:disabled {\\n        background-color: #9ca3af;\\n        cursor: not-allowed;\\n    }\\n    .cig-newsletter-message {\\n        margin-top: 10px;\\n        padding: 10px;\\n        border-radius: 4px;\\n        font-size: 14px;\\n    }\\n    .cig-newsletter-message.success {\\n        background-color: #d1fae5;\\n        color: #065f46;\\n        border: 1px solid #6ee7b7;\\n    }\\n    .cig-newsletter-message.error {\\n        background-color: #fee2e2;\\n        color: #991b1b;\\n        border: 1px solid #fca5a5;\\n    }\\n    \\\/* Honeypot - hidden field for spam protection *\\\/\\n    .cig-newsletter-honeypot {\\n        position: absolute;\\n        left: -5000px;\\n    }\\n<\\\/style>\\n\\n<\/p>\n<div class=\\\"cig-newsletter-form\\\">\\n    <\/p>\n<h3>Newsletter abonnieren \\\/ Subscribe to Newsletter<\\\/h3>\\n    <\/p>\n<form id=\\\"cig-newsletter-form\\\">\\n        <!-- Honeypot field (spam protection) -->\\n        <input type=\\\"text\\\" name=\\\"website\\\" class=\\\"cig-newsletter-honeypot\\\" tabindex=\\\"-1\\\" autocomplete=\\\"off\\\">\\n        \\n        <input type=\\\"email\\\" name=\\\"email\\\" placeholder=\\\"E-Mail \\\/ Email\\\" required>\\n        <input type=\\\"text\\\" name=\\\"first_name\\\" placeholder=\\\"Vorname \\\/ First Name\\\">\\n        <input type=\\\"text\\\" name=\\\"last_name\\\" placeholder=\\\"Nachname \\\/ Last Name\\\">\\n        <button type=\\\"submit\\\">Abonnieren \\\/ Subscribe<\\\/button>\\n    <\\\/form>\\n    <\/p>\n<div id=\\\"cig-newsletter-message\\\"><\\\/div>\\n<\\\/div>\\n\\n<script>\\n(function() {\\n    const form = document.getElementById('cig-newsletter-form');\\n    const messageDiv = document.getElementById('cig-newsletter-message');\\n    const button = form.querySelector('button[type=\\\"submit\\\"]');\\n    \\n    form.addEventListener('submit', async function(e) {\\n        e.preventDefault();\\n        \\n        \\\/\\\/ Get form data\\n        const formData = new FormData(form);\\n        const data = {\\n            email: formData.get('email'),\\n            first_name: formData.get('first_name'),\\n            last_name: formData.get('last_name'),\\n            website: formData.get('website') \\\/\\\/ Honeypot - should be empty\\n        };\\n        \\n        \\\/\\\/ Show loading state\\n        button.disabled = true;\\n        button.textContent = 'Wird gesendet... \\\/ Sending...';\\n        messageDiv.innerHTML = '';\\n        \\n        try {\\n            const response = await fetch('https:\\\/\\\/admin.cigwien.at\\\/api\\\/newsletter\\\/subscribe', {\\n                method: 'POST',\\n                headers: {\\n                    'Content-Type': 'application\\\/json',\\n                    'Accept': 'application\\\/json'\\n                },\\n                body: JSON.stringify(data)\\n            });\\n            \\n            const result = await response.json();\\n            \\n            if (response.ok) {\\n                \\\/\\\/ Success\\n                messageDiv.className = 'cig-newsletter-message success';\\n                messageDiv.innerHTML = \\n                    '<strong>Erfolg! \\\/ Success!<\\\/strong><br \/>' +\\n                    'Bitte \\u00fcberpr\\u00fcfen Sie Ihre E-Mail und best\\u00e4tigen Sie Ihre Anmeldung.<br \/>' +\\n                    'Please check your email and confirm your subscription.';\\n                form.reset();\\n            } else {\\n                \\\/\\\/ Error\\n                messageDiv.className = 'cig-newsletter-message error';\\n                if (response.status === 422) {\\n                    messageDiv.innerHTML = \\n                        '<strong>Fehler \\\/ Error:<\\\/strong><br \/>' +\\n                        'Bitte \\u00fcberpr\\u00fcfen Sie Ihre Eingaben.<br \/>' +\\n                        'Please check your input.';\\n                } else if (response.status === 429) {\\n                    messageDiv.innerHTML = \\n                        '<strong>Zu viele Anfragen \\\/ Too many requests<\\\/strong><br \/>' +\\n                        'Bitte versuchen Sie es sp\\u00c3\\u00a4ter erneut.<br \/>' +\\n                        'Please try again later.';\\n                } else {\\n                    messageDiv.innerHTML = \\n                        '<strong>Fehler \\\/ Error:<\\\/strong><br \/>' +\\n                        result.message || 'Ein Fehler ist aufgetreten. \\\/ An error occurred.';\\n                }\\n            }\\n        } catch (error) {\\n            messageDiv.className = 'cig-newsletter-message error';\\n            messageDiv.innerHTML = \\n                '<strong>Verbindungsfehler \\\/ Connection Error<\\\/strong><br \/>' +\\n                'Bitte versuchen Sie es sp\\u00c3\\u00a4ter erneut.<br \/>' +\\n                'Please try again later.';\\n        } finally {\\n            button.disabled = false;\\n            button.textContent = 'Abonnieren \\\/ Subscribe';\\n        }\\n    });\\n})();\\n<\\\/script>\"}},{\"type\":\"html\",\"props\":{\"content\":\"<\\\/p><a href=\\\"datenschutz\\\/\\\" >Datenschutzinformation<\\\/a> <br \\\/><br \\\/> <\\\/p>\"}}]}]}]}],\"version\":\"4.5.32\",\"type\":\"layout\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CIG Vienna CONTACT CIG OFFICE Leebgasse 341100 ViennaAustria +43 660 777 3217 office@cigwien.at Stay Connected Stay connected: like our Facebook page, follow us on Instagram, Telegram, and watch our YouTube messages. facebook instagram telegram youtube CIG NETWORK Manuela SantangeloMinistry Leader You can offer items or services here, as well as look for jobs, apartments, services, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-337","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact - CIG - Christliche Internationale Gemeinde Wien<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cigwien.at\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - CIG - Christliche Internationale Gemeinde Wien\" \/>\n<meta property=\"og:description\" content=\"CIG Vienna CONTACT CIG OFFICE Leebgasse 341100 ViennaAustria +43 660 777 3217 office@cigwien.at Stay Connected Stay connected: like our Facebook page, follow us on Instagram, Telegram, and watch our YouTube messages. facebook instagram telegram youtube CIG NETWORK Manuela SantangeloMinistry Leader You can offer items or services here, as well as look for jobs, apartments, services, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cigwien.at\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"CIG - Christliche Internationale Gemeinde Wien\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cigwien\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-29T23:21:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/en\\\/contact\\\/\",\"url\":\"https:\\\/\\\/www.cigwien.at\\\/en\\\/contact\\\/\",\"name\":\"Contact - CIG - Christliche Internationale Gemeinde Wien\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#website\"},\"datePublished\":\"2020-04-26T19:29:32+00:00\",\"dateModified\":\"2025-11-29T23:21:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/en\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cigwien.at\\\/en\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/en\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.cigwien.at\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#website\",\"url\":\"https:\\\/\\\/www.cigwien.at\\\/\",\"name\":\"CIG - Christliche Internationale Gemeinde Wien\",\"description\":\"CIG - Christian International Church Vienna\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#organization\"},\"alternateName\":\"CIG - Christian International Church Vienna\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cigwien.at\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#organization\",\"name\":\"CIG - Christliche Internationale Gemeinde Wien\",\"url\":\"https:\\\/\\\/www.cigwien.at\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.cigwien.at\\\/wp-content\\\/uploads\\\/cig_logo_2018_darkgrey_highres.png\",\"contentUrl\":\"https:\\\/\\\/www.cigwien.at\\\/wp-content\\\/uploads\\\/cig_logo_2018_darkgrey_highres.png\",\"width\":890,\"height\":886,\"caption\":\"CIG - Christliche Internationale Gemeinde Wien\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cigwien.at\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cigwien\",\"https:\\\/\\\/www.youtube.com\\\/@CIG-Wien\",\"https:\\\/\\\/www.instagram.com\\\/cig_wien\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - CIG - Christliche Internationale Gemeinde Wien","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cigwien.at\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact - CIG - Christliche Internationale Gemeinde Wien","og_description":"CIG Vienna CONTACT CIG OFFICE Leebgasse 341100 ViennaAustria +43 660 777 3217 office@cigwien.at Stay Connected Stay connected: like our Facebook page, follow us on Instagram, Telegram, and watch our YouTube messages. facebook instagram telegram youtube CIG NETWORK Manuela SantangeloMinistry Leader You can offer items or services here, as well as look for jobs, apartments, services, [&hellip;]","og_url":"https:\/\/www.cigwien.at\/en\/contact\/","og_site_name":"CIG - Christliche Internationale Gemeinde Wien","article_publisher":"https:\/\/www.facebook.com\/cigwien","article_modified_time":"2025-11-29T23:21:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cigwien.at\/en\/contact\/","url":"https:\/\/www.cigwien.at\/en\/contact\/","name":"Contact - CIG - Christliche Internationale Gemeinde Wien","isPartOf":{"@id":"https:\/\/www.cigwien.at\/#website"},"datePublished":"2020-04-26T19:29:32+00:00","dateModified":"2025-11-29T23:21:18+00:00","breadcrumb":{"@id":"https:\/\/www.cigwien.at\/en\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cigwien.at\/en\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cigwien.at\/en\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.cigwien.at\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.cigwien.at\/#website","url":"https:\/\/www.cigwien.at\/","name":"CIG - Christliche Internationale Gemeinde Wien","description":"CIG - Christian International Church Vienna","publisher":{"@id":"https:\/\/www.cigwien.at\/#organization"},"alternateName":"CIG - Christian International Church Vienna","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cigwien.at\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cigwien.at\/#organization","name":"CIG - Christliche Internationale Gemeinde Wien","url":"https:\/\/www.cigwien.at\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cigwien.at\/#\/schema\/logo\/image\/","url":"https:\/\/www.cigwien.at\/wp-content\/uploads\/cig_logo_2018_darkgrey_highres.png","contentUrl":"https:\/\/www.cigwien.at\/wp-content\/uploads\/cig_logo_2018_darkgrey_highres.png","width":890,"height":886,"caption":"CIG - Christliche Internationale Gemeinde Wien"},"image":{"@id":"https:\/\/www.cigwien.at\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cigwien","https:\/\/www.youtube.com\/@CIG-Wien","https:\/\/www.instagram.com\/cig_wien\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/pages\/337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/comments?post=337"}],"version-history":[{"count":7,"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/pages\/337\/revisions"}],"predecessor-version":[{"id":14267,"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/pages\/337\/revisions\/14267"}],"wp:attachment":[{"href":"https:\/\/www.cigwien.at\/en\/wp-json\/wp\/v2\/media?parent=337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}