{"id":22554,"date":"2026-03-02T11:23:29","date_gmt":"2026-03-02T10:23:29","guid":{"rendered":"https:\/\/limainvestimmobilien.de\/?page_id=22554"},"modified":"2026-04-13T12:26:05","modified_gmt":"2026-04-13T10:26:05","slug":"rnd-gutachten","status":"publish","type":"page","link":"https:\/\/limainvestimmobilien.de\/en\/rnd-gutachten\/","title":{"rendered":"RND-Gutachten"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22554\" class=\"elementor elementor-22554\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-564ec26 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"564ec26\" 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-b41e98b\" data-id=\"b41e98b\" 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-a11ced4 elementor-widget elementor-widget-spacer\" data-id=\"a11ced4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/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-5ddc755 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ddc755\" 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-0809118\" data-id=\"0809118\" 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-e3e5592 elementor-widget elementor-widget-html\" data-id=\"e3e5592\" 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>RND-Rechnung \u2013 Lima Invest Immobilien<\/title>\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=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --gold: #C4A747;\n            --gold-light: #d4bb6a;\n            --gold-glow: rgba(196, 167, 71, 0.15);\n            --dark: #111a2e;\n            --dark-mid: #1c2940;\n            --cream: #faf8f3;\n            --cream-dark: #f0ece3;\n            --blue: #2c4a7c;\n            --blue-light: #3a5f9e;\n            --text: #2d3436;\n            --text-mid: #5a6268;\n            --text-light: #8a9098;\n            --border: #e4e0d8;\n            --white: #ffffff;\n            --green: #2ecc71;\n            --font-display: 'DM Serif Display', Georgia, serif;\n            --font-body: 'DM Sans', system-ui, sans-serif;\n            --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);\n            --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n \n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n \n        body {\n            font-family: var(--font-body);\n            color: var(--text);\n            background: var(--white);\n            line-height: 1.65;\n            overflow-x: hidden;\n        }\n \n        \/* \u2500\u2500 Scroll Progress \u2500\u2500 *\/\n        .progress-bar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--gold), var(--blue-light));\n            z-index: 9999;\n            width: 0%;\n            transition: width 0.15s linear;\n        }\n \n        \/* \u2500\u2500 Main \u2500\u2500 *\/\n        .main {\n            max-width: 960px;\n            margin: 0 auto;\n            padding: 48px 20px 0;\n        }\n \n        \/* \u2500\u2500 Intersection Observer: reveal on scroll \u2500\u2500 *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(32px);\n            transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);\n        }\n        .reveal.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        .reveal-delay-1 { transition-delay: 0.08s; }\n        .reveal-delay-2 { transition-delay: 0.16s; }\n        .reveal-delay-3 { transition-delay: 0.24s; }\n \n        \/* \u2500\u2500 Hero \/ Intro \u2500\u2500 *\/\n        .hero {\n            position: relative;\n            background: var(--dark);\n            border-radius: 16px;\n            padding: 48px 40px;\n            margin-bottom: 48px;\n            overflow: hidden;\n            color: var(--white);\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -60%;\n            right: -20%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(196,167,71,0.2) 0%, transparent 65%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n        .hero::after {\n            content: '';\n            position: absolute;\n            bottom: -40%;\n            left: -10%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(44,74,124,0.2) 0%, transparent 65%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n        .hero > * { position: relative; z-index: 1; }\n \n        .hero-eyebrow {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 12px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: var(--gold);\n            margin-bottom: 16px;\n        }\n        .hero-eyebrow .dot {\n            width: 6px; height: 6px;\n            background: var(--gold);\n            border-radius: 50%;\n            animation: pulse-dot 2s ease-in-out infinite;\n        }\n        @keyframes pulse-dot {\n            0%, 100% { opacity: 1; transform: scale(1); }\n            50% { opacity: 0.5; transform: scale(1.6); }\n        }\n \n        .hero h1 {\n            font-family: var(--font-display);\n            font-size: clamp(28px, 4vw, 40px);\n            line-height: 1.2;\n            margin-bottom: 16px;\n            letter-spacing: -0.3px;\n            color: var(--white);\n        }\n        .hero p {\n            font-size: 16px;\n            line-height: 1.75;\n            color: rgba(255,255,255,0.8);\n            max-width: 600px;\n        }\n        .hero p + p { margin-top: 12px; }\n        .hero strong { color: var(--white); font-weight: 600; }\n        .hero .gold { color: var(--gold); font-weight: 700; }\n \n        \/* \u2500\u2500 Benefit Strip \u2500\u2500 *\/\n        .benefits {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 32px 0 0;\n        }\n        .benefit {\n            background: rgba(255,255,255,0.06);\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: 10px;\n            padding: 20px 16px;\n            text-align: center;\n            transition: all 0.35s var(--ease-out-expo);\n        }\n        .benefit:hover {\n            background: rgba(255,255,255,0.1);\n            border-color: var(--gold);\n            transform: translateY(-4px);\n        }\n        .benefit-num {\n            font-family: var(--font-display);\n            font-size: 32px;\n            color: var(--gold);\n            line-height: 1;\n            margin-bottom: 6px;\n        }\n        .benefit-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: rgba(255,255,255,0.7);\n        }\n \n        \/* \u2500\u2500 Section Title \u2500\u2500 *\/\n        .section-title {\n            font-family: var(--font-display);\n            font-size: clamp(24px, 3vw, 32px);\n            color: var(--dark);\n            margin-bottom: 8px;\n            letter-spacing: -0.3px;\n        }\n        .section-sub {\n            font-size: 14px;\n            color: var(--text-mid);\n            margin-bottom: 28px;\n        }\n \n        \/* \u2500\u2500 Calculator \u2500\u2500 *\/\n        .calc-section { margin-bottom: 56px; }\n \n        .calc-card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: 14px;\n            overflow: hidden;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.05);\n        }\n \n        .calc-inputs {\n            background: var(--cream);\n            padding: 28px 32px 24px;\n            border-bottom: 1px solid var(--border);\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px 24px;\n        }\n        .calc-inputs .full-width { grid-column: 1 \/ -1; }\n \n        .field label {\n            display: block;\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--text);\n            margin-bottom: 6px;\n        }\n        .field input {\n            width: 100%;\n            padding: 10px 14px;\n            border: 1.5px solid var(--border);\n            border-radius: 8px;\n            font-size: 15px;\n            font-family: var(--font-body);\n            font-weight: 500;\n            background: var(--white);\n            transition: all 0.2s ease;\n            color: var(--dark);\n        }\n        .field input:focus {\n            outline: none;\n            border-color: var(--gold);\n            box-shadow: 0 0 0 3px var(--gold-glow);\n        }\n        .field .unit {\n            font-size: 11px;\n            color: var(--text-light);\n            margin-top: 3px;\n        }\n \n        \/* \u2500\u2500 Results \u2500\u2500 *\/\n        .calc-results {\n            padding: 32px;\n        }\n        .results-title {\n            font-family: var(--font-display);\n            font-size: 20px;\n            color: var(--dark);\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .results-title .icon {\n            width: 28px; height: 28px;\n            background: var(--gold-glow);\n            border-radius: 6px;\n            display: grid;\n            place-items: center;\n            font-size: 14px;\n        }\n \n        .result-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n        .result-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 16px;\n            border-radius: 8px;\n            background: var(--cream);\n            transition: all 0.3s var(--ease-out-expo);\n        }\n        .result-row:hover {\n            background: var(--cream-dark);\n            transform: translateX(4px);\n        }\n        .result-row .label {\n            font-size: 13px;\n            color: var(--text-mid);\n            font-weight: 500;\n        }\n        .result-row .value {\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--dark);\n            font-variant-numeric: tabular-nums;\n            transition: color 0.3s ease;\n        }\n \n        .result-row.gold {\n            background: var(--gold-glow);\n            border-left: 3px solid var(--gold);\n        }\n        .result-row.gold .value { color: var(--gold); }\n \n        .result-highlight {\n            grid-column: 1 \/ -1;\n            margin-top: 6px;\n            background: var(--dark);\n            border-radius: 12px;\n            padding: 20px 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: var(--white);\n            position: relative;\n            overflow: hidden;\n        }\n        .result-highlight::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -20%;\n            width: 200px;\n            height: 200px;\n            background: radial-gradient(circle, rgba(196,167,71,0.2) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n        .result-highlight > * { position: relative; z-index: 1; }\n        .result-highlight .label {\n            font-size: 14px;\n            color: rgba(255,255,255,0.75);\n            font-weight: 500;\n        }\n        .result-highlight .value {\n            font-family: var(--font-display);\n            font-size: 28px;\n            color: var(--gold);\n        }\n \n        \/* Value change animation *\/\n        @keyframes value-pop {\n            0% { transform: scale(1); }\n            40% { transform: scale(1.08); }\n            100% { transform: scale(1); }\n        }\n        .value-animate { animation: value-pop 0.35s var(--ease-out-back); }\n \n        \/* \u2500\u2500 Comparison Table \u2500\u2500 *\/\n        .table-section { margin-bottom: 56px; }\n \n        .table-wrap {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: 14px;\n            overflow: hidden;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.05);\n        }\n        .table-wrap table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        .table-wrap thead {\n            background: var(--dark);\n            color: var(--white);\n        }\n        .table-wrap th {\n            padding: 14px 20px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 13px;\n            letter-spacing: 0.3px;\n        }\n        .table-wrap th.r { text-align: right; }\n        .table-wrap td {\n            padding: 14px 20px;\n            border-bottom: 1px solid var(--border);\n            transition: background 0.2s ease;\n        }\n        .table-wrap td.r {\n            text-align: right;\n            font-variant-numeric: tabular-nums;\n            font-weight: 500;\n        }\n        .table-wrap tbody tr:last-child td { border-bottom: none; }\n        .table-wrap tbody tr:hover td { background: var(--cream); }\n        .table-wrap tbody tr.alt td { background: rgba(196,167,71,0.04); }\n        .table-wrap tbody tr.alt:hover td { background: rgba(196,167,71,0.09); }\n        .table-wrap td.accent {\n            color: var(--gold);\n            font-weight: 700;\n        }\n \n        \/* \u2500\u2500 Counter Animation \u2500\u2500 *\/\n        @keyframes counter-in {\n            from { opacity: 0; transform: translateY(8px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n \n        \/* \u2500\u2500 Note \u2500\u2500 *\/\n        .note {\n            max-width: 600px;\n            margin: 0 auto 56px;\n            background: linear-gradient(135deg, #edf4f8, #f4f8fb);\n            border-left: 4px solid var(--blue);\n            padding: 24px;\n            border-radius: 0 10px 10px 0;\n            font-size: 14px;\n            color: var(--text);\n            line-height: 1.7;\n        }\n        .note-title {\n            font-family: var(--font-display);\n            font-size: 17px;\n            color: var(--blue);\n            margin-bottom: 8px;\n        }\n        .note-small {\n            display: block;\n            margin-top: 10px;\n            font-size: 12px;\n            color: var(--text-light);\n            font-style: italic;\n        }\n \n        \/* \u2500\u2500 CTA \u2500\u2500 *\/\n        .cta {\n            background: var(--dark);\n            border-radius: 16px;\n            padding: 48px 40px;\n            text-align: center;\n            color: var(--white);\n            margin-bottom: 56px;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: \n                radial-gradient(ellipse 50% 80% at 20% 80%, rgba(196,167,71,0.12) 0%, transparent 100%),\n                radial-gradient(ellipse 50% 80% at 80% 20%, rgba(44,74,124,0.12) 0%, transparent 100%);\n            pointer-events: none;\n        }\n        .cta > * { position: relative; z-index: 1; }\n        .cta h2 {\n            font-family: var(--font-display);\n            font-size: clamp(24px, 3vw, 32px);\n            margin-bottom: 12px;\n        }\n        .cta p {\n            font-size: 15px;\n            color: rgba(255,255,255,0.8);\n            margin-bottom: 28px;\n        }\n        .cta-buttons {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n \n        .btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            padding: 13px 28px;\n            border-radius: 8px;\n            font-size: 14px;\n            font-weight: 600;\n            font-family: var(--font-body);\n            cursor: pointer;\n            transition: all 0.3s var(--ease-out-expo);\n            text-decoration: none;\n            border: none;\n            letter-spacing: 0.2px;\n        }\n        .btn-gold {\n            background: var(--gold);\n            color: var(--dark);\n        }\n        .btn-gold:hover {\n            background: var(--gold-light);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 24px rgba(196,167,71,0.3);\n        }\n        .btn-outline {\n            background: transparent;\n            color: var(--white);\n            border: 1.5px solid rgba(255,255,255,0.3);\n        }\n        .btn-outline:hover {\n            border-color: var(--white);\n            background: rgba(255,255,255,0.08);\n            transform: translateY(-2px);\n        }\n \n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media (max-width: 700px) {\n            .hero { padding: 32px 24px; }\n            .benefits { grid-template-columns: 1fr; }\n            .calc-inputs { grid-template-columns: 1fr; padding: 20px; }\n            .calc-results { padding: 20px; }\n            .result-grid { grid-template-columns: 1fr; }\n            .result-highlight { flex-direction: column; gap: 8px; text-align: center; }\n            .result-highlight .value { font-size: 24px; }\n            .table-wrap { font-size: 13px; }\n            .table-wrap th, .table-wrap td { padding: 10px 12px; }\n            .cta { padding: 32px 20px; }\n            .cta-buttons { flex-direction: column; }\n            .btn { width: 100%; justify-content: center; }\n        }\n \n        @media print {\n            .progress-bar, .cta { display: none; }\n            .reveal { opacity: 1 !important; transform: none !important; }\n        }\n    <\/style>\n<\/head>\n<body>\n \n<div class=\"progress-bar\" id=\"progressBar\"><\/div>\n \n \n \n<main class=\"main\">\n \n    <!-- Hero -->\n    <section class=\"hero reveal\">\n        <div class=\"hero-eyebrow\"><span class=\"dot\"><\/span> Steueroptimierung f\u00fcr Immobilieninvestoren<\/div>\n        <h1>Mehr Nettoeinkommen durch RND-Gutachten<\/h1>\n        <p>\n            Ein <strong>RND-Gutachten<\/strong> ermittelt die tats\u00e4chliche Restnutzungsdauer Ihres Geb\u00e4udes. Diese liegt oft deutlich unter der gesetzlichen Annahme von 50 Jahren. Resultat: h\u00f6here Abschreibungen, weniger Steuerlast, mehr in Ihrer Tasche.\n        <\/p>\n        <p>\n            Bei einer Immobilie mit 100.000 \u20ac Geb\u00e4udeanteil und 42 % Einkommensteuer k\u00f6nnen Sie bis zu <span class=\"gold\">1.260 \u20ac mehr pro Jahr<\/span> sparen.\n        <\/p>\n \n        <div class=\"benefits\">\n            <div class=\"benefit reveal reveal-delay-1\">\n                <div class=\"benefit-num\">3\u00d7<\/div>\n                <div class=\"benefit-label\">H\u00f6here Abschreibung m\u00f6glich<\/div>\n            <\/div>\n            <div class=\"benefit reveal reveal-delay-2\">\n                <div class=\"benefit-num\">+1.260 \u20ac<\/div>\n                <div class=\"benefit-label\">Steuerersparnis pro Jahr<\/div>\n            <\/div>\n            <div class=\"benefit reveal reveal-delay-3\">\n                <div class=\"benefit-num\">25.200 \u20ac<\/div>\n                <div class=\"benefit-label\">Ersparnis \u00fcber 20 Jahre<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n \n    <!-- Calculator -->\n    <section class=\"calc-section reveal\">\n        <h2 class=\"section-title\">Ihre pers\u00f6nliche Berechnung<\/h2>\n        <p class=\"section-sub\">Passen Sie die Werte an Ihre Immobilie an. Die Ergebnisse aktualisieren sich sofort.<\/p>\n \n        <div class=\"calc-card\">\n            <div class=\"calc-inputs\">\n                <div class=\"field\">\n                    <label for=\"kaufpreis\">Kaufpreis (inkl. NK)<\/label>\n                    <input type=\"text\" id=\"kaufpreis\" value=\"120.000\" inputmode=\"numeric\">\n                    <div class=\"unit\">in Euro<\/div>\n                <\/div>\n                <div class=\"field\">\n                    <label for=\"grundstuecksanteil\">Grundst\u00fccksanteil<\/label>\n                    <input type=\"number\" id=\"grundstuecksanteil\" value=\"16.67\" min=\"0\" max=\"100\" step=\"0.01\">\n                    <div class=\"unit\">in Prozent<\/div>\n                <\/div>\n                <div class=\"field\">\n                    <label for=\"rnd-alt\">Restnutzungsdauer (gesetzlich)<\/label>\n                    <input type=\"number\" id=\"rnd-alt\" value=\"50\" min=\"1\" step=\"1\">\n                    <div class=\"unit\">in Jahren<\/div>\n                <\/div>\n                <div class=\"field\">\n                    <label for=\"rnd-neu\">Restnutzungsdauer (tats\u00e4chlich)<\/label>\n                    <input type=\"number\" id=\"rnd-neu\" value=\"20\" min=\"1\" step=\"1\">\n                    <div class=\"unit\">in Jahren<\/div>\n                <\/div>\n                <div class=\"field full-width\">\n                    <label for=\"steuersatz\">Einkommensteuer-Satz<\/label>\n                    <input type=\"number\" id=\"steuersatz\" value=\"42\" min=\"0\" max=\"100\" step=\"0.1\" style=\"max-width: 200px;\">\n                    <div class=\"unit\">in Prozent<\/div>\n                <\/div>\n            <\/div>\n \n            <div class=\"calc-results\">\n                <div class=\"results-title\">\n                    <span class=\"icon\">\ud83d\udcca<\/span> Berechnungsergebnisse\n                <\/div>\n                <div class=\"result-grid\">\n                    <div class=\"result-row\">\n                        <span class=\"label\">Geb\u00e4udeanteil<\/span>\n                        <span class=\"value\" id=\"r-gebaeude\">100.000 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-row\">\n                        <span class=\"label\">Abschreibung (alt)<\/span>\n                        <span class=\"value\" id=\"r-afa-alt\">2.000 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-row\">\n                        <span class=\"label\">Abschreibung (neu)<\/span>\n                        <span class=\"value\" id=\"r-afa-neu\">5.000 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-row\">\n                        <span class=\"label\">Zus\u00e4tzliche Abschreibung<\/span>\n                        <span class=\"value\" id=\"r-afa-diff\">3.000 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-row gold\">\n                        <span class=\"label\">Steuerersparnis (alt)<\/span>\n                        <span class=\"value\" id=\"r-steuer-alt\">840 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-row gold\">\n                        <span class=\"label\">Steuerersparnis (neu)<\/span>\n                        <span class=\"value\" id=\"r-steuer-neu\">2.100 \u20ac<\/span>\n                    <\/div>\n                    <div class=\"result-highlight\">\n                        <div>\n                            <span class=\"label\">Zus\u00e4tzliche j\u00e4hrliche Ersparnis<\/span>\n                        <\/div>\n                        <div>\n                            <span class=\"value\" id=\"r-steuer-diff\">1.260 \u20ac<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"result-highlight\" style=\"margin-top:0;\">\n                        <div>\n                            <span class=\"label\">Gesamtersparnis \u00fcber 20 Jahre<\/span>\n                        <\/div>\n                        <div>\n                            <span class=\"value\" id=\"r-20j\">25.200 \u20ac<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n \n    <!-- Comparison Table -->\n    <section class=\"table-section reveal\">\n        <h2 class=\"section-title\">Vorher vs. Nachher<\/h2>\n        <p class=\"section-sub\">Vergleich bei 120.000 \u20ac Kaufpreis, 100.000 \u20ac Geb\u00e4udeanteil, 42 % Steuersatz<\/p>\n \n        <div class=\"table-wrap\">\n            <table>\n                <thead>\n                    <tr>\n                        <th>Kennzahl<\/th>\n                        <th class=\"r\">Vor Gutachten<\/th>\n                        <th class=\"r\">Nach Gutachten<\/th>\n                        <th class=\"r\">Differenz<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr class=\"alt\">\n                        <td>Kaufpreis inkl. NK<\/td>\n                        <td class=\"r\">120.000 \u20ac<\/td>\n                        <td class=\"r\">120.000 \u20ac<\/td>\n                        <td class=\"r\">\u2014<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Geb\u00e4udeanteil<\/td>\n                        <td class=\"r\">100.000 \u20ac<\/td>\n                        <td class=\"r\">100.000 \u20ac<\/td>\n                        <td class=\"r\">\u2014<\/td>\n                    <\/tr>\n                    <tr class=\"alt\">\n                        <td>Restnutzungsdauer<\/td>\n                        <td class=\"r\">50 Jahre<\/td>\n                        <td class=\"r\">20 Jahre<\/td>\n                        <td class=\"r accent\">30 Jahre<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>J\u00e4hrliche Abschreibung<\/td>\n                        <td class=\"r\">2 %<\/td>\n                        <td class=\"r\">5 %<\/td>\n                        <td class=\"r accent\">3 %<\/td>\n                    <\/tr>\n                    <tr class=\"alt\">\n                        <td>Abschreibung in EUR<\/td>\n                        <td class=\"r\">2.000 \u20ac<\/td>\n                        <td class=\"r\">5.000 \u20ac<\/td>\n                        <td class=\"r accent\">3.000 \u20ac<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Einkommensteuer-Satz<\/td>\n                        <td class=\"r\">42 %<\/td>\n                        <td class=\"r\">42 %<\/td>\n                        <td class=\"r\">\u2014<\/td>\n                    <\/tr>\n                    <tr class=\"alt\">\n                        <td>Steuerersparnis \/ Jahr<\/td>\n                        <td class=\"r\">840 \u20ac<\/td>\n                        <td class=\"r\">2.100 \u20ac<\/td>\n                        <td class=\"r accent\">1.260 \u20ac<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Steuerersparnis \/ 20 Jahre<\/td>\n                        <td class=\"r\">16.800 \u20ac<\/td>\n                        <td class=\"r\">42.000 \u20ac<\/td>\n                        <td class=\"r accent\">25.200 \u20ac<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n \n    <!-- Note -->\n    <div class=\"note reveal\">\n        <div class=\"note-title\">Wichtiger Hinweis<\/div>\n        <p>\n            Die Berechnungen basieren auf Beispielwerten und dienen nur zu Informationszwecken. Die tats\u00e4chliche Restnutzungsdauer h\u00e4ngt von individuellen Faktoren ab und erfordert ein professionelles RND-Gutachten durch einen zertifizierten Sachverst\u00e4ndigen.\n        <\/p>\n        <span class=\"note-small\">Bitte konsultieren Sie einen Steuerberater f\u00fcr eine verbindliche Berechnung.<\/span>\n    <\/div>\n \n    <!-- CTA -->\n    <section class=\"cta reveal\">\n        <h2>Interessiert an einem RND-Gutachten?<\/h2>\n        <p>Erfahren Sie, wie viel Sie mit einem professionellen Gutachten sparen k\u00f6nnen.<\/p>\n        <div class=\"cta-buttons\">\n            <a href=\"mailto:anfrage@limaimmobilien.com?subject=Anfrage:%20Kostenlose%20Bewertung%20-%20RND-Gutachten&body=Guten%20Tag,%0A%0Aich%20m%C3%B6chte%20eine%20kostenlose%20Bewertung%20meiner%20Immobilie%20mit%20RND-Gutachten%20anfordern.%0A%0AHierf\u00fcr%20ben\u00f6tigen%20wir%20folgende%20Informationen:%0A%0AAdresse%20der%20Immobilie:%20__________________________________%0A%0ABaujahr%20des%20Geb%C3%A4udes:%20__________________________________%0A%0AGeb%C3%A4udetyp%20(z.B.%20Wohnhaus,%20Mehrfamilienhaus,%20Gewerbe):%20__________________________________%0A%0AGr%C3%B6%C3%9Fe%20(m%C2%B2):%20__________________________________%0A%0AGrundst%C3%BCcksgr%C3%B6%C3%9Fe(m%C2%B2):%20__________________________________%0A%0ABauweise%20(z.B.%20Massivbau,%20Holzbau):%20__________________________________%0A%0AKaufpreis:%20__________________________________%0A%0AWeitere%20Informationen:%0A__________________________________________________________________%0A__________________________________________________________________%0A%0AViele%20Gr%C3%BC%C3%9Fe,%0A\" class=\"btn btn-gold\">Kostenlose Bewertung anfordern \u2192<\/a>\n            <button class=\"btn btn-outline\" onclick=\"document.querySelector('.calc-section').scrollIntoView({behavior:'smooth'})\">Nochmal rechnen \u2191<\/button>\n        <\/div>\n    <\/section>\n \n<\/main>\n \n \n \n<script>\n    \/\/ \u2500\u2500 Scroll Progress \u2500\u2500\n    window.addEventListener('scroll', () => {\n        const s = window.scrollY;\n        const h = document.documentElement.scrollHeight - window.innerHeight;\n        document.getElementById('progressBar').style.width = h > 0 ? (s \/ h * 100) + '%' : '0%';\n    });\n \n    \/\/ \u2500\u2500 Intersection Observer for reveal animations \u2500\u2500\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(e => {\n            if (e.isIntersecting) {\n                e.target.classList.add('visible');\n            }\n        });\n    }, { threshold: 0.08, rootMargin: '0px 0px -40px 0px' });\n \n    document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n \n    \/\/ \u2500\u2500 Kaufpreis formatting with thousand separators \u2500\u2500\n    const kaufpreisInput = document.getElementById('kaufpreis');\n    function formatKaufpreis() {\n        const raw = kaufpreisInput.value.replace(\/\\.\/g, '').replace(\/[^\\d]\/g, '');\n        if (raw === '') { kaufpreisInput.value = ''; return; }\n        kaufpreisInput.value = parseInt(raw, 10).toLocaleString('de-DE');\n    }\n    function getKaufpreis() {\n        return parseInt(kaufpreisInput.value.replace(\/\\.\/g, '').replace(\/[^\\d]\/g, ''), 10) || 0;\n    }\n    kaufpreisInput.addEventListener('input', () => {\n        const pos = kaufpreisInput.selectionStart;\n        const lenBefore = kaufpreisInput.value.length;\n        formatKaufpreis();\n        const lenAfter = kaufpreisInput.value.length;\n        kaufpreisInput.setSelectionRange(pos + (lenAfter - lenBefore), pos + (lenAfter - lenBefore));\n        calc();\n    });\n \n    \/\/ \u2500\u2500 Calculator \u2500\u2500\n    const fmt = v => new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR', minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(v);\n \n    function calc() {\n        const kp = getKaufpreis();\n        const ga = parseFloat(document.getElementById('grundstuecksanteil').value) || 0;\n        const rAlt = parseFloat(document.getElementById('rnd-alt').value) || 50;\n        const rNeu = parseFloat(document.getElementById('rnd-neu').value) || 20;\n        const st = parseFloat(document.getElementById('steuersatz').value) || 42;\n \n        const geb = kp * (1 - ga \/ 100);\n        const afaAlt = geb \/ rAlt;\n        const afaNeu = geb \/ rNeu;\n        const afaDiff = afaNeu - afaAlt;\n        const stAlt = afaAlt * st \/ 100;\n        const stNeu = afaNeu * st \/ 100;\n        const stDiff = stNeu - stAlt;\n        const st20 = stDiff * 20;\n \n        const updates = [\n            ['r-gebaeude', geb],\n            ['r-afa-alt', afaAlt],\n            ['r-afa-neu', afaNeu],\n            ['r-afa-diff', afaDiff],\n            ['r-steuer-alt', stAlt],\n            ['r-steuer-neu', stNeu],\n            ['r-steuer-diff', stDiff],\n            ['r-20j', st20]\n        ];\n \n        updates.forEach(([id, val]) => {\n            const el = document.getElementById(id);\n            el.textContent = fmt(val);\n            el.classList.remove('value-animate');\n            requestAnimationFrame(() => requestAnimationFrame(() => el.classList.add('value-animate')));\n        });\n    }\n \n    ['grundstuecksanteil', 'rnd-alt', 'rnd-neu', 'steuersatz'].forEach(id => {\n        document.getElementById(id).addEventListener('input', calc);\n    });\n \n    calc();\n<\/script>\n \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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>RND-Rechnung \u2013 Lima Invest Immobilien Steueroptimierung f\u00fcr Immobilieninvestoren Mehr Nettoeinkommen durch RND-Gutachten Ein RND-Gutachten ermittelt die tats\u00e4chliche Restnutzungsdauer Ihres Geb\u00e4udes. Diese liegt oft deutlich unter der gesetzlichen Annahme von 50 Jahren. Resultat: h\u00f6here Abschreibungen, weniger Steuerlast, mehr in Ihrer Tasche. Bei einer Immobilie mit 100.000 \u20ac Geb\u00e4udeanteil und 42 % Einkommensteuer k\u00f6nnen Sie bis zu&#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-22554","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RND-Gutachten - 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\/rnd-gutachten\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RND-Gutachten - Lima Invest Immobilien\" \/>\n<meta property=\"og:description\" content=\"RND-Rechnung \u2013 Lima Invest Immobilien Steueroptimierung f\u00fcr Immobilieninvestoren Mehr Nettoeinkommen durch RND-Gutachten Ein RND-Gutachten ermittelt die tats\u00e4chliche Restnutzungsdauer Ihres Geb\u00e4udes. Diese liegt oft deutlich unter der gesetzlichen Annahme von 50 Jahren. Resultat: h\u00f6here Abschreibungen, weniger Steuerlast, mehr in Ihrer Tasche. Bei einer Immobilie mit 100.000 \u20ac Geb\u00e4udeanteil und 42 % Einkommensteuer k\u00f6nnen Sie bis zu...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/limainvestimmobilien.de\/en\/rnd-gutachten\/\" \/>\n<meta property=\"og:site_name\" content=\"Lima Invest Immobilien\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T10:26:05+00:00\" \/>\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\\\/rnd-gutachten\\\/\",\"url\":\"https:\\\/\\\/limainvestimmobilien.de\\\/rnd-gutachten\\\/\",\"name\":\"RND-Gutachten - Lima Invest Immobilien\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/#website\"},\"datePublished\":\"2026-03-02T10:23:29+00:00\",\"dateModified\":\"2026-04-13T10:26:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/rnd-gutachten\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/limainvestimmobilien.de\\\/rnd-gutachten\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/limainvestimmobilien.de\\\/rnd-gutachten\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/limainvestimmobilien.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RND-Gutachten\"}]},{\"@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":"RND-Gutachten - 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\/rnd-gutachten\/","og_locale":"en_US","og_type":"article","og_title":"RND-Gutachten - Lima Invest Immobilien","og_description":"RND-Rechnung \u2013 Lima Invest Immobilien Steueroptimierung f\u00fcr Immobilieninvestoren Mehr Nettoeinkommen durch RND-Gutachten Ein RND-Gutachten ermittelt die tats\u00e4chliche Restnutzungsdauer Ihres Geb\u00e4udes. Diese liegt oft deutlich unter der gesetzlichen Annahme von 50 Jahren. Resultat: h\u00f6here Abschreibungen, weniger Steuerlast, mehr in Ihrer Tasche. Bei einer Immobilie mit 100.000 \u20ac Geb\u00e4udeanteil und 42 % Einkommensteuer k\u00f6nnen Sie bis zu...","og_url":"https:\/\/limainvestimmobilien.de\/en\/rnd-gutachten\/","og_site_name":"Lima Invest Immobilien","article_modified_time":"2026-04-13T10:26:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/limainvestimmobilien.de\/rnd-gutachten\/","url":"https:\/\/limainvestimmobilien.de\/rnd-gutachten\/","name":"RND-Gutachten - Lima Invest Immobilien","isPartOf":{"@id":"https:\/\/limainvestimmobilien.de\/#website"},"datePublished":"2026-03-02T10:23:29+00:00","dateModified":"2026-04-13T10:26:05+00:00","breadcrumb":{"@id":"https:\/\/limainvestimmobilien.de\/rnd-gutachten\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/limainvestimmobilien.de\/rnd-gutachten\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/limainvestimmobilien.de\/rnd-gutachten\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/limainvestimmobilien.de\/"},{"@type":"ListItem","position":2,"name":"RND-Gutachten"}]},{"@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\/22554","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=22554"}],"version-history":[{"count":10,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/22554\/revisions"}],"predecessor-version":[{"id":22965,"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/pages\/22554\/revisions\/22965"}],"wp:attachment":[{"href":"https:\/\/limainvestimmobilien.de\/en\/wp-json\/wp\/v2\/media?parent=22554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}