{"id":119,"date":"2019-07-17T17:30:30","date_gmt":"2019-07-17T15:30:30","guid":{"rendered":"https:\/\/mijnbehoudenhuis.bmade.it\/?page_id=119"},"modified":"2025-07-08T17:27:48","modified_gmt":"2025-07-08T15:27:48","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.rapoo-eu.com\/de\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<div class=\"container wp-block-advanced-bootstrap-blocks-container\">\n<div class=\"row wp-block-advanced-bootstrap-blocks-row\">\n<div class=\"col wp-block-advanced-bootstrap-blocks-column col-xl-10\"><link rel=\"stylesheet\" href=\"https:\/\/www.rapoo-eu.com\/de\/wp-content\/themes\/bmade\/dist\/css\/bmade.rich-text.css?ver=1754292888\" type=\"text\/css\" media=\"all\">\n\n<section class=\"section section--rich-text rich-text\">\n    <div class=\"rich-text__inner\">\n        <h3 data-start=\"53\" data-end=\"77\">Kontaktieren Sie uns<\/h3>\n<p data-start=\"79\" data-end=\"298\">Haben Sie eine Frage, die nicht in unseren <a class=\"\" href=\"https:\/\/www.rapoo-eu.com\/de\/support\/\" rel=\"noopener\" data-start=\"122\" data-end=\"131\">FAQs<\/a> oder im <a class=\"\" href=\"https:\/\/www.rapoo-eu.com\/de\/support\/\" rel=\"noopener\" data-start=\"140\" data-end=\"159\">Support Center<\/a> beantwortet wird? Oder handelt es sich um eine neue Anfrage? Kontaktieren Sie uns gerne \u2013 wir melden uns so schnell wie m\u00f6glich bei Ihnen!<\/p>\n<p data-start=\"300\" data-end=\"400\"><strong data-start=\"300\" data-end=\"327\">Hauptsitz Europa &amp; EMEA<\/strong><br data-start=\"327\" data-end=\"330\" \/>Rapoo Europe BV<br data-start=\"345\" data-end=\"348\" \/>Prismalaan West 27<br data-start=\"366\" data-end=\"369\" \/>2665 PC Bleiswijk<br data-start=\"386\" data-end=\"389\" \/>Niederlande<\/p>\n\n    <\/div>\n<\/section><\/div>\n\n\n\n<div class=\"col wp-block-advanced-bootstrap-blocks-column offset-lg-1 offset-xl-2\"><div class=\"form-wrapper\">\n\n    <div class=\"container\">\n        <div class=\"row justify-content-center\">\n            <div class=\"col-24\">\n                <script type=\"text\/javascript\" data-cookieconsent=\"ignore\">\n    window['bmade']['form-c'] = [];\n    window['bmade']['form-c']['form-id'] = '3';\n    window['bmade']['form-c']['form-get-url'] = 'https:\/\/www.rapoo-eu.com\/de\/wp-json\/bmade\/v1\/gf\/forms\/3';\n    window['bmade']['form-c']['form-post-url'] = 'https:\/\/www.rapoo-eu.com\/de\/wp-json\/bmade\/v1\/gf\/entries';\n<\/script>\n\n<link rel=\"stylesheet\" href=\"https:\/\/www.rapoo-eu.com\/de\/wp-content\/themes\/bmade\/dist\/css\/bmade.form.css?ver=1754292888\" type=\"text\/css\" media=\"all\">\n\n\n<form :id=\"fetchedForm.id\" class=\"form\" v-if=\"fetchedForm &#038;&#038; fetchedForm.fields\">\n    <div class=\"form__inner\">\n        <template v-if=\"!submitSuccess\">\n                                    <div class=\"row\">\n                <div :class=\"'col-24 '+ field.cssClass\" v-for=\"(field, index) in fetchedForm.fields\">\n                    <div class=\"input-group\">\n\n                        <label class=\"input-group__label\" v-if=\"field.type !== 'hidden'\"\n                               :for=\"'field-' + fetchedForm.id + '-' + index\">\n                            {{ field.label }}\n                            <span class=\"tooltip tooltip--align-center\" v-if=\"field.description\">\n                                    <span class=\"tooltip__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                                                                     viewBox=\"0 0 192 512\"><path\n                                                    d=\"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"\/><\/svg><\/span>\n                                    <div class=\"tooltip__content\">\n                                        {{ field.description }}\n                                    <\/div>\n                                <\/span>\n                        <\/label>\n\n                        <template v-if=\"field.type === 'select'\">\n                            <select-input :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                          v-on:set-field-value=\"setFieldValue\"><\/select-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'text' || field.type === 'email' || field.type === 'phone'\">\n                            <textual-input :type=\"field.type\" :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                           v-on:set-field-value=\"setFieldValue\"><\/textual-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'textarea'\">\n                            <textarea-input :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                            v-on:set-field-value=\"setFieldValue\"><\/textarea-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'checkbox'\">\n                            <checkbox :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                      v-on:set-field-value=\"setFieldValue\"><\/checkbox>\n                        <\/template>\n                        <template v-if=\"field.type === 'radio'\">\n                            <radio :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                   v-on:set-field-value=\"setFieldValue\"><\/radio>\n                        <\/template>\n                        <template v-if=\"field.type === 'hidden'\">\n                            <hidden :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                    v-on:set-field-value=\"setFieldValue\"><\/hidden>\n                        <\/template>\n\n                        <!--<span class=\"input-group__error\"\n                                  v-if=\"errors.first('field-' + fetchedForm.id + '-' + index)\">{{ errors.first('field-' + fetchedForm.id + '-' + index) }}<\/span>-->\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <input type=\"submit\" class=\"button form__button\" @click.prevent=\"submit\"\n                   :value=\"fetchedForm.button.text\"\/>\n        <\/template>\n        <template v-else>\n            <div class=\"form__submitted\">\n                                <h3 class=\"form__submitted-title\">{{\n                        fetchedForm.confirmations[Object.keys(fetchedForm.confirmations)[0]].message }}<\/h3>\n            <\/div>\n        <\/template>\n    <\/div>\n<\/form>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - Rapoo<\/title>\n<meta name=\"description\" content=\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Rapoo\" \/>\n<meta property=\"og:description\" content=\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rapoo-eu.com\/de\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Rapoo\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-08T15:27:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rapoo-eu.com\/de\/contact\/\",\"url\":\"https:\/\/www.rapoo-eu.com\/de\/contact\/\",\"name\":\"Contact - Rapoo\",\"isPartOf\":{\"@id\":\"https:\/\/www.rapoo-eu.com\/de\/#website\"},\"datePublished\":\"2019-07-17T15:30:30+00:00\",\"dateModified\":\"2025-07-08T15:27:48+00:00\",\"description\":\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rapoo-eu.com\/de\/contact\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rapoo-eu.com\/de\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rapoo-eu.com\/de\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rapoo-eu.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rapoo-eu.com\/de\/#website\",\"url\":\"https:\/\/www.rapoo-eu.com\/de\/\",\"name\":\"Rapoo\",\"description\":\"Wireless Your Life\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rapoo-eu.com\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Rapoo","description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"de_DE","og_type":"article","og_title":"Contact - Rapoo","og_description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","og_url":"https:\/\/www.rapoo-eu.com\/de\/contact\/","og_site_name":"Rapoo","article_modified_time":"2025-07-08T15:27:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.rapoo-eu.com\/de\/contact\/","url":"https:\/\/www.rapoo-eu.com\/de\/contact\/","name":"Contact - Rapoo","isPartOf":{"@id":"https:\/\/www.rapoo-eu.com\/de\/#website"},"datePublished":"2019-07-17T15:30:30+00:00","dateModified":"2025-07-08T15:27:48+00:00","description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","breadcrumb":{"@id":"https:\/\/www.rapoo-eu.com\/de\/contact\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rapoo-eu.com\/de\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.rapoo-eu.com\/de\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rapoo-eu.com\/de\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.rapoo-eu.com\/de\/#website","url":"https:\/\/www.rapoo-eu.com\/de\/","name":"Rapoo","description":"Wireless Your Life","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rapoo-eu.com\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/pages\/119"}],"collection":[{"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/comments?post=119"}],"version-history":[{"count":79,"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/pages\/119\/revisions"}],"predecessor-version":[{"id":16072,"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/pages\/119\/revisions\/16072"}],"wp:attachment":[{"href":"https:\/\/www.rapoo-eu.com\/de\/wp-json\/wp\/v2\/media?parent=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}