{"id":1703,"date":"2025-08-22T17:07:29","date_gmt":"2025-08-22T15:07:29","guid":{"rendered":"https:\/\/eid-nein-danke.ch\/?page_id=1703"},"modified":"2025-08-28T10:08:04","modified_gmt":"2025-08-28T08:08:04","slug":"danke-fuer-deine-spende","status":"publish","type":"page","link":"https:\/\/eid-nein-danke.ch\/fr\/danke-fuer-deine-spende\/","title":{"rendered":"Danke f\u00fcr deine Spende"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1703\" class=\"elementor elementor-1703\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ed05c e-flex e-con-boxed e-con e-parent\" data-id=\"63ed05c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb7a422 elementor-widget elementor-widget-heading\" data-id=\"eb7a422\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Merci beaucoup pour ton soutien ! \ud83d\udc9b <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79f1f38 elementor-widget elementor-widget-text-editor\" data-id=\"79f1f38\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"329\" data-end=\"485\">Ton don a bien \u00e9t\u00e9 re\u00e7u \u2013 et tu as ainsi fait une vraie diff\u00e9rence.<br data-start=\"417\" data-end=\"420\" \/>Gr\u00e2ce \u00e0 toi, nous sommes un peu plus proches de notre objectif.<\/p><p data-start=\"487\" data-end=\"567\">Ci-dessous, tu peux voir l\u2019\u00e9tat actuel des dons et les progr\u00e8s r\u00e9alis\u00e9s :<\/p><p data-start=\"569\" data-end=\"571\">\ud83d\udc47<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-313aa00 elementor-widget elementor-widget-html\" data-id=\"313aa00\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* ===== DESKTOP (ab 901 px) ===== *\/\n.progress-container {\n  background: #eee;\n  border-radius: 20px;\n  max-width: 1300px;\n  width: 100%;\n  height: 50px;\n  margin: 30px auto 60px;\n  position: relative;\n  overflow: hidden;\n}\n.progress-bar {\n  background: #e30613;\n  height: 100%;\n  border-radius: 20px;\n  width: 0;\n  position: relative;\n  overflow: hidden;\n  animation: fillBar 2s forwards ease-in-out;\n}\n@keyframes fillBar {\n  from { width: 0; }\n  to { width: var(--progress-width); }\n}\n\n\/* Glanzeffekt & Amount *\/\n.progress-bar .progress-amount {\n  position: absolute;\n  right: 10px;\n  top: 50%;\n  transform: translateY(-50%);\n  font: bold 18px Arial, sans-serif;\n  color: #fff;\n  white-space: nowrap;\n  z-index: 2;\n}\n\n.progress-bar::before {\n  content: \"\";\n  position: absolute;\n  top: 0; left: -75%;\n  width: 50%; height: 100%;\n  background: linear-gradient(120deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);\n  transform: skewX(-25deg);\n  animation: shine 2.5s forwards ease-in-out;\n  animation-delay: 2s;\n  z-index: 3;\n}\n@keyframes shine { 0% { left: -75%; } 100% { left: 125%; } }\n\n\/* ===== SMARTPHONE + TABLET (bis 900 px) ===== *\/\n@media(max-width:900px){\n  .progress-bar .progress-amount {\n    font-size: 14px;\n    right: 8px;\n  }\n  .progress-container {\n    height: 40px;\n    margin-bottom: 40px;\n  }\n}\n<\/style>\n\n<div class=\"progress-container\">\n  <div class=\"progress-bar\">\n    <div class=\"progress-amount\"><\/div>\n  <\/div>\n<\/div>\n\n<script>\n\/* -------- Daten laden -------- *\/\nlet result = null;\ntry {\n  var xmlhttp = new XMLHttpRequest();\n  xmlhttp.open(\"GET\", \"https:\/\/eid-nein-danke.ch\/webhook\/amount.txt\", false);\n  xmlhttp.send();\n  if (xmlhttp.status==200 && xmlhttp.responseText.trim() !== \"\") {\n    result = xmlhttp.responseText.trim();\n  }\n} catch(e) {\n  console.warn(\"Konnte amount.txt nicht laden, nehme Testwert.\");\n}\n\n\/* -------- Spendenstand anpassen -------- *\/\nconst currentAmount = result;  \/\/ Hier aktuellen Betrag anpassen\nconst maxAmount     = 100000;\n\n\/* -------- Prozentsatz berechnen -------- *\/\nlet percent = (currentAmount \/ maxAmount) * 100;\n\/* Mindestbreite Desktop 7 %, Mobil\/Tablet 15 % *\/\nconst isMobile = window.matchMedia(\"(max-width:900px)\").matches;\nif (isMobile) {\n  if (percent < 15) percent = 15;\n} else {\n  if (percent < 7) percent = 7;\n}\n\n\/* -------- Balken & Betrag setzen -------- *\/\nconst bar     = document.querySelector('.progress-bar');\nconst amount  = bar.querySelector('.progress-amount');\nbar.style.setProperty('--progress-width', percent + '%');\nbar.style.width = percent + '%';\n\nif (isMobile) {\n  amount.textContent = currentAmount.toLocaleString('de-CH') + '.-';\n} else {\n  amount.textContent = 'CHF ' + currentAmount.toLocaleString('de-CH');\n}\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3df4190 elementor-widget elementor-widget-text-editor\" data-id=\"3df4190\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\ud83d\udd01 <strong data-start=\"574\" data-end=\"613\">\ud83d\udd01 Aide \u00e0 partager l\u2019enthousiasme !<\/strong><br data-start=\"613\" data-end=\"616\" \/>Partage cette page avec ton r\u00e9seau \u2013 c\u2019est ainsi que tu encourages encore plus de personnes \u00e0 faire un don et \u00e0 renforcer notre r\u00e9sistance commune !<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccb8d40 elementor-widget elementor-widget-shortcode\" data-id=\"ccb8d40\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"heateor_sss_sharing_container heateor_sss_horizontal_sharing\" data-heateor-ss-offset=\"0\" data-heateor-sss-href='https:\/\/eid-nein-danke.ch\/spenden\/'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=Danke%20f%C3%BCr%20deine%20Spende%20https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Telegram\" class=\"heateor_sss_button_telegram\" href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F&text=Danke%20f%C3%BCr%20deine%20Spende\" title=\"Telegram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_telegram\" style=\"background-color:#3da5f1;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Email\" class=\"heateor_sss_email\" href=\"https:\/\/eid-nein-danke.ch\/fr\/spenden\/\" onclick=\"event.preventDefault();window.open('mailto:?subject=' + decodeURIComponent('Danke%20f%C3%BCr%20deine%20Spende').replace('&', '%26') + '&body=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F', '_blank')\" title=\"Email\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#649a3f;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"-.75 -.5 36 36\"><path d=\"M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11\" stroke-width=\"1\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"SMS\" class=\"heateor_sss_button_sms\" href=\"sms:?&body=Danke%20f%C3%BCr%20deine%20Spende%20https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"SMS\" rel=\"nofollow noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_sms\" style=\"background-color:#6ebe45;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M16 3.543c-7.177 0-13 4.612-13 10.294 0 3.35 2.027 6.33 5.16 8.21 1.71 1.565 1.542 4.08-.827 6.41 2.874 0 7.445-1.698 8.462-4.34H16c7.176 0 13-4.605 13-10.285s-5.824-10.29-13-10.29zM9.045 17.376c-.73 0-1.45-.19-1.81-.388l.294-1.194c.384.2.98.398 1.6.398.66 0 1.01-.275 1.01-.692 0-.398-.302-.625-1.07-.9-1.06-.37-1.753-.957-1.753-1.886 0-1.09.91-1.924 2.415-1.924.72 0 1.25.152 1.63.322l-.322 1.166a3.037 3.037 0 0 0-1.336-.303c-.625 0-.93.284-.93.616 0 .41.36.59 1.186.9 1.127.42 1.658 1.01 1.658 1.91.003 1.07-.822 1.98-2.575 1.98zm9.053-.095l-.095-2.44a72.993 72.993 0 0 1-.057-2.626h-.028a35.41 35.41 0 0 1-.71 2.475l-.778 2.49h-1.128l-.682-2.473a29.602 29.602 0 0 1-.578-2.493h-.02c-.037.863-.065 1.85-.112 2.645l-.114 2.425H12.46l.407-6.386h1.924l.63 2.13c.2.74.397 1.536.54 2.285h.027a52.9 52.9 0 0 1 .607-2.293l.683-2.12h1.886l.35 6.386H18.1zm4.09.1c-.73 0-1.45-.19-1.81-.39l.293-1.194c.39.2.99.398 1.605.398.663 0 1.014-.275 1.014-.692 0-.396-.305-.623-1.07-.9-1.064-.37-1.755-.955-1.755-1.884 0-1.09.91-1.924 2.416-1.924.72 0 1.25.153 1.63.323l-.322 1.166a3.038 3.038 0 0 0-1.337-.303c-.625 0-.93.284-.93.616 0 .408.36.588 1.186.9 1.127.42 1.658 1.006 1.658 1.906.002 1.07-.823 1.98-2.576 1.98z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Instagram\" class=\"heateor_sss_button_instagram\" href=\"https:\/\/www.instagram.com\/\" title=\"Instagram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#53beee;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" version=\"1.1\" viewbox=\"-10 -10 148 148\" width=\"100%\" height=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g><g><path d=\"M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z\" fill=\"#fff\"><\/path><\/g><g><path d=\"M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z\" fill=\"#fff\"><\/path><\/g><g><circle cx=\"89.5\" cy=\"38.5\" fill=\"#fff\" r=\"5.5\"><\/circle><\/g><\/g><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Danke%20f%C3%BCr%20deine%20Spende&url=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Gettr\" class=\"heateor_sss_gettr\" href=\"https:\/\/gettr.com\/share?text=Danke%20f%C3%BCr%20deine%20Spende&url=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"Gettr\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#E50000;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" width=\"100%\" height=\"100%\" viewbox=\"-178 -112 1380 1380\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M620.01 810.414C548.28 810.414 476.551 810.414 405.435 810.414C407.274 820.836 409.113 831.871 410.952 842.293C426.279 842.293 439.154 853.329 441.606 868.042C450.189 920.154 459.385 971.652 467.968 1023.76C498.008 1023.76 528.049 1023.76 557.476 1023.76C566.059 971.652 575.256 920.154 583.839 868.042C586.291 853.329 599.165 842.293 614.492 842.293C616.331 831.871 618.171 820.836 620.01 810.414C618.171 820.836 616.331 831.871 614.492 842.293Z\" fill=\"#fff\"><\/path><path fill=\"#fff\" d=\"M789.83 628.333C604.682 628.333 420.148 628.333 235 628.333C235 636.303 235 644.273 235 652.243C344.74 677.992 379.072 718.455 394.399 762.596C472.872 762.596 551.958 762.596 630.431 762.596C645.145 718.455 680.09 677.992 789.83 652.243C789.83 644.273 789.83 636.303 789.83 628.333Z\"><\/path><path fill=\"#fff\" d=\"M610.2 250.68C640.241 298.499 659.246 345.093 652.502 388.008C640.241 471.999 534.179 529.014 512.722 581.126C435.475 502.039 388.268 448.089 380.911 398.43C369.263 305.243 502.912 229.835 512.722 125C536.631 155.041 543.988 208.378 543.988 238.418C555.637 223.092 562.38 204.086 562.994 184.468C585.677 211.443 593.034 258.037 593.034 292.982C602.843 281.333 609.587 266.62 610.2 250.68Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Feid-nein-danke.ch%2Fspenden%2F\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/eid-nein-danke.ch\/fr\/spenden\/\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewbox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a class=\"heateor_sss_more\" aria-label=\"More\" title=\"More\" rel=\"nofollow noopener\" style=\"font-size: 32px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;\" href=\"https:\/\/eid-nein-danke.ch\/fr\/spenden\/\" onclick=\"event.preventDefault()\"><span class=\"heateor_sss_svg\" style=\"background-color:#ee8e2d;width:35px;height:35px;border-radius:999px;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;\" onclick=\"heateorSssMoreSharingPopup(this, 'https:\/\/eid-nein-danke.ch\/spenden\/', 'Danke%20f%C3%BCr%20deine%20Spende', '' )\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewbox=\"-.3 0 32 32\" version=\"1.1\" width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" xml:space=\"preserve\"><g><path fill=\"#fff\" d=\"M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z\" fill-rule=\"evenodd\"><\/path><\/g><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Vielen Dank f\u00fcr deine Unterst\u00fctzung! \ud83d\udc9b Deine Spende ist angekommen \u2013 und du hast damit gerade einen echten Unterschied gemacht.Dank dir sind wir unserem Ziel wieder ein St\u00fcck n\u00e4her gekommen. Unten siehst du den aktuellen Spendenstand und wie weit wir schon gekommen sind: \ud83d\udc47 \ud83d\udd01 Hilf mit, den Funken weiterzugeben!Teile diese Seite mit deinem Netzwerk [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1703","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Danke f\u00fcr deine Spende - E-ID - Nein Danke!<\/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:\/\/eid-nein-danke.ch\/fr\/danke-fuer-deine-spende\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Danke f\u00fcr deine Spende - E-ID - Nein Danke!\" \/>\n<meta property=\"og:description\" content=\"Vielen Dank f\u00fcr deine Unterst\u00fctzung! \ud83d\udc9b Deine Spende ist angekommen \u2013 und du hast damit gerade einen echten Unterschied gemacht.Dank dir sind wir unserem Ziel wieder ein St\u00fcck n\u00e4her gekommen. Unten siehst du den aktuellen Spendenstand und wie weit wir schon gekommen sind: \ud83d\udc47 \ud83d\udd01 Hilf mit, den Funken weiterzugeben!Teile diese Seite mit deinem Netzwerk [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eid-nein-danke.ch\/fr\/danke-fuer-deine-spende\/\" \/>\n<meta property=\"og:site_name\" content=\"E-ID - Nein Danke!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/verfassungsfreunde.ch\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-28T08:08:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"179\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@FdVerfassung\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/\",\"url\":\"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/\",\"name\":\"Danke f\u00fcr deine Spende - E-ID - Nein Danke!\",\"isPartOf\":{\"@id\":\"https:\/\/eid-nein-danke.ch\/#website\"},\"datePublished\":\"2025-08-22T15:07:29+00:00\",\"dateModified\":\"2025-08-28T08:08:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/eid-nein-danke.ch\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Danke f\u00fcr deine Spende\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eid-nein-danke.ch\/#website\",\"url\":\"https:\/\/eid-nein-danke.ch\/\",\"name\":\"E-ID - Nein Danke!\",\"description\":\"NEIN zum E-ID-Gesetz\",\"publisher\":{\"@id\":\"https:\/\/eid-nein-danke.ch\/#organization\"},\"alternateName\":\"E-ID-Gesetz - NEIN\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eid-nein-danke.ch\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eid-nein-danke.ch\/#organization\",\"name\":\"Freunde der Verfassung\",\"alternateName\":\"NEIN zum E-ID-Gesetz\",\"url\":\"https:\/\/eid-nein-danke.ch\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/eid-nein-danke.ch\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png\",\"contentUrl\":\"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png\",\"width\":500,\"height\":179,\"caption\":\"Freunde der Verfassung\"},\"image\":{\"@id\":\"https:\/\/eid-nein-danke.ch\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/verfassungsfreunde.ch\",\"https:\/\/x.com\/FdVerfassung\",\"https:\/\/www.youtube.com\/channel\/UCVwxSHM1U5XtYzk_LgRLCbw\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Danke f\u00fcr deine Spende - E-ID - Nein Danke!","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:\/\/eid-nein-danke.ch\/fr\/danke-fuer-deine-spende\/","og_locale":"fr_FR","og_type":"article","og_title":"Danke f\u00fcr deine Spende - E-ID - Nein Danke!","og_description":"Vielen Dank f\u00fcr deine Unterst\u00fctzung! \ud83d\udc9b Deine Spende ist angekommen \u2013 und du hast damit gerade einen echten Unterschied gemacht.Dank dir sind wir unserem Ziel wieder ein St\u00fcck n\u00e4her gekommen. Unten siehst du den aktuellen Spendenstand und wie weit wir schon gekommen sind: \ud83d\udc47 \ud83d\udd01 Hilf mit, den Funken weiterzugeben!Teile diese Seite mit deinem Netzwerk [&hellip;]","og_url":"https:\/\/eid-nein-danke.ch\/fr\/danke-fuer-deine-spende\/","og_site_name":"E-ID - Nein Danke!","article_publisher":"https:\/\/www.facebook.com\/verfassungsfreunde.ch","article_modified_time":"2025-08-28T08:08:04+00:00","og_image":[{"width":500,"height":179,"url":"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@FdVerfassung","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/","url":"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/","name":"Danke f\u00fcr deine Spende - E-ID - Nein Danke!","isPartOf":{"@id":"https:\/\/eid-nein-danke.ch\/#website"},"datePublished":"2025-08-22T15:07:29+00:00","dateModified":"2025-08-28T08:08:04+00:00","breadcrumb":{"@id":"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eid-nein-danke.ch\/danke-fuer-deine-spende\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/eid-nein-danke.ch\/"},{"@type":"ListItem","position":2,"name":"Danke f\u00fcr deine Spende"}]},{"@type":"WebSite","@id":"https:\/\/eid-nein-danke.ch\/#website","url":"https:\/\/eid-nein-danke.ch\/","name":"E-ID - Nein Danke!","description":"NEIN zum E-ID-Gesetz","publisher":{"@id":"https:\/\/eid-nein-danke.ch\/#organization"},"alternateName":"E-ID-Gesetz - NEIN","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eid-nein-danke.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/eid-nein-danke.ch\/#organization","name":"Freunde der Verfassung","alternateName":"NEIN zum E-ID-Gesetz","url":"https:\/\/eid-nein-danke.ch\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/eid-nein-danke.ch\/#\/schema\/logo\/image\/","url":"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png","contentUrl":"https:\/\/eid-nein-danke.ch\/wp-content\/uploads\/2025\/01\/EID_NEIN_zum_EID_Gesetz.png","width":500,"height":179,"caption":"Freunde der Verfassung"},"image":{"@id":"https:\/\/eid-nein-danke.ch\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/verfassungsfreunde.ch","https:\/\/x.com\/FdVerfassung","https:\/\/www.youtube.com\/channel\/UCVwxSHM1U5XtYzk_LgRLCbw"]}]}},"_links":{"self":[{"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/pages\/1703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/comments?post=1703"}],"version-history":[{"count":25,"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/pages\/1703\/revisions"}],"predecessor-version":[{"id":1737,"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/pages\/1703\/revisions\/1737"}],"wp:attachment":[{"href":"https:\/\/eid-nein-danke.ch\/fr\/wp-json\/wp\/v2\/media?parent=1703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}