{"id":2539,"date":"2015-06-14T22:06:30","date_gmt":"2015-06-14T22:06:30","guid":{"rendered":"http:\/\/www.agriturismomedicina.it\/?page_id=2539"},"modified":"2015-06-24T13:33:08","modified_gmt":"2015-06-24T13:33:08","slug":"bauernhof-mit-scwimmbad-zu-pescia","status":"publish","type":"page","link":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/","title":{"rendered":"Bauernhof mit scwimmbad zu Pescia"},"content":{"rendered":"<h2>Bauernhof mit scwimmbad zu Pescia<\/h2>\n<p class=\"testo\">Das Schwimmbad befindet sich unterhalb des Hauses und bietet einen herrlich weit reichenden Blick auf die toskanische Landschaft.<br \/>\nEs handelt sich um eine sehr sonnige und offene Gegend, ideal zum ausgiebigen Genie\u00dfen der Sonne, die das Wasser angenehm erw\u00e4rmt.<\/p>\n<p>&nbsp;<\/p>\n<p class=\"testo\">Das Schwimmbad hat eine rechteckige Form und der Eintritt ins Wasser wird durch eine halb-runde Treppe noch erleichtert.Die Sonnenterrasse, die das Schwimmbad umgibt wurde mit gro\u00dfen Natursteinen gepflastert, welche von Zwischenr\u00e4umen, die mit Gras bewachsen sind unterbrochen werden, was eine perfekte Symbiose mit dem Ort herstellt.<br \/>\nDie Terrasse, welche das Schwimmbad einrahmt wurde mit einfacher Eleganz m\u00f6bliert. Die Sonnenschirme, welche den Pool umgeben, sch\u00fctzen<\/p>\n<p>&nbsp;<\/p>\n<h4>Gallery<\/h4>\n\n\t\t\n        <script type=\"text\/javascript\">\n            jQuery(function() {\n\t\t\t\t\/\/check if the user made the\n\t\t\t\t\/\/mistake to open it with IE\n\t\t\t\tvar ie \t\t\t= false;\n\t\t\t\tif (jQuery.browser.msie)\n\t\t\t\t\tie = true;\n\t\t\t\t\/\/flag to control the click event\n\t\t\t\tvar flg_click\t= true;\n\t\t\t\t\/\/the wrapper\n                var $im_wrapper\t= jQuery('#merge-gallery-58572');\n\t\t\t\t\/\/the thumbs\n\t\t\t\tvar $thumbs\t\t= $im_wrapper.children('div:not(.gallery_image_width)');\n\t\t\t\t\/\/all the images\n\t\t\t\tvar $thumb_imgs = $thumbs.find('img');\n\t\t\t\t\/\/number of images\n\t\t\t\tvar nmb_thumbs\t= $thumbs.length;\n\t\t\t\t\/\/image loading status\n\t\t\t\tvar $im_loading\t= jQuery('#merge-gallery-58572-nav #im_loading');\n\t\t\t\t\/\/the next and previous buttons\n\t\t\t\tvar $im_next\t= jQuery('#merge-gallery-58572-nav #im_next');\n\t\t\t\tvar $im_prev\t= jQuery('#merge-gallery-58572-nav #im_prev');\n\t\t\t\t\/\/number of thumbs per line\n\t\t\t\tvar per_line\t= 3;\n\t\t\t\t\/\/number of thumbs per column\n\t\t\t\tvar per_col\t\t= Math.ceil(nmb_thumbs\/per_line)\n\t\t\t\t\/\/index of the current thumb\n\t\t\t\tvar current\t\t= -1;\n\t\t\t\t\/\/mode = grid | single\n\t\t\t\tvar mode\t\t= 'grid';\n\t\t\t\tvar $wrapper_width = $im_wrapper.width();\n\t\t\t\t\/\/an array with the positions of the thumbs\n\t\t\t\t\/\/we will use it for the navigation in single mode\n\t\t\t\tvar positionsArray = [];\n\t\t\t\tfor(var i = 0; i < nmb_thumbs; ++i)\n\t\t\t\t\tpositionsArray[i]=i;\n\n\t\t\t\t\/\/ Set container height\n\t\t\t\t$im_wrapper.height((($im_wrapper.find('.gallery_image_width').width()+20) * per_col) + 'px');\n\n\t\t\t\t\/\/preload all the images\n\t\t\t\t$im_loading.css('visibility','visible');\n\t\t\t\tvar loaded\t\t= 0;\n\t\t\t\t$thumb_imgs.each(function(){\n\t\t\t\t\tvar $this = jQuery(this);\n\t\t\t\t\tjQuery('<img\/>').load(function(){\n\t\t\t\t\t\t++loaded;\n\t\t\t\t\t\tif(loaded == nmb_thumbs*2)\n\t\t\t\t\t\t\tstart();\n\t\t\t\t\t}).attr('src',$this.attr('src'));\n\t\t\t\t\tjQuery('<img\/>').load(function(){\n\t\t\t\t\t\t++loaded;\n\t\t\t\t\t\tif(loaded == nmb_thumbs*2)\n\t\t\t\t\t\t\tstart();\n\t\t\t\t\t}).attr('src', $this.parent().attr('href'));\n\t\t\t\t});\n\n\t\t\t\t\/\/starts the animation\n\t\t\t\tfunction start(){\n\t\t\t\t\t$im_loading.css('visibility','hidden');\n\n\t\t\t\t\t$thumbs.css({\n\t\t\t\t\t\t'height' : $im_wrapper.find('.gallery_image_width').width()\n\t\t\t\t\t});\n\t\t\t\t\t\/\/disperse the thumbs in a grid\n\t\t\t\t\tdisperse();\n\t\t\t\t}\n\n\t\t\t\t\/\/disperses the thumbs in a grid based on windows dimentions\n\t\t\t\tfunction disperse(resizing) {\n\t\t\t\t\tif(!flg_click) return;\n\t\t\t\t\tsetflag();\n\t\t\t\t\tremoveNavigation();\n\n\t\t\t\t\t\/\/ Set container height\n\t\t\t\t\t$im_wrapper.height((($im_wrapper.find('.gallery_image_width').width()+20) * per_col) + 'px');\n\n\t\t\t\t\tvar $img_width  = $im_wrapper.find('.gallery_image_width').width();\n\t\t\t\t\t$im_wrapper.find('.gallery_image_width').height($img_width);\n\t\t\t\t\tvar $img_height = $im_wrapper.find('.gallery_image_width').height();\n\t\t\t\t\t$im_wrapper.css('visibility','visible');\n\n\t\t\t\t\tmode = 'grid';\n\n\t\t\t\t\t\/\/center point for first thumb\n\t\t\t\t\tvar spaces_h = 20;\n\n\t\t\t\t\t\/\/lets disperse the thumbs equally on the page\n\t\t\t\t\t$thumbs.each(function(i){\n\t\t\t\t\t\tvar $thumb = jQuery(this);\n\t\t\t\t\t\tvar $image = $thumb.find('img');\n\t\t\t\t\t\tvar spaces_w = ($im_wrapper.width() - (per_line * $thumb.outerWidth())) \/ (per_line-1);\n\n\t\t\t\t\t\t\/*\n\t\t\t\t\t\tcalculate left and top for each thumb,\n\t\t\t\t\t\tconsidering how many we want per line *\/\n\t\t\t\t\t\tvar left = ((spaces_w * (i%per_line)) + ($thumb.outerWidth() * (i%per_line)));\n\t\t\t\t\t\tvar top  = ((($img_height+20) * Math.ceil((i+1)\/per_line)) - ($img_height+20));\n\n\t\t\t\t\t\t\/\/lets give a random degree to each thumb\n\t\t\t\t\t\tvar r = Math.floor(Math.random()*41)-20;\n\t\t\t\t\t\t\/*\n\t\t\t\t\t\tnow we animate the thumb to its final positions;\n\t\t\t\t\t\twe also fade in its image, animate it to 115x115,\n\t\t\t\t\t\tand remove any background image\tof the thumb - this\n\t\t\t\t\t\tis not relevant for the first time we call disperse,\n\t\t\t\t\t\tbut when changing from single to grid mode\n\t\t\t\t\t\t *\/\n\n\t\t\t\t\t\tif(ie) {\n\t\t\t\t\t\t\tvar param = {\n\t\t\t\t\t\t\t\t'padding': '3px',\n\t\t\t\t\t\t\t\t'width'  : $im_wrapper.find('.gallery_image_width').width(),\n\t\t\t\t\t\t\t\t'height' : $im_wrapper.find('.gallery_image_width').height(),\n\t\t\t\t\t\t\t\t'left'   : left + 'px',\n\t\t\t\t\t\t\t\t'top'    : top + 'px'\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvar param = {\n\t\t\t\t\t\t\t\t'padding': '3px',\n\t\t\t\t\t\t\t\t'width'  : $im_wrapper.find('.gallery_image_width').width(),\n\t\t\t\t\t\t\t\t'height' : $im_wrapper.find('.gallery_image_width').height(),\n\t\t\t\t\t\t\t\t'left'   : left + 'px',\n\t\t\t\t\t\t\t\t'top'    : top + 'px'\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( resizing == true ) {\n\t\t\t\t\t\t\tvar speed = 0;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvar speed = 750;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$thumb.stop()\n\t\t\t\t\t\t.animate(param, speed, function() {\n\t\t\t\t\t\t\tif(i==nmb_thumbs-1)\n\t\t\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t}).find('img').fadeIn(750, function() {\n\t\t\t\t\t\t\t$thumb.css({\n\t\t\t\t\t\t\t\t'background-image' : 'none'\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tjQuery(this).animate({\n\t\t\t\t\t\t\t\t\/*'width' : $image.width(),\n\t\t\t\t\t\t\t\t'height'  : $image.height(),*\/\n\t\t\t\t\t\t\t},150);\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t\t$im_wrapper.find(\".gallery-caption\").show();\n\t\t\t\t}\n\n\t\t\t\t\/\/ On windows resize call the disperse function\n\t\t\t\tfunction on_resize() {\n\t\t\t\t\tif ($wrapper_width != $im_wrapper.width()) {\n\t\t\t\t\t\t$thumbs.css({'width' : $im_wrapper.find('.gallery_image_width').width(), 'height' : $im_wrapper.find('.gallery_image_width').height()});\n\t\t\t\t\t\tdisperse(true);\n\t\t\t\t\t\t$wrapper_width = $im_wrapper.width();\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tfunction addResizeEvent(func) {\n\t\t\t\t\tvar oldResize = window.onresize;\n\t\t\t\t\twindow.onresize = function () {\n\t\t\t\t\t\tfunc();\n\t\t\t\t\t\tif (typeof oldResize === 'function') {\n\t\t\t\t\t\t\toldResize();\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t\taddResizeEvent(on_resize);\n\n\t\t\t\t\/\/controls if we can click on the thumbs or not\n\t\t\t\t\/\/if theres an animation in progress\n\t\t\t\t\/\/we don't want the user to be able to click\n\t\t\t\tfunction setflag() {\n\t\t\t\t\tflg_click = !flg_click\n\t\t\t\t}\n\n\t\t\t\t\/*\n\t\t\t\twhen we click on a thumb, we want to merge them\n\t\t\t\tand show the full image that was clicked.\n\t\t\t\twe need to animate the thumbs positions in order\n\t\t\t\tto center the final image in the screen. The\n\t\t\t\timage itself is the background image that each thumb\n\t\t\t\twill have (different background positions)\n\t\t\t\tIf we are currently seeing the single image,\n\t\t\t\tthen we want to disperse the thumbs again,\n\t\t\t\tand with this, showing the thumbs images.\n\t\t\t\t *\/\n\t\t\t\t$thumbs.bind('click',function(){\n\t\t\t\t\tif(!flg_click) return;\n\t\t\t\t\tsetflag();\n\n\t\t\t\t\tvar $this = jQuery(this);\n\t\t\t\t\tcurrent   = $this.index();\n\t\t\t\t\t$thumbs.css('position', 'absolute');\n\t\t\t\t\t$im_wrapper.find(\".gallery-caption\").hide();\n\n\t\t\t\t\tif(mode\t== 'grid') {\n\t\t\t\t\t\tmode = 'single';\n\t\t\t\t\t\t\/\/the source of the full image\n\t\t\t\t\t\tvar image_src\t= $this.find('img').parent().attr('href');\n\n\t\t\t\t\t\t$thumbs.each(function(i){\n\t\t\t\t\t\t\tvar $thumb = jQuery(this);\n\t\t\t\t\t\t\tvar $image = $thumb.find('img');\n\n\t\t\t\t\t\t\t\/\/first we animate the thumb image\n\t\t\t\t\t\t\t\/\/to fill the thumbs dimentions\n\t\t\t\t\t\t\t$image.stop().animate({\n\t\t\t\t\t\t\t\t\/*'width'\t\t: '150px',\n\t\t\t\t\t\t\t\t'height'\t: '150px',*\/\n\t\t\t\t\t\t\t\t'marginTop'\t: '0px',\n\t\t\t\t\t\t\t\t'marginLeft': '0px'\n\t\t\t\t\t\t\t},150,function() {\n\t\t\t\t\t\t\t\t\/\/calculate the dimentions of the full image\n\t\t\t\t\t\t\t\tvar f_w\t= per_line * (150);\n\t\t\t\t\t\t\t\tvar f_h\t= per_col * (150);\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tvar f_l = jQuery('.merge-gallery').width()\/2 - f_w\/2\n\t\t\t\t\t\t\t\tvar f_t = $im_wrapper.find('.gallery_image_width').height()\/2 \/*- f_h\/2*\/\n\t\t\t\t\t\t\t\t\/*\n\t\t\t\t\t\t\t\tset the background image for the thumb\n\t\t\t\t\t\t\t\tand animate the thumbs postions and rotation\n\t\t\t\t\t\t\t\t *\/\n\t\t\t\t\t\t\t\tif(ie) {\n\t\t\t\t\t\t\t\t\tvar param = {\n\t\t\t\t\t\t\t\t\t\t'width'  : '150px',\n\t\t\t\t\t\t\t\t\t\t'height' : '150px',\n\t\t\t\t\t\t\t\t\t\t'padding': '0',\n\t\t\t\t\t\t\t\t\t\t'left'   : f_l + (i%per_line)*150 + 'px',\n\t\t\t\t\t\t\t\t\t\t'top'\t   : f_t + Math.floor(i\/per_line)*150 + 'px'\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tvar param = {\n\t\t\t\t\t\t\t\t\t\t'width'  : '150px',\n\t\t\t\t\t\t\t\t\t\t'height' : '150px',\n\t\t\t\t\t\t\t\t\t\t'padding': '0',\n\t\t\t\t\t\t\t\t\t\t'left'   : f_l + (i%per_line)*150 + 'px',\n\t\t\t\t\t\t\t\t\t\t'top'\t   : (f_t + Math.floor(i\/per_line)*150) - (f_t \/ 1.5) + 'px'\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t$thumb.css({\n\t\t\t\t\t\t\t\t\t'background-image' : 'url('+image_src+')',\n\t\t\t\t\t\t\t\t\t'background-size'  : ((150*per_line)) + 'px ' + ((150*per_col)) + 'px'\n\t\t\t\t\t\t\t\t}).stop()\n\t\t\t\t\t\t\t\t.animate(param, 1200, function() {\n\t\t\t\t\t\t\t\t\t\/\/insert navigation for the single mode\n\t\t\t\t\t\t\t\t\tif(i==nmb_thumbs-1) {\n\t\t\t\t\t\t\t\t\t\taddNavigation();\n\t\t\t\t\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\/\/fade out the thumb's image\n\t\t\t\t\t\t\t\t$image.fadeOut(700);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t\/\/remove navigation\n\t\t\t\t\t\tremoveNavigation();\n\t\t\t\t\t\t$thumbs.css({'width' : ($im_wrapper.find('.gallery_image_width').width() + 10), 'height' : ($im_wrapper.find('.gallery_image_width').height() + 10)});\n\n\t\t\t\t\t\t\/\/if we are on single mode then disperse the thumbs\n\t\t\t\t\t\tdisperse();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t\/\/removes the navigation buttons\n\t\t\t\tfunction removeNavigation() {\n\t\t\t\t\t$im_next.stop().animate({'right':'-10060px'},300);\n\t\t\t\t\t$im_prev.stop().animate({'left':'-10060px'},300);\n\t\t\t\t}\n\n\t\t\t\t\/\/add the navigation buttons\n\t\t\t\tfunction addNavigation() {\n\t\t\t\t\t$im_next.stop().animate({'right':'-2px'},300);\n\t\t\t\t\t$im_prev.stop().animate({'left':'-2px'},300);\n\t\t\t\t}\n\n\t\t\t\t\/\/User clicks next button (single mode)\n\t\t\t\t$im_next.bind('click', function() {\n\t\t\t\t\tif(!flg_click) return;\n\t\t\t\t\tsetflag();\n\n\t\t\t\t\t++current;\n\t\t\t\t\tvar $next_thumb\t= $im_wrapper.children('div:nth-child('+(current+1)+')');\n\t\t\t\t\tif($next_thumb.length>0) {\n\t\t\t\t\t\t$im_wrapper.find(\".gallery-caption\").hide();\n\t\t\t\t\t\tvar image_src\t= $next_thumb.find('img').parent().attr('href');\n\t\t\t\t\t\tvar arr \t\t= Array.shuffle(positionsArray.slice(0));\n\t\t\t\t\t\t$thumbs.each(function(i) {\n\t\t\t\t\t\t\t\/\/we want to change each divs background image\n\t\t\t\t\t\t\t\/\/on a different point of time\n\t\t\t\t\t\t\tvar t = jQuery(this);\n\t\t\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\t\t\tt.css({\n\t\t\t\t\t\t\t\t\t'background-image' : 'url('+image_src+')'\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tif(i == nmb_thumbs-1)\n\t\t\t\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t\t},arr.shift()*20);\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t--current;\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t\/\/User clicks prev button (single mode)\n\t\t\t\t$im_prev.bind('click',function() {\n\t\t\t\t\tif(!flg_click) return;\n\t\t\t\t\tsetflag();\n\t\t\t\t\t--current;\n\t\t\t\t\tvar $prev_thumb\t= $im_wrapper.children('div:nth-child('+(current+1)+'):not(.gallery_image_width)');\n\t\t\t\t\tif($prev_thumb.length>0){\n\t\t\t\t\t\t$im_wrapper.find(\".gallery-caption\").hide();\n\t\t\t\t\t\tvar image_src\t= $prev_thumb.find('img').parent().attr('href');\n\t\t\t\t\t\tvar arr \t\t= Array.shuffle(positionsArray.slice(0));\n\t\t\t\t\t\t$thumbs.each(function(i){\n\t\t\t\t\t\t\tvar t = jQuery(this);\n\t\t\t\t\t\t\tsetTimeout(function(){\n\t\t\t\t\t\t\t\tt.css({\n\t\t\t\t\t\t\t\t\t'background-image' : 'url('+image_src+')'\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tif(i == nmb_thumbs-1)\n\t\t\t\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t\t},arr.shift()*20);\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetflag();\n\t\t\t\t\t\t++current;\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t\/\/function to shuffle an array\n\t\t\t\tArray.shuffle = function( array ) {\n\t\t\t\t\tfor(\n\t\t\t\t\tvar j, x, i = array.length; i;\n\t\t\t\t\tj = parseInt(Math.random() * i),\n\t\t\t\t\tx = array[--i], array[i] = array[j], array[j] = x\n\t\t\t\t);\n\t\t\t\t\treturn array;\n\t\t\t\t};\n            });\n\n\t\t\tjQuery(document).ready(function() {\n\t\t\t\tjQuery(\".merge-gallery\").click(function(event) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t});\n\t\t\t});\n        <\/script>\n        <div id=\"merge-gallery-58572\" class=\"merge-gallery galleryid-2539 gallery-columns-3 gallery-size-thumbnail\"><div class=\"span2 gallery_image_width\"><\/div><div style=\"background-position: -0px -0px;\" class='span2 '>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina51.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof Medicina mit scwimmbad<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div><div style=\"background-position: -150px -0px;\" class='span2 '>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina1.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof mit scwimmbad zu Valdinievole<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div><div style=\"background-position: -300px -0px;\" class='span2  last'>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina21.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof mit scwimmbad zu Pescia<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div><div style=\"background-position: -0px -150px;\" class='span2 '>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina31.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof mit scwimmbad<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div><div style=\"background-position: -150px -150px;\" class='span2 '>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/casa-senza-filo.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof mit scwimmbad zu Collodi<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div><div style=\"background-position: -300px -150px;\" class='span2  last'>\n\t\t\t\t\t<a href=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-1024x1024.jpg\" class=\"no_thickbox\"><img width=\"150\" height=\"150\" src=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-150x150.jpg\" class=\"span2\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-150x150.jpg 150w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-300x300.jpg 300w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-1024x1024.jpg 1024w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-270x270.jpg 270w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-125x125.jpg 125w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4-70x70.jpg 70w, https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina4.jpg 1200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t\t\t<span class='wp-caption-text gallery-caption' style='bottom: 300px'>\n\t\t\t\t\t\t<span>Bauernhof mit scwimmbad zu Pescia<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t<br style='clear: both;' \/>\n\t\t<\/div>\n\n\t\t<div id=\"merge-gallery-58572-nav\" style=\"position: relative;\">\n\t\t\t<div id=\"im_loading\" class=\"im_loading\"><\/div>\n\t\t\t<div id=\"im_next\" class=\"im_next\"><\/div>\n\t\t\t<div id=\"im_prev\" class=\"im_prev\"><\/div>\n\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Das Schwimmbad befindet sich unterhalb des Hauses und bietet einen herrlich weit reichenden Blick auf die toskanische Landschaft. Es handelt sich um eine sehr sonnige und offene Gegend, ideal zum ausgiebigen Genie\u00dfen der Sonne, die das Wasser angenehm erw\u00e4rmt. &hellip; <\/p>\n<p><a href=\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\" class=\"read_more_link\">Mehr<\/a><\/p>\n","protected":false},"author":1,"featured_media":2319,"parent":2640,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-with-slitslider.php","meta":{"_expiration-date-status":"","_expiration-date":0,"_expiration-date-type":"","_expiration-date-categories":[],"_expiration-date-options":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.7.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina\" \/>\n<meta property=\"og:description\" content=\"Das Schwimmbad befindet sich unterhalb des Hauses und bietet einen herrlich weit reichenden Blick auf die toskanische Landschaft. Es handelt sich um eine sehr sonnige und offene Gegend, ideal zum ausgiebigen Genie\u00dfen der Sonne, die das Wasser angenehm erw\u00e4rmt. &hellip; Mehr\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\" \/>\n<meta property=\"og:site_name\" content=\"Agriturismo di Medicina\" \/>\n<meta property=\"article:modified_time\" content=\"2015-06-24T13:33:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina0o.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"587\" \/>\n\t<meta property=\"og:image:height\" content=\"440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\",\"url\":\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\",\"name\":\"Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina\",\"isPartOf\":{\"@id\":\"https:\/\/www.agriturismomedicina.it\/#website\"},\"datePublished\":\"2015-06-14T22:06:30+00:00\",\"dateModified\":\"2015-06-24T13:33:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.agriturismomedicina.it\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bauernhof\",\"item\":\"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bauernhof mit scwimmbad zu Pescia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.agriturismomedicina.it\/#website\",\"url\":\"https:\/\/www.agriturismomedicina.it\/\",\"name\":\"Agriturismo di Medicina\",\"description\":\"Agriturismo a Pescia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.agriturismomedicina.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina","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:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/","og_locale":"de_DE","og_type":"article","og_title":"Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina","og_description":"Das Schwimmbad befindet sich unterhalb des Hauses und bietet einen herrlich weit reichenden Blick auf die toskanische Landschaft. Es handelt sich um eine sehr sonnige und offene Gegend, ideal zum ausgiebigen Genie\u00dfen der Sonne, die das Wasser angenehm erw\u00e4rmt. &hellip; Mehr","og_url":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/","og_site_name":"Agriturismo di Medicina","article_modified_time":"2015-06-24T13:33:08+00:00","og_image":[{"width":587,"height":440,"url":"https:\/\/www.agriturismomedicina.it\/wp-content\/uploads\/2013\/06\/piscina0o.jpg","type":"image\/jpeg"}],"twitter_card":"summary","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/","url":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/","name":"Bauernhof mit scwimmbad zu Pescia - Agriturismo di Medicina","isPartOf":{"@id":"https:\/\/www.agriturismomedicina.it\/#website"},"datePublished":"2015-06-14T22:06:30+00:00","dateModified":"2015-06-24T13:33:08+00:00","breadcrumb":{"@id":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/bauernhof-mit-scwimmbad-zu-pescia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.agriturismomedicina.it\/de\/"},{"@type":"ListItem","position":2,"name":"bauernhof","item":"https:\/\/www.agriturismomedicina.it\/de\/bauernhof\/"},{"@type":"ListItem","position":3,"name":"Bauernhof mit scwimmbad zu Pescia"}]},{"@type":"WebSite","@id":"https:\/\/www.agriturismomedicina.it\/#website","url":"https:\/\/www.agriturismomedicina.it\/","name":"Agriturismo di Medicina","description":"Agriturismo a Pescia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.agriturismomedicina.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/pages\/2539"}],"collection":[{"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/comments?post=2539"}],"version-history":[{"count":0,"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/pages\/2539\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/pages\/2640"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/media\/2319"}],"wp:attachment":[{"href":"https:\/\/www.agriturismomedicina.it\/de\/wp-json\/wp\/v2\/media?parent=2539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}