{"id":2610,"date":"2025-03-13T02:03:37","date_gmt":"2025-03-13T01:03:37","guid":{"rendered":"https:\/\/irchelschuetzen.ch\/?page_id=2610"},"modified":"2026-06-02T14:35:18","modified_gmt":"2026-06-02T12:35:18","slug":"contact","status":"publish","type":"page","link":"https:\/\/irchelschuetzen.ch\/en\/contact\/","title":{"rendered":"Contact us"},"content":{"rendered":"<div class=\"titel-banner\">\n    <style scoped>\n        .titel-banner {\n            font-family: Arial, sans-serif;\n            text-align: center;\n            background: linear-gradient(135deg, #2166BA, #174A8C); \/* Blaut\u00f6ne *\/\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 20px auto;\n            max-width: 800px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .titel-banner h1 {\n            font-size: 2em;\n            margin: 0;\n            font-weight: bold;\n        }\n\n        @media (max-width: 600px) {\n            .titel-banner {\n                padding: 15px;\n            }\n\n            .titel-banner h1 {\n                font-size: 1.7em;\n            }\n        }\n    <\/style>\n\n    <h1>Hit the bull's eye - Get in touch now!<\/h1>\n<\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Would you like to find out more about our shooting sport or do you have questions about our club? Whether you are new to shooting sports, would like to take part in a trial training session or are already a shooter and are interested in becoming a member - we look forward to hearing from you!<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Simply write us a message or visit us directly at the shooting range. We will be happy to answer your questions about training times, competitions or club activities.<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Get in touch with us - we look forward to getting to know you! \ud83c\udfaf<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n    <div style=\"        background: #f4f6f9;        border-left: 5px solid #1a5fa8;        border-radius: 8px;        padding: 36px 40px;        margin: 20px 0;        text-align: center;        font-family: Arial, sans-serif;    \">\n        <div style=\"font-size: 44px; margin-bottom: 16px;\">\ud83c\udde8\ud83c\udded<\/div>\n        <h3 style=\"color: #1a5fa8; font-size: 20px; margin: 0 0 12px;\">Kontaktformular nicht verf\u00fcgbar<\/h3>\n        <p style=\"color: #444; font-size: 15px; line-height: 1.65; margin: 0 0 10px;\">\n            Dieses Kontaktformular steht ausschliesslich f\u00fcr Anfragen aus der <strong>Switzerland<\/strong> zur Verf\u00fcgung.\n        <\/p>\n        <p style=\"color: #444; font-size: 15px; line-height: 1.65; margin: 0 0 16px;\">\n            Wir bitten Sie, uns bei internationalen Anfragen direkt per E-Mail zu kontaktieren.\n        <\/p>\n        <hr style=\"border: none; border-top: 1px solid #dde1e7; margin: 16px 0;\">\n        <p style=\"color: #888; font-size: 13px; font-style: italic; margin: 0;\">\n            This contact form is only available for requests from Switzerland.\n        <\/p>\n    <\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"mitgliedschaft-infobox\">\n    <h3>Interested in shooting sports?<\/h3>\n    <p>Experience the fascination of shooting in a community of like-minded people. Our modern shooting centre in the Z\u00fcrcher Weinland offers ideal conditions for training and socialising. Whether you are a beginner or an experienced shooter - you are very welcome here!<\/p>\n    <a href=\"\/en\/become-a-member\/\" class=\"cta-button\">Learn more<\/a>\n<\/div>\n\n<style>\n    \/* Scoped Css f\u00fcr die Mitgliedschaft-Infobox *\/\n    .mitgliedschaft-infobox {\n        background-color: #f9f9f9;\n        background-image: url('https:\/\/irchelschuetzen.ch\/wp-content\/uploads\/2025\/03\/ISBB_Logo_transparent.png'); \/* Hintergrundbild *\/\n        background-position: center; \/* Bild zentrieren *\/\n        background-repeat: no-repeat; \/* Bild nicht wiederholen *\/\n        background-size: 150px; \/* Gr\u00f6sse des Logos anpassen *\/\n        border: 1px solid #ddd;\n        padding: 20px;\n        margin-top: 30px;\n        border-radius: 8px;\n        text-align: center;\n        font-family: Arial, sans-serif;\n        position: relative; \/* F\u00fcr Overlay-Effekt *\/\n        overflow: hidden; \/* Verhindert \u00dcberlappungen *\/\n    }\n\n    \/* Overlay, um den Text besser lesbar zu machen *\/\n    .mitgliedschaft-infobox::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-color: rgba(249, 249, 249, 0.8); \/* Leichter weisser Overlay *\/\n        z-index: 1;\n    }\n\n    \/* Stile f\u00fcr den Text und den Button *\/\n    .mitgliedschaft-infobox h3,\n    .mitgliedschaft-infobox p,\n    .mitgliedschaft-infobox .cta-button {\n        position: relative; \/* Text \u00fcber dem Overlay *\/\n        z-index: 2;\n    }\n\n    .mitgliedschaft-infobox h3 {\n        margin-top: 0;\n        color: #333;\n    }\n\n    .mitgliedschaft-infobox p {\n        color: #555;\n        line-height: 1.6;\n    }\n\n    .mitgliedschaft-infobox .cta-button {\n        display: inline-block;\n        margin-top: 15px;\n        padding: 10px 20px;\n        background-color: #1e73be;\n        color: #fff;\n        text-decoration: none;\n        border-radius: 5px;\n        transition: background-color 0.3s ease;\n    }\n\n    .mitgliedschaft-infobox .cta-button:hover {\n        background-color: #154a8a;\n    }\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Hit the bull's eye - Get in touch now! Would you like to find out more about our shooting sport or do you have questions about our club? Whether you are new to shooting sports, interested in a trial training ... <a title=\"Contact us\" class=\"read-more\" href=\"https:\/\/irchelschuetzen.ch\/en\/contact\/\" aria-label=\"Read more about Contact\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-2610","page","type-page","status-publish"],"spectra_custom_meta":{"_edit_lock":["1780405324:1"],"_edit_last":["1"],"_aioseo_title":["Kontakt Irchelsch\u00fctzen \u2013 Jetzt mit uns ins Schwarze treffen!"],"_aioseo_description":["Du hast Fragen zum Schiesport, zur Mitgliedschaft oder m\u00f6chtest Anregungen geben? Die Irchelsch\u00fctzen sind f\u00fcr dich da \u2013 wir freuen uns auf deine Nachricht!"],"_aioseo_keywords":["a:0:{}"],"_aioseo_og_title":[null],"_aioseo_og_description":[null],"_aioseo_og_article_section":[""],"_aioseo_og_article_tags":["a:0:{}"],"_aioseo_twitter_title":[null],"_aioseo_twitter_description":[null],"_generate-disable-headline":["true"],"_eael_post_view_count":["3"],"rank_math_internal_links_processed":["1"],"_uagb_previous_block_counts":["a:90:{s:21:\"uagb\/advanced-heading\";i:0;s:15:\"uagb\/blockquote\";i:0;s:12:\"uagb\/buttons\";i:0;s:18:\"uagb\/buttons-child\";i:0;s:19:\"uagb\/call-to-action\";i:0;s:15:\"uagb\/cf7-styler\";i:0;s:11:\"uagb\/column\";i:0;s:12:\"uagb\/columns\";i:0;s:14:\"uagb\/container\";i:0;s:21:\"uagb\/content-timeline\";i:0;s:27:\"uagb\/content-timeline-child\";i:0;s:14:\"uagb\/countdown\";i:0;s:12:\"uagb\/counter\";i:0;s:8:\"uagb\/faq\";i:0;s:14:\"uagb\/faq-child\";i:0;s:10:\"uagb\/forms\";i:0;s:17:\"uagb\/forms-accept\";i:0;s:19:\"uagb\/forms-checkbox\";i:0;s:15:\"uagb\/forms-date\";i:0;s:16:\"uagb\/forms-email\";i:0;s:17:\"uagb\/forms-hidden\";i:0;s:15:\"uagb\/forms-name\";i:0;s:16:\"uagb\/forms-phone\";i:0;s:16:\"uagb\/forms-radio\";i:0;s:17:\"uagb\/forms-select\";i:0;s:19:\"uagb\/forms-textarea\";i:0;s:17:\"uagb\/forms-toggle\";i:0;s:14:\"uagb\/forms-url\";i:0;s:14:\"uagb\/gf-styler\";i:0;s:15:\"uagb\/google-map\";i:0;s:11:\"uagb\/how-to\";i:0;s:16:\"uagb\/how-to-step\";i:0;s:9:\"uagb\/icon\";i:0;s:14:\"uagb\/icon-list\";i:0;s:20:\"uagb\/icon-list-child\";i:0;s:10:\"uagb\/image\";i:0;s:18:\"uagb\/image-gallery\";i:0;s:13:\"uagb\/info-box\";i:0;s:18:\"uagb\/inline-notice\";i:0;s:11:\"uagb\/lottie\";i:0;s:21:\"uagb\/marketing-button\";i:0;s:10:\"uagb\/modal\";i:0;s:18:\"uagb\/popup-builder\";i:0;s:16:\"uagb\/post-button\";i:0;s:18:\"uagb\/post-carousel\";i:0;s:17:\"uagb\/post-excerpt\";i:0;s:14:\"uagb\/post-grid\";i:0;s:15:\"uagb\/post-image\";i:0;s:17:\"uagb\/post-masonry\";i:0;s:14:\"uagb\/post-meta\";i:0;s:18:\"uagb\/post-taxonomy\";i:0;s:18:\"uagb\/post-timeline\";i:0;s:15:\"uagb\/post-title\";i:0;s:20:\"uagb\/restaurant-menu\";i:0;s:26:\"uagb\/restaurant-menu-child\";i:0;s:11:\"uagb\/review\";i:0;s:12:\"uagb\/section\";i:0;s:14:\"uagb\/separator\";i:0;s:11:\"uagb\/slider\";i:0;s:17:\"uagb\/slider-child\";i:0;s:17:\"uagb\/social-share\";i:0;s:23:\"uagb\/social-share-child\";i:0;s:16:\"uagb\/star-rating\";i:0;s:23:\"uagb\/sure-cart-checkout\";i:0;s:22:\"uagb\/sure-cart-product\";i:0;s:15:\"uagb\/sure-forms\";i:0;s:22:\"uagb\/table-of-contents\";i:0;s:9:\"uagb\/tabs\";i:0;s:15:\"uagb\/tabs-child\";i:0;s:18:\"uagb\/taxonomy-list\";i:0;s:9:\"uagb\/team\";i:0;s:16:\"uagb\/testimonial\";i:0;s:14:\"uagb\/wp-search\";i:0;s:19:\"uagb\/instagram-feed\";i:0;s:10:\"uagb\/login\";i:0;s:17:\"uagb\/loop-builder\";i:0;s:18:\"uagb\/loop-category\";i:0;s:20:\"uagb\/loop-pagination\";i:0;s:15:\"uagb\/loop-reset\";i:0;s:16:\"uagb\/loop-search\";i:0;s:14:\"uagb\/loop-sort\";i:0;s:17:\"uagb\/loop-wrapper\";i:0;s:13:\"uagb\/register\";i:0;s:19:\"uagb\/register-email\";i:0;s:24:\"uagb\/register-first-name\";i:0;s:23:\"uagb\/register-last-name\";i:0;s:22:\"uagb\/register-password\";i:0;s:30:\"uagb\/register-reenter-password\";i:0;s:19:\"uagb\/register-terms\";i:0;s:22:\"uagb\/register-username\";i:0;}"],"rank_math_seo_score":["13"],"_uag_css_file_name":["uag-css-2610.css"],"_uag_page_assets":["a:9:{s:3:\"css\";s:260:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:13:{i:0;s:9:\"core\/html\";i:1;s:14:\"core\/paragraph\";i:2;s:14:\"core\/separator\";i:3;s:21:\"wpforms\/form-selector\";i:4;s:12:\"core\/heading\";i:5;s:10:\"core\/group\";i:6;s:12:\"core\/columns\";i:7;s:11:\"core\/column\";i:8;s:9:\"core\/list\";i:10;s:14:\"core\/list-item\";i:13;s:14:\"core\/pullquote\";i:14;s:9:\"core\/code\";i:15;s:10:\"core\/image\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1780403718\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"irchel-admin","author_link":"https:\/\/irchelschuetzen.ch\/en\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Ins Schwarze treffen \u2013 Jetzt Kontakt aufnehmen! Du m\u00f6chtest mehr \u00fcber unseren Schiesssport erfahren oder hast Fragen zu unserem Verein? Egal, ob du neu im Schiesssport bist, an einem Probetraining ... Read more","_links":{"self":[{"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/pages\/2610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/comments?post=2610"}],"version-history":[{"count":7,"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/pages\/2610\/revisions"}],"predecessor-version":[{"id":2975,"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/pages\/2610\/revisions\/2975"}],"wp:attachment":[{"href":"https:\/\/irchelschuetzen.ch\/en\/wp-json\/wp\/v2\/media?parent=2610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}