{"id":278,"date":"2022-06-28T14:22:47","date_gmt":"2022-06-28T12:22:47","guid":{"rendered":"https:\/\/www.blocz.de\/?page_id=278"},"modified":"2025-10-25T18:53:20","modified_gmt":"2025-10-25T16:53:20","slug":"griffe","status":"publish","type":"page","link":"https:\/\/www.blocz.de\/en\/produkte-volumen-blocz\/griffe\/","title":{"rendered":"Holds"},"content":{"rendered":"<div class=\"lazyblock-product-stage-Vy3JG wp-block-lazyblock-product-stage\"><!-- Product Stages Volumen -->\n<div id=\"\"\n  class=\"stage product-stage  left  large inframe-medium\">\n\n\n  <div class=\"backdrop-small right  animated\"><\/div>\n\n\n  <div class=\"product-stage-slider slider animated fadeInUpShort animation-delay-100\">\n\n\n        \n      \n      <div class=\"slide\">\n\n        \n\n\n          <img decoding=\"async\" class=\"jarallax-img animated fadeInUpShort animation-delay-400\"\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1200x1200.png\"\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1080x1080.png 1080w\"\n            sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 80vw, (min-width: 1024px) 70vw\" data-offset=\"-500\" \/>\n\n\n\n\n        \n\n\n      <\/div>\n\n    \n\n\n  <\/div>\n\n\n  <div\n    class=\"pt-xxxlarge pb-xxxlarge   pl-viewport pr-viewport stage-text animated animation-delay-1000 zindex-100 \">\n    \n\n          <h1 class=\"text-xxxxlarge mb-medium\n        stage-headline\">\n        <span class=\"animated fadeInDownShort animation-delay-750\">Climbing Holds<\/span><\/h1>\n\n        <div class=\" animated fadeInDownShort animation-delay-900\">\n\n        \n    <div class=\"lazyblock-inner-blocks\"><\/div>\n    <\/div>\n\n          <div class=\" animated fadeInDownShort animation-delay-900\">\n\n        \n        <p>Our climbing holds offer a great selection of Slopers, Crimps, Pinches and Jugs. Next to those, there are various specials such as the <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/liquid-art\/\">Liquid Art<\/a> and <a href=\"https:\/\/www.blocz.de\/category\/produktklassen\/griffe\/fontaineblocz\/\">Fontainblocz set<\/a> in which the beauty of the rock has been captured. In short: our holds offer everything that makes climbing exciting. The perfect balance of creativity, high quality and sustainability.<\/p>\n<p><strong>New: <a href=\"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/\">3D-printed climbing holds<\/a> \u2013 exceptionally lightweight and extremely durable.<\/strong><\/p>\n\n      <\/div>\n    \n\n    \n\n    <a class=\"scroll-link absolute mt-large animated fadeInDownShort animation-delay-500\" href=\"#mark\">                 <span class='graphic-arrow-down'>                   <span class='shaft'><\/span>                 <\/span>                                                              <\/a>\n\n  <\/div>\n\n\n\n\n<\/div><\/div>\n\n\n<span id=\"mark\"><\/span>\n\n\n<div class=\"lazyblock-backtype-ZLxLs0 wp-block-lazyblock-backtype\"><div id=\"mark\" class=\"relative mt-xxxlarge  \">\r\n<figure id=\"mark\" class=\"backtype  left\"><div class=\"animated fadeInUpShort animation-delay-200\">Forms &#038;<br>Series<\/div><\/figure><\/div>\r\n\r\n\r\n<\/div>\n\n<div class=\"lazyblock-content-section-Z4wotR mt-50px-negative wp-block-lazyblock-content-section\"><article  id=\"products\" class=\"clearfix \r\ninside-wide \r\nfull-width \r\n \r\n \r\nanimated fadeInUpShort \r\nmt-medium \r\nmb-large\">\r\n  \r\n\r\n  <div class=\"inside  \">\r\n  \r\n              \r\n  <div class=\"lazyblock-inner-blocks\">\n\n<p><\/p>\n\n\n\n  \n    <!-- Filter Buttons will be injected here -->\n    <section id=\"category-filter\"\n      class=\"category-filter mt-small mb-small flex-row flex-valign-center flex-halign-center animated fadeInDownShort animation-delay-200 go\"\n      style=\"display:none;\">\n      <span class=\"filter-title\">Filter:<\/span>\n    <\/section>\n\n    <script>\n      jQuery(document).ready(function ($) {\n        const $articles = $('.product-categories-list article');\n        const $filterContainer = $('#category-filter');\n\n        \/\/ Collect unique filter types with names\n        let filterTypes = new Map();\n\n        $articles.each(function () {\n          let types = $(this).data('filtertype')?.toString().trim().split(\/\\s+\/) || [];\n          let names = $(this).data('filtertype-name')?.toString().trim().split(\/\\s+\/) || [];\n\n          types.forEach((type, index) => {\n            if (type.length) {\n              \/\/ Match name by index if available, otherwise fallback\n              let name = names[index] ? names[index].trim() : type;\n              filterTypes.set(type, name);\n            }\n          });\n        });\n\n        \/\/ Only show filter if we have at least one type\n        if (filterTypes.size > 0) {\n          $filterContainer.show();\n\n          \/\/ Build filter buttons\n          filterTypes.forEach((name, type) => {\n            $filterContainer.append(\n              `<button class=\"chip\" data-rel=\"${type}\" href=\"#\"><i class=\"icon-filter\"><\/i> ${name}<\/button>`\n            );\n          });\n\n          \/\/ Add \"Alle\" button (default active)\n          $filterContainer.append(\n            `<button class=\"chip active\" data-rel=\"all\" href=\"#\"><i class=\"icon-filter\"><\/i> Alle<\/button>`\n          );\n\n          \/\/ Click handler\n          $filterContainer.on('click', 'button', function (e) {\n            e.preventDefault();\n\n            const filter = $(this).data('rel');\n\n            \/\/ Toggle active class\n            $filterContainer.find('button').removeClass('active');\n            $(this).addClass('active');\n\n            if (filter === 'all') {\n              $articles.removeClass('invisible');\n            } else {\n              $articles.each(function () {\n                let types = $(this).data('filtertype')?.toString().split(\/\\s+\/).map(t => t.trim());\n                if (types.includes(filter)) {\n                  $(this).removeClass('invisible');\n                } else {\n                  $(this).addClass('invisible');\n                }\n              });\n            }\n          });\n        }\n      });\n    <\/script>\n\n  \n\n\n\n  <div class=\"flex-row product-categories-list\">\n\n\n\n\n\n    \n\n\n\n      <article data-filtertype=\"pu \" data-filtertype-name=\"            PU    \"\n        class=\"pu  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-123\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">New<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/nova-climbingholds\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_nova_holds-2-1-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Nova\n            <span class=\"volume_type text-xsmall\"><br>\n                            pu <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"printed \" data-filtertype-name=\"            3D-Printed    \"\n        class=\"printed  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-124\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">New<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/flux-climbing-holds\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-800x490.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-800x490.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-1200x735.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-768x471.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-1536x941.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/11\/blocz_flux_gelb-1-2048x1255.png 2048w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Flux\n            <span class=\"volume_type text-xsmall\"><br>\n                            printed <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"printed \" data-filtertype-name=\"            3D-Printed    \"\n        class=\"printed  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-122\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">New<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/birdies\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/10\/BL.DR_.FS1_-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Birdies\n            <span class=\"volume_type text-xsmall\"><br>\n                            printed <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"printed \" data-filtertype-name=\"            3D-Printed    \"\n        class=\"printed  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-120\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">New<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/footprints\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_footprint_komposition-1-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Footprints\n            <span class=\"volume_type text-xsmall\"><br>\n                            printed <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"printed \" data-filtertype-name=\"            3D-Printed    \"\n        class=\"printed  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-121\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">New<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/inclinator\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/09\/blocz_inclinator_komposition-1-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Inclinator\n            <span class=\"volume_type text-xsmall\"><br>\n                            printed <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"pu \" data-filtertype-name=\"            PU    \"\n        class=\"pu  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-110\">\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/esperanto_griffe\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2024\/11\/kategorie-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Esperanto\n            <span class=\"volume_type text-xsmall\"><br>\n                            pu <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"pe \" data-filtertype-name=\"            PE    \"\n        class=\"pe  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-30\">\n\n\n        \n          <figure class=\"badge-poly position-absolute-right-top\">NOW IN PE<\/figure>\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/fontaineblocz\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/03\/blocz_fontaineblocz_composition-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Fontaineblocz\n            <span class=\"volume_type text-xsmall\"><br>\n                            pe <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"pu \" data-filtertype-name=\"            PU    \"\n        class=\"pu  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-97\">\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/liquid-art\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Liquid-Art-Titelbild-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Liquid Art\n            <span class=\"volume_type text-xsmall\"><br>\n                            pu <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"pu \" data-filtertype-name=\"            PU    \"\n        class=\"pu  mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-100\">\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-clean-line\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2023\/01\/Blocz-Website-Produktbilder-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Clean Line - Competition\n            <span class=\"volume_type text-xsmall\"><br>\n                            pu <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n          <ul class=\"chips\">\n\n            \n\n              <li class=\"chip\"> <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-clean-line\/henkel\/\" rel=\"bookmark\"\n                  class=\"font-normal text-small text-grey\">\n\n                  <i class=\"icon-chevron-right\"><\/i>\n\n                  Jugs\n\n                <\/a>\n\n              <\/li>\n            \n\n              <li class=\"chip\"> <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-clean-line\/pinches\/\" rel=\"bookmark\"\n                  class=\"font-normal text-small text-grey\">\n\n                  <i class=\"icon-chevron-right\"><\/i>\n\n                  Pinches\n\n                <\/a>\n\n              <\/li>\n            \n          <\/ul>\n\n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n\n\n\n      <article data-filtertype=\"\" data-filtertype-name=\"\"\n        class=\" mb-small w100s w50m w33l w25xl item grid-item product-category-item animated fadeInDownShort animation-delay-100 parent-cat-7  is-cat-101\">\n\n\n                <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-baguettes\/\" rel=\"bookmark\">\n\n\n          \n            <figure class=\"image_container\">\n              <img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-800x800.png\"\n                srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-800x800.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-1200x1200.png 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-400x400.png 400w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-768x768.png 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-1536x1536.png 1536w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-2048x2048.png 2048w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-600x600.png 600w, https:\/\/www.blocz.de\/wp-content\/uploads\/2025\/07\/blocz_clean_line_baguettes_komposition-3-1080x1080.png 1080w\"\n                sizes=\"(max-width: 768px) 100vw, (max-width: 1024px) 50vw, (max-width: 1920px) 33vw, (max-width: 3000px) 25vw, 1080px\" \/>\n\n            <\/figure>\n\n\n          \n          <h3 class=\"text-center text-black title mb-small\">Clean Line - Baguettes\n            <span class=\"volume_type text-xsmall\"><br>\n                            <\/span>\n\n\n\n          <\/h3>\n        <\/a>\n\n\n        \n        \n\n          <ul class=\"chips\">\n\n            \n\n              <li class=\"chip\"> <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-baguettes\/baguettes\/\" rel=\"bookmark\"\n                  class=\"font-normal text-small text-grey\">\n\n                  <i class=\"icon-chevron-right\"><\/i>\n\n                  Baguettes\n\n                <\/a>\n\n              <\/li>\n            \n\n              <li class=\"chip\"> <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-baguettes\/buns\/\" rel=\"bookmark\"\n                  class=\"font-normal text-small text-grey\">\n\n                  <i class=\"icon-chevron-right\"><\/i>\n\n                  buns\n\n                <\/a>\n\n              <\/li>\n            \n\n              <li class=\"chip\"> <a href=\"https:\/\/www.blocz.de\/en\/category\/produktklassen\/griffe\/clean-line-baguettes\/brote\/\" rel=\"bookmark\"\n                  class=\"font-normal text-small text-grey\">\n\n                  <i class=\"icon-chevron-right\"><\/i>\n\n                  Bread\n\n                <\/a>\n\n              <\/li>\n            \n          <\/ul>\n\n        \n\n\n\n\n\n\n\n      <\/article>\n\n\n\n\n\n      \n  <\/div>\n\n  \n\n<\/div>      \r\n       \r\n\r\n      \r\n         \r\n\r\n  <\/div>    \r\n\r\n  \r\n\r\n<\/article><\/div>\n\n<div class=\"lazyblock-hero-stage-ZVYkdd wp-block-lazyblock-hero-stage\">\r\n<article id=\"mark2\"\r\n  class=\"  right stage animated fadeInUpShort large stage image-split no-overlap\">\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeIn animation-delay-250\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-1200x979.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1.jpg 1357w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-800x653.jpg 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-1200x979.jpg 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-768x627.jpg 768w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"full-layer background-layer \">\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n    \r\n    <section class=\"full-layer panel animated animation-delay-500 fadeInUpShort \">\r\n      <div class=\"inner-content\">\r\n\r\n        \r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>We deliver our climbing holds with a variety of different shapes and sizes.\u00a0No matter if you want to set an awesome competition climb, a nice beginner route or a piece of art \u2013 just let your creativity flow.<\/p>\n\n\n<div class=\"lazyblock-html-render-YU4l8 wp-block-lazyblock-html-render\"><a class=\"scroll-link absolute mt-large animated fadeInDownShort animation-delay-500\" href=\"#mark3\">                 <span class=\"graphic-arrow-down\">                   <span class=\"shaft\"><\/span>                 <\/span>                                                              <\/a><\/div>\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n  <\/div>\r\n<\/article>\r\n\r\n\r\n\r\n<!-- \r\n\r\n<article id=\"mark2\"\r\n  class=\"  right stage animated fadeInUpShort large stage image-split no-overlap \">\r\n\r\n\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeInUpShort animation-delay-800\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-1200x979.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1.jpg 1357w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-800x653.jpg 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-1200x979.jpg 1200w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/220321_Element_Muenchen_209-1-768x627.jpg 768w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"  full-layer background-layer \">\r\n\r\n\r\n\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n     \r\n\r\n\r\n\r\n\r\n    <section class=\"full-layer          panel animated fadeInUpShort\r\n          \">\r\n\r\n\r\n      <div class=\"inner-content\">\r\n        \r\n\r\n\r\n\r\n\r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>We deliver our climbing holds with a variety of different shapes and sizes.\u00a0No matter if you want to set an awesome competition climb, a nice beginner route or a piece of art \u2013 just let your creativity flow.<\/p>\n\n\n<div class=\"lazyblock-html-render-YU4l8 wp-block-lazyblock-html-render\"><a class=\"scroll-link absolute mt-large animated fadeInDownShort animation-delay-500\" href=\"#mark3\">                 <span class=\"graphic-arrow-down\">                   <span class=\"shaft\"><\/span>                 <\/span>                                                              <\/a><\/div>\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n\r\n\r\n\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n<\/article> --><\/div>\n\n<div class=\"lazyblock-hero-stage-mmg63 wp-block-lazyblock-hero-stage\">\r\n<article id=\"mark3\"\r\n  class=\"  left stage animated fadeInUpShort large stage image-split no-overlap\">\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeIn animation-delay-250\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519.jpg 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519-768x576.jpg 768w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"full-layer background-layer \">\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n    \r\n    <section class=\"full-layer panel animated animation-delay-500 fadeInUpShort \">\r\n      <div class=\"inner-content\">\r\n\r\n        \r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>Shaped by our designer Robert Leistner\u00a0and brought to production with a lot of love from our developer team in Chemnitz, we try to catch the perfect balance of creativity and high quality. With our special lines of climbing holds like the\u00a0<a href=\"https:\/\/www.blocz.de\/category\/produktklassen\/griffe\/fontaineblocz\/\">Fontaineblocz<\/a>\u00a0you can bring the real climbing experience of the all-time favorite Fontainebleau into your gym. Or play around with our dual texture holds, the\u00a0<a href=\"https:\/\/www.blocz.de\/category\/produktklassen\/griffe\/liquid-art\/\">Liquid Art line<\/a>. Our climbing holds offer everything that makes climbing exciting.<\/p>\n\n\n<div class=\"lazyblock-html-render-2w4CqW wp-block-lazyblock-html-render\"><a class=\"scroll-link absolute mt-large animated fadeInDownShort animation-delay-500\" href=\"#mark4\">                 <span class=\"graphic-arrow-down\">                   <span class=\"shaft\"><\/span>                 <\/span>                                                              <\/a><\/div>\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n  <\/div>\r\n<\/article>\r\n\r\n\r\n\r\n<!-- \r\n\r\n<article id=\"mark3\"\r\n  class=\"  left stage animated fadeInUpShort large stage image-split no-overlap \">\r\n\r\n\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeInUpShort animation-delay-800\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519.jpg 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/20190521_235519-768x576.jpg 768w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"  full-layer background-layer \">\r\n\r\n\r\n\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n     \r\n\r\n\r\n\r\n\r\n    <section class=\"full-layer          panel animated fadeInUpShort\r\n          \">\r\n\r\n\r\n      <div class=\"inner-content\">\r\n        \r\n\r\n\r\n\r\n\r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>Shaped by our designer Robert Leistner\u00a0and brought to production with a lot of love from our developer team in Chemnitz, we try to catch the perfect balance of creativity and high quality. With our special lines of climbing holds like the\u00a0<a href=\"https:\/\/www.blocz.de\/category\/produktklassen\/griffe\/fontaineblocz\/\">Fontaineblocz<\/a>\u00a0you can bring the real climbing experience of the all-time favorite Fontainebleau into your gym. Or play around with our dual texture holds, the\u00a0<a href=\"https:\/\/www.blocz.de\/category\/produktklassen\/griffe\/liquid-art\/\">Liquid Art line<\/a>. Our climbing holds offer everything that makes climbing exciting.<\/p>\n\n\n<div class=\"lazyblock-html-render-2w4CqW wp-block-lazyblock-html-render\"><a class=\"scroll-link absolute mt-large animated fadeInDownShort animation-delay-500\" href=\"#mark4\">                 <span class=\"graphic-arrow-down\">                   <span class=\"shaft\"><\/span>                 <\/span>                                                              <\/a><\/div>\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n\r\n\r\n\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n<\/article> --><\/div>\n\n<div class=\"lazyblock-hero-stage-Z1H1bc9 wp-block-lazyblock-hero-stage\">\r\n<article id=\"mark4\"\r\n  class=\"  right stage animated fadeInUpShort large stage image-split no-overlap\">\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeIn animation-delay-250\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1171x1200.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006.jpg 5459w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-781x800.jpg 781w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1171x1200.jpg 1171w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-768x787.jpg 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1499x1536.jpg 1499w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1999x2048.jpg 1999w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"full-layer background-layer \">\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n    \r\n    <section class=\"full-layer panel animated animation-delay-500 fadeInUpShort \">\r\n      <div class=\"inner-content\">\r\n\r\n        \r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>Since we\u2019re working to improve the\u00a0<a href=\"https:\/\/www.blocz.de\/en\/ueber-uns\/nachhaltigkeit\/\">sustainability<\/a>\u00a0of all our products and reduce our environmentally footprint, the used polyurethane is made out of 40% of regrowing raw materials and are certified as carbon-neutral product by compensation of all currently not avoidable emissions. In addition, we completely dispense with plasticizers during production.\u00a0<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"320\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png\" alt=\"\" class=\"wp-image-6351\" style=\"width:180px\" srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image-768x307.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>&nbsp;<\/p>\n\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n  <\/div>\r\n<\/article>\r\n\r\n\r\n\r\n<!-- \r\n\r\n<article id=\"mark4\"\r\n  class=\"  right stage animated fadeInUpShort large stage image-split no-overlap \">\r\n\r\n\r\n\r\n            <figure class=\"image_background_container jarallax\" data-jarallax\r\n        data-speed=\"0.85\">\r\n\r\n        <div class=\"jarallax-img\">\r\n          <img decoding=\"async\" loading=\"lazy\" class=\"jarallax-img animated fadeInUpShort animation-delay-800\"\r\n            src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1171x1200.jpg\"\r\n            srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006.jpg 5459w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-781x800.jpg 781w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1171x1200.jpg 1171w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-768x787.jpg 768w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1499x1536.jpg 1499w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/220623_HoldTogether_006-1999x2048.jpg 1999w\"\r\n            alt=\"\" \/>\r\n        <\/div>\r\n\r\n      <\/figure>\r\n      \r\n  <figure\r\n    class=\"  full-layer background-layer \">\r\n\r\n\r\n\r\n  <\/figure>\r\n\r\n  <div class=\"inside\">\r\n    \r\n     \r\n\r\n\r\n\r\n\r\n    <section class=\"full-layer          panel animated fadeInUpShort\r\n          \">\r\n\r\n\r\n      <div class=\"inner-content\">\r\n        \r\n\r\n\r\n\r\n\r\n        <div class=\"lazyblock-inner-blocks\">\n\n<p>Since we\u2019re working to improve the\u00a0<a href=\"https:\/\/www.blocz.de\/en\/ueber-uns\/nachhaltigkeit\/\">sustainability<\/a>\u00a0of all our products and reduce our environmentally footprint, the used polyurethane is made out of 40% of regrowing raw materials and are certified as carbon-neutral product by compensation of all currently not avoidable emissions. In addition, we completely dispense with plasticizers during production.\u00a0<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"320\" src=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png\" alt=\"\" class=\"wp-image-6351\" style=\"width:180px\" srcset=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png 800w, https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image-768x307.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>&nbsp;<\/p>\n\n<\/div>\r\n\r\n        \r\n      <\/div>\r\n    <\/section>\r\n\r\n\r\n\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n<\/article> --><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":17,"menu_order":12,"comment_status":"closed","ping_status":"closed","template":"templates\/template-full-width.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-278","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["de","en"],"languages":{"de":{"title":true,"content":true,"excerpt":false},"en":{"title":true,"content":true,"excerpt":false}}},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Climbing holds for bouldering &amp; climbing made by Blocz<\/title>\n<meta name=\"description\" content=\"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors &amp; sizes \u2713 shaped by Robert Leistner.\" \/>\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.blocz.de\/produkte-volumen-blocz\/griffe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Climbing holds for bouldering &amp; climbing made by Blocz\" \/>\n<meta property=\"og:description\" content=\"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors &amp; sizes \u2713 shaped by Robert Leistner.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/\" \/>\n<meta property=\"og:site_name\" content=\"Blocz\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/blocz.de\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-25T16:53:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/\",\"url\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/\",\"name\":\"Climbing holds for bouldering & climbing made by Blocz\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.blocz.de\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/MicrosoftTeams-image.png\",\"datePublished\":\"2022-06-28T12:22:47+00:00\",\"dateModified\":\"2025-10-25T16:53:20+00:00\",\"description\":\"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors & sizes \u2713 shaped by Robert Leistner.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.blocz.de\\\/produkte-volumen-blocz\\\/griffe\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.blocz.de\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/MicrosoftTeams-image.png\",\"contentUrl\":\"https:\\\/\\\/www.blocz.de\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/MicrosoftTeams-image.png\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#website\",\"url\":\"https:\\\/\\\/www.blocz.de\\\/\",\"name\":\"Blocz\",\"description\":\"Climbing Equipment\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.blocz.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#organization\",\"name\":\"Blocz GmbH\",\"alternateName\":\"Blocz\",\"url\":\"https:\\\/\\\/www.blocz.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.blocz.de\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/blocz-logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.blocz.de\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/blocz-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Blocz GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/www.blocz.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/blocz.de\",\"https:\\\/\\\/www.instagram.com\\\/bloczclimbing\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCok85hc_Lldq82aU-dyfb2Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Climbing holds for bouldering & climbing made by Blocz","description":"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors & sizes \u2713 shaped by Robert Leistner.","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.blocz.de\/produkte-volumen-blocz\/griffe\/","og_locale":"en_US","og_type":"article","og_title":"Climbing holds for bouldering & climbing made by Blocz","og_description":"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors & sizes \u2713 shaped by Robert Leistner.","og_url":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/","og_site_name":"Blocz","article_publisher":"https:\/\/www.facebook.com\/blocz.de","article_modified_time":"2025-10-25T16:53:20+00:00","og_image":[{"url":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/","url":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/","name":"Climbing holds for bouldering & climbing made by Blocz","isPartOf":{"@id":"https:\/\/www.blocz.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/#primaryimage"},"image":{"@id":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/#primaryimage"},"thumbnailUrl":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png","datePublished":"2022-06-28T12:22:47+00:00","dateModified":"2025-10-25T16:53:20+00:00","description":"Set exciting routes with Blocz climbing holds \u2713 made in Germany \u2713 many colors & sizes \u2713 shaped by Robert Leistner.","breadcrumb":{"@id":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.blocz.de\/produkte-volumen-blocz\/griffe\/#primaryimage","url":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png","contentUrl":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/11\/MicrosoftTeams-image.png"},{"@type":"WebSite","@id":"https:\/\/www.blocz.de\/#website","url":"https:\/\/www.blocz.de\/","name":"Blocz","description":"Climbing Equipment","publisher":{"@id":"https:\/\/www.blocz.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.blocz.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.blocz.de\/#organization","name":"Blocz GmbH","alternateName":"Blocz","url":"https:\/\/www.blocz.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.blocz.de\/#\/schema\/logo\/image\/","url":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/blocz-logo.svg","contentUrl":"https:\/\/www.blocz.de\/wp-content\/uploads\/2022\/08\/blocz-logo.svg","width":1,"height":1,"caption":"Blocz GmbH"},"image":{"@id":"https:\/\/www.blocz.de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/blocz.de","https:\/\/www.instagram.com\/bloczclimbing\/","https:\/\/www.youtube.com\/channel\/UCok85hc_Lldq82aU-dyfb2Q"]}]}},"_links":{"self":[{"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/pages\/278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/comments?post=278"}],"version-history":[{"count":10,"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/pages\/278\/revisions"}],"predecessor-version":[{"id":11210,"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/pages\/278\/revisions\/11210"}],"up":[{"embeddable":true,"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/pages\/17"}],"wp:attachment":[{"href":"https:\/\/www.blocz.de\/en\/wp-json\/wp\/v2\/media?parent=278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}