{"id":22,"date":"2026-01-14T08:56:18","date_gmt":"2026-01-14T08:56:18","guid":{"rendered":"http:\/\/dentalogicum-berlin.de\/?page_id=22"},"modified":"2026-09-17T09:34:32","modified_gmt":"2026-09-17T09:34:32","slug":"home","status":"publish","type":"page","link":"https:\/\/dentalogicum.de\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22\" class=\"elementor elementor-22\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7b4ba8 e-con-full e-flex e-con e-parent\" data-id=\"e7b4ba8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26b149f elementor-widget elementor-widget-html\" data-id=\"26b149f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =====================================================\n   DENTALOGICUM RESPONSIVE IMAGE SLIDER\n   Full Image - No Crop - Desktop \/ Tablet \/ Mobile\n===================================================== *\/\n\n#dentalogicum-slider {\n    position: relative;\n    width: 100%;\n    max-width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: #ffffff;\n    transition: aspect-ratio 0.35s ease;\n}\n\n\/* Slides *\/\n#dentalogicum-slider .dg-slide {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n\n    opacity: 0;\n    visibility: hidden;\n\n    transition: opacity 0.8s ease-in-out;\n    z-index: 1;\n}\n\n#dentalogicum-slider .dg-slide.active {\n    opacity: 1;\n    visibility: visible;\n    z-index: 2;\n}\n\n\/* IMAGE\n   object-fit: contain = NEVER CROP\n*\/\n#dentalogicum-slider .dg-slide img {\n    width: 100%;\n    height: 100%;\n\n    object-fit: contain !important;\n    object-position: center center !important;\n\n    display: block;\n    margin: 0;\n    padding: 0;\n\n    user-select: none;\n    -webkit-user-drag: none;\n}\n\n\n\/* =====================================================\n   ARROWS\n===================================================== *\/\n\n#dentalogicum-slider .dg-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n\n    width: 48px;\n    height: 48px;\n\n    border: none;\n    border-radius: 50%;\n\n    background: rgba(255, 255, 255, 0.88);\n    color: #64564f;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    cursor: pointer;\n\n    z-index: 20;\n\n    box-shadow: 0 3px 14px rgba(0,0,0,0.15);\n\n    transition:\n        background 0.25s ease,\n        transform 0.25s ease;\n}\n\n#dentalogicum-slider .dg-arrow:hover {\n    background: #ffffff;\n    transform: translateY(-50%) scale(1.08);\n}\n\n#dentalogicum-slider .dg-prev {\n    left: 20px;\n}\n\n#dentalogicum-slider .dg-next {\n    right: 20px;\n}\n\n#dentalogicum-slider .dg-arrow svg {\n    width: 21px;\n    height: 21px;\n}\n\n\n\/* =====================================================\n   DOTS\n===================================================== *\/\n\n#dentalogicum-slider .dg-dots {\n    position: absolute;\n\n    left: 50%;\n    bottom: 18px;\n\n    transform: translateX(-50%);\n\n    display: flex;\n    align-items: center;\n\n    gap: 9px;\n\n    z-index: 20;\n}\n\n#dentalogicum-slider .dg-dot {\n    width: 10px;\n    height: 10px;\n\n    border: 2px solid rgba(255,255,255,0.95);\n    border-radius: 50%;\n\n    background: rgba(70,70,70,0.45);\n\n    padding: 0;\n    margin: 0;\n\n    cursor: pointer;\n\n    box-shadow: 0 1px 5px rgba(0,0,0,0.30);\n\n    transition: all 0.25s ease;\n}\n\n#dentalogicum-slider .dg-dot.active {\n    width: 25px;\n    border-radius: 20px;\n\n    background: #ffffff;\n}\n\n\n\/* =====================================================\n   TABLET\n===================================================== *\/\n\n@media (max-width: 1024px) {\n\n    #dentalogicum-slider .dg-arrow {\n        width: 42px;\n        height: 42px;\n    }\n\n    #dentalogicum-slider .dg-prev {\n        left: 14px;\n    }\n\n    #dentalogicum-slider .dg-next {\n        right: 14px;\n    }\n\n    #dentalogicum-slider .dg-arrow svg {\n        width: 18px;\n        height: 18px;\n    }\n}\n\n\n\/* =====================================================\n   MOBILE\n===================================================== *\/\n\n@media (max-width: 767px) {\n\n    #dentalogicum-slider {\n        width: 100%;\n        max-width: 100%;\n    }\n\n    #dentalogicum-slider .dg-slide img {\n        width: 100% !important;\n        height: 100% !important;\n\n        object-fit: contain !important;\n        object-position: center center !important;\n    }\n\n    #dentalogicum-slider .dg-arrow {\n        width: 36px;\n        height: 36px;\n\n        background: rgba(255,255,255,0.90);\n    }\n\n    #dentalogicum-slider .dg-prev {\n        left: 8px;\n    }\n\n    #dentalogicum-slider .dg-next {\n        right: 8px;\n    }\n\n    #dentalogicum-slider .dg-arrow svg {\n        width: 16px;\n        height: 16px;\n    }\n\n    #dentalogicum-slider .dg-dots {\n        bottom: 10px;\n        gap: 7px;\n    }\n\n    #dentalogicum-slider .dg-dot {\n        width: 8px;\n        height: 8px;\n    }\n\n    #dentalogicum-slider .dg-dot.active {\n        width: 21px;\n    }\n}\n\n\n\/* =====================================================\n   VERY SMALL MOBILE\n===================================================== *\/\n\n@media (max-width: 480px) {\n\n    #dentalogicum-slider .dg-arrow {\n        width: 32px;\n        height: 32px;\n    }\n\n    #dentalogicum-slider .dg-prev {\n        left: 6px;\n    }\n\n    #dentalogicum-slider .dg-next {\n        right: 6px;\n    }\n\n    #dentalogicum-slider .dg-dots {\n        bottom: 7px;\n    }\n}\n\n<\/style>\n\n\n<div id=\"dentalogicum-slider\">\n\n    <!-- SLIDE 1 -->\n    <div class=\"dg-slide active\">\n        <img fetchpriority=\"high\" width=\"2000\" height=\"1333\" sizes=\"100vw\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-Kamyab_Banitorfi-214160-2-768x512.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-Kamyab_Banitorfi-214160-2-1536x1024.jpg 1536w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-Kamyab_Banitorfi-214160-2.jpg 2000w\"\n            src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-Kamyab_Banitorfi-214160-2.jpg\"\n            alt=\"Dentalogicum Zahnmedizin Berlin\"\n            loading=\"eager\"\n            decoding=\"async\"\n            fetchpriority=\"high\"\n        >\n    <\/div>\n\n\n    <!-- SLIDE 2 -->\n    <div class=\"dg-slide\">\n        <img loading=\"lazy\" width=\"2000\" height=\"1333\" sizes=\"auto, 100vw\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-768x512.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-1536x1024.jpg 1536w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541.jpg 2000w\"\n            src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541.jpg\"\n            alt=\"Dentalogicum Team Berlin\"\n            loading=\"lazy\"\n            decoding=\"async\"\n        >\n    <\/div>\n\n\n    <!-- SLIDE 3 -->\n    <div class=\"dg-slide\">\n        <img loading=\"lazy\" width=\"2000\" height=\"1020\" sizes=\"auto, 100vw\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/02\/slider-1-768x392.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/02\/slider-1-1024x522.jpg 1024w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/02\/slider-1-1536x783.jpg 1536w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/02\/slider-1.jpg 2000w\"\n            src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/02\/slider-1.jpg\"\n            alt=\"Dentalogicum Zahnarztpraxis Berlin\"\n            loading=\"lazy\"\n            decoding=\"async\"\n        >\n    <\/div>\n\n\n    <!-- PREVIOUS -->\n    <button\n        class=\"dg-arrow dg-prev\"\n        type=\"button\"\n        aria-label=\"Vorheriges Bild\"\n    >\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n            <path\n                d=\"M15 18L9 12L15 6\"\n                stroke=\"currentColor\"\n                stroke-width=\"2\"\n                stroke-linecap=\"round\"\n                stroke-linejoin=\"round\"\n            \/>\n        <\/svg>\n    <\/button>\n\n\n    <!-- NEXT -->\n    <button\n        class=\"dg-arrow dg-next\"\n        type=\"button\"\n        aria-label=\"N\u00e4chstes Bild\"\n    >\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n            <path\n                d=\"M9 18L15 12L9 6\"\n                stroke=\"currentColor\"\n                stroke-width=\"2\"\n                stroke-linecap=\"round\"\n                stroke-linejoin=\"round\"\n            \/>\n        <\/svg>\n    <\/button>\n\n\n    <!-- DOTS -->\n    <div class=\"dg-dots\">\n\n        <button\n            class=\"dg-dot active\"\n            type=\"button\"\n            aria-label=\"Bild 1\"\n            data-slide=\"0\"\n        ><\/button>\n\n        <button\n            class=\"dg-dot\"\n            type=\"button\"\n            aria-label=\"Bild 2\"\n            data-slide=\"1\"\n        ><\/button>\n\n        <button\n            class=\"dg-dot\"\n            type=\"button\"\n            aria-label=\"Bild 3\"\n            data-slide=\"2\"\n        ><\/button>\n\n    <\/div>\n\n<\/div>\n\n\n<script>\n(function () {\n\n    const slider = document.getElementById('dentalogicum-slider');\n\n    if (!slider) return;\n\n    const slides = slider.querySelectorAll('.dg-slide');\n    const dots = slider.querySelectorAll('.dg-dot');\n\n    const prevButton = slider.querySelector('.dg-prev');\n    const nextButton = slider.querySelector('.dg-next');\n\n    let currentSlide = 0;\n\n    let autoplayTimer;\n\n    const autoplayDelay = 5000;\n\n\n    \/* ================================================\n       SET EXACT IMAGE RATIO\n       This makes every image 100% visible\n       without cropping on desktop and mobile\n    ================================================= *\/\n\n    function setSliderRatio(index) {\n\n        const image = slides[index].querySelector('img');\n\n        function applyRatio() {\n\n            if (\n                image.naturalWidth > 0 &&\n                image.naturalHeight > 0\n            ) {\n\n                slider.style.aspectRatio =\n                    image.naturalWidth + \" \/ \" + image.naturalHeight;\n            }\n        }\n\n        if (image.complete) {\n\n            applyRatio();\n\n        } else {\n\n            image.addEventListener(\n                'load',\n                applyRatio,\n                { once: true }\n            );\n        }\n    }\n\n\n    \/* ================================================\n       SHOW SLIDE\n    ================================================= *\/\n\n    function showSlide(index) {\n\n        if (index >= slides.length) {\n            index = 0;\n        }\n\n        if (index < 0) {\n            index = slides.length - 1;\n        }\n\n\n        slides.forEach(function(slide) {\n            slide.classList.remove('active');\n        });\n\n\n        dots.forEach(function(dot) {\n            dot.classList.remove('active');\n        });\n\n\n        slides[index].classList.add('active');\n\n        dots[index].classList.add('active');\n\n        currentSlide = index;\n\n\n        \/* Adjust slider exactly to current image ratio *\/\n        setSliderRatio(currentSlide);\n    }\n\n\n    \/* ================================================\n       NEXT\n    ================================================= *\/\n\n    function nextSlide() {\n\n        showSlide(currentSlide + 1);\n    }\n\n\n    \/* ================================================\n       PREVIOUS\n    ================================================= *\/\n\n    function prevSlide() {\n\n        showSlide(currentSlide - 1);\n    }\n\n\n    \/* ================================================\n       AUTOPLAY\n    ================================================= *\/\n\n    function startAutoplay() {\n\n        stopAutoplay();\n\n        autoplayTimer = setInterval(\n            nextSlide,\n            autoplayDelay\n        );\n    }\n\n\n    function stopAutoplay() {\n\n        if (autoplayTimer) {\n\n            clearInterval(autoplayTimer);\n        }\n    }\n\n\n    \/* ================================================\n       ARROW EVENTS\n    ================================================= *\/\n\n    nextButton.addEventListener(\n        'click',\n        function() {\n\n            nextSlide();\n\n            startAutoplay();\n        }\n    );\n\n\n    prevButton.addEventListener(\n        'click',\n        function() {\n\n            prevSlide();\n\n            startAutoplay();\n        }\n    );\n\n\n    \/* ================================================\n       DOT EVENTS\n    ================================================= *\/\n\n    dots.forEach(function(dot) {\n\n        dot.addEventListener(\n            'click',\n            function() {\n\n                const index =\n                    parseInt(\n                        this.getAttribute('data-slide')\n                    );\n\n                showSlide(index);\n\n                startAutoplay();\n            }\n        );\n    });\n\n\n    \/* ================================================\n       PAUSE ON HOVER\n    ================================================= *\/\n\n    slider.addEventListener(\n        'mouseenter',\n        stopAutoplay\n    );\n\n\n    slider.addEventListener(\n        'mouseleave',\n        startAutoplay\n    );\n\n\n    \/* ================================================\n       MOBILE SWIPE\n    ================================================= *\/\n\n    let touchStartX = 0;\n    let touchEndX = 0;\n\n\n    slider.addEventListener(\n        'touchstart',\n        function(event) {\n\n            touchStartX =\n                event.changedTouches[0].screenX;\n\n            stopAutoplay();\n        },\n        {\n            passive: true\n        }\n    );\n\n\n    slider.addEventListener(\n        'touchend',\n        function(event) {\n\n            touchEndX =\n                event.changedTouches[0].screenX;\n\n            const swipeDistance =\n                touchStartX - touchEndX;\n\n\n            if (swipeDistance > 50) {\n\n                nextSlide();\n\n            } else if (swipeDistance < -50) {\n\n                prevSlide();\n            }\n\n\n            startAutoplay();\n        },\n        {\n            passive: true\n        }\n    );\n\n\n    \/* ================================================\n       KEYBOARD\n    ================================================= *\/\n\n    document.addEventListener(\n        'keydown',\n        function(event) {\n\n            if (event.key === 'ArrowRight') {\n\n                nextSlide();\n\n                startAutoplay();\n            }\n\n            if (event.key === 'ArrowLeft') {\n\n                prevSlide();\n\n                startAutoplay();\n            }\n        }\n    );\n\n\n    \/* ================================================\n       INITIALIZE\n    ================================================= *\/\n\n    setSliderRatio(0);\n\n    startAutoplay();\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78fbeab e-con-full e-flex e-con e-parent\" data-id=\"78fbeab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3116afa elementor-widget elementor-widget-html\" data-id=\"3116afa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =========================================================\n   DENTALOGICUM \u2013 9 GUTE GR\u00dcNDE\n   Modern \/ Balanced \/ Responsive \/ NO IMAGE CROP\n========================================================= *\/\n\n.dg-career,\n.dg-career * {\n    box-sizing: border-box;\n}\n\n.dg-career {\n    --bg: #e7e3df;\n    --card: rgba(255,255,255,0.62);\n    --card-hover: rgba(255,255,255,0.88);\n    --title: #37312e;\n    --text: #57514d;\n    --border: rgba(55,49,46,0.10);\n\n    width: 100%;\n    margin: 0;\n    padding: clamp(55px, 6vw, 95px) 24px;\n\n    background: var(--bg);\n}\n\n.dg-career-inner {\n    width: 100%;\n    max-width: 1280px;\n    margin: 0 auto;\n}\n\n\n\/* =========================================================\n   HEADER\n========================================================= *\/\n\n.dg-career-header {\n    width: 100%;\n    max-width: 900px;\n\n    margin: 0 auto clamp(38px, 4vw, 58px);\n\n    text-align: center;\n}\n\n.dg-career-kicker {\n    margin: 0 0 14px;\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 12px;\n    line-height: 1.2;\n\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n\n    color: #766d67;\n}\n\n.dg-career-title {\n    margin: 0 0 22px;\n\n    font-family: \"Times New Roman\", Times, serif !important;\n    font-size: clamp(38px, 4.3vw, 60px);\n    line-height: 1.05;\n\n    font-weight: 700;\n    letter-spacing: -0.5px;\n\n    color: var(--title);\n}\n\n.dg-career-intro {\n    max-width: 820px;\n    margin: 0 auto;\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(16px, 1.25vw, 18px);\n    line-height: 1.75;\n\n    color: var(--text);\n}\n\n\n\/* =========================================================\n   IMAGE\n   IMPORTANT: NO CROP\n========================================================= *\/\n\n.dg-career-image-section {\n    width: 100%;\n    margin: 0 0 clamp(38px, 4vw, 56px);\n}\n\n.dg-career-image-frame {\n    position: relative;\n\n    width: 100%;\n\n    overflow: hidden;\n\n    border-radius: 26px;\n\n    background: rgba(255,255,255,0.35);\n\n    box-shadow:\n        0 20px 55px rgba(45,40,37,0.08);\n}\n\n.dg-career-image {\n    display: block;\n\n    width: 100% !important;\n    max-width: 100% !important;\n\n    height: auto !important;\n\n    object-fit: contain !important;\n    object-position: center center !important;\n\n    margin: 0;\n    padding: 0;\n}\n\n\n\/* =========================================================\n   BENEFITS GRID\n========================================================= *\/\n\n.dg-benefits-grid {\n    display: grid;\n\n    grid-template-columns:\n        repeat(3, minmax(0, 1fr));\n\n    gap: 18px;\n}\n\n\n\/* =========================================================\n   BENEFIT CARD\n========================================================= *\/\n\n.dg-benefit-card {\n    position: relative;\n\n    display: flex;\n    flex-direction: column;\n\n    min-height: 270px;\n\n    padding: 28px 27px 30px;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n\n    background: var(--card);\n\n    box-shadow:\n        0 10px 35px rgba(45,40,37,0.035);\n\n    transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        background 0.25s ease;\n}\n\n.dg-benefit-card:hover {\n    transform: translateY(-4px);\n\n    background: var(--card-hover);\n\n    box-shadow:\n        0 18px 45px rgba(45,40,37,0.075);\n}\n\n\n\/* =========================================================\n   NUMBER\n========================================================= *\/\n\n.dg-benefit-number {\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    width: 38px;\n    height: 38px;\n\n    flex: 0 0 38px;\n\n    margin-bottom: 22px;\n\n    border-radius: 50%;\n\n    background: #3e3733;\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 12px;\n    line-height: 1;\n\n    font-weight: 700;\n\n    color: #ffffff;\n}\n\n\n\/* =========================================================\n   TITLES\n========================================================= *\/\n\n.dg-benefit-title {\n    margin: 0 0 13px;\n\n    font-family: \"Times New Roman\", Times, serif !important;\n\n    font-size: clamp(21px, 1.7vw, 25px);\n    line-height: 1.17;\n\n    font-weight: 700;\n\n    color: var(--title);\n}\n\n\n\/* =========================================================\n   BODY TEXT\n========================================================= *\/\n\n.dg-benefit-text {\n    margin: 0;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 15.5px;\n    line-height: 1.68;\n\n    font-weight: 400;\n\n    color: var(--text);\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media (max-width: 1024px) {\n\n    .dg-career {\n        padding-left: 20px;\n        padding-right: 20px;\n    }\n\n    .dg-benefits-grid {\n        grid-template-columns:\n            repeat(2, minmax(0, 1fr));\n    }\n\n    .dg-benefit-card {\n        min-height: 245px;\n    }\n\n    .dg-benefit-card:last-child {\n        grid-column: 1 \/ -1;\n\n        min-height: auto;\n    }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 767px) {\n\n    .dg-career {\n        padding:\n            44px\n            16px\n            52px;\n    }\n\n    .dg-career-header {\n        margin-bottom: 30px;\n\n        text-align: left;\n    }\n\n    .dg-career-kicker {\n        font-size: 11px;\n        letter-spacing: 1.6px;\n    }\n\n    .dg-career-title {\n        font-size: 34px;\n        line-height: 1.08;\n\n        margin-bottom: 18px;\n    }\n\n    .dg-career-intro {\n        font-size: 16px;\n        line-height: 1.68;\n    }\n\n    .dg-career-image-section {\n        margin-bottom: 28px;\n    }\n\n    .dg-career-image-frame {\n        border-radius: 18px;\n    }\n\n    .dg-career-image {\n        width: 100% !important;\n        height: auto !important;\n\n        object-fit: contain !important;\n    }\n\n    .dg-benefits-grid {\n        grid-template-columns: 1fr;\n\n        gap: 14px;\n    }\n\n    .dg-benefit-card,\n    .dg-benefit-card:last-child {\n        grid-column: auto;\n\n        min-height: 0;\n\n        padding:\n            22px\n            20px\n            24px;\n\n        border-radius: 18px;\n    }\n\n    .dg-benefit-number {\n        width: 34px;\n        height: 34px;\n\n        flex-basis: 34px;\n\n        margin-bottom: 17px;\n    }\n\n    .dg-benefit-title {\n        font-size: 22px;\n        line-height: 1.18;\n\n        margin-bottom: 10px;\n    }\n\n    .dg-benefit-text {\n        font-size: 15.5px;\n        line-height: 1.65;\n    }\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media (max-width: 480px) {\n\n    .dg-career {\n        padding:\n            36px\n            12px\n            44px;\n    }\n\n    .dg-career-title {\n        font-size: 30px;\n    }\n\n    .dg-benefit-card {\n        padding:\n            20px\n            18px\n            22px;\n\n        border-radius: 16px;\n    }\n\n    .dg-benefit-title {\n        font-size: 21px;\n    }\n}\n<\/style>\n\n\n<section class=\"dg-career\">\n\n    <div class=\"dg-career-inner\">\n\n\n        <!-- =========================\n             HEADER\n        ========================== -->\n\n        <div class=\"dg-career-header\">\n\n            <div class=\"dg-career-kicker\">\n                Karriere bei DENTALOGICUM\n            <\/div>\n\n            <h2 class=\"dg-career-title\">\n                Warum DENTALOGICUM? 9 gute Gr\u00fcnde\n            <\/h2>\n\n            <p class=\"dg-career-intro\">\n                Bei <strong>DENTALOGICUM<\/strong> m\u00f6chten wir nicht nur moderne Zahnmedizin\n                auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem\n                sich unser Team wohlf\u00fchlt und langfristig entwickeln kann.\n                Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren\n                f\u00fcr uns selbstverst\u00e4ndlich dazu.\n            <\/p>\n\n        <\/div>\n\n\n        <!-- =========================\n             FULL IMAGE\n             NO CROP\n        ========================== -->\n\n        <div class=\"dg-career-image-section\">\n\n            <div class=\"dg-career-image-frame\">\n\n                <img loading=\"lazy\" width=\"680\" height=\"457\"\n                    class=\"dg-career-image\"\n                    src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/2023-11-12.jpg\"\n                    alt=\"DENTALOGICUM Zahnarztpraxis Berlin Friedrichshain\"\n                    loading=\"lazy\"\n                    decoding=\"async\"\n                >\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- =========================\n             9 BENEFITS\n        ========================== -->\n\n        <div class=\"dg-benefits-grid\">\n\n\n            <!-- 01 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    01\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Geregelte &amp; planbare Arbeitszeiten\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Wir ber\u00fccksichtigen pers\u00f6nliche Lebensumst\u00e4nde und gestalten\n                    Arbeitszeiten so, dass Beruf und Privatleben gut miteinander\n                    vereinbar sind.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 02 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    02\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Individuelles Fortbildungsbudget\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Wir f\u00f6rdern Ihre fachliche und pers\u00f6nliche Weiterentwicklung\n                    mit einem Fortbildungsbudget, das Sie gezielt und flexibel\n                    einsetzen k\u00f6nnen.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 03 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    03\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Modernste Ausstattung &amp; digitale Prozesse\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    DVT, Intraoralscanner, moderne Behandlungseinheiten und\n                    digitale Praxisorganisation mit Z1.PRO schaffen optimale\n                    Voraussetzungen f\u00fcr effizientes und angenehmes Arbeiten.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 04 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    04\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Attraktive Verg\u00fctung\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Wir honorieren Leistung und Engagement mit einer\n                    \u00fcberdurchschnittlichen Verg\u00fctung und individuellen\n                    Entwicklungsm\u00f6glichkeiten.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 05 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    05\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Work-Life-Balance\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Ein anspruchsvoller Beruf braucht einen guten Ausgleich.\n                    Gemeinsam finden wir L\u00f6sungen, die zu Ihrer pers\u00f6nlichen\n                    Lebenssituation passen.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 06 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    06\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Betriebliche Krankenversicherung\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Mit einer arbeitgeberfinanzierten betrieblichen\n                    Krankenversicherung und einem pers\u00f6nlichen Gesundheitsbudget\n                    investieren wir zus\u00e4tzlich in die Gesundheit unseres Teams.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 07 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    07\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Gesundheitspr\u00e4mie\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Gesundheit und Zuverl\u00e4ssigkeit sch\u00e4tzen wir besonders \u2013\n                    deshalb bieten wir unserem Team eine zus\u00e4tzliche\n                    Gesundheitspr\u00e4mie.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 08 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    08\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Betriebliche Altersvorsorge\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Auch langfristige Vorsorge geh\u00f6rt f\u00fcr uns zu einem guten\n                    Arbeitgeber. Deshalb unterst\u00fctzen wir unser Team mit einer\n                    betrieblichen Altersvorsorge.\n                <\/p>\n\n            <\/article>\n\n\n            <!-- 09 -->\n\n            <article class=\"dg-benefit-card\">\n\n                <div class=\"dg-benefit-number\">\n                    09\n                <\/div>\n\n                <h3 class=\"dg-benefit-title\">\n                    Gemeinsam als Team\n                <\/h3>\n\n                <p class=\"dg-benefit-text\">\n                    Regelm\u00e4\u00dfige Teamevents und gemeinsame Aktivit\u00e4ten schaffen\n                    Raum f\u00fcr Austausch, st\u00e4rken den Zusammenhalt und machen\n                    DENTALOGICUM auch \u00fcber den Praxisalltag hinaus zu einem\n                    starken Team.\n                <\/p>\n\n            <\/article>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24ac3ff1 e-flex e-con-boxed e-con e-parent\" data-id=\"24ac3ff1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b80b111 e-con-full e-flex e-con e-child\" data-id=\"b80b111\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4692966c elementor-widget elementor-widget-counter\" data-id=\"4692966c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\"> Reviews<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"198\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31c13655 elementor-widget elementor-widget-counter\" data-id=\"31c13655\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Positive Reviews<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"187\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8878a9 elementor-widget elementor-widget-counter\" data-id=\"d8878a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Praxisteam<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"24\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f1b454e e-flex e-con-boxed e-con e-parent\" data-id=\"f1b454e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab362c1 elementor-widget elementor-widget-html\" data-id=\"ab362c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n400;600;700&display=swap');\n\n\/* ===== \u0641\u0648\u0646\u062a\u200c\u0647\u0627 ===== *\/\n.dlc-modern,\n.dlc-modern *{\n  font-family:\"Open Sans\", sans-serif !important;\n}\n\n.dlc-modern .title,\n.dlc-modern .hours h4{\n  font-family:\"Times New Roman\", Times, serif !important;\n}\n\n\/* ===== \u0627\u0633\u062a\u0627\u06cc\u0644 ===== *\/\n.dlc-modern{\n  --bg:#ffffff;\n  --ink:#111111;\n  --muted:#6f6f6f;\n  --line:rgba(0,0,0,.08);\n  --shadow:0 18px 40px rgba(0,0,0,.08);\n  --radius:20px;\n\n  display:grid;\n  grid-template-columns: 1.2fr 1.6fr 1.1fr;\n  gap:18px;\n}\n\n@media (max-width: 980px){\n  .dlc-modern{ grid-template-columns:1fr; }\n}\n\n.dlc-card{\n  background:var(--bg);\n  border:1px solid var(--line);\n  border-radius:var(--radius);\n  box-shadow:var(--shadow);\n  padding:20px;\n  position:relative;\n  overflow:hidden;\n}\n\n.dlc-card::before{\n  content:\"\";\n  position:absolute;\n  inset:-2px -2px auto -2px;\n  height:54px;\n  background:linear-gradient(180deg, rgba(0,0,0,.06), transparent);\n}\n\n.brand{\n  display:flex;\n  align-items:center;\n  gap:14px;\n}\n\n.logo{\n  width:58px;\n  height:58px;\n  border-radius:18px;\n  border:1px solid var(--line);\n  background:rgba(0,0,0,.02);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  overflow:hidden;\n}\n\n.logo img{\n  width:100%;\n  height:100%;\n  object-fit:contain;\n  display:block;\n}\n\n.title{\n  margin:0;\n  font-size:16px;\n  letter-spacing:.4px;\n  color:var(--ink);\n  text-transform:uppercase;\n}\n\n.tag{\n  margin:8px 0 0;\n  font-size:12.5px;\n  color:var(--muted);\n}\n\n.addr p{\n  margin:0;\n  font-size:13px;\n  line-height:1.65;\n  text-transform:uppercase;\n}\n\n.addr .muted{\n  color:var(--muted);\n  text-transform:none;\n}\n\n.contact-row{\n  margin-top:14px;\n  padding-top:14px;\n  border-top:1px solid var(--line);\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n}\n\n.chip{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  padding:10px 12px;\n  border:1px solid var(--line);\n  border-radius:999px;\n  background:rgba(0,0,0,.02);\n  text-decoration:none;\n  color:var(--ink);\n  font-size:13px;\n}\n\n.ic{\n  width:18px;\n  height:18px;\n}\n\n.hours h4{\n  margin:0 0 12px;\n  font-size:14px;\n  text-transform:uppercase;\n}\n\n.slot{\n  display:flex;\n  justify-content:space-between;\n  padding:12px 14px;\n  border:1px solid var(--line);\n  border-radius:16px;\n  margin-bottom:10px;\n}\n\n.day{\n  color:var(--muted);\n  font-size:13px;\n}\n\n.time{\n  font-weight:600;\n  font-size:13px;\n}\n<\/style>\n\n<div class=\"dlc-modern\">\n\n  <!-- BOX 1 -->\n  <section class=\"dlc-card\">\n    <div class=\"brand\">\n      <div class=\"logo\">\n        <img\n          src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg.png\"\n          alt=\"DENTALOGICUM Berlin Logo\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        >\n      <\/div>\n      <div>\n        <h3 class=\"title\">DENTALOGICUM \u00b7 ZAHNMEDIZIN BERLIN<\/h3>\n        <p class=\"tag\">DENTALOGICUM Berlin<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BOX 2 -->\n  <section class=\"dlc-card\">\n    <div class=\"addr\">\n      <p><strong>FRANKFURTER ALLEE 69<\/strong> \u00b7 10247 BERLIN \u00b7 <span class=\"muted\">Eingang Voigtstra\u00dfe 1<\/span><\/p>\n\n      <div class=\"contact-row\">\n        <a class=\"chip\" href=\"tel:+493055241090\">\n          <svg class=\"ic\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.07 21 3 13.93 3 5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.21 2.2z\"\/><\/svg>\n          030 55241090\n        <\/a>\n\n        <span class=\"chip\">\n          <svg class=\"ic\" viewBox=\"0 0 24 24\"><path d=\"M7 17h10v-4H7v4zm12-9h-1V3H6v5H5a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3h1v2h12v-2h1a3 3 0 0 0 3-3v-5a3 3 0 0 0-3-3zM8 5h8v3H8V5zm11 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"\/><\/svg>\n          030 55596418\n        <\/span>\n\n        <a class=\"chip\" href=\"mailto:info@dentalogicum.de\">\n          <svg class=\"ic\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z\"\/><\/svg>\n          info@dentalogicum.de\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BOX 3 -->\n  <section class=\"dlc-card\">\n    <div class=\"hours\">\n      <h4>\u00d6ffnungszeiten<\/h4>\n      <div class=\"slot\">\n        <span class=\"day\">Mo\u2013Do<\/span>\n        <span class=\"time\">08.00\u201320.00 Uhr<\/span>\n      <\/div>\n      <div class=\"slot\">\n        <span class=\"day\">Fr<\/span>\n        <span class=\"time\">08.00\u201319.00 Uhr<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e443e07 e-flex e-con-boxed e-con e-parent\" data-id=\"e443e07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17b4d26 e-con-full e-flex e-con e-child\" data-id=\"17b4d26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c40130 elementor-widget elementor-widget-image\" data-id=\"3c40130\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-empfang-seniorin-214758_web-retuschiert-1024x682-1.jpg\" class=\"attachment-full size-full wp-image-188\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-empfang-seniorin-214758_web-retuschiert-1024x682-1.jpg 1024w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-empfang-seniorin-214758_web-retuschiert-1024x682-1-300x200.jpg 300w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-empfang-seniorin-214758_web-retuschiert-1024x682-1-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53e759e e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"53e759e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e0d678 elementor-widget elementor-widget-image\" data-id=\"4e0d678\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"1011\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png\" class=\"attachment-large size-large wp-image-184\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png 810w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-237x300.png 237w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-768x971.png 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg.png 1023w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e487415 e-con-full e-flex e-con e-child\" data-id=\"e487415\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8d5c8 elementor-widget elementor-widget-html\" data-id=\"2b8d5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"max-width:800px; color:#555; line-height:1.8; font-family:'Open Sans', sans-serif;\">\n\n  <h2 style=\"margin:0 0 20px 0; font-family:'Times New Roman', serif; font-size:26px; font-weight:700; color:#3a312c;\">\n    Ihre <a href=\"\/kontakt\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnarztpraxis in Friedrichshain<\/a> \u2013 f\u00fcr Jung und Alt\n  <\/h2>\n\n  <p style=\"margin:0 0 18px 0; font-family:'Open Sans', sans-serif;\">\n    Mit viel Expertise und langj\u00e4hriger Erfahrung in der \n    <a href=\"\/kinderzahnheilkunde\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Kinderzahnheilkunde<\/a> \n    freut sich das \n    <a href=\"\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">DENTALOGICUM<\/a>, \n    auch die ganz kleinen Patienten begr\u00fc\u00dfen zu d\u00fcrfen. Wir vermitteln auf spielerische und kindgerechte Weise eine nachhaltige \n    <a href=\"\/prophylaxe\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Mundpflege<\/a> \n    \u2013 f\u00fcr Zahngesundheit, die ein Leben lang erhalten bleibt.\n  <\/p>\n\n  <p style=\"margin:0; font-family:'Open Sans', sans-serif;\">\n    Ein weiterer Schwerpunkt unserer Berliner \n    <a href=\"\/kontakt\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnarztpraxis<\/a> \n    ist hochwertiger \n    <a href=\"\/hochwertiger-zahnersatz\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnersatz<\/a>. \n    Wir m\u00f6chten Sie mit \u00e4sthetisch und funktional \u00fcberzeugenden L\u00f6sungen begeistern, die sich nat\u00fcrlich anf\u00fchlen und harmonisch in Ihr L\u00e4cheln einf\u00fcgen \u2013 von \n    <a href=\"\/asthetische-zahnmedizin-\u00b7-veneers-2\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Veneers<\/a> \n    \u00fcber \n    <a href=\"\/implantatprothetik-2\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">implantatgetragenen Zahnersatz<\/a> \n    bis hin zu \n    <a href=\"\/all-on-4-\u00b7-all-on-6\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">All-on-4\u00ae- und All-on-6\u00ae-Implantaten<\/a>.\n  <\/p>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f1dea9 e-flex e-con-boxed e-con e-parent\" data-id=\"7f1dea9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b72a562 e-con-full e-flex e-con e-child\" data-id=\"b72a562\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235f033 elementor-widget elementor-widget-html\" data-id=\"235f033\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"max-width:800px; color:#555; line-height:1.8; font-family:'Open Sans', sans-serif;\">\n\n  <h2 style=\"margin:0 0 20px 0; font-family:'Times New Roman', serif; font-size:26px; font-weight:700; color:#3a312c;\">\n    WIR GEBEN <a href=\"\/leistungen\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">ZAHNMEDIZIN<\/a> EINEN SINN.<br>\n    <a href=\"\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">DENTALOGICUM<\/a> \u2013 IHR <a href=\"\/kontakt\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">ZAHNARZT IN FRIEDRICHSHAIN<\/a>\n  <\/h2>\n\n  <p style=\"margin:0 0 18px 0;\">\n    Wir sind <a href=\"\/zahnarzte\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahn\u00e4rzte<\/a> aus Leidenschaft in <a href=\"\/kontakt\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Berlin-Friedrichshain<\/a> \u2013 f\u00fcr die ganze Familie. Vom ersten Milchzahn an, mit einer spielerischen Einf\u00fchrung in die <a href=\"\/prophylaxe\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnpflege<\/a>, \u00fcber die lebenslange Begleitung in allen Bereichen der <a href=\"\/leistungen\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnmedizin<\/a> bis hin zu hochwertiger <a href=\"\/implantatprothetik-2\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Implantatprothetik<\/a> \u2013 oft ein wichtiges St\u00fcck Lebensqualit\u00e4t im Alter.\n  <\/p>\n\n  <p style=\"margin:0 0 22px 0;\">\n    Lernen Sie das <a href=\"\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">DENTALOGICUM<\/a> kennen!\n  <\/p>\n\n  <a href=\"\/\" style=\"display:inline-block; padding:10px 22px; background-color:#6b5b52; color:#fff; font-family:'Times New Roman', serif; font-size:18px; font-weight:700; text-decoration:none; border-radius:2px;\">\n    DENTALOGICUM\n  <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39c9fd5 e-con-full e-flex e-con e-child\" data-id=\"39c9fd5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83c62f4 elementor-widget elementor-widget-image\" data-id=\"83c62f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-1024x682.jpg\" class=\"attachment-large size-large wp-image-117\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-1024x682.jpg 1024w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-300x200.jpg 300w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-768x512.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541-1536x1024.jpg 1536w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-gruppenbild-5er_team-27541.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2380eec e-flex e-con-boxed e-con e-parent\" data-id=\"2380eec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dentalogicum-berlin.de\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/dental-equipment.mov&quot;,&quot;background_video_start&quot;:0,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container elementor-hidden-mobile\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f15144 e-con-full e-flex e-con e-child\" data-id=\"9f15144\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fdb5d9 elementor-widget elementor-widget-image\" data-id=\"0fdb5d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"1333\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531.jpg\" class=\"attachment-full size-full wp-image-215\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531.jpg 2000w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531-300x200.jpg 300w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531-1024x682.jpg 1024w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531-768x512.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531-1536x1024.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c34c41 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1c34c41\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe75a5d elementor-widget elementor-widget-image\" data-id=\"fe75a5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"1011\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png\" class=\"attachment-large size-large wp-image-184\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png 810w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-237x300.png 237w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-768x971.png 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg.png 1023w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a95ecd6 e-con-full e-flex e-con e-child\" data-id=\"a95ecd6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15daf48 elementor-widget elementor-widget-html\" data-id=\"15daf48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"max-width:800px; color:#555; line-height:1.8; font-family:'Open Sans', sans-serif;\">\n\n  <h2 style=\"margin:0 0 20px 0; font-family:'Times New Roman', serif; font-size:26px; font-weight:700; color:#3a312c;\">\n    Es gibt viele Gr\u00fcnde zu l\u00e4cheln: \n    <a href=\"\/bleaching\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Bleaching<\/a>, \n    <a href=\"\/asthetische-zahnmedizin-\u00b7-veneers-2\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Veneers<\/a>, \n    <a href=\"\/zahnstellungskorrektur-aligner\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnstellungskorrektur<\/a>. \n    Zahn\u00e4sthetik im <a href=\"\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">DENTALOGICUM<\/a>\n  <\/h2>\n\n  <p style=\"margin:0;\">\n    Der Weg zu einem sch\u00f6nen L\u00e4cheln ist f\u00fcr jeden Patienten individuell. Ob schonende \n    <a href=\"\/bleaching\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnaufhellung mit Bleaching<\/a>, \n    der Ausgleich kleiner Defekte mit \n    <a href=\"\/asthetische-zahnmedizin-\u00b7-veneers-2\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Veneers<\/a> \n    oder geradere Z\u00e4hne durch moderne \n    <a href=\"\/zahnstellungskorrektur-aligner\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Aligner<\/a> \n    \u2013 wir bieten Ihnen die passende L\u00f6sung, damit Sie wieder gerne l\u00e4cheln.\n  <\/p>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-133c6857 e-con-full e-flex e-con e-parent\" data-id=\"133c6857\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ce38c0a e-flex e-con-boxed e-con e-child\" data-id=\"5ce38c0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20117362 elementor-widget elementor-widget-heading\" data-id=\"20117362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">DENTALOGICUM<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f7270e9 elementor-widget elementor-widget-heading\" data-id=\"6f7270e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Zahnmedizinische Leistungen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59769e40 e-flex e-con-boxed e-con e-child\" data-id=\"59769e40\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-59ef8f47 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"59ef8f47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd3a1ce elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"bd3a1ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-dvt-roentgengeraet-215828_web-retuschiert-1024x682.jpg);\" role=\"img\" aria-label=\"dentalogicum-dvt-roentgengeraet-215828_web-retuschiert\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tZahnmedizinische Leistungen\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/dentalogicum.de\/leistungen\/\">\n\t\t\t\t\t\tMehr erfahren\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b19b6e8 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"b19b6e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98a6989 elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"98a6989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/Knochenaufbau-1024x682.jpg);\" role=\"img\" aria-label=\"Knochenaufbau\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tImplantologie \t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/dentalogicum.de\/implantologie\/\">\n\t\t\t\t\t\tMehr erfahren\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b58307 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9b58307\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5afdff elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"b5afdff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-zahnschiene-215531-1024x682.jpg);\" role=\"img\" aria-label=\"dentalogicum-zahnschiene-215531\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\t\u00c4sthetische Zahnmedizin \u00b7 Veneers\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/dentalogicum.de\/asthetische-zahnmedizin-\u00b7-veneers-2\/\">\n\t\t\t\t\t\tMehr erfahren\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-404a255 e-flex e-con-boxed e-con e-child\" data-id=\"404a255\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aecc25b elementor-align-center elementor-widget elementor-widget-button\" data-id=\"aecc25b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-pop\" href=\"https:\/\/dentalogicum.de\/leistungen\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Zahnmedizinische Leistungen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e11d7b0 e-flex e-con-boxed e-con e-parent\" data-id=\"e11d7b0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dentalogicum-berlin.de\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/dental-equipment.mov&quot;,&quot;background_video_start&quot;:0,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container elementor-hidden-mobile\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70978d6 e-con-full e-flex e-con e-child\" data-id=\"70978d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0dabd4e elementor-widget elementor-widget-image\" data-id=\"0dabd4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1980\" height=\"1320\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2.jpg\" class=\"attachment-full size-full wp-image-717\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2.jpg 1980w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2-300x200.jpg 300w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2-1024x683.jpg 1024w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2-768x512.jpg 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/team-2-1536x1024.jpg 1536w\" sizes=\"(max-width: 1980px) 100vw, 1980px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eecff87 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"eecff87\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6284661 elementor-widget elementor-widget-image\" data-id=\"6284661\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"1011\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png\" class=\"attachment-large size-large wp-image-184\" alt=\"\" srcset=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-810x1024.png 810w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-237x300.png 237w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg-768x971.png 768w, https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum_logo_tooth_black.svg.png 1023w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd44fa5 e-con-full e-flex e-con e-child\" data-id=\"fd44fa5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea19c70 elementor-widget elementor-widget-html\" data-id=\"ea19c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"max-width:800px; width:100%; color:#555; line-height:1.8; font-family:'Open Sans', sans-serif; box-sizing:border-box;\">\n\n  <h2 style=\"margin:0 0 20px 0; font-family:'Times New Roman', serif; font-size:clamp(28px, 3.2vw, 26px); font-weight:700; color:#3a312c; line-height:1.3;\">\n    <a href=\"\/konzept\/\" style=\"color:#2f2f2f; font-weight:700; text-decoration:none;\">Konzept<\/a> \u2013 Ihr L\u00e4cheln, unsere Leidenschaft\n  <\/h2>\n\n  <p style=\"margin:0; font-family:'Open Sans', sans-serif; font-size:16px; line-height:1.85;\">\n    Mit unserer <a href=\"\/kontakt\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnarztpraxis in Friedrichshain<\/a> verfolgen wir ein einfaches, aber umfassendes <a href=\"\/konzept\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Praxiskonzept<\/a>: Unser Ziel als Familienpraxis ist es, die <a href=\"\/prophylaxe\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Mundgesundheit<\/a> von Patienten jeden Alters zu erhalten oder wieder aufzubauen. Einen besonderen Fokus legen wir dabei auf die j\u00fcngsten Patienten: Es ist uns ein echtes Herzensanliegen, Kinder schon ab dem ersten Milchzahn an eine gr\u00fcndliche <a href=\"\/kinderzahnheilkunde\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnhygiene<\/a> heranzuf\u00fchren und damit das Fundament f\u00fcr lebenslang gesunde Z\u00e4hne zu legen. \u00c4lteren Patienten m\u00f6chten wir mit hochwertigem <a href=\"\/hochwertiger-zahnersatz\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnersatz<\/a> und modernen <a href=\"\/implantologie\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">Zahnimplantaten<\/a> ein neues L\u00e4cheln schenken. Beides ist in Form und Funktion den nat\u00fcrlichen Z\u00e4hnen nachempfunden. Auch an die Umwelt denken wir: In unserer Praxis verwenden wir ausschlie\u00dflich <a href=\"\/umweltzahnmedizin\/\" style=\"color:#2f2f2f; font-weight:600; text-decoration:none;\">biokompatible Materialien<\/a>. Diese sind besonders gut vertr\u00e4glich und schonend f\u00fcr den K\u00f6rper.\n  <\/p>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79a07aa7 e-con-full e-flex e-con e-parent\" data-id=\"79a07aa7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1aefdaa elementor-widget elementor-widget-html\" data-id=\"1aefdaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.dl-membership-section{\n    background:#d9d3cd;\n    padding:60px 20px;\n    font-family:Arial, sans-serif;\n}\n\n.dl-membership-wrap{\n    max-width:1100px;\n    margin:0 auto;\n    text-align:center;\n}\n\n.dl-membership-title{\n    font-family:\"Times New Roman\", serif;\n    font-size:20px;\n    letter-spacing:3px;\n    text-transform:uppercase;\n    color:#3f3f3f;\n    margin-bottom:45px;\n    font-weight:600;\n}\n\n.dl-membership-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:30px;\n    align-items:center;\n}\n\n.dl-membership-card{\n    background:rgba(255,255,255,0.55);\n    border:none;\n    border-radius:20px;\n    padding:35px 20px;\n    transition:all 0.3s ease;\n}\n\n.dl-membership-card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 12px 30px rgba(0,0,0,0.08);\n}\n\n.dl-membership-logo{\n    height:85px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n\n.dl-membership-logo img{\n    max-width:160px;\n    max-height:80px;\n    object-fit:contain;\n    transition:0.3s;\n    filter:grayscale(10%);\n}\n\n.dl-membership-card:hover img{\n    transform:scale(1.05);\n    filter:none;\n}\n\n.dl-membership-link{\n    display:block;\n    text-decoration:none;\n}\n\n\/* \u0631\u06cc\u0633\u067e\u0627\u0646\u0633\u06cc\u0648 *\/\n@media (max-width:768px){\n    .dl-membership-grid{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .dl-membership-title{\n        margin-bottom:30px;\n    }\n}\n<\/style>\n\n<section class=\"dl-membership-section\">\n    <div class=\"dl-membership-wrap\">\n        <h2 class=\"dl-membership-title\">MITGLIEDSCHAFTEN<\/h2>\n\n        <div class=\"dl-membership-grid\">\n\n            <a href=\"https:\/\/www.dgpro.de\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"dl-membership-link\">\n                <div class=\"dl-membership-card\">\n                    <div class=\"dl-membership-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/Logo_DGPro-150x79-1.png\" alt=\"DGPro\">\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/www.dgzmk.de\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"dl-membership-link\">\n                <div class=\"dl-membership-card\">\n                    <div class=\"dl-membership-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/DGZMK_Kreis_freigestellt_2013-150x108-1.png\" alt=\"DGZMK\">\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/www.fvdz.de\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"dl-membership-link\">\n                <div class=\"dl-membership-card\">\n                    <div class=\"dl-membership-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/FVDZ-Logo_grey_1.png\" alt=\"FVDZ\">\n                    <\/div>\n                <\/div>\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b5c90a elementor-widget elementor-widget-html\" data-id=\"7b5c90a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.dl-partner-section{\n    background:transparent; \/* \u062d\u0630\u0641 \u0628\u06a9\u06af\u0631\u0627\u0646\u062f \u0633\u06a9\u0634\u0646 *\/\n    padding:60px 20px;\n    font-family:Arial, sans-serif;\n}\n\n.dl-partner-wrap{\n    max-width:900px;\n    margin:0 auto;\n    text-align:center;\n}\n\n.dl-partner-title{\n    font-family:\"Times New Roman\", serif;\n    font-size:20px;\n    letter-spacing:3px;\n    text-transform:uppercase;\n    color:#3f3f3f;\n    margin-bottom:45px;\n    font-weight:600;\n}\n\n.dl-partner-grid{\n    display:grid;\n    grid-template-columns:repeat(2, 1fr);\n    gap:30px;\n    align-items:center;\n}\n\n.dl-partner-card{\n    background:rgba(255,255,255,0.6); \/* \u0628\u06a9\u06af\u0631\u0627\u0646\u062f \u06a9\u0627\u0631\u062a\u200c\u0647\u0627 \u0628\u0631\u06af\u0634\u062a *\/\n    border:none;\n    border-radius:20px;\n    padding:35px 20px;\n    transition:all 0.3s ease;\n}\n\n.dl-partner-card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 12px 30px rgba(0,0,0,0.08);\n}\n\n.dl-partner-logo{\n    height:90px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n\n.dl-partner-logo img{\n    max-width:180px;\n    max-height:85px;\n    object-fit:contain;\n    transition:0.3s;\n    filter:grayscale(5%);\n}\n\n.dl-partner-card:hover img{\n    transform:scale(1.05);\n    filter:none;\n}\n\n.dl-partner-link{\n    display:block;\n    text-decoration:none;\n}\n\n@media (max-width:768px){\n    .dl-partner-grid{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .dl-partner-title{\n        margin-bottom:30px;\n    }\n}\n<\/style>\n\n<section class=\"dl-partner-section\">\n    <div class=\"dl-partner-wrap\">\n        <h2 class=\"dl-partner-title\">PRAXISPARTNER<\/h2>\n\n        <div class=\"dl-partner-grid\">\n\n            <a href=\"https:\/\/osseus.de\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"dl-partner-link\">\n                <div class=\"dl-partner-card\">\n                    <div class=\"dl-partner-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/osseusssss.png\" alt=\"Osseus\">\n                    <\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/www.getnelly.de\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"dl-partner-link\">\n                <div class=\"dl-partner-card\">\n                    <div class=\"dl-partner-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/Nelly_logo.svg\" alt=\"Nelly\">\n                    <\/div>\n                <\/div>\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bdd64b3 e-flex e-con-boxed e-con e-parent\" data-id=\"bdd64b3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4ac8a28 e-con-full e-flex e-con e-child\" data-id=\"4ac8a28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66763c2 elementor-widget elementor-widget-heading\" data-id=\"66763c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Blog<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd05c2 elementor-align-left elementor-mobile-align-center elementor-tablet-align-center elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"4fd05c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/dentalogicum.de\/blog\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Alle Blogbeitr\u00e4ge lesen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1580109 elementor-widget__width-initial elementor-widget elementor-widget-gallery\" data-id=\"1580109\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;masonry&quot;,&quot;columns&quot;:&quot;2&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/blog-\u06f2.png\" data-width=\"804\" data-height=\"1072\" aria-label=\"Zahnarzt der Praxis DENTALOGICUM Berlin mit Lupenbrille bei einer Behandlung\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/03\/dentalogicum-zahnschiene-215577.jpg\" data-width=\"2000\" data-height=\"1333\" aria-label=\"Transparente Zahnschiene wird bei einer Patientin eingesetzt\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/G4.jpg\" data-width=\"1980\" data-height=\"1320\" aria-label=\"Kinderzahnheilkunde: Behandlung wird einem Kind am Bildschirm erkl\u00e4rt\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3277413 e-flex e-con-boxed e-con e-parent\" data-id=\"3277413\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10c8836 elementor-widget elementor-widget-shortcode\" data-id=\"10c8836\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link data-noptimize=\"1\" data-no-optimize=\"1\" data-no-minify=\"1\" data-no-defer=\"1\" rel=\"stylesheet\" href=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/trustindex-google-widget.css?1788942404\" media=\"all\"><pre class=\"ti-widget\"><div style=\"opacity: 0;height: 0 !important;overflow: hidden !important\" data-css-url=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/trustindex-google-widget.css?1788942404\" class=\" ti-widget  ti-goog ti-disable-font ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"vor %d %s|Heute|Tag|Tagen|Woche|Wochen|Monat|Monaten|Jahr|Jahren\" data-plugin-version=\"14.1.1\" data-layout-id=\"4\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"wp-widget\" data-language=\"de\" data-close-locale=\"Schlie\u00dfen\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Antwort des Eigent\u00fcmers\" data-only-rating-locale=\"Dieser Nutzer hat lediglich eine Bewertung abgegeben.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"N\u00e4chste Bewertung\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Vorherige Bewertung\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1788393600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJhUqkI5aLF1Of51FPm4tWWX5iubf-i9Uc-rY3uwtcYaanIWg=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJhUqkI5aLF1Of51FPm4tWWX5iubf-i9Uc-rY3uwtcYaanIWg=w80-h80-c-rp-mo-br100 2x\" alt=\"Steffi Bendig profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Steffi Bendig <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Sehr nettes Team, man f\u00fchlt sich dort aufgehoben auch als Angstpatient. Danke<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1788220800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXVQtW-2OnWSAQ5MUDe1L1MxmJAp9T7kYBWQyrkYOEOGBpMlx6C=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXVQtW-2OnWSAQ5MUDe1L1MxmJAp9T7kYBWQyrkYOEOGBpMlx6C=w80-h80-c-rp-mo-br100 2x\" alt=\"VersacePlug profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> VersacePlug <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Das Personal 10\/10 genauso die Kompetenz der Zahn\u00e4rzte\/in ich kann nur jeden empfehlen hier her zu kommen \ud83d\udc4d\ud83c\udffc<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1787875200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW1K_bKCoqWh4nIXECE70x2PZ1M2GQkrff7OzhaGn7MUuab3fk=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW1K_bKCoqWh4nIXECE70x2PZ1M2GQkrff7OzhaGn7MUuab3fk=w80-h80-c-rp-mo-br100 2x\" alt=\"\u1e5b\u1ecd\u1e47 profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> \u1e5b\u1ecd\u1e47 <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Fast appointments, modern processes, attractive interior design<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1787702400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWepzz06ESKF4FbE7Mb7X2hLDDUl_q6Ow2HgVwKHprvVDZ_PMJv=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWepzz06ESKF4FbE7Mb7X2hLDDUl_q6Ow2HgVwKHprvVDZ_PMJv=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"Feras Mahajna profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Feras Mahajna <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->The best in Berlin<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1787097600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLxFXneXU6HvXYzl1BD_2h6KDkO0n-obq_ckAJfc6ZOJ9LLjg=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLxFXneXU6HvXYzl1BD_2h6KDkO0n-obq_ckAJfc6ZOJ9LLjg=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"Jolina Spann profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jolina Spann <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->freundlich &amp; professionell. Zahnreinigung ist auch sehr gr\u00fcndlich und gut durchgef\u00fchrt worden!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1785369600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Gepostet auf Google<\/span> <img loading=\"lazy\" decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWM8Bor-xaqLEm0ELC9-YzyEVIb_g4GUVY9endM_SNsi9Vw0H5J=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWM8Bor-xaqLEm0ELC9-YzyEVIb_g4GUVY9endM_SNsi9Vw0H5J=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"die Jule profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> die Jule <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img loading=\"lazy\" decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex \u00fcberpr\u00fcft, ob die Originalquelle der Bewertung Google ist.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Sehr sch\u00f6ne Atmosph\u00e4re,hat mich gleich etwas ruhiger gestimmt.Insgesamt ein tolles Praxiteam, ins besondere Frau Isabell Beck ist eine sehr freundliche kompetente Zahn\u00e4rztin, und mit ihrer Art, hat mir die Angst etwas genommen. Vielen Dank<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ausblenden\" data-open-text=\"Weiterlesen\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>    <\/div> <\/div> <\/pre><script>\n(function () { if (window.tiLoaderFallback) { return; } window.tiLoaderFallback = true; function tiLoadLoader() { if (window.TrustindexWidget || document.querySelector('script[src*=\"https:\/\/cdn.trustindex.io\/loader.js\"]')) { return; } let script = document.createElement(\"script\"); script.async = true; script.src = \"https:\/\/cdn.trustindex.io\/loader.js\"; script.setAttribute(\"data-ccm-injected\", \"1\"); document.head.appendChild(script); } if (\"loading\" === document.readyState) { document.addEventListener(\"DOMContentLoaded\", tiLoadLoader); } else { tiLoadLoader(); } })();\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/dentalogicum.de\/en\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Dentalogicum - Dentalogicum\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Home - Dentalogicum\" \/>\n\t\t<meta property=\"og:description\" content=\"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dentalogicum.de\/en\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-01-14T08:56:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-17T09:34:32+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Home - Dentalogicum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dentalogicum.de\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#listItem\",\"position\":2,\"name\":\"Home\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#organization\",\"name\":\"Dentalogicum\",\"description\":\"Dentalogicum\",\"url\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/dentalogicum.de\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/dentalogicum-logo.svg\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#organizationLogo\",\"width\":684,\"height\":130},\"image\":{\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#webpage\",\"url\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/\",\"name\":\"Home - Dentalogicum\",\"description\":\"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\\u00fcnde Bei DENTALOGICUM m\\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\\u00fchlt und langfristig entwickeln kann. Wertsch\\u00e4tzung, Verl\\u00e4sslichkeit und individuelle F\\u00f6rderung geh\\u00f6ren f\\u00fcr uns selbstverst\\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \\u00d6ffnungszeiten Mo\\u2013Do 08.00\\u201320.00 Uhr Fr\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#breadcrumblist\"},\"datePublished\":\"2026-01-14T08:56:18+00:00\",\"dateModified\":\"2026-09-17T09:34:32+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/\",\"name\":\"Dentalogicum\",\"description\":\"Dentalogicum\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dentalogicum.de\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Home - Dentalogicum","description":"Careers at DENTALOGICUM Why DENTALOGICUM? 9 good reasons At DENTALOGICUM, we want to not only offer modern, high-level dentistry, but also create a work environment where our team feels valued and can develop long-term. Appreciation, reliability, and individual support are a matter of course for us. 030 55241090 030 55596418 info@dentalogicum.de Opening hours Mon\u2013Thu 08:00 AM\u201308:00 PM Fri","canonical_url":"https:\/\/dentalogicum.de\/en\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/dentalogicum.de\/en\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dentalogicum.de\/en#listItem","position":1,"name":"Home","item":"https:\/\/dentalogicum.de\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/dentalogicum.de\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dentalogicum.de\/en\/#listItem","position":2,"name":"Home","previousItem":{"@type":"ListItem","@id":"https:\/\/dentalogicum.de\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/dentalogicum.de\/en\/#organization","name":"Dentalogicum","description":"Dentalogicum","url":"https:\/\/dentalogicum.de\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg","@id":"https:\/\/dentalogicum.de\/en\/#organizationLogo","width":684,"height":130},"image":{"@id":"https:\/\/dentalogicum.de\/en\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/dentalogicum.de\/en\/#webpage","url":"https:\/\/dentalogicum.de\/en\/","name":"Home - Dentalogicum","description":"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dentalogicum.de\/en\/#website"},"breadcrumb":{"@id":"https:\/\/dentalogicum.de\/en\/#breadcrumblist"},"datePublished":"2026-01-14T08:56:18+00:00","dateModified":"2026-09-17T09:34:32+00:00"},{"@type":"WebSite","@id":"https:\/\/dentalogicum.de\/en\/#website","url":"https:\/\/dentalogicum.de\/en\/","name":"Dentalogicum","description":"Dentalogicum","inLanguage":"en-US","publisher":{"@id":"https:\/\/dentalogicum.de\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Dentalogicum - Dentalogicum","og:type":"article","og:title":"Home - Dentalogicum","og:description":"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr","og:url":"https:\/\/dentalogicum.de\/en\/","og:image":"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg","og:image:secure_url":"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg","article:published_time":"2026-01-14T08:56:18+00:00","article:modified_time":"2026-09-17T09:34:32+00:00","twitter:card":"summary_large_image","twitter:title":"Home - Dentalogicum","twitter:description":"Karriere bei DENTALOGICUM Warum DENTALOGICUM? 9 gute Gr\u00fcnde Bei DENTALOGICUM m\u00f6chten wir nicht nur moderne Zahnmedizin auf hohem Niveau bieten, sondern auch ein Arbeitsumfeld schaffen, in dem sich unser Team wohlf\u00fchlt und langfristig entwickeln kann. Wertsch\u00e4tzung, Verl\u00e4sslichkeit und individuelle F\u00f6rderung geh\u00f6ren f\u00fcr uns selbstverst\u00e4ndlich dazu. 030 55241090 030 55596418 info@dentalogicum.de \u00d6ffnungszeiten Mo\u2013Do 08.00\u201320.00 Uhr Fr","twitter:image":"https:\/\/dentalogicum.de\/wp-content\/uploads\/2026\/01\/dentalogicum-logo.svg"},"aioseo_meta_data":{"post_id":"22","title":"#post_title #separator_sa #site_title","description":"#post_content","keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-01-14 08:56:19","updated":"2026-09-17 09:59:42","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dentalogicum.de\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHome\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dentalogicum.de\/en"},{"label":"Home","link":"https:\/\/dentalogicum.de\/en\/"}],"_links":{"self":[{"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":731,"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":4079,"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/pages\/22\/revisions\/4079"}],"wp:attachment":[{"href":"https:\/\/dentalogicum.de\/en\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}