{"id":36,"date":"2021-10-04T18:43:06","date_gmt":"2021-10-04T18:43:06","guid":{"rendered":"https:\/\/meshpro.de\/?page_id=36"},"modified":"2025-11-25T22:08:49","modified_gmt":"2025-11-25T22:08:49","slug":"ueberuns","status":"publish","type":"page","link":"https:\/\/meshpro.de\/de\/ueberuns\/","title":{"rendered":"\u00dcber Uns"},"content":{"rendered":"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-bottom-center has-white-color has-text-color has-link-color wp-elements-6c939c2c9ac616fb78b7e085c03320f8 wp-duotone-unset-2\" style=\"padding-top:0;padding-bottom:0;line-height:1.4;text-transform:uppercase;min-height:396px;aspect-ratio:unset;\"><img decoding=\"async\" width=\"2400\" height=\"1000\" class=\"wp-block-cover__image-background wp-image-4419 size-full lazyload\" alt=\"\" data-src=\"https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2.png\" style=\"--smush-placeholder-width: 2400px; --smush-placeholder-aspect-ratio: 2400\/1000;object-position:40% 18%\" data-object-fit=\"cover\" data-object-position=\"40% 18%\" data-srcset=\"https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2.png 2400w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-300x125.png 300w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-1024x427.png 1024w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-768x320.png 768w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-1536x640.png 1536w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-2048x853.png 2048w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-18x8.png 18w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/Test-Banner-Photoroom-2-600x250.png 600w\" data-sizes=\"(max-width: 2400px) 100vw, 2400px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(1deg,rgb(0,0,0) 18%,rgba(251,251,251,0) 92%)\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center\" style=\"font-size:40px\">\u00dcber Uns<\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-c2827e5224a7634240ed0a9e57f49fde\">\u00dcber MESHPRO<\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-9e36ed7d1bf294d1eb4d3d7c110de84b\">MESHPRO ist spezialisiert auf die Entwicklung und Produktion von innovativem Schie\u00dfsportequipment. In jahrelanger Entwicklungsarbeit haben wir Form, Material und Struktur unserer Produkte immer weiter optimiert, um unsere Griffe, Handauflagen und Schaftbacken zur idealen Wahl f\u00fcr jeden ambitionierten Sch\u00fctzen zu machen. Dabei nutzen wir modernste 3D-Druck-Technologie, um die einzigartige Mesh-Struktur unserer Produkte in bester Qualit\u00e4t zu fertigen. Dieses Streben nach Perfektion zahlt sich aus: Mittlerweile vertrauen weltweit sowohl Hobbysch\u00fctzen als auch Weltcup- und Olympiasieger auf die innovativen Produkte von MESHPRO.<\/p>\n\n\n\n<style>\n\/* --- Grundlayout --- *\/\n.tile-wrapper {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 25px;\n}\n\n\/* --- Kachel --- *\/\n.tile {\n  position: relative;\n  display: block;\n  overflow: hidden;\n  border-radius: 15px;\n  height: 300px;\n}\n\n.tile img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform .4s ease;\n}\n\n\/* --- Overlay --- *\/\n.tile .overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0,0,0,0.45);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  border-radius: 15px;\n  transition: background .3s ease;\n}\n\n\/* --- Text --- *\/\n.tile .text {\n  color: white;\n  font-size: 1.7rem;\n  font-weight: 600;\n  text-align: center;\n  line-height: 1.2;\n  transition: font-size .3s ease; \/* transform entfernt *\/\n}\n\n\/* --- Hover Effekte --- *\/\n.tile:hover img {\n  transform: scale(1.06);\n}\n\n.tile:hover .overlay {\n  background: rgba(0,0,0,0.65);\n}\n\n\/* >>> DIESE ZEILE ENTFERNT <<< *\/\n\/* .tile:hover .text {\n  transform: scale(1.1);\n} *\/\n\n<\/style>\n\n\n<div class=\"tile-wrapper\">\n\n  <!-- KACHEL 1 -->\n  <a class=\"tile\" href=\"https:\/\/meshpro.de\/de\/entstehung-team\/\">\n    <img decoding=\"async\" data-src=\"https:\/\/meshpro.de\/wp-content\/uploads\/2024\/12\/20240826_181322000_iOS_Nero-AI_Photo_Face-scaled.jpeg\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1708;\">\n    <div class=\"overlay\">\n      <div class=\"text\">Entstehung & Team<\/div>\n    <\/div>\n  <\/a>\n\n  <!-- KACHEL 2 -->\n  <a class=\"tile\" href=\"https:\/\/meshpro.de\/de\/meshpro-meilensteine-entwicklung\/\">\n    <img decoding=\"async\" data-src=\"https:\/\/meshpro.de\/wp-content\/uploads\/2024\/12\/20240823_090931000_iOS-1-1-scaled.jpg\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1707;\">\n    <div class=\"overlay\">\n      <div class=\"text\">Meilensteine & Entwicklung<\/div>\n    <\/div>\n  <\/a>\n\n<\/div>\n\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns has-regular-font-size is-layout-flex wp-container-core-columns-is-layout-abbe5815 wp-block-columns-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-b5c14b36c542957940fbf8f3302f3c24\">Treten Sie mit uns in Kontakt!<\/h2>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-74386195115ba59bff575f344e7c4159\">Schicken Sie uns gerne Ihre individuelle Anfrage \u00fcber unser Kontaktformular. Wir setzen uns schnellstm\u00f6glich mit Ihnen in Verbindung!<\/p>\n\n\n<style>.kadence-column36_048df5-e3 > .kt-inside-inner-col,.kadence-column36_048df5-e3 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column36_048df5-e3 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column36_048df5-e3 > .kt-inside-inner-col{flex-direction:column;}.kadence-column36_048df5-e3 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column36_048df5-e3 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column36_048df5-e3{position:relative;}@media all and (max-width: 1024px){.kadence-column36_048df5-e3 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column36_048df5-e3 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column36_048df5-e3 kb-section-dir-vertical inner-column-2\"><div class=\"kt-inside-inner-col\">\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<style>.kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-text-style-field, .kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-select-style-field{border-width:1px 1px 1px 1px;background:var(--global-palette7, #EDF2F7);border-color:var(--global-palette7, #EDF2F7);}.kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-text-style-field:focus, .kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-select-style-field:focus{border-color:var(--global-palette8, #F7FAFC);background:var(--global-palette8, #F7FAFC);}.kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-text-style-field{padding-top:12px;padding-right:18px;padding-bottom:12px;padding-left:18px;}.kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-forms-submit{border-radius:5px;border-width:0px 0px 0px 0px;background:#0066cc;}.kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-forms-submit:hover, .kadence-form-36_e6a316-8b .kb-form .kadence-blocks-form-field .kb-forms-submit:focus {background:var(--global-palette2, #2B6CB0);}.kb-form input.kadence-blocks-field.verify{opacity:0.0;position:absolute;top:0.0;left:0.0;width:0.0;height:0.0;z-index:-1;}<\/style>\n<div class=\"wp-block-kadence-form kadence-form-36_e6a316-8b kb-form-wrap kb-form-align-center\"><form class=\"kb-form\" action=\"\" method=\"post\" data-error-message=\"Bitte alle Felder ausf\u00fcllen\"><input type=\"hidden\" name=\"kb_field_0\" value=\"\"\/><div class=\"kadence-blocks-form-field kb-form-field-1 kb-field-desk-width-100 kb-input-size-custom\"><input name=\"kb_field_1\" id=\"kb_field_36_e6a316-8b_1\" data-label=\"Email\" type=\"email\" placeholder=\"Email*\" value=\"\" data-type=\"email\" class=\"kb-field kb-text-style-field kb-email-field kb-field-1\" data-required=\"yes\" data-required-message=\"Eine Email ist notwendig\" data-validation-message=\"Email ist nicht Zul\u00e4ssig.\"\/><span class=\"kb-field-help\">Damit wir Ihnen antworten k\u00f6nnen<\/span><\/div><div class=\"kadence-blocks-form-field kb-form-field-2 kb-field-desk-width-100 kb-input-size-custom\"><textarea name=\"kb_field_2\" id=\"kb_field_36_e6a316-8b_2\" data-label=\"Message\" type=\"textarea\" placeholder=\"Anfrage*\" data-type=\"textarea\" class=\"kb-field kb-text-style-field kb-textarea-field kb-field-2\" rows=\"4\" data-required=\"yes\" data-required-message=\"Bitte f\u00fcllen Sie Ihre Anfrage aus\"><\/textarea><span class=\"kb-field-help\">*Pflichtfeld<\/span><\/div><input type=\"hidden\" name=\"_kb_form_id\" value=\"36_e6a316-8b\"\/><input type=\"hidden\" name=\"_kb_form_post_id\" value=\"36\"\/><input type=\"hidden\" name=\"action\" value=\"kb_process_ajax_submit\"\/><input type=\"hidden\" name=\"recaptcha_response\" class=\"kb_recaptcha_response kb_recaptcha_36_e6a316-8b\"\/><label class=\"kadence-verify-label\">Email<input class=\"kadence-blocks-field verify\" type=\"text\" name=\"_kb_verify_email\" autocomplete=\"new-password\" aria-hidden=\"true\" placeholder=\"Email\" tabindex=\"-1\" data-1p-ignore=\"true\" data-lpignore=\"true\" \/><\/label><div class=\"kadence-blocks-form-field kb-submit-field kb-field-desk-width-100\"><button class=\"kb-forms-submit button kb-button-size-large kb-button-width-auto\">Nachricht Senden<\/button><\/div><\/form><\/div>\n<noscript><div class=\"kadence-blocks-form-message kadence-blocks-form-warning\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/div><style>.kadence-form-36_e6a316-8b .kadence-blocks-form-field.kb-submit-field { display: none; }<\/style><\/noscript><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-9ac00cf961d1ea846fe5a532228b76c6\"><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"2048\" height=\"1152\" data-src=\"https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3.jpg\" alt=\"\" class=\"wp-image-4508 lazyload\" data-srcset=\"https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3.jpg 2048w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-300x169.jpg 300w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-1024x576.jpg 1024w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-768x432.jpg 768w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-1536x864.jpg 1536w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-18x10.jpg 18w, https:\/\/meshpro.de\/wp-content\/uploads\/2025\/11\/aec90852-1ea9-48f5-b556-3c3f06372a3b-edited-3-600x338.jpg 600w\" data-sizes=\"(max-width: 2048px) 100vw, 2048px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2048px; --smush-placeholder-aspect-ratio: 2048\/1152;\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00dcber MESHPRO MESHPRO ist spezialisiert auf die Entwicklung und Produktion von innovativem Schie\u00dfsportequipment. In jahrelanger Entwicklungsarbeit haben wir Form, Material und Struktur unserer Produkte immer weiter optimiert, um unsere Griffe, Handauflagen und Schaftbacken zur idealen Wahl f\u00fcr jeden ambitionierten Sch\u00fctzen zu machen. Dabei nutzen wir modernste 3D-Druck-Technologie, um die einzigartige Mesh-Struktur unserer Produkte in bester &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":77,"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":4558,"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/pages\/36\/revisions\/4558"}],"wp:attachment":[{"href":"https:\/\/meshpro.de\/de\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}