{"title":"Wertschutzräume","description":"","products":[{"product_id":"secuwall-massiv-v-xiii-kb","title":"SecuWall-Massiv V-XIII KB","description":"\u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003ch5 class=\"accordion-header\" data-accordion=\"content-1\"\u003eBeschreibung:\u003c\/h5\u003e\n    \u003cdiv class=\"accordion-content active\" id=\"content-1\"\u003e\n      \u003cp\u003eWertschutzräume in Massivbauweise – eine klassische Lösung, um ein hohes Mass an Sicherheit zu erreichen.\u003c\/p\u003e\n      \u003cp\u003eBei der massiven Bauweise von Wertschutzräumen handelt es sich um ein Bausystem, das auf vorgefertigten Sicherheitsbewehrungselementen basiert, die vor Ort zwischen die statische Bewehrung eingebaut und mit einer Betonmischung ausgegossen werden. Der Beton wird von der ausgewählten Baufirma nach genauen Anweisungen und unter Aufsicht der Securama-Experten gegossen.\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\"\u003eBeschreibung:\u003c\/h5\u003e\n    \u003cdiv class=\"accordion-content\" id=\"content-1\"\u003e\n      \u003cp\u003eDie SecuWall Wertschutzraum-Linie ist eine Modularbauweise. Es handelt sich um ein modernes Bausystem aus industriell gefertigten Elementen, die vor Ort zusammengesetzt werden.\u003c\/p\u003e\n      \u003cp\u003eDieses Konstruktionssystem hat eine Reihe von Vorteilen gegenüber der Massivbauweise von Wertschutzräumen:\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eDünnere Wände bieten ein grosses nutzbares Volumen.\u003c\/li\u003e\n        \u003cli\u003eMöglichkeit der Unterbringung von Tresorräumen in den oberen Stockwerken eines neuen Gebäudes oder der Umwandlung vorhandener Räume in Tresorräume.\u003c\/li\u003e\n        \u003cli\u003eDie SecuWall-Elemente werden bei der Montage miteinander verbunden, wodurch die Konstruktion ein kompaktes Aussehen erhält. Es ist jedoch immer noch möglich, die gesamte Konstruktion zu demontieren und an einen anderen Standort zu verlegen.\u003c\/li\u003e\n        \u003cli\u003eSehr kurze Bauzeit des Wertschutzraums.\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\/fr\/collections\/wertschutzraume.oembed","provider":"Securama AG","version":"1.0","type":"link"}