{"id":20970,"date":"2025-12-17T08:00:36","date_gmt":"2025-12-17T07:00:36","guid":{"rendered":"https:\/\/limainvestimmobilien.de\/?page_id=20970"},"modified":"2026-01-29T13:03:16","modified_gmt":"2026-01-29T12:03:16","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/limainvestimmobilien.de\/en\/kontakt\/","title":{"rendered":"Contact"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"20970\" class=\"elementor elementor-20970\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a5e1a8a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a5e1a8a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b2081ed\" data-id=\"b2081ed\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ba190e elementor-widget elementor-widget-html\" data-id=\"7ba190e\" 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=\"de\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Lima Invest | Premium Real Estate<\/title>\n\n  <!-- Google Fonts -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap\" rel=\"stylesheet\" \/>\n  \n  <!-- Font Awesome -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" \/>\n\n  <style>\n    \/* --- VARIABLEN & GRUNDLAGEN --- *\/\n    :root {\n      --gold: #bb9e1c; \n      --gold-hover: #d4b325;\n      --dark: #0f1115;\n      --white: #ffffff;\n      --page-bg: #ffffff; \n      --max-width: 1480px;\n      --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n      font-family: \"Manrope\", sans-serif;\n      background-color: var(--page-bg);\n      color: var(--dark);\n      overflow-x: hidden;\n      line-height: 1.6;\n    }\n\n    \/* --- HERO SECTION (VERK\u00dcRZT) --- *\/\n    header.hero {\n      position: relative;\n      \/* H\u00f6he reduziert von 100vh auf 75vh f\u00fcr einen schmaleren Bildabschnitt *\/\n      height: 75vh; \n      min-height: 600px; \n      width: 100%;\n      display: flex;\n      align-items: center;\n      background: var(--page-bg);\n      overflow: visible;\n      padding-bottom: 0;\n    }\n\n    .hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: url(\"https:\/\/images.unsplash.com\/photo-1600607687939-ce8a6c25118c?q=80&w=2000&auto=format&fit=crop\") no-repeat center center;\n      background-size: cover;\n      animation: kenBurns 20s infinite alternate ease-in-out;\n    }\n\n    .hero-vignette {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: \n        radial-gradient(circle at center, transparent 20%, var(--page-bg) 95%),\n        linear-gradient(to bottom, var(--page-bg) 0%, transparent 15%, transparent 85%, var(--page-bg) 100%),\n        linear-gradient(to right, var(--page-bg) 0%, transparent 10%, transparent 90%, var(--page-bg) 100%);\n    }\n\n    .hero-container {\n      position: relative;\n      z-index: 3;\n      width: 100%;\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 40px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      height: 100%;\n    }\n\n    .hero-content {\n      max-width: 900px;\n      margin-bottom: 30px;\n    }\n\n    \/* --- TYPOGRAFIE --- *\/\n    .brand-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 15px;\n      color: var(--gold);\n      text-transform: uppercase;\n      letter-spacing: 4px;\n      font-size: 13px;\n      font-weight: 700;\n      margin-bottom: 20px;\n      opacity: 0;\n      animation: revealLeft 1s ease forwards;\n    }\n    .brand-tag::before { content: \"\"; width: 40px; height: 1px; background: var(--gold); }\n\n    h1 {\n      font-family: \"Playfair Display\", serif;\n      color: var(--dark);\n      font-size: clamp(36px, 5vw, 72px); \/* Leicht verkleinert f\u00fcr kompaktes Design *\/\n      line-height: 1.1;\n      font-weight: 400;\n      margin-bottom: 25px;\n      opacity: 0;\n      animation: revealUp 1s ease forwards 0.3s;\n    }\n\n    h1 span {\n      font-style: italic;\n      color: var(--gold);\n      position: relative;\n      display: inline-block;\n    }\n\n    h1 span::after {\n      content: \"\";\n      position: absolute;\n      bottom: 8px;\n      left: 0;\n      width: 0;\n      height: 3px;\n      background: var(--gold);\n      animation: lineGrow 1.5s ease forwards 1.2s;\n    }\n\n    .lead-box {\n      max-width: 600px;\n      background: rgba(255, 255, 255, 0.85);\n      backdrop-filter: blur(12px);\n      border-left: 4px solid var(--gold);\n      padding: 20px 25px;\n      box-shadow: 10px 10px 30px rgba(0,0,0,0.05);\n      opacity: 0;\n      animation: revealUp 1s ease forwards 0.6s;\n    }\n\n    p.lead-text {\n      color: #333;\n      font-size: 17px;\n      line-height: 1.5;\n    }\n\n    p.lead-highlight {\n      color: var(--dark);\n      font-size: 18px;\n      font-weight: 700;\n      margin-top: 8px;\n    }\n\n    \/* --- BUTTONS \/ K\u00c4STEN --- *\/\n    .glass-dock {\n      width: 100%;\n      margin-top: 30px;\n    }\n\n    .dock-container {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .glass-card {\n      background: var(--white);\n      border: 2px solid var(--gold) !important; \n      padding: 22px 20px;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      text-decoration: none;\n      box-shadow: 0 10px 25px rgba(187, 158, 28, 0.1); \n      transition: var(--transition);\n      opacity: 0;\n      animation: revealUp 0.8s ease forwards 1s;\n    }\n\n    .glass-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 15px 40px rgba(187, 158, 28, 0.2);\n    }\n\n    .card-icon {\n      flex-shrink: 0;\n      width: 46px;\n      height: 46px;\n      background: var(--gold);\n      color: #fff;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n    }\n\n    .card-text h4 {\n      color: #888;\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: 1.2px;\n      margin-bottom: 2px;\n      font-weight: 700;\n    }\n\n    .card-text span {\n      color: var(--dark);\n      font-size: 15px;\n      font-weight: 700;\n    }\n\n    \/* --- CALENDAR SECTION --- *\/\n    .calendar-section {\n      padding: 60px 40px;\n      background: var(--page-bg);\n    }\n\n    .section-container {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 1fr 2fr;\n      gap: 60px;\n      align-items: start;\n    }\n\n    .section-info h2 {\n      font-family: \"Playfair Display\", serif;\n      font-size: 38px;\n      margin-bottom: 15px;\n    }\n\n    .section-info p {\n      font-size: 16px;\n      color: #555;\n      margin-bottom: 25px;\n      max-width: 380px;\n    }\n\n    .gold-divider {\n      width: 60px;\n      height: 4px;\n      background: var(--gold);\n    }\n\n    .calendar-card {\n      background: #fff;\n      border-radius: 16px;\n      border: 2px solid var(--gold);\n      box-shadow: 0 20px 60px rgba(0,0,0,0.05);\n      padding: 10px;\n      min-height: 650px; \n    }\n\n    \/* --- KEYFRAMES --- *\/\n    @keyframes kenBurns {\n      0% { transform: scale(1); }\n      100% { transform: scale(1.1); }\n    }\n    @keyframes revealUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes revealLeft {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n    @keyframes lineGrow {\n      to { width: 100%; }\n    }\n\n    \/* --- RESPONSIVE --- *\/\n    @media (max-width: 1100px) {\n      .dock-container { grid-template-columns: 1fr; }\n      header.hero { height: auto; padding: 60px 0; }\n      .section-container { grid-template-columns: 1fr; gap: 40px; }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <header class=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-vignette\"><\/div>\n\n    <div class=\"hero-container\">\n      <div class=\"hero-content\">\n        <div class=\"brand-tag\">Lima Invest Immobilien<\/div>\n        <h1>Werte schaffen.<br \/>Zukunft <span>sichern.<\/span><\/h1>\n        \n        <div class=\"lead-box\">\n          <p class=\"lead-text\">\n            Wir verbinden hanseatische Tradition mit modernen Rendite-Strategien.\n          <\/p>\n          <p class=\"lead-highlight\">\n            Ihr exklusiver Partner f\u00fcr ImmobilienInvestments und Luxus Immobilien in Hamburg.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"glass-dock\">\n        <div class=\"dock-container\">\n          <a href=\"tel:+4915560293395\" class=\"glass-card\">\n            <div class=\"card-icon\"><i class=\"fas fa-phone-alt\"><\/i><\/div>\n            <div class=\"card-text\">\n              <h4>Direkt anrufen<\/h4>\n              <span>+49 155 60293395<\/span>\n            <\/div>\n          <\/a>\n\n          <a href=\"mailto:anfrage@limaimmobilien.com\" class=\"glass-card\">\n            <div class=\"card-icon\"><i class=\"fas fa-envelope\"><\/i><\/div>\n            <div class=\"card-text\">\n              <h4>Schriftliche Anfrage<\/h4>\n              <span>E-Mail senden<\/span>\n            <\/div>\n          <\/a>\n\n          <div class=\"glass-card\" style=\"cursor: pointer;\" onclick=\"document.getElementById('appointment').scrollIntoView({behavior: 'smooth'})\">\n            <div class=\"card-icon\"><i class=\"far fa-calendar-check\"><\/i><\/div>\n            <div class=\"card-text\">\n              <h4>Terminvereinbarung<\/h4>\n              <span>Termin w\u00e4hlen<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <section class=\"calendar-section\" id=\"appointment\">\n    <div class=\"section-container\">\n      <div class=\"section-info\">\n        <h2>Ihr Termin<\/h2>\n        <p>\n          W\u00e4hlen Sie Ihren Wunschtermin im Kalender aus. Wir nehmen uns Zeit f\u00fcr Sie.\n        <\/p>\n        <div class=\"gold-divider\"><\/div>\n      <\/div>\n\n      <div class=\"calendar-card\">\n        <div id=\"appointment-container\">\n          <script\n            type=\"module\"\n            src=\"https:\/\/onpointment.onoffice-services.com\/assets\/onpointment\/onpointment.js\"\n            data-broker-name=\"LimaInvest\"\n            data-profile=\"25d47e7c-9c7c-4f77-930b-21fbad08bd8d\"><\/script>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Lima Invest | Premium Real Estate Lima Invest Immobilien Werte schaffen.Zukunft sichern. Wir verbinden hanseatische Tradition mit modernen Rendite-Strategien. Ihr exklusiver Partner f\u00fcr ImmobilienInvestments und Luxus Immobilien in Hamburg. Direkt anrufen +49 155 60293395 Schriftliche Anfrage E-Mail senden Terminvereinbarung Termin w\u00e4hlen Ihr Termin W\u00e4hlen Sie Ihren Wunschtermin im Kalender aus. Wir nehmen uns Zeit f\u00fcr&#8230;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-20970","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kontakt - Lima Invest Immobilien<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/limainvestimmobilien.de\/en\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt - Lima Invest Immobilien\" \/>\n<meta property=\"og:description\" content=\"Lima Invest | Premium Real Estate Lima Invest Immobilien Werte schaffen.Zukunft sichern. Wir verbinden hanseatische Tradition mit modernen Rendite-Strategien. Ihr exklusiver Partner f\u00fcr ImmobilienInvestments und Luxus Immobilien in Hamburg. Direkt anrufen +49 155 60293395 Schriftliche Anfrage E-Mail senden Terminvereinbarung Termin w\u00e4hlen Ihr Termin W\u00e4hlen Sie Ihren Wunschtermin im Kalender aus. Wir nehmen uns Zeit f\u00fcr...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/limainvestimmobilien.de\/en\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"Lima Invest Immobilien\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-29T12:03:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/kontakt\\\/\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/kontakt\\\/\",\"name\":\"Kontakt - Lima Invest Immobilien\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#website\"},\"datePublished\":\"2025-12-17T07:00:36+00:00\",\"dateModified\":\"2026-01-29T12:03:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/kontakt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/limainvestimmobilien.de\\\/kontakt\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/kontakt\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/limainvestimmobilien.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#website\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/\",\"name\":\"Lima Invest Immobilien\",\"description\":\"Investmentimmobilien Deutschland | Lima Invest Immobilien\",\"publisher\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/limainvestimmobilien.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#organization\",\"name\":\"Lima Invest Immobilien\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Bildschirmfoto-2023-11-28-um-08.13.10-Kopie.png\",\"contentUrl\":\"https:\\\/\\\/limainvestimmobilien.de\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Bildschirmfoto-2023-11-28-um-08.13.10-Kopie.png\",\"width\":602,\"height\":476,\"caption\":\"Lima Invest Immobilien\"},\"image\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kontakt - Lima Invest Immobilien","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:\/\/limainvestimmobilien.de\/en\/kontakt\/","og_locale":"en_US","og_type":"article","og_title":"Kontakt - Lima Invest Immobilien","og_description":"Lima Invest | Premium Real Estate Lima Invest Immobilien Werte schaffen.Zukunft sichern. Wir verbinden hanseatische Tradition mit modernen Rendite-Strategien. Ihr exklusiver Partner f\u00fcr ImmobilienInvestments und Luxus Immobilien in Hamburg. Direkt anrufen +49 155 60293395 Schriftliche Anfrage E-Mail senden Terminvereinbarung Termin w\u00e4hlen Ihr Termin W\u00e4hlen Sie Ihren Wunschtermin im Kalender aus. Wir nehmen uns Zeit f\u00fcr...","og_url":"https:\/\/limainvestimmobilien.de\/en\/kontakt\/","og_site_name":"Lima Invest Immobilien","article_modified_time":"2026-01-29T12:03:16+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/limainvestimmobilien.de\/kontakt\/","url":"https:\/\/limainvestimmobilien.de\/kontakt\/","name":"Kontakt - Lima Invest Immobilien","isPartOf":{"@id":"https:\/\/limainvestimmobilien.de\/#website"},"datePublished":"2025-12-17T07:00:36+00:00","dateModified":"2026-01-29T12:03:16+00:00","breadcrumb":{"@id":"https:\/\/limainvestimmobilien.de\/kontakt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/limainvestimmobilien.de\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/limainvestimmobilien.de\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/limainvestimmobilien.de\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@type":"WebSite","@id":"https:\/\/limainvestimmobilien.de\/#website","url":"https:\/\/limainvestimmobilien.de\/","name":"Lima Invest Immobilien","description":"Investmentimmobilien Deutschland | Lima Invest Immobilien","publisher":{"@id":"https:\/\/limainvestimmobilien.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/limainvestimmobilien.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/limainvestimmobilien.de\/#organization","name":"Lima Invest Immobilien","url":"https:\/\/limainvestimmobilien.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/limainvestimmobilien.de\/#\/schema\/logo\/image\/","url":"https:\/\/limainvestimmobilien.de\/wp-content\/uploads\/2022\/07\/Bildschirmfoto-2023-11-28-um-08.13.10-Kopie.png","contentUrl":"https:\/\/limainvestimmobilien.de\/wp-content\/uploads\/2022\/07\/Bildschirmfoto-2023-11-28-um-08.13.10-Kopie.png","width":602,"height":476,"caption":"Lima Invest Immobilien"},"image":{"@id":"https:\/\/limainvestimmobilien.de\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/20970","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/comments?post=20970"}],"version-history":[{"count":10,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/20970\/revisions"}],"predecessor-version":[{"id":22029,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/20970\/revisions\/22029"}],"wp:attachment":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/media?parent=20970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}