{"id":11769,"date":"2025-07-16T10:45:30","date_gmt":"2025-07-16T10:45:30","guid":{"rendered":"https:\/\/elusivedata.io\/?page_id=11769"},"modified":"2026-03-19T10:18:14","modified_gmt":"2026-03-19T10:18:14","slug":"example-mega-menu","status":"publish","type":"page","link":"https:\/\/elusivedata.io\/de\/example-mega-menu\/","title":{"rendered":"Beispiel Mega-Men\u00fc"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11769\" class=\"elementor elementor-11769\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47be472 e-flex e-con-boxed e-con e-parent\" data-id=\"47be472\" 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-a8187d5 elementor-widget elementor-widget-html\" data-id=\"a8187d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Elusivedata Mega-Men\u00fc<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Saira:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/js\/all.min.js\"><\/script>\n  <style>\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      font-family: 'Saira', sans-serif;\n      background: #0f172a;\n      font-weight: 400;\n    }\n\n    .navbar {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #0f172a;\n      padding: 14px 40px;\n      position: relative;\n      z-index: 100;\n    }\n\n    .navbar ul {\n      list-style: none;\n      display: flex;\n      margin: 0;\n      padding: 0;\n    }\n\n    .navbar li {\n      position: relative;\n    }\n\n    .navbar a {\n      color: #fff;\n      text-decoration: none;\n      padding: 12px 18px;\n      display: flex;\n      align-items: center;\n      font-size: 15px;\n      font-weight: 400;\n      transition: color 0.3s ease;\n      white-space: nowrap;\n    }\n\n    .navbar a:hover {\n      color: #4c7bfa;\n    }\n\n    .navbar a .arrow {\n      margin-left: 5px;\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      border-right: 2px solid currentColor;\n      border-bottom: 2px solid currentColor;\n      transform: rotate(45deg);\n      margin-top: -3px;\n      transition: transform 0.3s ease;\n    }\n\n    .navbar li:hover .arrow {\n      transform: rotate(225deg);\n      margin-top: 1px;\n    }\n\n    .megamenu {\n      position: absolute;\n      top: 100%;\n      left: 0;\n      background: #f3f4f6;\n      padding: 30px 40px;\n      display: none;\n      width: 100vw;\n      margin-left: -20px;\n      color: #1e293b;\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);\n      border-radius: 0 0 8px 8px;\n      z-index: 1000;\n    }\n\n    .navbar li:hover .megamenu {\n      display: flex;\n    }\n\n    @keyframes fadeInDown {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .megamenu-content {\n      display: flex;\n      gap: 40px;\n      flex-wrap: wrap;\n      max-width: 1200px;\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    .megamenu-column {\n      flex: 1;\n      min-width: 200px;\n      max-width: 250px;\n    }\n\n    .megamenu-column h4 {\n      font-size: 14px;\n      color: #4c7bfa;\n      margin-bottom: 15px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .megamenu-column a {\n      display: block;\n      padding: 8px 0;\n      font-size: 15px;\n      color: #1e293b;\n      text-decoration: none;\n      transition: color 0.3s ease, padding-left 0.3s ease;\n      border-bottom: 1px solid transparent;\n    }\n\n    .megamenu-column a:hover {\n      color: #2b64f8;\n      padding-left: 8px;\n    }\n\n    .megamenu-feature {\n      flex: 1;\n      background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);\n      padding: 20px;\n      border-radius: 8px;\n      max-width: 280px;\n      margin-left: 20px;\n      border: 1px solid #d1d5db;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .megamenu-feature:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .megamenu-feature h4 {\n      font-size: 16px;\n      color: #2563eb;\n      margin-bottom: 10px;\n      font-weight: 600;\n    }\n\n    .megamenu-feature p {\n      font-size: 14px;\n      color: #374151;\n      margin-bottom: 15px;\n      line-height: 1.5;\n    }\n\n    .megamenu-feature a.btn {\n      display: inline-block;\n      padding: 10px 16px;\n      background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);\n      color: #fff;\n      border-radius: 6px;\n      font-size: 14px;\n      text-decoration: none;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);\n    }\n\n    .megamenu-feature a.btn:hover {\n      background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);\n    }\n\n    .nav-icons {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .nav-icons a {\n      color: #fff;\n      font-size: 18px;\n      padding: 8px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .nav-icons a:hover {\n      color: #4c7bfa;\n      background: rgba(76, 123, 250, 0.1);\n    }\n\n    .lang-select {\n      color: #fff;\n      font-size: 14px;\n      margin-left: 10px;\n      cursor: pointer;\n      padding: 8px 12px;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n    }\n\n    .lang-select:hover {\n      background: rgba(76, 123, 250, 0.1);\n      color: #4c7bfa;\n    }\n\n    .contact-btn {\n      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);\n      color: #fff;\n      padding: 10px 18px;\n      border-radius: 6px;\n      text-decoration: none;\n      font-size: 15px;\n      margin-left: 20px;\n      font-weight: 500;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);\n    }\n\n    .contact-btn:hover {\n      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);\n    }\n\n    \/* Responsive design *\/\n    @media (max-width: 768px) {\n      .navbar {\n        padding: 10px 20px;\n        flex-direction: column;\n        gap: 10px;\n      }\n\n      .megamenu {\n        position: static;\n        width: 100%;\n        left: 0;\n        border-radius: 8px;\n        margin-top: 10px;\n      }\n\n      .megamenu-content {\n        flex-direction: column;\n        gap: 20px;\n      }\n\n      .megamenu-feature {\n        margin-left: 0;\n        max-width: 100%;\n      }\n\n      .nav-icons {\n        flex-wrap: wrap;\n        gap: 10px;\n      }\n\n      .contact-btn {\n        margin-left: 0;\n      }\n    }\n\n    \/* Fade in animation for menu items *\/\n    .megamenu-column a {\n      transition: color 0.3s ease, padding-left 0.3s ease;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"navbar\">\n    <ul>\n      <li>\n        <a href=\"#\">Ausbildung <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>\u00dcbersicht<\/h4>\n              <a href=\"#\">Kurskalender &amp; Preisgestaltung<\/a>\n              <a href=\"#\">Eroberung der Flagge (CTF)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Programme<\/h4>\n              <a href=\"#\">Einf\u00fchrung in die digitale Forensik<\/a>\n              <a href=\"#\">Forensik f\u00fcr mobile Ger\u00e4te<\/a>\n              <a href=\"#\">SQLite-Forensik<\/a>\n              <a href=\"#\">Python f\u00fcr mobile Forensik<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Mikro-Lernen<\/h4>\n              <a href=\"#\">SQLite-Datenstrukturen | Forensik Mikro-Kurs | Elusive Data<\/a>\n              <a href=\"#\">WAL &amp; SHM Index<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Ausgew\u00e4hlter Kurs<\/h4>\n              <p>Extrahieren Sie Erkenntnisse aus WAL-Frames und stellen Sie gel\u00f6schte Datens\u00e4tze in SQLite wieder her.<\/p>\n              <a href=\"#\" class=\"btn\">Kurs ansehen<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">Kostenlose Ressourcen <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Artikel<\/h4>\n              <a href=\"#\">Blog &amp; Anleitungen<\/a>\n              <a href=\"#\">Kostenlose E-books<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Werkzeuge<\/h4>\n              <a href=\"#\">2FS-Sicherungswerkzeug<\/a>\n              <a href=\"#\">Varint-Rechner<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>iOS Notizen Entschl\u00fcsselung<\/h4>\n              <p>Schritt-f\u00fcr-Schritt-Anleitung zur Entschl\u00fcsselung von Apple Notes bei forensischen Untersuchungen.<\/p>\n              <a href=\"#\" class=\"btn\">Mehr erfahren<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Varint-Werkzeug<\/h4>\n              <p>Berechnen und visualisieren Sie SQLite-Varianten online. Kostenlos und intuitiv.<\/p>\n              <a href=\"#\" class=\"btn\">Werkzeug verwenden<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">Shop <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Kurse<\/h4>\n              <a href=\"#\">SQLite-Forensik (On-Demand)<\/a>\n              <a href=\"#\">Datenstrukturen (On-Demand)<\/a>\n              <a href=\"#\">WAL &amp; SHM (On-Demand)<\/a>\n            <\/div>\n            <div class=\"megamenu-column\">\n              <h4>Top-Produkte<\/h4>\n              <a href=\"#\">Faraday-Tasche<\/a>\n              <a href=\"#\">Schlie\u00dffach 7<\/a>\n              <a href=\"#\">EMP-Schild<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Verkaufsschlager<\/h4>\n              <p>Mission Darkness\u2122 Faraday Bag f\u00fcr Handys - sichere mobile Beweise.<\/p>\n              <a href=\"#\" class=\"btn\">Siehe<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n\n      <li>\n        <a href=\"#\">\u00dcber <span class=\"arrow\"><\/span><\/a>\n        <div class=\"megamenu\">\n          <div class=\"megamenu-content\">\n            <div class=\"megamenu-column\">\n              <h4>Unternehmen<\/h4>\n              <a href=\"#\">Unsere Geschichte<\/a>\n              <a href=\"#\">Partner<\/a>\n              <a href=\"#\">Karriere<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>Wir expandieren<\/h4>\n              <p>Wir verst\u00e4rken unser Vertriebsteam in ganz Europa. Wenn Sie erfahren und leidenschaftlich sind - melden Sie sich.<\/p>\n              <a href=\"#\" class=\"btn\">Mehr erfahren<\/a>\n            <\/div>\n            <div class=\"megamenu-feature\">\n              <h4>SQLite-Visualisierer<\/h4>\n              <p>Markteinf\u00fchrung im August. Zeitleiste und Datenvisualisierung f\u00fcr die forensische SQLite-Analyse.<\/p>\n              <a href=\"#\" class=\"btn\">Vorschau-Tool<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <div class=\"nav-icons\">\n      <a href=\"#\"><i class=\"fas fa-user\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-heart\"><\/i><\/a>\n      <a href=\"#\"><i class=\"fas fa-shopping-cart\"><\/i><\/a>\n      <div class=\"lang-select\"><i class=\"fas fa-globe\"><\/i> DE<\/div>\n      <a href=\"#\" class=\"contact-btn\">Kontakt<\/a>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\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>Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-11769","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Example Mega Menu - Elusive Data<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Example Mega Menu\" \/>\n<meta property=\"og:description\" content=\"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elusivedata.io\/de\/example-mega-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"Elusive Data\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T10:18:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\",\"name\":\"Example Mega Menu - Elusive Data\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\"},\"datePublished\":\"2025-07-16T10:45:30+00:00\",\"dateModified\":\"2026-03-19T10:18:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/example-mega-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elusivedata.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Example Mega Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"name\":\"ElusiveData\",\"description\":\"Excellence in Digital Forensics Training and Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elusivedata.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\",\"name\":\"ElusiveData\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"width\":2560,\"height\":370,\"caption\":\"ElusiveData\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@elusivedata\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Beispiel Mega-Men\u00fc - Elusive Data","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"de_DE","og_type":"article","og_title":"Example Mega Menu","og_description":"Elusivedata Mega Menu Training Overview Course Calendar &#038; Pricing Capture The Flag (CTF) Programs Intro to Digital Forensics Mobile Device Forensics SQLite Forensics Python for Mobile Forensics Micro-learning SQLite Data Structures WAL &#038; SHM Index Featured Course Extract insights from WAL frames &#038; recover deleted records in SQLite. View Course Free Resources Articles Blog &#038; [&hellip;]","og_url":"https:\/\/elusivedata.io\/de\/example-mega-menu\/","og_site_name":"Elusive Data","article_modified_time":"2026-03-19T10:18:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elusivedata.io\/example-mega-menu\/","url":"https:\/\/elusivedata.io\/example-mega-menu\/","name":"Beispiel Mega-Men\u00fc - Elusive Data","isPartOf":{"@id":"https:\/\/elusivedata.io\/#website"},"datePublished":"2025-07-16T10:45:30+00:00","dateModified":"2026-03-19T10:18:14+00:00","breadcrumb":{"@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elusivedata.io\/example-mega-menu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elusivedata.io\/example-mega-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elusivedata.io\/"},{"@type":"ListItem","position":2,"name":"Example Mega Menu"}]},{"@type":"WebSite","@id":"https:\/\/elusivedata.io\/#website","url":"https:\/\/elusivedata.io\/","name":"ElusiveData","description":"Hervorragende Schulung und Beratung im Bereich digitale Forensik","publisher":{"@id":"https:\/\/elusivedata.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elusivedata.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/elusivedata.io\/#organization","name":"ElusiveData","url":"https:\/\/elusivedata.io\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","width":2560,"height":370,"caption":"ElusiveData"},"image":{"@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@elusivedata"]}]}},"_links":{"self":[{"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/pages\/11769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/comments?post=11769"}],"version-history":[{"count":8,"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/pages\/11769\/revisions"}],"predecessor-version":[{"id":13545,"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/pages\/11769\/revisions\/13545"}],"wp:attachment":[{"href":"https:\/\/elusivedata.io\/de\/wp-json\/wp\/v2\/media?parent=11769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}