{"id":4184,"date":"2024-02-01T10:37:09","date_gmt":"2024-02-01T10:37:09","guid":{"rendered":"https:\/\/moser-mechanik.ch\/jobs-career\/"},"modified":"2025-09-10T08:37:07","modified_gmt":"2025-09-10T08:37:07","slug":"jobs-career","status":"publish","type":"page","link":"https:\/\/moser-mechanik.ch\/en\/jobs-career\/","title":{"rendered":"Jobs\/Career"},"content":{"rendered":"<style>\n\t.sprachen_flags img {\n\t\tborder: 2px solid #fff;\n\t\tborder-radius: 15px;\n\t\tcursor: pointer;\n\t}\n\t.sprachen_flags img.selected_flag {\n\t\tborder: 2px solid #009fe4;\n\t}\n<\/style>\n<script>\n\t document.addEventListener('DOMContentLoaded', function () {\n    var video = document.getElementById('heroVideo');\n\n    \/\/ Check if the video can be played\n    if (video.canPlayType) {\n      \/\/ Autoplay if supported, otherwise, wait for user interaction\n      video.play().catch(function(error) {\n        \/\/ Autoplay was prevented, handle the error\n        console.error(\"Autoplay was prevented:\", error);\n      });\n    }\n  });\n<\/script>\n<!-- hero section -->\n<section class=\"section hero\">\n\t<div class=\"hero__wrapper container-wrapper\">\n\t\t<!-- bg video -->\n\t\t\t\t<video width=\"320\" height=\"240\" id=\"heroVideo\" class=\"hero__video\" autoplay=\"\" loop muted=\"\" playsinline>\n\t\t\t<source src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/02\/Videoloop_Header_Website_2024_02_05-Compressed-with-FlexClip-Compressed-with-FlexClip.mp4\" type=\"video\/mp4\">\n\t\t\tYour browser does not support the video tag.\t\t<\/video>\n\t\t\t\t<div class=\"container\">\n\t\t\t<div class=\"text-white\">\n\t\t\t\t<h1 class=\"main-heading\">Jobs and careers<br class=\"d-xl-block d-none\"> at Moser Mechanik.<\/h1>\n\t\t\t\t\t<p>Would you like to become part of our team?<br \/>\nOur daily business is precision work at the highest level.<br \/>\nThe machine, material and tool must be perfectly matched to each other to ensure products of impeccable quality.<br \/>\nAnd it needs people who are aware of their responsibilities and have the skills to master complex processes.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"hero__form-main\">\n\t\t\t<div class=\"container\">\n\t\t\t \n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/section>\n\t<br>\n\t<br>\n\t<br>\n\t<br>\n\t<script>\n\t\n\t\tjQuery(document).ready(function($){\n\t\t\t\n\t\t\t$(\"#job_list\").change(function(e){\n\t\t\t\tvar jobselected = $(this).find(\"option:selected\");\n\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal-\"+jobselected.val());\n\t\t\t\t$(\".sprachen_flags img\").each(function(){\n\t\t\t\t\tif(jobselected.val() != \"\") { \n\t\t\t\t\t\tif(!jobselected.hasClass($(this).data(\"lang\"))) {\n\t\t\t\t\t\t\t$(this).hide();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t$(\"#pensum_list option\").each(function(){\n\t\t\t\t\tif(jobselected.val() != \"\") { \n\t\t\t\t\t\tif(!jobselected.hasClass($(this).val())) {\n\t\t\t\t\t\t\t$(this).hide();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$(this).show();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\n\t\t\t});\n\t\t\t\n\t\t\t$('.sprachen_flags img').click(function(e){\n\t\t\t\tif($(this).hasClass('selected_flag')) {\n\t\t\t\t\t$(this).removeClass('selected_flag');\n\t\t\t\t} else {\n\t\t\t\t\t$('.sprachen_flags img').removeClass('selected_flag');\n\t\t\t\t\t$(this).addClass('selected_flag');\n\t\t\t\t}\n\/\/ \t\t\t\tvar penumselected = $(\"#pensum_list option:selected\");\n\/\/ \t\t\t\tvar spracheselected = $(\".sprachen_flags img.selected_flag\");\n\/\/ \t\t\t\t$(\"#job_list option\").css('display','inherit');\n\/\/ \t\t\t\t$(\"#job_list option\").each(function(){\n\/\/ \t\t\t\t\tif($(this).val() != \"\") {\n\/\/ \t\t\t\t\t\tif(penumselected.val() != \"\") {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\tif(spracheselected.length > 0) {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t}\n\/\/ \t\t\t\t});\n\/\/ \t\t\t\tif(!$(\"#job_list option:selected\").hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal\");\n\/\/ \t\t\t\t\t$(\"#job_list\").val(\"\");\n\/\/ \t\t\t\t}\n\t\t\t});\n\t\t\t$('#pensum_list').change(function(e){\n\/\/ \t\t\t\tvar penumselected = $(this).find(\"option:selected\");\n\/\/ \t\t\t\tvar spracheselected = $(\".sprachen_flags img.selected_flag\");\n\/\/ \t\t\t\t$(\"#job_list option\").show();\n\/\/ \t\t\t\t$(\"#job_list option\").each(function(){\n\/\/ \t\t\t\t\tif($(this).val() != \"\") {\n\/\/ \t\t\t\t\t\tif(penumselected.val() != \"\") {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\tif(spracheselected.length > 0) {\n\/\/ \t\t\t\t\t\t\tif(!$(this).hasClass(spracheselected.data(\"lang\"))) {\n\/\/ \t\t\t\t\t\t\t\t$(this).hide();\n\/\/ \t\t\t\t\t\t\t}\n\/\/ \t\t\t\t\t\t}\n\/\/ \t\t\t\t\t}\n\/\/ \t\t\t\t});\n\/\/ \t\t\t\tif(!$(\"#job_list option:selected\").hasClass(penumselected.val())) {\n\/\/ \t\t\t\t\t$('.job_jetzt_bewerben').attr(\"data-bs-target\",\"#jobModal\");\n\/\/ \t\t\t\t\t$(\"#job_list\").val(\"\");\n\/\/ \t\t\t\t}\n\t\t\t});\n\t\t});\n\t\n\t<\/script><style>\n.iframevideowrapper {\n    float: none;\n    clear: both;\n    width: 100%;\n    position: relative;\n    padding-bottom: 56.25%;\n    padding-top: 25px;\n    height: 0;\n}\n.iframevideowrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%!important;\n    height: 100%!important;\n}\n<\/style>\n<!-- where we work section -->\n<section class=\"section where-we\">\n\t<div class=\"container\">\n\t\t<div class=\"row | align-items-center\">\n\t\t\t\t\t\t\t\t\t<div class=\"col-lg-6 order-lg-2\">\n\t\t\t\t<div class=\"where-we__video-box\" style=\"z-index:33394\">\n\t\t\t\t\t<video id=\"myVideo\" width=\"320\" height=\"240\" playsinline controls class=\"where-we__video\">\n\t\t\t\t\t\t<source src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/Moser-Mechanik-AG-Recruiting-Video-komprimiert-UT.mp4\" type=\"video\/mp4\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-lg-6 order-lg-1\" style\"background-color:red\">\n\t\t\t\t<div class=\"content-box\">\n\t\t\t\t\t<div class=\"content-box__header\">\n\t\t\t\t\t\t<h2 class=\"secondary-heading\">Join our team!<\/h2>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"content-box__body\"><p>Watch the video and hear what 3 of our team members appreciate about Moser Mechanik. If the video makes you curious, you can easily apply below.<\/p>\n<p><strong>And all this without a letter of motivation and\/or CV!  <\/strong><\/p>\n<p>Simply select a vacancy, answer our few questions and submit your application. The exception to this is an application for an apprenticeship. Here we ask for further documents from you.<\/p>\n<p>We look forward to welcoming you to our premises and convincing you of our qualities.<\/p>\n<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section><div class=\"d-flex flex-column\">\n\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t<!-- white cta -->\n\t<section class=\"section cta-white | order-lg-2\" id=\"cta_white_section_5583\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"cta-white__wrapper | d-xl-flex\">\n\t\t\t\t<div class=\"cta-white__content\">\n\t\t\t\t\t<h3 class=\"cta-white__heading\">Jane\/James Bond with the license to chip <br class=\"d-xl-block d-none\"> (from 2026)<\/h3>\n\t\t\t\t\t\t<p>Do you have nerves of steel, the precision and flexibility of a secret agent and a passion for high-tech machines? Then our team is the right place for you! <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"cta-white__btns flex-shrink-0 d-flex align-items-center\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2025\/03\/2025-03-Inserat-James-Bond-2026.pdf\" target=\"_blank\" class=\"m-btn m-btn--mobile-small m-btn--outline-primary\">PDF<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- \t\t\t\t\t\t=$cta_white['button_link_2'] -->\n\t\t\t\t\t\t<a  class=\"m-btn m-btn--mobile-small m-btn--primary open_jobs_model_5583\">Apply online now!<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t<script>\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery('.open_jobs_model_5583').click(function(){\n\t\t\t\tjQuery('#jobModal-5583').modal('show');\n\t\t\t});\n\t\t});\n\t\t<\/script>\n\t\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t<!-- white cta -->\n\t<section class=\"section cta-white | order-lg-2\" id=\"cta_white_section_4679\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"cta-white__wrapper | d-xl-flex\">\n\t\t\t\t<div class=\"cta-white__content\">\n\t\t\t\t\t<h3 class=\"cta-white__heading\">Poly\/production mechanic:in 100% <br class=\"d-xl-block d-none\"> (immediately\/by arrangement)<\/h3>\n\t\t\t\t\t\t<p>Fancy something long-term? With constant development opportunities?<br \/>\nWe look forward to hearing what you think of us.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"cta-white__btns flex-shrink-0 d-flex align-items-center\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2025\/09\/2025-09-Inserat-Poly-Produktionsmechaniker.pdf\" target=\"_blank\" class=\"m-btn m-btn--mobile-small m-btn--outline-primary\">PDF<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- \t\t\t\t\t\t=$cta_white['button_link_2'] -->\n\t\t\t\t\t\t<a  class=\"m-btn m-btn--mobile-small m-btn--primary open_jobs_model_4679\">Apply online now!<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t<script>\n\t\tjQuery(document).ready(function(){\n\t\t\tjQuery('.open_jobs_model_4679').click(function(){\n\t\t\t\tjQuery('#jobModal-4679').modal('show');\n\t\t\t});\n\t\t});\n\t\t<\/script>\n\t\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t\t<\/div><div class=\"d-flex flex-column\">\n\t\t\t<\/div>\n<!-- faq section -->\n<section class=\"section faq | blur-bg\">\n\t<div class=\"container\">\n\t\t<h2 class=\"secondary-heading | text-xl-center\">Frequently asked questions<\/h2>\n\t\t\t<div class=\"faq__wrapper\">\n\t\t<div class=\"accordion\" id=\"faqAccordion\">\n\t\t\t\t\t\t<div class=\"accordion-item\">\n\t\t\t\t<div class=\"accordion-header\">\n\t\t\t\t\t<button class=\"accordion-button \" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-4712\" aria-expanded=\"true\" aria-controls=\"collapse-4712\">Brauche ich Bewerbungsunterlagen?<\/button>\n\t\t\t\t<\/div>\n\t\t\t\t<div id=\"collapse-4712\" class=\"accordion-collapse collapse show\" data-bs-parent=\"#faqAccordion\">\n\t\t\t\t\t<div class=\"accordion-body\">\n\t\t\t\t\t\t\n<p>Nein, Du kannst dich ganz einfach gleich hier auf dieser Seite bewerben. <br>W\u00e4hle einfach eine Stellenvakanz, beantworte dabei bitte unsere paar Fragen und sende deine Bewerbung ab. <br>Ausnahme bildet die Bewerbung um eine Lehrstelle. Hier bitten wir um weitere Dokumente von dir.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"accordion-item\">\n\t\t\t\t<div class=\"accordion-header\">\n\t\t\t\t\t<button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-4713\" aria-expanded=\"false\" aria-controls=\"collapse-4713\">Was passiert nach meiner Bewerbung?<\/button>\n\t\t\t\t<\/div>\n\t\t\t\t<div id=\"collapse-4713\" class=\"accordion-collapse collapse \" data-bs-parent=\"#faqAccordion\">\n\t\t\t\t\t<div class=\"accordion-body\">\n\t\t\t\t\t\t\n<p>Nachdem wir deine Bewerbung erhalten haben, werden wir dich in erster Linie telefonisch kontaktieren und kurz mit dir \u00fcber deine aktuellen beruflichen Ziele sprechen oder dich anschreiben. <br>Wenn dann alles passt, laden wir dich gerne zu einem unverbindlichen Kennenlerngespr\u00e4ch bei uns im Haus ein. <br>Gerne auch nach Feierabend!<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"accordion-item\">\n\t\t\t\t<div class=\"accordion-header\">\n\t\t\t\t\t<button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-4711\" aria-expanded=\"false\" aria-controls=\"collapse-4711\">Wie l\u00e4uft die Einarbeitung ab?<\/button>\n\t\t\t\t<\/div>\n\t\t\t\t<div id=\"collapse-4711\" class=\"accordion-collapse collapse \" data-bs-parent=\"#faqAccordion\">\n\t\t\t\t\t<div class=\"accordion-body\">\n\t\t\t\t\t\t\n<p>Bei uns wirst du nicht ins kalte Wasser geworfen! Wenn du bei uns startest, lernst du zun\u00e4chst unser Team kennen und bekommst das n\u00f6tige Wissen f\u00fcr unsere Maschinen mit an die Hand. <br>Du bist in guten H\u00e4nden und es kann so gut wie nichts schief gehen.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<\/div>\n<\/section>\n<!-- our passion section -->\n<style>\n\t.our_passion .we-are__icon-box {\n\t\theight: 9rem;\n\t\twidth: 9rem;\n\t\tmargin: auto;\n\t\tmargin-top: -76px;\n\t\tmargin-bottom: 52px;\n\t}\n\t.our_passion .services__box {\n\t\tpadding: 3.5rem 1.8rem;\n\t\tbox-shadow: var(--shadow-400);\n\t\tborder-radius: var(--radius-400);\n\t\ttext-align: center;\n\t\tmin-height: 330px;\n\t\tpadding-left: 90px;\n\t\tpadding-right: 90px;\n\t\tmargin-bottom: 40px;\n\t}\n\tsection.section.we-are.our_passion {\n\t\tmargin-top: 70px;\n\t}\n\t.our_passion h2.secondary-heading.\\|.text-xl-center {\n\t\tmargin-bottom: 100px;\n\t}\n\t\n\tsection.section.we-are.our_passion .row.we-are__content > [class*='col-'] {\n\t\tdisplay: flex;\n\t}\n\t\n\t@media only screen and (max-width: 600px) {\n\t\t.our_passion .services__box {\n\t\t\tpadding-left: 20px;\n\t\t\tpadding-right: 20px;\n\t\t}\n\t\t.our_passion .we-are__icon {\n\t\t\theight: 5rem;\n\t\t\twidth: 5rem;\n\t\t\tobject-fit: contain;\n\t\t}\n\t}\n<\/style>\n<section class=\"section we-are our_passion\">\n\t<div class=\"container\">\n\t\t<h2 class=\"secondary-heading | text-xl-center\">What you can expect from us!<\/h2>\n\t\t<div class=\"row we-are__content\">\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/time-left.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">Flexible working hours<\/h2>\n\t\t\t\t<p>In addition to our block times, you are free to choose when you come and go. This allows you to balance your private and professional life. The only condition: you are responsible for ensuring efficient production and completion of your current order-related work. But for a proud professional like you, this goes without saying, right? \ud83d\ude42<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/klima.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">Clean &amp; air-conditioned operation<\/h2>\n\t\t\t\t<p>We have pleasant temperatures so that nobody has to sweat in summer. The air is cleaned so that there are no oil odors or other odors.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/team-1.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">Top machinery<\/h2>\n\t\t\t\t<p>You will work in a modern machine park with high-end lathes from market leaders such as Miyano and Nakamura.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/gehalt.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">Top salary<\/h2>\n\t\t\t\t<p>You won&#8217;t miss out with us. Your commitment, your loyalty to our company and your good work will also be well rewarded. We really appreciate your commitment.  <\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/mschinen-1.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">Backing and trust from the boss<\/h2>\n\t\t\t\t<p>You have the full support of your boss, he always has an open ear for you and is your direct contact person. He will be happy to help you with any problems or questions.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"col-xl-6 col-lg-6\">\n\t\t\t<div class=\"services__box\">\n\t\t\t\t\t\t\t\t<div class=\"we-are__icon-box\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/teamwork.png\" alt=\"production\" class=\"we-are__icon\">\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<h2 class=\"services__heading\">An unbeatable team<\/h2>\n\t\t\t\t<p>We work together, laugh a lot and respect each other, whether young or old. We treat each other honestly and don&#8217;t blame others for mistakes.<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n<\/section><!-- our products section -->\n<section class=\"section our-products | blur-bg\">\n\t<div class=\"container\">\n\t\t<h3 class=\"secondary-heading | text-xl-center\"><\/h3>\n\t\t\t\t\t<div class=\"row our-products__wrapper\" style=\"--bs-gutter-y:4.3rem\">\n\t\t<div class=\"col-xl-12\">\n\t\t\t\t\t\t<div class=\"our-products__grid\">\n\t\t\t\t\t\t\t\t<div class=\"our-products__grid-box \">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/DSC03715.avif\" alt=\"product\" class=\"our-products__img\">\n\t\t\t\t\t<div class=\"our-products__name\">\n\t\t\t\t\t\t<p>&#8220;When you go home in the evening, you don&#8217;t smell like you&#8217;ve been in an oil bath.&#8221;<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"our-products__grid-box \">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/DSC03735.avif\" alt=\"product\" class=\"our-products__img\">\n\t\t\t\t\t<div class=\"our-products__name\">\n\t\t\t\t\t\t<p>&#8220;You are not a number. You are someone here.&#8221;<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"our-products__grid-box \">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/moser-mechanik.ch\/wp-content\/uploads\/2024\/06\/DSC03708.avif\" alt=\"product\" class=\"our-products__img\">\n\t\t\t\t\t<div class=\"our-products__name\">\n\t\t\t\t\t\t<p>&#8220;What I also like is that we are on an equal footing with our bosses. We have a flat hierarchy.&#8221;<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"content-box__footer text-xl-center my_class\">\n              <a href=\"#\" class=\"more_product_button m-btn m-btn--white text-xl-center\">\n\t\t\t\t      <p>show more<\/p>\n\t\t\t\t  \n\t\t\t\t <\/a>\n            <\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<\/div>\n<\/section>\n<script>\njQuery(document).ready(function($){\n\t$('.more_product_button').click(function(e){\n\t\t\n\t\te.preventDefault();\n\t\t\n\t\t$('.section.our-products .our-products__grid .our-products__grid-box').removeClass(\"d-none\");\n\t\t\n\t\tif($(this).hasClass(\"showallproducts\")) {\n\t\t\tvar count = 0;\n\t\t\t$('.section.our-products .our-products__grid .our-products__grid-box').each(function(){\n\t\t\t\tif(count > 5) {\n\t\t\t\t\t$(this).addClass(\"d-none\");\n\t\t\t\t} else {\n\t\t\t\t\t$(this).removeClass(\"d-none\");\n\t\t\t\t}\n\t\t\t\tcount = count+1;\n\t\t\t});\n\t\t\t$(this).text(\"Mehr anzeigen\");\n\t\t\t$(this).removeClass(\"showallproducts\");\n\t\t} else {\n\t\t\t$(this).addClass(\"showallproducts\");\n\t\t\t$(this).text(\"Weniger anzeigen\");\n\t\t}\n\t\t\n\t});\n});\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4184","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages\/4184","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/comments?post=4184"}],"version-history":[{"count":0,"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/pages\/4184\/revisions"}],"wp:attachment":[{"href":"https:\/\/moser-mechanik.ch\/en\/wp-json\/wp\/v2\/media?parent=4184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}