{"id":21563,"date":"2025-12-29T12:48:52","date_gmt":"2025-12-29T11:48:52","guid":{"rendered":"https:\/\/limainvestimmobilien.de\/?page_id=21563"},"modified":"2026-02-05T13:41:52","modified_gmt":"2026-02-05T12:41:52","slug":"leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service","status":"publish","type":"page","link":"https:\/\/limainvestimmobilien.de\/en\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/","title":{"rendered":"Leistungsspektrum"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21563\" class=\"elementor elementor-21563\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b852f4d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b852f4d\" 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-c8bb123\" data-id=\"c8bb123\" 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-910a054 elementor-widget elementor-widget-html\" data-id=\"910a054\" 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\" \/>\n  <title>Services anfragen | Lima Invest Immobilien<\/title>\n  <style>\n    :root {\n      \/* Lima Invest CI Palette - ENHANCED *\/\n      --bg-deep: #f8fafc;\n      --panel-bg: #ffffff;\n      --text-main: #0f172a;\n      --text-muted: #64748b;\n      --gold-primary: #d4b325;\n      --gold-light: #e8c547;\n      --gold-glow: rgba(212, 179, 37, 0.15);\n      --gold-dark: #b49410;\n      --border-color: #e2e8f0;\n      --input-bg: #f1f5f9;\n      --success: #10b981;\n      --error: #ef4444;\n      --radius: 12px;\n      --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n      --accent-blue: #1e40af;\n      --accent-slate: #475569;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      margin: 0;\n      padding: 0;\n      font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;\n      background: linear-gradient(135deg, var(--bg-deep) 0%, #f1f5f9 100%);\n      color: var(--text-main);\n      line-height: 1.5;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding-left: 20px;\n      padding-right: 20px;\n      width: 100%;\n    }\n\n    \/* ===== HEADER ANIMATIONS ===== *\/\n    @keyframes slideDownFade {\n      from {\n        opacity: 0;\n        transform: translateY(-20px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(5px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes scaleIn {\n      from { opacity: 0; transform: scale(0.95); }\n      to { opacity: 1; transform: scale(1); }\n    }\n\n    @keyframes shimmer {\n      0% { background-position: -1000px 0; }\n      100% { background-position: 1000px 0; }\n    }\n\n    @keyframes floatUp {\n      0% { transform: translateY(0px); }\n      50% { transform: translateY(-10px); }\n      100% { transform: translateY(0px); }\n    }\n\n    @keyframes glow {\n      0%, 100% { box-shadow: 0 0 20px rgba(212, 179, 37, 0.3); }\n      50% { box-shadow: 0 0 40px rgba(212, 179, 37, 0.6); }\n    }\n\n    \/* Header *\/\n    header {\n      width: 100%;\n      background: transparent;\n      border: none;\n      padding: 40px 0 20px 0;\n      margin-bottom: 20px;\n      animation: slideDownFade 0.8s ease-out;\n    }\n\n    .header-inner {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      flex-wrap: wrap;\n      gap: 15px;\n    }\n\n    h1 {\n      font-size: 48px;\n      font-weight: 900;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n      letter-spacing: -1px;\n      animation: slideDownFade 0.8s ease-out 0.1s both;\n      background: linear-gradient(135deg, var(--text-main) 0%, var(--accent-slate) 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n    \n    h1 span { \n      background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-light) 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .sub-headline {\n      color: var(--text-muted);\n      font-size: 16px;\n      margin: 0;\n      max-width: 750px;\n      line-height: 1.7;\n      animation: slideDownFade 0.8s ease-out 0.2s both;\n      font-weight: 500;\n    }\n\n    .brand-tag {\n      background: linear-gradient(135deg, var(--gold-glow), rgba(212, 179, 37, 0.08));\n      color: var(--gold-dark);\n      border: 1.5px solid rgba(212, 179, 37, 0.4);\n      padding: 8px 16px;\n      border-radius: 99px;\n      font-size: 11px;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n      animation: slideDownFade 0.8s ease-out 0.3s both;\n      backdrop-filter: blur(10px);\n      transition: all 0.3s ease;\n    }\n\n    .brand-tag:hover {\n      animation: glow 2s ease-in-out infinite;\n      transform: translateY(-2px);\n    }\n\n    .grid-container {\n      display: grid;\n      grid-template-columns: 1.3fr 1fr;\n      gap: 30px;\n      align-items: start;\n      margin-bottom: 50px;\n    }\n\n    @media (max-width: 900px) {\n      .grid-container { grid-template-columns: 1fr; }\n      h1 { font-size: 36px; }\n    }\n\n    .form-panel {\n      background: var(--panel-bg);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius);\n      padding: 35px;\n      box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08);\n      animation: scaleIn 0.6s ease-out 0.3s both;\n      backdrop-filter: blur(5px);\n      transition: all 0.3s ease;\n    }\n\n    .form-panel:hover {\n      box-shadow: 0 20px 60px -10px rgba(212, 179, 37, 0.15);\n      border-color: rgba(212, 179, 37, 0.2);\n    }\n\n    .input-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    @media (max-width: 600px) {\n      .input-row { grid-template-columns: 1fr; }\n    }\n\n    label {\n      display: block;\n      font-size: 12px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      text-transform: uppercase;\n      letter-spacing: 0.6px;\n      background: linear-gradient(135deg, var(--text-main), var(--accent-slate));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    input, select, textarea {\n      width: 100%;\n      background: linear-gradient(135deg, var(--input-bg) 0%, #f8fbff 100%);\n      border: 1.5px solid var(--border-color);\n      color: var(--text-main);\n      padding: 13px 16px;\n      border-radius: 10px;\n      font-size: 15px;\n      transition: var(--transition);\n      outline: none;\n      font-family: inherit;\n      font-weight: 500;\n    }\n\n    input:focus, select:focus, textarea:focus {\n      border-color: var(--gold-primary);\n      background: #fff;\n      box-shadow: 0 0 0 4px rgba(212, 179, 37, 0.2);\n      transform: translateY(-2px);\n    }\n\n    input::placeholder, textarea::placeholder {\n      color: rgba(100, 116, 139, 0.5);\n    }\n\n    textarea {\n      min-height: 120px;\n      resize: vertical;\n    }\n\n    .action-bar { \n      margin-top: 30px;\n      display: flex;\n      gap: 12px;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 15px 28px;\n      border-radius: 10px;\n      font-weight: 700;\n      font-size: 15px;\n      cursor: pointer;\n      transition: var(--transition);\n      text-decoration: none;\n      border: none;\n      flex: 1;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .btn::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: rgba(255, 255, 255, 0.2);\n      transition: left 0.5s ease;\n      z-index: 0;\n    }\n\n    .btn:hover::before {\n      left: 100%;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-light) 100%);\n      color: #fff;\n      box-shadow: 0 6px 20px rgba(212, 179, 37, 0.35);\n      font-weight: 800;\n      position: relative;\n      z-index: 1;\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(212, 179, 37, 0.5);\n    }\n\n    .btn-primary:active {\n      transform: translateY(-1px);\n    }\n\n    .btn-outline {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 12px 20px;\n      border-radius: 10px;\n      font-weight: 600;\n      font-size: 13px;\n      cursor: pointer;\n      transition: var(--transition);\n      text-decoration: none;\n      border: 1.5px solid var(--gold-primary);\n      color: var(--gold-dark);\n      background: transparent;\n      margin-top: 15px;\n      width: 100%;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .btn-outline::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: rgba(212, 179, 37, 0.1);\n      transition: left 0.5s ease;\n    }\n\n    .btn-outline:hover::before {\n      left: 100%;\n    }\n\n    .btn-outline:hover {\n      background: rgba(212, 179, 37, 0.08);\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(212, 179, 37, 0.2);\n    }\n\n    .info-panel {\n      background: var(--panel-bg);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius);\n      overflow: hidden;\n      position: sticky; \n      top: 20px;\n      box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08);\n      animation: scaleIn 0.6s ease-out 0.4s both;\n      transition: all 0.3s ease;\n    }\n\n    .info-panel:hover {\n      box-shadow: 0 20px 60px -10px rgba(212, 179, 37, 0.15);\n      border-color: rgba(212, 179, 37, 0.2);\n    }\n\n    .info-image-wrapper {\n      width: 100%;\n      height: 240px;\n      background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .info-image-wrapper::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, rgba(212, 179, 37, 0.1) 0%, rgba(30, 64, 175, 0.05) 100%);\n      z-index: 2;\n      pointer-events: none;\n    }\n\n    .info-image-wrapper img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      z-index: 1;\n    }\n    \n    .info-panel:hover .info-image-wrapper img { \n      transform: scale(1.08) rotate(1deg);\n    }\n\n    .info-content { \n      padding: 30px;\n      animation: fadeIn 0.5s ease-out;\n    }\n\n    .info-content h2 {\n      margin: 0 0 12px 0;\n      font-size: 20px;\n      color: var(--text-main);\n      font-weight: 800;\n      line-height: 1.3;\n      background: linear-gradient(135deg, var(--text-main) 0%, var(--accent-slate) 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .info-content p {\n      font-size: 14px;\n      color: var(--text-muted);\n      margin: 0 0 18px 0;\n      line-height: 1.7;\n      font-weight: 500;\n    }\n\n    .feature-list {\n      margin: 0 0 20px 0;\n      padding-left: 0;\n      list-style: none;\n      border-top: 1.5px solid var(--border-color);\n      padding-top: 18px;\n    }\n\n    .feature-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      font-size: 14px;\n      color: var(--text-main);\n      margin-bottom: 10px;\n      font-weight: 500;\n      animation: fadeIn 0.4s ease-out;\n      animation-fill-mode: both;\n    }\n\n    .feature-list li:nth-child(1) { animation-delay: 0.1s; }\n    .feature-list li:nth-child(2) { animation-delay: 0.2s; }\n    .feature-list li:nth-child(3) { animation-delay: 0.3s; }\n    .feature-list li:nth-child(4) { animation-delay: 0.4s; }\n    .feature-list li:nth-child(5) { animation-delay: 0.5s; }\n    .feature-list li:nth-child(6) { animation-delay: 0.6s; }\n    \n    .feature-list li::before {\n      content: \"\u2713\";\n      color: var(--success);\n      font-weight: 900;\n      min-width: 18px;\n      font-size: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(16, 185, 129, 0.1);\n      width: 24px;\n      height: 24px;\n      border-radius: 50%;\n      flex-shrink: 0;\n    }\n\n    .price-note {\n      font-size: 13px;\n      color: var(--text-muted);\n      background: linear-gradient(135deg, var(--bg-deep) 0%, rgba(212, 179, 37, 0.05) 100%);\n      padding: 14px 16px;\n      border-radius: 10px;\n      border-left: 4px solid var(--gold-primary);\n      margin-top: 20px;\n      font-weight: 500;\n      transition: all 0.3s ease;\n    }\n\n    .price-note:hover {\n      background: linear-gradient(135deg, rgba(212, 179, 37, 0.08) 0%, rgba(212, 179, 37, 0.08) 100%);\n      transform: translateX(4px);\n    }\n\n    .status-msg {\n      margin-top: 15px;\n      padding: 14px 16px;\n      border-radius: 10px;\n      font-size: 14px;\n      display: none;\n      text-align: center;\n      font-weight: 600;\n      animation: slideDownFade 0.4s ease-out;\n    }\n\n    .status-ok { \n      background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);\n      color: #166534; \n      border: 1px solid #86efac;\n    }\n\n    .status-err { \n      background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);\n      color: #991b1b; \n      border: 1px solid #fca5a5;\n    }\n\n    .animate-in { animation: fadeIn 0.4s ease-out forwards; }\n\n    \/* Service Category Styling *\/\n    .service-group {\n      margin-bottom: 8px;\n    }\n\n    optgroup {\n      font-weight: 700;\n      color: var(--gold-dark);\n    }\n\n    option {\n      padding: 8px;\n      background: var(--panel-bg);\n      color: var(--text-main);\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n      .action-bar {\n        flex-direction: column;\n      }\n\n      .btn {\n        width: 100%;\n      }\n\n      header {\n        padding: 30px 0 15px 0;\n      }\n\n      .form-panel {\n        padding: 25px;\n      }\n\n      .info-panel {\n        position: static;\n        margin-top: 20px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <header>\n    <div class=\"container\">\n      <div class=\"header-inner\">\n        <div>\n          <h1>Service <span>anfragen<\/span><\/h1>\n          <p class=\"sub-headline\">\n            Entdecken Sie unser umfassendes Leistungsportfolio f\u00fcr Immobilienprofis. \n            <br><strong>Von Bewertung bis Vermarktung \u2013 wir bieten L\u00f6sungen aus einer Hand.<\/strong>\n          <\/p>\n        <\/div>\n        <div class=\"brand-tag\">Lima Invest High Performance<\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <main class=\"container\">\n    <div class=\"grid-container\">\n      \n      <div class=\"form-panel\">\n        <div class=\"input-row\">\n          <div>\n            <label for=\"name\">Ihr Name<\/label>\n            <input id=\"name\" type=\"text\" placeholder=\"Vor- und Nachname\" \/>\n          <\/div>\n          <div>\n            <label for=\"phone\">Telefon<\/label>\n            <input id=\"phone\" type=\"tel\" placeholder=\"+49 ...\" \/>\n          <\/div>\n        <\/div>\n\n        <div class=\"input-row\">\n          <div>\n            <label for=\"email\">E-Mail Adresse *<\/label>\n            <input id=\"email\" type=\"email\" placeholder=\"name@firma.de\" \/>\n          <\/div>\n          <div>\n            <label for=\"city\">Ort \/ Objekt<\/label>\n            <input id=\"city\" type=\"text\" placeholder=\"Standort\" \/>\n          <\/div>\n        <\/div>\n\n        <div style=\"margin-bottom: 20px;\">\n          <label for=\"service\">Gew\u00fcnschter Service *<\/label>\n          <select id=\"service\">\n            <option value=\"\" selected disabled>-- Bitte w\u00e4hlen --<\/option>\n            \n            <optgroup label=\"\ud83c\udfd7\ufe0f Bau, Sanierung & Gro\u00dfprojekte\">\n               <option value=\"bausanierung\">Ganzheitliche Bau- & Sanierungsl\u00f6sungen<\/option>\n            <\/optgroup>\n\n            <optgroup label=\"\ud83d\udccb Verwaltung & Expos\u00e9\">\n               <option value=\"expose\">Expos\u00e9 Erstellung (Web\/PDF)<\/option>\n               <option value=\"versicherung\">Immobilien-Versicherung<\/option>\n               <option value=\"concierge\">Concierge & Asset Management<\/option>\n            <\/optgroup>\n\n            <optgroup label=\"\ud83d\udcca Analyse & Bewertung\">\n              <option value=\"pricehubble\">Premium Marktwertanalyse (PriceHubble)<\/option>\n              <option value=\"sprengnetter\">Wertermittlung (Sprengnetter)<\/option>\n              <option value=\"lageanalyse\">Lage- & Umfeldanalyse<\/option>\n              <option value=\"portfolioanalyse\">Portfolio-Analyse & Optimierung<\/option>\n            <\/optgroup>\n\n            <optgroup label=\"\ud83c\udfa8 Visualisierung & Medien\">\n              <option value=\"ogulo\">360\u00b0-Tour (Ogulo)<\/option>\n              <option value=\"staging\">Digitales Home Staging<\/option>\n              <option value=\"fotos\">Profifotos & Medien<\/option>\n              <option value=\"video\">Immobilien-Video<\/option>\n              <option value=\"grundriss\">Grundriss-Service<\/option>\n            <\/optgroup>\n\n            <optgroup label=\"\ud83d\udcbc Prozesse & Leads\">\n              <option value=\"bonitaet\">Bonit\u00e4tspr\u00fcfung (Mietercheck)<\/option>\n              <option value=\"websetup\">Website-Lead-Formulare<\/option>\n              <option value=\"finanzierung\">Finanzierungsberatung<\/option>\n            <\/optgroup>\n\n            <optgroup label=\"\ud83c\udfaf Spezialservices\">\n              <option value=\"investorenberatung\">Investorenberatung & Akquisition<\/option>\n              <option value=\"rechtliche\">Rechtliche Beratung & Dokumentation<\/option>\n            <\/optgroup>\n          <\/select>\n        <\/div>\n\n        <div style=\"margin-bottom: 20px;\">\n          <label for=\"message\">Nachricht \/ Details<\/label>\n          <textarea id=\"message\" placeholder=\"Beschreiben Sie kurz Ihr Anliegen...\"><\/textarea>\n        <\/div>\n\n        <div class=\"action-bar\">\n          <button id=\"sendBtn\" class=\"btn btn-primary\" type=\"button\">Jetzt Projekt anfragen<\/button>\n        <\/div>\n\n        <div id=\"okBox\" class=\"status-msg status-ok\"><\/div>\n        <div id=\"errBox\" class=\"status-msg status-err\"><\/div>\n      <\/div>\n\n      <aside class=\"info-panel\" id=\"infoPanel\">\n        <div class=\"info-image-wrapper\">\n          <img decoding=\"async\" id=\"infoImg\" src=\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\" alt=\"Service\" \/>\n        <\/div>\n        <div class=\"info-content\">\n          <h2 id=\"infoTitle\">Lima Invest Services<\/h2>\n          <p id=\"infoDesc\">\n            Bitte w\u00e4hlen Sie links einen Service aus. Die Details zur Leistung erscheinen hier automatisch.\n          <\/p>\n          <ul id=\"infoList\" class=\"feature-list\" style=\"display:none;\"><\/ul>\n          \n          <div id=\"extLinkBox\" style=\"display:none;\">\n            <a id=\"extLinkBtn\" href=\"#\" target=\"_blank\" class=\"btn-outline\"><\/a>\n          <\/div>\n\n          <div class=\"price-note\">\n            <strong>Hinweis:<\/strong> Honorar und genauer Leistungsumfang werden pers\u00f6nlich besprochen und individuell kalkuliert.\n          <\/div>\n        <\/div>\n      <\/aside>\n\n    <\/div>\n  <\/main>\n\n  <script>\n    (function(){\n      \/\/ === Data ===\n      const contentData = {\n        'default': {\n          title: \"Lima Invest Services\",\n          desc: \"Bitte w\u00e4hlen Sie links einen Service aus. Die Details zur Leistung erscheinen hier automatisch.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\", \n          features: []\n        },\n        'bausanierung': {\n          title: \"Ganzheitliche Bau- & Sanierungsl\u00f6sungen\",\n          desc: \"Wir realisieren anspruchsvolle Bau- und Sanierungsprojekte effizient, terminsicher und wirtschaftlich \u2013 von der Planung bis zur schl\u00fcsselfertigen Umsetzung.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1541888946425-d81bb19240f5?q=80&w=800&auto=format&fit=crop\", \n          features: [\n            \"Modulbau & Hotelbau der neuen Generation\",\n            \"Kernsanierung & Revitalisierung\",\n            \"Gewerbe-, Handels- & Spezialimmobilien\",\n            \"B\u00e4der- & Spa-Projekte (InterSPA)\",\n            \"Alle Gewerke aus einer Hand\",\n            \"Volumina bis >100 Mio. \u20ac\"\n          ]\n        },\n        'expose': {\n          title: \"Expos\u00e9 Erstellung & Design\",\n          desc: \"Wir erstellen f\u00fcr Sie ein verkaufsstarkes Expos\u00e9. Wahlweise als interaktives Web-Expos\u00e9 oder als hochwertiges PDF. Perfekt aufbereitet in Ihrer CI.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1586281380349-632531db7ed4?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Hochwertiges Web-Expos\u00e9 oder PDF\",\n            \"Professionelle Lagebeschreibung\",\n            \"Aufbereitung Keyfacts & Bilder\",\n            \"Hinterlegung Ihrer AGBs\",\n            \"Design in Ihrer Corporate Identity (CI)\"\n          ]\n        },\n        'versicherung': {\n          title: \"Immobilien-Versicherung\",\n          desc: \"Der optimale Schutz f\u00fcr Ihr Asset. Wir vermitteln leistungsstarke Versicherungsl\u00f6sungen speziell f\u00fcr Eigent\u00fcmer und Immobilienportfolios.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1450101499163-c8848c66ca85?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Geb\u00e4udeversicherung\",\n            \"Mietverlust & Haftpflicht\",\n            \"Elementarschaden-Schutz\",\n            \"Portfolio-Rahmenvertr\u00e4ge\"\n          ]\n        },\n        'concierge': {\n          title: \"Concierge & Asset Management\",\n          desc: \"Umfassende Verwaltung und Betreuung Ihrer Immobilien. Von Instandhaltung bis zu exklusiven Zusatzservices f\u00fcr Ihre Bewohner.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"24\/7 Bewohnerbetreuung\",\n            \"Instandhaltung & Reparaturmanagement\",\n            \"Sicherheits- & Zugangsmanagement\",\n            \"Lifestyle-Services f\u00fcr Bewohner\",\n            \"Dokumentation & Reporting\"\n          ]\n        },\n        'portfolioanalyse': {\n          title: \"Portfolio-Analyse & Optimierung\",\n          desc: \"Strategische Analyse und Optimierung Ihres Immobilienportfolios. Maximieren Sie Rendite und minimieren Sie Risiken.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Gesamtportfolio-Bewertung\",\n            \"Rendite- & Risikoanalyse\",\n            \"Strategische Empfehlungen\",\n            \"Marktpositionierung\",\n            \"Diversifikationsanalyse\"\n          ]\n        },\n        'ogulo': {\n          title: \"360\u00b0-Tour (Ogulo)\",\n          desc: \"Sparen Sie sich Besichtigungstourismus. Mit einer virtuellen Tour filtern Sie Interessenten vor und begeistern echte K\u00e4ufer digital.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1558036117-15d82a90b9b1?q=80&w=800&auto=format&fit=crop\",\n          features: [\"VR-Kompatibel\", \"Passwortgesch\u00fctzter Zugang\", \"Besucher-Tracking\", \"Interaktive Hotspots\"]\n        },\n        'pricehubble': {\n          title: \"Marktwertanalyse (PriceHubble)\",\n          desc: \"High-End Datenanalyse f\u00fcr den optimalen Angebotspreis. Erkennen Sie Marktdynamiken sofort.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Realistische Preisspannen\", \"Vergleichsobjekte\", \"Marktvolumen-Check\", \"Trend-Analyse\"]\n        },\n        'sprengnetter': {\n          title: \"Wertermittlung (Sprengnetter)\",\n          desc: \"Bankanerkannte Bewertungsmethoden f\u00fcr maximale Sicherheit im Verkaufsprozess.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Sachwert- & Ertragswert\", \"Offizieller Report\", \"Bankenstandard\", \"Finanzierungssicherheit\"]\n        },\n        'lageanalyse': {\n          title: \"Lage- & Umfeldanalyse\",\n          desc: \"Detailliertes Dossier zu Infrastruktur, Demografie und Anbindung.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1524661135-423995f22d0b?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Infrastruktur-Check\", \"Soziodemografie\", \"L\u00e4rmkataster\", \"Verkehrsanbindung\"]\n        },\n        'staging': {\n          title: \"Digitales Home Staging\",\n          desc: \"M\u00f6blieren Sie leere R\u00e4ume digital f\u00fcr emotionale Expos\u00e9-Bilder.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1618221195710-dd6b41faaea6?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Vorher\/Nachher\", \"Moderner Stil\", \"Verkaufsbeschleuniger\", \"Mehrere Varianten\"]\n        },\n        'fotos': {\n          title: \"Profifotos & Medien\",\n          desc: \"Perfekt belichtete Immobilienfotos durch professionelle Partner.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1542038784456-1ea8e935640e?q=80&w=800&auto=format&fit=crop\",\n          features: [\"HDR-Technik\", \"Blue-Sky\", \"High-End Editing\", \"Drohnen-Perspektiven\"]\n        },\n        'video': {\n          title: \"Immobilien-Video\",\n          desc: \"Emotionale Clips f\u00fcr Social Media und Website.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1579298245158-33e8f568f7d3?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Schnitt & Musik\", \"Social Media Formate\", \"Drohnen-Option\", \"4K-Qualit\u00e4t\"]\n        },\n        'grundriss': {\n          title: \"Grundriss-Service\",\n          desc: \"Aufbereitung alter Pl\u00e4ne in moderne 2D\/3D Verkaufs-Grundrisse.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1502005229762-cf1b2da7c5d6?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Ma\u00dfhaltig\", \"M\u00f6bliert\/Unm\u00f6bliert\", \"Modernes Design\", \"3D-Varianten\"]\n        },\n        'bonitaet': {\n          title: \"Bonit\u00e4tspr\u00fcfung\",\n          desc: \"Sicherer Check der finanziellen Situation von Mietern\/K\u00e4ufern.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1554224155-8d04cb21cd6c?q=80&w=800&auto=format&fit=crop\",\n          features: [\"Schufa-Abgleich\", \"Identit\u00e4ts-Check\", \"Zertifikat\", \"Schnelle Bearbeitung\"]\n        },\n        'websetup': {\n          title: \"Website & Lead-Tools\",\n          desc: \"Technische Integration von Lead-Formularen in Ihre Webseite. Optimieren Sie Ihre Anfragen.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1460925895917-afdab827c52f?q=80&w=800&auto=format&fit=crop\",\n          features: [\"DSGVO-Konform\", \"Lead-Funnel\", \"CRM-Anbindung\", \"Analytics\"],\n          linkUrl: \"https:\/\/limainvestimmobilien.de\/shop\/\",\n          linkText: \"Zum Tool Shop & Details \u27a1\"\n        },\n        'finanzierung': {\n          title: \"Finanzierungsberatung\",\n          desc: \"Professionelle Unterst\u00fctzung bei der Finanzierung Ihrer Immobilienprojekte.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Finanzierungskonzepte\",\n            \"Bankverbindungen & Netzwerk\",\n            \"Konditionsverhandlung\",\n            \"Dokumentation & Abwicklung\"\n          ]\n        },\n        'investorenberatung': {\n          title: \"Investorenberatung & Akquisition\",\n          desc: \"Strategische Beratung und Vermittlung von Investitionsm\u00f6glichkeiten.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Off-Market Deals\",\n            \"Investorenakquisition\",\n            \"Due-Diligence Begleitung\",\n            \"Strategische Positionierung\"\n          ]\n        },\n        'rechtliche': {\n          title: \"Rechtliche Beratung & Dokumentation\",\n          desc: \"Umfassende rechtliche Unterst\u00fctzung f\u00fcr Ihre Immobilientransaktionen.\",\n          img: \"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?q=80&w=800&auto=format&fit=crop\",\n          features: [\n            \"Vertragsgestaltung\",\n            \"Compliance & Regulierung\",\n            \"Dokumentenmanagement\",\n            \"Notarielle Begleitung\"\n          ]\n        }\n      };\n\n      const el = (id) => document.getElementById(id);\n      const elements = {\n        service: el('service'),\n        img: el('infoImg'),\n        title: el('infoTitle'),\n        desc: el('infoDesc'),\n        list: el('infoList'),\n        email: el('email'),\n        name: el('name'),\n        phone: el('phone'),\n        city: el('city'),\n        message: el('message'),\n        ok: el('okBox'),\n        err: el('errBox'),\n        btn: el('sendBtn'),\n        linkBox: el('extLinkBox'),\n        linkBtn: el('extLinkBtn')\n      };\n\n      const TO_EMAIL = \"anfrage@limaimmobilien.com\";\n\n      \/\/ === Update Sidebar ===\n      elements.service.addEventListener('change', function() {\n        const val = this.value;\n        const data = contentData[val] || contentData['default'];\n        \n        elements.title.textContent = data.title;\n        elements.desc.textContent = data.desc;\n        elements.img.src = data.img;\n\n        \/\/ Features List\n        elements.list.innerHTML = \"\";\n        if(data.features && data.features.length > 0){\n          elements.list.style.display = \"block\";\n          data.features.forEach(feat => {\n            const li = document.createElement('li');\n            li.textContent = feat;\n            elements.list.appendChild(li);\n          });\n        } else {\n          elements.list.style.display = \"none\";\n        }\n\n        \/\/ External Link Logic\n        if(data.linkUrl){\n          elements.linkBtn.href = data.linkUrl;\n          elements.linkBtn.textContent = data.linkText || \"Mehr Infos\";\n          elements.linkBox.style.display = \"block\";\n        } else {\n          elements.linkBox.style.display = \"none\";\n        }\n\n        const panel = el('infoPanel');\n        panel.classList.remove('animate-in');\n        void panel.offsetWidth; \n        panel.classList.add('animate-in');\n      });\n\n      \/\/ === Send Mail ===\n      elements.btn.addEventListener('click', () => {\n        const serviceVal = elements.service.value;\n        const userEmail = elements.email.value.trim();\n\n        if(!serviceVal || !userEmail){\n          elements.err.textContent = \"Bitte w\u00e4hlen Sie einen Service und geben Sie Ihre E-Mail an.\";\n          elements.err.style.display = \"block\";\n          elements.ok.style.display = \"none\";\n          return;\n        }\n\n        const data = contentData[serviceVal] || {};\n        const serviceName = data.title || serviceVal;\n        \n        const body = [\n          \"Hallo Lima Invest Team,\",\n          \"\",\n          \"ich m\u00f6chte folgenden Service anfragen:\",\n          `>> ${serviceName.toUpperCase()}`,\n          \"\",\n          \"--- Projektdaten ---\",\n          `Name: ${elements.name.value.trim()}`,\n          `E-Mail: ${userEmail}`,\n          `Telefon: ${elements.phone.value.trim()}`,\n          `Ort: ${elements.city.value.trim()}`,\n          \"\",\n          \"--- Nachricht ---\",\n          elements.message.value.trim() || \"(Keine Nachricht)\",\n          \"\",\n          \"Ich bitte um Kontaktaufnahme zur Abstimmung.\",\n          \"Beste Gr\u00fc\u00dfe\"\n        ].join(\"\\n\");\n\n        const subject = `Anfrage: ${serviceName}`;\n        \n        elements.err.style.display = \"none\";\n        elements.ok.textContent = \"E-Mail Programm wird ge\u00f6ffnet...\";\n        elements.ok.style.display = \"block\";\n        \n        window.location.href = `mailto:${TO_EMAIL}?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`;\n      });\n\n    })();\n  <\/script>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-549832c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"549832c\" 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-a4c16d8\" data-id=\"a4c16d8\" 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-ebf85d8 elementor-widget elementor-widget-html\" data-id=\"ebf85d8\" 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<style>\n    \/* Scoped Styles f\u00fcr die CTA Section *\/\n    .cta-wrapper {\n      max-width: 1100px;\n      margin: 40px auto 60px auto; \/* Abstand zum Formular *\/\n      padding: 0 20px;\n      width: 100%;\n    }\n\n    .cta-card {\n      display: flex;\n      flex-direction: row;\n      background: #0f172a; \/* Dark Slate \/ Lima Navy f\u00fcr Kontrast *\/\n      border-radius: 16px; \/* Etwas runder f\u00fcr modernen Look *\/\n      overflow: hidden;\n      box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.3);\n      position: relative;\n      border: 1px solid #1e293b;\n    }\n\n    \/* Dekorative Linie (Gold Akzent) *\/\n    .cta-card::top {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 4px;\n      background: linear-gradient(90deg, #d4b325, #fcd34d, #d4b325);\n    }\n\n    .cta-content {\n      flex: 1;\n      padding: 50px 40px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      z-index: 2;\n    }\n\n    .cta-visual {\n      flex: 1;\n      min-height: 300px;\n      background-image: url('https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?q=80&w=1200&auto=format&fit=crop');\n      background-size: cover;\n      background-position: center;\n      position: relative;\n    }\n\n    \/* Overlay f\u00fcr bessere Lesbarkeit von Text auf Bild (falls n\u00f6tig) oder Style *\/\n    .cta-visual::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to right, #0f172a 0%, transparent 100%);\n    }\n\n    .cta-headline {\n      font-size: 28px;\n      font-weight: 800;\n      color: #ffffff;\n      margin: 0 0 15px 0;\n      line-height: 1.2;\n    }\n\n    .cta-headline span {\n      color: #d4b325; \/* Gold *\/\n    }\n\n    .cta-text {\n      color: #94a3b8; \/* Slate-400 *\/\n      font-size: 16px;\n      margin: 0 0 30px 0;\n      max-width: 480px;\n      line-height: 1.6;\n    }\n\n    \/* Der Button *\/\n    .cta-button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      background: #d4b325;\n      color: #0f172a;\n      font-weight: 700;\n      font-size: 16px;\n      padding: 16px 32px;\n      border-radius: 8px;\n      text-decoration: none;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n      width: fit-content;\n      box-shadow: 0 4px 15px rgba(212, 179, 37, 0.2);\n    }\n\n    \/* Button Icon Pfeil *\/\n    .cta-button svg {\n      margin-left: 10px;\n      width: 20px;\n      height: 20px;\n      transition: transform 0.3s ease;\n    }\n\n    \/* Hover Effekte *\/\n    .cta-button:hover {\n      background: #eac428;\n      transform: translateY(-3px) scale(1.02);\n      box-shadow: 0 10px 25px rgba(212, 179, 37, 0.4);\n    }\n\n    .cta-button:hover svg {\n      transform: translateX(5px);\n    }\n\n    \/* Shine Animation auf dem Button *\/\n    .cta-button::after {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 50%;\n      height: 100%;\n      background: linear-gradient(\n        to right,\n        rgba(255,255,255,0) 0%,\n        rgba(255,255,255,0.3) 50%,\n        rgba(255,255,255,0) 100%\n      );\n      transform: skewX(-25deg);\n      animation: shine 6s infinite;\n    }\n\n    @keyframes shine {\n      0% { left: -100%; }\n      20% { left: 200%; } \/* Schneller Durchlauf, dann Pause *\/\n      100% { left: 200%; }\n    }\n\n    \/* Responsive Anpassung *\/\n    @media (max-width: 768px) {\n      .cta-card { flex-direction: column-reverse; }\n      .cta-visual { min-height: 200px; }\n      .cta-content { padding: 30px 20px; text-align: center; align-items: center; }\n      .cta-visual::after { background: linear-gradient(to top, #0f172a 0%, transparent 100%); }\n      .cta-button { width: 100%; }\n    }\n  <\/style>\n\n  <div class=\"cta-wrapper\">\n    <div class=\"cta-card\">\n      <div class=\"cta-content\">\n        <h2 class=\"cta-headline\">Noch Fragen? <br><span>Wir sprechen Klartext.<\/span><\/h2>\n        <p class=\"cta-text\">\n          Sie sind sich unsicher, welche Strategie am besten zu Ihrem Asset passt? \n          Lassen Sie uns Ihre Situation analysieren \u2013 pers\u00f6nlich, diskret und l\u00f6sungsorientiert.\n        <\/p>\n        \n        <a href=\"https:\/\/limainvestimmobilien.de\/kontakt\/#\/\" target=\"_blank\" class=\"cta-button\">\n          Jetzt Gespr\u00e4chstermin sichern\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2.5\" stroke=\"currentColor\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3\" \/>\n          <\/svg>\n        <\/a>\n      <\/div>\n      \n      <div class=\"cta-visual\" role=\"img\" aria-label=\"Modern Office Meeting\"><\/div>\n    <\/div>\n  <\/div>\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services anfragen | Lima Invest Immobilien Service anfragen Entdecken Sie unser umfassendes Leistungsportfolio f\u00fcr Immobilienprofis. Von Bewertung bis Vermarktung \u2013 wir bieten L\u00f6sungen aus einer Hand. Lima Invest High Performance Ihr Name Telefon E-Mail Adresse * Ort \/ Objekt Gew\u00fcnschter Service * &#8212; Bitte w\u00e4hlen &#8212;Ganzheitliche Bau- &#038; Sanierungsl\u00f6sungen Expos\u00e9 Erstellung (Web\/PDF)Immobilien-VersicherungConcierge &#038; Asset Management&#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-21563","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Leistungsspektrum - 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\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Leistungsspektrum - Lima Invest Immobilien\" \/>\n<meta property=\"og:description\" content=\"Services anfragen | Lima Invest Immobilien Service anfragen Entdecken Sie unser umfassendes Leistungsportfolio f\u00fcr Immobilienprofis. Von Bewertung bis Vermarktung \u2013 wir bieten L\u00f6sungen aus einer Hand. Lima Invest High Performance Ihr Name Telefon E-Mail Adresse * Ort \/ Objekt Gew\u00fcnschter Service * &#8212; Bitte w\u00e4hlen &#8212;Ganzheitliche Bau- &#038; Sanierungsl\u00f6sungen Expos\u00e9 Erstellung (Web\/PDF)Immobilien-VersicherungConcierge &#038; Asset Management...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/limainvestimmobilien.de\/en\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Lima Invest Immobilien\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T12:41:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/\",\"name\":\"Leistungsspektrum - Lima Invest Immobilien\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\",\"datePublished\":\"2025-12-29T11:48:52+00:00\",\"dateModified\":\"2026-02-05T12:41:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/limainvestimmobilien.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Leistungsspektrum\"}]},{\"@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":"Leistungsspektrum - 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\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/","og_locale":"en_US","og_type":"article","og_title":"Leistungsspektrum - Lima Invest Immobilien","og_description":"Services anfragen | Lima Invest Immobilien Service anfragen Entdecken Sie unser umfassendes Leistungsportfolio f\u00fcr Immobilienprofis. Von Bewertung bis Vermarktung \u2013 wir bieten L\u00f6sungen aus einer Hand. Lima Invest High Performance Ihr Name Telefon E-Mail Adresse * Ort \/ Objekt Gew\u00fcnschter Service * &#8212; Bitte w\u00e4hlen &#8212;Ganzheitliche Bau- &#038; Sanierungsl\u00f6sungen Expos\u00e9 Erstellung (Web\/PDF)Immobilien-VersicherungConcierge &#038; Asset Management...","og_url":"https:\/\/limainvestimmobilien.de\/en\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/","og_site_name":"Lima Invest Immobilien","article_modified_time":"2026-02-05T12:41:52+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/","url":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/","name":"Leistungsspektrum - Lima Invest Immobilien","isPartOf":{"@id":"https:\/\/limainvestimmobilien.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/#primaryimage"},"image":{"@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop","datePublished":"2025-12-29T11:48:52+00:00","dateModified":"2026-02-05T12:41:52+00:00","breadcrumb":{"@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop","contentUrl":"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=800&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/limainvestimmobilien.de\/leistungsspektrum-immobilienservice-immobiliendienstleistungen-aus-einer-hand-erlesener-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/limainvestimmobilien.de\/"},{"@type":"ListItem","position":2,"name":"Leistungsspektrum"}]},{"@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\/21563","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=21563"}],"version-history":[{"count":10,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/21563\/revisions"}],"predecessor-version":[{"id":22231,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/21563\/revisions\/22231"}],"wp:attachment":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/media?parent=21563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}