{"id":9164,"date":"2026-01-26T08:32:49","date_gmt":"2026-01-26T07:32:49","guid":{"rendered":"https:\/\/rossitzahantelmann.com\/?page_id=9164"},"modified":"2026-01-28T19:48:35","modified_gmt":"2026-01-28T18:48:35","slug":"video-tours","status":"publish","type":"page","link":"https:\/\/rossitzahantelmann.com\/en\/video-touren\/","title":{"rendered":"Video tours"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9164\" class=\"elementor elementor-9164\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfcfaa3 lp-first padlr padtbs e-flex e-con-boxed e-con e-parent\" data-id=\"dfcfaa3\" 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=\"revealit elementor-element elementor-element-cd30c65 e-con-full animated-fast revealit e-flex e-con e-child\" data-id=\"cd30c65\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"head-m elementor-element elementor-element-30e7ec7 head-m elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"30e7ec7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Video tours<\/h1>\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-6f8bb87 e-flex e-con-boxed e-con e-parent\" data-id=\"6f8bb87\" 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-5592bc1 elementor-widget elementor-widget-shortcode\" data-id=\"5592bc1\" 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\"><style id=\"ycv-styles\">\n        \/* ===== FONT IMPORT ===== *\/\n        @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&display=swap\");\n\n        \/* ===== HAUPTLAYOUT ===== *\/\n        .youtube-channel-videos {\n            --ycv-black: #000;\n            --ycv-white: #fff;\n            --ycv-gray-100: #f5f5f5;\n            --ycv-gray-200: #e5e5e5;\n            --ycv-gray-300: #d4d4d4;\n            --ycv-gray-400: #a3a3a3;\n            --ycv-gray-500: #737373;\n            --ycv-gray-600: #525252;\n            --ycv-gray-700: #404040;\n            --ycv-gray-800: #262626;\n            --ycv-gray-900: #171717;\n            --ycv-spacing-x: 1.25rem;\n            --ycv-spacing-y: 2rem;\n            --ycv-font: \"Montserrat\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            --ycv-accent: #5487b1;\n\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            margin: 0;\n            padding: 0;\n            background: var(--ycv-black);\n            font-family: var(--ycv-font);\n        }\n\n        \/* ===== VIDEO ITEM ===== *\/\n        .ycv-video-item {\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            background: var(--ycv-black);\n            color: var(--ycv-white);\n            border-bottom: 1px solid var(--ycv-gray-800);\n            padding: var(--ycv-spacing-y) 0;\n        }\n\n        .ycv-video-item:first-child {\n            padding-top: var(--ycv-spacing-y);\n        }\n\n        .ycv-video-item:last-child {\n            border-bottom: none;\n            padding-bottom: var(--ycv-spacing-y);\n        }\n\n        \/* ===== VIDEO PLAYER ===== *\/\n        .ycv-video-player {\n            position: relative;\n            width: 100%;\n            overflow: hidden;\n            padding: 0 var(--ycv-spacing-x);\n            box-sizing: border-box;\n        }\n\n        .ycv-video-player > a {\n            display: block;\n            overflow: hidden;\n        }\n\n        .ycv-video-player img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),\n                        filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .ycv-video-item:hover .ycv-video-player img {\n            transform: scale(1.03);\n        }\n\n        \/* ===== VIDEO CONTAINER (Lazy Load) ===== *\/\n        .ycv-video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%;\n            background: #000;\n        }\n\n        .ycv-video-thumbnail {\n            position: absolute;\n            inset: 0;\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            cursor: pointer;\n            z-index: 2;\n        }\n\n        .ycv-video-overlay {\n            position: absolute;\n            inset: 0;\n            background: rgba(0, 0, 0, 0.55);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: background 0.3s ease;\n        }\n\n        .ycv-video-thumbnail:hover .ycv-video-overlay {\n            background: rgba(0, 0, 0, 0.25);\n        }\n\n        .ycv-play-btn {\n            width: 68px;\n            height: 48px;\n            background: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.2s ease;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        }\n\n        .ycv-video-thumbnail:hover .ycv-play-btn {\n            transform: scale(1.1);\n        }\n\n        .ycv-play-btn svg {\n            width: 24px;\n            height: 24px;\n            margin-left: 4px;\n            fill: #1a1a1a;\n        }\n\n        .ycv-iframe-wrapper {\n            position: absolute;\n            inset: 0;\n            z-index: 1;\n        }\n\n        .ycv-iframe-wrapper iframe {\n            position: absolute;\n            inset: 0;\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n\n        @media (max-width: 768px) {\n            .ycv-play-btn {\n                width: 60px;\n                height: 42px;\n            }\n            .ycv-play-btn svg {\n                width: 20px;\n                height: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .ycv-play-btn {\n                width: 52px;\n                height: 36px;\n            }\n            .ycv-play-btn svg {\n                width: 18px;\n                height: 18px;\n                margin-left: 3px;\n            }\n        }\n\n        \/* ===== PREIS BADGE ===== *\/\n        .ycv-video-price {\n            position: absolute;\n            top: 1rem;\n            left: calc(var(--ycv-spacing-x) + 1rem);\n            background: var(--ycv-white);\n            color: var(--ycv-black);\n            padding: 0.4rem 0.8rem;\n            font-size: 1.25rem;\n            font-weight: 800;\n            letter-spacing: -0.02em;\n            z-index: 10;\n        }\n\n        \/* ===== VIDEO CONTENT ===== *\/\n        .ycv-video-content {\n            padding: 1.5rem var(--ycv-spacing-x) 0;\n            display: flex;\n            flex-direction: column;\n            gap: 0.5rem;\n        }\n\n        .ycv-video-title {\n            margin: 0;\n            font-size: 0.9375rem;\n            line-height: 1.4;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: var(--ycv-white);\n            letter-spacing: 0.02em;\n            font-family: var(--ycv-font);\n        }\n\n        .ycv-video-title a {\n            color: inherit;\n            text-decoration: none;\n            transition: opacity 0.2s ease;\n        }\n\n        .ycv-video-title a:hover {\n            opacity: 0.7;\n        }\n\n        .ycv-video-meta {\n            color: var(--ycv-gray-400);\n            font-size: 0.75rem;\n            font-weight: 400;\n            letter-spacing: 0.01em;\n            font-family: var(--ycv-font);\n            margin-bottom: 0.25rem;\n        }\n\n        .vid-divider {\n            width: 100%;\n            height: 1px;\n            background: var(--ycv-gray-800);\n            margin: 0.75rem 0;\n        }\n\n        .ycv-video-description {\n            color: var(--ycv-gray-300);\n            font-size: 13px;\n            line-height: 1.7;\n            font-weight: 400;\n        }\n\n        .ycv-desc-short,\n        .ycv-desc-full {\n            margin-bottom: 0;\n        }\n\n        \/* ===== BODYFONT CLASS ===== *\/\n        .bodyfont {\n            color: var(--ycv-white);\n            font-family: var(--ycv-font);\n            font-size: 13px;\n            line-height: 1.7;\n        }\n\n        \/* ===== TOGGLE BUTTON ===== *\/\n        .ycv-toggle-wrapper {\n            margin-top: 1.5rem;\n        }\n\n        .ycv-toggle-wrapper.elementor-align-center {\n            text-align: left;\n        }\n\n        a.elementor-button.elementor-button-link.elementor-size-sm.ycv-toggle-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: transparent;\n            color: var(--ycv-white);\n            border: none;\n            padding: 0;\n            font-size: 13px;\n            font-weight: 600;\n            font-family: var(--ycv-font);\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n            text-decoration: none;\n            text-align: left;\n            transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            cursor: pointer;\n        }\n\n        a.ycv-toggle-btn:hover {\n            color: var(--ycv-accent);\n        }\n\n        \/* ===== ERROR STATE ===== *\/\n        .ycv-error {\n            background: var(--ycv-gray-900);\n            border: 1px solid var(--ycv-gray-700);\n            color: var(--ycv-white);\n            padding: 1.5rem;\n            margin: 1rem var(--ycv-spacing-x);\n            font-size: 0.875rem;\n            font-family: var(--ycv-font);\n        }\n\n        \/* ===== TABLET (768px+) ===== *\/\n        @media (min-width: 768px) {\n            .youtube-channel-videos {\n                --ycv-spacing-x: 2rem;\n                --ycv-spacing-y: 3rem;\n            }\n\n            .ycv-video-item {\n                display: grid;\n                grid-template-columns: minmax(280px, 45%) 1fr;\n                align-items: start;\n                gap: 2rem;\n            }\n\n            .ycv-video-player {\n                padding: 0;\n                padding-left: var(--ycv-spacing-x);\n            }\n\n            .ycv-video-price {\n                left: calc(var(--ycv-spacing-x) + 1rem);\n                font-size: 1.5rem;\n            }\n\n            .ycv-video-content {\n                padding: 0 var(--ycv-spacing-x) 0 0;\n                gap: 0.5rem;\n            }\n\n            .ycv-video-title {\n                font-size: 1rem;\n            }\n\n            .ycv-video-meta {\n                font-size: 0.8125rem;\n            }\n\n            .bodyfont,\n            .ycv-video-description {\n                font-size: 0.9375rem;\n            }\n        }\n\n        \/* ===== DESKTOP (1024px+) ===== *\/\n        @media (min-width: 1024px) {\n            .youtube-channel-videos {\n                --ycv-spacing-x: 2.5rem;\n                --ycv-spacing-y: 3.5rem;\n            }\n\n            .ycv-video-item {\n                grid-template-columns: minmax(400px, 50%) 1fr;\n                gap: 2.5rem;\n            }\n\n            .ycv-video-price {\n                font-size: 1.75rem;\n                padding: 0.5rem 1rem;\n            }\n\n            .ycv-video-title {\n                font-size: 1.0625rem;\n            }\n        }\n\n        \/* ===== LARGE DESKTOP (1440px+) ===== *\/\n        @media (min-width: 1440px) {\n            .youtube-channel-videos {\n                --ycv-spacing-x: 3rem;\n                --ycv-spacing-y: 4rem;\n            }\n\n            .ycv-video-item {\n                grid-template-columns: minmax(500px, 55%) 1fr;\n                gap: 3rem;\n            }\n\n            .ycv-video-price {\n                font-size: 2rem;\n            }\n\n            .ycv-video-title {\n                font-size: 1.125rem;\n            }\n        }\n\n        \/* ===== PERFORMANCE ===== *\/\n        .ycv-video-player iframe {\n            will-change: transform;\n        }\n\n        .ycv-video-item {\n            contain: layout style paint;\n        }\n\n        \/* ========================================\n           SLIDER - CLEAN WHITE DESIGN\n           ======================================== *\/\n\n        .ycv-slider {\n            --gap: 0.75rem;\n            --peek: 30px;\n            background: #fff;\n            padding: 2rem 0;\n            font-family: \"Montserrat\", sans-serif;\n            overflow: hidden;\n        }\n\n        .ycv-slider__track {\n            display: flex;\n            transition: transform 0.4s ease;\n        }\n\n        .ycv-slider__slide {\n            padding: 0 calc(var(--gap) \/ 2);\n            box-sizing: border-box;\n            flex-shrink: 0;\n        }\n\n        .ycv-slider__video {\n            position: relative;\n            padding-bottom: 56.25%;\n            background: #000;\n        }\n\n        .ycv-slider__video iframe {\n            position: absolute;\n            inset: 0;\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n\n        .ycv-slider__title {\n            margin: 0.625rem 0 0;\n            font-size: 0.8125rem;\n            font-weight: 600;\n            color: #000;\n            line-height: 1.4;\n            text-transform: uppercase;\n            letter-spacing: 0.02em;\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n        }\n\n        \/* Pagination - Horizontal Lines Style *\/\n        .ycv-slider__dots {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 0.75rem;\n            margin-top: 1.5rem;\n            padding: 0 1rem;\n        }\n\n        .ycv-slider__dots button {\n            width: 40px;\n            height: 3px;\n            border-radius: 0;\n            border: none;\n            background: #d4d4d4;\n            padding: 0;\n            cursor: pointer;\n            transition: background 0.3s ease;\n        }\n\n        .ycv-slider__dots button:hover {\n            background: #a3a3a3;\n        }\n\n        .ycv-slider__dots button.active {\n            background: #000;\n        }\n\n        \/* Tablet *\/\n        @media (min-width: 768px) {\n            .ycv-slider {\n                --gap: 1rem;\n                --peek: 50px;\n                padding: 2.5rem 0;\n            }\n\n            .ycv-slider__title {\n                font-size: 0.875rem;\n                margin-top: 0.75rem;\n            }\n\n            .ycv-slider__dots button {\n                width: 50px;\n            }\n        }\n\n        \/* Desktop *\/\n        @media (min-width: 1024px) {\n            .ycv-slider {\n                --gap: 1.25rem;\n                --peek: 60px;\n                padding: 3rem 0;\n            }\n\n            .ycv-slider__title {\n                font-size: 0.9375rem;\n                margin-top: 0.875rem;\n            }\n\n            .ycv-slider__dots button {\n                width: 60px;\n                height: 4px;\n            }\n        }\n        <\/style>\n        <script id=\"ycv-video-click\">\n        (function() {\n            if (window.ycvVideoClickInit) return;\n            window.ycvVideoClickInit = true;\n\n            \/\/ iOS Erkennung\n            var isIOS = \/iPad|iPhone|iPod\/.test(navigator.userAgent) || (navigator.platform === \"MacIntel\" && navigator.maxTouchPoints > 1);\n\n            document.addEventListener(\"click\", function(e) {\n                var thumb = e.target.closest(\".ycv-video-thumbnail\");\n                if (!thumb) return;\n\n                var container = thumb.closest(\".ycv-video-container\");\n                if (!container) return;\n\n                var videoId = container.dataset.videoId;\n                if (!videoId) return;\n\n                \/\/ iOS: Direkt auf YouTube \u00f6ffnen (Autoplay funktioniert dort nativ)\n                if (isIOS) {\n                    window.location.href = \"https:\/\/www.youtube.com\/watch?v=\" + videoId;\n                    return;\n                }\n\n                var wrapper = container.querySelector(\".ycv-iframe-wrapper\");\n                if (!wrapper) return;\n\n                \/\/ Neuen iframe erstellen\n                var newIframe = document.createElement(\"iframe\");\n                newIframe.setAttribute(\"src\", \"https:\/\/www.youtube.com\/embed\/\" + videoId + \"?autoplay=1&rel=0&modestbranding=1&playsinline=1\");\n                newIframe.setAttribute(\"frameborder\", \"0\");\n                newIframe.setAttribute(\"allow\", \"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\");\n                newIframe.setAttribute(\"allowfullscreen\", \"\");\n                newIframe.setAttribute(\"referrerpolicy\", \"no-referrer-when-downgrade\");\n                newIframe.style.cssText = \"position:absolute;top:0;left:0;width:100%;height:100%;border:none;\";\n\n                wrapper.innerHTML = \"\";\n                wrapper.appendChild(newIframe);\n\n                thumb.style.display = \"none\";\n                wrapper.style.display = \"block\";\n            });\n        })();\n        <\/script>        <div class=\"youtube-channel-videos\">\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"n-0EWUXiBfQ\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/n-0EWUXiBfQ\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Beste Luxus Villa 15.2 Millionen Euro Luxus auf Mallorca Puerto Portals Mallorca Rossitza Hantelmann\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Beste Luxus Villa 15.2 Millionen Euro Luxus auf Mallorca Puerto Portals Mallorca Rossitza Hantelmann                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            21.09.2026, Ausstattungsmerkmalen                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    EXCLUSIVE LUXURY VILLA IN PUERTO PORTALS | \u20ac15.2 MILLION<br \/>\n<br \/>\nEine au\u00dfergew\u00f6hnliche Luxusvilla in einer der begehrtesten Lagen Mallorcas: Puerto Portals.<br \/>\n<br \/>\nModernes Design, exklusive Architektur, h\u00f6chste Qualit\u00e4t und ein beeindruckender Meerblick machen diese Immobilie zu einem besonderen Anwesen im S\u00fcdwesten der Insel.<br \/>\n<br \/>\n\ud83d\udcb6 Kaufpreis: 15.200.000 \u20ac<br \/>\n<br \/>\nDas vollst\u00e4ndige Expos\u00e9 mit allen Details, Ausstattungsmerkmalen, Fl\u00e4chen und weiteren Informationen folgt in K\u00fcrze.<br \/>\n<br \/>\nSie interessieren...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=n-0EWUXiBfQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"_ewFPrV86mU\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/_ewFPrV86mU\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Mediterrane Luxus Neubau Finca auf Mallorca Tour mit Rossitza Hantelmann fu\u0308r 4.29 Millionen Euro\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Mediterrane Luxus Neubau Finca auf Mallorca Tour mit Rossitza Hantelmann fu\u0308r 4.29 Millionen Euro                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            07.09.2026, Bad                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    MEDITERRANE NEUBAUFINCA AUF MALLORCA | PORRERES | 4.290.000 \u20ac<br \/>\n<br \/>\nEine au\u00dfergew\u00f6hnliche Neubau-Finca auf Mallorca f\u00fcr alle, die mediterranen Landhauscharme, modernes Design und das besondere Lebensgef\u00fchl der Insel miteinander verbinden m\u00f6chten.<br \/>\n<br \/>\nIn der idyllischen Landschaft bei Porreres im S\u00fcdosten Mallorcas liegt diese 2026 fertiggestellte Finca auf einem ca. 16.500 m\u00b2 gro\u00dfen Grundst\u00fcck. Naturstein, mediterrane Architektur und ein wundersch\u00f6n angelegter Garten treffen hier auf...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=_ewFPrV86mU\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"-LwvOgVbAlY\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/-LwvOgVbAlY\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"29 Hektar Luxus Finca in Valldemossa Mallorca Tour mit Rossitza Hantelmann 12.6 Millionen Euro\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            29 Hektar Luxus Finca in Valldemossa Mallorca Tour mit Rossitza Hantelmann 12.6 Millionen Euro                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            31.08.2026, Pool                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    LUXUS FINCA AUF MALLORCA | 29 HEKTAR ALLEINLAGE IN DER TRAMUNTANA<br \/>\n<br \/>\nEine au\u00dfergew\u00f6hnliche Luxus Finca auf Mallorca: Die neu erbaute Finca Na Fatima bei Valldemossa liegt in absoluter Alleinlage inmitten der Serra de Tramuntana \u2013 UNESCO-Weltkulturerbe. Rund 289.760 m\u00b2 Grundst\u00fcck, 452 m\u00b2 Wohnfl\u00e4che, 4 Schlafzimmer, Pool und spektakul\u00e4re Panorama-Blicke machen dieses Anwesen zu einer echten Rarit\u00e4t auf Mallorca.<br \/>\n<br \/>\nIn dieser exklusiven Immobilien Video Tour zeigen wir Ihnen einen Erstbezug,...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=-LwvOgVbAlY\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"hJsiaUzZmSI\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/hJsiaUzZmSI\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Mega Luxury Finca in Mallorca with Rossitza Hantelmann Tour\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Mega Luxury Finca in Mallorca with Rossitza Hantelmann Tour                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            05.07.2026                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    \ud83c\udfe1 LUXURY FINCA IN MALLORCA | Exclusive natural stone finca with sea views in Portocolom | \u20ac6,500,000<br \/>\n<br \/>\nhttps:\/\/rossitzahantelmann.com\/objekt\/hochwertige-naturstein-finca-mit-spektakulaerem-meerblick-zwischen-portocolom-und-cala-murada\/<br \/>\n<br \/>\nID: 1451<br \/>\n<br \/>\nWelcome to another exclusive villa tour from Rossitza Hantelmann Real Estate.<br \/>\n<br \/>\nIn this video, we'll show you an exceptional luxury finca between Portocolom and Cala Murada in the sought-after southeast of Mallorca. This property, built in the year...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=hJsiaUzZmSI\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"CtoZHrQhKiM\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/CtoZHrQhKiM\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"LUXURY FINCA MALLORCA \ud83c\uddea\ud83c\uddf8 Dream Property | 820 m\u00b2 Living Space | 24,000 m\u00b2 Plot | \u20ac5,750,000\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                            <div class=\"ycv-video-price\">5.750.000\u20ac<\/div>                                            <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            LUXURY FINCA MALLORCA \ud83c\uddea\ud83c\uddf8 Dream Property | 820 m\u00b2 Living Space | 24,000 m\u00b2 Plot | \u20ac5,750,000                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            14\/06\/2026, Komfort                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    LUXURY FINCA MALLORCA | Exclusive Finca Tour in Campos with Rossitza Hantelmann | Dream Property for \u20ac5,750,000<br \/>\n<br \/>\nWelcome to an exceptional property tour in Mallorca. In this video, Rossitza Hantelmann presents one of the most impressive luxury fincas in the south of the island: the exclusive new-build finca \u201eEs Revellar\u201c in Campos.<br \/>\n<br \/>\nThis unique luxury property combines traditional Mallorcan architecture with state-of-the-art technology and sustainable energy concepts...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=CtoZHrQhKiM\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"bCSe4agBndM\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/bCSe4agBndM\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Luxury Finca \u00a34.65 million in Santanyi, prime location Mallorca, top quality with sea view. Rossitza Hantelmann.\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Luxury Finca \u00a34.65 million in Santanyi, prime location Mallorca, top quality with sea view. Rossitza Hantelmann.                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            21.05.2026, Rossitza Hantelmann                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    LUXURY FINCA MALLORCA | EXCLUSIVE FINCA IN SANTANY\u00cd WITH POOL, SEA VIEW &amp; GUEST HOUSE | LUXURY REAL ESTATE MALLORCA<br \/>\n<br \/>\nWelcome to one of the most extraordinary luxury fincas in the southeast of Mallorca. In this exclusive property video, the well-known luxury real estate agent in Mallorca, Rossitza Hantelmann, presents an impressive newly built finca in an absolutely quiet, prime location in Santany\u00ed \u2013 just a few minutes' walk from the charming town centre.<br \/>\n<br \/>\nThis exclusive luxury property on Mallorca...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=bCSe4agBndM\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"QRJ6EBwQcHc\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/QRJ6EBwQcHc\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Luxury Townhouse in Palma Old Town \ud83c\udfe1 \u20ac7.98 million | Mallorca Property for Sale | Rossitza Hantelmann\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Luxury Townhouse in Palma Old Town \ud83c\udfe1 \u20ac7.98 million | Mallorca Property for Sale | Rossitza Hantelmann                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            26.04.2026, Kultur                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    Experience an exclusive property tour of one of the most impressive luxury townhouses in the old town of Palma de Mallorca \ud83c\udf34<br \/>\n<br \/>\nThis exceptional designer townhouse in the sought-after Lloren\u00e7 neighbourhood combines modern luxury, high-quality amenities, and the Mediterranean lifestyle at the highest level. Perfect for anyone looking to buy a villa or property in Mallorca.<br \/>\n<br \/>\n\ud83c\udfe1 Property Highlights<br \/>\nLiving space: approx. 451 m\u00b2<br \/>\n4 Bedrooms | 5 Bathrooms<br \/>\nMaster Suite with approx. 80...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=QRJ6EBwQcHc\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"ENxcIyTBqSc\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/ENxcIyTBqSc\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"The Best Luxury 1st Sea Line Apartment in Mallorca, Palma for \u20ac1.98 million with Rossitza Hantelmann\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            The Best Luxury 1st Sea Line Apartment in Mallorca, Palma for \u20ac1.98 million with Rossitza Hantelmann                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            19.04.2026, Rad                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    Exclusive luxury apartment by the sea in Palma \u2013 Paseo Mar\u00edtimo | Dream property Mallorca for sale \ud83c\udf0a\ud83c\udfe1<br \/>\n<br \/>\nhttps:\/\/rossitzahantelmann.com\/objekt\/exklusives-apartment-am-meer-paseo-maritimo-palma\/<br \/>\n<br \/>\nWelcome to one of the most exclusive properties in Palma de Mallorca! In this video, we present a newly renovated luxury apartment on the first sea line on the sought-after Paseo Mar\u00edtimo \u2013 a perfect combination of modern design, high-quality furnishings, and spectacular...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=ENxcIyTBqSc\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"Ynm843x6dqU\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/Ynm843x6dqU\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"First sea line investment opportunity, top offer Mallorca, mega sea view\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            First sea line investment opportunity, top offer Mallorca, mega sea view                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            13.04.2026, Your Expert                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    Experience a breathtaking frontline luxury villa in Mallorca \u2013 presented by Rossitza Hantelmann, your expert for exclusive properties in the southwest of the island. \ud83c\udf34\u2728<br \/>\n<br \/>\n\ud83c\udfe1 Property Quick Overview (Object ID: 1394)<br \/>\nLocation: Costa de la Calma (Southwest Mallorca)<br \/>\nPurchase price: \u20ac6,950,000<br \/>\n\ud83c\udfe0 Property type: Luxury villa (first sea line)<br \/>\n\ud83d\udcd0 Plot: approx. 2,450 m\u00b2<br \/>\nLiving space: approx. 769 m\u00b2<br \/>\nFloors: 2<br \/>\n\ud83d\udecf\ufe0f Bedrooms: 7<br \/>\n\ud83d\udec1...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=Ynm843x6dqU\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                            <article class=\"ycv-video-item revealit\">\n                    <div class=\"ycv-video-player\">\n                                                    <!-- Lazy Load Video Container -->\n                            <div class=\"ycv-video-container\" data-video-id=\"Gdwnc5tte-E\">\n                                <div class=\"ycv-video-thumbnail\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/Gdwnc5tte-E\/maxresdefault.jpg');\">\n                                    <div class=\"ycv-video-overlay\">\n                                        <div class=\"ycv-play-btn\">\n                                            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"ycv-iframe-wrapper\" style=\"display: none;\">\n                                    <iframe\n                                        frameborder=\"0\"\n                                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                                        referrerpolicy=\"no-referrer-when-downgrade\"\n                                        allowfullscreen\n title=\"Rossitza Hantelmann Me Myself Mallorca Trailer\">\n                                    <\/iframe>\n                                <\/div>\n                            <\/div>\n                                                                        <\/div>\n                    <div class=\"ycv-video-content\">\n                        <h2 class=\"ycv-video-title\">\n                            Rossitza Hantelmann Me Myself Mallorca Trailer                        <\/h2>\n\n                        <div class=\"ycv-video-meta\">\n                            24.03.2026, Self-discovery                        <\/div>\n<div class=\"vid-divider\"><\/div>\n                        <div class=\"ycv-video-description bodyfont\">\n                                                            <div class=\"ycv-desc-short bodyfont\">\n                                    \ud83c\udf34\u2728 Rossitza Hantelmann \u2013 Me Myself Mallorca (Trailer) \u2728\ud83c\udf34<br \/>\n<br \/>\nDive into a personal journey full of emotion, self-discovery, and Mediterranean lightness. In \u201eMe Myself Mallorca\u201c, Rossitza Hantelmann takes you on an inspiring journey to the beautiful island of Mallorca \u2013 between sun, sea, and inner growth.<br \/>\n<br \/>\nThis trailer gives you a first glimpse into a story about courage, change, and the power to forge your own path. \ud83d\udcab<br \/>\n<br \/>\nDear...\n                                <\/div>\n                                <div class=\"elementor-element elementor-align-center elementor-widget elementor-widget-button ycv-toggle-wrapper\">\n                                    <a class=\"elementor-button elementor-button-link elementor-size-sm ycv-toggle-btn\" href=\"https:\/\/www.youtube.com\/watch?v=Gdwnc5tte-E\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                        <span class=\"elementor-button-content-wrapper\">\n                                            <span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/article>\n                    <\/div>\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>","protected":false},"excerpt":{"rendered":"<p>Video tours<\/p>","protected":false},"author":3,"featured_media":4834,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"immobilienarten":[],"class_list":["post-9164","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Video Touren der zum Kauf stehenden LuxusVilla<\/title>\n<meta name=\"description\" content=\"Besichtigen Sie mit uns gemeinsam die sch\u00f6nsten LuxusVilla auf Mallorca \ud83d\udc8e Lernen Sie Ihre Traumimmobilie schon von der Besichtigung auf sich wirken!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rossitzahantelmann.com\/en\/video-tours\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Video Touren der zum Kauf stehenden LuxusVilla\" \/>\n<meta property=\"og:description\" content=\"Besichtigen Sie mit uns gemeinsam die sch\u00f6nsten LuxusVilla auf Mallorca \ud83d\udc8e Lernen Sie Ihre Traumimmobilie schon von der Besichtigung auf sich wirken!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rossitzahantelmann.com\/en\/video-tours\/\" \/>\n<meta property=\"og:site_name\" content=\"Rossitza Hantelmann\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T18:48:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rossitzahantelmann.com\/wp-content\/uploads\/20210911_123659.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"61 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/\",\"url\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/\",\"name\":\"Video Touren der zum Kauf stehenden LuxusVilla\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rossitzahantelmann.com\\\/wp-content\\\/uploads\\\/20210911_123659.jpeg\",\"datePublished\":\"2026-01-26T07:32:49+00:00\",\"dateModified\":\"2026-01-28T18:48:35+00:00\",\"description\":\"Besichtigen Sie mit uns gemeinsam die sch\u00f6nsten LuxusVilla auf Mallorca \ud83d\udc8e Lernen Sie Ihre Traumimmobilie schon von der Besichtigung auf sich wirken!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/#primaryimage\",\"url\":\"https:\\\/\\\/rossitzahantelmann.com\\\/wp-content\\\/uploads\\\/20210911_123659.jpeg\",\"contentUrl\":\"https:\\\/\\\/rossitzahantelmann.com\\\/wp-content\\\/uploads\\\/20210911_123659.jpeg\",\"width\":960,\"height\":540,\"caption\":\"Mediterrane Villa mit blau gefliestem Pool, Terrakotta-Au\u00dfenbereich und \u00fcppiger Gartenbepflanzung.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/video-touren\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"START\",\"item\":\"https:\\\/\\\/rossitzahantelmann.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Video Touren\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#website\",\"url\":\"https:\\\/\\\/rossitzahantelmann.com\\\/\",\"name\":\"Rossitza Hantelmann\",\"description\":\"Real Estate\",\"publisher\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rossitzahantelmann.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#organization\",\"name\":\"Rossitza Hantelmann\",\"url\":\"https:\\\/\\\/rossitzahantelmann.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Rossitza Hantelmann\"},\"image\":{\"@id\":\"https:\\\/\\\/rossitzahantelmann.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Video tours of the luxury villa for sale","description":"Come and visit the most beautiful luxury villas in Mallorca with us \ud83d\udc8e Let your dream property captivate you from the very first viewing!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rossitzahantelmann.com\/en\/video-tours\/","og_locale":"en_GB","og_type":"article","og_title":"Video Touren der zum Kauf stehenden LuxusVilla","og_description":"Besichtigen Sie mit uns gemeinsam die sch\u00f6nsten LuxusVilla auf Mallorca \ud83d\udc8e Lernen Sie Ihre Traumimmobilie schon von der Besichtigung auf sich wirken!","og_url":"https:\/\/rossitzahantelmann.com\/en\/video-tours\/","og_site_name":"Rossitza Hantelmann","article_modified_time":"2026-01-28T18:48:35+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/rossitzahantelmann.com\/wp-content\/uploads\/20210911_123659.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"61 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rossitzahantelmann.com\/video-touren\/","url":"https:\/\/rossitzahantelmann.com\/video-touren\/","name":"Video tours of the luxury villa for sale","isPartOf":{"@id":"https:\/\/rossitzahantelmann.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rossitzahantelmann.com\/video-touren\/#primaryimage"},"image":{"@id":"https:\/\/rossitzahantelmann.com\/video-touren\/#primaryimage"},"thumbnailUrl":"https:\/\/rossitzahantelmann.com\/wp-content\/uploads\/20210911_123659.jpeg","datePublished":"2026-01-26T07:32:49+00:00","dateModified":"2026-01-28T18:48:35+00:00","description":"Come and visit the most beautiful luxury villas in Mallorca with us \ud83d\udc8e Let your dream property captivate you from the very first viewing!","breadcrumb":{"@id":"https:\/\/rossitzahantelmann.com\/video-touren\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rossitzahantelmann.com\/video-touren\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/rossitzahantelmann.com\/video-touren\/#primaryimage","url":"https:\/\/rossitzahantelmann.com\/wp-content\/uploads\/20210911_123659.jpeg","contentUrl":"https:\/\/rossitzahantelmann.com\/wp-content\/uploads\/20210911_123659.jpeg","width":960,"height":540,"caption":"Mediterrane Villa mit blau gefliestem Pool, Terrakotta-Au\u00dfenbereich und \u00fcppiger Gartenbepflanzung."},{"@type":"BreadcrumbList","@id":"https:\/\/rossitzahantelmann.com\/video-touren\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"START","item":"https:\/\/rossitzahantelmann.com\/"},{"@type":"ListItem","position":2,"name":"Video Touren"}]},{"@type":"WebSite","@id":"https:\/\/rossitzahantelmann.com\/#website","url":"https:\/\/rossitzahantelmann.com\/","name":"Rossitza Hantelmann","description":"Estate Agency","publisher":{"@id":"https:\/\/rossitzahantelmann.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rossitzahantelmann.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/rossitzahantelmann.com\/#organization","name":"Rossitza Hantelmann","url":"https:\/\/rossitzahantelmann.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/rossitzahantelmann.com\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Rossitza Hantelmann"},"image":{"@id":"https:\/\/rossitzahantelmann.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/pages\/9164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/comments?post=9164"}],"version-history":[{"count":10,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/pages\/9164\/revisions"}],"predecessor-version":[{"id":12019,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/pages\/9164\/revisions\/12019"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/media\/4834"}],"wp:attachment":[{"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/media?parent=9164"}],"wp:term":[{"taxonomy":"immobilienarten","embeddable":true,"href":"https:\/\/rossitzahantelmann.com\/en\/wp-json\/wp\/v2\/immobilienarten?post=9164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}