{"id":9566,"date":"2023-08-07T16:07:56","date_gmt":"2023-08-07T14:07:56","guid":{"rendered":"https:\/\/plush74.com\/welcome-copy-4\/"},"modified":"2023-08-07T16:12:20","modified_gmt":"2023-08-07T14:12:20","slug":"welcome-search-new","status":"publish","type":"page","link":"https:\/\/plush74.com\/de\/welcome-search-new\/","title":{"rendered":"Willkommen - Suche"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9566\" class=\"elementor elementor-9566\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f32f765 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f32f765\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-83be7c1\" data-id=\"83be7c1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\r\n\t\t<div class=\"elementor-element elementor-element-6ab80de elementor-widget elementor-widget-plush-search\" data-id=\"6ab80de\" data-element_type=\"widget\" data-widget_type=\"plush-search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"widget-plush-search\">\r\n\t\t\t\t<div class=\"filters filters-box\">\r\n\t\t\t\t\t<div class=\"sw_filter_slide\">\r\n\t\t\t\t\t\t<div class=\"sw_filter_box\" style=\"display: none\">\r\n\t\t\t\t\t\t\t<div class=\"yordy_sw_win_wrapper\">\r\n\t\t\t\t\t\t\t\t<div class=\"ci sw_widget sw_wrap\">\r\n\t\t\t\t\t\t\t\t\t<form class=\"sw_search_primary\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-3 col-6\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"form-group\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<input id=\"search_what\" name=\"search_what\" type=\"text\" class=\"form-control\" placeholder=\"Suchen Sie nach jeder Art von Ort, Stil, Motiv .....\" value=\"\">\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-3\">\r\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-search sw-search-start plush-search-btn-form\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"value\"><i class=\"fa fa-search\" aria-hidden=\"true\"><\/i> Standorte suchen<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-spinner fa-spin fa-ajax-indicator\" style=\"display: none;\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\r\n\t\t\t\t\r\n\r\n\r\n\t<script>\t\r\n\r\n\t\tjQuery(document).ready(function($){\r\n                    if(typeof $.fn.typeahead  === 'function'){\r\n                        \r\n                    $('#location,#search_where').typeahead({\r\n                        minLength: 2,\r\n                        source: function(query, process) {\r\n                            var data = { q: query, limit: 8 };\r\n\r\n                            $.extend( data, {\r\n                               'page': 'frontendajax_locationautocomplete',\r\n                               'action': 'ci_action',\r\n                               'template': 'page.php'\r\n                            });\r\n\r\n                            $.post('https:\/\/plush74.com\/wp-admin\/admin-ajax.php', data, function(data) {\r\n                                \/\/console.log(data); \/\/ data contains array\r\n                                process(data);\r\n                            });\r\n                        }\r\n                    });\r\n                    }\r\n\t\t\t\t\t\t\t\t\t\t\r\n                    \/*\r\n\t\t\tjQuery('#search_header_button').on('click',function(){\r\n                                jQuery(this).find(\".fa-ajax-indicator\").show();\r\n                                jQuery(this).find(\".fa-ajax-hide\").hide();\r\n\t\t\t\t\/\/Define default data values for search\r\n\t\t\t\tvar data = { };\r\n\t\t\t\t\r\n\t\t\t\t\/\/ Add custom data values, automatically by fields inside search-form\r\n\t\t\t\tjQuery('form.sw_search_primary input, form.sw_search_primary select, '+\r\n\t\t\t\t'form.sw_search_secondary input, form.sw_search_secondary select').each(function (i) {\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(jQuery(this).attr('type') == 'checkbox')\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tif (jQuery(this).attr('checked'))\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tdata[jQuery(this).attr('name')] = jQuery(this).val();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse if(jQuery(this).val() != '' && jQuery(this).val() != 0&& jQuery(this).val() != null)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tdata[jQuery(this).attr('name')] = jQuery(this).val();\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\tvar gen_url = generateUrl(\"https:\/\/plush74.com\/de\/search-result-location\/\", data)+\"#header-search\";\r\n\r\n\t\t\t\twindow.location = gen_url;\r\n\r\n\t\t\t\treturn false;\r\n\t\t\t});\r\n\t\t*\/\r\n\r\n\t\t});\r\n\r\n\t\tfunction generateUrl(url, params) {\r\n\t\t\tvar i = 0, key;\r\n\t\t\tfor (key in params) {\r\n\t\t\t\tif (i === 0 && url.indexOf(\"?\")===-1) {\r\n\t\t\t\t\turl += \"?\";\r\n\t\t\t\t} else {\r\n\t\t\t\t\turl += \"&\";\r\n\t\t\t\t}\r\n\t\t\t\turl += key;\r\n\t\t\t\turl += '=';\r\n\t\t\t\turl += params[key];\r\n\t\t\t\ti++;\r\n\t\t\t}\r\n\t\t\treturn url;\r\n\t\t}\r\n\r\n\t\t<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ede662 elementor-section-full_width elementor-section-height-full elementor-section-height-default elementor-section-items-middle\" data-id=\"2ede662\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-91e3cb2\" data-id=\"91e3cb2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1efc1ec elementor-widget elementor-widget-heading\" data-id=\"1efc1ec\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-large\">EINZIGARTIGE ORTE<br>F\u00dcR SCH\u00d6NE PRODUKTIONEN<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-29aa0be elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"29aa0be\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e2455a0\" data-id=\"e2455a0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc749cd elementor-widget elementor-widget-text-editor\" data-id=\"bc749cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>PLUSH74 \/ INTERNATIONALE LOCATION-PLATTFORM UND LOCATION-SCOUTING-SERVICE<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec30564 elementor-widget elementor-widget-heading\" data-id=\"ec30564\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WAS IST PLUSH74?<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b286a8 elementor-widget elementor-widget-text-editor\" data-id=\"7b286a8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><span style=\"color: var( --e-global-color-text ); font-size: 1.5rem;\">\u00a0<\/span><\/p><p><span style=\"color: var( --e-global-color-text );\">PLUSH74 ist eine ausgew\u00e4hlte Kollektion von Locations, die f\u00fcr Events, Foto- und Filmproduktionen auf der ganzen Welt gebucht werden k\u00f6nnen.<\/span><\/p><p>Ob ein futuristischer Skatepark in Spanien, ein verlassenes Theater in Berlin oder eine historische Villa in Italien - wir haben alles.\u00a0<\/p><p>Und wenn Sie auf unserer Website nicht finden, wonach Sie suchen, schicken Sie uns Ihr Briefing und wir helfen Ihnen, den richtigen Ort f\u00fcr Ihre Produktion zu finden. #wescoutforyou<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69d2612 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"69d2612\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/de\/search-result\/?search_order=idlisting DESC&#038;search_view=grid&#038;offset=0&#038;search_category=95\">\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\">UNSERE LOCATIONS ENTDECKEN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32acf07 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"32acf07\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/location-scouting-request\/\">\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\">KONTAKT PLUSH74<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8c0e077\" data-id=\"8c0e077\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3641f97 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3641f97\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f352a80\" data-id=\"f352a80\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0a3bff7 elementor-widget elementor-widget-image\" data-id=\"0a3bff7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/members\/shootoutside2\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"620\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-spain-studio-outdoor-1024x794.jpg\" class=\"attachment-large size-large wp-image-5890\" alt=\"plush74 film foto event location spanien studio outdoor\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-spain-studio-outdoor-1024x794.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-spain-studio-outdoor-300x233.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-spain-studio-outdoor-768x595.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-spain-studio-outdoor.jpg 1134w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b9b81ef\" data-id=\"b9b81ef\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3ef0fa2 elementor-widget elementor-widget-image\" data-id=\"3ef0fa2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"620\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location2-vintage-villa-tenerife-nature-pool-1024x794.jpg\" class=\"attachment-large size-large wp-image-5892\" alt=\"Pl\u00fcsch74 Film Foto Event Location2 Vintage Villa Teneriffa Natur Pool\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location2-vintage-villa-tenerife-nature-pool-1024x794.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location2-vintage-villa-tenerife-nature-pool-300x233.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location2-vintage-villa-tenerife-nature-pool-768x595.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location2-vintage-villa-tenerife-nature-pool.jpg 1134w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-eb2b876 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eb2b876\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cf3a0cc\" data-id=\"cf3a0cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3989463 elementor-widget elementor-widget-image\" data-id=\"3989463\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/members\/rote-scheune\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"620\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-berlin-germany-brutalism-villa-1-copy-1024x794.jpg\" class=\"attachment-large size-large wp-image-5886\" alt=\"pl\u00fcsch74 film foto veranstaltungsort berlin deutschland brutalismus villa 1 kopie e1656605612663\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-berlin-germany-brutalism-villa-1-copy-1024x794.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-berlin-germany-brutalism-villa-1-copy-300x233.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-berlin-germany-brutalism-villa-1-copy-768x595.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-berlin-germany-brutalism-villa-1-copy-e1656605612663.jpg 1134w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3a4f3f9\" data-id=\"3a4f3f9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa721df elementor-widget elementor-widget-image\" data-id=\"fa721df\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/members\/art-house-exterior\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1134\" height=\"879\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-vintage-villa-tenerife-nature-pool.jpg\" class=\"attachment-full size-full wp-image-5891\" alt=\"plush74 Film Foto Event Location Vintage Villa Teneriffa Natur Pool\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-vintage-villa-tenerife-nature-pool.jpg 1134w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-vintage-villa-tenerife-nature-pool-300x233.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-vintage-villa-tenerife-nature-pool-1024x794.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/02\/plush74-film-photo-event-location-vintage-villa-tenerife-nature-pool-768x595.jpg 768w\" sizes=\"(max-width: 1134px) 100vw, 1134px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e532f2c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e532f2c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4c7a749\" data-id=\"4c7a749\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-01bf32b elementor-widget elementor-widget-text-editor\" data-id=\"01bf32b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>USA \/ KALIFORNIEN \/ FOTO \/ FILM \/ ORT<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d02612f elementor-widget elementor-widget-heading\" data-id=\"d02612f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NEU MIT PL\u00dcSCH74<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8996202 elementor-widget elementor-widget-text-editor\" data-id=\"8996202\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Die Pl\u00e4tze befinden sich in der freundlichen Stadt Borrego Springs. Es ist eine malerische Fahrt von Palm Springs, San Diego und Los Angeles. Die Pl\u00e4tze, das Clubhaus und der Pool befinden sich auf einem 5 Hektar gro\u00dfen Gel\u00e4nde mit Blick auf die San Ysidro Mountains.<\/p><p>Das gesamte Anwesen umfasst 4 Tennispl\u00e4tze, ein Clubhaus, B\u00e4der mit Duschen, einen Pool und einen Whirlpool, einen Pavillon am Pool und eine offene W\u00fcstenlandschaft mit Blick auf die Berge.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e31daa elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"0e31daa\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/locations\/the-courts\/\">\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\">DISCOVER die Gerichte<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74e31be elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"74e31be\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/location-scouting-request\/\" target=\"_blank\">\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\">ERSUCHEN Sie die Gerichte<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7ce9b60\" data-id=\"7ce9b60\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-46e8b10 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46e8b10\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d0c7a69\" data-id=\"d0c7a69\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a50c42 elementor-widget elementor-widget-image\" data-id=\"9a50c42\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-1024x1024.jpg\" class=\"attachment-large size-large wp-image-8220\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-1024x1024.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-300x300.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-150x150.jpg 150w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-768x768.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-1536x1536.jpg 1536w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/pool-crop-2048x2048.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2255283 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2255283\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ed257cd\" data-id=\"ed257cd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6da268a elementor-widget elementor-widget-text-editor\" data-id=\"6da268a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>ITALY \/ PUGLIA \/ FARMHOUSE \/ FOTO \/ FILM \/ LOCATION<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f12bb5b elementor-widget elementor-widget-heading\" data-id=\"f12bb5b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NEU MIT PL\u00dcSCH74<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb6b826 elementor-widget elementor-widget-text-editor\" data-id=\"eb6b826\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Diese Villa wurde im Stil eines traditionellen Bauernhauses eingerichtet. Sie werden die Schlichtheit und den Stil des Dekors und des lichtdurchfluteten Wohnzimmers lieben und die feine W\u00e4sche, die moderne Einrichtung und die Ausstattung genie\u00dfen. Es ist ein elegantes Ferienhaus in einer unschlagbaren Lage.\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c52f81d elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"c52f81d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/locations\/farmhouse-villa-italy\/\">\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\">Farmhouse entdecken<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95a6632 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"95a6632\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/location-scouting-request\/\" target=\"_blank\">\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\">Farmhouse anfragen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9aace43\" data-id=\"9aace43\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-98f847d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"98f847d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1aaeb59\" data-id=\"1aaeb59\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea787c5 elementor-widget elementor-widget-image\" data-id=\"ea787c5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/locations\/farmhouse-villa-italy\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"852\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/03\/plush74-italy-apulia-location-rent-shoot-film-photo-trullo-pool-14-2.jpg\" class=\"attachment-full size-full wp-image-8047\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/03\/plush74-italy-apulia-location-rent-shoot-film-photo-trullo-pool-14-2.jpg 1280w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/03\/plush74-italy-apulia-location-rent-shoot-film-photo-trullo-pool-14-2-300x200.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/03\/plush74-italy-apulia-location-rent-shoot-film-photo-trullo-pool-14-2-1024x682.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/03\/plush74-italy-apulia-location-rent-shoot-film-photo-trullo-pool-14-2-768x511.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0f7b542 elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"0f7b542\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f652906\" data-id=\"f652906\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ca88b1 elementor-widget elementor-widget-text-editor\" data-id=\"4ca88b1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>PLUSH74 \/ EUROPA \/ SIMMERPL\u00c4TZE #2<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa3c2f0 elementor-widget elementor-widget-heading\" data-id=\"fa3c2f0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/de\/concrete-brutalism-locations\/\">SOMMER<br>Ausgabe #2<\/a><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-706e038 elementor-widget elementor-widget-text-editor\" data-id=\"706e038\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>moderne Villen, Fincas, felsige Str\u00e4nde und vieles mehr.&nbsp;<\/p>\n<p>Entdecken Sie unseren wilden Mix aus einzigartigen Locations f\u00fcr Ihre Foto-, Film- oder Eventproduktion.<\/p>\n<p><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4015f79 elementor-widget elementor-widget-button\" data-id=\"4015f79\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/summer-location-collection-2\/\">\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\">ZUR SOMMERAUSGABE #2<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-738f371 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"738f371\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f02b43\" data-id=\"0f02b43\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5364ca5 elementor-widget elementor-widget-spacer\" data-id=\"5364ca5\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5dc5b8a elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"5dc5b8a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;background_motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;background_motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:7.0999999999999996447286321199499070644378662109375,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a1c8f2e\" data-id=\"a1c8f2e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85f2f3a elementor-widget elementor-widget-heading\" data-id=\"85f2f3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/plush74.com\/de\/location-scout-request\/\">Sie k\u00f6nnen Ihren Traumort nicht finden? <\/a><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5ccff0 elementor-widget elementor-widget-heading\" data-id=\"e5ccff0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/plush74.com\/de\/location-scouting-request\/\">KEINE SORGE - MELDEN SIE SICH - WIR SCOUTEN F\u00dcR SIE.<\/a><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eaa90cb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eaa90cb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c1df790\" data-id=\"c1df790\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c00982 elementor-widget elementor-widget-spacer\" data-id=\"3c00982\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-21c4f59 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"21c4f59\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-870a745\" data-id=\"870a745\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5c8dce elementor-widget elementor-widget-text-editor\" data-id=\"d5c8dce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><a href=\"https:\/\/plush74.com\/de\/news\/\">PLUSH74 \/ LOCATIONSUCHE \/ KUNDEN<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b30b3b elementor-widget elementor-widget-heading\" data-id=\"8b30b3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Harvey Nichols<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cb6288 elementor-widget elementor-widget-text-editor\" data-id=\"1cb6288\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p style=\"text-align: left;\">Location Scouting von Plush74 Spanien<\/p><p style=\"text-align: left;\">Fotograf: Hans Neumann<\/p><p style=\"text-align: left;\">Produktion: \u00a0<a href=\"http:\/\/ilikeibiza.es\">http:\/ilikeibiza.es<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68cab3f elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"68cab3f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/harveynichols22\/\">\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\">VOLLE PRODUKTION<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bc3f96 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"0bc3f96\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/news\/\">\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 KUNDEN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-414dbd8\" data-id=\"414dbd8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25d118b elementor-widget elementor-widget-image\" data-id=\"25d118b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"571\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/Ibiza-production-photo-service-video-film-locations-plush74-harvey-nichols-woman-finca1-1024x731.jpg\" class=\"attachment-large size-large wp-image-8239\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/Ibiza-production-photo-service-video-film-locations-plush74-harvey-nichols-woman-finca1-1024x731.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/Ibiza-production-photo-service-video-film-locations-plush74-harvey-nichols-woman-finca1-300x214.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/Ibiza-production-photo-service-video-film-locations-plush74-harvey-nichols-woman-finca1-768x549.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/Ibiza-production-photo-service-video-film-locations-plush74-harvey-nichols-woman-finca1.jpg 1400w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d8e307 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8d8e307\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e7378b9\" data-id=\"e7378b9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df9c684 elementor-widget elementor-widget-text-editor\" data-id=\"df9c684\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><a href=\"https:\/\/plush74.com\/de\/news\/\">PLUSH74 \/ LOCATIONSUCHE \/ KUNDEN<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aad504c elementor-widget elementor-widget-heading\" data-id=\"aad504c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WORMLAND<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e61ed0d elementor-widget elementor-widget-text-editor\" data-id=\"e61ed0d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Location Scouting von Plush74 Spanien<\/p><p>@ wormlandfashion<\/p><p>@ julian.spg<\/p><p>@ kl.b.r Tim K\u00e4lberer<\/p><p>@ norbertcheminel Haare&amp;Make Up<\/p><p>\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a18a40 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"5a18a40\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/wormland\/\">\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\">VOLLE PRODUKTION<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ea8567 elementor-widget__width-auto elementor-widget elementor-widget-button\" data-id=\"7ea8567\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/news\/\">\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 KUNDEN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-25bfd04\" data-id=\"25bfd04\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1e6010 elementor-widget elementor-widget-image\" data-id=\"f1e6010\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/wormland\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-1024x683.jpg\" class=\"attachment-large size-large wp-image-8775\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-1024x683.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-300x200.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-768x512.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-1536x1024.jpg 1536w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-agency-scout-spain-barcelona-brutalistic-pool-nature-rental-film-photo-wormland3-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d37e1c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4d37e1c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1cf1994\" data-id=\"1cf1994\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a819e1f elementor-widget elementor-widget-spacer\" data-id=\"a819e1f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62cfb1b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"62cfb1b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1f41437\" data-id=\"1f41437\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47feb23 elementor-widget elementor-widget-heading\" data-id=\"47feb23\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DAS STANDORTARCHIV<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-03c1b07 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"03c1b07\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a6be66f\" data-id=\"a6be66f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f5b2b3 elementor-widget elementor-widget-image\" data-id=\"3f5b2b3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/vintage-locations\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"580\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plus74-roundhouse-vila-usa-west-losangeles-location11-768x580.jpeg\" class=\"attachment-medium_large size-medium_large wp-image-8294\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plus74-roundhouse-vila-usa-west-losangeles-location11-768x580.jpeg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plus74-roundhouse-vila-usa-west-losangeles-location11-300x227.jpeg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plus74-roundhouse-vila-usa-west-losangeles-location11-1024x774.jpeg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plus74-roundhouse-vila-usa-west-losangeles-location11.jpeg 1313w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-bd4ff84 elementor-widget elementor-widget-text-editor\" data-id=\"bd4ff84\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>JAHRGANG AUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0529ad0\" data-id=\"0529ad0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-683c67a elementor-widget elementor-widget-image\" data-id=\"683c67a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/country-locations\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1313\" height=\"992\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-film-photo-event-uckermark-germany-farm-house-12.jpg\" class=\"attachment-1536x1536 size-1536x1536 wp-image-8315\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-film-photo-event-uckermark-germany-farm-house-12.jpg 1313w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-film-photo-event-uckermark-germany-farm-house-12-300x227.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-film-photo-event-uckermark-germany-farm-house-12-1024x774.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-film-photo-event-uckermark-germany-farm-house-12-768x580.jpg 768w\" sizes=\"(max-width: 1313px) 100vw, 1313px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-0e212ec elementor-widget elementor-widget-text-editor\" data-id=\"0e212ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>L\u00c4NDERAUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b3b4cdb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b3b4cdb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9df1a7a\" data-id=\"9df1a7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4aad992 elementor-widget elementor-widget-image\" data-id=\"4aad992\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/concrete-brutalism-locations\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"580\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-berlin-black-concrete-rent-event-photo-film-768x580.jpg\" class=\"attachment-medium_large size-medium_large wp-image-8304\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-berlin-black-concrete-rent-event-photo-film-768x580.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-berlin-black-concrete-rent-event-photo-film-300x227.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-berlin-black-concrete-rent-event-photo-film-1024x774.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-location-berlin-black-concrete-rent-event-photo-film.jpg 1313w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-c6b8d75 elementor-widget elementor-widget-text-editor\" data-id=\"c6b8d75\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>MONOCHROME AUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ed855fd\" data-id=\"ed855fd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0b1fd7 elementor-widget elementor-widget-image\" data-id=\"b0b1fd7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/monochrome-locations\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1313\" height=\"992\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-film-photo-location-spain-architecture-4.jpg\" class=\"attachment-1536x1536 size-1536x1536 wp-image-8300\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-film-photo-location-spain-architecture-4.jpg 1313w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-film-photo-location-spain-architecture-4-300x227.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-film-photo-location-spain-architecture-4-1024x774.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-film-photo-location-spain-architecture-4-768x580.jpg 768w\" sizes=\"(max-width: 1313px) 100vw, 1313px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-064e385 elementor-widget elementor-widget-text-editor\" data-id=\"064e385\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>MONOCHROME AUSGABE #2<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-abf0c91\" data-id=\"abf0c91\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fff9f7d elementor-widget elementor-widget-spacer\" data-id=\"fff9f7d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ac08fd3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ac08fd3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e0237d7\" data-id=\"e0237d7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48e3d09 elementor-widget elementor-widget-image\" data-id=\"48e3d09\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/summerspecial\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"605\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/11\/italy-villa-events-film-shooting-tuscany-plush7t-location-23-1024x774.jpg\" class=\"attachment-large size-large wp-image-3295\" alt=\"italien villa events filmdreharbeiten toskana plush7t location 23\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/11\/italy-villa-events-film-shooting-tuscany-plush7t-location-23-1024x774.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2020\/11\/italy-villa-events-film-shooting-tuscany-plush7t-location-23-300x227.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2020\/11\/italy-villa-events-film-shooting-tuscany-plush7t-location-23-768x580.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2020\/11\/italy-villa-events-film-shooting-tuscany-plush7t-location-23.jpg 1313w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-1c00994 elementor-widget elementor-widget-text-editor\" data-id=\"1c00994\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>SOMMERAUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-094d07a\" data-id=\"094d07a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a4ea506 elementor-widget elementor-widget-image\" data-id=\"a4ea506\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/summer-location-collection-2\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1313\" height=\"992\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-architecture-funky-rental-location-film-photo-event-organic-france-berlin-orange-retro-9-2.jpeg\" class=\"attachment-full size-full wp-image-8285\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-architecture-funky-rental-location-film-photo-event-organic-france-berlin-orange-retro-9-2.jpeg 1313w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-architecture-funky-rental-location-film-photo-event-organic-france-berlin-orange-retro-9-2-300x227.jpeg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-architecture-funky-rental-location-film-photo-event-organic-france-berlin-orange-retro-9-2-1024x774.jpeg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-architecture-funky-rental-location-film-photo-event-organic-france-berlin-orange-retro-9-2-768x580.jpeg 768w\" sizes=\"(max-width: 1313px) 100vw, 1313px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-4437666 elementor-widget elementor-widget-text-editor\" data-id=\"4437666\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>SOMMERAUSGABE #2<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df0b080 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"df0b080\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e5ac49\" data-id=\"1e5ac49\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-062944b elementor-widget elementor-widget-image\" data-id=\"062944b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/berlin-locations\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/01_plush74-rental-location-berlin-apartment-loft-penthouse-film-photo-shooting-768x576.jpeg\" class=\"attachment-medium_large size-medium_large wp-image-6623\" alt=\"01 plush74 Vermietung Location Berlin Wohnung Loft Penthouse Film Fotoshooting\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/01_plush74-rental-location-berlin-apartment-loft-penthouse-film-photo-shooting-768x576.jpeg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/01_plush74-rental-location-berlin-apartment-loft-penthouse-film-photo-shooting-300x225.jpeg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/01_plush74-rental-location-berlin-apartment-loft-penthouse-film-photo-shooting-1024x768.jpeg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/01_plush74-rental-location-berlin-apartment-loft-penthouse-film-photo-shooting.jpeg 1280w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-a0c8b8b elementor-widget elementor-widget-text-editor\" data-id=\"a0c8b8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>BERLIN AUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-00e215f\" data-id=\"00e215f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03bec11 elementor-widget elementor-widget-image\" data-id=\"03bec11\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/italycollection1\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1313\" height=\"992\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-italy-ischia-island-seaside-location-rent-shoot-film-photo-rocks-22-1.jpg\" class=\"attachment-full size-full wp-image-8292\" alt=\"\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-italy-ischia-island-seaside-location-rent-shoot-film-photo-rocks-22-1.jpg 1313w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-italy-ischia-island-seaside-location-rent-shoot-film-photo-rocks-22-1-300x227.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-italy-ischia-island-seaside-location-rent-shoot-film-photo-rocks-22-1-1024x774.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2023\/04\/plush74-italy-ischia-island-seaside-location-rent-shoot-film-photo-rocks-22-1-768x580.jpg 768w\" sizes=\"(max-width: 1313px) 100vw, 1313px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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 class=\"elementor-element elementor-element-7c13f89 elementor-widget elementor-widget-text-editor\" data-id=\"7c13f89\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>ITALIEN AUSGABE #1<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5265296 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5265296\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-15d8c64\" data-id=\"15d8c64\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38a20ef elementor-widget elementor-widget-spacer\" data-id=\"38a20ef\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5031bcb elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5031bcb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f0ec44b\" data-id=\"f0ec44b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bfc50e4 elementor-widget elementor-widget-text-editor\" data-id=\"bfc50e4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong style=\"color: rgb(0, 0, 0);\"><a style=\"color: #000000;\" href=\"https:\/\/plush74.com\/de\/register-login\/?account_type=agency#sw_register\">LOCATION EINREICHEN<\/a>!<\/strong><\/span><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-75448abc\" data-id=\"75448abc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b11d5ce elementor-align-justify swel_button_grid special-border-button elementor-widget elementor-widget-button\" data-id=\"1b11d5ce\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/register-login\/?account_type=agency#sw_register\">\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\">SCHNELL, EINFACH UND KOSTENLOS!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4765774e elementor-align-justify swel_button_grid special-border-button elementor-widget elementor-widget-button\" data-id=\"4765774e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/plush74.com\/de\/register-login\/?account_type=agency#sw_register\">\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\">KONTAKTIERE UNS!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ea7102 elementor-section-full_width elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"0ea7102\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-be0785b\" data-id=\"be0785b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7368658 elementor-widget elementor-widget-image\" data-id=\"7368658\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/plush74.com\/de\/members\/studio-olivia-steele\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1701\" height=\"1134\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9.jpg\" class=\"attachment-full size-full wp-image-5512\" alt=\"plush74 location foto film events europa retro vintage design miete agentur berlin portugal italien la 9\" srcset=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9.jpg 1701w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9-300x200.jpg 300w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9-1024x683.jpg 1024w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9-768x512.jpg 768w, https:\/\/plush74.com\/wp-content\/uploads\/2022\/01\/plush74-location-photo-film-events-europe-retro-vintage-design-rent-agency-berlin-portugal-italy-la-9-1536x1024.jpg 1536w\" sizes=\"(max-width: 1701px) 100vw, 1701px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1efdd7a\" data-id=\"1efdd7a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50d3d87 elementor-widget elementor-widget-text-editor\" data-id=\"50d3d87\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Finden Sie Ihre perfekten Locations.<\/p><p><span style=\"color: var( --e-global-color-text );\">Setzen Sie ein Lesezeichen f\u00fcr Ihre Lieblingsorte.<\/span><\/p><p style=\"text-align: left;\">In Kollektionen ordnen.<\/p><p style=\"text-align: left;\"><span style=\"color: var( --e-global-color-text );\">Alle auf einmal anfragen<\/span><\/p><p style=\"text-align: left;\">Wir k\u00fcmmern uns um Ihr Anfrage!<\/p><p style=\"text-align: left;\">Erstellen Sie ein kostenloses Konto und legen Sie los.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-576a08e elementor-widget elementor-widget-button\" data-id=\"576a08e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/de\/register-login\/#sw_register\">\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\">KONTO erstellen<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-70c933c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"70c933c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a2e0c2\" data-id=\"5a2e0c2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f6be80 elementor-widget elementor-widget-listings-custom\" data-id=\"2f6be80\" data-element_type=\"widget\" data-widget_type=\"listings-custom.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n        <section class=\"pl_listingl section-picks section  container-palette\">\r\n            <div class=\"section-title\">\r\n                <h2 class=\"title elementor-inline-editing\" data-no-translation=\"\">NEW WITH PLUSH<\/h2>\r\n                <span class=\"subtitle elementor-inline-editing\"><\/span>\r\n            <\/div>\r\n            <div class=\"row result-container row-flex\">\r\n                                                            \r\n                                                                            <div class=\"col-md-3 col-sm-5col\">\r\n                                <div class=\"thumbnail thumbnail-property thumbnail-result\">\r\n                                    <div class=\"thumbnail-image\">\r\n                                                                                    <div id=\"listing_carousel_3479\" class=\"carousel carousel-listing slide\" data-ride=\"carousel\" data-interval=\"false\">\r\n                                                <!-- Carousel items -->\r\n                                                <div class=\"carousel-inner\">\r\n                                                                                                                                                                    <div class=\"item active\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-brutalist-housing-paris-1.jpg\" class=\"img-responsive\" alt=\"plush74 colourful brutalist housing paris 1\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-brutalist-housing-paris-2.jpg\" class=\"img-responsive\" alt=\"plush74 colourful brutalist housing paris 2\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-brutalist-housing-paris-3.jpg\" class=\"img-responsive\" alt=\"plush74 colourful brutalist housing paris 3\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-brutalist-housing-paris-4.jpg\" class=\"img-responsive\" alt=\"plush74 colourful brutalist housing paris 4\">\r\n                                                        <\/div>\r\n                                                                                                                                                            <\/div>\r\n                                                                                                    <!-- Carousel nav -->\r\n                                                    <a class=\"left carousel-control disable_scroll\" href=\"#listing_carousel_3479\" data-slide=\"prev\">\r\n                                                        <i class=\"fa fa-angle-left\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a class=\"right carousel-control disable_scroll\" href=\"#listing_carousel_3479\" data-slide=\"next\">\r\n                                                        <i class=\"fa fa-angle-right\"><\/i>\r\n                                                    <\/a>\r\n                                                 \r\n                                            <\/div>\r\n                                                                                <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-brutalist-housing-paris\" target=\"_blank\"><\/a>\r\n                                        <div class=\"icons\">\r\n                                            <a href=\"\/\/www.facebook.com\/share.php?u=https:\/\/plush74.com\/de\/locations\/colourful-brutalist-housing-paris&amp;title=COLOURFUL BRUTALIST HOUSING PARIS\"><i class=\"ion-android-share-alt\"><\/i><\/a>\r\n                                                                                            <span class=\"favorites-actions\">\r\n                                                    <a href=\"#\" data-id=\"3479\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3479\" class=\"remove-favorites-action remove-from-favorites hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <i class=\"fa fa-spinner fa-spin fa-custom-ajax-indicator\"><\/i>\r\n                                                <\/span>\r\n                                                                                        <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-brutalist-housing-paris#listing_location\" data-listingid_open=\"3479\"><i class=\"ion-location\"><\/i><\/a>\r\n                                            <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-brutalist-housing-paris\" target=\"_blank\"><i class=\"ion-forward\"><\/i><\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"caption\">\r\n                                        <div class=\"caption-rs\">\r\n                                                                                            <span class=\"favorites-actions pull-left\">\r\n                                                    <a href=\"#\" data-id=\"3479\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark-o\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3479\" class=\"remove-favorites-action hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark\"><\/i>\r\n                                                    <\/a>\r\n                                                <\/span>\r\n                                                                                    <\/div>\r\n                                        <div class=\"caption-header\"> \r\n                                            <h3 class=\"thumbnail-title\" data-no-translation=\"\"><a href=\"https:\/\/plush74.com\/de\/locations\/colourful-brutalist-housing-paris\" target=\"_blank\">COLOURFUL BRUTALIST HOUSING PARIS<\/a><\/h3>\r\n                                        <\/div>\r\n                                        <div class=\"descr\">\r\n                                            Location - LANDSCAPE - URBAN                                             - Ivry-sur-Seine, FRANCE                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>   \r\n                        \r\n                                            \r\n                                                                            <div class=\"col-md-3 col-sm-5col\">\r\n                                <div class=\"thumbnail thumbnail-property thumbnail-result\">\r\n                                    <div class=\"thumbnail-image\">\r\n                                                                                    <div id=\"listing_carousel_3478\" class=\"carousel carousel-listing slide\" data-ride=\"carousel\" data-interval=\"false\">\r\n                                                <!-- Carousel items -->\r\n                                                <div class=\"carousel-inner\">\r\n                                                                                                                                                                    <div class=\"item active\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-tiny-apartment-rotterdam-27.jpg\" class=\"img-responsive\" alt=\"plush74 colourful tiny apartment rotterdam 27\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-tiny-apartment-rotterdam-25.jpg\" class=\"img-responsive\" alt=\"plush74 colourful tiny apartment rotterdam 25\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-tiny-apartment-rotterdam-28.jpg\" class=\"img-responsive\" alt=\"plush74 colourful tiny apartment rotterdam 28\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-colourful-tiny-apartment-rotterdam-26.jpg\" class=\"img-responsive\" alt=\"plush74 colourful tiny apartment rotterdam 26\">\r\n                                                        <\/div>\r\n                                                                                                                                                            <\/div>\r\n                                                                                                    <!-- Carousel nav -->\r\n                                                    <a class=\"left carousel-control disable_scroll\" href=\"#listing_carousel_3478\" data-slide=\"prev\">\r\n                                                        <i class=\"fa fa-angle-left\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a class=\"right carousel-control disable_scroll\" href=\"#listing_carousel_3478\" data-slide=\"next\">\r\n                                                        <i class=\"fa fa-angle-right\"><\/i>\r\n                                                    <\/a>\r\n                                                 \r\n                                            <\/div>\r\n                                                                                <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-tiny-apartment-rotterdam\" target=\"_blank\"><\/a>\r\n                                        <div class=\"icons\">\r\n                                            <a href=\"\/\/www.facebook.com\/share.php?u=https:\/\/plush74.com\/de\/locations\/colourful-tiny-apartment-rotterdam&amp;title=COLOURFUL TINY APARTMENT ROTTERDAM\"><i class=\"ion-android-share-alt\"><\/i><\/a>\r\n                                                                                            <span class=\"favorites-actions\">\r\n                                                    <a href=\"#\" data-id=\"3478\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3478\" class=\"remove-favorites-action remove-from-favorites hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <i class=\"fa fa-spinner fa-spin fa-custom-ajax-indicator\"><\/i>\r\n                                                <\/span>\r\n                                                                                        <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-tiny-apartment-rotterdam#listing_location\" data-listingid_open=\"3478\"><i class=\"ion-location\"><\/i><\/a>\r\n                                            <a href=\"https:\/\/plush74.com\/de\/locations\/colourful-tiny-apartment-rotterdam\" target=\"_blank\"><i class=\"ion-forward\"><\/i><\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"caption\">\r\n                                        <div class=\"caption-rs\">\r\n                                                                                            <span class=\"favorites-actions pull-left\">\r\n                                                    <a href=\"#\" data-id=\"3478\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark-o\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3478\" class=\"remove-favorites-action hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark\"><\/i>\r\n                                                    <\/a>\r\n                                                <\/span>\r\n                                                                                    <\/div>\r\n                                        <div class=\"caption-header\"> \r\n                                            <h3 class=\"thumbnail-title\" data-no-translation=\"\"><a href=\"https:\/\/plush74.com\/de\/locations\/colourful-tiny-apartment-rotterdam\" target=\"_blank\">COLOURFUL TINY APARTMENT ROTTERDAM<\/a><\/h3>\r\n                                        <\/div>\r\n                                        <div class=\"descr\">\r\n                                            Location - SPECIAL LOCATION                                             - Rotterdam, NETHERLANDS                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>   \r\n                        \r\n                                            \r\n                                                                            <div class=\"col-md-3 col-sm-5col\">\r\n                                <div class=\"thumbnail thumbnail-property thumbnail-result\">\r\n                                    <div class=\"thumbnail-image\">\r\n                                                                                    <div id=\"listing_carousel_3451\" class=\"carousel carousel-listing slide\" data-ride=\"carousel\" data-interval=\"false\">\r\n                                                <!-- Carousel items -->\r\n                                                <div class=\"carousel-inner\">\r\n                                                                                                                                                                    <div class=\"item active\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309marie-sophie-kiepe-practice-04.jpg\" class=\"img-responsive\" alt=\"marie sophie kiepe practice 04\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309marie-sophie-kiepe-practice-06.jpg\" class=\"img-responsive\" alt=\"marie sophie kiepe practice 06\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309marie-sophie-kiepe-practice-02.jpg\" class=\"img-responsive\" alt=\"marie sophie kiepe practice 02\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309marie-sophie-kiepe-practice-01.jpg\" class=\"img-responsive\" alt=\"marie sophie kiepe practice 01\">\r\n                                                        <\/div>\r\n                                                                                                                                                            <\/div>\r\n                                                                                                    <!-- Carousel nav -->\r\n                                                    <a class=\"left carousel-control disable_scroll\" href=\"#listing_carousel_3451\" data-slide=\"prev\">\r\n                                                        <i class=\"fa fa-angle-left\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a class=\"right carousel-control disable_scroll\" href=\"#listing_carousel_3451\" data-slide=\"next\">\r\n                                                        <i class=\"fa fa-angle-right\"><\/i>\r\n                                                    <\/a>\r\n                                                 \r\n                                            <\/div>\r\n                                                                                <a href=\"https:\/\/plush74.com\/de\/locations\/light-filled-historic-berlin-studio\" target=\"_blank\"><\/a>\r\n                                        <div class=\"icons\">\r\n                                            <a href=\"\/\/www.facebook.com\/share.php?u=https:\/\/plush74.com\/de\/locations\/light-filled-historic-berlin-studio&amp;title=Light-filled historic Berlin studio\"><i class=\"ion-android-share-alt\"><\/i><\/a>\r\n                                                                                            <span class=\"favorites-actions\">\r\n                                                    <a href=\"#\" data-id=\"3451\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3451\" class=\"remove-favorites-action remove-from-favorites hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <i class=\"fa fa-spinner fa-spin fa-custom-ajax-indicator\"><\/i>\r\n                                                <\/span>\r\n                                                                                        <a href=\"https:\/\/plush74.com\/de\/locations\/light-filled-historic-berlin-studio#listing_location\" data-listingid_open=\"3451\"><i class=\"ion-location\"><\/i><\/a>\r\n                                            <a href=\"https:\/\/plush74.com\/de\/locations\/light-filled-historic-berlin-studio\" target=\"_blank\"><i class=\"ion-forward\"><\/i><\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"caption\">\r\n                                        <div class=\"caption-rs\">\r\n                                                                                            <span class=\"favorites-actions pull-left\">\r\n                                                    <a href=\"#\" data-id=\"3451\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark-o\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3451\" class=\"remove-favorites-action hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark\"><\/i>\r\n                                                    <\/a>\r\n                                                <\/span>\r\n                                                                                    <\/div>\r\n                                        <div class=\"caption-header\"> \r\n                                            <h3 class=\"thumbnail-title\" data-no-translation=\"\"><a href=\"https:\/\/plush74.com\/de\/locations\/light-filled-historic-berlin-studio\" target=\"_blank\">Light-filled historic Berlin studio<\/a><\/h3>\r\n                                        <\/div>\r\n                                        <div class=\"descr\">\r\n                                            Standort - STUDIO - BERLIN, DEUTSCHLAND                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>   \r\n                        \r\n                                            \r\n                                                                            <div class=\"col-md-3 col-sm-5col\">\r\n                                <div class=\"thumbnail thumbnail-property thumbnail-result\">\r\n                                    <div class=\"thumbnail-image\">\r\n                                                                                    <div id=\"listing_carousel_3441\" class=\"carousel carousel-listing slide\" data-ride=\"carousel\" data-interval=\"false\">\r\n                                                <!-- Carousel items -->\r\n                                                <div class=\"carousel-inner\">\r\n                                                                                                                                                                    <div class=\"item active\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-antique-bookshop-berlin-13.JPG\" class=\"img-responsive\" alt=\"plush74 antique bookshop berlin 13\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-antique-bookshop-berlin-2.JPG\" class=\"img-responsive\" alt=\"plush74 antique bookshop berlin 2\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-antique-bookshop-berlin-15.JPG\" class=\"img-responsive\" alt=\"plush74 antique bookshop berlin 15\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush74-antique-bookshop-berlin-13%20%281%29.JPG\" class=\"img-responsive\" alt=\"plush74 antique bookshop berlin 13 (1)\">\r\n                                                        <\/div>\r\n                                                                                                                                                            <\/div>\r\n                                                                                                    <!-- Carousel nav -->\r\n                                                    <a class=\"left carousel-control disable_scroll\" href=\"#listing_carousel_3441\" data-slide=\"prev\">\r\n                                                        <i class=\"fa fa-angle-left\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a class=\"right carousel-control disable_scroll\" href=\"#listing_carousel_3441\" data-slide=\"next\">\r\n                                                        <i class=\"fa fa-angle-right\"><\/i>\r\n                                                    <\/a>\r\n                                                 \r\n                                            <\/div>\r\n                                                                                <a href=\"https:\/\/plush74.com\/de\/locations\/antique-bookshop-berlin\" target=\"_blank\"><\/a>\r\n                                        <div class=\"icons\">\r\n                                            <a href=\"\/\/www.facebook.com\/share.php?u=https:\/\/plush74.com\/de\/locations\/antique-bookshop-berlin&amp;title=ANTIQUE BOOKSHOP BERLIN\"><i class=\"ion-android-share-alt\"><\/i><\/a>\r\n                                                                                            <span class=\"favorites-actions\">\r\n                                                    <a href=\"#\" data-id=\"3441\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3441\" class=\"remove-favorites-action remove-from-favorites hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <i class=\"fa fa-spinner fa-spin fa-custom-ajax-indicator\"><\/i>\r\n                                                <\/span>\r\n                                                                                        <a href=\"https:\/\/plush74.com\/de\/locations\/antique-bookshop-berlin#listing_location\" data-listingid_open=\"3441\"><i class=\"ion-location\"><\/i><\/a>\r\n                                            <a href=\"https:\/\/plush74.com\/de\/locations\/antique-bookshop-berlin\" target=\"_blank\"><i class=\"ion-forward\"><\/i><\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"caption\">\r\n                                        <div class=\"caption-rs\">\r\n                                                                                            <span class=\"favorites-actions pull-left\">\r\n                                                    <a href=\"#\" data-id=\"3441\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark-o\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3441\" class=\"remove-favorites-action hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark\"><\/i>\r\n                                                    <\/a>\r\n                                                <\/span>\r\n                                                                                    <\/div>\r\n                                        <div class=\"caption-header\"> \r\n                                            <h3 class=\"thumbnail-title\" data-no-translation=\"\"><a href=\"https:\/\/plush74.com\/de\/locations\/antique-bookshop-berlin\" target=\"_blank\">ANTIQUE BOOKSHOP BERLIN<\/a><\/h3>\r\n                                        <\/div>\r\n                                        <div class=\"descr\">\r\n                                            Standort - GESCH\u00c4FTSRAUM - LADEN - BERLIN, DEUTSCHLAND                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>   \r\n                        \r\n                                            \r\n                                                                            <div class=\"col-md-3 col-sm-5col hidden-md\">\r\n                                <div class=\"thumbnail thumbnail-property thumbnail-result\">\r\n                                    <div class=\"thumbnail-image\">\r\n                                                                                    <div id=\"listing_carousel_3440\" class=\"carousel carousel-listing slide\" data-ride=\"carousel\" data-interval=\"false\">\r\n                                                <!-- Carousel items -->\r\n                                                <div class=\"carousel-inner\">\r\n                                                                                                                                                                    <div class=\"item active\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush-74-102393-7.jpg\" class=\"img-responsive\" alt=\"plush 74 102393 7\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush-74-102393-3.jpg\" class=\"img-responsive\" alt=\"plush 74 102393 3\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush-74-102393-5.jpg\" class=\"img-responsive\" alt=\"plush 74 102393 5\">\r\n                                                        <\/div>\r\n                                                                                                                                                                    <div class=\"item\" rel=\"group\" hidefocus=\"true\">\r\n                                                            <img decoding=\"async\" src=\"\/\/plush74.com\/wp-content\/uploads\/sw_win\/files\/strict_cache\/528x309plush-74-102393-4.jpg\" class=\"img-responsive\" alt=\"plush 74 102393 4\">\r\n                                                        <\/div>\r\n                                                                                                                                                            <\/div>\r\n                                                                                                    <!-- Carousel nav -->\r\n                                                    <a class=\"left carousel-control disable_scroll\" href=\"#listing_carousel_3440\" data-slide=\"prev\">\r\n                                                        <i class=\"fa fa-angle-left\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a class=\"right carousel-control disable_scroll\" href=\"#listing_carousel_3440\" data-slide=\"next\">\r\n                                                        <i class=\"fa fa-angle-right\"><\/i>\r\n                                                    <\/a>\r\n                                                 \r\n                                            <\/div>\r\n                                                                                <a href=\"https:\/\/plush74.com\/de\/locations\/neighborhood-storefront-with-garden\" target=\"_blank\"><\/a>\r\n                                        <div class=\"icons\">\r\n                                            <a href=\"\/\/www.facebook.com\/share.php?u=https:\/\/plush74.com\/de\/locations\/neighborhood-storefront-with-garden&amp;title=Neighborhood Storefront with Garden\"><i class=\"ion-android-share-alt\"><\/i><\/a>\r\n                                                                                            <span class=\"favorites-actions\">\r\n                                                    <a href=\"#\" data-id=\"3440\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3440\" class=\"remove-favorites-action remove-from-favorites hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"ion-android-favorite\"><\/i>\r\n                                                    <\/a>\r\n                                                    <i class=\"fa fa-spinner fa-spin fa-custom-ajax-indicator\"><\/i>\r\n                                                <\/span>\r\n                                                                                        <a href=\"https:\/\/plush74.com\/de\/locations\/neighborhood-storefront-with-garden#listing_location\" data-listingid_open=\"3440\"><i class=\"ion-location\"><\/i><\/a>\r\n                                            <a href=\"https:\/\/plush74.com\/de\/locations\/neighborhood-storefront-with-garden\" target=\"_blank\"><i class=\"ion-forward\"><\/i><\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"caption\">\r\n                                        <div class=\"caption-rs\">\r\n                                                                                            <span class=\"favorites-actions pull-left\">\r\n                                                    <a href=\"#\" data-id=\"3440\" class=\"add-favorites-action\"  data-loginpopup=\"true\"   data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark-o\"><\/i>\r\n                                                    <\/a>\r\n                                                    <a href=\"#\" data-id=\"3440\" class=\"remove-favorites-action hidden\" data-ajax=\"https:\/\/plush74.com\/wp-admin\/admin-ajax.php?lang=\">\r\n                                                        <i class=\"fa fa-bookmark\"><\/i>\r\n                                                    <\/a>\r\n                                                <\/span>\r\n                                                                                    <\/div>\r\n                                        <div class=\"caption-header\"> \r\n                                            <h3 class=\"thumbnail-title\" data-no-translation=\"\"><a href=\"https:\/\/plush74.com\/de\/locations\/neighborhood-storefront-with-garden\" target=\"_blank\">Neighborhood Storefront with Garden<\/a><\/h3>\r\n                                        <\/div>\r\n                                        <div class=\"descr\">\r\n                                            Standort - GESCH\u00c4FTSRAUM - LADEN - BERLIN, DEUTSCHLAND                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>   \r\n                        \r\n                                                <\/div>\r\n        <\/section> <!-- \/.section-picks -->\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13125e88 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"13125e88\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e3c07fa\" data-id=\"3e3c07fa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-444fcb0a elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"444fcb0a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FOLGE UNS AUF INSTAGRAM<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a999e49 elementor-section-full_width instagram-desktop elementor-section-height-default elementor-section-height-default\" data-id=\"a999e49\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58a0053\" data-id=\"58a0053\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a6531f elementor-widget elementor-widget-wp-widget-instagram-feed-widget\" data-id=\"6a6531f\" data-element_type=\"widget\" data-widget_type=\"wp-widget-instagram-feed-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_6 sbi_width_resp\" style=\"padding-bottom: 10px;\" data-feedid=\"*2\"  data-res=\"auto\" data-cols=\"6\" data-colsmobile=\"1\" data-colstablet=\"2\" data-num=\"6\" data-nummobile=\"3\" data-item-padding=\"5\" data-shortcode-atts=\"{&quot;feed&quot;:&quot;2&quot;,&quot;cachetime&quot;:30}\"  data-postid=\"9566\" data-locatornonce=\"1e833f6676\" data-sbi-flags=\"favorLocal,gdpr\">\n\t\n    <div id=\"sbi_images\"  style=\"gap: 10px;\">\n\t\t<div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_17902965219429303\" data-date=\"1779468149\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DYpeYaFjAYc\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/703317957_18103046719994436_84835128017595694_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=104&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=RKVeDl2Ja_IQ7kNvwHE0oKs&#038;_nc_oc=AdrgpiF9c83u05wohlPgNMPuwBUG6Eh0yq8Gelha0JHQJu5oqEUEFlsr1io75Ztuvt9V9jqTU7A1QCbgAyM2tpVx&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQE-YAbo2LiX8intxcuUTUGQ8JVIE5CDvkPRdI9R8yJqeblklkPIeJ_Vuc5XNGBKIo1XBUD5zEfdNg&#038;oh=00_Af8p6mgaeyHWUa9a38CoEBKsHHebcluWOxFkwfT_xrDgjg&#038;oe=6A309900\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/703317957_18103046719994436_84835128017595694_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=RKVeDl2Ja_IQ7kNvwHE0oKs&amp;_nc_oc=AdrgpiF9c83u05wohlPgNMPuwBUG6Eh0yq8Gelha0JHQJu5oqEUEFlsr1io75Ztuvt9V9jqTU7A1QCbgAyM2tpVx&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE-YAbo2LiX8intxcuUTUGQ8JVIE5CDvkPRdI9R8yJqeblklkPIeJ_Vuc5XNGBKIo1XBUD5zEfdNg&amp;oh=00_Af8p6mgaeyHWUa9a38CoEBKsHHebcluWOxFkwfT_xrDgjg&amp;oe=6A309900&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/703317957_18103046719994436_84835128017595694_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=RKVeDl2Ja_IQ7kNvwHE0oKs&amp;_nc_oc=AdrgpiF9c83u05wohlPgNMPuwBUG6Eh0yq8Gelha0JHQJu5oqEUEFlsr1io75Ztuvt9V9jqTU7A1QCbgAyM2tpVx&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE-YAbo2LiX8intxcuUTUGQ8JVIE5CDvkPRdI9R8yJqeblklkPIeJ_Vuc5XNGBKIo1XBUD5zEfdNg&amp;oh=00_Af8p6mgaeyHWUa9a38CoEBKsHHebcluWOxFkwfT_xrDgjg&amp;oe=6A309900&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/703317957_18103046719994436_84835128017595694_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=RKVeDl2Ja_IQ7kNvwHE0oKs&amp;_nc_oc=AdrgpiF9c83u05wohlPgNMPuwBUG6Eh0yq8Gelha0JHQJu5oqEUEFlsr1io75Ztuvt9V9jqTU7A1QCbgAyM2tpVx&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE-YAbo2LiX8intxcuUTUGQ8JVIE5CDvkPRdI9R8yJqeblklkPIeJ_Vuc5XNGBKIo1XBUD5zEfdNg&amp;oh=00_Af8p6mgaeyHWUa9a38CoEBKsHHebcluWOxFkwfT_xrDgjg&amp;oe=6A309900&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/703317957_18103046719994436_84835128017595694_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=RKVeDl2Ja_IQ7kNvwHE0oKs&amp;_nc_oc=AdrgpiF9c83u05wohlPgNMPuwBUG6Eh0yq8Gelha0JHQJu5oqEUEFlsr1io75Ztuvt9V9jqTU7A1QCbgAyM2tpVx&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE-YAbo2LiX8intxcuUTUGQ8JVIE5CDvkPRdI9R8yJqeblklkPIeJ_Vuc5XNGBKIo1XBUD5zEfdNg&amp;oh=00_Af8p6mgaeyHWUa9a38CoEBKsHHebcluWOxFkwfT_xrDgjg&amp;oe=6A309900&quot;}\">\n            <span class=\"sbi-screenreader\">Need a typical Berlin WG-Zimmer for your next shoo<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Need a typical Berlin WG-Zimmer for your next shoot? We got you covered! Try out our intelligent Plush search filters and enjoy browsing and searching with intent \ud83e\udd0d @plush.74\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_18111106813923283\" data-date=\"1779202396\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DYhjf0VjMu8\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/702191295_18102731329994436_1188355942547632305_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=108&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=L0v-faJkHbQQ7kNvwFw6aK1&#038;_nc_oc=Adr2dqUxM12AB5thqM63Xd7TH3Lv1E1qxeUDrm_WXA0DPI2sfQJZ7Z-7RnvHzRBOVQsQNeDxalPIVTmlbz60oqt1&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQElA29shoEh_PpCPe5d5gxC8gsbszgv8OCech6haJiK9U3fIOJu1nP0TTplOTJe_NEWtdGLlFUpdw&#038;oh=00_Af_OTBBGhX2Z-uE5q-97WR0zXV2Fsa9OLMVBDCgdSBqZ6g&#038;oe=6A309090\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/702191295_18102731329994436_1188355942547632305_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=L0v-faJkHbQQ7kNvwFw6aK1&amp;_nc_oc=Adr2dqUxM12AB5thqM63Xd7TH3Lv1E1qxeUDrm_WXA0DPI2sfQJZ7Z-7RnvHzRBOVQsQNeDxalPIVTmlbz60oqt1&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQElA29shoEh_PpCPe5d5gxC8gsbszgv8OCech6haJiK9U3fIOJu1nP0TTplOTJe_NEWtdGLlFUpdw&amp;oh=00_Af_OTBBGhX2Z-uE5q-97WR0zXV2Fsa9OLMVBDCgdSBqZ6g&amp;oe=6A309090&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/702191295_18102731329994436_1188355942547632305_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=L0v-faJkHbQQ7kNvwFw6aK1&amp;_nc_oc=Adr2dqUxM12AB5thqM63Xd7TH3Lv1E1qxeUDrm_WXA0DPI2sfQJZ7Z-7RnvHzRBOVQsQNeDxalPIVTmlbz60oqt1&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQElA29shoEh_PpCPe5d5gxC8gsbszgv8OCech6haJiK9U3fIOJu1nP0TTplOTJe_NEWtdGLlFUpdw&amp;oh=00_Af_OTBBGhX2Z-uE5q-97WR0zXV2Fsa9OLMVBDCgdSBqZ6g&amp;oe=6A309090&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/702191295_18102731329994436_1188355942547632305_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=L0v-faJkHbQQ7kNvwFw6aK1&amp;_nc_oc=Adr2dqUxM12AB5thqM63Xd7TH3Lv1E1qxeUDrm_WXA0DPI2sfQJZ7Z-7RnvHzRBOVQsQNeDxalPIVTmlbz60oqt1&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQElA29shoEh_PpCPe5d5gxC8gsbszgv8OCech6haJiK9U3fIOJu1nP0TTplOTJe_NEWtdGLlFUpdw&amp;oh=00_Af_OTBBGhX2Z-uE5q-97WR0zXV2Fsa9OLMVBDCgdSBqZ6g&amp;oe=6A309090&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/702191295_18102731329994436_1188355942547632305_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=L0v-faJkHbQQ7kNvwFw6aK1&amp;_nc_oc=Adr2dqUxM12AB5thqM63Xd7TH3Lv1E1qxeUDrm_WXA0DPI2sfQJZ7Z-7RnvHzRBOVQsQNeDxalPIVTmlbz60oqt1&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQElA29shoEh_PpCPe5d5gxC8gsbszgv8OCech6haJiK9U3fIOJu1nP0TTplOTJe_NEWtdGLlFUpdw&amp;oh=00_Af_OTBBGhX2Z-uE5q-97WR0zXV2Fsa9OLMVBDCgdSBqZ6g&amp;oe=6A309090&quot;}\">\n            <span class=\"sbi-screenreader\">A quiet retreat above the city \u2014 this beautifull<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"A quiet retreat above the city \u2014 this beautifully renovated \u201cPlatte\u201d apartment combines raw concrete, warm wood and soft natural light, overlooking Alexanderplatz, the Fernsehturm and Berlin\u2019s iconic Coca-Cola sign. Thoughtfully designed with a balance of minimalism and warmth, the space feels both grounded and cinematic \u2014 an inspiring setting for living, photography and film productions alike. @plush.74 @christophersitzlerarchitekt Photos by Volker Conradus for AD Magazine\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_18332549623301703\" data-date=\"1778656569\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DYRSakWjK36\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/696236207_18102097363994436_3645509474502005624_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=110&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=izG0BmYWuIwQ7kNvwGK1EaE&#038;_nc_oc=Ado80eYm9wZZ1BFPHew8-3smIxuoqygWmCZGiuhBRnn1xgGp0fqxoXTNeUr1jC2YyvtSe2PjS4uhD5rqkfgokjZZ&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQGESs-TQuWyaKSyHAW3YJIf1HkbbHTAjRJg3ydwicYJyQV35pljTwJX3-EwdyiIXGr2uuZE9mnqJQ&#038;oh=00_Af_TrI6mrVxYTqJ4ijGpXxOZPjpabwfshTwMchNcZoBa8A&#038;oe=6A309503\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/696236207_18102097363994436_3645509474502005624_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=izG0BmYWuIwQ7kNvwGK1EaE&amp;_nc_oc=Ado80eYm9wZZ1BFPHew8-3smIxuoqygWmCZGiuhBRnn1xgGp0fqxoXTNeUr1jC2YyvtSe2PjS4uhD5rqkfgokjZZ&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQGESs-TQuWyaKSyHAW3YJIf1HkbbHTAjRJg3ydwicYJyQV35pljTwJX3-EwdyiIXGr2uuZE9mnqJQ&amp;oh=00_Af_TrI6mrVxYTqJ4ijGpXxOZPjpabwfshTwMchNcZoBa8A&amp;oe=6A309503&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/696236207_18102097363994436_3645509474502005624_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=izG0BmYWuIwQ7kNvwGK1EaE&amp;_nc_oc=Ado80eYm9wZZ1BFPHew8-3smIxuoqygWmCZGiuhBRnn1xgGp0fqxoXTNeUr1jC2YyvtSe2PjS4uhD5rqkfgokjZZ&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQGESs-TQuWyaKSyHAW3YJIf1HkbbHTAjRJg3ydwicYJyQV35pljTwJX3-EwdyiIXGr2uuZE9mnqJQ&amp;oh=00_Af_TrI6mrVxYTqJ4ijGpXxOZPjpabwfshTwMchNcZoBa8A&amp;oe=6A309503&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/696236207_18102097363994436_3645509474502005624_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=izG0BmYWuIwQ7kNvwGK1EaE&amp;_nc_oc=Ado80eYm9wZZ1BFPHew8-3smIxuoqygWmCZGiuhBRnn1xgGp0fqxoXTNeUr1jC2YyvtSe2PjS4uhD5rqkfgokjZZ&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQGESs-TQuWyaKSyHAW3YJIf1HkbbHTAjRJg3ydwicYJyQV35pljTwJX3-EwdyiIXGr2uuZE9mnqJQ&amp;oh=00_Af_TrI6mrVxYTqJ4ijGpXxOZPjpabwfshTwMchNcZoBa8A&amp;oe=6A309503&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/696236207_18102097363994436_3645509474502005624_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=110&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=izG0BmYWuIwQ7kNvwGK1EaE&amp;_nc_oc=Ado80eYm9wZZ1BFPHew8-3smIxuoqygWmCZGiuhBRnn1xgGp0fqxoXTNeUr1jC2YyvtSe2PjS4uhD5rqkfgokjZZ&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQGESs-TQuWyaKSyHAW3YJIf1HkbbHTAjRJg3ydwicYJyQV35pljTwJX3-EwdyiIXGr2uuZE9mnqJQ&amp;oh=00_Af_TrI6mrVxYTqJ4ijGpXxOZPjpabwfshTwMchNcZoBa8A&amp;oe=6A309503&quot;}\">\n            <span class=\"sbi-screenreader\">A quiet finca in Mallorca with warm earthy interio<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"A quiet finca in Mallorca with warm earthy interiors, lots of natural light, and complete privacy. Cacti surround the terrace, and there\u2019s an outdoor bathtub tucked into the garden. Simple, cozy, and giving slow mornings and long evenings outside. @plush.74 All photos via @juliettemainx\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_18093801095467808\" data-date=\"1778079765\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DYAGP12DCsG\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/692467946_18101431273994436_4972737267768292428_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=105&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=rit9I-o7yCQQ7kNvwFk702t&#038;_nc_oc=Ado7aCg0SkqbTt28xBhlPdpHWD31WX4Mx8GEXpYOp_jZ-SUudpy9JbnIm9_h2XrUINZUCpJCTRLU1Gu7Laosuj4z&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQHIvHw5SmwZtpq-Pp4aceuPVB93ZzXrF1FvjkQv7NOETrdUMrWe2171GYjf3TgLhDosmsA5_7Xxcw&#038;oh=00_Af8dygMoRJk9OtB28fL2d9zaJTdXMhJ6pD01QSMUPrco2A&#038;oe=6A309187\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/692467946_18101431273994436_4972737267768292428_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=rit9I-o7yCQQ7kNvwFk702t&amp;_nc_oc=Ado7aCg0SkqbTt28xBhlPdpHWD31WX4Mx8GEXpYOp_jZ-SUudpy9JbnIm9_h2XrUINZUCpJCTRLU1Gu7Laosuj4z&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQHIvHw5SmwZtpq-Pp4aceuPVB93ZzXrF1FvjkQv7NOETrdUMrWe2171GYjf3TgLhDosmsA5_7Xxcw&amp;oh=00_Af8dygMoRJk9OtB28fL2d9zaJTdXMhJ6pD01QSMUPrco2A&amp;oe=6A309187&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/692467946_18101431273994436_4972737267768292428_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=rit9I-o7yCQQ7kNvwFk702t&amp;_nc_oc=Ado7aCg0SkqbTt28xBhlPdpHWD31WX4Mx8GEXpYOp_jZ-SUudpy9JbnIm9_h2XrUINZUCpJCTRLU1Gu7Laosuj4z&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQHIvHw5SmwZtpq-Pp4aceuPVB93ZzXrF1FvjkQv7NOETrdUMrWe2171GYjf3TgLhDosmsA5_7Xxcw&amp;oh=00_Af8dygMoRJk9OtB28fL2d9zaJTdXMhJ6pD01QSMUPrco2A&amp;oe=6A309187&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/692467946_18101431273994436_4972737267768292428_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=rit9I-o7yCQQ7kNvwFk702t&amp;_nc_oc=Ado7aCg0SkqbTt28xBhlPdpHWD31WX4Mx8GEXpYOp_jZ-SUudpy9JbnIm9_h2XrUINZUCpJCTRLU1Gu7Laosuj4z&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQHIvHw5SmwZtpq-Pp4aceuPVB93ZzXrF1FvjkQv7NOETrdUMrWe2171GYjf3TgLhDosmsA5_7Xxcw&amp;oh=00_Af8dygMoRJk9OtB28fL2d9zaJTdXMhJ6pD01QSMUPrco2A&amp;oe=6A309187&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/692467946_18101431273994436_4972737267768292428_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=105&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=rit9I-o7yCQQ7kNvwFk702t&amp;_nc_oc=Ado7aCg0SkqbTt28xBhlPdpHWD31WX4Mx8GEXpYOp_jZ-SUudpy9JbnIm9_h2XrUINZUCpJCTRLU1Gu7Laosuj4z&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQHIvHw5SmwZtpq-Pp4aceuPVB93ZzXrF1FvjkQv7NOETrdUMrWe2171GYjf3TgLhDosmsA5_7Xxcw&amp;oh=00_Af8dygMoRJk9OtB28fL2d9zaJTdXMhJ6pD01QSMUPrco2A&amp;oe=6A309187&quot;}\">\n            <span class=\"sbi-screenreader\">Perched on the cliffs of Sorrento, this private es<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Perched on the cliffs of Sorrento, this private estate opens out to endless views over the Bay of Naples and Mount Vesuvius.Built on ancient Roman ruins and once owned by William Waldorf Astor, it carries layers of history in every corner \u2014 from stone to sea.Now a living museum of art, antiques, and atmosphere, the villa features six suites, a rooftop terrace, a pool, and a secret passage through a grotto that leads straight into the sea. And one of the highlights is probably the garden, ranked as one of Europe\u2019s most beautiful, where nature and time seem to stand still. @villa_astorAll images via Villa Astor8 @enrico_costantini9 @marymoon_iphoto10 @weddest_italy 11 @bottega5312 @vividsymphony\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_18079963139251541\" data-date=\"1777291383\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DXomh5NDPvp\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/682231244_18100533142994436_7874334671808611360_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=111&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=2kQXvcmfpv0Q7kNvwHM4Poz&#038;_nc_oc=Adp-eAgD4mKtRpZT3zWANwHlmB_w5GKJ3NEYlV8hhvU1PdnNlWd5VW914l11x_uS1inLe2oN58Ok_Ix3JGzMMJus&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQE0xOU9avk2gyYkwOyyUI-u_sTLpFrGFfg9VOGHtg5xqBy0iw8SXF5n-sWf-krvgzS6jrtyHLGvLA&#038;oh=00_Af-htA57FqVvMRoH5PLAabs0S7RhvlywdjMTUE0qrXLrmA&#038;oe=6A30B037\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/682231244_18100533142994436_7874334671808611360_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=2kQXvcmfpv0Q7kNvwHM4Poz&amp;_nc_oc=Adp-eAgD4mKtRpZT3zWANwHlmB_w5GKJ3NEYlV8hhvU1PdnNlWd5VW914l11x_uS1inLe2oN58Ok_Ix3JGzMMJus&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE0xOU9avk2gyYkwOyyUI-u_sTLpFrGFfg9VOGHtg5xqBy0iw8SXF5n-sWf-krvgzS6jrtyHLGvLA&amp;oh=00_Af-htA57FqVvMRoH5PLAabs0S7RhvlywdjMTUE0qrXLrmA&amp;oe=6A30B037&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/682231244_18100533142994436_7874334671808611360_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=2kQXvcmfpv0Q7kNvwHM4Poz&amp;_nc_oc=Adp-eAgD4mKtRpZT3zWANwHlmB_w5GKJ3NEYlV8hhvU1PdnNlWd5VW914l11x_uS1inLe2oN58Ok_Ix3JGzMMJus&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE0xOU9avk2gyYkwOyyUI-u_sTLpFrGFfg9VOGHtg5xqBy0iw8SXF5n-sWf-krvgzS6jrtyHLGvLA&amp;oh=00_Af-htA57FqVvMRoH5PLAabs0S7RhvlywdjMTUE0qrXLrmA&amp;oe=6A30B037&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/682231244_18100533142994436_7874334671808611360_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=2kQXvcmfpv0Q7kNvwHM4Poz&amp;_nc_oc=Adp-eAgD4mKtRpZT3zWANwHlmB_w5GKJ3NEYlV8hhvU1PdnNlWd5VW914l11x_uS1inLe2oN58Ok_Ix3JGzMMJus&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE0xOU9avk2gyYkwOyyUI-u_sTLpFrGFfg9VOGHtg5xqBy0iw8SXF5n-sWf-krvgzS6jrtyHLGvLA&amp;oh=00_Af-htA57FqVvMRoH5PLAabs0S7RhvlywdjMTUE0qrXLrmA&amp;oe=6A30B037&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/682231244_18100533142994436_7874334671808611360_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=111&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=2kQXvcmfpv0Q7kNvwHM4Poz&amp;_nc_oc=Adp-eAgD4mKtRpZT3zWANwHlmB_w5GKJ3NEYlV8hhvU1PdnNlWd5VW914l11x_uS1inLe2oN58Ok_Ix3JGzMMJus&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQE0xOU9avk2gyYkwOyyUI-u_sTLpFrGFfg9VOGHtg5xqBy0iw8SXF5n-sWf-krvgzS6jrtyHLGvLA&amp;oh=00_Af-htA57FqVvMRoH5PLAabs0S7RhvlywdjMTUE0qrXLrmA&amp;oe=6A30B037&quot;}\">\n            <span class=\"sbi-screenreader\">A classic Berlin Altbau that feels like a refined <\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"A classic Berlin Altbau that feels like a refined playground \u2014 where bold color meets modern and mid-century design, framed by high ceilings and ornate stucco.138 sqm, 4 rooms, with the potential to expand to 240 sqm. Made for dinners, presentations, showrooms, and everything in between. @plush.74 @philipp__hofstetter\">\n        <\/a>\n    <\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\" id=\"sbi_18099440008990945\" data-date=\"1776937441\">\n    <div class=\"sbi_photo_wrap\">\n        <a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DXeDcFLDObs\/\" target=\"_blank\" rel=\"noopener nofollow\" data-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/671267856_18100074460994436_5929643387030716565_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=104&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=_d0MAms2HHgQ7kNvwHI2Quh&#038;_nc_oc=Adp5YgM_Mubt9EFQI3TjLQCUac2rLg27AZYR2c_5vCh14-57t_pTYTZDhVFJk28Fs20-DwGTUK8riF4-hOBBGPZN&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&#038;_nc_tpa=Q5bMBQFI_zrPIvZwe7K8G34kfoe9mExVDHQRKJw8Snyi5LftfL33T6euPQQi_cyjxHehY7fQn7VAi4nKSg&#038;oh=00_Af8C__SMBIEJH0VjDiGag3xo63nja7LXa5XSw1q7Ki5V9g&#038;oe=6A309EB8\" data-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/671267856_18100074460994436_5929643387030716565_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=_d0MAms2HHgQ7kNvwHI2Quh&amp;_nc_oc=Adp5YgM_Mubt9EFQI3TjLQCUac2rLg27AZYR2c_5vCh14-57t_pTYTZDhVFJk28Fs20-DwGTUK8riF4-hOBBGPZN&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQFI_zrPIvZwe7K8G34kfoe9mExVDHQRKJw8Snyi5LftfL33T6euPQQi_cyjxHehY7fQn7VAi4nKSg&amp;oh=00_Af8C__SMBIEJH0VjDiGag3xo63nja7LXa5XSw1q7Ki5V9g&amp;oe=6A309EB8&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/671267856_18100074460994436_5929643387030716565_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=_d0MAms2HHgQ7kNvwHI2Quh&amp;_nc_oc=Adp5YgM_Mubt9EFQI3TjLQCUac2rLg27AZYR2c_5vCh14-57t_pTYTZDhVFJk28Fs20-DwGTUK8riF4-hOBBGPZN&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQFI_zrPIvZwe7K8G34kfoe9mExVDHQRKJw8Snyi5LftfL33T6euPQQi_cyjxHehY7fQn7VAi4nKSg&amp;oh=00_Af8C__SMBIEJH0VjDiGag3xo63nja7LXa5XSw1q7Ki5V9g&amp;oe=6A309EB8&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/671267856_18100074460994436_5929643387030716565_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=_d0MAms2HHgQ7kNvwHI2Quh&amp;_nc_oc=Adp5YgM_Mubt9EFQI3TjLQCUac2rLg27AZYR2c_5vCh14-57t_pTYTZDhVFJk28Fs20-DwGTUK8riF4-hOBBGPZN&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQFI_zrPIvZwe7K8G34kfoe9mExVDHQRKJw8Snyi5LftfL33T6euPQQi_cyjxHehY7fQn7VAi4nKSg&amp;oh=00_Af8C__SMBIEJH0VjDiGag3xo63nja7LXa5XSw1q7Ki5V9g&amp;oe=6A309EB8&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/671267856_18100074460994436_5929643387030716565_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=_d0MAms2HHgQ7kNvwHI2Quh&amp;_nc_oc=Adp5YgM_Mubt9EFQI3TjLQCUac2rLg27AZYR2c_5vCh14-57t_pTYTZDhVFJk28Fs20-DwGTUK8riF4-hOBBGPZN&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=RKOm7vcWTkk2-lLivqiRgg&amp;_nc_tpa=Q5bMBQFI_zrPIvZwe7K8G34kfoe9mExVDHQRKJw8Snyi5LftfL33T6euPQQi_cyjxHehY7fQn7VAi4nKSg&amp;oh=00_Af8C__SMBIEJH0VjDiGag3xo63nja7LXa5XSw1q7Ki5V9g&amp;oe=6A309EB8&quot;}\">\n            <span class=\"sbi-screenreader\">A 600 sqm loft in the heart of Berlin, hidden on a<\/span>\n            <svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Klonen\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 512 512\">\n\t                <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n\t            <\/svg>\t                    <img decoding=\"async\" src=\"https:\/\/plush74.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"A 600 sqm loft in the heart of Berlin, hidden on a tiny island near Nonnendamm \u2014 central yet completely secluded.Industrial bones meet a lived-in, creative spirit: wooden floors, iconic vintage pieces, factory windows, and floor-to-ceiling bookcases. A shallow pool adds a quiet Zen like touch.\">\n        <\/a>\n    <\/div>\n<\/div>    <\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\n\t\n<\/div>\n\n\t    <span class=\"sbi_resized_image_data\" data-feed-id=\"*2\" data-resized=\"{&quot;17902965219429303&quot;:{&quot;id&quot;:&quot;703317957_18103046719994436_84835128017595694_n&quot;,&quot;ratio&quot;:&quot;0.75&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18111106813923283&quot;:{&quot;id&quot;:&quot;702191295_18102731329994436_1188355942547632305_n&quot;,&quot;ratio&quot;:&quot;0.80&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18332549623301703&quot;:{&quot;id&quot;:&quot;696236207_18102097363994436_3645509474502005624_n&quot;,&quot;ratio&quot;:&quot;0.75&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18093801095467808&quot;:{&quot;id&quot;:&quot;692467946_18101431273994436_4972737267768292428_n&quot;,&quot;ratio&quot;:&quot;0.81&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18079963139251541&quot;:{&quot;id&quot;:&quot;682231244_18100533142994436_7874334671808611360_n&quot;,&quot;ratio&quot;:&quot;0.82&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18099440008990945&quot;:{&quot;id&quot;:&quot;671267856_18100074460994436_5929643387030716565_n&quot;,&quot;ratio&quot;:&quot;1.34&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;}}\">\n\t<\/span>\n\t<\/div>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ccf21d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0ccf21d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5fdae35\" data-id=\"5fdae35\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-450c6a2 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"450c6a2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-family: var( --e-global-typography-primary-font-family ), Maison Neue;font-size: 43px;font-weight: var( --e-global-typography-primary-font-weight );letter-spacing: -0.3px\">ALS ERSTER \u00dcBER NEUE STANDORTE INFORMIERT WERDEN <\/span><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c26aad4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c26aad4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3729979\" data-id=\"3729979\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dcf921c elementor-widget elementor-widget-html\" data-id=\"dcf921c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    region: \"na1\",\r\n    portalId: \"7473519\",\r\n    formId: \"62ae8b20-bad9-40f9-933b-c384d0ed61fe\"\r\n  });\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-84d32ee\" data-id=\"84d32ee\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cada04c elementor-widget elementor-widget-spacer\" data-id=\"cada04c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff47a88 elementor-widget elementor-widget-image\" data-id=\"ff47a88\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/plush74.com\/wp-content\/uploads\/2022\/09\/Smiley-1_3.gif\" class=\"attachment-medium size-medium wp-image-6614\" alt=\"Smiley 1 3\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Filter EINZIGARTIGE STANDORTE F\u00dcR SCH\u00d6NE PRODUKTE PLUSH74 \/ INTERNATIONALE STANDORTPLATTFORM UND LOCATION SCOUTING SERVICE WAS IST PLUSH74?   PLUSH74 ist eine kuratierte Auswahl an Locations, die f\u00fcr Event-, Foto- und Filmproduktionen auf der ganzen Welt gebucht werden k\u00f6nnen. Ob ein futuristischer Skatepark in Spanien, ein verlassenes Theater in Berlin oder eine historische Villa in Italien, wir haben [...]<\/p>","protected":false},"author":1,"featured_media":2093,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9566","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Plush74 - Unique Locations for Beautiful Productions<\/title>\n<meta name=\"description\" content=\"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/plush74.com\/de\/welcome-search-new\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plush74 - Unique Locations for Beautiful Productions\" \/>\n<meta property=\"og:description\" content=\"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/plush74.com\/de\/welcome-search-new\/\" \/>\n<meta property=\"og:site_name\" content=\"Plush74\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-07T14:12:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\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=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"12\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/\",\"url\":\"https:\/\/plush74.com\/welcome-search-new\/\",\"name\":\"Plush74 - Unique Locations for Beautiful Productions\",\"isPartOf\":{\"@id\":\"https:\/\/plush74.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg\",\"datePublished\":\"2023-08-07T14:07:56+00:00\",\"dateModified\":\"2023-08-07T14:12:20+00:00\",\"description\":\"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.\",\"breadcrumb\":{\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/plush74.com\/welcome-search-new\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/#primaryimage\",\"url\":\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg\",\"contentUrl\":\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg\",\"width\":512,\"height\":512,\"caption\":\"IG Signet 512px\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/plush74.com\/welcome-search-new\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/plush74.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Welcome &#8211; Search\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/plush74.com\/#website\",\"url\":\"https:\/\/plush74.com\/\",\"name\":\"Plush74\",\"description\":\"Locations with Character\",\"publisher\":{\"@id\":\"https:\/\/plush74.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/plush74.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/plush74.com\/#organization\",\"name\":\"Plush74\",\"url\":\"https:\/\/plush74.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/plush74.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/cropped-IG-Signet-512px.jpg\",\"contentUrl\":\"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/cropped-IG-Signet-512px.jpg\",\"width\":512,\"height\":512,\"caption\":\"Plush74\"},\"image\":{\"@id\":\"https:\/\/plush74.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/plush.74\/\",\"https:\/\/www.linkedin.com\/company\/plush74\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plush74 - Unique Locations for Beautiful Productions","description":"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.","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:\/\/plush74.com\/de\/welcome-search-new\/","og_locale":"de_DE","og_type":"article","og_title":"Plush74 - Unique Locations for Beautiful Productions","og_description":"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.","og_url":"https:\/\/plush74.com\/de\/welcome-search-new\/","og_site_name":"Plush74","article_modified_time":"2023-08-07T14:12:20+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"12\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/plush74.com\/welcome-search-new\/","url":"https:\/\/plush74.com\/welcome-search-new\/","name":"Plush74 - Unique Locations for Beautiful Productions","isPartOf":{"@id":"https:\/\/plush74.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/plush74.com\/welcome-search-new\/#primaryimage"},"image":{"@id":"https:\/\/plush74.com\/welcome-search-new\/#primaryimage"},"thumbnailUrl":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg","datePublished":"2023-08-07T14:07:56+00:00","dateModified":"2023-08-07T14:12:20+00:00","description":"A curated selection of locations bookable for event, photo and film productions all over the world. Location scout for amazing rentals.","breadcrumb":{"@id":"https:\/\/plush74.com\/welcome-search-new\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/plush74.com\/welcome-search-new\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/plush74.com\/welcome-search-new\/#primaryimage","url":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg","contentUrl":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/IG-Signet-512px.jpg","width":512,"height":512,"caption":"IG Signet 512px"},{"@type":"BreadcrumbList","@id":"https:\/\/plush74.com\/welcome-search-new\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/plush74.com\/"},{"@type":"ListItem","position":2,"name":"Welcome &#8211; Search"}]},{"@type":"WebSite","@id":"https:\/\/plush74.com\/#website","url":"https:\/\/plush74.com\/","name":"Plush74","description":"Locations with Character","publisher":{"@id":"https:\/\/plush74.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/plush74.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/plush74.com\/#organization","name":"Plush74","url":"https:\/\/plush74.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/plush74.com\/#\/schema\/logo\/image\/","url":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/cropped-IG-Signet-512px.jpg","contentUrl":"https:\/\/plush74.com\/wp-content\/uploads\/2020\/08\/cropped-IG-Signet-512px.jpg","width":512,"height":512,"caption":"Plush74"},"image":{"@id":"https:\/\/plush74.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/plush.74\/","https:\/\/www.linkedin.com\/company\/plush74"]}]}},"_links":{"self":[{"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/pages\/9566"}],"collection":[{"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/comments?post=9566"}],"version-history":[{"count":4,"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/pages\/9566\/revisions"}],"predecessor-version":[{"id":9570,"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/pages\/9566\/revisions\/9570"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/media\/2093"}],"wp:attachment":[{"href":"https:\/\/plush74.com\/de\/wp-json\/wp\/v2\/media?parent=9566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}