{"title":"Vaults","description":"","products":[{"product_id":"secuwall-massiv-v-xiii-kb","title":"SecuWall-Solid V-XIII KB","description":"\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003ch5 class=\"accordion-header\" data-accordion=\"content-1\"\u003eDescription:\u003c\/h5\u003e\n    \u003cdiv class=\"accordion-content active\" id=\"content-1\"\u003e\n      \u003cp\u003eModular strongrooms – a classic solution for achieving a high level of security.\u003c\/p\u003e\n      \u003cp\u003eThe solid construction of strongrooms involves a building system based on prefabricated security reinforcement elements, which are installed on-site between the structural reinforcement and filled with a concrete mix. The concrete is poured by the selected construction company according to precise instructions and under the supervision of Securama experts.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    .accordion-header {\n      cursor: pointer;\n      padding: 15px;\n      background: transparent;\n      color: #E95B05;\n      border: 1px solid #ccc;\n      margin-bottom: 5px;\n      font-weight: bold;\n      transition: font-size 0.3s ease;\n    }\n\n    .accordion-header:hover {\n      font-size: 1.05em;\n    }\n\n    .accordion-content {\n      display: none;\n      padding: 10px;\n      border: 1px solid #ccc;\n      border-top: none;\n      font-size: 14px !important;\n    }\n\n    .accordion-content.active {\n      display: block;\n    }\n\n    \/* Styling for spacing within content *\/\n    .accordion-content p {\n      margin-bottom: 15px;\n    }\n\n    .accordion-content ul {\n      margin-bottom: 15px;\n      \/* Remove default list padding if it interferes with text-indent *\/\n      padding-left: 0;\n    }\n\n    \/* --- NEW CSS FOR HANGING INDENT --- *\/\n    .accordion-content li {\n      list-style-position: inside; \/* Moves the bullet inside the list item's content area *\/\n      text-indent: -1.5em;        \/* Pulls the first line (including the bullet) backward *\/\n      padding-left: 1.5em;        \/* Pushes the text content forward, aligning it after the bullet *\/\n      margin-bottom: 5px;\n    }\n    \/* ---------------------------------- *\/\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    table td {\n      border: 1px solid #111111 !important;\n      text-align: left;\n      font-size: 14px !important;\n      padding: 13px 5px !important;\n    }\n\n    table td:first-child {\n      font-weight: bold;\n    }\n  \u003c\/style\u003e\n\n  \u003cscript\u003e\n    document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n      header.addEventListener('click', () =\u003e {\n        const contentId = header.dataset.accordion;\n        const content = document.getElementById(contentId);\n\n        \/\/ Close all other open accordions\n        document.querySelectorAll('.accordion-content').forEach(item =\u003e {\n          if (item !== content \u0026\u0026 item.classList.contains('active')) {\n            item.classList.remove('active');\n          }\n        });\n\n        \/\/ Toggle the clicked accordion\n        content.classList.toggle('active');\n      });\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Securama","offers":[{"title":"Default Title","offer_id":44573596516409,"sku":null,"price":3400.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/6427\/7561\/files\/SecuWallMassiv.png?v=1756110807"},{"product_id":"secuwall-n-x-kb","title":"SecuWall N-X KB","description":"\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003ch5 class=\"accordion-header\" data-accordion=\"content-1\"\u003eDescription:\u003c\/h5\u003e\n    \u003cdiv class=\"accordion-content\" id=\"content-1\"\u003e\n      \u003cp\u003eThe SecuWall vault room line features modular construction. It is a modern building system made of industrially manufactured elements that are assembled on site.\u003c\/p\u003e\n      \u003cp\u003eThis construction system offers a number of advantages over solid construction vault rooms:\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eThinner walls offer a large usable volume.\u003c\/li\u003e\n        \u003cli\u003ePossibility of accommodating vault rooms on the upper floors of a new building or converting existing rooms into vault rooms.\u003c\/li\u003e\n        \u003cli\u003eThe SecuWall elements are connected to each other during assembly, giving the construction a compact appearance. However, it is still possible to dismantle the entire construction and relocate it to another site.\u003c\/li\u003e\n        \u003cli\u003eVery short construction time for the vault room.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003cstyle\u003e\n  .accordion-header {\n    cursor: pointer;\n    padding: 15px;\n    background: transparent;\n    color: #E95B05;\n    border: 1px solid #ccc;\n    margin-bottom: 5px;\n    font-weight: bold;\n    transition: font-size 0.3s ease;\n  }\n\n  .accordion-header:hover {\n    font-size: 1.05em;\n  }\n\n  .accordion-content {\n    display: none;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-top: none;\n    font-size: 14px !important;\n  }\n\n  .accordion-content.active {\n    display: block;\n  }\n\n  \/* Styling for spacing within content *\/\n  .accordion-content p {\n    margin-bottom: 15px;\n  }\n\n  .accordion-content ul {\n    margin-bottom: 15px;\n    \/* Optional: Remove default list padding if it interferes with text-indent *\/\n    padding-left: 0;\n  }\n\n  \/* --- NEW CSS FOR HANGING INDENT --- *\/\n  .accordion-content li {\n    list-style-position: inside; \/* Moves the bullet inside the list item's content area *\/\n    text-indent: -1.5em;       \/* Pulls the first line (including the bullet) backward *\/\n    padding-left: 1.5em;       \/* Pushes the text content forward, aligning it after the bullet *\/\n    margin-bottom: 5px;\n  }\n  \/* ---------------------------------- *\/\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  table td {\n    border: 1px solid #111111 !important;\n    text-align: left;\n    font-size: 14px !important;\n    padding: 13px 5px !important;\n  }\n\n  table td:first-child {\n    font-weight: bold;\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const contentId = header.dataset.accordion;\n      const content = document.getElementById(contentId);\n\n      \/\/ Close all other open accordions\n      document.querySelectorAll('.accordion-content').forEach(item =\u003e {\n        if (item !== content \u0026\u0026 item.classList.contains('active')) {\n          item.classList.remove('active');\n        }\n      });\n\n      \/\/ Toggle the clicked accordion\n      content.classList.toggle('active');\n    });\n  });\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Securama","offers":[{"title":"Default Title","offer_id":44573848371257,"sku":null,"price":3400.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/6427\/7561\/files\/SecuWallnummeriertIT.png?v=1756110767"}],"url":"https:\/\/www.securama.ch\/en\/collections\/wertschutzraume.oembed","provider":"Securama AG","version":"1.0","type":"link"}