{"id":54991,"date":"2026-02-04T11:54:35","date_gmt":"2026-02-04T10:54:35","guid":{"rendered":"https:\/\/triptherapie.nl\/?page_id=54991"},"modified":"2026-02-04T17:50:51","modified_gmt":"2026-02-04T16:50:51","slug":"forum","status":"publish","type":"page","link":"https:\/\/triptherapie.nl\/en\/forum\/","title":{"rendered":"Triptherapie forum"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"54991\" class=\"elementor elementor-54991\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-370627b e-flex e-con-boxed e-con e-parent\" data-id=\"370627b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70623b4 elementor-widget elementor-widget-heading\" data-id=\"70623b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" class=\"elementor-heading-title elementor-size-default\" id=\"het-forum-is-verplaatst\">Het forum is verplaatst<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d024fec elementor-widget elementor-widget-text-editor\" data-id=\"d024fec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We hebben ervoor gekozen om het forum op een ander domein te hosten om zo de server te ontzien en Triptherapie.nl veilig te houden. Hieronder kan je toch snel de belangrijkste onderdelen vinden van het forum. Indien mogelijk hebben we alvast de zoekfunctie ingevuld om je snel door te verwijzen naar wat je zoekt.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bdba913 e-flex e-con-boxed e-con e-parent\" data-id=\"bdba913\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8201f elementor-widget elementor-widget-html\" data-id=\"af8201f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Tripforum zoekwidget: 5 resultaten van ingevulde zoekterm + samenvatting, stabiel bij typen -->\n<form id=\"tripforum-search-form\" onsubmit=\"return tripforumGo(event)\">\n  <div style=\"display:flex;gap:.5rem\">\n    <input\n      id=\"tripforum-q\"\n      type=\"search\"\n      inputmode=\"search\"\n      placeholder=\"Zoeken...\"\n      autocomplete=\"off\"\n      style=\"flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:.75rem;font-size:16px\"\n      required\n    >\n    <button type=\"submit\" class=\"elementor-button\">Zoeken<\/button>\n  <\/div>\n\n  <div\n    id=\"tripforum-results\"\n    style=\"\n      margin-top:.75rem;\n      background:#fff;\n      border:1px solid #ddd;\n      border-radius:.75rem;\n      box-shadow:0 10px 30px rgba(0,0,0,.08);\n      overflow:hidden;\n      display:none\n    \"\n  ><\/div>\n<\/form>\n\n<script>\n(function () {\n\n  const TRIPFORUM_BASE = \"https:\/\/tripforum.nl\/\";\n  const SEARCH_API = \"https:\/\/tripforum.nl\/wp-json\/chatgpt\/v1\/search\";\n  const MAX_RESULTS = 5;\n  const SUMMARY_WORDS = 50;\n  const DEBOUNCE_MS = 350;\n\n  const PARAMS_STATIC = {\n    wpfin: \"entire-posts\",\n    \"wpff[0]\": \"7\",\n    wpfd: \"0\",\n    wpfob: \"relevancy\",\n    wpfo: \"desc\"\n  };\n\n  let userInteracted = false;\n  let debounceTimer = null;\n  let lastQuery = \"\";\n  let requestSeq = 0;\n\n  function ensureResultsStyles() {\n    const id = \"tf-results-style\";\n    let style = document.getElementById(id);\n    if (!style) {\n      style = document.createElement(\"style\");\n      style.id = id;\n      document.head.appendChild(style);\n    }\n    style.textContent = `\n      #tripforum-results .tf-item{\n        display:block !important;\n        padding:.75rem 1rem !important;\n        border-bottom:1px solid #eee !important;\n        background:#fff !important;\n      }\n      #tripforum-results .tf-item:last-of-type{ border-bottom:none !important; }\n\n      #tripforum-results a.tf-title{\n        display:block !important;\n        font-weight:600 !important;\n        margin-bottom:.25rem !important;\n        text-decoration:none !important;\n        color:#111 !important;\n      }\n\n      #tripforum-results .tf-summary{\n        display:block !important;\n        visibility:visible !important;\n        opacity:1 !important;\n        height:auto !important;\n        max-height:none !important;\n        overflow:visible !important;\n        font-size:14px !important;\n        line-height:1.4 !important;\n        color:#555 !important;\n      }\n\n      #tripforum-results .tf-readmore{\n        color:#b20091 !important;\n        text-decoration:none !important;\n        font-weight:600 !important;\n        white-space:nowrap !important;\n      }\n      #tripforum-results .tf-readmore:hover{\n        text-decoration:underline !important;\n      }\n\n      #tripforum-results .tf-footer{\n        display:block !important;\n        padding:.6rem 1rem !important;\n        background:#fafafa !important;\n        border-top:1px solid #eee !important;\n        font-size:14px !important;\n        color:#444 !important;\n      }\n\n      #tripforum-results .tf-loading{\n        display:block !important;\n        padding:.6rem 1rem !important;\n        background:#fff !important;\n        border-top:1px solid #eee !important;\n        font-size:14px !important;\n        color:#666 !important;\n      }\n    `;\n  }\n\n  function buildQuery(params) {\n    return Object.keys(params)\n      .map(k => encodeURIComponent(k) + \"=\" + encodeURIComponent(params[k]))\n      .join(\"&\");\n  }\n\n  function escapeHtml(str) {\n    return String(str)\n      .replaceAll(\"&\", \"&amp;\")\n      .replaceAll(\"<\", \"&lt;\")\n      .replaceAll(\">\", \"&gt;\")\n      .replaceAll('\"', \"&quot;\")\n      .replaceAll(\"'\", \"&#039;\");\n  }\n\n  function stripHtml(html) {\n    const div = document.createElement(\"div\");\n    div.innerHTML = html;\n    return div.textContent || div.innerText || \"\";\n  }\n\n  function normalizeText(text) {\n    return String(text || \"\")\n      .replace(\/\\s+\/g, \" \")\n      .trim();\n  }\n\n  function takeExactlyWords(text, n) {\n    const words = normalizeText(text).split(\" \").filter(Boolean);\n    if (words.length === 0) return \"\";\n    if (words.length <= n) return words.join(\" \");\n    return words.slice(0, n).join(\" \");\n  }\n\n  function buildSummaryHtml(plainText, link) {\n    const words = normalizeText(plainText).split(\" \").filter(Boolean);\n    if (words.length === 0) return `Geen samenvatting beschikbaar.`;\n\n    \/\/ Als er genoeg woorden zijn, exact 50 woorden. Anders: wat er is, zonder opvullen.\n    const trimmed = (words.length >= SUMMARY_WORDS)\n      ? words.slice(0, SUMMARY_WORDS).join(\" \")\n      : words.join(\" \");\n\n    \/\/ HTML-escapen, maar link zelf als HTML erin zetten\n    const safeText = escapeHtml(trimmed);\n\n    \/\/ Lees verder altijd klikbaar naar de item-link\n    const safeLink = link ? String(link) : TRIPFORUM_BASE;\n\n    return `${safeText} <a class=\"tf-readmore\" href=\"${safeLink}\" target=\"_blank\" rel=\"noopener\">Lees verder...<\/a>`;\n  }\n\n  function elInput() { return document.getElementById(\"tripforum-q\"); }\n  function elBox() { return document.getElementById(\"tripforum-results\"); }\n\n  function hideBox() {\n    const box = elBox();\n    if (!box) return;\n    box.innerHTML = \"\";\n    box.style.display = \"none\";\n  }\n\n  function showMessage(html) {\n    ensureResultsStyles();\n    const box = elBox();\n    if (!box) return;\n    box.innerHTML = `<div class=\"tf-item\"><span class=\"tf-summary\">${html}<\/span><\/div>`;\n    box.style.display = \"block\";\n  }\n\n  function showLoading(q) {\n    const box = elBox();\n    if (!box) return;\n    if (box.style.display !== \"block\") box.style.display = \"block\";\n\n    const safeQ = escapeHtml(q);\n    const existing = box.querySelector(\".tf-loading\");\n    if (existing) {\n      existing.innerHTML = `Zoeken naar <strong>${safeQ}<\/strong>...`;\n      return;\n    }\n\n    box.insertAdjacentHTML(\n      \"beforeend\",\n      `<div class=\"tf-loading\">Zoeken naar <strong>${safeQ}<\/strong>...<\/div>`\n    );\n  }\n\n  function removeLoading() {\n    const box = elBox();\n    if (!box) return;\n    const existing = box.querySelector(\".tf-loading\");\n    if (existing) existing.remove();\n  }\n\n  function render(items, q) {\n    ensureResultsStyles();\n    const box = elBox();\n    if (!box) return;\n\n    if (!Array.isArray(items) || items.length === 0) {\n      box.innerHTML = `<div class=\"tf-item\"><span class=\"tf-summary\">Geen resultaten voor <strong>${escapeHtml(q)}<\/strong>.<\/span><\/div>`;\n      box.style.display = \"block\";\n      return;\n    }\n\n    const slice = items.slice(0, MAX_RESULTS);\n\n    box.innerHTML =\n      slice.map(item => {\n        const title = item && item.title ? String(item.title) : \"Onbekende titel\";\n        const link = item && item.link ? String(item.link) : TRIPFORUM_BASE;\n\n        const plain = item && item.content ? stripHtml(item.content) : \"\";\n        const summaryHtml = plain ? buildSummaryHtml(plain, link) : `Geen samenvatting beschikbaar. <a class=\"tf-readmore\" href=\"${link}\" target=\"_blank\" rel=\"noopener\">Lees verder...<\/a>`;\n\n        return `\n          <div class=\"tf-item\">\n            <a class=\"tf-title\" href=\"${link}\" target=\"_blank\" rel=\"noopener\">${escapeHtml(title)}<\/a>\n            <span class=\"tf-summary\">${summaryHtml}<\/span>\n          <\/div>\n        `;\n      }).join(\"\") +\n      `<div class=\"tf-footer\">Toon je liever alles? Gebruik de knop Zoeken voor de volledige zoekpagina.<\/div>`;\n\n    box.style.display = \"block\";\n  }\n\n  async function fetchResults(q) {\n    const seq = ++requestSeq;\n\n    try {\n      ensureResultsStyles();\n\n      const url = SEARCH_API + \"?query=\" + encodeURIComponent(q);\n      const res = await fetch(url, { credentials: \"omit\" });\n\n      if (seq !== requestSeq) return;\n\n      if (!res.ok) {\n        removeLoading();\n        showMessage(\"Zoeken lukt nu even niet.\");\n        return;\n      }\n\n      const data = await res.json();\n\n      if (seq !== requestSeq) return;\n\n      removeLoading();\n      render(data, q);\n    } catch (e) {\n      if (seq !== requestSeq) return;\n      removeLoading();\n      showMessage(\"Zoeken lukt nu even niet.\");\n    }\n  }\n\n  function getZoekParam() {\n    const params = new URLSearchParams(window.location.search);\n    const v = params.get(\"zoek\");\n    if (!v) return \"\";\n    return v.replace(\/-\/g, \" \").trim();\n  }\n\n  function setFromUrlOnceAndSearch() {\n    const input = elInput();\n    if (!input) return false;\n\n    const zoek = getZoekParam();\n    if (!zoek) return false;\n\n    if (userInteracted) return true;\n    if (input.value && input.value.trim().length > 0) return true;\n\n    input.value = zoek;\n    input.setAttribute(\"value\", zoek);\n\n    lastQuery = zoek.trim();\n    if (lastQuery.length >= 2) {\n      showLoading(lastQuery);\n      fetchResults(lastQuery);\n    }\n\n    return true;\n  }\n\n  function scheduleSearchFromTyping(q) {\n    const trimmed = q.trim();\n\n    if (trimmed === lastQuery) return;\n    lastQuery = trimmed;\n\n    if (debounceTimer) clearTimeout(debounceTimer);\n\n    if (trimmed.length < 2) {\n      hideBox();\n      return;\n    }\n\n    showLoading(trimmed);\n\n    debounceTimer = setTimeout(() => {\n      fetchResults(trimmed);\n    }, DEBOUNCE_MS);\n  }\n\n  window.tripforumGo = function (e) {\n    if (e) e.preventDefault();\n\n    const input = elInput();\n    if (!input) return false;\n\n    const q = input.value.trim();\n    if (!q) return false;\n\n    showLoading(q);\n    fetchResults(q);\n\n    const allParams = Object.assign({}, PARAMS_STATIC, { wpfs: q });\n    const url = TRIPFORUM_BASE + \"?\" + buildQuery(allParams);\n    window.open(url, \"_blank\");\n\n    return false;\n  };\n\n  function init() {\n    ensureResultsStyles();\n\n    const input = elInput();\n    if (input) {\n      const markInteracted = () => { userInteracted = true; };\n\n      input.addEventListener(\"focus\", markInteracted);\n      input.addEventListener(\"keydown\", markInteracted);\n      input.addEventListener(\"input\", function () {\n        userInteracted = true;\n        scheduleSearchFromTyping(this.value);\n      });\n    }\n\n    let tries = 0;\n    const interval = setInterval(() => {\n      if (userInteracted) {\n        clearInterval(interval);\n        return;\n      }\n\n      const applied = setFromUrlOnceAndSearch();\n      tries++;\n\n      if (applied || tries >= 20) clearInterval(interval);\n    }, 250);\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", init);\n  } else {\n    init();\n  }\n\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a6cb97 e-flex e-con-boxed e-con e-parent\" data-id=\"3a6cb97\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d48229 elementor-widget elementor-widget-heading\" data-id=\"1d48229\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" class=\"elementor-heading-title elementor-size-default\" id=\"recensies-per-begeleider\">Recensies per begeleider<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a8f5c4 e-flex e-con-boxed e-con e-parent\" data-id=\"3a8f5c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-869c9f1 e-con-full e-flex e-con e-child\" data-id=\"869c9f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9839180 elementor-widget elementor-widget-text-editor\" data-id=\"9839180\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Veel mensen bezoeken het forum om recensies te lezen over de begeleiders van Triptherapie. Klik op een begeleider om de recensies te lezen op het forum.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2338a7c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2338a7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tripforum.nl\/recensie-paddo-therapie\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Alle recensies<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e30fe97 e-con-full e-flex e-con e-child\" data-id=\"e30fe97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-099d9ff e-grid e-con-full e-con e-child\" data-id=\"099d9ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e27efa7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e27efa7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/recensie-truffel-therapie-marcel\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/c1012222-dea8-4f90-a3fb-38b8f187f0eb-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-46419\" alt=\"arcel van der Putten, oprichter en ervaren psychedelische gids bij Triptherapie\" title=\"\"><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"marcel\"><a href=\"https:\/\/tripforum.nl\/recensie-truffel-therapie-marcel\/\" target=\"_blank\" rel=\"noopener\">Marcel<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1dcd25 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a1dcd25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/recensies-ronald\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2023\/04\/Ronald-no-bg-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-41482\" alt=\"Ronald Hochstenbach, psychosociaal therapeut en psychedelisch therapeut met AGB-code\" title=\"\"><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"ronald\"><a href=\"https:\/\/tripforum.nl\/recensies-ronald\/\" target=\"_blank\" rel=\"noopener\">Ronald<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02b6eb5 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"02b6eb5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/recensies-gijs\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Gijs-removebg-preview1-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-44624\" alt=\"Gijs Tecklenburg, SPV-er en psychedelisch therapeut met 20 jaar GGZ ervaring\" title=\"\"><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"gijs\"><a href=\"https:\/\/tripforum.nl\/recensies-gijs\/\" target=\"_blank\" rel=\"noopener\">Gijs<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34df64c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"34df64c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/recensies-sascha\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Sascha-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-44620\" alt=\"Sascha de Waal, klinisch psychologe en specialist in psychedelische therapie en EMDR\" title=\"\" srcset=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Sascha-150x150.png 150w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Sascha-300x300.png 300w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Sascha-12x12.png 12w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/01\/Sascha.png 500w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"sascha\"><a href=\"https:\/\/tripforum.nl\/recensies-sascha\/\" target=\"_blank\" rel=\"noopener\">Sascha<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4da3436 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"4da3436\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/review-janneke\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-46420\" alt=\"Janneke van de Geijn, vertrouwenspersoon en leefstijlcoach bij Triptherapie\" title=\"\" srcset=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-150x150.png 150w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-300x300.png 300w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-1024x1024.png 1024w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-768x768.png 768w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f-12x12.png 12w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/05\/d1a043c9-c476-42e9-b5fe-694ffa0ded2f.png 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"janneke\"><a href=\"https:\/\/tripforum.nl\/review-janneke\/\" target=\"_blank\" rel=\"noopener\">Janneke<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf3333d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"bf3333d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/tripforum.nl\/ervaringen-truffel-reineke\/\" target=\"_blank\" tabindex=\"-1\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/06\/64cf3821-54b1-4bae-83a9-829d7a830006-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-47524\" alt=\"Reineke Brandt, psychologe en psychedelisch therapeut NIP Titel: Reineke Brandt - Psycholoog NIP\" title=\"\" srcset=\"https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/06\/64cf3821-54b1-4bae-83a9-829d7a830006-150x150.png 150w, https:\/\/triptherapie.nl\/wp-content\/uploads\/2024\/06\/64cf3821-54b1-4bae-83a9-829d7a830006-11x12.png 11w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\" class=\"elementor-image-box-title\" id=\"reineke\"><a href=\"https:\/\/tripforum.nl\/ervaringen-truffel-reineke\/\" target=\"_blank\" rel=\"noopener\">Reineke<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-d874cca e-flex e-con-boxed e-con e-parent\" data-id=\"d874cca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c780c8 elementor-widget elementor-widget-heading\" data-id=\"6c780c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" class=\"elementor-heading-title elementor-size-default\" id=\"aanmelden-of-contact\">Aanmelden of contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-862bb7c elementor-widget elementor-widget-text-editor\" data-id=\"862bb7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Wil jij je aanmelden voor een psychedelische sessie, een retraite of truffelceremonie? Vul nu vrijblijvend de intake in. Heb je vragen? Neem dan onze FAQ-sectie door of neem contact met ons op.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d03459 e-con-full e-flex e-con e-child\" data-id=\"9d03459\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0f0ccc elementor-widget elementor-widget-button\" data-id=\"f0f0ccc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/triptherapie.nl\/intake-triptherapie\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Aanmelden<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08d3a6f elementor-widget elementor-widget-button\" data-id=\"08d3a6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wa.me\/31640898455\" target=\"_blank\" rel=\"nofollow noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Whatsapp<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c12c27c elementor-widget elementor-widget-button\" data-id=\"c12c27c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/t.me\/Triptherapie\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-telegram-plane\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Telegram<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36a1019 elementor-widget elementor-widget-button\" data-id=\"36a1019\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:0031640898455\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">+31640898455<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-615589b elementor-widget elementor-widget-heading\" data-id=\"615589b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" class=\"elementor-heading-title elementor-size-default\" id=\"de-meest-recente-vragen-en-antwoorden\">De meest recente vragen en antwoorden<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-128cd83 elementor-widget elementor-widget-text-editor\" data-id=\"128cd83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Je kunt de website doorzoeken, de recent gestelde vragen in de FAQ bekijken of chatbot Trippy gebruiken om via ChatGPT gericht te zoeken binnen zowel de site als het forum.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb3eac7 e-con-full e-flex e-con e-child\" data-id=\"bb3eac7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3fccab6 e-con-full e-flex e-con e-child\" data-id=\"3fccab6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c63db3a elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form\" data-id=\"c63db3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;classic&quot;}\" data-widget_type=\"search-form.default\">\n\t\t\t\t\t\t\t<search role=\"search\">\n\t\t\t<form class=\"elementor-search-form\" action=\"https:\/\/triptherapie.nl\/en\" method=\"get\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-search-form__container\">\n\t\t\t\t\t<label class=\"elementor-screen-only\" for=\"elementor-search-form-c63db3a\">Search<\/label>\n\n\t\t\t\t\t\n\t\t\t\t\t<input id=\"elementor-search-form-c63db3a\" placeholder=\"Zoek...\" class=\"elementor-search-form__input\" type=\"search\" name=\"s\" value=\"\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"elementor-search-form__submit\" type=\"submit\" aria-label=\"Search\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-font-icon-svg-container\"><svg class=\"fa fa-search e-font-icon-svg e-fas-search\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path><\/svg><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/form>\n\t\t<\/search>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36e965e e-con-full e-flex e-con e-child\" data-id=\"36e965e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f62536 elementor-widget elementor-widget-button\" data-id=\"9f62536\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/triptherapie.nl\/qa\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-question-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">FAQ sectie<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7557151 elementor-widget elementor-widget-button\" data-id=\"7557151\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/triptherapie.nl\/start-trippy-chat\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-robot\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Trippy chat<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e32ae04 elementor-grid-1 elementor-grid-tablet-1 elementor-posts--thumbnail-none elementor-posts--align-center elementor-grid-mobile-1 elementor-widget elementor-widget-posts\" data-id=\"e32ae04\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;pagination_type&quot;:&quot;load_more_infinite_scroll&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-56107 page type-page status-publish hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/hoe-boek-je-een-psilocybine-truffel-ceremonie\/\">\n\t\t\t\tHoe boek je een psilocybine (truffel) ceremonie?\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hoe kan je het beste een truffelceremonie met psilocybine reserveren?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/hoe-boek-je-een-psilocybine-truffel-ceremonie\/\" aria-label=\"Read more about Hoe boek je een psilocybine (truffel) ceremonie?\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-56034 page type-page status-publish hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/goedkoopste-psychedelische-sessie-prijzen\/\">\n\t\t\t\tWat is de goedkoopste psychedelische sessie of retraite?\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Wat is de goedkoopste optie voor een psychedelische sessie?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/goedkoopste-psychedelische-sessie-prijzen\/\" aria-label=\"Read more about Wat is de goedkoopste psychedelische sessie of retraite?\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-53728 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/truffeltherapie-ervaringen\/\">\n\t\t\t\tTruffeltherapie ervaringen\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hoe ervaren mensen de truffeltherapie?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/truffeltherapie-ervaringen\/\" aria-label=\"Read more about Truffeltherapie ervaringen\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-53627 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/psychedelische-sessie-voor-klanten-vanuit-buitenland\/\">\n\t\t\t\tPsychedelische sessie voor klanten vanuit buitenland\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hoe boek ik een psychedelische therapie in Nederland als ik vanuit het buitenland komt? Wat zijn de mogelijkheden?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/psychedelische-sessie-voor-klanten-vanuit-buitenland\/\" aria-label=\"Read more about Psychedelische sessie voor klanten vanuit buitenland\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-52609 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/nps-wet-en-mdma-analogen\/\">\n\t\t\t\tNPS wet en MDMA analogen\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Welke analogen van MDMA worden per 1 juli 2025 illegaal door de intreding van de aangepaste opiumwet?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/nps-wet-en-mdma-analogen\/\" aria-label=\"Read more about NPS wet en MDMA analogen\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-52216 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/therapeuten\/\">\n\t\t\t\tPsychedelische therapeuten\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Wie van de therapeuten bij Triptherapie zijn opgeleid tot psycholoog en dergelijk?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/therapeuten\/\" aria-label=\"Read more about Psychedelische therapeuten\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-52044 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/truffel-ceremonie-psilocybine\/\">\n\t\t\t\tTruffel ceremonie met psilocybine\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hoeveel truffels of mg psilocybine krijg je ongeveer bij de magische truffelceremonies?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/truffel-ceremonie-psilocybine\/\" aria-label=\"Read more about Truffel ceremonie met psilocybine\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-51859 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/welke-psychedelische-therapie\/\">\n\t\t\t\tWelke psychedelische therapie?\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Welke psychedelica zetten jullie in bij psychedelische therapie en de ceremonies?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/welke-psychedelische-therapie\/\" aria-label=\"Read more about Welke psychedelische therapie?\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-51827 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/psychedelische-retraites\/\">\n\t\t\t\tPsychedelische retraites\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Ik kom vanuit het buitenland en ik wil een psychedelische retraite bijwonen. Waar moet ik rekening mee houden met het organiseren van mijn reis?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/psychedelische-retraites\/\" aria-label=\"Read more about Psychedelische retraites\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-51454 page type-page status-publish has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/triptherapie.nl\/en\/qa\/prijs-tripsitter-waar\/\">\n\t\t\t\tWat kost een tripsitter en waar werken ze?\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Wat kost een tripsitter in Amsterdam?<\/p>\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/triptherapie.nl\/en\/qa\/prijs-tripsitter-waar\/\" aria-label=\"Read more about Wat kost een tripsitter en waar werken ze?\" tabindex=\"-1\">\n\t\t\tBekijk antwoord\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"3\" data-next-page=\"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/pages\/54991\/page\/2\/\"><\/div>\n\t\t\t\t<div class=\"e-load-more-message\"><\/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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The Triptherapie forum is a place for all your questions and you will also find stories from people who have had an experience.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-54991","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/pages\/54991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/comments?post=54991"}],"version-history":[{"count":0,"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/pages\/54991\/revisions"}],"wp:attachment":[{"href":"https:\/\/triptherapie.nl\/en\/wp-json\/wp\/v2\/media?parent=54991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}