{"id":36274,"date":"2026-03-12T08:50:13","date_gmt":"2026-03-12T07:50:13","guid":{"rendered":"https:\/\/instahelp.me\/?page_id=36274"},"modified":"2026-03-16T11:21:23","modified_gmt":"2026-03-16T10:21:23","slug":"mitglieder","status":"publish","type":"page","link":"https:\/\/instahelp.me\/de\/mitglieder\/","title":{"rendered":"Familie \/ Organisation"},"content":{"rendered":"<style>\r\n\t\/* Hero *\/\r\n\t.family-hero {\r\n\t\tposition: relative;\r\n\t\tbackground-image: url(\/wp-content\/uploads\/2024\/12\/bg_hero_how_it_works@2x.png);\r\n\t\tbackground-repeat: no-repeat;\r\n\t\tbackground-size: cover;\r\n\t\tmargin: auto;\r\n\t}\r\n\t.rounded-corner {\r\n\t\tborder-radius: 12px;\r\n\t}\r\n\t\r\n\t\/* Vorteile Grid *\/\r\n\t.vorteile-grid {\r\n\t\tdisplay: grid;\r\n\t\tgrid-template-columns: 1fr 1fr;\r\n\t\tgap: 30px;\r\n\t}\r\n\t.vorteile-item {\r\n\t\tdisplay: flex;\r\n\t\talign-items: flex-start;\r\n\t\tgap: 20px;\r\n\t}\r\n\t.vorteile-icon {\r\n\t\tmin-width: 50px;\r\n\t}\r\n\r\n\t\/* Green Underline *\/\r\n\t.green-underline {\r\n\t\tbackground-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #DFEFE2));\r\n\t\tbackground-image: linear-gradient(to bottom, transparent 50%, #DFEFE2 50%);\r\n\t\tbackground-repeat: repeat-x;\r\n\t\tbackground-size: 20px 1em;\r\n\t\tbackground-position: 0 80%;\r\n\t}\r\n\r\n\t\/* Ablauf Steps *\/\r\n\t.ablauf-list {\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\tgap: 40px;\r\n\t}\r\n\t.ablauf-item {\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: row;\r\n\t\talign-items: flex-start;\r\n\t\tgap: 20px;\r\n\t}\r\n\t.ablauf-icon {\r\n\t\tmin-width: 50px;\r\n\t}\r\n\r\n\t\/* Zielgruppen Cards *\/\r\n\t.zielgruppen-grid {\r\n\t\tdisplay: grid;\r\n\t\tgrid-template-columns: repeat(3, 1fr);\r\n\t\tgap: 30px;\r\n\t}\r\n\t.zielgruppen-card {\r\n\t\tborder-radius: 16px;\r\n\t\tbackground: #FFF;\r\n\t\tbox-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);\r\n\t\tpadding: 20px;\r\n\t\ttext-align: center;\r\n\t\tdisplay: flex;\r\n\t\tflex-direction: column;\r\n\t\talign-items: center;\r\n\t}\r\n\t.zielgruppen-card img {\r\n\t\tmargin-bottom: 20px;\r\n\t\tborder-radius: 6px;\r\n\t}\r\n\r\n\t\/* Beratung 3-col *\/\r\n\t.beratung-wrap {\r\n\t\tdisplay: flex;\r\n\t\tgap: 30px;\r\n\t}\r\n\t.beratung-item {\r\n\t\tdisplay: flex;\r\n\t\talign-items: start;\r\n\t\tgap: 20px;\r\n\t\tflex: 1 1 0;\r\n\t}\r\n\t.beratung-icon {\r\n\t\tmax-width: 50px;\r\n\t}\r\n\r\n\t\/* FAQ Accordion *\/\r\n\t.faq-item {\r\n\t\tborder-bottom: 1px solid rgba(0, 0, 0, 0.1);\r\n\t}\r\n\t.faq-question {\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: space-between;\r\n\t\talign-items: center;\r\n\t\tpadding: 20px 0;\r\n\t\tcursor: pointer;\r\n\t\tuser-select: none;\r\n\t}\r\n\t.faq-question h3 {\r\n\t\tmargin: 0;\r\n\t\tpadding-right: 20px;\r\n\t}\r\n\t.faq-toggle {\r\n\t\tmin-width: 30px;\r\n\t\theight: 30px;\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\r\n\t\tjustify-content: center;\r\n\t\tfont-size: 24px;\r\n\t\tcolor: #458250;\r\n\t\ttransition: transform 0.3s ease;\r\n\t}\r\n\t.faq-item.active .faq-toggle {\r\n\t\ttransform: rotate(45deg);\r\n\t}\r\n\t.faq-answer {\r\n\t\tmax-height: 0;\r\n\t\toverflow: hidden;\r\n\t\ttransition: max-height 0.4s ease, padding 0.3s ease;\r\n\t}\r\n\t.faq-item.active .faq-answer {\r\n\t\tmax-height: 600px;\r\n\t}\r\n\t.faq-answer-inner {\r\n\t\tpadding-bottom: 20px;\r\n\t}\r\n\r\n\t\/* Verweis Cards *\/\r\n\t.verweis-grid {\r\n\t\tdisplay: grid;\r\n\t\tgrid-template-columns: 1fr 1fr;\r\n\t\tgap: 30px;\r\n\t}\r\n\t.verweis-card {\r\n\t\tborder-radius: 16px;\r\n\t\tbackground: #FFF;\r\n\t\tbox-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);\r\n\t\tpadding: 30px;\r\n\t}\r\n\r\n\t\/* CTA Dropdown *\/\r\n\t.cta-dropdown {\r\n\t\tposition: relative;\r\n\t\tdisplay: inline-block;\r\n\t}\r\n\t.cta-dropdown-menu {\r\n\t\tdisplay: none;\r\n\t\tposition: absolute;\r\n\t\tleft: 0;\r\n\t\ttop: calc(100% + 8px);\r\n\t\tbackground: #FFF;\r\n\t\tborder-radius: 12px;\r\n\t\tbox-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);\r\n\t\tmin-width: 240px;\r\n\t\tz-index: 100;\r\n\t\toverflow: hidden;\r\n\t}\r\n\t.cta-dropdown.open .cta-dropdown-menu {\r\n\t\tdisplay: block;\r\n\t}\r\n\t.cta-dropdown-menu a {\r\n\t\tdisplay: block;\r\n\t\tpadding: 16px 20px;\r\n\t\tcolor: #323834;\r\n\t\ttext-decoration: none;\r\n\t\tfont-size: 18px;\r\n\t\tfont-weight: 700;\r\n\t\ttransition: background 0.2s ease;\r\n\t}\r\n\t.cta-dropdown-menu a:hover {\r\n\t\tbackground: rgba(126, 188, 137, 0.11);\r\n\t\tcolor: #458250;\r\n\t}\r\n\t.cta-dropdown-menu a + a {\r\n\t\tborder-top: 1px solid rgba(0, 0, 0, 0.08);\r\n\t}\r\n\r\n\t\/* Responsive *\/\r\n\t@media screen and (max-width: 768px) {\r\n\t\t.vorteile-grid {\r\n\t\t\tgrid-template-columns: 1fr;\r\n\t\t\tgap: 20px;\r\n\t\t}\r\n\t\t.vorteile-item {\r\n\t\t\tgap: 15px;\r\n\t\t}\r\n\t\t.vorteile-icon {\r\n\t\t\tmin-width: 35px;\r\n\t\t}\r\n\t\t.ablauf-item {\r\n\t\t\tgap: 15px;\r\n\t\t}\r\n\t\t.ablauf-icon {\r\n\t\t\tmin-width: 35px;\r\n\t\t}\r\n\t\t.zielgruppen-grid {\r\n\t\t\tgrid-template-columns: 1fr;\r\n\t\t\tgap: 20px;\r\n\t\t}\r\n\t\t.beratung-wrap {\r\n\t\t\tflex-direction: column;\r\n\t\t\tgap: 20px;\r\n\t\t}\r\n\t\t.beratung-icon {\r\n\t\t\tmin-width: 35px;\r\n\t\t}\r\n\t\t.verweis-grid {\r\n\t\t\tgrid-template-columns: 1fr;\r\n\t\t\tgap: 20px;\r\n\t\t}\r\n\t}\r\n<\/style>\r\n\r\n\r\n<!-- HERO -->\r\n<section class=\"family-hero\">\r\n\t<div class=\"grid-container\">\r\n\t\t<div class=\"grid-55\">\r\n\t\t\t<hr class=\"divider bottom-100 m-bottom-10\" \/>\r\n\t\t\t<hr class=\"divider bottom-6 m-bottom-10\" \/>\r\n\t\t\t<h1 class=\"bold f40 m-f28 small-line-height bottom-20 top-20 m-bottom-10\">\r\n\t\t\t\tMentale Gesundheit gemeinsam st\u00e4rken. \r\n\t\t\t\t<span class=\"green-underline bold\">Einfach organisiert.<\/span>\r\n\t\t\t<\/h1>\r\n\t\t\t<p class=\"f24 m-f18 bottom-30 m-bottom-10\">\r\n\t\t\t\tErm\u00f6gliche deiner Familie, deinem Verein oder deiner <br class=\"hide-on-mobile\">\r\n\t\t\t\tNGO einfachen Zugang zu psychologischer <br class=\"hide-on-mobile\">\r\n\t\t\t\tOnline-Beratung bei Instahelp \u2013 mit zentraler <br class=\"hide-on-mobile\">\r\n\t\t\t\tBudgetverwaltung in deinem eigenen Dashboard <br class=\"hide-on-mobile\">\r\n\t\t\t\tund anonymisierten Daten.\r\n\t\t\t<\/p>\r\n\t\t\t<div class=\"cta-dropdown\">\r\n\t\t\t\t<button type=\"button\" class=\"btn btn-green bold f18 cta-dropdown-trigger\">\r\n\t\t\t\t\tJetzt Account erstellen \u25be\r\n\t\t\t\t<\/button>\r\n\t\t\t\t<div class=\"cta-dropdown-menu\">\r\n\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/family\" target=\"_blank\" rel=\"noopener\">Familie<\/a>\r\n\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/society\" target=\"_blank\" rel=\"noopener\">Organisation<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<hr class=\"divider bottom-100 m-bottom-5\" \/>\r\n\t\t<\/div>\r\n\t\t<div class=\"grid-45\">\r\n\t\t\t<div class=\"mockup-form-wrap\">\r\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/instahelp.me\/wp-content\/uploads\/2026\/02\/family-hero-bg-2.jpg\" srcset=\"\/wp-content\/uploads\/2026\/02\/family-hero-bg-2.jpg 1x, \/wp-content\/uploads\/2026\/02\/family-hero-bg-2@2x.jpg 2x\" alt=\"Gl\u00fcckliche Gruppe \u2013 Familie oder Verein nutzt Instahelp\" class=\"rounded-corner top-50 m-top-20\"\/>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\r\n\r\n\r\n<!-- VORTEILE -->\r\n<section>\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-80 prefix-10 suffix-10\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 small-line-height bottom-50 m-bottom-30 text-center\">\r\n\t\t\t\tDeine Vorteile mit <span class=\"green-underline bold\">Instahelp f\u00fcr Gruppen<\/span>\r\n\t\t\t<\/h2>\r\n\t\t\t<div class=\"vorteile-grid\">\r\n\t\t\t\t<!-- Vorteil 1 -->\r\n\t\t\t\t<div class=\"vorteile-item\">\r\n\t\t\t\t\t<div class=\"vorteile-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/02\/icon_central.svg\" alt=\"Zentrale Verwaltung\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Zentrale Verwaltung<\/h3>\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tDu kaufst Einheiten f\u00fcr deine gesamte Familie oder Organisation.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Vorteil 2 -->\r\n\t\t\t\t<div class=\"vorteile-item\">\r\n\t\t\t\t\t<div class=\"vorteile-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_secure.svg\" alt=\"Anonym &#038; sicher\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Anonym &amp; sicher<\/h3>\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tDeine Mitglieder nutzen die Beratung diskret. Du siehst die Nutzung anonymisiert, aber niemals private Inhalte.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Vorteil 3 -->\r\n\t\t\t\t<div class=\"vorteile-item\">\r\n\t\t\t\t\t<div class=\"vorteile-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/02\/icon_cash.svg\" alt=\"Faire Kosten\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Faire Kosten<\/h3>\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tKeine Grundgeb\u00fchr, keine Fixkosten. Du zahlst nur die Beratungseinheiten, die du f\u00fcr deine Gruppe bereitstellst.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Vorteil 4 -->\r\n\t\t\t\t<div class=\"vorteile-item\">\r\n\t\t\t\t\t<div class=\"vorteile-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_individual.svg\" alt=\"Volle Flexibilit\u00e4t\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Volle Flexibilit\u00e4t<\/h3>\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tKaufe Einheiten manuell nach oder nutze das automatische Aufladen.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t<\/div>\r\n<\/section>\r\n\r\n\r\n<!-- SO FUNKTIONIERT'S -->\r\n<section class=\"light-green-background\" id=\"so-funktionierts\">\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-50\">\r\n\t\t\t<img decoding=\"async\" src=\"https:\/\/instahelp.me\/wp-content\/uploads\/2026\/02\/instahelp-chat-call-mockup.png\" alt=\"Zwei Smartphones zeigen eine Online-Beratung: Einen Videoanruf mit zwei Personen und einen Chat\" srcset=\"\/wp-content\/uploads\/2026\/02\/instahelp-chat-call-mockup.png 1x, \/wp-content\/uploads\/2026\/02\/instahelp-chat-call-mockup@2x.png 2x\" class=\"top-80 m-top-5\" \/>\r\n\t\t<\/div>\r\n\t\t<div class=\"grid-50\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 small-line-height bottom-50 m-bottom-30 m-text-center\">\r\n\t\t\t\t<span class=\"green-underline bold\">So funktioniert&#8217;s<\/span> \u2013 <br class=\"hide-on-mobile\">\r\n\t\t\t\tin 3 einfachen Schritten\r\n\t\t\t<\/h2>\r\n\t\t\t<div class=\"ablauf-list\">\r\n\t\t\t\t<!-- Schritt 1 -->\r\n\t\t\t\t<div class=\"ablauf-item\">\r\n\t\t\t\t\t<div class=\"ablauf-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_step_1.svg\" alt=\"1. Schritt\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f28 m-f20\">Konto anlegen<\/h3>\r\n\t\t\t\t\t\t<p class=\"f22 m-f18\">\r\n\t\t\t\t\t\t\tErstelle in wenigen Minuten deinen Zugang und w\u00e4hle zwischen 5, 10 und 20 Einheiten. Die Kosten pro Beratungseinheit (50 Minuten) betragen \u20ac&nbsp;89.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Schritt 2 -->\r\n\t\t\t\t<div class=\"ablauf-item\">\r\n\t\t\t\t\t<div class=\"ablauf-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_step_2.svg\" alt=\"2. Schritt\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f28 m-f20\">Einladungslink versenden<\/h3>\r\n\t\t\t\t\t\t<p class=\"f22 m-f18\">\r\n\t\t\t\t\t\t\tLade deine Mitglieder \u00fcber einen Link ein. Sie k\u00f6nnen die verf\u00fcgbaren Einheiten sofort anonym nutzen.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Schritt 3 -->\r\n\t\t\t\t<div class=\"ablauf-item\">\r\n\t\t\t\t\t<div class=\"ablauf-icon\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_step_3.svg\" alt=\"3. Schritt\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"bold f28 m-f20\">Behalte den \u00dcberblick<\/h3>\r\n\t\t\t\t\t\t<p class=\"f22 m-f18\">\r\n\t\t\t\t\t\t\tVerwalte das Guthaben, lade neue Mitglieder ein oder lege Beratungslimits fest.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"top-20\">\r\n\t\t\t\t<div class=\"cta-dropdown\">\r\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-green bold f18 cta-dropdown-trigger\">\r\n\t\t\t\t\t\tJetzt Account erstellen \u25be\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t\t<div class=\"cta-dropdown-menu\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/family\" target=\"_blank\" rel=\"noopener\">Familie<\/a>\r\n\t\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/society\" target=\"_blank\" rel=\"noopener\">Organisation<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t<\/div>\r\n<\/section>\r\n\r\n\r\n<!-- ZIELGRUPPEN \u2013 F\u00dcR WEN? -->\r\n<section>\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-90 prefix-5 suffix-5\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 small-line-height bottom-20 text-center\">\r\n\t\t\t\t<span class=\"green-underline bold\">Ideal f\u00fcr:<\/span>\r\n\t\t\t<\/h2>\r\n\t\t\t<p class=\"f20 m-f16 bottom-50 m-bottom-30 text-center\">\r\n\t\t\t\tEgal ob Familie, Verein oder NGO \u2013 st\u00e4rke die mentale Gesundheit deiner Gruppe.\r\n\t\t\t<\/p>\r\n\t\t\t<div class=\"zielgruppen-grid\">\r\n\t\t\t\t<!-- Familien -->\r\n\t\t\t\t<div class=\"zielgruppen-card\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/instahelp.me\/wp-content\/uploads\/2026\/02\/insta_for_families.jpg\" srcset=\"\/wp-content\/uploads\/2026\/02\/insta_for_families.jpg 1x, \/wp-content\/uploads\/2026\/02\/insta_for_families@2x.jpg 2x\" alt=\"Familien\" \/>\r\n\t\t\t\t\t<h3 class=\"bold f24 m-f20 bottom-20\">Familien<\/h3>\r\n\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/family\" class=\"btn btn-green bold f18\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\t\t\tJetzt starten\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- Vereine -->\r\n\t\t\t\t<div class=\"zielgruppen-card\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/instahelp.me\/wp-content\/uploads\/2026\/02\/insta_for_association.jpg\" srcset=\"\/wp-content\/uploads\/2026\/02\/insta_for_association.jpg 1x, \/wp-content\/uploads\/2026\/02\/insta_for_association@2x.jpg 2x\" alt=\"Vereine\" \/>\r\n\t\t\t\t\t<h3 class=\"bold f24 m-f20 bottom-20\">Vereine<\/h3>\r\n\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/society\" class=\"btn btn-green bold f18\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\t\t\tJetzt starten\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<!-- NGOs -->\r\n\t\t\t\t<div class=\"zielgruppen-card\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/instahelp.me\/wp-content\/uploads\/2026\/02\/insta_for_ngo.jpg\" srcset=\"\/wp-content\/uploads\/2026\/02\/insta_for_ngo.jpg 1x, \/wp-content\/uploads\/2026\/02\/insta_for_ngo@2x.jpg 2x\" alt=\"NGOs\" \/>\r\n\t\t\t\t\t<h3 class=\"bold f24 m-f20 bottom-20\">NGOs<\/h3>\r\n\t\t\t\t\t<a href=\"https:\/\/web.instahelp.me\/#s:+\/society\" class=\"btn btn-green bold f18\" target=\"_blank\" rel=\"noopener\">\r\n\t\t\t\t\t\tJetzt starten\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t<\/div>\r\n<\/section>\r\n\r\n\r\n<!-- BERATUNG SECTION -->\r\n<div class=\"light-green-background\">\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-40 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-80 prefix-10 suffix-10\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 ultradark-green small-line-height bottom-40 m-bottom-20 text-center\">\r\n\t\t\t\tPsychologische Online-Beratung. <br class=\"hide-on-mobile\">\r\n\t\t\t\t<span class=\"green-underline bold\">Von Menschen, f\u00fcr Menschen.<\/span>\r\n\t\t\t<\/h2>\r\n\t\t\t<p class=\"f20 m-f16 bottom-40 m-bottom-20 text-center ultradark-green\">\r\n\t\t\t\tInstahelp ist die f\u00fchrende Plattform f\u00fcr psychologische Online-Beratung und Therapie im deutschsprachigen Raum.\r\n\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t<div class=\"grid-100\">\r\n\t\t\t<div class=\"beratung-wrap\">\r\n\t\t\t\t<div class=\"beratung-item\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_chat.svg\" alt=\"\" class=\"beratung-icon\" \/>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"f24 m-f20 bold bottom-10\">\r\n\t\t\t\t\t\t\t<span class=\"green-underline bold\">Keine Wartezeit<\/span>\r\n\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t<p class=\"f20 m-f16 bottom-20\">\r\n\t\t\t\t\t\t\tErstkontakt und Terminvereinbarung innerhalb von 24 Stunden \u2013 ohne langes Warten.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"beratung-item\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_secure.svg\" alt=\"\" class=\"beratung-icon\" \/>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"f22 m-f20 bold bottom-10\">\r\n\t\t\t\t\t\t\t<span class=\"green-underline bold\">Vertraulich und sicher<\/span>\r\n\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t<p class=\"f20 m-f16 bottom-20\">\r\n\t\t\t\t\t\t\tDie Beratung ist Ende-zu-Ende verschl\u00fcsselt und auf Wunsch v\u00f6llig anonym.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"beratung-item\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/12\/icon_individual.svg\" alt=\"\" class=\"beratung-icon\" \/>\r\n\t\t\t\t\t<div>\r\n\t\t\t\t\t\t<h3 class=\"f22 m-f20 bold bottom-10\">\r\n\t\t\t\t\t\t\t<span class=\"green-underline bold\">Flexibel und individuell<\/span>\r\n\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t<p class=\"f20 m-f16 bottom-20\">\r\n\t\t\t\t\t\t\tAus \u00fcber 400  Psycholog:innen die passende Unterst\u00fctzung finden \u2013 ohne Bindung.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-40 m-bottom-30\" \/>\r\n\t<\/div>\r\n<\/div>\r\n\r\n\r\n<!-- FAQ SECTION -->\r\n<section>\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-70 prefix-15 suffix-15\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 small-line-height bottom-50 m-bottom-30 text-center\">\r\n\t\t\t\t<span class=\"green-underline bold\">H\u00e4ufig gestellte Fragen<\/span>\r\n\t\t\t<\/h2>\r\n\r\n\t\t\t<!-- FAQ 1 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Sind die Mitglieder in der Beratung anonym?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tJa. Die Beratung ist vertraulich und Ende-zu-Ende verschl\u00fcsselt. Das bedeutet, dass weder Instahelp noch du als Admin Zugriff auf Gespr\u00e4chsinhalte hast. In deinem Dashboard siehst du eine \u00dcbersicht \u00fcber deine Mitglieder (anonymisiert) und die Anzahl der genutzten Einheiten.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- FAQ 2 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Wie viele Personen kann ich einladen?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tDu kannst beliebig viele Personen \u00fcber deinen Link einladen. Die Personen k\u00f6nnen die Beratung nutzen, solange Einheiten auf dem Konto verf\u00fcgbar sind.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- FAQ 3 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Wie kann ich ein Beratungslimit f\u00fcr Mitglieder einstellen?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tDu kannst ein Limit an Einheiten pro Mitglied pro Jahr \u00fcber dein Dashboard festlegen. Damit stellst du sicher, dass alle Mitglieder die gleiche Anzahl an Beratungseinheiten nutzen k\u00f6nnen.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- FAQ 4 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Wie erfolgt die Abrechnung und welche Zahlungsarten stehen zur Auswahl?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tDu kannst entweder manuell Beratungseinheiten aufladen oder eine automatische Abbuchung einstellen. Bei der automatischen Abbuchung wird eine von dir gew\u00e4hlte Anzahl an Einheiten nachgekauft, sobald der Bestand unter die von dir definierte Untergrenze f\u00e4llt. Pro Kauf besteht eine Mindestabnahmemenge von 5 Einheiten.\r\n\t\t\t\t\t\t\t<br><br>\r\n\t\t\t\t\t\t\tDie Bezahlung erfolgt derzeit per Kreditkarte oder PayPal.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- FAQ 5 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Gibt es eine Mindestlaufzeit?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tNein, du entscheidest selbst, wann und wie viele Einheiten du kaufst. Es gibt keine Abo-Verpflichtung.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<!-- FAQ 6 -->\r\n\t\t\t<div class=\"faq-item\">\r\n\t\t\t\t<div class=\"faq-question\" >\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f18\">Wie haben Mitglieder Zugriff auf das verf\u00fcgbare Guthaben?<\/h3>\r\n\t\t\t\t\t<span class=\"faq-toggle\">+<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"faq-answer\">\r\n\t\t\t\t\t<div class=\"faq-answer-inner\">\r\n\t\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t\tJedes Mitglied erstellt ein eigenes Konto. Mit der Registrierung oder Anmeldung \u00fcber den von dir geteilten Link erm\u00f6glichst du ihnen, Einheiten kostenlos zu nutzen. Solange Einheiten verf\u00fcgbar sind bzw. das von dir definierte Beratungslimit nicht erreicht ist, k\u00f6nnen sie Beratung in Anspruch nehmen.\r\n\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-100 m-bottom-20\" \/>\r\n\t<\/div>\r\n<\/section>\r\n\r\n\r\n<!-- VERWEIS AUF WEITERE ANGEBOTE -->\r\n<div class=\"light-green-background\">\r\n\t<div class=\"grid-container\">\r\n\t\t<hr class=\"divider bottom-40 m-bottom-20\" \/>\r\n\t\t<div class=\"grid-80 prefix-10 suffix-10\">\r\n\t\t\t<h2 class=\"bold f38 m-f24 small-line-height bottom-40 m-bottom-20 text-center\">\r\n\t\t\t\t<span class=\"green-underline bold\">Das k\u00f6nnte dich auch interessieren:<\/span>\r\n\t\t\t<\/h2>\r\n\t\t\t<div class=\"verweis-grid\">\r\n\t\t\t\t<div class=\"verweis-card\">\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Du suchst nach einem Angebot f\u00fcr dein Unternehmen?<\/h3>\r\n\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/instahelp.me\/de\/business\/\" class=\"underline bold green\">Entdecke Instahelp f\u00fcr Unternehmen &rarr;<\/a>\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"verweis-card\">\r\n\t\t\t\t\t<h3 class=\"bold f22 m-f20 bottom-10\">Du m\u00f6chtest psychologische Beratung online verschenken?<\/h3>\r\n\t\t\t\t\t<p class=\"f18 m-f16\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/instahelp.me\/de\/gutschein\/\" class=\"underline bold green\">Entdecke Instahelp Gutscheine &rarr;<\/a>\r\n\t\t\t\t\t<\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<hr class=\"divider bottom-40 m-bottom-30\" \/>\r\n\t<\/div>\r\n<\/div>\r\n\r\n\r\n<script type=\"text\/javascript\">\r\n\twindow.addEventListener(\"DOMContentLoaded\", function() {\r\n\t\t\/\/ FAQ Accordion\r\n\t\tdocument.querySelectorAll('.faq-question').forEach(function(question) {\r\n\t\t\tquestion.addEventListener('click', function() {\r\n\t\t\t\tvar parentItem = this.parentElement;\r\n\t\t\t\tvar isActive = parentItem.classList.contains('active');\r\n\r\n\t\t\t\tdocument.querySelectorAll('.faq-item').forEach(function(item) {\r\n\t\t\t\t\titem.classList.remove('active');\r\n\t\t\t\t});\r\n\r\n\t\t\t\tif (!isActive) {\r\n\t\t\t\t\tparentItem.classList.add('active');\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t});\r\n\r\n\t\t\/\/ CTA Dropdown\r\n\t\tdocument.querySelectorAll('.cta-dropdown-trigger').forEach(function(trigger) {\r\n\t\t\ttrigger.addEventListener('click', function(e) {\r\n\t\t\t\te.stopPropagation();\r\n\t\t\t\tvar dropdown = this.closest('.cta-dropdown');\r\n\t\t\t\tvar wasOpen = dropdown.classList.contains('open');\r\n\r\n\t\t\t\tdocument.querySelectorAll('.cta-dropdown').forEach(function(d) {\r\n\t\t\t\t\td.classList.remove('open');\r\n\t\t\t\t});\r\n\r\n\t\t\t\tif (!wasOpen) {\r\n\t\t\t\t\tdropdown.classList.add('open');\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t});\r\n\r\n\t\tdocument.addEventListener('click', function() {\r\n\t\t\tdocument.querySelectorAll('.cta-dropdown').forEach(function(d) {\r\n\t\t\t\td.classList.remove('open');\r\n\t\t\t});\r\n\t\t});\r\n\t});\r\n<\/script>","protected":false},"excerpt":{"rendered":"Mentale Gesundheit gemeinsam st\u00e4rken. Einfach organisiert. Erm\u00f6gliche deiner Familie, deinem Verein oder deiner NGO einfachen Zugang zu psychologischer Online-Beratung bei Instahelp \u2013 mit zentraler Budgetverwaltung in deinem eigenen Dashboard und anonymisierten Daten. Jetzt Account erstellen \u25be Familie Organisation Deine Vorteile mit Instahelp f\u00fcr Gruppen Zentrale Verwaltung Du kaufst Einheiten f\u00fcr deine gesamte Familie oder Organisation.","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-36274","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Psychologische Online-Beratung f\u00fcr Familien, Vereine &amp; NGOs<\/title>\n<meta name=\"description\" content=\"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen &amp; NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Psychologische Online-Beratung f\u00fcr Familien, Vereine &amp; NGOs\" \/>\n<meta property=\"og:description\" content=\"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen &amp; NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/\" \/>\n<meta property=\"og:site_name\" content=\"Instahelp - Online-Therapie &amp; Beratung\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/instahelp.me\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T10:21:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@instahelp_me\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/instahelp.me\/de\/mitglieder\/\",\"url\":\"https:\/\/instahelp.me\/de\/mitglieder\/\",\"name\":\"Psychologische Online-Beratung f\u00fcr Familien, Vereine & NGOs\",\"isPartOf\":{\"@id\":\"https:\/\/instahelp.me\/de\/#website\"},\"dateModified\":\"2026-03-16T10:21:23+00:00\",\"description\":\"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen & NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!\",\"breadcrumb\":{\"@id\":\"https:\/\/instahelp.me\/de\/mitglieder\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/instahelp.me\/de\/mitglieder\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/instahelp.me\/de\/mitglieder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Instahelp\",\"item\":\"https:\/\/instahelp.me\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Familie \/ Organisation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/instahelp.me\/de\/#website\",\"url\":\"https:\/\/instahelp.me\/de\/\",\"name\":\"Instahelp - Online-Therapie &amp; Beratung\",\"description\":\"Psychologische Online Therapie &amp; Beratung - ohne Wartezeit per Video- &amp; Audio-Chat\",\"publisher\":{\"@id\":\"https:\/\/instahelp.me\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/instahelp.me\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/instahelp.me\/de\/#organization\",\"name\":\"Instahelp\",\"url\":\"https:\/\/instahelp.me\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/instahelp.me\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/instahelp.me\/wp-content\/uploads\/2016\/07\/instahelp-mail-logo.png\",\"contentUrl\":\"https:\/\/instahelp.me\/wp-content\/uploads\/2016\/07\/instahelp-mail-logo.png\",\"width\":142,\"height\":29,\"caption\":\"Instahelp\"},\"image\":{\"@id\":\"https:\/\/instahelp.me\/de\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/instahelp.me\/\",\"https:\/\/x.com\/instahelp_me\",\"https:\/\/www.instagram.com\/instahelp.me\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Psychologische Online-Beratung f\u00fcr Familien, Vereine & NGOs","description":"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen & NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!","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:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/","og_locale":"de_DE","og_type":"article","og_title":"Psychologische Online-Beratung f\u00fcr Familien, Vereine & NGOs","og_description":"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen & NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!","og_url":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/","og_site_name":"Instahelp - Online-Therapie &amp; Beratung","article_publisher":"https:\/\/www.facebook.com\/instahelp.me\/","article_modified_time":"2026-03-16T10:21:23+00:00","twitter_card":"summary_large_image","twitter_site":"@instahelp_me","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/instahelp.me\/de\/mitglieder\/","url":"https:\/\/instahelp.me\/de\/mitglieder\/","name":"Psychologische Online-Beratung f\u00fcr Familien, Vereine & NGOs","isPartOf":{"@id":"https:\/\/instahelp.me\/de\/#website"},"dateModified":"2026-03-16T10:21:23+00:00","description":"Gemeinsam mental gesund. Zentrale Verwaltung f\u00fcr Familien, Gruppen & NGOs. Zahlen Sie nur genutzte Einheiten \u2013 ohne Grundgeb\u00fchr. In 3 Schritten startklar!","breadcrumb":{"@id":"https:\/\/instahelp.me\/de\/mitglieder\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/instahelp.me\/de\/mitglieder\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/instahelp.me\/de\/mitglieder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Instahelp","item":"https:\/\/instahelp.me\/de\/"},{"@type":"ListItem","position":2,"name":"Familie \/ Organisation"}]},{"@type":"WebSite","@id":"https:\/\/instahelp.me\/de\/#website","url":"https:\/\/instahelp.me\/de\/","name":"Instahelp - Online-Therapie &amp; Beratung","description":"Psychologische Online Therapie &amp; Beratung - ohne Wartezeit per Video- &amp; Audio-Chat","publisher":{"@id":"https:\/\/instahelp.me\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/instahelp.me\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/instahelp.me\/de\/#organization","name":"Instahelp","url":"https:\/\/instahelp.me\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/instahelp.me\/de\/#\/schema\/logo\/image\/","url":"https:\/\/instahelp.me\/wp-content\/uploads\/2016\/07\/instahelp-mail-logo.png","contentUrl":"https:\/\/instahelp.me\/wp-content\/uploads\/2016\/07\/instahelp-mail-logo.png","width":142,"height":29,"caption":"Instahelp"},"image":{"@id":"https:\/\/instahelp.me\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/instahelp.me\/","https:\/\/x.com\/instahelp_me","https:\/\/www.instagram.com\/instahelp.me\/"]}]}},"_links":{"self":[{"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/comments?post=36274"}],"version-history":[{"count":5,"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/revisions"}],"predecessor-version":[{"id":36305,"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/pages\/36274\/revisions\/36305"}],"wp:attachment":[{"href":"https:\/\/instahelp.me\/de\/wp-json\/wp\/v2\/media?parent=36274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}