{"id":350698,"date":"2021-03-20T10:45:10","date_gmt":"2021-03-20T09:45:10","guid":{"rendered":"https:\/\/residencesolei.it\/appartamenti-plus-per-le-vacanze-sul-lago-di-garda\/"},"modified":"2024-05-02T09:04:16","modified_gmt":"2024-05-02T07:04:16","slug":"ferienwohnungen-plus-am-gardasee","status":"publish","type":"page","link":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/","title":{"rendered":"FERIENWOHNUNGEN PLUS AM GARDASEE"},"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;#b78d64&#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\/ferienwohnungen-plus-am-gardasee\/\">WOHNUNGEN PLUS &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-plus-einzelzimmerwohnung-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\/solei-plus-einzelzimmerwohnung-am-gardasee\/\">EINZELZIMMER WOHNUNG<\/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\/zweizimmerwohnung-nur-einen-steinwurf-vom-strand-entfernt\/\" 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\/zweizimmerwohnung-nur-einen-steinwurf-vom-strand-entfernt\/\">ZWEIZIMMER WOHNUNG<\/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-plus-grosse-dreizimmerwohnung-fuer-seeurlaub\/\" 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-plus-grosse-dreizimmerwohnung-fuer-seeurlaub\/\">DREIZIMMER WOHNUNG<\/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-plus-geraeumige-suite-mit-grosser-seeterrasse\/\" 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-plus-geraeumige-suite-mit-grosser-seeterrasse\/\">SUITE<\/a>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243; css=&#8221;.vc_custom_1626449666178{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #385f99 !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\/classic-ferienwohnungen-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\/classic-ferienwohnungen-am-gardasee\/\">WOHNUNGEN SOLEI CLASSIC &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; padding_bottom=&#8221;10&#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<h1 style=\"text-align: left;\"><span style=\"color: #385f99;\">FERIENWOHNUNGEN PLUS AM GARDASEE<\/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<h3 style=\"text-align: left;\"><strong>Modern und raffiniert mit Terrassen mit Seeblick<\/strong><\/h3>\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;\">Solei PLUS ist der neueste und modernste Teil der Villaggio Residence Solei: er\u00f6ffnet im Jahr 2021 ist ein einziges gro\u00dfes 3-st\u00f6ckiges Geb\u00e4ude mit Aufzug, an den Felsen gelehnt, bestehend aus Wohnungen in verschiedenen Gr\u00f6\u00dfen und Suiten alle mit herrlichem Blick auf den Gardasee. Alle Apartments verf\u00fcgen \u00fcber Lichtz\u00fcndung und Haust\u00fcr mit <strong>Hausautomation<\/strong>.<br \/>\nParken Sie bequem in den kostenlosen Garagen f\u00fcr G\u00e4ste. Kostenloser Citybike-Verleih, Kanu, Nordic Walking Schl\u00e4ger, Sup mit Garagenaufbewahrung.<\/p>\n<p style=\"text-align: left;\"><a href=\"https:\/\/residencesolei.it\/sport-sul-lago-di-garda-mountain-bike-sup-canoa-bicicletta-corsa\/\"><strong>Sie, was am See zu tun ist &gt;&gt;<\/strong><\/a><br \/>\nIm Erdgeschoss Fr\u00fchst\u00fccksraum <strong>Bar mit gro\u00dfer Au\u00dfenterrasse<\/strong>. Von 8 bis 10.00 Uhr reichhaltiges Buffet mit Fr\u00fchst\u00fcck im internationalen Stil (t\u00e4glich). <strong><a href=\"https:\/\/residencesolei.it\/ampia-sala-colazioni-e-bar-con-terrazzo\/\"><strong>Siehe Fr\u00fchst\u00fccksraum &gt;&gt;<\/strong><\/a><br \/>\n<\/strong>In der Reception finden Sie einen Ruhebereich mit Wasserversorger und einen Lesebereich mit Sprachb\u00fcchern und Zeitungen. M\u00f6glichkeit, die gew\u00fcnschte Tageszeitung gegen Geb\u00fchr zu bestellen.<\/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_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;\"><span style=\"color: #808080;\"><strong>Garage<\/strong><\/span><\/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;\"><span style=\"color: #808080;\"><strong>Continentale<\/strong><\/span><\/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;\"><span style=\"color: #808080;\"><strong>HUNDE Ok<\/strong><\/span><\/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;\"><span style=\"color: #808080;\"><strong>WIFI free<\/strong><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][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_btn title=&#8221;Sehen Sie sich die Annehmlichkeiten des Dorfes residence solei an und laden Sie die&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#b68d67&#8243; outline_custom_hover_background=&#8221;#b68d67&#8243; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fresidencesolei.it%2Fde%2Fvillaggio-residence-solei-garten-und-viele-annehmlichkeiten%2F|title:Villaggio%20Residence%20Solei%20sul%20lago%20di%20Garda%3A%20giardino%20e%20tanti%20servizi&#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;][vc_single_image image=&#8221;349311&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221;][vc_separator type=&#8221;normal&#8221; thickness=&#8221;0&#8243; up_style=&#8221;px&#8221; down=&#8221;20&#8243; down_style=&#8221;px&#8221;][vc_single_image image=&#8221;349456&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#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;center&#8221; background_color=&#8221;#ede7e2&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column css=&#8221;.vc_custom_1616498083191{margin-top: 20px !important;}&#8221;][vc_separator type=&#8221;normal&#8221; border_style=&#8221;solid&#8221; thickness=&#8221;0&#8243; up=&#8221;20&#8243; up_style=&#8221;px&#8221; down=&#8221;40&#8243; down_style=&#8221;px&#8221;][vc_column_text]<\/p>\n<h2 style=\"text-align: center;\"><span style=\"color: #385f99;\">WOHNUNGEN PLUS<\/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;][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243; css=&#8221;.vc_custom_1617805134727{margin-bottom: 30px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 20px !important;padding-left: 15px !important;background-color: #ffffff !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;}&#8221; el_class=&#8221;w100-30&#8243;]<div class='image_hover hovered' style='' data-transition-delay=''><div class='images_holder'><a href='https:\/\/residencesolei.it\/de\/solei-plus-einzelzimmerwohnung-am-gardasee\/' target='_self'><img class='active_image ' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/08\/appartamenti-plus-MONOLOCALE-residence-Solei-Plus-vacanze.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><img class='hover_image' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/08\/appartamenti-plus-MONOLOCALE-1-residence-Solei-Plus-vacanze.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><\/a><\/div><\/div>[vc_column_text css=&#8221;.vc_custom_1630663667493{margin-bottom: 0px !important;padding-top: 20px !important;padding-right: 5% !important;padding-bottom: 0px !important;padding-left: 5% !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>EINZELZIMMERWOHNUNG: 30 mq | max 2 Personen<\/strong><br \/>\nModernes und helles Studio mit Balkon mit Seeblick, Zugang auch mit Aufzug.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-plus-einzelzimmerwohnung-am-gardasee\/\" target=\"_self\" data-hover-background-color=#91672c data-hover-border-color=#b78d64  class=\"qbutton  small qbutton_with_icon icon_right rotate_icon animate_button\" style=\"color: #ffffff; border-color: #b78d64; border-width: 1px; font-size: 14pxpx; font-style: normal; font-weight: 700; margin: 8px 8px 8px 8px; background-color: #b78d64;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>SIEHE EINZELZIMMERWOHNUNG <\/span><span style=\"color: #ffffff; \" class=\"hidden_text\">SIEHE EINZELZIMMERWOHNUNG <\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #b78d64; border-left-width: 1px; \"><span  style=\"\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><span style=\"color: #ffffff; \" class=\"hidden_icon\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><\/span><\/a><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243; css=&#8221;.vc_custom_1617805176495{margin-bottom: 30px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 20px !important;padding-left: 15px !important;background-color: #ffffff !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;}&#8221; el_class=&#8221;w100-30&#8243;]<div class='image_hover hovered' style='' data-transition-delay=''><div class='images_holder'><a href='https:\/\/residencesolei.it\/de\/zweizimmerwohnung-nur-einen-steinwurf-vom-strand-entfernt\/' target='_self'><img class='active_image ' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-BILOCALE-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><img class='hover_image' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-BILOCALE-1-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><\/a><\/div><\/div>[vc_column_text css=&#8221;.vc_custom_1630663645892{margin-bottom: 0px !important;padding-top: 20px !important;padding-right: 5% !important;padding-bottom: 0px !important;padding-left: 5% !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>ZWEIZIMMERWOHNUNG: 40 mq | max 4 Personen<\/strong><br \/>\nGro\u00dfe und moderne Zweizimmerwohnungen sehr hell, mit Terrasse und gro\u00dfer Dusche. Emp-fohlen f\u00fcr 2 Personen.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/residencesolei.it\/de\/zweizimmerwohnung-nur-einen-steinwurf-vom-strand-entfernt\/\" target=\"_self\" data-hover-background-color=#91672c data-hover-border-color=#b78d64  class=\"qbutton  small qbutton_with_icon icon_right rotate_icon animate_button\" style=\"color: #ffffff; border-color: #b78d64; border-width: 1px; font-size: 14pxpx; font-style: normal; font-weight: 700; margin: 8px 8px 8px 8px; background-color: #b78d64;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>SIEHE ZWEIZIMMERWOHNUNG<\/span><span style=\"color: #ffffff; \" class=\"hidden_text\">SIEHE ZWEIZIMMERWOHNUNG<\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #b78d64; border-left-width: 1px; \"><span  style=\"\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><span style=\"color: #ffffff; \" class=\"hidden_icon\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><\/span><\/a><\/p>\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; background_color=&#8221;#ede7e2&#8243; padding_bottom=&#8221;100px&#8221; box_shadow_on_row=&#8221;no&#8221;][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243; css=&#8221;.vc_custom_1617805194718{margin-bottom: 30px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 20px !important;padding-left: 15px !important;background-color: #ffffff !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;}&#8221; el_class=&#8221;w100-30&#8243;]<div class='image_hover hovered' style='' data-transition-delay=''><div class='images_holder'><a href='https:\/\/residencesolei.it\/de\/solei-plus-grosse-dreizimmerwohnung-fuer-seeurlaub\/' target='_self'><img class='active_image ' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-TRILOCALE-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><img class='hover_image' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-TRILOCALE-1-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><\/a><\/div><\/div>[vc_column_text css=&#8221;.vc_custom_1630663622031{margin-bottom: 0px !important;padding-top: 20px !important;padding-right: 5% !important;padding-bottom: 0px !important;padding-left: 5% !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>DREIZIMMERWOHNUNG: 55 mq | max 5\/6 Personen<\/strong><br \/>\nEmpfohlene Dreizimmerwohnungen f\u00fcr 4 Personen, ger\u00e4umig und gem\u00fctlich mit gro\u00dfem Bal-kon mit Seeblick.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-plus-grosse-dreizimmerwohnung-fuer-seeurlaub\/\" target=\"_self\" data-hover-background-color=#91672c data-hover-border-color=#b78d64  class=\"qbutton  small qbutton_with_icon icon_right rotate_icon animate_button\" style=\"color: #ffffff; border-color: #b78d64; border-width: 1px; font-size: 14pxpx; font-style: normal; font-weight: 700; margin: 8px 8px 8px 8px; background-color: #b78d64;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>SIEHE DREIZIMMERWOHNUNG<\/span><span style=\"color: #ffffff; \" class=\"hidden_text\">SIEHE DREIZIMMERWOHNUNG<\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #b78d64; border-left-width: 1px; \"><span  style=\"\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><span style=\"color: #ffffff; \" class=\"hidden_icon\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><\/span><\/a><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243; css=&#8221;.vc_custom_1617805208583{margin-bottom: 30px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 20px !important;padding-left: 15px !important;background-color: #ffffff !important;border-left-style: none !important;border-right-style: none !important;border-top-style: none !important;border-bottom-style: none !important;}&#8221; el_class=&#8221;w100-30&#8243;]<div class='image_hover hovered' style='' data-transition-delay=''><div class='images_holder'><a href='https:\/\/residencesolei.it\/de\/solei-plus-geraeumige-suite-mit-grosser-seeterrasse\/' target='_self'><img class='active_image ' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-SUITE-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><img class='hover_image' src='https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamenti-plus-SUITE-1-residence-Solei-Plus-vacanze-lago-garda.jpg' alt='' style=' -webkit-transition: all 1.0s ease-in-out; -ms-transition:  all 1.0s ease-in-out; -moz-transition:  all 1.0s ease-in-out; -o-transition:  all 1.0s ease-in-out; transition:  all 1.0s ease-in-out;' \/><\/a><\/div><\/div>[vc_column_text css=&#8221;.vc_custom_1630663604268{margin-bottom: 0px !important;padding-top: 20px !important;padding-right: 5% !important;padding-bottom: 0px !important;padding-left: 5% !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>SUITE: 65 mq | max 6 6 Personen<\/strong><br \/>\nHelle und ger\u00e4umige Suite mit gro\u00dfer Terrasse mit Sonnenliegen und Blick auf den See.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/residencesolei.it\/de\/solei-plus-geraeumige-suite-mit-grosser-seeterrasse\/\" target=\"_self\" data-hover-background-color=#91672c data-hover-border-color=#b78d64  class=\"qbutton  small qbutton_with_icon icon_right rotate_icon animate_button\" style=\"color: #ffffff; border-color: #b78d64; border-width: 1px; font-size: 14pxpx; font-style: normal; font-weight: 700; margin: 8px 8px 8px 8px; background-color: #b78d64;\">\n\t\t<span class=\"text_holder\"><span class=\"a_overlay\" style=\"\"><\/span><span>SIEHE SUITE<\/span><span style=\"color: #ffffff; \" class=\"hidden_text\">SIEHE SUITE<\/span><\/span>\n\t\t<span class=\"icon_holder\" style=\"border-left-color: #b78d64; border-left-width: 1px; \"><span  style=\"\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><span style=\"color: #ffffff; \" class=\"hidden_icon\"><i class=\"eltd_icon_font_awesome fa fa-angle-double-right button_icon\" style=\"\" ><\/i><\/span><\/span><\/a><\/p>\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;full_width&#8221; text_align=&#8221;left&#8221; background_color=&#8221;#ede7e2&#8243; box_shadow_on_row=&#8221;no&#8221;][vc_column][vc_separator type=&#8221;transparent&#8221; up_style=&#8221;px&#8221; down=&#8221;50&#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\/spazi-esterni-Solei-Plus.jpg\" alt=\"Terrazza esterna Suite Solei Plus\" 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\/camere-con-vista.lago-Solei-Plus.jpg\" alt=\"Camere moderne Solei Plus\" 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\/servizi-colazioni-Solei-Plus.jpg\" alt=\"Al piano terra Sala Colazione Bar con ampia terrazza esterna.\" 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;yes&#8221; type=&#8221;full_width&#8221; anchor=&#8221;prezzi-solei-plus&#8221; text_align=&#8221;left&#8221; background_color=&#8221;#eaeaea&#8221; padding_top=&#8221;80px&#8221; 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_1630514933712{padding-top: 40px !important;}&#8221;]<\/p>\n<h5 style=\"text-align: center;\"><span style=\"color: #385f99;\">DIENSTLEISTUNGEN UND PREISE APARTMENTS PLUS<\/span><\/h5>\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;][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\/2&#8243; offset=&#8221;vc_col-lg-6 vc_col-md-6&#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]<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;\">KLIMAANLAGE | 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\/2&#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 : 20 \u20ac<\/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,50 Erwachsene\/Nacht, bis 12 Jahre gratis<\/p><\/div>[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;\">INFORMATIONEN UND ZAHLUNGSBEDINGUNGEN\/span&gt;<\/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;][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\">Sorry, no posts matched your criteria.<\/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;#b78d64&#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 PLUS &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":349366,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full_width.php","meta":{"footnotes":""},"class_list":["post-350698","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>FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei<\/title>\n<meta name=\"description\" content=\"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\u00e4tzen und 10 m vom Strand und Radweg entfernt. 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\/ferienwohnungen-plus-am-gardasee\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei\" \/>\n<meta property=\"og:description\" content=\"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\u00e4tzen und 10 m vom Strand und Radweg entfernt. Hunde willkommen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\" \/>\n<meta property=\"og:site_name\" content=\"Residence Solei\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-02T07:04:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1022\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\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=\"6\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\/ferienwohnungen-plus-am-gardasee\/#primaryimage\",\"inLanguage\":\"de\",\"url\":\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg\",\"contentUrl\":\"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg\",\"width\":1022,\"height\":680,\"caption\":\"Solei Plus Suite mit privatem Garten und Seeblick\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#webpage\",\"url\":\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\",\"name\":\"FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei\",\"isPartOf\":{\"@id\":\"https:\/\/residencesolei.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#primaryimage\"},\"datePublished\":\"2021-03-20T09:45:10+00:00\",\"dateModified\":\"2024-05-02T07:04:16+00:00\",\"description\":\"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\\u00e4tzen und 10 m vom Strand und Radweg entfernt. Hunde willkommen.\",\"breadcrumb\":{\"@id\":\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/residencesolei.it\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FERIENWOHNUNGEN PLUS AM GARDASEE\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei","description":"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\u00e4tzen und 10 m vom Strand und Radweg entfernt. 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\/ferienwohnungen-plus-am-gardasee\/","og_locale":"de_DE","og_type":"article","og_title":"FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei","og_description":"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\u00e4tzen und 10 m vom Strand und Radweg entfernt. Hunde willkommen.","og_url":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/","og_site_name":"Residence Solei","article_modified_time":"2024-05-02T07:04:16+00:00","og_image":[{"width":1022,"height":680,"url":"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg","path":"\/home\/gkznwxwo\/www.residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg","size":"full","id":349366,"alt":"Solei Plus Suite mit privatem Garten und Seeblick","pixels":694960,"type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\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\/ferienwohnungen-plus-am-gardasee\/#primaryimage","inLanguage":"de","url":"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg","contentUrl":"https:\/\/residencesolei.it\/wp-content\/uploads\/2021\/07\/appartamento-Suite-residence-Solei-Plus-vacanze-garda-1.jpg","width":1022,"height":680,"caption":"Solei Plus Suite mit privatem Garten und Seeblick"},{"@type":"WebPage","@id":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#webpage","url":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/","name":"FERIENWOHNUNGEN PLUS AM GARDASEE - Residence Solei","isPartOf":{"@id":"https:\/\/residencesolei.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#primaryimage"},"datePublished":"2021-03-20T09:45:10+00:00","dateModified":"2024-05-02T07:04:16+00:00","description":"Moderne Suiten und Apartments mit Terrassen mit Seeblick, mit Hausautomation, kostenlosen Parkpl\u00e4tzen und 10 m vom Strand und Radweg entfernt. Hunde willkommen.","breadcrumb":{"@id":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/residencesolei.it\/de\/ferienwohnungen-plus-am-gardasee\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/residencesolei.it\/de\/"},{"@type":"ListItem","position":2,"name":"FERIENWOHNUNGEN PLUS AM GARDASEE"}]}]}},"_links":{"self":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350698","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=350698"}],"version-history":[{"count":20,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350698\/revisions"}],"predecessor-version":[{"id":351427,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/pages\/350698\/revisions\/351427"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/media\/349366"}],"wp:attachment":[{"href":"https:\/\/residencesolei.it\/de\/wp-json\/wp\/v2\/media?parent=350698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}