{"id":2292,"date":"2024-02-21T16:21:30","date_gmt":"2024-02-21T15:21:30","guid":{"rendered":"https:\/\/www.hes.de\/unser-leitbild\/"},"modified":"2026-03-26T18:22:46","modified_gmt":"2026-03-26T17:22:46","slug":"our-mission-statement","status":"publish","type":"page","link":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/","title":{"rendered":"Our Mission Statement"},"content":{"rendered":"<style>\n  .hes-mission-page {\n    font-family: inherit;\n    color: #1a1a1a;\n    line-height: 1.6;\n  }<\/p>\n<p>  .hes-mission-page * {\n    box-sizing: border-box;\n  }<\/p>\n<p>  .hes-mission-page a {\n    color: inherit;\n    text-decoration: none;\n  }<\/p>\n<p>  .hes-mission-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }<\/p>\n<p>  .hes-section {\n    padding: 70px 0;\n  }<\/p>\n<p>  .hes-hero {\n    position: relative;\n    min-height: 520px;\n    display: flex;\n    align-items: flex-end;\n    background-image: url('https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-1-team.jpg');\n    background-size: cover;\n    background-position: center;\n    overflow: hidden;\n  }<\/p>\n<p>  .hes-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(0,0,0,0.35), rgba(0,0,0,0.05));\n  }<\/p>\n<p>  .hes-hero-inner {\n    position: relative;\n    z-index: 2;\n    width: 100%;\n    padding: 60px 0;\n  }<\/p>\n<p>  .hes-intro h1,\n  .hes-text-section h2,\n  .hes-accordion-intro h2,\n  .hes-theme-teaser h2,\n  .hes-facts-content h2,\n  .hes-split-text h2 {\n    margin: 0 0 20px;\n    line-height: 1.2;\n  }<\/p>\n<p>  .hes-intro h1 {\n    font-size: clamp(34px, 4vw, 56px);\n  }<\/p>\n<p>  .hes-text-section h2,\n  .hes-accordion-intro h2,\n  .hes-theme-teaser h2,\n  .hes-facts-content h2,\n  .hes-split-text h2 {\n    font-size: clamp(28px, 3vw, 42px);\n  }<\/p>\n<p>  .hes-intro p,\n  .hes-text-section p,\n  .hes-accordion-intro p,\n  .hes-facts-content p,\n  .hes-split-text p,\n  .hes-card p,\n  .hes-accordion-body {\n    font-size: 18px;\n    margin: 0 0 18px;\n  }<\/p>\n<p>  .hes-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n  }<\/p>\n<p>  .hes-split-image img,\n  .hes-facts-image img,\n  .hes-card img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }<\/p>\n<p>  .hes-split.gradient {\n    padding: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #f5f7fa 0%, #eef3f8 100%);\n  }<\/p>\n<p>  .hes-accordion-wrap {\n    margin-top: 32px;\n  }<\/p>\n<p>  .hes-accordion-item {\n    border-top: 1px solid #d9d9d9;\n  }<\/p>\n<p>  .hes-accordion-item:last-child {\n    border-bottom: 1px solid #d9d9d9;\n  }<\/p>\n<p>  .hes-accordion-button {\n    width: 100%;\n    padding: 22px 48px 22px 0;\n    background: none;\n    border: 0;\n    text-align: left;\n    font-size: 24px;\n    font-weight: 600;\n    cursor: pointer;\n    position: relative;\n  }<\/p>\n<p>  .hes-accordion-button::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 30px;\n    line-height: 1;\n  }<\/p>\n<p>  .hes-accordion-item.active .hes-accordion-button::after {\n    content: \"\u2013\";\n  }<\/p>\n<p>  .hes-accordion-body {\n    display: none;\n    padding: 0 0 24px;\n  }<\/p>\n<p>  .hes-accordion-item.active .hes-accordion-body {\n    display: block;\n  }<\/p>\n<p>  .hes-facts {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n  }<\/p>\n<p>  .hes-fact-number {\n    font-size: clamp(56px, 7vw, 110px);\n    line-height: 1;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }<\/p>\n<p>  .hes-fact-label {\n    font-size: 20px;\n    font-weight: 500;\n    margin-bottom: 28px;\n  }<\/p>\n<p>  .hes-button {\n    display: inline-block;\n    margin-top: 12px;\n    padding: 14px 22px;\n    border-radius: 999px;\n    background: #111;\n    color: #fff !important;\n    font-weight: 600;\n    transition: opacity .2s ease;\n  }<\/p>\n<p>  .hes-button:hover {\n    opacity: .85;\n  }<\/p>\n<p>  .hes-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    margin-top: 36px;\n  }<\/p>\n<p>  .hes-card {\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.08);\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n  }<\/p>\n<p>  .hes-card-content {\n    padding: 22px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }<\/p>\n<p>  .hes-card h3 {\n    font-size: 24px;\n    margin: 0 0 14px;\n    line-height: 1.25;\n  }<\/p>\n<p>  .hes-card p {\n    margin-bottom: 18px;\n  }<\/p>\n<p>  .hes-card-link {\n    margin-top: auto;\n    font-weight: 600;\n    text-decoration: underline;\n  }<\/p>\n<p>  @media (max-width: 1024px) {\n    .hes-split,\n    .hes-facts,\n    .hes-cards {\n      grid-template-columns: 1fr;\n    }<\/p>\n<p>    .hes-section {\n      padding: 50px 0;\n    }<\/p>\n<p>    .hes-split.gradient {\n      padding: 28px;\n    }\n  }<\/p>\n<p>  @media (max-width: 767px) {\n    .hes-hero {\n      min-height: 440px;\n      background-image: url('https:\/\/hes.blackpeppers.de\/wp-content\/uploads\/2024\/04\/hermes-einrichtungs-service-unser-leitbild-1-team_mobile.jpg');\n      background-position: center;\n    }<\/p>\n<p>    .hes-mission-container {\n      padding: 0 18px;\n    }<\/p>\n<p>    .hes-accordion-button {\n      font-size: 20px;\n    }<\/p>\n<p>    .hes-intro p,\n    .hes-text-section p,\n    .hes-accordion-intro p,\n    .hes-facts-content p,\n    .hes-split-text p,\n    .hes-card p,\n    .hes-accordion-body {\n      font-size: 17px;\n    }\n  }\n<\/style>\n<div class=\"hes-mission-page\">\n<section class=\"hes-hero\">\n<div class=\"hes-hero-inner\">\n<div class=\"hes-mission-container\"><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section hes-intro\">\n<div class=\"hes-mission-container\">\n<h1>Our mission statement: first-class services every day<\/h1>\n<p>At Hermes Einrichtungs Service, we combine passion with expertise to create exceptional delivery experiences every day. Our heart beats for innovative solutions that inspire both our clients and their end customers. We are more than just a service provider: we are around 8,000 employees at eye level who develop and implement tailor-made logistics concepts in close cooperation with all colleagues and partner companies.<\/p>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section\">\n<div class=\"hes-mission-container\">\n<div class=\"hes-split\">\n<div class=\"hes-split-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg\" alt=\"Our vision\">\n        <\/div>\n<div class=\"hes-split-text\">\n<h2>Our vision<\/h2>\n<p>Our vision is clearly defined: &#8220;Together we create solutions that inspire people!&#8221; We want to offer unique service experiences through the seamless and smooth interaction of all processes. The wishes and needs of our customers are at the heart of everything we do. But we also always set ourselves the high standard of doing more than is expected. Because only those who deliver more than expected can truly inspire.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section\">\n<div class=\"hes-mission-container\">\n<div class=\"hes-split gradient\">\n<div class=\"hes-split-text\">\n<h2>Our values<\/h2>\n<p>We are a team of customer-oriented thinkers and doers who act with empathy, reliability and above-average commitment. We focus on transparency, flexibility and scalability in order to adapt to the challenges of a dynamic market. A fair price-performance ratio and a wide range of service options are our promise. Our goal: satisfied customers who can rely on an outstanding delivery and service experience.<\/p>\n<\/p><\/div>\n<div class=\"hes-split-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-3-werte.jpg\" alt=\"Our values\">\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section\">\n<div class=\"hes-mission-container\">\n<div class=\"hes-accordion-intro\">\n<h2>Our guiding principles<\/h2>\n<p>With our five guiding principles, we have jointly agreed on the direction of development and set the necessary guidelines. Target achievement is monitored regularly in order to be able to take countermeasures if necessary and to be prepared for new market developments at an early stage, for example.<\/p>\n<\/p><\/div>\n<div class=\"hes-accordion-wrap\">\n<div class=\"hes-accordion-item active\">\n          <button class=\"hes-accordion-button\" type=\"button\">We are customer-centric.<\/button><\/p>\n<div class=\"hes-accordion-body\">\n<p>Customers are always at the center of everything we do. We continuously monitor market developments and create unique customer experiences. We inspire through the rapid realization of innovative services.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hes-accordion-item\">\n          <button class=\"hes-accordion-button\" type=\"button\">We are quality leaders.<\/button><\/p>\n<div class=\"hes-accordion-body\">\n<p>We inspire customers and clients with our quality. Everyone in the company knows their contribution to the quality promise. Our quality targets are transparent and in line with economic efficiency and sustainability. Regular customer and client feedback is an important benchmark.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hes-accordion-item\">\n          <button class=\"hes-accordion-button\" type=\"button\">We scale flexibly.<\/button><\/p>\n<div class=\"hes-accordion-body\">\n<p>Clients value our experience and our special ability to react proactively and flexibly to volume developments. We are constantly adapting our infrastructure and processes to changing conditions.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hes-accordion-item\">\n          <button class=\"hes-accordion-button\" type=\"button\">We are diverse.<\/button><\/p>\n<div class=\"hes-accordion-body\">\n<p>We are human, respect each other and are diverse. We live an inspiring and appreciative corporate culture in which everyone can develop.<\/p>\n<p>We are reliable in our cooperation.<\/p>\n<p>We promote committed dialog at eye level, even if it is controversial, and draw innovative strength from this.<\/p>\n<p>With us, people actively take responsibility and are open to change.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hes-accordion-item\">\n          <button class=\"hes-accordion-button\" type=\"button\">We are growing sustainably.<\/button><\/p>\n<div class=\"hes-accordion-body\">\n<p>We are growing profitably in order to invest in the future of our company. In doing so, we assume ecological and social responsibility.<\/p>\n<p>We open up international markets and new business areas.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section hes-text-section\">\n<div class=\"hes-mission-container\">\n<h2>Corporate culture<\/h2>\n<p>Within our organization, we live a culture of trust and mutual support. Tolerance, diversity and an open culture of error are the pillars on which our corporate culture rests.<\/p>\n<p>We promote an atmosphere in which the ability to take criticism and find solutions thrive, and attach great importance to continuous further training and career opportunities for our employees.<\/p>\n<p>As a responsible employer, we offer attractive conditions, modern work equipment and an inspiring working atmosphere. We know that our success is based on the commitment and satisfaction of each individual.<\/p>\n<p>Our commitment does not end at the office door. We take responsibility in our social environment &#8211; be it through social commitment, sustainable action or support for environmental protection initiatives. Our aim is to actively have a positive influence on the world around us.<\/p>\n<p>For applicants and everyone who comes into contact with us, friendliness, helpfulness and authenticity are a matter of course. We strive for long-term relationships based on respect and trust.<\/p>\n<p>This is our mission statement &#8211; a commitment that drives and inspires us every day.<\/p>\n<p>We are the Hermes Einrichtungs Service, and we deliver more than just goods:<\/p>\n<p><strong>We deliver enthusiasm.<\/strong><\/p>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section\">\n<div class=\"hes-mission-container\">\n<div class=\"hes-facts\">\n<div class=\"hes-facts-image\">\n          <img decoding=\"async\" src=\"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-4-begeisterung.jpg\" alt=\"We deliver enthusiasm\">\n        <\/div>\n<div class=\"hes-facts-content\">\n<div class=\"hes-fact-number\">25,000<\/div>\n<div class=\"hes-fact-label\">happy customers per day<\/div>\n<h2>We deliver enthusiasm.<\/h2>\n<p>Our claim expresses what drives us: We deliver enthusiasm. In order to deliver excellent services every day, we combine passion with expertise. The result: excellent customer reviews that continually confirm that we are on the right track.<\/p>\n<p>          <a class=\"hes-button\" href=\"https:\/\/www.hes.de\/en\/about-us\/our-promise-of-performance\/\" target=\"_blank\" rel=\"noopener\">Our performance promise<\/a>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"hes-section hes-theme-teaser\">\n<div class=\"hes-mission-container\">\n<h2>Customer enthusiasm is measurable.<\/h2>\n<p>Every day, we do everything we can to bring not only products, but above all a positive delivery experience to your customers &#8211; up to 25,000 times a day in total. Our aim is to inspire our clients and their customers. The way to achieve this is through exceptional performance and first-class quality management. The visible result: an excellent Net Promoter Score (NPS).<\/p>\n<div class=\"hes-cards\">\n<p>        <a class=\"hes-card\" href=\"https:\/\/www.hes.de\/en\/about-us\/our-promise-of-performance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <img decoding=\"async\" src=\"https:\/\/hes.blackpeppers.de\/wp-content\/uploads\/2024\/04\/hermes-einrichtungs-service-unser-leistungsversprechen-1-team_teaser.jpg\" alt=\"Our promise of performance\"><\/p>\n<div class=\"hes-card-content\">\n<h3>Our promise of performance<\/h3>\n<p>Our customer and service promise is much more than the sum of all our services: We want to inspire!<\/p>\n<p>            <span class=\"hes-card-link\">Read more<\/span>\n          <\/div>\n<p>        <\/a><\/p>\n<p>        <a class=\"hes-card\" href=\"https:\/\/www.hes.de\/en\/sender\/2-man-handling\/quality-management\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <img decoding=\"async\" src=\"https:\/\/hes.blackpeppers.de\/wp-content\/uploads\/2024\/03\/hes-teaser-qualitaetsmanagement.jpg\" alt=\"Quality management\"><\/p>\n<div class=\"hes-card-content\">\n<h3>Quality management<\/h3>\n<p>Our stated goal is to offer you and ultimately your customers an overall first-class customer and delivery experience.<\/p>\n<p>            <span class=\"hes-card-link\">Read more<\/span>\n          <\/div>\n<p>        <\/a><\/p>\n<p>        <a class=\"hes-card\" href=\"https:\/\/www.hes.de\/en\/jobs-career\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <img decoding=\"async\" src=\"https:\/\/hes.blackpeppers.de\/wp-content\/uploads\/2024\/03\/hes-teaser-jobs-und-karriere.jpg\" alt=\"Jobs &amp; Careers\"><\/p>\n<div class=\"hes-card-content\">\n<h3>Jobs &amp; Careers<\/h3>\n<p>Are you as passionate about logistics with top service as we are? Then take a look at our career pages \u2013 and apply.<\/p>\n<p>            <span class=\"hes-card-link\">Read more<\/span>\n          <\/div>\n<p>        <\/a><\/p><\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n<p><script>\n  document.addEventListener('DOMContentLoaded', function () {\n    document.querySelectorAll('.hes-accordion-button').forEach(function(button) {\n      button.addEventListener('click', function() {\n        const item = this.parentElement;\n        const isActive = item.classList.contains('active');<\/p>\n<p>        document.querySelectorAll('.hes-accordion-item').forEach(function(el) {\n          el.classList.remove('active');\n        });<\/p>\n<p>        if (!isActive) {\n          item.classList.add('active');\n        }\n      });\n    });\n  });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our mission statement: first-class services every day At Hermes Einrichtungs Service, we combine passion with expertise to create exceptional delivery experiences every day. Our heart beats for innovative solutions that inspire both our clients and their end customers. We are more than just a service provider: we are around 8,000 employees at eye level who [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":4683,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2292","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our Mission Statement \u2013 Hermes Einrichtungs Service | HES<\/title>\n<meta name=\"description\" content=\"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Mission Statement \u2013 Hermes Einrichtungs Service | HES\" \/>\n<meta property=\"og:description\" content=\"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/\" \/>\n<meta property=\"og:site_name\" content=\"hes.blackpeppers.de\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T17:22:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg\" \/>\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:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/\",\"url\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/\",\"name\":\"Our Mission Statement \u2013 Hermes Einrichtungs Service | HES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hes.de\\\/app\\\/uploads\\\/2024\\\/03\\\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg\",\"datePublished\":\"2024-02-21T15:21:30+00:00\",\"dateModified\":\"2026-03-26T17:22:46+00:00\",\"description\":\"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.hes.de\\\/app\\\/uploads\\\/2024\\\/03\\\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hes.de\\\/app\\\/uploads\\\/2024\\\/03\\\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/about-us\\\/our-mission-statement\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\",\"item\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/ueber-uns\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Our Mission Statement\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/\",\"name\":\"hes.blackpeppers.de\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hes.blackpeppers.de\\\/en\\\/?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":"Our Mission Statement \u2013 Hermes Einrichtungs Service | HES","description":"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.","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":"en_US","og_type":"article","og_title":"Our Mission Statement \u2013 Hermes Einrichtungs Service | HES","og_description":"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.","og_url":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/","og_site_name":"hes.blackpeppers.de","article_modified_time":"2026-03-26T17:22:46+00:00","og_image":[{"url":"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/","url":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/","name":"Our Mission Statement \u2013 Hermes Einrichtungs Service | HES","isPartOf":{"@id":"https:\/\/hes.blackpeppers.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/#primaryimage"},"image":{"@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg","datePublished":"2024-02-21T15:21:30+00:00","dateModified":"2026-03-26T17:22:46+00:00","description":"HES combines passion with expertise \u2013 our mission statement stands for exceptional delivery experiences and genuine customer enthusiasm.","breadcrumb":{"@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/#primaryimage","url":"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg","contentUrl":"https:\/\/www.hes.de\/app\/uploads\/2024\/03\/hermes-einrichtungs-service-unser-leitbild-2-vision.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/hes.blackpeppers.de\/en\/about-us\/our-mission-statement\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hes.blackpeppers.de\/en\/"},{"@type":"ListItem","position":2,"name":"About Us","item":"https:\/\/hes.blackpeppers.de\/en\/ueber-uns\/"},{"@type":"ListItem","position":3,"name":"Our Mission Statement"}]},{"@type":"WebSite","@id":"https:\/\/hes.blackpeppers.de\/en\/#website","url":"https:\/\/hes.blackpeppers.de\/en\/","name":"hes.blackpeppers.de","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hes.blackpeppers.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/pages\/2292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/comments?post=2292"}],"version-history":[{"count":1,"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/pages\/2292\/revisions"}],"predecessor-version":[{"id":8594,"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/pages\/2292\/revisions\/8594"}],"up":[{"embeddable":true,"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/pages\/4683"}],"wp:attachment":[{"href":"https:\/\/hes.blackpeppers.de\/en\/wp-json\/wp\/v2\/media?parent=2292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}