{"id":350838,"date":"2021-07-15T17:51:46","date_gmt":"2021-07-15T15:51:46","guid":{"rendered":"https:\/\/residencesolei.it\/solei-classic-bilocale-c-sul-lago-di-garda\/"},"modified":"2025-05-09T18:34:59","modified_gmt":"2025-05-09T16:34:59","slug":"solei-classic-zweizimmerwohnugn-typ-c","status":"publish","type":"page","link":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/","title":{"rendered":"Solei Classic | Zweizimmerwohnugn typ C"},"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;left&#8221; background_color=&#8221;#dd5d5d&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column][vc_column_text]<!-- 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;grid&#8221; text_align=&#8221;left&#8221; background_color=&#8221;#385f99&#8243; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;menu-appartamenti menu-appartamenti-plus menu-appartamenti-de&#8221;][vc_column width=&#8221;1\/6&#8243; offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243; css=&#8221;.vc_custom_1615539559219{margin-top: 0px !important;margin-bottom: 0px !important;border-right-width: 2px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-right-color: #ffffff !important;border-right-style: solid !important;}&#8221; el_class=&#8221;col_title&#8221;][vc_column_text]<\/p>\n<h6><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https:\/\/residencesolei.it\/de\/classic-ferienwohnungen-am-gardasee\/\">WOHNUNGEN CLASSIC &gt;&gt;<\/a><\/span><\/h6>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; el_class=&#8221;col_btn&#8221; css=&#8221;.vc_custom_1615539585398{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode  roll_over font_awesome normal   eltd_icon_animation\"  style=\"margin: 20;\n            -webkit-transition: transform 0.2s ease 100ms, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnung-typ-a\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-key \" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><i class=\"eltd_icon_font_awesome fa fa-key hover_icon\" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff; color:#ffffff!important;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><\/a><\/span>[vc_column_text]<a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnung-typ-a\/\">ZWEIZIMMER WOHNUNG A<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; el_class=&#8221;col_btn&#8221; css=&#8221;.vc_custom_1615539598500{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode  roll_over font_awesome normal   eltd_icon_animation\"  style=\"margin: 20;\n            -webkit-transition: transform 0.2s ease 100ms, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnung-typ-b\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-key \" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><i class=\"eltd_icon_font_awesome fa fa-key hover_icon\" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff; color:#ffffff!important;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><\/a><\/span>[vc_column_text]<a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnung-typ-b\/\">ZWEIZIMMER WOHNUNG B<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; el_class=&#8221;col_btn&#8221; css=&#8221;.vc_custom_1615539609866{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode  roll_over font_awesome normal   eltd_icon_animation\"  style=\"margin: 20;\n            -webkit-transition: transform 0.2s ease 100ms, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-key \" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><i class=\"eltd_icon_font_awesome fa fa-key hover_icon\" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff; color:#ffffff!important;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><\/a><\/span>[vc_column_text]<a href=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/\">ZWEIZIMMER WOHNUNG C<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; el_class=&#8221;col_btn&#8221; css=&#8221;.vc_custom_1615539621047{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode  roll_over font_awesome normal   eltd_icon_animation\"  style=\"margin: 20;\n            -webkit-transition: transform 0.2s ease 100ms, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-classic-dreizimmerwohnung-typ-d\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-key \" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><i class=\"eltd_icon_font_awesome fa fa-key hover_icon\" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff; color:#ffffff!important;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><\/a><\/span>[vc_column_text]<a href=\"https:\/\/residencesolei.it\/de\/solei-classic-dreizimmerwohnung-typ-d\/\">DREIZIMMER WOHNUNG D<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1626449972802{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #b78d64 !important;}&#8221; el_class=&#8221;col_btn_sez&#8221;]<span class=\"eltd_icon_shade eltd_icon_shortcode  roll_over font_awesome normal   eltd_icon_animation\"  style=\"margin: 20;\n            -webkit-transition: transform 0.2s ease 100ms, color 0.15s ease-out;\n            -moz-transition: -moz-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -o-transition: -o-transform 0.2s ease 100ms, color 0.15s ease-out;\n            -ms-transition: -ms-transform 0.2s ease 100ms, color 0.15s ease-out;\n            transition: transform 0.2s ease 100ms, color 0.15s ease-out;\"><a href=\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\" target=\"_self\" style=\"color: #ffffff;\" ><i class=\"eltd_icon_font_awesome fa fa-key \" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><i class=\"eltd_icon_font_awesome fa fa-key hover_icon\" style=\"font-size: 38px;color: #ffffff;line-height:40px;color:#ffffff; color:#ffffff!important;\" data-color=\"#ffffff\" data-hover-color=\"#ffffff\" ><\/i><\/a><\/span>[vc_column_text]<a href=\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\">WOHNUNGEN SOLEI PLUS &gt;&gt;<\/a>[\/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;center&#8221; background_color=&#8221;#ffffff&#8221; padding_top=&#8221;74&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;][vc_column_text]<\/p>\n<h3 style=\"text-align: left;\"><strong>Solei Classic<\/strong><\/h3>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h1 style=\"text-align: left;\"><span style=\"color: #385f99;\">Zweizimmerwohnugn typ C | GEM\u00dcTLICH, IDEAL F\u00dcR FAMILIENURLAUB.<\/span><\/h1>\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;][vc_column_text]<\/p>\n<h2 style=\"text-align: left;\"><strong>40mq\u00a0WOHNUNG<\/strong><\/h2>\n<h6 style=\"text-align: left;\">EMPFOHLEN F\u00dcR 2 PERSONEN | MAX 4 PAX<br \/>\nZUS\u00c4TZLICHE PL\u00c4TZE 2 AUF SCHLAFSOFA IN DER K\u00dcCHE.<\/h6>\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;][vc_column_text]<\/p>\n<p style=\"text-align: left;\">Gro\u00dfe<strong> Zweizimmerwohnung<\/strong> mit sch\u00f6ner Terrasse oder Balkon mit Seeblick bestehend aus: ausgestattete K\u00fcchenzeile (Seeseite), amerikanische Kaffeemaschine. K\u00fcche mit Tisch und 4 St\u00fchlen, TV und Schlafsofa. Auf der <strong>Terrasse<\/strong> Couchtisch und zwei Liegest\u00fchle. Doppelzimmer (Bergseite). Badezimmer mit Dusche und Haartrockner. Separate Bettdecken, Bettw\u00e4sche und Badewannen (Handt\u00fccher).<br \/>\nDrau\u00dfen: Bar und Fr\u00fchst\u00fccksraum von 8 bis 10.00 Uhr im Solei Plus, auf Anfrage auch fr\u00fcher bei Ausfl\u00fcgen oder Abfahrten. Staubsauger und Gemeinschaftswaschmaschine mit Waschmittel im Lieferumfang enthalten. Im kleinen Garten Weg f\u00fcr Hunde. Zwei <strong>Grillpl\u00e4tze<\/strong>, Holzkohle zur Verf\u00fc-gung, ein Grillplatz mit Tischen und Liegest\u00fchlen.<br \/>\n<strong>Kinderbereich<\/strong> mit Rutsche, Schaukel und verschiedenen Spielen. Kleine Gr\u00fcnfl\u00e4che mit Liegest\u00fch-len und Picknickbrettern. Die gesamte Residence Solei liegt nur <strong>10 m vom Strand<\/strong> entfernt.<\/p>\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;][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243; css=&#8221;.vc_custom_1618242600262{margin-top: 50px !important;}&#8221;][vc_single_image image=&#8221;349186&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221;][vc_separator type=&#8221;normal&#8221; color=&#8221;#c7c6c6&#8243; border_style=&#8221;solid&#8221; thickness=&#8221;2&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_row_inner row_type=&#8221;row&#8221; type=&#8221;full_width&#8221; use_row_as_full_screen_section_slide=&#8221;no&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;appartamenti-icone-orizzontali&#8221;][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][vc_single_image image=&#8221;348463&#8243; img_size=&#8221;60&#215;60&#8243; alignment=&#8221;center&#8221; eltd_css_animation=&#8221;element_from_top&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">GARAGE<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][vc_single_image image=&#8221;348538&#8243; img_size=&#8221;60&#215;60&#8243; alignment=&#8221;center&#8221; eltd_css_animation=&#8221;element_from_top&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">CONTINENTALE<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][vc_single_image image=&#8221;348461&#8243; img_size=&#8221;60&#215;60&#8243; alignment=&#8221;center&#8221; eltd_css_animation=&#8221;element_from_top&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">HUNDE OK<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][vc_single_image image=&#8221;348547&#8243; img_size=&#8221;60&#215;60&#8243; alignment=&#8221;center&#8221; eltd_css_animation=&#8221;element_from_top&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">WIFI FREE<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/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;#ffffff&#8221; padding_top=&#8221;74&#8243; padding_bottom=&#8221;0&#8243; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;gallery_rooms&#8221;][vc_column offset=&#8221;vc_col-lg-12 vc_col-md-12 vc_col-xs-12&#8243;][vc_column_text]<style>#jtg-350795 .modula-item .jtg-social a, .lightbox-socials.jtg-social a{ color: #ffffff }#jtg-350795 .modula-item .jtg-social svg, .lightbox-socials.jtg-social svg { height: 16px; width: 16px }#jtg-350795 .modula-item .jtg-social a:not(:last-child), .lightbox-socials.jtg-social a:not(:last-child) { margin-right: 10px }#jtg-350795 .modula-item .figc {color:#ffffff;}#jtg-350795.modula-loaded-scale .modula-item .modula-item-content { animation:modulaScaling 1s;transition:0.5s all;opacity: 1; }@keyframes modulaScaling { 0% {transform:scale(1)} 50%{transform: scale(1.21)}100%{transform:scale(1)}}#jtg-350795 { width:100%;}#jtg-350795 .modula-items .figc p.description { font-size:14px; }#jtg-350795 .modula-items .figc p.description { color:#ffffff;}#jtg-350795.modula-gallery .modula-item > a, #jtg-350795.modula-gallery .modula-item, #jtg-350795.modula-gallery .modula-item-content > a { cursor:pointer; } #jtg-350795.modula-gallery .modula-item, .modula-gallery .modula-grid-sizer { width: calc(25% - 0px) !important ; } @media (max-width: 992px) { #jtg-350795.modula-gallery .modula-item, .modula-grid .modula-grid-sizer {width: calc(50% - 0px ) !important ; } }@media (max-width: 576px) { #jtg-350795.modula-gallery .modula-item, .modula-grid .modula-grid-sizer {width: calc(50% - 0px ) !important ; } }#jtg-350795 .modula-items{position:relative;}@media screen and (max-width:480px){#jtg-350795 .modula-item .figc .jtg-title {  font-size: 12px; }#jtg-350795 .modula-items .figc p.description { color:#ffffff;font-size:10px; }}<\/style>\n<!-- Gallery Container -->\n<div  id=\"jtg-350795\" class=\"modula modula-gallery modula-columns\" data-config=\"{&quot;enableTwitter&quot;:false,&quot;enableWhatsapp&quot;:false,&quot;enableFacebook&quot;:false,&quot;enablePinterest&quot;:false,&quot;enableLinkedin&quot;:false,&quot;enableEmail&quot;:false,&quot;randomFactor&quot;:0.65000000000000002220446049250313080847263336181640625,&quot;type&quot;:&quot;grid&quot;,&quot;columns&quot;:12,&quot;gutter&quot;:0,&quot;mobileGutter&quot;:0,&quot;tabletGutter&quot;:0,&quot;desktopGutter&quot;:0,&quot;enableResponsive&quot;:&quot;1&quot;,&quot;tabletColumns&quot;:&quot;2&quot;,&quot;mobileColumns&quot;:&quot;2&quot;,&quot;lazyLoad&quot;:&quot;0&quot;,&quot;lightboxOpts&quot;:{&quot;loop&quot;:false,&quot;arrows&quot;:true,&quot;toolbar&quot;:true,&quot;keyboard&quot;:false,&quot;wheel&quot;:false,&quot;buttons&quot;:[&quot;close&quot;],&quot;hash&quot;:false,&quot;lang&quot;:&quot;en&quot;,&quot;touch&quot;:false,&quot;protect&quot;:false,&quot;i18n&quot;:{&quot;en&quot;:{&quot;CLOSE&quot;:&quot;Close&quot;,&quot;NEXT&quot;:&quot;Next&quot;,&quot;PREV&quot;:&quot;Previous&quot;,&quot;Error&quot;:&quot;The requested content cannot be loaded. Please try again later.&quot;,&quot;PLAY_START&quot;:&quot;Start slideshow&quot;,&quot;PLAY_STOP&quot;:&quot;Pause slideshow&quot;,&quot;FULL_SCREEN&quot;:&quot;Full screen&quot;,&quot;THUMBS&quot;:&quot;Thumbnails&quot;,&quot;DOWNLOAD&quot;:&quot;Download&quot;,&quot;SHARE&quot;:&quot;Share&quot;,&quot;ZOOM&quot;:&quot;Zoom&quot;}},&quot;clickSlide&quot;:false,&quot;clickOutside&quot;:false,&quot;dblclickContent&quot;:false,&quot;dblclickSlide&quot;:false,&quot;dblclickOutside&quot;:false,&quot;clickContent&quot;:false,&quot;baseTpl&quot;:&quot;&lt;div class=\\&quot;modula-fancybox-container modula-lightbox-jtg-350795\\&quot; role=\\&quot;dialog\\&quot; tabindex=\\&quot;-1\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-bg\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-inner\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-infobar\\&quot;&gt;&lt;span data-fancybox-index&gt;&lt;\\\/span&gt;&nbsp;\\\/&nbsp;&lt;span data-fancybox-count&gt;&lt;\\\/span&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-toolbar\\&quot;&gt;{{buttons}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-navigation\\&quot;&gt;{{arrows}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-stage\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-caption\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-caption__body\\&quot;&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&quot;},&quot;inView&quot;:true,&quot;email_subject&quot;:&quot;Check out this awesome image !!&quot;,&quot;email_message&quot;:&quot;Here is the link to the image : %%image_link%% and this is the link to the gallery : %%gallery_link%%&quot;,&quot;grid_type&quot;:&quot;4&quot;,&quot;rowHeight&quot;:150,&quot;lastRow&quot;:&quot;justify&quot;,&quot;lightbox&quot;:&quot;fancybox&quot;}\">\n\n\t<div class=\"modula-grid-sizer\"> <\/div>\n\t<!-- Items Container -->\n\t<div  class=\"modula-items grid-gallery\">\n\t\t<div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351501\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App\" width=\"1024\" height=\"684\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-1024x684.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-1024x684.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-1024x684.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-768x513.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-App.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351499\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Giorno-2.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351493\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App_3.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351495\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzia-App-02.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351503\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351497\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351505\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Zona-Notte.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div><div class=\"modula-item effect-pufrobo\" >\n\t<div class=\"modula-item-overlay\"><\/div>\n\n\t<div class=\"modula-item-content\">\n\n\t\t\t\t\n\t\t\t\t\t<a data-image-id=\"351491\" href=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno.jpg\" rel=\"jtg-350795\" data-caption=\"\" class=\"tile-inner modula-item-link\"><\/a>\n\t\t\n\t\t<img decoding=\"async\" class=\"pic\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno.jpg\" title=\"C-2025-ferienwohnung-gardasee-residence-solei-Bagno\" width=\"1024\" height=\"683\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-1024x683.jpg\" data-src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-1024x683.jpg\" data-caption=\"\"srcset=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-1024x683.jpg 1024w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-300x200.jpg 300w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-768x512.jpg 768w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno-700x467.jpg 700w, https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Bagno.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\"\" \/>\n\t\t<div class=\"figc no-description\">\n\t\t\t<div class=\"figc-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n\n<\/div>\t\t\n\t<\/div>\n\n\t\n\t\n\t<script type=\"application\/ld+json\">\n\t{\n\t\t\"@context\": \"http:\/\/schema.org\",\n\t\t\"@type\"   : \"ImageGallery\",\n\t\t\"id\"      : \"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350838\/\",\n\t\t\"url\"     : \"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350838\/\"\n\t}\n\n    <\/script>\n\n\t\n<\/div>[\/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;left&#8221; background_color=&#8221;#eaeaea&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;49&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column offset=&#8221;vc_col-lg-12 vc_col-md-12 vc_col-xs-12&#8243;][vc_column_text css=&#8221;.vc_custom_1630666199093{padding-top: 40px !important;}&#8221;]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #385f99;\">DIENSTLEISTUNGEN UND PREISE ZWEIZIMMERWOHNUNG C | BILOCALE<\/span><\/h2>\n<p>[\/vc_column_text][vc_row_inner row_type=&#8221;row&#8221; type=&#8221;grid&#8221; use_row_as_full_screen_section_slide=&#8221;no&#8221; text_align=&#8221;left&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column_inner el_class=&#8221;icon-servizi-room&#8221; width=&#8221;1\/3&#8243; offset=&#8221;vc_col-lg-4 vc_col-md-4&#8243;][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; border_style=&#8221;solid&#8221; thickness=&#8221;2&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h6 style=\"text-align: left;\"><span style=\"color: #385f99;\">PREIS INBEGRIFFEN<\/span><\/h6>\n<p>[\/vc_column_text][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; thickness=&#8221;0&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;]<div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-snowflake-o small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">SICH WARM LAUFEN<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-television small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">TV SAT<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-wifi small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">WIFI<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-bed small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">W\u00c4SCHE UND HANDT\u00dcCHER<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-tint small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">TRINKWASSERSPENDER<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-lock small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">SAFE<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-car small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">INNENPARKPLATZ<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-bicycle small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">GESCHLOSSENE GARAGE F\u00dcR E-BIKES<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-bicycle small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">VERWENDUNG VON FAHRR\u00c4DERN<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-ship small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">VERWENDUNG VON SUP KANU<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-life-ring small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">STRANDLIEGEN<\/p><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; border_style=&#8221;solid&#8221; thickness=&#8221;2&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h6 style=\"text-align: left;\"><span style=\"color: #385f99;\">NICHT IM PREIS INBEGRIFFEN<\/span><\/h6>\n<p>[\/vc_column_text][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; thickness=&#8221;0&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;]<div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-child small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">0 bis 3 Jahre: Kostenlos<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-child small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">\u00dcber 12 weitere Jahre: Euro 15,00<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-bell small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">Kinderbett, auf Anfrage: Euro 10,00<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-snowflake-o small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">Auf Wuensch Klimaanlage 10\u20ac Tag<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-paw small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">Hund Euro 10.00 pro Tag<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-coffee small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">Fr\u00fchst\u00fcck: Euro 10,00 pro Person, Euro 8,00 Kinder<\/p><\/div><div class=\"eltd_icon_list left\" ><div class=\"eltd_icon_list_icon_holder\"><div class=\"eltd_icon_list_icon_holder_inner\"><i class=\"eltd_icon_font_awesome fa fa-euro small_icon_list left font_awesome  eltd_icon_list_item_icon\" style=\"color:#385f99;font-size:20px; margin-right: 10px;\" ><\/i><\/div><\/div><p class=\"eltd_icon_list_text\" style=\"color:#3f3f3f;font-family: raleway;font-weight: 500;\">Kurtaxe: Euro 1,00 Erwachsene\/Nacht, bis 12 Jahre gratis<\/p><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; thickness=&#8221;0&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h6 style=\"text-align: left;\"><span style=\"color: #385f99;\">INFORMATIONEN UND ZAHLUNGSBEDINGUNGEN<\/span><\/h6>\n<p>[\/vc_column_text][vc_separator type=&#8221;normal&#8221; color=&#8221;#ffffff&#8221; border_style=&#8221;solid&#8221; thickness=&#8221;2&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_column_text]<strong>\u00d6ffnungszeiten:\u00a0<\/strong>Check-in 14.00\/21.00 Check-out 10.00 Uhr \u2013 Sp\u00e4ter Check-out mit Gep\u00e4ckaufbewahrung und Nutzung des Badezimmers mit Dusche.<br \/>\n<strong>Anzahlung:<\/strong>\u00a0Im Falle einer Best\u00e4tigung wird eine Anzahlung von Euro 100.00 verlangt, die bis zu einem Monat vor der K\u00fcndigung zur\u00fcckerstattet werden kann und per Bank\u00fcberweisung zu zah-len ist. Die Koordinaten werden mit unserer Best\u00e4tigung mitgeteilt.<br \/>\n<strong>Kontostand:<\/strong>\u00a0Das Konto kann zu Beginn oder am Ende des Aufenthalts bezahlt werden, da es f\u00fcr den Kunden bequemer ist, bar oder mit Karte.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/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;69&#8243; padding_bottom=&#8221;66&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column][vc_text_separator title=&#8221;Sie sagen \u00fcber uns&#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;#1e73be&#8221;][vc_column_text]<\/p>\n<h2>VON UNSEREN WILLKOMMENEN G\u00c4STEN<\/h2>\n<p>[\/vc_column_text][vc_separator type=&#8221;transparent&#8221; up=&#8221;57&#8243; up_style=&#8221;px&#8221; down=&#8221;0&#8243; down_style=&#8221;px&#8221;]<div class='testimonials_holder clearfix'><div class=\"testimonials testimonials_carousel  carousel show_images navigation_outer_border\" data-show-navigation=\"yes\" data-show-navigation-arrows=\"no\" data-animation-speed=\"\" data-auto-rotate-slides=\"3\"><ul class=\"slides\"><li id=\"testimonials350754\" class=\"testimonial_content center_align \"><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Liebe Signora Devoti, es ist immer sch\u00f6n bei Ihnen. Die Anlage ist sehr sch\u00f6n und Ihre Gastfreundschaft macht den Aufenthalt zu etwas Besonderes! Wenn wir an den Gardasee fahren, kommen wir gerne zu Ihnen. Gr\u00fcsse Angelika und Volker aus Bayern<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Angelika<\/p><\/div><\/div><\/div><\/div><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Liebe Frau Anna, wir hatten tolle 14 Tage bei Ihnen. Vielleicht kommen wir mal wieder. Wir werden Sie weiter empfehlen. Vielen Dank nochmal. Fam Zimmermann<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Fam. Zimmermann<\/p><\/div><\/div><\/div><\/div><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Liebe Frau Anna,\r\n\r\nwir sind nun seit vielen Jahren immer wieder Gast in der residence solei.\r\nImmer wieder gef\u00e4llt es uns so gut, dass wir gerne im n\u00e4chsten Jahr wieder kommen.\r\nWir bedanken uns f\u00fcr die immer sehr freundliche Aufnahme und sch\u00f6ne Zeit.\r\nBis zum n\u00e4chsten Sommer.\r\nBeste Gr\u00fc\u00dfe\r\nFamilie Freialdenhoven<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Familie Freialdenhoven<\/p><\/div><\/div><\/div><\/div><\/li><li id=\"testimonials350751\" class=\"testimonial_content center_align \"><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Vielen Dank f\u00fcr den sch\u00f6nen Aufenthalt! Uns hat es sehr gut gefallen und es ist toll dass wir unseren Hund so unkompliziert mitbringen k\u00f6nnten.\r\nVielen Dank<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Sandra<\/p><\/div><\/div><\/div><\/div><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Eine gute Zeit w\u00fcnschen wir Ihnen ( mit gut gelaunten und zufriedenen G\u00e4sten ) :-).\r\nWir ( einschlie\u00dflich unserer Tochter mit Familie ) , waren auf jeden Fall \"SEHR ZUFRIEDEN\" !\r\nGerne werden wir sie weiterempfehlen.\r\n\r\nGerne h\u00e4tten wir eine Bewertung auf Ihrer Internetseite abgegeben - ist aber wohl leider nicht m\u00f6glich.<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Fam. Bohr-Hahn<\/p><\/div><\/div><\/div><\/div><div class=\"testimonials_carousel_holder carousel_three\"><div class=\"testimonial_content_inner\"><div class=\"testimonial_top_holder\" style=\" background-color: #ffffff;\"><div class=\"testimonial_image_holder\"><img decoding=\"async\" width=\"79\" height=\"79\" src=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2015\/07\/testimonial-virgolette.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Erfahrungsberichte unserer zufriedenen Kunden\" \/><\/div><div class=\"testimonial_text_inner\"><p class=\"testimonial_text\">Liebe Anna,\r\n\r\nwir m\u00f6chten uns nochmal f\u00fcr die Sch\u00f6ne Zeit in Ihrem Haus bedanken!\r\n\r\nGerne kommen wir wieder.<\/p><\/div><\/div><div class=\"testimonial_bottom_holder\" style=\" background-color: #f6f6f6;\"><div class=\"testimonial_icon_holder\"><\/div><div class=\"testimonial_author_holder\"><p class=\"testimonial_author\" style=\"\"> Corinna B\u00fchl<\/p><\/div><\/div><\/div><\/div><\/li><\/ul><\/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;left&#8221; background_color=&#8221;#dd5d5d&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column][vc_column_text][\/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; background_color=&#8221;#385f99&#8243; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; box_shadow_on_row=&#8221;no&#8221; el_class=&#8221;menu-appartamenti menu-appartamenti-plus menu-appartamenti-de&#8221;][vc_column width=&#8221;1\/6&#8243; offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243; css=&#8221;.vc_custom_1615539559219{margin-top: 0px !important;margin-bottom: 0px !important;border-right-width: 2px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-right-color: #ffffff !important;border-right-style: solid !important;}&#8221; el_class=&#8221;col_title&#8221;][vc_column_text] WOHNUNGEN CLASSIC &gt;&gt; [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; el_class=&#8221;col_btn&#8221; css=&#8221;.vc_custom_1615539585398{margin-top:&#8230;<\/p>\n","protected":false},"author":2,"featured_media":351498,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full_width.php","meta":{"footnotes":""},"class_list":["post-350838","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei<\/title>\n<meta name=\"description\" content=\"Zweizimmerwohnung Typ C ist die ideale L\u00f6sung f\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\u00e4tzen und Liegest\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.\" \/>\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\/solei-classic-zweizimmerwohnugn-typ-c\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei\" \/>\n<meta property=\"og:description\" content=\"Zweizimmerwohnung Typ C ist die ideale L\u00f6sung f\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\u00e4tzen und Liegest\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/\" \/>\n<meta property=\"og:site_name\" content=\"Residence Solei\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-09T16:34:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1030\" \/>\n\t<meta property=\"og:image:height\" content=\"687\" \/>\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=\"4\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\":\"ImageObject\",\"@id\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#primaryimage\",\"inLanguage\":\"de\",\"url\":\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg\",\"contentUrl\":\"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg\",\"width\":1030,\"height\":687},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#webpage\",\"url\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/\",\"name\":\"Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei\",\"isPartOf\":{\"@id\":\"https:\/\/residencesolei.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#primaryimage\"},\"datePublished\":\"2021-07-15T15:51:46+00:00\",\"dateModified\":\"2025-05-09T16:34:59+00:00\",\"description\":\"Zweizimmerwohnung Typ C ist die ideale L\\u00f6sung f\\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\\u00e4tzen und Liegest\\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.\",\"breadcrumb\":{\"@id\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/residencesolei.it\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Solei Classic | Zweizimmerwohnugn typ C\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei","description":"Zweizimmerwohnung Typ C ist die ideale L\u00f6sung f\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\u00e4tzen und Liegest\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.","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\/solei-classic-zweizimmerwohnugn-typ-c\/","og_locale":"de_DE","og_type":"article","og_title":"Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei","og_description":"Zweizimmerwohnung Typ C ist die ideale L\u00f6sung f\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\u00e4tzen und Liegest\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.","og_url":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/","og_site_name":"Residence Solei","article_modified_time":"2025-05-09T16:34:59+00:00","og_image":[{"width":1030,"height":687,"filesize":311947,"url":"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg","path":"\/home\/gkznwxwo\/www.residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg","size":"full","id":351498,"alt":"","pixels":707610,"type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\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":"ImageObject","@id":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#primaryimage","inLanguage":"de","url":"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg","contentUrl":"https:\/\/residencesolei.it\/wp-content\/uploads\/2025\/05\/C-2025-ferienwohnung-gardasee-residence-solei-Terrazzo.jpg","width":1030,"height":687},{"@type":"WebPage","@id":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#webpage","url":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/","name":"Solei Classic | Zweizimmerwohnugn typ C ideale per famiglie - Residence Solei","isPartOf":{"@id":"https:\/\/residencesolei.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#primaryimage"},"datePublished":"2021-07-15T15:51:46+00:00","dateModified":"2025-05-09T16:34:59+00:00","description":"Zweizimmerwohnung Typ C ist die ideale L\u00f6sung f\u00fcr Paare oder Familie, 35m2. Mit Bal-kon, kostenlosen Parkpl\u00e4tzen und Liegest\u00fchlen am nahe gelegenen Strand am Gardasee. Hunde willkommen.","breadcrumb":{"@id":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/residencesolei.it\/de\/solei-classic-zweizimmerwohnugn-typ-c\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/residencesolei.it\/de\/"},{"@type":"ListItem","position":2,"name":"Solei Classic | Zweizimmerwohnugn typ C"}]}]}},"_links":{"self":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350838","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=350838"}],"version-history":[{"count":12,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350838\/revisions"}],"predecessor-version":[{"id":351508,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350838\/revisions\/351508"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/media\/351498"}],"wp:attachment":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/media?parent=350838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}