{"id":5430,"date":"2016-08-05T09:09:56","date_gmt":"2016-08-05T09:09:56","guid":{"rendered":"https:\/\/www.bibionepanorama.it\/?page_id=5430&#038;lang=de"},"modified":"2025-07-25T09:35:01","modified_gmt":"2025-07-25T09:35:01","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/www.bibionepanorama.it\/de\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]\n<div class=\"open-user-map\">\n\n  \n  \n<div class=\"box-wrap map-size-default \">\n  \n  <div class=\"map-wrap\">\n    <div class=\"oum-loading-overlay\">\n      <div class=\"oum-loading-spinner\"><\/div>\n    <\/div>\n    <div id=\"map-20210929\" class=\"leaflet-map map-style_OpenStreetMap.Mapnik\"><\/div>\n    \n    \n    \n    \n    \n    \n    <script type=\"text\/javascript\" id=\"oum-inline-js\" \n      data-category=\"functional\" \n      class=\"cmplz-native\" \n      data-minify=\"0\"\n      data-no-optimize=\"1\"\n      data-no-defer=\"1\"\n      data-no-combine=\"1\"\n      data-cfasync=\"false\"\n      data-pagespeed-no-defer\n      data-boot=\"1\">\n      var map_el = `map-20210929`;\n\n      if(document.getElementById(map_el)) {\n        \/* Transfer PHP array to JS json *\/\n        var oum_all_locations = [{\"title\":\"Location Residence\",\"lat\":\"45.632916353543\",\"lng\":\"13.043735242968\",\"zoom\":\"16\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003ELocation Residence\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv style=\\u0022display: none\\u0022\\u003Elocation-residence\\u003C\/div\\u003E\",\"icon\":\"https:\/\/www.bibionepanorama.it\/wp-content\/plugins\/open-user-map\/src\/leaflet\/images\/marker-icon_default-2x.png\",\"types\":[],\"post_id\":\"12732\",\"address\":\"\",\"text\":\"\",\"image\":\"\",\"audio\":\"\",\"video\":\"\",\"custom_fields\":[]}];\n\n        \/\/ Wait for OUMLoader to be defined\n        function initializeMap() {\n          if (typeof OUMLoader !== 'undefined') {\n            \/\/ Initialize loader for this map\n            OUMLoader.initLoader(map_el);\n\n            \/\/ Add event listener for map initialization complete\n            document.addEventListener('oum:map_initialized', function(e) {\n              if (e.detail.mapId === map_el) {\n                OUMLoader.setMapInitialized(map_el);\n              }\n            });\n          } else {\n            \/\/ If OUMLoader is not yet defined, wait and try again\n            setTimeout(initializeMap, 100);\n          }\n        }\n\n        \/\/ Start initialization\n        initializeMap();\n\n        var mapStyle = `OpenStreetMap.Mapnik`;\n        var oum_tile_provider_mapbox_key = ``;\n        var marker_icon_url = `https:\/\/www.bibionepanorama.it\/wp-content\/plugins\/open-user-map\/src\/leaflet\/images\/marker-icon_custom1-2x.png`;\n        var marker_shadow_url = `https:\/\/www.bibionepanorama.it\/wp-content\/plugins\/open-user-map\/src\/leaflet\/images\/marker-shadow.png`;\n        var oum_enable_scrollwheel_zoom_map = true;\n        var oum_enable_cluster = true;\n        var oum_enable_fullscreen = false;\n\n        var oum_enable_searchbar = false;\n        var oum_searchbar_type = `address`;\n\n        var oum_geosearch_selected_provider = ``; \n        var oum_geosearch_provider = `osm`;\n        var oum_geosearch_provider_geoapify_key = ``;\n        var oum_geosearch_provider_here_key = ``;\n        var oum_geosearch_provider_mapbox_key = ``;\n        \n        var oum_enable_searchaddress_button = false;\n        var oum_searchaddress_label = `Suche nach Adresse`;\n\n        var oum_enable_searchmarkers_button = false;\n        var oum_searchmarkers_label = `Marker finden`;\n        var oum_searchmarkers_zoom = `8`;\n\n        var oum_enable_currentlocation = false;\n        var oum_action_after_submit = `text`;\n        var thankyou_redirect = ``;\n        var start_lat = Number(45.631805977616);\n        var start_lng = Number(13.04386138916);\n        var start_zoom = Number(14);\n        \n        var oum_enable_fixed_map_bounds = ``;\n        var oum_use_settings_start_location = true;\n        var oum_has_regions = false;\n        var oum_enable_multiple_marker_types = `false`;\n\n        var oum_location = {};\n        var oum_custom_css = '';\n        var oum_custom_script = '';\n        var oum_max_image_filesize = 10;\n        var oumMap;\n        var oumMap2;\n\n        \/**\n         * Conditional Field Feature\n         * \n         * @param {string} sourceField - The source field selector\n         * @param {string} targetField - The target field selector\n         * @param {array} condShow - The values that should show the target field\n         * @param {array} condHide - The values that should hide the target field\n         *\/\n        var oumConditionalField = (sourceField, targetField, condShow, condHide) => {\n            const sourceElements = document.querySelectorAll(sourceField); \/\/ Select all radios\/checkboxes or single select\n            const targetElementWrapper = document.querySelector(targetField)?.parentElement; \/* works with custom fields only *\/\n\n            \/\/ Check if both sourceElements and targetElementWrapper exist\n            if (!sourceElements.length) {\n                console.warn(`OUM: Source field(s) not found: ${sourceField}`);\n                return;\n            }\n\n            if (!targetElementWrapper) {\n                console.warn(`OUM: Target field wrapper not found: ${targetField}`);\n                return;\n            }\n\n            \/* Event listener for change *\/\n            const onChangeHandler = function() {\n                \/\/ Get selected values for checkboxes and single selected value for radios\/select\n                const selectedValues = Array.from(sourceElements)\n                    .filter(element => element.checked || element.tagName === 'SELECT')\n                    .map(element => element.value);\n\n                const selectedValue = selectedValues[0]; \/\/ For radios and selects, we use only the first (and only) value\n\n                console.log('OUM: run condition', {selectedValue, sourceField, targetField, condShow, condHide});\n                \n                \/\/ Show or hide target field based on the selected value(s)\n                if (condShow.includes(selectedValue)) {\n                    targetElementWrapper.style.display = 'block';\n                } else if (condHide.includes(selectedValue)) {\n                    targetElementWrapper.style.display = 'none';\n                }\n            };\n\n            \/* Attach the event listener to each radio\/checkbox or select *\/\n            sourceElements.forEach(element => {\n                element.addEventListener('change', onChangeHandler);\n            });\n\n            \/* Trigger initially *\/\n            onChangeHandler(); \/\/ Call it directly to set initial state\n        };\n\n        \/**\n         * Add Custom Styles\n         *\/\n        \n        \n          \/* custom color *\/\n          oum_custom_css += `\n            .open-user-map .add-location #close-add-location-overlay:hover {color: #2b9fe2 !important}\n            .open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list:hover {color: #2b9fe2 !important}\n            .open-user-map input.oum-switch[type=\"checkbox\"]:checked + label::before {background-color: #2b9fe2 !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {color: #2b9fe2 !important}\n            .open-user-map .oum_location_text a {color: #2b9fe2 !important}\n            .open-user-map .oum-tabs {border-color: #2b9fe2 !important}\n            .open-user-map .oum-tabs .nav-item:hover {color: #2b9fe2 !important; border-color: #2b9fe2 !important}\n            .open-user-map .oum-tabs .nav-item.active {color: #2b9fe2 !important; border-color: #2b9fe2 !important}\n            .open-user-map .box-wrap .map-wrap .oum-attribution a {color: #2b9fe2 !important;}\n            \/* Message CTA Buttons *\/\n            .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button {background-color: #2b9fe2 !important; border-color: #2b9fe2 !important;}\n            .open-user-map .add-location .location-overlay-content .oum-delete-confirmation button {background-color: #2b9fe2 !important; border-color: #2b9fe2 !important;}\n            \/* Media Section Colors *\/\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label {color: #2b9fe2 !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top label .multi-upload-indicator {background: #2b9fe2 !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:hover {border-color: #2b9fe2 !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:focus {border-color: #2b9fe2 !important; box-shadow: 0 0 0 2px #2b9fe21a !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .image-preview-placeholder {border-color: #2b9fe2 !important; background: #2b9fe20a !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item.dragging {border-color: #2b9fe2 !important}\n            \/* List Styles *\/\n            .open-user-map-locations-list .oum-locations-list-item .oum_location_text a {color: #2b9fe2 !important}`;\n\n        \n        \n          \/* custom map height *\/\n          oum_custom_css += `\n            .open-user-map .box-wrap > .map-wrap {padding: 0 !important; height: 400px !important; aspect-ratio: unset !important;}`;\n\n        \n        \n          \/* custom map height *\/\n          oum_custom_css += `\n            @media screen and (max-width: 768px) {.open-user-map .box-wrap > .map-wrap {padding: 0 !important; height: 400px !important; aspect-ratio: unset !important;}}`;\n\n        \n        var custom_style = document.createElement('style');\n\n        if (custom_style.styleSheet) {\n          custom_style.styleSheet.cssText = oum_custom_css;\n        } else {\n          custom_style.appendChild(document.createTextNode(oum_custom_css));\n        }\n\n        document.getElementsByTagName('head')[0].appendChild(custom_style);\n\n        \/* Add initial CSS to prevent flash of unstyled content *\/\n        var initialStyles = document.createElement('style');\n        initialStyles.textContent = `\n          .oum-hidden {\n            opacity: 0 !important;\n            visibility: hidden !important;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n          }\n          .oum-filter-controls,\n          .open-add-location-overlay,\n          #oum_filter_markers {\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n          }\n          .oum-filter-controls.visible,\n          .open-add-location-overlay.visible,\n          #oum_filter_markers.visible {\n            opacity: 1;\n            visibility: visible;\n          }\n        `;\n        document.head.appendChild(initialStyles);\n\n      }\n    <\/script>\n\n  <\/div>\n\n<\/div>\n\n<\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8220;grid&#8220;][vc_column][vc_empty_space height=&#8220;60px&#8220;][vc_column_text]<\/p>\n<h2>Informationsanfrage<\/h2>\n<p>[\/vc_column_text][vc_empty_space height=&#8220;60px&#8220;][\/vc_column][\/vc_row][vc_row content_width=&#8220;grid&#8220;][vc_column css=&#8220;.vc_custom_1470154775221{padding-right: 0px !important;padding-left: 0px !important;}&#8220;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f5432-o1\" lang=\"it-IT\" dir=\"ltr\" data-wpcf7-id=\"5432\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/5430#wpcf7-f5432-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Modulo di contatto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"5432\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5432-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"vc_column_container\">\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nVorname (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nNachname (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-surname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-surname\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nAnkunftstag (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"arrivo\"><input class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"date\" name=\"arrivo\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nAbreisetag (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"partenza\"><input class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"date\" name=\"partenza\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nTelephon (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-phone\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nEmail (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nAdresse\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-adress\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-adress\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nStadt\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"city\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"city\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nLand (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"nazione\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"nazione\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nErwachsene (Pflichtfeld)\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"numero-adulti\"><input class=\"wpcf7-form-control wpcf7-number wpcf7-validates-as-required wpcf7-validates-as-number\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"number\" name=\"numero-adulti\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nKinder\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"numero-bambini\"><input class=\"wpcf7-form-control wpcf7-number wpcf7-validates-as-number\" aria-invalid=\"false\" value=\"\" type=\"number\" name=\"numero-bambini\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-6 vc_col-md-6 vc_col-sm-6 vc_col-xs-12\"><br \/>\nAlter der Kinder\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"eta-bambini\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"eta-bambini\" \/><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-12 vc_col-md-12 vc_col-sm-12 vc_col-xs-12\"><br \/>\nAnfrage\n\t<\/p>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n\t<\/p>\n\t<p class=\"vc_col-lg-12 vc_col-md-12 vc_col-sm-12 vc_col-xs-12\"><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"accetto\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"accetto\" value=\"1\" aria-invalid=\"false\" \/><\/span><\/span><\/span> Ich habe es gelesen und akzeptiere die information der <a href=\"#\" class=\"popmake-privacy-en\"> <strong><u>Privacy<\/u><\/strong><\/a> (Pflichtfeld)\n\t<\/p>\n\t<div class=\"vc_col-lg-12 vc_col-md-12 vc_col-sm-12 vc_col-xs-12\">\n\t\t<div id=\"cf7sr-6a06e19103ed2\" class=\"cf7sr-g-recaptcha\" data-theme=\"light\" data-type=\"image\" data-size=\"normal\" data-sitekey=\"6LcEqKcbAAAAAKYKbJRYmicKONJ-Z-jQk1o_2jyp\"><\/div><span class=\"wpcf7-form-control-wrap cf7sr-recaptcha\" data-name=\"cf7sr-recaptcha\"><input type=\"hidden\" name=\"cf7sr-recaptcha\" value=\"\" class=\"wpcf7-form-control\"><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<p class=\"vc_col-lg-12 vc_col-md-12 vc_col-sm-12 vc_col-xs-12\"><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Sended\" \/>\n\t<\/p>\n<\/div><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"21\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><input type='hidden' class='wpcf7-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8220;grid&#8220;][vc_column][vc_empty_space height=&#8220;60px&#8220;][vc_column_text] Informationsanfrage [\/vc_column_text][vc_empty_space height=&#8220;60px&#8220;][\/vc_column][\/vc_row][vc_row content_width=&#8220;grid&#8220;][vc_column css=&#8220;.vc_custom_1470154775221{padding-right: 0px !important;padding-left: 0px !important;}&#8220;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":{"wp_mapbox_gl_js_media":[],"footnotes":""},"class_list":["post-5430","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/pages\/5430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/comments?post=5430"}],"version-history":[{"count":4,"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/pages\/5430\/revisions"}],"predecessor-version":[{"id":12746,"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/pages\/5430\/revisions\/12746"}],"wp:attachment":[{"href":"https:\/\/www.bibionepanorama.it\/de\/wp-json\/wp\/v2\/media?parent=5430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}