{"id":2165,"date":"2026-03-04T16:29:52","date_gmt":"2026-03-04T16:29:52","guid":{"rendered":"https:\/\/razeng.de\/?page_id=2165"},"modified":"2026-06-26T10:35:49","modified_gmt":"2026-06-26T10:35:49","slug":"mietrecht","status":"publish","type":"page","link":"https:\/\/razeng.de\/en\/mietrecht\/","title":{"rendered":""},"content":{"rendered":"<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer ext-animate--on\"><\/div>\n\n\n\n<style>\n\/* =====================================================\n   RAZENG \u00b7 MIETRECHT PREMIUM SECTION\n   modern \u00b7 elegant \u00b7 full width \u00b7 responsive\n===================================================== *\/\n\n.rz-miet-section,\n.rz-miet-section * {\n    box-sizing: border-box;\n}\n\n.rz-miet-section {\n    position: relative !important;\n    left: 50% !important;\n    width: 100vw !important;\n    max-width: 100vw !important;\n    margin-left: -50vw !important;\n    margin-right: -50vw !important;\n\n    padding:\n        clamp(68px, 7vw, 115px)\n        clamp(18px, 4vw, 64px)\n        clamp(76px, 8vw, 125px) !important;\n\n    background:\n        radial-gradient(circle at 12% 10%, rgba(165,30,46,0.06), transparent 30%),\n        radial-gradient(circle at 88% 18%, rgba(0,0,0,0.04), transparent 32%),\n        linear-gradient(180deg, #ffffff 0%, #f7f4f3 100%);\n    color: #151515;\n    font-family: \"Outfit\", \"Inter\", \"Helvetica Neue\", Arial, sans-serif;\n    overflow: hidden;\n}\n\n.rz-miet-container {\n    width: min(100%, 1500px);\n    margin: 0 auto;\n}\n\n\/* HERO *\/\n\n.rz-miet-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);\n    gap: clamp(42px, 5vw, 86px);\n    align-items: center;\n    margin-bottom: clamp(72px, 7vw, 110px);\n}\n\n.rz-miet-copy {\n    min-width: 0;\n}\n\n.rz-miet-kicker {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    padding: 9px 18px;\n    border-radius: 999px;\n    background: rgba(165,30,46,0.08);\n    color: #A51E2E;\n    font-size: 12px;\n    font-weight: 950;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n}\n\n.rz-miet-copy h1 {\n    margin: 0 0 26px;\n    color: #101010;\n    font-size: clamp(40px, 4.7vw, 76px);\n    line-height: 1.02;\n    letter-spacing: -0.06em;\n    font-weight: 950;\n}\n\n.rz-miet-copy h1 span {\n    color: #A51E2E;\n}\n\n.rz-miet-copy p {\n    max-width: 800px;\n    margin: 0 0 24px;\n    color: #44484f;\n    font-size: clamp(16px, 1.25vw, 19px);\n    line-height: 1.78;\n    font-weight: 520;\n}\n\n.rz-miet-highlight {\n    margin: 30px 0 0;\n    padding: 22px 24px;\n    border-radius: 24px;\n    background: rgba(165,30,46,0.08);\n    border: 1px solid rgba(165,30,46,0.14);\n    color: #262626;\n    font-size: clamp(16px, 1.1vw, 18px);\n    line-height: 1.65;\n    font-weight: 760;\n}\n\n.rz-miet-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.rz-miet-btn {\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 60px;\n    padding: 0 30px;\n    border-radius: 999px;\n    text-decoration: none;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 950;\n    letter-spacing: 0.03em;\n    transition:\n        transform 0.22s ease,\n        box-shadow 0.22s ease,\n        background 0.22s ease,\n        color 0.22s ease;\n}\n\n.rz-miet-btn-primary {\n    background: linear-gradient(135deg, #C91832 0%, #A51E2E 50%, #74101D 100%);\n    color: #ffffff;\n    box-shadow:\n        0 18px 44px rgba(165,30,46,0.34),\n        0 0 0 1px rgba(255,255,255,0.18) inset;\n}\n\n.rz-miet-btn-primary::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -1;\n    background:\n        linear-gradient(\n            120deg,\n            transparent 0%,\n            rgba(255,255,255,0.22) 35%,\n            transparent 62%\n        );\n    background-size: 240% 100%;\n    animation: rz-miet-shine 3.2s ease-in-out infinite;\n}\n\n.rz-miet-btn-primary:hover {\n    transform: translateY(-3px);\n    color: #ffffff;\n    box-shadow:\n        0 26px 58px rgba(165,30,46,0.46),\n        0 0 0 1px rgba(255,255,255,0.24) inset;\n}\n\n.rz-miet-btn-secondary {\n    background: #ffffff;\n    color: #151515;\n    border: 1px solid rgba(165,30,46,0.18);\n    box-shadow: 0 14px 38px rgba(0,0,0,0.08);\n}\n\n.rz-miet-btn-secondary:hover {\n    transform: translateY(-3px);\n    color: #A51E2E;\n    border-color: rgba(165,30,46,0.34);\n    box-shadow: 0 22px 50px rgba(0,0,0,0.12);\n}\n\n@keyframes rz-miet-shine {\n    0% {\n        background-position: 160% 0;\n    }\n    55% {\n        background-position: -80% 0;\n    }\n    100% {\n        background-position: -80% 0;\n    }\n}\n\n\/* IMAGE *\/\n\n.rz-miet-visual {\n    position: relative;\n    min-width: 0;\n}\n\n.rz-miet-image-card {\n    position: relative;\n    border-radius: 34px;\n    overflow: hidden;\n    background: #f3eeee;\n    box-shadow:\n        0 36px 96px rgba(0,0,0,0.14),\n        0 0 0 1px rgba(165,30,46,0.12);\n}\n\n.rz-miet-image-card img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n    object-position: center center;\n    transition: transform 0.55s ease, filter 0.55s ease;\n}\n\n.rz-miet-image-card:hover img {\n    transform: scale(1.035);\n    filter: saturate(1.04) contrast(1.03);\n}\n\n.rz-miet-image-card::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    background:\n        linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.14)),\n        radial-gradient(circle at 16% 18%, rgba(165,30,46,0.18), transparent 34%);\n}\n\n.rz-miet-floating {\n    position: absolute;\n    left: -28px;\n    bottom: -30px;\n    z-index: 4;\n    width: min(400px, 82%);\n    padding: 24px 26px;\n    border-radius: 26px;\n    background: rgba(255,255,255,0.94);\n    border: 1px solid rgba(165,30,46,0.14);\n    box-shadow: 0 28px 70px rgba(0,0,0,0.15);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n}\n\n.rz-miet-floating strong {\n    display: block;\n    margin-bottom: 8px;\n    color: #A51E2E;\n    font-size: 30px;\n    line-height: 1;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n}\n\n.rz-miet-floating span {\n    display: block;\n    color: #333333;\n    font-size: 14px;\n    line-height: 1.5;\n    font-weight: 750;\n}\n\n\/* AREAS *\/\n\n.rz-miet-section-head {\n    max-width: 940px;\n    margin: 0 auto clamp(40px, 5vw, 64px);\n    text-align: center;\n}\n\n.rz-miet-section-head h2 {\n    margin: 0 0 16px;\n    color: #101010;\n    font-size: clamp(34px, 3.8vw, 58px);\n    line-height: 1.05;\n    letter-spacing: -0.055em;\n    font-weight: 950;\n}\n\n.rz-miet-section-head p {\n    max-width: 790px;\n    margin: 0 auto;\n    color: #5b5f66;\n    font-size: clamp(15.5px, 1.15vw, 18px);\n    line-height: 1.72;\n    font-weight: 520;\n}\n\n.rz-miet-areas {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: clamp(26px, 2.6vw, 38px);\n}\n\n.rz-miet-area-card {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: clamp(30px, 3vw, 42px);\n    border-radius: 32px;\n    background: rgba(255,255,255,0.82);\n    border: 1px solid rgba(165,30,46,0.12);\n    box-shadow:\n        0 24px 70px rgba(0,0,0,0.075),\n        0 0 0 1px rgba(255,255,255,0.82) inset;\n    transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease,\n        background 0.25s ease;\n}\n\n.rz-miet-area-card:hover {\n    transform: translateY(-7px);\n    background: #ffffff;\n    border-color: rgba(165,30,46,0.26);\n    box-shadow:\n        0 36px 96px rgba(0,0,0,0.13),\n        0 0 0 1px rgba(255,255,255,0.92) inset;\n}\n\n.rz-miet-area-label {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 52px;\n    margin-bottom: 22px;\n    border-radius: 999px;\n    background: rgba(165,30,46,0.09);\n    color: #A51E2E;\n    font-size: 15px;\n    font-weight: 950;\n}\n\n.rz-miet-area-card h3 {\n    margin: 0 0 18px;\n    color: #111111;\n    font-size: clamp(24px, 1.8vw, 32px);\n    line-height: 1.1;\n    letter-spacing: -0.045em;\n    font-weight: 950;\n}\n\n.rz-miet-list {\n    list-style: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    display: grid;\n    gap: 14px;\n}\n\n.rz-miet-list li {\n    position: relative;\n    margin: 0 !important;\n    padding: 0 0 0 30px !important;\n    color: #34383f;\n    font-size: 16px;\n    line-height: 1.5;\n    font-weight: 680;\n    overflow-wrap: anywhere;\n    hyphens: auto;\n}\n\n.rz-miet-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0.56em;\n    width: 10px;\n    height: 10px;\n    border-radius: 999px;\n    background: #A51E2E;\n    box-shadow: 0 0 0 6px rgba(165,30,46,0.08);\n}\n\n\/* PROCESS *\/\n\n.rz-miet-process {\n    margin-top: clamp(42px, 5vw, 64px);\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: clamp(18px, 2vw, 28px);\n}\n\n.rz-miet-process-item {\n    padding: 26px 26px;\n    border-radius: 28px;\n    background:\n        linear-gradient(135deg, rgba(255,255,255,0.90), rgba(255,255,255,0.72));\n    border: 1px solid rgba(165,30,46,0.12);\n    box-shadow:\n        0 20px 54px rgba(0,0,0,0.07),\n        0 0 0 1px rgba(255,255,255,0.82) inset;\n}\n\n.rz-miet-process-item strong {\n    display: block;\n    margin-bottom: 8px;\n    color: #A51E2E;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 950;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n}\n\n.rz-miet-process-item span {\n    display: block;\n    color: #34383f;\n    font-size: 15.5px;\n    line-height: 1.6;\n    font-weight: 620;\n}\n\n\/* FINAL CTA *\/\n\n.rz-miet-bottom {\n    margin-top: clamp(46px, 5vw, 70px);\n    padding: clamp(30px, 4vw, 48px);\n    border-radius: 34px;\n    background:\n        linear-gradient(135deg, #151515 0%, #261216 54%, #A51E2E 100%);\n    color: #ffffff;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 28px;\n    align-items: center;\n    box-shadow: 0 30px 80px rgba(0,0,0,0.18);\n}\n\n.rz-miet-bottom h3 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: clamp(26px, 2.4vw, 38px);\n    line-height: 1.1;\n    letter-spacing: -0.04em;\n    font-weight: 950;\n}\n\n.rz-miet-bottom p {\n    margin: 0;\n    color: rgba(255,255,255,0.78);\n    font-size: 16px;\n    line-height: 1.65;\n    font-weight: 550;\n}\n\n.rz-miet-bottom .rz-miet-btn {\n    white-space: nowrap;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 1180px) {\n    .rz-miet-hero {\n        grid-template-columns: 1fr;\n    }\n\n    .rz-miet-copy {\n        text-align: center;\n    }\n\n    .rz-miet-copy p {\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .rz-miet-actions {\n        justify-content: center;\n    }\n\n    .rz-miet-visual {\n        width: min(100%, 900px);\n        margin: 0 auto;\n    }\n\n    .rz-miet-floating {\n        left: 24px;\n        bottom: 24px;\n    }\n\n    .rz-miet-areas,\n    .rz-miet-process {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n}\n\n@media (max-width: 820px) {\n    .rz-miet-areas,\n    .rz-miet-process {\n        grid-template-columns: 1fr;\n    }\n\n    .rz-miet-bottom {\n        grid-template-columns: 1fr;\n        text-align: center;\n    }\n\n    .rz-miet-bottom .rz-miet-actions {\n        justify-content: center;\n    }\n}\n\n@media (max-width: 640px) {\n    .rz-miet-section {\n        padding:\n            54px\n            16px\n            76px !important;\n    }\n\n    .rz-miet-copy h1 {\n        font-size: 35px;\n        letter-spacing: -0.04em;\n    }\n\n    .rz-miet-copy {\n        text-align: left;\n    }\n\n    .rz-miet-copy p {\n        font-size: 15.5px;\n        line-height: 1.72;\n    }\n\n    .rz-miet-actions {\n        display: grid;\n        grid-template-columns: 1fr;\n    }\n\n    .rz-miet-btn {\n        width: 100%;\n        min-height: 58px;\n    }\n\n    .rz-miet-image-card {\n        border-radius: 26px;\n    }\n\n    .rz-miet-image-card img {\n        min-height: 300px;\n    }\n\n    .rz-miet-floating {\n        position: relative;\n        left: auto;\n        bottom: auto;\n        width: 100%;\n        margin-top: 16px;\n        border-radius: 22px;\n    }\n\n    .rz-miet-section-head h2 {\n        font-size: 34px;\n        letter-spacing: -0.04em;\n    }\n\n    .rz-miet-area-card {\n        padding: 28px 24px;\n        border-radius: 28px;\n    }\n\n    .rz-miet-area-card:hover {\n        transform: none;\n    }\n\n    .rz-miet-area-card h3 {\n        font-size: 26px;\n    }\n\n    .rz-miet-list li {\n        font-size: 15.5px;\n    }\n\n    .rz-miet-process-item {\n        border-radius: 24px;\n        padding: 24px;\n    }\n\n    .rz-miet-bottom {\n        border-radius: 28px;\n        padding: 30px 24px;\n    }\n}\n<\/style>\n\n<section class=\"rz-miet-section\">\n\n    <div class=\"rz-miet-container\">\n\n        <div class=\"rz-miet-hero\">\n\n            <div class=\"rz-miet-copy\">\n\n                <span class=\"rz-miet-kicker\">Mietrecht \u00b7 RAZENG Rechtsanw\u00e4lte<\/span>\n\n                <h1>\n                    Mietrecht \u2013 Vertr\u00e4ge pr\u00fcfen. <span>Rechte durchsetzen.<\/span>\n                <\/h1>\n\n                <p>\n                    Das Miet- und Wohnungseigentumsrecht ist durch fortlaufende gesetzliche \u00c4nderungen\n                    und neue Rechtsprechung komplex und schwer \u00fcberschaubar \u2013 f\u00fcr Mieter, Vermieter,\n                    Eigent\u00fcmer und Wohnungseigent\u00fcmergemeinschaften.\n                <\/p>\n\n                <p>\n                    Mit unserer langj\u00e4hrigen Praxiserfahrung beraten und vertreten wir Sie kompetent\n                    und zielgerichtet in s\u00e4mtlichen mietrechtlichen Angelegenheiten \u2013 au\u00dfergerichtlich\n                    ebenso wie im gerichtlichen Verfahren.\n                <\/p>\n\n                <div class=\"rz-miet-highlight\">\n                    Ob K\u00fcndigung, Mietmangel, Betriebskosten, Kaution oder Wohnungseigentum:\n                    Wir pr\u00fcfen Ihre Ausgangslage, bewerten Risiken und setzen Ihre Interessen konsequent durch.\n                <\/div>\n\n                <div class=\"rz-miet-actions\">\n                    <a href=\"\/en\/kontakt\/\" class=\"rz-miet-btn rz-miet-btn-primary\">\n                        Mietrechtlich anfragen\n                    <\/a>\n\n                    <a href=\"tel:+493412341800\" class=\"rz-miet-btn rz-miet-btn-secondary\">\n                        Direkt anrufen\n                    <\/a>\n                <\/div>\n\n            <\/div>\n\n            <div class=\"rz-miet-visual\">\n\n                <div class=\"rz-miet-image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/razeng.de\/wp-content\/uploads\/2026\/01\/Fotolia_40883774_M.jpg\" alt=\"Mietrecht Beratung RAZENG Rechtsanw\u00e4lte\">\n                <\/div>\n\n                <div class=\"rz-miet-floating\">\n                    <strong>K\u00fcndigung oder Mangel?<\/strong>\n                    <span>Im Mietrecht kommt es auf Fristen, Vertragsinhalt und eine saubere Dokumentation an.<\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n        <div class=\"rz-miet-section-head\">\n\n            <span class=\"rz-miet-kicker\">Wobei wir helfen<\/span>\n\n            <h2>\n                Konsequente Vertretung bei Mietvertrag, K\u00fcndigung, M\u00e4ngeln und Wohnungseigentum.\n            <\/h2>\n\n            <p>\n                Wir pr\u00fcfen mietrechtliche Anspr\u00fcche, gestalten Vertr\u00e4ge und vertreten Ihre Interessen\n                gegen\u00fcber Mietern, Vermietern, Eigent\u00fcmern, Verwaltungen und Gerichten.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"rz-miet-areas\">\n\n            <article class=\"rz-miet-area-card\">\n                <span class=\"rz-miet-area-label\">01<\/span>\n\n                <h3>Mietvertr\u00e4ge, Kaution und Betriebskosten<\/h3>\n\n                <ul class=\"rz-miet-list\">\n                    <li>Wohnraummietvertr\u00e4ge<\/li>\n                    <li>Gewerberaummietvertr\u00e4ge<\/li>\n                    <li>Pachtvertr\u00e4ge<\/li>\n                    <li>Mietkaution<\/li>\n                    <li>Betriebskosten<\/li>\n                    <li>Pr\u00fcfung und Gestaltung mietrechtlicher Vereinbarungen<\/li>\n                <\/ul>\n            <\/article>\n\n            <article class=\"rz-miet-area-card\">\n                <span class=\"rz-miet-area-label\">02<\/span>\n\n                <h3>K\u00fcndigung, M\u00e4ngel und Mietminderung<\/h3>\n\n                <ul class=\"rz-miet-list\">\n                    <li>Eigenbedarfsk\u00fcndigung<\/li>\n                    <li>Au\u00dferordentliche K\u00fcndigung<\/li>\n                    <li>Mietm\u00e4ngel<\/li>\n                    <li>Mietminderung<\/li>\n                    <li>R\u00e4umung und Herausgabe<\/li>\n                    <li>Au\u00dfergerichtliche und gerichtliche Vertretung<\/li>\n                <\/ul>\n            <\/article>\n\n            <article class=\"rz-miet-area-card\">\n                <span class=\"rz-miet-area-label\">03<\/span>\n\n                <h3>Wohnungseigentum, Verwaltung und Gewerbe<\/h3>\n\n                <ul class=\"rz-miet-list\">\n                    <li>Wohnungseigentumsrecht<\/li>\n                    <li>Eigent\u00fcmerversammlungen<\/li>\n                    <li>Verwaltung des Wohnungseigentums<\/li>\n                    <li>Eigent\u00fcmergemeinschaft<\/li>\n                    <li>Konkurrenzschutz<\/li>\n                    <li>Konflikte mit Verwaltung, Eigent\u00fcmern oder Mietparteien<\/li>\n                <\/ul>\n            <\/article>\n\n        <\/div>\n\n        <div class=\"rz-miet-process\">\n\n            <div class=\"rz-miet-process-item\">\n                <strong>01 \u00b7 Pr\u00fcfung<\/strong>\n                <span>Wir pr\u00fcfen Mietvertrag, K\u00fcndigung, M\u00e4ngel, Fristen, Betriebskosten und Beweislage.<\/span>\n            <\/div>\n\n            <div class=\"rz-miet-process-item\">\n                <strong>02 \u00b7 Strategie<\/strong>\n                <span>Wir kl\u00e4ren, ob Verhandlung, Abwehr, Durchsetzung oder gerichtliches Vorgehen sinnvoll ist.<\/span>\n            <\/div>\n\n            <div class=\"rz-miet-process-item\">\n                <strong>03 \u00b7 Vertretung<\/strong>\n                <span>Wir vertreten Sie gegen\u00fcber Mietern, Vermietern, Verwaltungen, Eigent\u00fcmern und Gerichten.<\/span>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"rz-miet-bottom\">\n\n            <div>\n                <h3>Mietrechtliches Problem? Fr\u00fchzeitig handeln.<\/h3>\n                <p>\n                    Bei K\u00fcndigung, M\u00e4ngeln, Kaution, Betriebskosten oder Wohnungseigentum sollten Fristen,\n                    Vertragslage und Beweise fr\u00fchzeitig gepr\u00fcft werden.\n                <\/p>\n            <\/div>\n\n            <div class=\"rz-miet-actions\">\n                <a href=\"\/en\/kontakt\/\" class=\"rz-miet-btn rz-miet-btn-primary\">\n                    Jetzt pr\u00fcfen lassen\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer ext-animate--on\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Mietrecht \u00b7 RAZENG Rechtsanw\u00e4lte Mietrecht \u2013 Vertr\u00e4ge pr\u00fcfen. Rechte durchsetzen. Das Miet- und Wohnungseigentumsrecht ist durch fortlaufende gesetzliche \u00c4nderungen und neue Rechtsprechung komplex und schwer \u00fcberschaubar \u2013 f\u00fcr Mieter, Vermieter, Eigent\u00fcmer und Wohnungseigent\u00fcmergemeinschaften. Mit unserer langj\u00e4hrigen Praxiserfahrung beraten und vertreten wir Sie kompetent und zielgerichtet in s\u00e4mtlichen mietrechtlichen Angelegenheiten \u2013 au\u00dfergerichtlich ebenso wie im gerichtlichen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-with-title","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2165","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/pages\/2165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/comments?post=2165"}],"version-history":[{"count":40,"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/pages\/2165\/revisions"}],"predecessor-version":[{"id":3802,"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/pages\/2165\/revisions\/3802"}],"wp:attachment":[{"href":"https:\/\/razeng.de\/en\/wp-json\/wp\/v2\/media?parent=2165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}