{"id":17563,"date":"2021-03-15T14:44:00","date_gmt":"2021-03-15T13:44:00","guid":{"rendered":"https:\/\/rittmeyer-beri.de\/?page_id=17563"},"modified":"2026-08-28T15:46:23","modified_gmt":"2026-08-28T13:46:23","slug":"newsletter","status":"publish","type":"page","link":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/","title":{"rendered":"<span class=\"light\">Never<\/span> miss something important with the BERI.LETTER."},"content":{"rendered":"\n<p>Subscribe to our BERI.LETTER to stay informed about the latest developments in cable processing.<\/p>\n\n\n\n<div class=\"form\">\n  <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" async defer><\/script>\n\n  <h2>Subscribe the BERI.LETTER<\/h2>\n\n  <p class=\"form__intro\">\n    We&#8217;ll send you interesting information on cable processing and connection technology. Registration is, of course, free.\n  <\/p>\n\n  <form action=\"https:\/\/m.rittmeyer-beri.de\/subscribe\" method=\"POST\" accept-charset=\"utf-8\">\n    <label for=\"email\">Email Address<\/label>\n    <input type=\"email\" name=\"email\" id=\"email\" placeholder=\"your.email@example.com\" autocomplete=\"email\" required>\n\n    <div class=\"form__checkbox-row\">\n      <input type=\"checkbox\" name=\"gdpr\" id=\"gdpr\" required>\n      <label for=\"gdpr\">\n        I have read the <a href=\"https:\/\/rittmeyer-beri.de\/en\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a> and consent to the data processing.\n      <\/label>\n    <\/div>\n\n    <div class=\"form__recaptcha\">\n      <div class=\"g-recaptcha\" data-sitekey=\"6LeI-ZwtAAAAAB0_bdsYXn06TSRN76kh7-bc8Fgs\"><\/div>\n    <\/div>\n\n    <div class=\"form__honeypot\" aria-hidden=\"true\">\n      <label for=\"hp\">HP<\/label>\n      <input type=\"text\" name=\"hp\" id=\"hp\" tabindex=\"-1\" autocomplete=\"off\">\n    <\/div>\n\n    <input type=\"hidden\" name=\"list\" value=\"z9EtSthgxR96XNJ9cIz15A\">\n    <input type=\"hidden\" name=\"subform\" value=\"yes\">\n\n    <button type=\"submit\" name=\"submit\" id=\"submit\">Subscribe<\/button>\n  <\/form>\n\n  <small>\n    After subscription you&#8217;ll receive a confirmation email.\n  <\/small>\n<\/div>\n\n<style>\n  .form {\n    max-width: 560px;\n    margin: 4rem auto;\n    padding: 2rem;\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n    font-family: Arial, Helvetica, sans-serif;\n    color: #202527;\n  }\n\n  .form,\n  .form * {\n    box-sizing: border-box;\n  }\n\n  .form h2 {\n    margin: 0 0 0.75rem;\n    font-size: 1.6rem;\n    line-height: 1.25;\n    font-weight: 700;\n    color: #202527;\n  }\n\n  .form p,\n  .form small {\n    color: #6f7578;\n    line-height: 1.55;\n  }\n\n  .form__intro {\n    margin: 0 0 1.5rem;\n    font-size: 1rem;\n  }\n\n  .form label {\n    display: block;\n    margin-bottom: 0.45rem;\n    font-size: 0.95rem;\n    font-weight: 700;\n  }\n\n  .form input[type=\"email\"],\n  .form input[type=\"text\"] {\n    width: 100%;\n    padding: 0.9rem 1rem;\n    margin-bottom: 1.1rem;\n    border: 1px solid #d1d5db;\n    border-radius: 10px;\n    background: #ffffff;\n    color: #202527;\n    font: inherit;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .form input[type=\"email\"]:focus,\n  .form input[type=\"text\"]:focus {\n    outline: none;\n    border-color: #2F6D97;\n    box-shadow: 0 0 0 3px rgba(47, 109, 151, 0.15);\n  }\n\n  .form__checkbox-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.7rem;\n    margin: 0.3rem 0 1.25rem;\n  }\n\n  .form__checkbox-row label {\n    margin: 0;\n    font-weight: 400;\n    line-height: 1.45;\n    cursor: pointer;\n  }\n\n  .form input[type=\"checkbox\"] {\n    appearance: none;\n    -webkit-appearance: none;\n    flex: 0 0 auto;\n    width: 20px;\n    height: 20px;\n    margin: 1px 0 0;\n    border: 2px solid #cbd5e1;\n    border-radius: 6px;\n    background: #ffffff;\n    cursor: pointer;\n    display: grid;\n    place-content: center;\n    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .form input[type=\"checkbox\"]::before {\n    content: \"\";\n    width: 9px;\n    height: 5px;\n    border-left: 2px solid #ffffff;\n    border-bottom: 2px solid #ffffff;\n    transform: rotate(-45deg) scale(0);\n    margin-top: -2px;\n    transition: transform 0.12s ease;\n  }\n\n  .form input[type=\"checkbox\"]:checked {\n    background: #2F6D97;\n    border-color: #2F6D97;\n  }\n\n  .form input[type=\"checkbox\"]:checked::before {\n    transform: rotate(-45deg) scale(1);\n  }\n\n  .form input[type=\"checkbox\"]:focus-visible {\n    outline: none;\n    box-shadow: 0 0 0 3px rgba(47, 109, 151, 0.15);\n  }\n\n  .form__recaptcha {\n    margin: 0 0 1.25rem;\n    overflow: hidden;\n  }\n\n  .form__honeypot {\n    position: absolute;\n    left: -9999px;\n    width: 1px;\n    height: 1px;\n    overflow: hidden;\n  }\n\n  .form button {\n    width: 100%;\n    padding: 0.95rem 1.25rem;\n    border: 0;\n    border-radius: 10px;\n    background: #2F6D97;\n    color: #ffffff;\n    font: inherit;\n    font-weight: 700;\n    cursor: pointer;\n    transition: transform 0.15s ease, background-color 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .form button:hover {\n    background: #245778;\n    box-shadow: 0 8px 20px rgba(47, 109, 151, 0.22);\n    transform: translateY(-1px);\n  }\n\n  .form button:active {\n    transform: translateY(0);\n  }\n\n  .form a {\n    color: #2F6D97;\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n\n  .form small {\n    display: block;\n    margin-top: 1rem;\n    font-size: 0.9rem;\n  }\n\n  @media (max-width: 600px) {\n    .form {\n      margin: 1rem;\n      padding: 1.4rem;\n      border-radius: 12px;\n    }\n\n    .form h2 {\n      font-size: 1.35rem;\n    }\n  }\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Subscribe to our BERI.LETTER to stay informed about the latest developments in cable processing. Subscribe the BERI.LETTER We&#8217;ll send you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3246,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"page-right-sidebar.php","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH\" \/>\n<meta property=\"og:description\" content=\"Subscribe to our BERI.LETTER to stay informed about the latest developments in cable processing. Subscribe the BERI.LETTER We&#8217;ll send you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/\" \/>\n<meta property=\"og:site_name\" content=\"FEINTECHNIK R.Rittmeyer GmbH\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-28T13:46:23+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/\",\"url\":\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/\",\"name\":\"Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH\",\"isPartOf\":{\"@id\":\"https:\/\/staging.rittmeyer-beri.de\/#website\"},\"datePublished\":\"2021-03-15T13:44:00+00:00\",\"dateModified\":\"2026-08-28T13:46:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rittmeyer-beri.de\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Service\",\"item\":\"https:\/\/rittmeyer-beri.de\/en\/service\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Never miss something important with the BERI.LETTER.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.rittmeyer-beri.de\/#website\",\"url\":\"https:\/\/staging.rittmeyer-beri.de\/\",\"name\":\"FEINTECHNIK R.Rittmeyer GmbH\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.rittmeyer-beri.de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH","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:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/","og_locale":"en_US","og_type":"article","og_title":"Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH","og_description":"Subscribe to our BERI.LETTER to stay informed about the latest developments in cable processing. Subscribe the BERI.LETTER We&#8217;ll send you [&hellip;]","og_url":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/","og_site_name":"FEINTECHNIK R.Rittmeyer GmbH","article_modified_time":"2026-08-28T13:46:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/","url":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/","name":"Never miss something important with the BERI.LETTER. - FEINTECHNIK R.Rittmeyer GmbH","isPartOf":{"@id":"https:\/\/staging.rittmeyer-beri.de\/#website"},"datePublished":"2021-03-15T13:44:00+00:00","dateModified":"2026-08-28T13:46:23+00:00","breadcrumb":{"@id":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rittmeyer-beri.de\/en\/service\/newsletter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rittmeyer-beri.de\/en\/"},{"@type":"ListItem","position":2,"name":"Service","item":"https:\/\/rittmeyer-beri.de\/en\/service\/"},{"@type":"ListItem","position":3,"name":"Never miss something important with the BERI.LETTER."}]},{"@type":"WebSite","@id":"https:\/\/staging.rittmeyer-beri.de\/#website","url":"https:\/\/staging.rittmeyer-beri.de\/","name":"FEINTECHNIK R.Rittmeyer GmbH","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.rittmeyer-beri.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/pages\/17563"}],"collection":[{"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/comments?post=17563"}],"version-history":[{"count":4,"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/pages\/17563\/revisions"}],"predecessor-version":[{"id":26103,"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/pages\/17563\/revisions\/26103"}],"up":[{"embeddable":true,"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/pages\/3246"}],"wp:attachment":[{"href":"https:\/\/rittmeyer-beri.de\/en\/wp-json\/wp\/v2\/media?parent=17563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}