
{"id":9681,"date":"2021-08-20T13:34:14","date_gmt":"2021-08-20T11:34:14","guid":{"rendered":"https:\/\/baubiologie.at\/strohballenbau\/?page_id=9681"},"modified":"2021-11-02T09:35:45","modified_gmt":"2021-11-02T08:35:45","slug":"strohballenbau","status":"publish","type":"page","link":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/","title":{"rendered":"Strohballenbau in Europa"},"content":{"rendered":"\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/strawbuilding.eu\/wp-content\/plugins\/bb_server\/map\/style.css\" media=\"screen\"><script type=\"text\/javascript\">var popupTemplate,map,DEBUG=false,INIT_ZOOM=6,INIT_CENTER_LAT=47.4273901,INIT_CENTER_LNG=12.8411445,AJAX_URL=\"https:\/\/strawbuilding.eu\/wp-json\/bb_server\/projects\",AJAX_URL_WITH_LANGUAGE=AJAX_URL+\"?lang=\"+\"en\"+\"&country=\"+\"all\",RESOURCES_FOLDER=\"https:\/\/strawbuilding.eu\/wp-content\/plugins\/bb_server\/map\",LANGUAGE=\"en\",TRANSLATION={en:{__STR_DETAILS__:\"Project Details\",__STR_ADRESS__:\"Address:\",__STR_START_DATE__:\"Start date:\",__STR_END_DATE__:\"Completion date:\",__STR_DESIGN__:\"Design:\",__STR_STRAW_BUILDER__:\"Straw builder:\",__STR_CARPENTER__:\"Carpenter:\",__STR_PLASTERER__:\"Clay\/Earth plaster:\",__STR_CONTRACTOR__:\"Building Company\/Main Contractor:\",__STR_TYPE_OF_CONSTRUCTION__:\"Type of construction:\",__STR_LIVING_AREA__:\"Floor Area (m2):\",__STR_PHOTO_CREDIT__:\"Photo credit:\"},de:{__STR_DETAILS__:\"Zur Projektseite\",__STR_ADRESS__:\"Adresse:\",__STR_START_DATE__:\"Start datum:\",__STR_END_DATE__:\"Fertigstellung:\",__STR_DESIGN__:\"Design:\",__STR_STRAW_BUILDER__:\"Strohbau:\",__STR_CARPENTER__:\"Zimmerer:\",__STR_PLASTERER__:\"Lehmputz:\",__STR_CONTRACTOR__:\"Baumeister:\",__STR_TYPE_OF_CONSTRUCTION__:\"Bauweise:\",__STR_LIVING_AREA__:\"Wohnfl\u00e4che (m2):\",__STR_PHOTO_CREDIT__:\"Photo credit:\"}};function _(_){return null==TRANSLATION[LANGUAGE]||null==TRANSLATION[LANGUAGE][_]?TRANSLATION.en[_]:TRANSLATION[LANGUAGE][_]}function init(_){popupTemplate=jQuery(\"#bb-popup\").html();var e={center:new google.maps.LatLng(INIT_CENTER_LAT,INIT_CENTER_LNG),zoom:INIT_ZOOM,mapTypeId:google.maps.MapTypeId.ROADMAP,zoomControl:!0,zoomControlOptions:{style:google.maps.ZoomControlStyle.LARGE,position:google.maps.ControlPosition.LEFT_CENTER},scaleControl:!0,streetViewControl:!1};map=new google.maps.Map(document.getElementById(\"bb-map\"),e),bb.loaddata(),DEBUG&&(map.addListener(\"dragend\",function(){bb.debugMap()}),map.addListener(\"zoom_changed\",function(){bb.debugMap()}))}DEBUG&&console.log({DEBUG:DEBUG,INIT_ZOOM:INIT_ZOOM,INIT_CENTER_LAT:INIT_CENTER_LAT,INIT_CENTER_LNG:INIT_CENTER_LNG,AJAX_URL:AJAX_URL,AJAX_URL_WITH_LANGUAGE:AJAX_URL_WITH_LANGUAGE,RESOURCES_FOLDER:RESOURCES_FOLDER});var bb={loadedProjects:[],loaddata:function(){jQuery.get(AJAX_URL_WITH_LANGUAGE,function(_){1==_.success&&(bb.loadedProjects=_.projects,bb.activeProjects=bb.loadedProjects,bb.updateProjects())})},oldactiveProjects:{},activeProjects:{},updateProjects:function(){jQuery.each(bb.activeProjects,function(_,e){e.marker=new google.maps.Marker({position:new google.maps.LatLng(e.lat,e.lng),map:map,title:e.title,icon:RESOURCES_FOLDER+\"\/haus-g-small.png\"}),e.infowindow=new google.maps.InfoWindow({content:bb.htmlInfoWindow(e),width:450,minWidth:450,maxWidth:450}),google.maps.event.addListener(e.marker,\"click\",function(){bb.showInfo(e)})})},activeInfoWindow:void 0,showInfo:function(_){null!=bb.activeInfoWindow&&bb.activeInfoWindow!=_.infowindow&&(bb.activeInfoWindow.setMap(null),bb.activeInfoWindow=void 0),_.infowindow.setContent(_.infowindow.content.replace('data-src', 'src')),_.infowindow.open(map,_.marker),bb.activeInfoWindow=_.infowindow,google.maps.event.addListener(_.infowindow,\"closeclick\",function(){null!=bb.activeInfoWindow&&(bb.activeInfoWindow.setMap(null),bb.activeInfoWindow=void 0)})},showInfoById:function(_){jQuery.each(bb.activeProjects,function(e,a){a.id==_&&bb.showInfo(a)})},htmlInfoWindow:function(e){img=e.img,Array.isArray(img)&&(img=img[0]),\"\"==img&&(img=RESOURCES_FOLDER+\"\/no-image.jpg\"),popupTemplate_=popupTemplate.replace(\"{{img}}\",img),popupTemplate_=popupTemplate_.replace(\"{{title}}\",e.title),popupTemplate_=popupTemplate_.replace(\"{{link}}\",e.link),copyright=\"\"!=e.copyright?\"<span class=\\\"copyright\\\">\u00a9 \"+e.copyright+\"<\/span>\":\"\",popupTemplate_=popupTemplate_.replace(\"{{copyright}}\",copyright),description=\"\"!=e.description?\"<span>\"+e.description+\"<\/span>\":\"\",popupTemplate_=popupTemplate_.replace(\"{{description}}\",description);var a=[];return null!=e.details&&(DEBUG&&console.log(e),null!=e.details.address&&(a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_ADRESS__\")+\"<\/span> \"+e.details.address+\"<\/li>\"),a.push(\"<li class=\\\"seperator\\\"><\/li>\")),null!=e.details.startDate&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_START_DATE__\")+\"<\/span> \"+e.details.startDate+\"<\/li>\"),null!=e.details.endDate&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_END_DATE__\")+\"<\/span> \"+e.details.endDate+\"<\/li>\"),null!=e.details.type_of_construction&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_TYPE_OF_CONSTRUCTION__\")+\"<\/span> \"+e.details.type_of_construction+\"<\/li>\"),null==e.details.startDate&&null==e.details.endDate||a.push(\"<li class=\\\"seperator\\\"><\/li>\")),null!=e.crafts&&e.crafts.design&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_DESIGN__\")+\"<\/span> \"+e.crafts.design+\"<\/li>\"),null!=e.crafts&&e.crafts.carpenter&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_CARPENTER__\")+\"<\/span> \"+e.crafts.carpenter+\"<\/li>\"),null!=e.crafts&&e.crafts.contractor&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_CONTRACTOR__\")+\"<\/span> \"+e.crafts.contractor+\"<\/li>\"),null!=e.crafts&&e.crafts.strawBuilder&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_STRAW_BUILDER__\")+\"<\/span> \"+e.crafts.strawBuilder+\"<\/li>\"),null!=e.crafts&&e.crafts.clay&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_PLASTERER__\")+\"<\/span> \"+e.crafts.clay+\"<\/li>\"),null!=e.details&&e.details.living_area&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_LIVING_AREA__\")+\"<\/span> \"+e.details.living_area+\"<\/li>\"),null!=e.details&&e.details.photo_credits&&a.push(\"<li><span class=\\\"label\\\">\"+_(\"__STR_PHOTO_CREDIT__\")+\"<\/span> \"+e.details.photo_credits+\"<\/li>\"),null==e.crafts&&null==e.details||a.push(\"<li class=\\\"seperator\\\"><\/li>\"),popupTemplate_=popupTemplate_.replace(\"{{details}}\",\"<ul>\"+a.join(\"\")+\"<\/ul>\"),popupTemplate_=popupTemplate_.replace(\"{{detailsLink}}\",_(\"__STR_DETAILS__\")),popupTemplate_},onZoomed:function(){bb.debugMap()},debugMap:function(){center=map.getCenter(),lat=null==center?-1:center.lat(),lng=null==center?-1:center.lng(),console.log({zoom:map.getZoom(),lat:lat,lng:lng})}};<\/script><div id=\"bb-map\"><\/div><template style=\"display: none;\" id=\"bb-popup\"><div class=\"info_box\"><div><div class=\"left\"><img class=\"img\" data-src=\"{{img}}\">{{copyright}}<h2 style=\"font-size:20px;line-height:normal;margin-bottom:0px;\">{{title}}<\/h2>{{description}}<\/div><div class=\"right\">{{details}}<a class=\"link\" href=\"{{link}}\" target=\"_ blank\" rel=\"noopener\">{{detailsLink}}<\/a><\/div><\/div><\/div><\/template><script type=\"text\/javascript\" src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyD0ufyv8SZPT55O0W8pUAljTu2t0yY1ohA&amp;sensor=false&amp;callback=init\"><\/script>\n","protected":false},"excerpt":{"rendered":"<p>{{copyright}} {{title}} {{description}} {{details}}{{detailsLink}}<\/p>\n","protected":false},"author":1,"featured_media":-1,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullscreen.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9681","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Strohballenbau in Europa - ASBN<\/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:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Strohballenbau in Europa - ASBN\" \/>\n<meta property=\"og:description\" content=\"{{copyright}} {{title}} {{description}} {{details}}{{detailsLink}}\" \/>\n<meta property=\"og:url\" content=\"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/\" \/>\n<meta property=\"og:site_name\" content=\"ASBN\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-02T08:35:45+00:00\" \/>\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:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/strohballenbau\\\/\",\"url\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/strohballenbau\\\/\",\"name\":\"Strohballenbau in Europa - ASBN\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#website\"},\"datePublished\":\"2021-08-20T11:34:14+00:00\",\"dateModified\":\"2021-11-02T08:35:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/strohballenbau\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/strohballenbau\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/strohballenbau\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Strohballenbau in Europa\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#website\",\"url\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/\",\"name\":\"ASBN\",\"description\":\"Strohballenbau: \u00f6kologisch Bauen mit Strohballen und Lehm\",\"publisher\":{\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#organization\",\"name\":\"asbn - austrian straw bale network\",\"url\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/asbn_logo.jpg\",\"contentUrl\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/wp-content\\\/uploads\\\/2015\\\/05\\\/asbn_logo.jpg\",\"width\":1012,\"height\":1000,\"caption\":\"asbn - austrian straw bale network\"},\"image\":{\"@id\":\"https:\\\/\\\/baubiologie.at\\\/strohballenbau\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Strohballenbau in Europa - ASBN","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:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/","og_locale":"de_DE","og_type":"article","og_title":"Strohballenbau in Europa - ASBN","og_description":"{{copyright}} {{title}} {{description}} {{details}}{{detailsLink}}","og_url":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/","og_site_name":"ASBN","article_modified_time":"2021-11-02T08:35:45+00:00","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/","url":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/","name":"Strohballenbau in Europa - ASBN","isPartOf":{"@id":"https:\/\/baubiologie.at\/strohballenbau\/#website"},"datePublished":"2021-08-20T11:34:14+00:00","dateModified":"2021-11-02T08:35:45+00:00","breadcrumb":{"@id":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/baubiologie.at\/strohballenbau\/strohballenbau\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/baubiologie.at\/strohballenbau\/"},{"@type":"ListItem","position":2,"name":"Strohballenbau in Europa"}]},{"@type":"WebSite","@id":"https:\/\/baubiologie.at\/strohballenbau\/#website","url":"https:\/\/baubiologie.at\/strohballenbau\/","name":"ASBN","description":"Strohballenbau: \u00f6kologisch Bauen mit Strohballen und Lehm","publisher":{"@id":"https:\/\/baubiologie.at\/strohballenbau\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/baubiologie.at\/strohballenbau\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/baubiologie.at\/strohballenbau\/#organization","name":"asbn - austrian straw bale network","url":"https:\/\/baubiologie.at\/strohballenbau\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/baubiologie.at\/strohballenbau\/#\/schema\/logo\/image\/","url":"https:\/\/baubiologie.at\/strohballenbau\/wp-content\/uploads\/2015\/05\/asbn_logo.jpg","contentUrl":"https:\/\/baubiologie.at\/strohballenbau\/wp-content\/uploads\/2015\/05\/asbn_logo.jpg","width":1012,"height":1000,"caption":"asbn - austrian straw bale network"},"image":{"@id":"https:\/\/baubiologie.at\/strohballenbau\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/pages\/9681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/comments?post=9681"}],"version-history":[{"count":10,"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/pages\/9681\/revisions"}],"predecessor-version":[{"id":9938,"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/pages\/9681\/revisions\/9938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/baubiologie.at\/strohballenbau\/wp-json\/wp\/v2\/media?parent=9681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}