{"id":30611,"date":"2025-08-18T09:42:15","date_gmt":"2025-08-18T08:42:15","guid":{"rendered":"http:\/\/web02.ms-entwicklung.de\/spirometria\/"},"modified":"2026-07-17T11:57:16","modified_gmt":"2026-07-17T10:57:16","slug":"spirometria","status":"publish","type":"page","link":"https:\/\/www.customed.de\/it\/spirometria\/","title":{"rendered":"Spirometria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"30611\" class=\"elementor elementor-30611 elementor-21\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-337add7 e-con-full e-flex e-con e-parent\" data-id=\"337add7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e8ae021 e-flex e-con-boxed e-con e-child\" data-id=\"e8ae021\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c9d1b93 e-con-full e-flex e-con e-child\" data-id=\"c9d1b93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e54ff14 e-con-full e-flex e-con e-child\" data-id=\"e54ff14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cc44355 e-con-full e-flex e-con e-child\" data-id=\"cc44355\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f9b8661 e-con-full e-flex e-con e-child\" data-id=\"f9b8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3492cc elementor-widget elementor-widget-heading\" data-id=\"f3492cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Soluzioni diagnostiche per la <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57270bf elementor-widget elementor-widget-heading\" data-id=\"57270bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">spirometria <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1528c8e elementor-widget elementor-widget-heading\" data-id=\"1528c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Un sospiro di sollievo nella routine quotidiana dello studio: diagnostica della funzionalit\u00e0 polmonare precisa e conforme alle linee guida con custo spiro mobile \u2013 wireless, mobile e perfettamente integrato. In combinazione con custo diagnostic vit, viene creata una potente soluzione completa per la diagnosi, il follow-up e la documentazione. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b430912 e-flex e-con-boxed e-con e-child\" data-id=\"b430912\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f4c37 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"c1f4c37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4\" autoplay=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8611ffe elementor-widget elementor-widget-html\" data-id=\"8611ffe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function () {\n  const video = document.querySelector('video');\n  const target = document.getElementById('next-section');\n  let hasScrolled = false;\n  let hasPlayedOnce = false;\n\n function smoothScrollTo(element, duration = 1500) {\n  const start = window.scrollY || document.documentElement.scrollTop;\n  const target = element.getBoundingClientRect().top + start;\n  const distance = target - start;\n  const startTime = performance.now();\n\n  function easeInOutCubic(t) {\n    return t < 0.5\n      ? 4 * t * t * t\n      : 1 - Math.pow(-2 * t + 2, 3) \/ 2;\n  }\n\n  function animation(currentTime) {\n    const elapsed = currentTime - startTime;\n    const progress = Math.min(elapsed \/ duration, 1);\n    const easedProgress = easeInOutCubic(progress);\n\n    window.scrollTo(0, start + distance * easedProgress);\n\n    if (elapsed < duration) {\n      requestAnimationFrame(animation);\n    }\n  }\n\n  requestAnimationFrame(animation);\n}\n\n  \/\/ Scroll nur beim ersten vollst\u00e4ndigen Abspielen\n  if (video && target) {\n    video.addEventListener('ended', function () {\n      if (!hasScrolled) {\n        hasScrolled = true;\n        hasPlayedOnce = true;\n        smoothScrollTo(target, 1500);\n      }\n    });\n  }\n\n  \/\/ Observer: Nur wenn Video vollst\u00e4ndig abgespielt wurde, darf es neu starten\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting && hasPlayedOnce) {\n        \/\/ Video erneut starten, aber NICHT scrollen\n        video.currentTime = 3;\n        video.play();\n      }\n    });\n  }, {\n    threshold: 0.1\n  });\n\n  if (video) {\n    observer.observe(video);\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe7628 e-con-full e-flex e-con e-child\" data-id=\"fbe7628\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8492037 e-flex e-con-boxed e-con e-child\" data-id=\"8492037\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e360896 elementor-widget elementor-widget-heading\" data-id=\"e360896\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Funzione polmonare <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-daa67ff elementor-widget elementor-widget-heading\" data-id=\"daa67ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Misurazione e analisi combinate in modo ottimale<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd9858d e-con-full e-flex e-con e-child\" data-id=\"cd9858d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b61f0e elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"6b61f0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:29918,&quot;slides_to_show&quot;:&quot;2&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t<style id=\"loop-29918\">.elementor-29918 .elementor-element.elementor-element-6583c66d{--display:flex;}.elementor-29918 .elementor-element.elementor-element-6583c66d.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-29918 .elementor-element.elementor-element-6c551b47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-29918 .elementor-element.elementor-element-6c551b47:not(.elementor-motion-effects-element-type-background), .elementor-29918 .elementor-element.elementor-element-6c551b47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9cfc55e );}.elementor-29918 .elementor-element.elementor-element-6c551b47.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-29918 .elementor-element.elementor-element-67615f45{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-29918 .elementor-element.elementor-element-67615f45.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-29918 .elementor-element.elementor-element-6599cc91{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-29918 .elementor-element.elementor-element-39813e7d img{width:100%;height:280px;object-fit:contain;object-position:center center;}.elementor-29918 .elementor-element.elementor-element-620cc236{--display:flex;--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-29918 .elementor-element.elementor-element-3370e5c{text-align:start;}.elementor-29918 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-family:var( --e-global-typography-4e2fa15-font-family ), Sans-serif;font-size:var( --e-global-typography-4e2fa15-font-size );font-weight:var( --e-global-typography-4e2fa15-font-weight );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );color:var( --e-global-color-85db428 );}.elementor-29918 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-family:var( --e-global-typography-06c054e-font-family ), Sans-serif;font-size:var( --e-global-typography-06c054e-font-size );font-weight:var( --e-global-typography-06c054e-font-weight );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );color:var( --e-global-color-85db428 );}.elementor-29918 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-family:var( --e-global-typography-738428d-font-family ), Sans-serif;font-size:var( --e-global-typography-738428d-font-size );font-weight:var( --e-global-typography-738428d-font-weight );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );color:var( --e-global-color-e930203 );}.elementor-29918 .elementor-element.elementor-element-4ed48c23{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-29918 .elementor-element.elementor-element-4ed48c23.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-29918 .elementor-element.elementor-element-269d0087{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-29918 .elementor-element.elementor-element-26321cc6 .elementor-button{font-family:var( --e-global-typography-856e5bd-font-family ), Sans-serif;font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );background-color:var( --e-global-color-primary );}.elementor-29918 .elementor-element.elementor-element-3eb5f9c9 .elementor-button{fill:var( --e-global-color-29a836a );color:var( --e-global-color-29a836a );background-color:var( --e-global-color-text );}@media(max-width:1280px){.elementor-29918 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-29918 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-29918 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-29918 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}@media(min-width:768px){.elementor-29918 .elementor-element.elementor-element-6c551b47{--width:100%;}}@media(max-width:767px){.elementor-29918 .elementor-element.elementor-element-6c551b47{--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-29918 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-29918 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-29918 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-29918 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"29918\" class=\"elementor elementor-29918 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-30616 post-30616 product-card type-product-card status-publish hentry product-card-context-custo-spiro-mobile product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/it\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png\" class=\"attachment-large size-large wp-image-30633\" alt=\"Vista laterale del custo spiro mobile\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png 720w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-300x300.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-150x150.png 150w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo spiro mobile<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Spirometro a facile utilizzo <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Moderno spirometro per una diagnosi precisa della funzionalit\u00e0 polmonare. Con custo spiro mobile \u00e8 possibile eseguire tutti gli esami spirometrici standard in modo rapido e conforme alle linee guida.  <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/it\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Scopri di pi\u00f9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/it\/trovate-un-rivenditore-specializzato\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Offerta<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"29918\" class=\"elementor elementor-29918 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-30617 post-30617 product-card type-product-card status-publish hentry product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/it\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"741\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png\" class=\"attachment-large size-large wp-image-30630\" alt=\"Schermo che mostra il modulo software custo diagnostic vit per la spirometria nella versione custo diagnostic client per macOS.\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-300x278.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-768x711.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Software per la spirometria (Windows e macOS)<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit \u00e8 il potente modulo software per l'analisi, la valutazione e la refertazione degli esami spirometrici. Consente un'interpretazione precisa e la visualizzazione dei risultati delle misurazioni, oltre a una perfetta integrazione nei sistemi esistenti dello studio o della clinica. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/it\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Scopri di pi\u00f9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/it\/trovate-un-rivenditore-specializzato\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Offerta<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Precedente\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Successivo\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44effb9 e-con-full e-flex e-con e-child\" data-id=\"44effb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-169ba7d e-con-full e-flex e-con e-child\" data-id=\"169ba7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b5a78d elementor-widget elementor-widget-heading\" data-id=\"2b5a78d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">spiro protect<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f1ea0d elementor-widget elementor-widget-heading\" data-id=\"3f1ea0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sicurezza nella funzione polmonare<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc86afa e-con-full e-flex e-con e-child\" data-id=\"fc86afa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c15817c e-flex e-con-boxed e-con e-child\" data-id=\"c15817c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e749f24 e-con-full e-flex e-con e-child\" data-id=\"e749f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cd7b41a e-con-full e-flex e-con e-child\" data-id=\"cd7b41a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-223a701 elementor-widget elementor-widget-heading\" data-id=\"223a701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Filtro antivirus e antibatterico ad alta efficienza<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e959ca0 e-con-full e-flex e-con e-child\" data-id=\"e959ca0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3094d9f elementor-widget elementor-widget-heading\" data-id=\"3094d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Per un uso igienico e una lunga durata: protegge sia il custo spiro mobile che la persona esaminata.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d339d70 e-con-full e-flex e-con e-child\" data-id=\"d339d70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da2d2a0 elementor-widget elementor-widget-button\" data-id=\"da2d2a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Scopri di pi\u00f9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f05bd63 e-con-full e-flex e-con e-child\" data-id=\"f05bd63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3c69b1 elementor-widget elementor-widget-image\" data-id=\"a3c69b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" class=\"attachment-large size-large wp-image-30609\" alt=\"Filtro antivirus e antibatterico custo spiro protect di custo med\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-300x169.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-768x432.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web.png 1152w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dafaa51 e-con-full e-flex e-con e-child\" data-id=\"dafaa51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a49c8fb e-con-full e-flex e-con e-child\" data-id=\"a49c8fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da26fed elementor-widget elementor-widget-heading\" data-id=\"da26fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Animazione per bambini<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4853246 elementor-widget elementor-widget-heading\" data-id=\"4853246\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Schnaufi il drago<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c611f8 e-con-full shadow e-flex e-con e-child\" data-id=\"9c611f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53f556f e-con-full e-flex e-con e-child\" data-id=\"53f556f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5a6356 elementor-widget elementor-widget-image\" data-id=\"c5a6356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg\" class=\"attachment-large size-large wp-image-30610\" alt=\"Esame spirometrico su un bambino; come supporto, su uno schermo viene proiettata l&apos;animazione per bambini \u201cSchnaufi il drago\u201d\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-300x169.jpg 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-768x432.jpg 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1536x864.jpg 1536w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46f06d0 e-con-full e-flex e-con e-child\" data-id=\"46f06d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ddba0 elementor-widget elementor-widget-heading\" data-id=\"71ddba0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Per la spirometria nei bambini<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2467f13 e-con-full e-flex e-con e-child\" data-id=\"2467f13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b75a8a8 elementor-widget elementor-widget-heading\" data-id=\"b75a8a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">L'animazione per bambini in custo diagnostic vit favorisce la comprensione e assicura diagnosi efficienti e riproducibili <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8604fb8 elementor-widget elementor-widget-button\" data-id=\"8604fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Scopri di pi\u00f9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e09f320 e-flex e-con-boxed e-con e-child\" data-id=\"e09f320\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8be54ea elementor-widget elementor-widget-heading\" data-id=\"8be54ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ulteriori informazioni<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52db6e4 e-con-full e-flex e-con e-child\" data-id=\"52db6e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-618607b elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"618607b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;c9523a5&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;65a1bc0&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;7cf9466&quot;}],&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 di 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-febc659 e-flex e-con-boxed e-con e-child\" data-id=\"febc659\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a8ac1ff e-con-full e-flex e-con e-child\" data-id=\"a8ac1ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75ed79a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"75ed79a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-893e408 elementor-widget elementor-widget-heading\" data-id=\"893e408\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Video di custo med<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7d5a1 elementor-widget elementor-widget-heading\" data-id=\"0e7d5a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">I nostri video dedicati a custo med offrono approfondimenti pratici sulle nostre soluzioni per la pratica clinica quotidiana.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a78d2f7 elementor-widget elementor-widget-text-editor\" data-id=\"a78d2f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/videos\/\">Ai video<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 di 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cf42aa6 e-flex e-con-boxed e-con e-child\" data-id=\"cf42aa6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8fae3ee e-con-full e-flex e-con e-child\" data-id=\"8fae3ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aad4e1e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aad4e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69f7132 elementor-widget elementor-widget-heading\" data-id=\"69f7132\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Brochure <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c48e77a elementor-widget elementor-widget-heading\" data-id=\"c48e77a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Qui trovate tutte le brochure, i volantini e i cataloghi delle nostre applicazioni.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f84917 elementor-widget elementor-widget-text-editor\" data-id=\"8f84917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/information\/#marketing\/brochures\">Agli brochure<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 di 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fdd331 e-flex e-con-boxed e-con e-child\" data-id=\"3fdd331\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fc29276 e-con-full e-flex e-con e-child\" data-id=\"fc29276\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc02cfe elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cc02cfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c84b840 elementor-widget elementor-widget-heading\" data-id=\"c84b840\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Documentazione per l'utente<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9349e0 elementor-widget elementor-widget-heading\" data-id=\"f9349e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Le istruzioni per l'uso, le istruzioni brevi e le schede tecniche relative alla spirometria sono disponibili qui<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5df8e99 elementor-widget elementor-widget-text-editor\" data-id=\"5df8e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/it\/download\/#technical-documentation\/operating-manuals\/SPIROMETRY\">Alla documentazione per l&#8217;utente<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Precedente\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Successivo\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Soluzioni diagnostiche per la spirometria Un sospiro di sollievo nella routine quotidiana dello studio: diagnostica della funzionalit\u00e0 polmonare precisa e conforme alle linee guida con custo spiro mobile \u2013 wireless, mobile e perfettamente integrato. In combinazione con custo diagnostic vit, viene creata una potente soluzione completa per la diagnosi, il follow-up e la documentazione. https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-30611","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Diagnostica spirometrica \u2013 Soluzioni di custo med<\/title>\n<meta name=\"description\" content=\"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit\" \/>\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.customed.de\/it\/spirometria\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Diagnostica spirometrica \u2013 Soluzioni di custo med\" \/>\n<meta property=\"og:description\" content=\"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.customed.de\/it\/spirometria\/\" \/>\n<meta property=\"og:site_name\" content=\"customed\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-17T10:57:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/\",\"name\":\"Diagnostica spirometrica \u2013 Soluzioni di custo med\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"datePublished\":\"2025-08-18T08:42:15+00:00\",\"dateModified\":\"2026-07-17T10:57:16+00:00\",\"description\":\"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/spirometria\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.customed.de\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spirometria\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.customed.de\\\/it\\\/\",\"name\":\"customed\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.customed.de\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#organization\",\"name\":\"customed\",\"url\":\"https:\\\/\\\/www.customed.de\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-2.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-2.png\",\"width\":1543,\"height\":337,\"caption\":\"customed\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Diagnostica spirometrica \u2013 Soluzioni di custo med","description":"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit","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.customed.de\/it\/spirometria\/","og_locale":"it_IT","og_type":"article","og_title":"Diagnostica spirometrica \u2013 Soluzioni di custo med","og_description":"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit","og_url":"https:\/\/www.customed.de\/it\/spirometria\/","og_site_name":"customed","article_modified_time":"2026-07-17T10:57:16+00:00","og_image":[{"url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.customed.de\/it\/spirometria\/","url":"https:\/\/www.customed.de\/it\/spirometria\/","name":"Diagnostica spirometrica \u2013 Soluzioni di custo med","isPartOf":{"@id":"https:\/\/www.customed.de\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.customed.de\/it\/spirometria\/#primaryimage"},"image":{"@id":"https:\/\/www.customed.de\/it\/spirometria\/#primaryimage"},"thumbnailUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","datePublished":"2025-08-18T08:42:15+00:00","dateModified":"2026-07-17T10:57:16+00:00","description":"Diagnostica spirometrica moderna: misurazione intuitiva con custo spiro mobile e analisi precisa con custo diagnostic vit","breadcrumb":{"@id":"https:\/\/www.customed.de\/it\/spirometria\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.customed.de\/it\/spirometria\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.customed.de\/it\/spirometria\/#primaryimage","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.customed.de\/it\/spirometria\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.customed.de\/it\/"},{"@type":"ListItem","position":2,"name":"Spirometria"}]},{"@type":"WebSite","@id":"https:\/\/www.customed.de\/it\/#website","url":"https:\/\/www.customed.de\/it\/","name":"customed","description":"","publisher":{"@id":"https:\/\/www.customed.de\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.customed.de\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.customed.de\/it\/#organization","name":"customed","url":"https:\/\/www.customed.de\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.customed.de\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-2.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-2.png","width":1543,"height":337,"caption":"customed"},"image":{"@id":"https:\/\/www.customed.de\/it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/pages\/30611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/comments?post=30611"}],"version-history":[{"count":7,"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/pages\/30611\/revisions"}],"predecessor-version":[{"id":33153,"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/pages\/30611\/revisions\/33153"}],"wp:attachment":[{"href":"https:\/\/www.customed.de\/it\/wp-json\/wp\/v2\/media?parent=30611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}