{"id":10694,"date":"2021-01-21T14:56:58","date_gmt":"2021-01-21T13:56:58","guid":{"rendered":"https:\/\/www.lach-diamant.de\/news\/press-review\/"},"modified":"2026-01-27T14:33:26","modified_gmt":"2026-01-27T13:33:26","slug":"press-review","status":"publish","type":"page","link":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/","title":{"rendered":"Press Review"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10694\" class=\"elementor elementor-10694 elementor-702\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-52535959 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"52535959\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42683ead\" data-id=\"42683ead\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-227f983e elementor-widget elementor-widget-breadcrumbs\" data-id=\"227f983e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.lach-diamant.de\/en\/\">Startpage<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a3efca7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a3efca7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-415df92b\" data-id=\"415df92b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-297a0855 elementor-widget elementor-widget-heading\" data-id=\"297a0855\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Press Review<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6f9d44 elementor-widget elementor-widget-text-editor\" data-id=\"e6f9d44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The trade press regularly reports on LACH DIAMANT&#8217;s new products.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23ab434 elementor-widget elementor-widget-html\" data-id=\"23ab434\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Dropdown f\u00fcr Jahresfilter -->\n<h5 style=\"margin-bottom:10px; color:#002554;\">Archive<\/h5>\n<select id=\"jahrFilter\">\n  <option value=\"\">All<\/option>\n  <option value=\"2025\">2025 and newer<\/option>\n  <option value=\"2024\">2024<\/option>\n  <option value=\"2023\">2023<\/option>\n  <option value=\"2022\">2022<\/option>\n  <option value=\"2021\">2021<\/option>\n  <option value=\"2020-2010\">2020\u20132010<\/option>\n  <option value=\"2010-2000\">2010\u20132000<\/option>\n  <option value=\"alt\">Before 2000<\/option>\n<\/select>\n\n<!-- Styling f\u00fcr das Dropdown -->\n<style>\n#jahrFilter {\n  padding: 8px 12px;\n  font-size: 20px;\n  border-radius: 6px;\n  border: 1px solid #ccc;\n  margin-bottom: 20px;\n}\n<\/style>\n\n<!-- JavaScript f\u00fcr Filter + Infinite Scroll + automatisches neuestes Jahr -->\n<script>\nfunction filterPosts() {\n    const value = document.getElementById('jahrFilter').value;\n    const posts = document.querySelectorAll('.elementor-post'); \/\/ Container der Beitr\u00e4ge\n\n    posts.forEach(post => {\n        const dateEl = post.querySelector('.elementor-post-date');\n        if(!dateEl) return;\n\n        const parts = dateEl.innerText.trim().split('\/');\n        const year = parseInt(parts[2]);\n\n        let show = false;\n\n        if(!value) show = true;\n        else if(value === \"2025\") show = year >= 2025;\n        else if(value === \"2024\") show = year === 2024;\n        else if(value === \"2023\") show = year === 2023;\n        else if(value === \"2022\") show = year === 2022;\n        else if(value === \"2021\") show = year === 2021;\n        else if(value === \"2020-2010\") show = year >= 2010 && year <= 2020;\n        else if(value === \"2010-2000\") show = year >= 2000 && year <= 2010;\n        else if(value === \"alt\") show = year < 2000;\n\n        post.style.display = show ? '' : 'none';\n    });\n}\n\n\/\/ Dropdown automatisch auf neuestes Jahr setzen\nwindow.addEventListener('load', function() {\n    const dropdown = document.getElementById('jahrFilter');\n    dropdown.value = \"2025\"; \/\/ Hier das neueste Jahr einstellen\n    filterPosts();\n});\n\n\/\/ Filter auch anwenden, wenn Dropdown ge\u00e4ndert wird\ndocument.getElementById('jahrFilter').addEventListener('change', filterPosts);\n\n\/\/ Infinite Scroll: Filter auch auf nachgeladene Beitr\u00e4ge anwenden\ndocument.addEventListener('click', function(e){\n    if(e.target.matches('.elementor-load-more-button')) {\n        setTimeout(filterPosts, 500); \/\/ wartet kurz, bis neue Posts geladen\n    }\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The trade press regularly reports on LACH DIAMANT&#8217;s new products.<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":8092,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-10694","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Press Review - Lach Diamant<\/title>\n<meta name=\"description\" content=\"The trade press regularly reports on LACH DIAMANT&#039;s new products. Get an overview here in the press review.\" \/>\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.lach-diamant.de\/en\/news\/press-review\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Press Review - Lach Diamant\" \/>\n<meta property=\"og:description\" content=\"The trade press regularly reports on LACH DIAMANT&#039;s new products. Get an overview here in the press review.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/\" \/>\n<meta property=\"og:site_name\" content=\"Lach Diamant\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T13:33:26+00:00\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/press-review\\\/\",\"url\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/press-review\\\/\",\"name\":\"Press Review - Lach Diamant\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#website\"},\"datePublished\":\"2021-01-21T13:56:58+00:00\",\"dateModified\":\"2026-01-27T13:33:26+00:00\",\"description\":\"The trade press regularly reports on LACH DIAMANT's new products. Get an overview here in the press review.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/press-review\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/press-review\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/press-review\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startpage\",\"item\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\",\"item\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Press Review\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/\",\"name\":\"Lach Diamant\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#organization\",\"name\":\"Lach Diamant\",\"url\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.lach-diamant.de\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Lach-Diamant-2zl-Logo-Schwarz.png\",\"contentUrl\":\"https:\\\/\\\/www.lach-diamant.de\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Lach-Diamant-2zl-Logo-Schwarz.png\",\"width\":1037,\"height\":254,\"caption\":\"Lach Diamant\"},\"image\":{\"@id\":\"https:\\\/\\\/www.lach-diamant.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Press Review - Lach Diamant","description":"The trade press regularly reports on LACH DIAMANT's new products. Get an overview here in the press review.","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.lach-diamant.de\/en\/news\/press-review\/","og_locale":"en_US","og_type":"article","og_title":"Press Review - Lach Diamant","og_description":"The trade press regularly reports on LACH DIAMANT's new products. Get an overview here in the press review.","og_url":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/","og_site_name":"Lach Diamant","article_modified_time":"2026-01-27T13:33:26+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/","url":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/","name":"Press Review - Lach Diamant","isPartOf":{"@id":"https:\/\/www.lach-diamant.de\/en\/#website"},"datePublished":"2021-01-21T13:56:58+00:00","dateModified":"2026-01-27T13:33:26+00:00","description":"The trade press regularly reports on LACH DIAMANT's new products. Get an overview here in the press review.","breadcrumb":{"@id":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lach-diamant.de\/en\/news\/press-review\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.lach-diamant.de\/en\/news\/press-review\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startpage","item":"https:\/\/www.lach-diamant.de\/en\/"},{"@type":"ListItem","position":2,"name":"News","item":"https:\/\/www.lach-diamant.de\/en\/news\/"},{"@type":"ListItem","position":3,"name":"Press Review"}]},{"@type":"WebSite","@id":"https:\/\/www.lach-diamant.de\/en\/#website","url":"https:\/\/www.lach-diamant.de\/en\/","name":"Lach Diamant","description":"","publisher":{"@id":"https:\/\/www.lach-diamant.de\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lach-diamant.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.lach-diamant.de\/en\/#organization","name":"Lach Diamant","url":"https:\/\/www.lach-diamant.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lach-diamant.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.lach-diamant.de\/wp-content\/uploads\/2024\/06\/Lach-Diamant-2zl-Logo-Schwarz.png","contentUrl":"https:\/\/www.lach-diamant.de\/wp-content\/uploads\/2024\/06\/Lach-Diamant-2zl-Logo-Schwarz.png","width":1037,"height":254,"caption":"Lach Diamant"},"image":{"@id":"https:\/\/www.lach-diamant.de\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/pages\/10694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/comments?post=10694"}],"version-history":[{"count":5,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/pages\/10694\/revisions"}],"predecessor-version":[{"id":88926,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/pages\/10694\/revisions\/88926"}],"up":[{"embeddable":true,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/pages\/8092"}],"wp:attachment":[{"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/media?parent=10694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/categories?post=10694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lach-diamant.de\/en\/wp-json\/wp\/v2\/tags?post=10694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}