{"id":350738,"date":"2021-07-20T15:33:44","date_gmt":"2021-07-20T13:33:44","guid":{"rendered":"https:\/\/residencesolei.it\/home-villaggio-residence-solei\/"},"modified":"2024-04-22T09:50:45","modified_gmt":"2024-04-22T07:50:45","slug":"home-villaggio-residence-solei","status":"publish","type":"page","link":"https:\/\/residencesolei.it\/de\/","title":{"rendered":"Home &#8211; Villaggio Residence Solei"},"content":{"rendered":"<p>[vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;center&#8221; background_color=&#8221;#dd5d5d&#8221; padding_top=&#8221;0px&#8221; box_shadow_on_row=&#8221;no&#8221; el_id=&#8221;row-banner-prenota&#8221;][vc_column css_animation=&#8221;none&#8221; css=&#8221;.vc_custom_1626875482873{background-color: #dd5d5d !important;}&#8221;][vc_column_text el_id=&#8221;row-banner-prenota&#8221;]<!-- PHOBS \/\/ start -->\n\t<form action='https:\/\/secure.phobs.net\/booking.php' target='_blank' method='get' id='phobs_book' name='phobs_book'>\n\t<input name='hotel' type='hidden' value='0caf1f97dec0984ebf4731d41a050c52' style='display: none'>\n\t<input name='company_id' type='hidden' value='53dfc02c13e4f439f992a8cb23691392' style='display: none' \/>\n\t<input name='view_cancel' type='hidden' value='' style='display: none' \/>\n\t<input name='lang' type='hidden' value='de' style='display: none' \/> \n\t<div class='container'>\n\t\t<div class='row booking_naslov'>\n\t\t\t<div class='col-lg-3 col-xs-12'>\n\t\t\t\tAnreise<br>\n\t\t\t\t<input type='text' name='check_in' id='check_in' style='padding: 10px 5px; width: 100%;' class='datepicker'>\n                <input type='date' name='check_in_mobile' id='check_in_mobile' style='padding: 10px 5px; width: 100%;'>\n\t\t\t\t<input type='hidden' name='check_in_day'   id='check_in_day'>\n\t\t\t\t<input type='hidden' name='check_in_month' id='check_in_month'>\n\t\t\t\t<input type='hidden' name='check_in_year'  id='check_in_year'>\n\t\t\t<\/div>\n\t\t\t<div class='col-lg-3 col-xs-12'>\n\t\t\t\tAbreise<br>\n\t\t\t\t<input type='text' name='check_out' id='check_out' style='padding: 10px 5px; width: 100%;' class='datepicker'>\n                <input type='date' name='check_out_mobile' id='check_out_mobile'  style='padding: 10px 5px; width: 100%;'>\n\t\t\t\t<input type='hidden' name='check_out_day'   id='check_out_day'>\n\t\t\t\t<input type='hidden' name='check_out_month' id='check_out_month'>\n\t\t\t\t<input type='hidden' name='check_out_year'  id='check_out_year'>\n\t\t\t<\/div> \n\t\t\t<div class='col-lg-3 col-xs-12'>\n\t\t\t\tPromo-Code  <span style='font-style: italic; font-size: x-small;'>(Optional):<\/span><br>\n\t\t\t\t<input name='partners_access' type='text' size='20' maxlength='20' value='' class='access_code' placeholder='Promo-Code'  style='padding: 20px 5px; width: 100%;'> \n\t\t\t<\/div>\t\n\t\t\t<div class='col-lg-3 col-xs-12'>\n\t\t\t\t<br>\n\t\t\t        <input name='book' type='submit' value='Booking' class='button' style='margin: 0;'>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\t<\/div>\n\t<\/form>\n    \n    <script language='javascript' type='text\/javascript'>\n\n    jQuery(document).ready(function($) {\n        $('#check_in').datepicker({\n            dateFormat : 'dd\/mm\/yy',\n            minDate: 0,\n            onSelect: function () {\n                var date = $(this).datepicker('getDate');\n                if (date) {\n                    date.setDate(date.getDate() + 1);\n                    $('#check_out').datepicker('option', 'minDate', date);\n                }\n\n                var arr = $(this).val().split('\/');\n                val_check_in(arr[2]+'-'+arr[1]+'-'+arr[0]);\n            }   \n        });\n\n        $('#check_out').datepicker({\n            dateFormat : 'dd\/mm\/yy',\n            minDate: 0,\n            onSelect: function () {\n                var arr = $(this).val().split('\/');\n                val_check_out(arr[2]+'-'+arr[1]+'-'+arr[0]);\n            }\n        });\n\n\n        $('#check_in').attr('autocomplete', 'off');\n        $('#check_in').attr('readonly', 'readonly');\n        $('#check_out').attr('autocomplete', 'off');\n        $('#check_out').attr('readonly', 'readonly');\n\n        \n        \/\/ MOBILE \n        $('#check_in_mobile').change(function(){\n            val_check_in($(this).val());\n        });\n            $('#check_out_mobile').change(function(){\n            val_check_out($(this).val());\n        });\n        \n        \/\/ PHOBS PARAM \n        \n        function val_check_in(d) {\n            var arr = d.split('-');\n            $('#check_in_day').val(arr[2]);\n            $('#check_in_month').val(arr[1]);\n            $('#check_in_year').val(arr[0]);\n\n            $('#check_in').val(arr[2]+'\/'+arr[1]+'\/'+arr[0]);\n            $('#check_in_mobile').val(d);\n        }\n        \n        function val_check_out(d) {\n            var arr = d.split('-');\n            $('#check_out_day').val(arr[2]);\n            $('#check_out_month').val(arr[1]);\n            $('#check_out_year').val(arr[0]);\n\n            $('#check_out').val(arr[2]+'\/'+arr[1]+'\/'+arr[0]);\n            $('#check_out_mobile').val(d);\n        }\n        \n        \/\/ PHOBS - form setup \n        \/\/ phobsSetupForm();\n\n        var todaysDate = new Date();\n        var year = todaysDate.getFullYear();\n        var month = ('0' + (todaysDate.getMonth() + 1)).slice(-2);\n        var day = ('0' + todaysDate.getDate()).slice(-2);\n        var maxDate = (year +'-'+ month +'-'+ day);\n        $('#check_in_mobile').attr('min',maxDate);\n        $('#check_out_mobile').attr('min',maxDate);\n\n\n    });\n\n    <\/script>\n   \n\t<style type='text\/css'>\n        .ui-datepicker td { padding: 1px !important; }\n        \n        @media (max-width: 800px) {\n        \t#check_in {display: none;}\n        \t#check_in_mobile {display: inline-block;}\t\n        \t#check_out {display: none;}\n        \t#check_out_mobile {display: inline-block;}\t\n        }\n        \n        @media (min-width: 800px) {\n        \t#check_in {display: inline-block;}\n        \t#check_in_mobile {display: none;}\t\n        \t#check_out {display: inline-block;}\n        \t#check_out_mobile {display: none;}\t\n        }\n\n        input[type='text'].hasDatepicker {\n            background-image: url(https:\/\/parkhotelimperial.it\/wp-content\/themes\/thegem-child-theme\/img\/calendar.svg);\n            background-repeat: no-repeat;\n            background-position: 99% center;\n            background-size: auto 60%;\n        }\n\n\t<\/style>\n   \n\t<!-- PHOBS \/\/ end -->[\/vc_column_text][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;center&#8221; padding_top=&#8221;0px&#8221; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;class-hide&#8221;][vc_column css_animation=&#8221;none&#8221; css=&#8221;.vc_custom_1626875482873{background-color: #dd5d5d !important;}&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode font_awesome circle eltd_huge_iconpull-center pulse eltd_icon_animation\" data-hover-border-color=#ccc770 data-hover-background-color=#3f3f3f  style=\"border-color: #ffffff;border-width: 2px!important; border-style:solid;line-height:40px;width:40px;height:40px;\n            -webkit-transition: transform 0.2s ease 100ms, background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/buchung-und-kont\u2026-residence-solei\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-phone \" style=\"color: #ffffff;vertical-align:bottom;line-height:40px;\" data-color=\"#ffffff\" data-hover-color=\"#ccc770\" ><\/i><span class=\"animation_overlay\" style=\"box-shadow: 0 0 0 5px #ffffff; \"><\/span><\/a><\/span>[vc_separator type=&#8221;transparent&#8221; up=&#8221;10&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\"><a href=\"https:\/\/residencesolei.it\/de\/buchung-und-kont\u2026-residence-solei\/\"><span style=\"color: #ffffff;\"><strong> BUCHUNG &amp; KONTAKT | DAS GANZE JAHR GE\u00d6FFNET<\/strong><\/span><\/a><\/h3>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;25&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;yes&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column css=&#8221;.vc_custom_1626275071105{margin-top: 50px !important;}&#8221;][no_elements_holder number_of_columns=&#8221;two_columns&#8221;][no_elements_holder_item aligment=&#8221;center&#8221; vertical_alignment=&#8221;middle&#8221; enable_hover_effect=&#8221;no&#8221; advanced_animations=&#8221;no&#8221; item_padding_1300_1600=&#8221;0 0 0 0&#8243; item_padding_1000_1300=&#8221;0 0 0 0&#8243; item_padding_768_1000=&#8221;0 0 0 0&#8243; item_padding_600_768=&#8221;0 0 0 0&#8243; item_padding_480_600=&#8221;0 0 0 0&#8243; item_padding_480=&#8221;0 0 0 0&#8243; elemnts_holder_frame=&#8221;no&#8221;][vc_single_image image=&#8221;350117&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/no_elements_holder_item][no_elements_holder_item background_color=&#8221;#ffffff&#8221; item_padding=&#8221;0 15% 0 15%&#8221; aligment=&#8221;center&#8221; vertical_alignment=&#8221;middle&#8221; enable_hover_effect=&#8221;no&#8221; advanced_animations=&#8221;no&#8221; item_padding_1300_1600=&#8221;0 15% 0 15%&#8221; item_padding_1000_1300=&#8221;9% 4% 2% 4%&#8221; item_padding_768_1000=&#8221;10% 5% 10% 5%&#8221; item_padding_600_768=&#8221;10% 5% 10% 5%&#8221; item_padding_480_600=&#8221;15% 5% 15% 5%&#8221; item_padding_480=&#8221;25% 5% 15% 5%&#8221; elemnts_holder_frame=&#8221;no&#8221;]<div class=\"custom_font_holder\" style=\"font-family: Raleway; font-size: 35px; line-height: 35px; font-style: normal; font-weight: 500; color: #3c6098; text-decoration: none; letter-spacing: 0px;; padding: 0; margin: 0; text-transform: uppercase; text-align: center\" data-font-size=35 data-line-height=35 ><div  ><\/p>\n<h1>RESIDENCE SOLEI, WOHNUNGEN AM GARDASEE<\/h1>\n<p><\/div><\/div><div class=\"custom_font_holder\" style=\"font-family: Marck Script; font-size: 30px; line-height: 40px; font-style: normal; font-weight: 400; color: #444444; text-decoration: none; letter-spacing: -1px;; padding: 15px; margin: 0; text-transform: none; text-align: center\" data-font-size=30 data-line-height=40 ><div  >Residence direkt am gardasee.<br \/>\nHunde sind willkommen!<br \/>\n<\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;5&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]Das Villaggio Residence Solei ist eine Oase der Ruhe mit Appartements unterschiedlicher Gr\u00f6\u00dfe, hell und ruhig mit Blick auf den See, ganz in der N\u00e4he von Castelletto di Brenzone, mit Blick auf den See und bietet Ihnen allen Komfort inklusive kostenlosem Parkplatz. Hervorragend geeignet f\u00fcr Familien und f\u00fcr Urlaub mit Hund, aber auch als Ausgangspunkt f\u00fcr Sport am See: Der Radweg f\u00fchrt direkt am Haus vorbei.[\/vc_column_text][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #dd5d5d;\">&#8211; DAS GANZE JAHR GE\u00d6FFNET &#8211;<\/span><\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][\/no_elements_holder_item][\/no_elements_holder][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; background_color=&#8221;#b68d67&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column][no_elements_holder number_of_columns=&#8221;two_columns&#8221; switch_to_one_column=&#8221;1000&#8243;][no_elements_holder_item background_color=&#8221;#3c6098&#8243; item_padding=&#8221;30px 100px 80px 150px&#8221; aligment=&#8221;left&#8221; enable_hover_effect=&#8221;no&#8221; advanced_animations=&#8221;no&#8221; item_padding_1000_1300=&#8221;15% 3% 16% 34%&#8221; item_padding_768_1000=&#8221;10% 28% 10% 4%&#8221; item_padding_600_768=&#8221;10% 28% 10% 4%&#8221; item_padding_480_600=&#8221;10% 6% 10% 7%&#8221; item_padding_480=&#8221;10% 6% 10% 7%&#8221; elemnts_holder_frame=&#8221;no&#8221;]<div class=\"eltd_counter_holder  left\" style=\"padding-bottom: 0px;\"><span class=\"counter  zero\" style=\"color: #ffffff;letter-spacing: 1px;font-size: 70px;font-weight: 400;\">12<\/span><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;17&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h2><span style=\"color: #ffffff;\">WOHNUNGEN<\/span><br \/>\n<span style=\"color: #ffffff;\">Solei Classic<\/span><\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;21&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h4><span style=\"color: #ffffff;\">Gem\u00fctliche Zwei- und Dreizimmerwohnungen, familien- und hundefreundlich.<br \/>\nSehen Sie die klassischen Sonnenwohnungen.<\/span><\/h4>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;31&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;]<a href=\"https:\/\/residencesolei.it\/de\/classic-ferienwo\u2026ngen-am-gardasee\/\" target=\"_self\" data-hover-animated-background-color=#ffffff  class=\"qbutton  large qbutton_with_icon icon_right fill_text_rotate_icon animate_button\" style=\"color: #464646; border-color: #dadada; border-width: 2px; font-size: 13px; font-weight: 800; background-color: #8dc5dd;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>WOHNUNGEN ANZEIGEN Solei Classic<\/span><span style=\"\" class=\"hidden_text\">WOHNUNGEN ANZEIGEN Solei Classic<\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #dadada; border-left-width: 2px; \"><span  style=\"color: #3c6098; \"><span aria-hidden=\"true\" class=\"eltd_icon_font_elegant icon_key button_icon\" style=\"font-size: 19px; \" ><\/span><\/span><span style=\"\" class=\"hidden_icon\"><span aria-hidden=\"true\" class=\"eltd_icon_font_elegant icon_key button_icon\" style=\"font-size: 19px; \" ><\/span><\/span><\/span><\/a>[\/no_elements_holder_item][no_elements_holder_item background_image=&#8221;351373&#8243; item_padding=&#8221;0px 600px 0px 0px&#8221; aligment=&#8221;center&#8221; vertical_alignment=&#8221;middle&#8221; enable_hover_effect=&#8221;yes&#8221; hover_image=&#8221;351359&#8243; image_link=&#8221;https:\/\/residencesolei.it\/appartamenti-classic-per-vacanze-sul-lago-di-garda\/#prezzi-solei-classic&#8221; image_link_text=&#8221;PREISE SOLEI CLASSIC&#8221; advanced_animations=&#8221;no&#8221; item_padding_1000_1300=&#8221;15% 3% 15% 0%&#8221; item_padding_768_1000=&#8221;6% 27% 6% 0%&#8221; item_padding_600_768=&#8221;6% 27% 6% 0%&#8221; item_padding_480_600=&#8221;13% 0% 13% 0%&#8221; item_padding_480=&#8221;13% 0% 13% 0%&#8221; elemnts_holder_frame=&#8221;no&#8221;][vc_separator type=&#8221;normal&#8221; thickness=&#8221;0&#8243; up=&#8221;300&#8243; up_style=&#8221;px&#8221; down=&#8221;200&#8243; down_style=&#8221;px&#8221;][\/no_elements_holder_item][\/no_elements_holder][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; background_color=&#8221;#3c6097&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column][no_elements_holder number_of_columns=&#8221;two_columns&#8221; switch_to_one_column=&#8221;1000&#8243;][no_elements_holder_item background_image=&#8221;349422&#8243; item_padding=&#8221;0px 600px 0px 0px&#8221; aligment=&#8221;center&#8221; vertical_alignment=&#8221;middle&#8221; enable_hover_effect=&#8221;yes&#8221; hover_image=&#8221;349309&#8243; image_link=&#8221;https:\/\/residencesolei.it\/appartamenti-plus-per-le-vacanze-sul-lago-di-garda\/#prezzi-solei-plus&#8221; image_link_text=&#8221;PREISE SOLEI PLUS&#8221; advanced_animations=&#8221;no&#8221; item_padding_1000_1300=&#8221;15% 3% 15% 0%&#8221; item_padding_768_1000=&#8221;6% 27% 6% 0%&#8221; item_padding_600_768=&#8221;6% 27% 6% 0%&#8221; item_padding_480_600=&#8221;13% 0% 13% 0%&#8221; item_padding_480=&#8221;13% 0% 13% 0%&#8221; elemnts_holder_frame=&#8221;no&#8221;][vc_separator type=&#8221;normal&#8221; thickness=&#8221;0&#8243; up=&#8221;300&#8243; up_style=&#8221;px&#8221; down=&#8221;200&#8243; down_style=&#8221;px&#8221;][\/no_elements_holder_item][no_elements_holder_item background_color=&#8221;#b68d67&#8243; item_padding=&#8221;30px 0px 80px 150px&#8221; aligment=&#8221;left&#8221; enable_hover_effect=&#8221;no&#8221; advanced_animations=&#8221;no&#8221; item_padding_1000_1300=&#8221;15% 3% 16% 34%&#8221; item_padding_768_1000=&#8221;10% 28% 10% 4%&#8221; item_padding_600_768=&#8221;10% 28% 10% 4%&#8221; item_padding_480_600=&#8221;10% 6% 10% 7%&#8221; item_padding_480=&#8221;10% 6% 10% 7%&#8221; elemnts_holder_frame=&#8221;no&#8221;]<div class=\"eltd_counter_holder  left\" style=\"padding-bottom: 0px;\"><span class=\"counter  zero\" style=\"color: #ffffff;letter-spacing: 1px;font-size: 70px;font-weight: 400;\">9<\/span><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;17&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h2><span style=\"color: #ffffff;\">WOHNUNGEN<\/span><br \/>\n<span style=\"color: #ffffff;\">Solei Plus<\/span><\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;21&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h4><span style=\"color: #ffffff;\">Ger\u00e4umig und modern f\u00fcr alle Arten von Bed\u00fcrfnissen: ein Einzelzimmerwohnung, Zweizimmerwohnungen, Dreizimmerwohnungen und eine Suite.<\/span><\/h4>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;31&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;]<a href=\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\" target=\"_self\" data-hover-animated-background-color=#ffffff  class=\"qbutton  large qbutton_with_icon icon_right fill_text_rotate_icon animate_button\" style=\"color: #464646; border-color: #dadada; border-width: 2px; font-size: 13px; font-weight: 800; background-color: #d6c1b3;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>WOHNUNGEN ANZEIGEN Solei Plus<\/span><span style=\"\" class=\"hidden_text\">WOHNUNGEN ANZEIGEN Solei Plus<\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #dadada; border-left-width: 2px; \"><span  style=\"color: #b68d67; \"><span aria-hidden=\"true\" class=\"eltd_icon_font_elegant icon_key button_icon\" style=\"font-size: 19px; \" ><\/span><\/span><span style=\"\" class=\"hidden_icon\"><span aria-hidden=\"true\" class=\"eltd_icon_font_elegant icon_key button_icon\" style=\"font-size: 19px; \" ><\/span><\/span><\/span><\/a>[\/no_elements_holder_item][\/no_elements_holder][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; text_align=&#8221;center&#8221; padding_top=&#8221;62&#8243; padding_bottom=&#8221;73&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column]<div class=\"eltd_separator_with_icon with_custom_icon  center animate_width \" style=\"margin-top:30px;margin-bottom:100px\" data-line-width=\"43px\"><div class=\"eltd_icon_holder\" style=\"bottom:-90.5px;\"><div class=\"eltd_separator_icon_holder\"><div class=\"eltd_line_before\"  style=\"border-color: #dadada;border-bottom-width:2px;width:43px;border-style: solid;margin-bottom:-1px;margin-right:11px;\"><\/div><div class=\"separator_custom_icon\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/03\/logo-200-solei-residence.png\" alt=\"\" \/><\/div><div class=\"eltd_line_after\"  style=\"border-color: #dadada;border-bottom-width:2px;width:43px;border-style: solid;margin-bottom:-1px;margin-left:11px;\"><\/div><\/div><\/div><\/div>[vc_column_text]<\/p>\n<h2>WARUM DAS DORF RESIDENCE SOLEI W\u00c4HLEN<\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;14&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h4>Ein gro\u00dfartiger Ort f\u00fcr einen Urlaub am Gardasee<\/h4>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; text_align=&#8221;left&#8221; padding_bottom=&#8221;79&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-car icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">PARKPLATZ UND GARAGE<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Kostenloser \u00fcberdachter Innenparkplatz f\u00fcr G\u00e4ste.<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-info-circle icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">INFO POINT<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Rezeption mit Brosch\u00fcren und M\u00f6glichkeit, typische Produkte zu kaufen.<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-paw icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">URLAUB MIT DEM HUND<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Hundespaziergang und freier Strand<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-child icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">KINDER UND FAMILIEN<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Innengarten, Kinderraum und Picknickpl\u00e4tze.<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-coffee icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">FR\u00dcHST\u00dcCK UND BAR<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Kontinentaler Fr\u00fchst\u00fccksbereich auf der Terrasse. Au\u00dfenbar.<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;]<div class='eltd_icon_with_title tiny circle outline_enlarge' data-icon-hover-color=#ffffff data-icon-hover-background-color=#b68d67 ><div class=\"icon_holder \" style=\"margin: -9px 0px 0px 0px; \"><div class=\"icon_holder_inner\"><span class=\"eltd_icon_stack eltd_tiny_icon  custom-font\" style=\"font-size: 29px;color: #ffffff;width: 68px;height: 68px;line-height: 68px;background-color: #dadada;border-width: 0px;\"><i class=\"eltd_icon_font_awesome fa fa-key icon_text_icon eltd_icon_stack_1x\" style=\"font-size: 29px;\" ><\/i><span data-outline-hover-color=#b68d67 data-outline-color=#dadada  class=\"animation_overlay\" style=\"box-shadow: 0 0 0 2px #dadada;\" ><\/span><\/span><\/div><\/div><div class=\"icon_text_holder\" style=\"padding-left: 94px;\"><div class=\"icon_title_inner_holder\"><h5 class=\"icon_title \" style=\"\">APARTMENTS AUSGESTATTET<\/h5><\/div><div class=\"icon_text_inner\" style=\"\"><p style=''>Komfortable Apartments mit Balkon oder Terrasse, kostenloses WLAN.<\/p><\/div><\/div><\/div>[vc_separator type=&#8221;transparent&#8221; up=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;35&#8243; down_style=&#8221;px&#8221;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column]<div class='eltd_image_gallery_no_space  highlight_active'><div class='eltd_image_gallery_holder' style='height: 360px;'><ul style=\"background-color:#464646;\"><li><div style=\"height: 360px; width:640px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/camere-con-vista.lago-Solei-Plus.jpg\" alt=\"Camere moderne Solei Plus\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-panorama.jpg\" alt=\"Suite Solei Plus soggiorno\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Trilocale-residence-Solei-Plus-vacanze-garda-comodo-divano.jpg\" alt=\"Ampio Trilocale residence Solei Plus per vacanze con famiglia, divanoletto in soggiorno\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Trilocale-residence-Solei-Plus-vacanze-garda-bagno-con-docccia.jpg\" alt=\"trilocale: Bagno con doccia e phon.\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Monolocale-residence-Solei-Plus-vacanze-garda-vista-lago.jpg\" alt=\"Splendida vista sul lago di Garda\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2024\/04\/B-2024-ferienwohnung-gardasee-zwei-personen-residence-solei_0005_Livello-13.jpg\" alt=\"\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2024\/04\/B-2024-ferienwohnung-gardasee-zwei-personen-residence-solei_0000_Livello-19.jpg\" alt=\"\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2024\/04\/A-2024-ferienwohnung-gardasee-zwei-personen-residence-solei_0005_Livello-3.jpg\" alt=\"\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:542px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2024\/04\/A-2024-ferienwohnung-gardasee-zwei-personen-residence-solei_0004_Livello-4.jpg\" alt=\"\" style=\"opacity:0.5;\" \/><\/div><\/li><\/ul><\/div><div class=\"controls\"><a class=\"prev-slide\" href=\"#\"><span class=\"arrow_carrot-left\"><\/span><\/a><a class=\"next-slide\" href=\"#\"><span class=\"arrow_carrot-right\"><\/span><\/a><\/div><\/div>[\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; text_align=&#8221;center&#8221; background_color=&#8221;#ffffff&#8221; padding_top=&#8221;58&#8243; padding_bottom=&#8221;79&#8243; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;accoglienza-cose-utili&#8221;][vc_column][vc_text_separator title=&#8221;We love clients&#8221; text_in_box=&#8221;no&#8221; text_position=&#8221;center&#8221; box_height=&#8221;40&#8243; box_padding=&#8221;16&#8243; line_color=&#8221;#dadada&#8221; line_width=&#8221;43&#8243; animation=&#8221;animate_width&#8221; line_thickness=&#8221;2&#8243; line_border_style=&#8221;solid&#8221; down=&#8221;15&#8243; line_dots=&#8221;no&#8221; title_color=&#8221;#a1672c&#8221;][vc_column_text]<\/p>\n<h2>N\u00dcTZLICHE DINGE ZU WISSEN<\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;25&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][no_circles columns=&#8221;four_columns&#8221; lines_between=&#8221;no&#8221; line_color=&#8221;#c7c7c7&#8243; process_height=&#8221;203&#8243; process_width=&#8221;203&#8243;][no_circle type=&#8221;image_with_text_type&#8221; text_in_circle_hover_tag=&#8221;h5&#8243; title_tag=&#8221;h3&#8243; title_alignment=&#8221;title_center&#8221; text_alignment=&#8221;text_center&#8221; show_separator=&#8221;no&#8221; background_color=&#8221;#ffffff&#8221; background_transparency=&#8221;1&#8243; border_color=&#8221;#dadada&#8221; border_width=&#8221;2&#8243; image=&#8221;349835&#8243; text_in_circle_hover=&#8221;KONTINENTALES FR\u00dcHST\u00dcCK&#8221; text_in_circle_hover_color=&#8221;#ffffff&#8221; title=&#8221;FR\u00dcHST\u00dcCK&#8221; text=&#8221;Bar und gro\u00dfer Fr\u00fchst\u00fccksraum mit Terrasse im neuen Geb\u00e4ude Solei Plus, internationales Fr\u00fchst\u00fcck: frische Brioche, Brot, Butter und Marmelade, Obst, Cappuccino und italienischer Kaffee, aber auch Eier, Speck, Schinken und K\u00e4se.&#8221; title_margin_top=&#8221;28&#8243; circle_hover_color=&#8221;#a1672c&#8221; circle_hover_border_color=&#8221;#a1672c&#8221; link=&#8221;https:\/\/residencesolei.it\/de\/grosser-fruehstu\u2026bar-mit-terrasse\/&#8221;][no_circle type=&#8221;image_with_text_type&#8221; text_in_circle_hover_tag=&#8221;h5&#8243; title_tag=&#8221;h3&#8243; title_alignment=&#8221;title_center&#8221; text_alignment=&#8221;text_center&#8221; show_separator=&#8221;no&#8221; background_color=&#8221;#ffffff&#8221; background_transparency=&#8221;1&#8243; border_color=&#8221;#dadada&#8221; border_width=&#8221;2&#8243; image=&#8221;348816&#8243; text_in_circle_hover=&#8221;WAS ZU SEHEN IST&#8221; text_in_circle_hover_color=&#8221;#ffffff&#8221; title=&#8221;WAS ZU SEHEN UND ZU FU\u00df&#8221; text=&#8221;Gegen\u00fcber der Residence Solei befindet sich der Strand und der neue Radweg oder Wanderweg, der zum Gardasee Navene kommt.&#8221; title_margin_top=&#8221;28&#8243; circle_hover_color=&#8221;#a1672c&#8221; circle_hover_border_color=&#8221;#a1672c&#8221; link=&#8221;https:\/\/residencesolei.it\/de\/was-tun-am-garda\u2026aubs-in-brenzone\/&#8221;][no_circle type=&#8221;image_with_text_type&#8221; text_in_circle_hover_tag=&#8221;h5&#8243; title_tag=&#8221;h3&#8243; title_alignment=&#8221;title_center&#8221; text_alignment=&#8221;text_center&#8221; show_separator=&#8221;no&#8221; background_color=&#8221;#ffffff&#8221; background_transparency=&#8221;1&#8243; border_color=&#8221;#dadada&#8221; border_width=&#8221;2&#8243; image=&#8221;349506&#8243; text_in_circle_hover=&#8221;DOG FRIENDS&#8221; text_in_circle_hover_color=&#8221;#ffffff&#8221; title=&#8221;DOG FRIENDS&#8221; text=&#8221;Der Innenbereich der Residenz bietet einen &#8220;Spaziergang&#8220;, wo Ihr Hund ihre Beine entk\u00f6rnt und der Besitzer auf Holzb\u00e4nken sitzt, der herrliche Blick auf den See.&#8221; title_margin_top=&#8221;28&#8243; circle_hover_color=&#8221;#a1672c&#8221; circle_hover_border_color=&#8221;#a1672c&#8221; link=&#8221;https:\/\/residencesolei.it\/de\/urlaub-mit-hund-am-gardasee\/&#8221;][no_circle type=&#8221;image_with_text_type&#8221; text_in_circle_hover_tag=&#8221;h5&#8243; title_tag=&#8221;h3&#8243; title_alignment=&#8221;title_center&#8221; text_alignment=&#8221;text_center&#8221; show_separator=&#8221;no&#8221; background_color=&#8221;#ffffff&#8221; background_transparency=&#8221;1&#8243; border_color=&#8221;#dadada&#8221; border_width=&#8221;2&#8243; image=&#8221;349500&#8243; text_in_circle_hover=&#8221;RADFAHREN UND SPORT&#8221; text_in_circle_hover_color=&#8221;#ffffff&#8221; title=&#8221;RADFAHREN UND SPORT&#8221; text=&#8221;Die Gegend um den Gardasee bietet viele Unterhaltungsm\u00f6glichkeiten mit der M\u00f6glichkeit, Wanderungen, Nordic, E-Bike-Touren oder Bootsfahrten zu unternehmen,&#8230; In jedem Seeland finden Sie attraktive Angebote.&#8221; title_margin_top=&#8221;28&#8243; circle_hover_color=&#8221;#a1672c&#8221; circle_hover_border_color=&#8221;#a1672c&#8221; link=&#8221;https:\/\/residencesolei.it\/de\/am-gardasee-moun\u2026radfahren-laufen\/&#8221;][\/no_circles][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column]<div class='eltd_image_gallery_no_space  highlight_active'><div class='eltd_image_gallery_holder' style='height: 360px;'><ul style=\"background-color:#464646;\"><li><div style=\"height: 360px; width:640px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/mountainbike-sul-lago-di-garda.jpg\" alt=\"mountainbike sul monte Baldo\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:1040px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/Pontile-tuffi-lago-garda-castelletto-brenzone.jpg\" alt=\"Pontile tuffi nel lago\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:515px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/lago-di-garda-in-monuntain-bike-city-bike.jpg\" alt=\"sport e mountainbike sul monte Baldo e sulla ciclabile del Garda\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:515px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/canoa-e-sup-sul-lago-di-garda.jpg\" alt=\"canoa sul lago di Garda\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:640px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/windsurf-sul-lago-di-garda.jpg\" alt=\"Sport e windsurf sul lago di garda\" style=\"opacity:0.5;\" \/><\/div><\/li><li><div style=\"height: 360px; width:640px;\"><img decoding=\"async\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/sup-sul-lago-di-garda.jpg\" alt=\"Sport e sup sul lago di garda\" style=\"opacity:0.5;\" \/><\/div><\/li><\/ul><\/div><div class=\"controls\"><a class=\"prev-slide\" href=\"#\"><span class=\"arrow_carrot-left\"><\/span><\/a><a class=\"next-slide\" href=\"#\"><span class=\"arrow_carrot-right\"><\/span><\/a><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;center&#8221; background_color=&#8221;#dd5d5d&#8221; padding_top=&#8221;0px&#8221; box_shadow_on_row=&#8221;no&#8221; el_id=&#8221;row-banner-prenota&#8221;][vc_column css_animation=&#8221;none&#8221; css=&#8221;.vc_custom_1626875482873{background-color: #dd5d5d !important;}&#8221;][vc_column_text el_id=&#8221;row-banner-prenota&#8221;][\/vc_column_text][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; text_align=&#8221;center&#8221; padding_top=&#8221;0px&#8221; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;class-hide&#8221;][vc_column css_animation=&#8221;none&#8221; css=&#8221;.vc_custom_1626875482873{background-color: #dd5d5d !important;}&#8221;][vc_separator type=&#8221;transparent&#8221; up=&#8221;10&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][vc_column_text] BUCHUNG &amp; KONTAKT | DAS GANZE JAHR GE\u00d6FFNET [\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;25&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;][\/vc_column][\/vc_row][vc_row row_type=&#8221;row&#8221;&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full_width.php","meta":{"footnotes":""},"class_list":["post-350738","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen<\/title>\n<meta name=\"description\" content=\"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\u00e4he von Castelletto di Brenzone. Residence gardasee.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/residencesolei.it\/de\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen\" \/>\n<meta property=\"og:description\" content=\"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\u00e4he von Castelletto di Brenzone. Residence gardasee.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/residencesolei.it\/de\/\" \/>\n<meta property=\"og:site_name\" content=\"Residence Solei\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-22T07:50:45+00:00\" \/>\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=\"5\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/residencesolei.it\/#website\",\"url\":\"https:\/\/residencesolei.it\/\",\"name\":\"Residence Solei\",\"description\":\"Un nuovo sito targato WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/residencesolei.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/residencesolei.it\/de\/#webpage\",\"url\":\"https:\/\/residencesolei.it\/de\/\",\"name\":\"Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\\u00f6\\u00dfen\",\"isPartOf\":{\"@id\":\"https:\/\/residencesolei.it\/#website\"},\"datePublished\":\"2021-07-20T13:33:44+00:00\",\"dateModified\":\"2024-04-22T07:50:45+00:00\",\"description\":\"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\\u00f6\\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\\u00e4he von Castelletto di Brenzone. Residence gardasee.\",\"breadcrumb\":{\"@id\":\"https:\/\/residencesolei.it\/de\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/residencesolei.it\/de\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/residencesolei.it\/de\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/residencesolei.it\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home &#8211; Villaggio Residence Solei\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen","description":"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\u00e4he von Castelletto di Brenzone. Residence gardasee.","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:\/\/residencesolei.it\/de\/","og_locale":"de_DE","og_type":"article","og_title":"Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen","og_description":"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\u00e4he von Castelletto di Brenzone. Residence gardasee.","og_url":"https:\/\/residencesolei.it\/de\/","og_site_name":"Residence Solei","article_modified_time":"2024-04-22T07:50:45+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"5\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/residencesolei.it\/#website","url":"https:\/\/residencesolei.it\/","name":"Residence Solei","description":"Un nuovo sito targato WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/residencesolei.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/residencesolei.it\/de\/#webpage","url":"https:\/\/residencesolei.it\/de\/","name":"Home - Villaggio Residence Solei - Residence gardasee. Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen","isPartOf":{"@id":"https:\/\/residencesolei.it\/#website"},"datePublished":"2021-07-20T13:33:44+00:00","dateModified":"2024-04-22T07:50:45+00:00","description":"Die Villaggio Residence Solei ist eine Oase mit Ferienwohnungen in verschiedenen Gr\u00f6\u00dfen, hellem und ruhigem Seeblick. Ganz in der N\u00e4he von Castelletto di Brenzone. Residence gardasee.","breadcrumb":{"@id":"https:\/\/residencesolei.it\/de\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/residencesolei.it\/de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/residencesolei.it\/de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/residencesolei.it\/de\/"},{"@type":"ListItem","position":2,"name":"Home &#8211; Villaggio Residence Solei"}]}]}},"_links":{"self":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/comments?post=350738"}],"version-history":[{"count":12,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350738\/revisions"}],"predecessor-version":[{"id":351384,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350738\/revisions\/351384"}],"wp:attachment":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/media?parent=350738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}