Ferienhaus mit herrlicher Terrasse mit Blick auf das Tal - nördlich von Frigiliana (2023)

',title: '',//container: 'body',template: '

'});guests_popover.on('shown.bs.popover', function () {$j("#booking-gests-popover-content").appendTo($j("#popover-inner"));$j(".popover-picker a.btn-aplicar").click(function(e){ e.stopImmediatePropagation(); e.preventDefault();guests_popover.popover('hide');});$j("#booking-gests").addClass("focus");});guests_popover.on('hide.bs.popover', function () {$j("#popover-inner > div").appendTo($j("#booking-gests-popover"));booking_form_update();$j("#booking-gests").removeClass("focus");});$j("#booking-gests").on('click', function(){guests_popover.popover('toggle');return false;});$j(document).on("click touchstart", function(e){var subject = $j(".popover"); var subject2 = $j("#booking-gests"); if ( e.target.class != subject.attr('class') && !subject.has(e.target).length&& e.target.id != subject2.attr('id') && !subject2.has(e.target).length ) {if ($j("#booking-gests").next('div.popover-picker:visible').length) {guests_popover.popover('hide');}}});$j("#property-right").on('click', '.btn-number', {}, function(e){e.preventDefault();var fieldName = $j(this).attr('data-field');var type = $j(this).attr('data-type');var input = $j("input[name='"+fieldName+"']");var currentVal = parseInt(input.val());if (!isNaN(currentVal)) {if(type == 'minus') {if(currentVal > input.attr('min')) {input.val(currentVal - 1).change();} if(parseInt(input.val()) == input.attr('min')) {$j(this).attr('disabled', true);}} else if(type == 'plus') {if(currentVal < input.attr('max')) {input.val(currentVal + 1).change();}if(parseInt(input.val()) == input.attr('max')) {$j(this).attr('disabled', true);}}} else {input.val(0);}return false;});var _enable = true;$j("#property-right").on('change', '.input-number', {}, function( event ) {var minValue = parseInt($j(this).attr('min'));var maxValue = parseInt($j(this).attr('max'));var valueCurrent = parseInt($j(this).val());var name = $j(this).attr('name');if (valueCurrent >= minValue) {$j(".btn-number[data-type='minus'][data-field='"+name+"']").removeAttr('disabled')} else {$j(this).val($j(this).data('oldValue'));}if(valueCurrent <= maxValue) {$j(".btn-number[data-type='plus'][data-field='"+name+"']").removeAttr('disabled')} else {$j(this).val($j(this).data('oldValue'));}//booking_form_update();});}function booking_form_submit() {var date_checkin = document.getElementById("booking-checkin-date").value;var date_checkout = document.getElementById("booking-checkout-date").value;var gests = parseInt(document.getElementById("booking-adults").value) + parseInt(document.getElementById("booking-children").value);document.getElementById("booking-gests-value").value = gests;if (date_checkin == '') {$j("#booking-checkin-date").focus();} else if (date_checkout == '') {$j("#booking-checkout-date").focus();} else if (gests == '') {$j("#booking-gests").focus().click();$j("#booking-avail-msg .message").html('

Wählen Sie die Anzahl der Personen

');}if (gests == '' || date_checkin == '' || date_checkout == '') {return false;}return true;}function booking_form_update() { var propertyid = document.getElementById("booking-propertyid").innerHTML;var date_checkin = document.getElementById("booking-checkin-date").value;var date_checkout = document.getElementById("booking-checkout-date").value;var gests = parseInt(document.getElementById("booking-adults").value) + parseInt(document.getElementById("booking-children").value);var adults = parseInt(document.getElementById("booking-adults").value);var children = parseInt(document.getElementById("booking-children").value); var infants = parseInt(document.getElementById("booking-infants").value);$j(".info-message-container").hide();document.getElementById("booking-gests-value").value = gests;var persons_value_text = '';if (adults == 1) {persons_value_text = adults + " Erwachsener";} else {persons_value_text = adults + " Erwachsene";}if (children == 1) {persons_value_text += ", " + children + " Kind";} else if (children > 1) {persons_value_text += ", " + children + " Kinder";}if (infants == 1) {persons_value_text += ", " + infants + " Baby";} else if (infants > 1) {persons_value_text += ", " + infants + " Baby(s)";}if (persons_value_text != '' && gests > 0) {document.getElementById("booking-gests").innerHTML = persons_value_text;} else {document.getElementById("booking-gests").innerHTML = "ANZ./Pers.";}if (gests == 0) {$j("#booking-avail-msg .message").html("

Wählen Sie die Anzahl der Personen

");}$j(".cancelacion_gratuita").hide().attr("data-cancelation-date","");$j(".free-cancelation-day").html('');$j('#property-right form').block({message: '',css : { border: '0px none', background: 'transparent none' },overlayCSS: { backgroundColor: '#ccc', opacity: 0.5, cursor: 'wait' }});var datastring= 'propertyid='+propertyid+'&date_checkin='+date_checkin+'&date_checkout='+date_checkout+'&gests='+gests+'&adults='+adults+'&children='+children+'&infants='+infants;$j.ajax({type: "GET",url: "https://www.ruralidays.de/index.php?option=com_prop&task=ajax_booking_availability_new",data: datastring,dataType: "json",success: function (data) {$j("#booking-form-submit-payment").removeAttr("disabled");$j("#booking-form-submit-info").removeAttr("disabled");$j("#booking-avail-msg .message").html('');$j("#booking-avail-msg .price").css("display","none");$j("#booking-avail-msg .price-total-no-discount").css("display","none");$j("#booking-avail-msg .price-total-value").html();$j("#booking-avail-msg .nights-value").html();$j("#booking-avail-msg .price-prepay-value").html();if (typeof(data.available_message) != 'undefined' && data.available_message != '' && data.status == 1) {$j("#booking-avail-msg .message").append('

' + data.available_message + '

'); }if (data.available !== true || data.status == 0) {if (typeof(data.message) != 'undefined') {var jmsg = data.message.join("
");$j("#booking-avail-msg .message").append('

' + jmsg + '

');}if (date_checkin != '' && date_checkout != '') {$j("#booking-form-submit-payment").attr("disabled","disabled");$j("#booking-form-submit-info").attr("disabled","disabled");}} else {if (data.price.total.amount != '' && data.price.total.amount != 0 && data.price.total.amount != '0') {msg = (data.message != '') ? '

'+data.message+'

' : '';if (msg != '') {$j("#booking-avail-msg .message").append(msg);}$j("#price-night .price-from-value").html(data.price_per_night_formated);$j("#price-night .price-from-text .from").css("display","none");$j("#booking-avail-msg .price").css("display","block");$j("#booking-avail-msg .price-total-value").html(data.price.total.amount_formatted+'€');if (data.price.total_before_discount.amount > data.price.total.amount) {$j("#booking-avail-msg .price-total-no-discount").css("display","block");$j("#booking-avail-msg .price-total-no-discount-value").html('

'+data.price.total_before_discount.amount+'€

');}$j("#booking-avail-msg .nights-value").html(data.nights);$j("#booking-avail-msg .price-prepay-value").html(data.price.prepay.amount_formatted+'€');}else {$j("#booking-avail-msg .message").append('

'+data.message+'

');}}if (typeof(data.info_message) != 'undefined' && typeof(data.info_message.title) != 'undefined') {$j(".info-message .icon").html(data.info_message.icon);$j(".info-message .body").html(data.info_message.body);$j(".info-message .title").html(data.info_message.title);$j(".info-message-container").show();} else {$j(".info-message-container").hide();}if (data.free_cancelation_day!='undefined'&& data.free_cancelation_day!='') {$j(".free-cancelation-day").html(data.free_cancelation_day);$j(".cancelacion_gratuita").attr("data-cancelation-date",data.free_cancelation_day).show();}if (typeof(data.banner_phone_support) != 'undefined' && data.banner_phone_support.status == 1) {$j(".telefono-reservas").html(data.banner_phone_support.msg).show();}if (typeof(data.cancellation_and_payments) != 'undefined' && data.cancellation_and_payments != '') {$j("#cancellation-and-payments").html(data.cancellation_and_payments);$j("#product-date-range-picker").addClass("with-dates");}window.setTimeout(function(){affixBookingPanel();}, 450);$j('#property-right form').unblock();},error: function (data) {// nothing}});}function add_to_favorites_detail(alojamientoId) {var datastring = "alojamientoId="+alojamientoId;$j.ajax({type: "GET",url: "https://www.ruralidays.de/index.php?option=com_prop&task=ajax_favorites_add",data: datastring,dataType: "json",success: function (data) {if (data.status == true) {if (data.msg == 'added') {$j(".btn-add-favorites").removeClass("track-like").addClass("track-dislike");$j(".btn-add-favorites .fa-heart-o").css("display","none");$j(".btn-add-favorites .fa-heart").css("display","");}else if (data.msg == 'deleted') {$j(".btn-add-favorites").removeClass("track-dislike").addClass("track-like");$j(".btn-add-favorites .fa-heart").css("display","none");$j(".btn-add-favorites .fa-heart-o").css("display","");}$j(".wisthlist-items-counter span").html(data.cont);if (data.cont <= 0) {$j("#wishlist-link").css("display","none");$j("#wishlist-link2").css("display","none");} else {$j("#wishlist-link").css("display","block");$j("#wishlist-link2").css("display","none");}}}});}function show_availability_calendar() {if (tamanoventana_init <= 991) {$j('#reservarPanel').modal().on('shown.bs.modal', function (e) {$j('#booking-checkin-date').datepicker('show');}).on('hide.bs.modal', function (e) {$j('#booking-checkin-date').datepicker('hide');$j('#booking-checkout-date').datepicker('hide');});return false;} else {$j('html, body').animate({ scrollTop: 0 }, 0, function(){ setTimeout(function(){ $j('#booking-checkin-date').datepicker('show'); }, 500);});return false; }}function show_reviews(currentReviewsPage,showTranslated) {if (typeof(currentReviewsPage) == 'undefined') {currentReviewsPage = 1;}if (typeof(showTranslated) == 'undefined') {showTranslated = 2;}$j.ajax({type: "GET",url: "https://www.ruralidays.de/index.php?option=com_prop&task=ajax_property_show_reviews&id_alojamiento=3175&page="+currentReviewsPage+"&show_translated="+showTranslated,data: '',dataType: "json",cache: false,success: function(response) {showTranslated = response.show_translated;$j("#reviews-wrapper").html(response.html);$j("#btn-translate-reviews").on("click", function(){showTranslated = 1;show_reviews(currentReviewsPage,showTranslated);});$j("#btn-translate-reviews-original").on("click", function(){showTranslated = 0;show_reviews(currentReviewsPage,showTranslated);});$j('#reviews-pagination ul').pagination({items: response.pagination.total_items,itemsOnPage: response.pagination.items_per_page,currentPage: currentReviewsPage,onPageClick: function(pageNum) {currentReviewsPage = pageNum;show_reviews(pageNum,showTranslated);$j('html, body').animate({scrollTop: $j('#reviews').offset().top}, 150);}});}});}function show_description() {//$j(".section-descr .description").prepend("

Las traducciones automáticas se realizan con Google Translate: puede que no siempre sean correctas.

");$j("#btn-translate-descr-original").on("click", function(){$j(this).hide();$j("#btn-translate-descr").show();$j(this).parent().parent().find(".original-description").show();$j(this).parent().parent().find(".description").hide();});$j("#btn-translate-descr").on("click", function(){$j(this).hide();$j("#btn-translate-descr-original").show();$j(this).parent().parent().find(".original-description").hide();$j(this).parent().parent().find(".description").show();});}function show_stats_views_per_week() {$j.ajax({type: "GET",url: "https://www.ruralidays.de/index.php?option=com_prop&task=ajax_property_stats&id_alojamiento="+3175,data: '',dataType: "json",success: function (response) {if (response.status == 1 && parseInt(response.data) > 30) {//$j(".stats-views-per-week span.views-per-week").html(response.data);//$j(".stats-views-per-week").show();//$j(".visitas_semanales").attr("data-views",response.data);}}});}function resize_calendar() {setTimeout(function(){var tamanoventana = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);var nmeses = 1;if (tamanoventana>=1200){nmeses = 3;}else if ((tamanoventana<1200) && (tamanoventana>768)){nmeses = 3;}else if ((tamanoventana<=768) && (tamanoventana>565)){nmeses = 2;} if (nmeses != $j( "#datepicker-availability" ).datepicker( "option", "numberOfMonths" )) {$j("#datepicker-availability").datepicker("option", "numberOfMonths", nmeses);$j("#datepicker-availability").datepicker("option", "stepMonths", nmeses);}}, 300);}function open_modal_share() {BootstrapDialog.show({cssClass: 'clean-dialog',title: "

Teile

",message: '

',onshown: function(dialogRef){$j("#shareButtons").jsSocials({showCount: false,showLabel: true,shareIn: "popup",shares: ["whatsapp",{ share: "facebook", label: "Facebook" },{ share: "email", label: "Email" },{ share: "twitter", label: "Twitter" },{ share: "pinterest", label: "Pinterest" }]});}});}function cambiarTamanoDivsPropiedades(){var tamanoventana = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);if (tamanoventana<=991){$j("#property-right").appendTo("#reservarPanelFechas");$j(".visitas_semanales").hide();$j("#reservarPanel").css("min-height",$j(window).height()-167);$j("#add-favorites").hide();}else {if ($j("#reservarPanel").is(":visible")){$j('#reservarPanel').modal('hide');}$j("#property-right").appendTo("#PPder");if (parseInt($j(".visitas_semanales").attr("data-views")) > 30) {$j(".visitas_semanales").show();}if ($j(".cancelacion_gratuita").attr("data-cancelation-date") != "") {$j(".cancelacion_gratuita").show();}$j("#add-favorites").show();}}function affixBookingPanel(){$j('#property-right').affix({offset: {top: function () {return (this.top = $j('#header').outerHeight(true) + $j('#fotos').outerHeight(true))},bottom: function () {return (this.bottom = $j('#footer-bottom').outerHeight(true) + $j('#footer').outerHeight(true) + $j('.section-location').outerHeight(true) + $j('.section-prox').outerHeight(true) + $j('.propertypanel').outerHeight(true) + 40)}}});}var showPlanos = false;$j(document).ready(function() {returnAvailabilityCalendarData();//resize_calendar();popover_init();show_reviews();show_description();show_stats_views_per_week();booking_form_update();cambiarTamanoDivsPropiedades();$j("#property-nav li a").click(function(){var thisId = $j(this).attr("href");var scrollTopPoint = $j(thisId).offset().top;if (!$j("#menupropiedades").hasClass("goToTop2")) {scrollTopPoint = $j(thisId).offset().top;}$j('html, body').animate({scrollTop: scrollTopPoint}, 100);return false;});$j('.section-descr .section-body').css("height","auto").readmore({ maxHeight: 150, moreLink: "+ Mehr", lessLink:''});$j('.section-distancias .with-more').css("height","auto").readmore({ maxHeight: 80, moreLink: "+ Mehr", lessLink: "- Weniger",});$j(document).on("click", ".btn-add-favorites", function(event){var alojamientoId = 3175;add_to_favorites_detail(alojamientoId);event.preventDefault();});$j("#rural_recomienda .image a").mouseenter(function(){$j(this).find("img").animate({opacity: 0.75},250, function(){ return false; });}).mouseleave(function(){$j(this).find("img").animate({opacity: 1}, 250, function(){ return false; });});$j("#booking-form-submit-info").click(function(){$j("#frmreservafecha #mode").val("info");});$j("#booking-form-submit-payment").click(function(){$j("#frmreservafecha #mode").val("payment");});$j(window).resize(function() {resize_calendar();affixBookingPanel();cambiarTamanoDivsPropiedades();});window.setTimeout(function(){affixBookingPanel();$j('#menupropiedades').affix({ offset: {top: function () { return (this.top = $j('#header').outerHeight(true) + $j('.breadcrumbs-section').outerHeight(true) + $j('#fotos').outerHeight(true))} }});}, 450);// lightGalleryvar $lg = $j('#fotos #fotos-bg-cover');var highlights = '{\"valoracion_general\":{\"title\":\"9.1 Exzellent\",\"subtitle\":\"90% der G\\u00e4ste haben das Haus mit 5 Sternen bewertet\",\"icon\":\"<\\/i>\"},\"valoracion_limpieza\":{\"title\":\"5-Sterne Reinigung\",\"subtitle\":\"Die letzten 5 G\\u00e4ste haben dieses Haus mit 5 Sternen bewertet\",\"icon\":\"<\\/i>\"},\"ideal_familias\":{\"title\":\"Ausgezeichnete Wahl f\\u00fcr Familien\",\"subtitle\":\"Andere G\\u00e4ste mit Kindern haben dieses Haus mit 5 Sternen bewertet\",\"icon\":\"<\\/i>\"},\"valoracion_propietarios\":{\"title\":\"Freundliche Vermieter\",\"subtitle\":\"90% der G\\u00e4ste haben den Vermieter mit 5 Sternen bewertet\",\"icon\":\"<\\/i>\"}}';$lg.on('click', function(e) { if ( e.target.offsetParent.attributes["data-btn-id"] != undefined && e.target.offsetParent.attributes["data-btn-id"] != "undefined" && e.target.offsetParent.attributes["data-btn-id"].value == 'layout-btn' ) { return false; }var dialogImageGallery = new BootstrapDialog({title: '32 Bilder - Zum Vergrößern bitte auf das Foto klicken',message: '',animate: false,cssClass: 'modal-fullwidth modal-lightgallery',buttons: [],data: {'self': self,'images': [{"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1254648121.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1254648121.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_609641114.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_609641114.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_2146504398.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_2146504398.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1365330748.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1365330748.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1571528198.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1571528198.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_751770782.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_751770782.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Zimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1891867523.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1891867523.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Bad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_333093216.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_333093216.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Zimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_864029401.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_864029401.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Zimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1055874234.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1055874234.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Wohnzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1851891489.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1851891489.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Wohnzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_338108447.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_338108447.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Esszimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_752871074.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_752871074.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Wohnzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_861563026.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_861563026.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Wohnzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_618272596.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_618272596.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Küche

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_160156144.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_160156144.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1540885164.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1540885164.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1863232883.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1863232883.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1417690821.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1417690821.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1519319293.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1519319293.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1831617424.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1831617424.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_911308856.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_911308856.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1315954944.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1315954944.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1573472252.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1573472252.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_80915782.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_80915782.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1755274312.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1755274312.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1859705402.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1859705402.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1398803329.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1398803329.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Pool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_941424261.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_941424261.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Außen

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_876962164.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_876962164.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Ausblick

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_701659807.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_701659807.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Garten

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1740630514.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_3175_1740630514.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Außen

'}, ]},onshow: function(dialogRef){var this_highlights = JSON.parse(highlights);var this_highlights_arr = [];for (var key in this_highlights){this_highlights_arr.push(this_highlights[key]);}var this_images = dialogRef.getData('images');var this_dialog_content = '

';for (i = 0; i < this_images.length; i++) {this_dialog_content += '';if (i==4 & typeof(this_highlights_arr[0]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[0]['icon'] +''+ this_highlights_arr[0]['title'] +''+ this_highlights_arr[0]['subtitle'] +'';} else if (i==11 & typeof(this_highlights_arr[1]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[1]['icon'] +''+ this_highlights_arr[1]['title'] +''+ this_highlights_arr[1]['subtitle'] +'';} else if (i==18 & typeof(this_highlights_arr[2]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[2]['icon'] +''+ this_highlights_arr[2]['title'] +''+ this_highlights_arr[2]['subtitle'] +'';} else if (i==25 & typeof(this_highlights_arr[3]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[3]['icon'] +''+ this_highlights_arr[3]['title'] +''+ this_highlights_arr[3]['subtitle'] +'';} else if (i==32 & typeof(this_highlights_arr[4]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[4]['icon'] +''+ this_highlights_arr[4]['title'] +''+ this_highlights_arr[4]['subtitle'] +'';} else if (i==39 & typeof(this_highlights_arr[5]) != 'undefined') {this_dialog_content += ''+ this_highlights_arr[5]['icon'] +''+ this_highlights_arr[5]['title'] +''+ this_highlights_arr[5]['subtitle'] +'';}this_dialog_content += ''}this_dialog_content += '

';dialogRef.setMessage(this_dialog_content);},onshown: function(dialogRef){$j(".group-btn-photos").clone().appendTo(".modal-lightgallery .bootstrap-dialog-header");var $lg2 = $j('.gallery-images');$lg2.lightGallery({addClass: 'lightgallery-alt',hideBarsDelay: 1500,download: false,preload: true,thumbWidth: 120,thumbContHeight: 90,thumbnail:false});if (showPlanos) { showPlanos = false; $j(".gallery-images a:last-child ").trigger("click"); }$lg2.on('onCloseAfter.lg',function(event, index, fromTouch, fromThumb){$j('.gallery-images .lazy').Lazy({scrollDirection: 'vertical',effect: 'fadeIn',placeholder: "data:image/gif;base64,R0lGODlhEALAPQAPzl5uLr9Nrl8e7...",appendScroll: $j('.modal-lightgallery .modal-body')});});$lg2.on('onAfterOpen.lg',function(event){$j(".lg-item").bind('contextmenu', function(e) {alert('© Ruralidays. Alle Rechte vorbehalten.'); return false;});});$j(".gallery-images a").on("click", function(event){event.preventDefault();});setTimeout(function(){$j('.gallery-images .lazy').Lazy({scrollDirection: 'vertical',effect: 'fadeIn',placeholder: "data:image/gif;base64,R0lGODlhEALAPQAPzl5uLr9Nrl8e7...",appendScroll: $j('.modal-lightgallery .modal-body')});$j(".gallery-images a, .gallery-images img").bind('contextmenu', function(e) {alert('© Ruralidays. Alle Rechte vorbehalten.'); return false;});}, 150);},onhide: function(dialogRef){},onhidden: function(dialogRef){}});dialogImageGallery.open();return false;});$lg.bind('contextmenu', function(e) {alert('© Ruralidays. Alle Rechte vorbehalten.'); return false;});$j('body').scrollspy({ target: '#property-nav', offset: 62 }).on('activate.bs.scrollspy', function () {var position = $j('#property-nav li.active').offset();var scroll_to_position = 0;if (position.left + ($j('#property-nav li.active').outerWidth() / 2) > $j("#property-nav").innerWidth()) {//scroll_to_position = position.left;scroll_to_position = position.left + ($j('#property-nav li.active').outerWidth());}scroll_to_position = position.left - 30;$j("#property-nav ul").animate({scrollLeft: scroll_to_position}, 150);});});

Top Articles
Latest Posts
Article information

Author: Msgr. Benton Quitzon

Last Updated: 17/03/2023

Views: 5744

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Msgr. Benton Quitzon

Birthday: 2001-08-13

Address: 96487 Kris Cliff, Teresiafurt, WI 95201

Phone: +9418513585781

Job: Senior Designer

Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.