{"id":25548353,"date":"2026-04-30T05:19:24","date_gmt":"2026-04-30T05:19:24","guid":{"rendered":"https:\/\/orbisk.com\/home-page\/"},"modified":"2026-06-03T09:28:20","modified_gmt":"2026-06-03T09:28:20","slug":"home-page","status":"publish","type":"page","link":"https:\/\/orbisk.com\/de\/","title":{"rendered":"Home Page"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_block_row\">\n<div class=\"et_pb_column_0 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_0 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">1.000 Profik\u00fcchen weltweit<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_1 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">Bessere Daten. Reale Einsparungen.<\/h1><\/div><\/div>\n\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>Erkennen Sie exakt, wo Ihre K\u00fcche Geld verliert. Nur Fakten. Keine Vermutungen. Nicht nur weniger Lebensmittelverschwendung, sondern vollst\u00e4ndige operative Transparenz. <\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"btn-wrap\">\n    <a href=\"https:\/\/orbisk.com\/de\/orbisk-testen\/\" class=\"btn btn-solid\">Erleben Sie es in Ihrer K\u00fcche<\/a>\n  <\/div>\n\n<style> \n  .btn-wrap {\n    display: flex;\n    gap: 16px;\n    align-items: center;\n    margin-top:auto;\n    margin-bottom:0;\n  }\n \n  .btn {\n    font-family: 'Poppins', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    padding: 14px 23px;\n    border-radius: 8px;\n    border: 3px solid #5FC433;\n    cursor: pointer;\n    text-decoration: none;\n    display: inline-block;\n    transition: background 0.2s, color 0.2s;\n    white-space: nowrap;\n  }\n \n  .btn-solid {\n    background: #5FC433;\n    color: #fff;\n  }\n \n  .btn-solid:hover {\n    background: #4faa28;\n    border-color: #4faa28;\n  }\n \n  .btn-outline {\n    background: transparent;\n    color: #fff;\n  }\n \n  .btn-outline:hover {\n    background: #5FC433;\n    color: #fff;\n  }\n \n  @media (max-width: 768px) {\n    .btn-wrap {\n      flex-direction: column;\n      gap: 12px;\n    }\n \n    .btn {\n      width: 100%;\n      text-align: center;\n      box-sizing: border-box;\n    }\n  }\n<\/style><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!--<br>  ORBISK VIDEO PLAYER \u2014 standalone component<br>  ============================================<br>  \u2022 Drop into Divi via a Code module<br>  \u2022 Desktop: min-width 500px, min-height 500px, stretches to parent column height<br>  \u2022 Mobile\/tablet (\u2264980px): cover image fills with object-fit cover (no black bars),<br>    min-height 200px, playing state 16:4 with contain + min-height 200px<br>  \u2022 White centred play button with pulse ring<br>--><style>\n  .orb-player-wrap {\n    position: relative;\n    width: 100%;\n    min-width: 500px;\n    height: 100%;\n    min-height: 500px;\n    overflow: hidden;\n    background: #000;\n    cursor: pointer;\n    border-radius: 12px;\n  }\n\n  \/* \u2500\u2500 POSTER \u2500\u2500 *\/\n  .orb-poster {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    transition: opacity 0.4s ease;\n    z-index: 2;\n    display: block;\n  }\n\n  \/* \u2500\u2500 PLAY BUTTON \u2500\u2500 *\/\n  .orb-play-btn {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    z-index: 3;\n    width: 72px;\n    height: 72px;\n    border-radius: 50%;\n    background: transparent;\n    border: 3px solid #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.2s ease, opacity 0.2s ease;\n    pointer-events: none;\n  }\n\n  .orb-play-btn svg {\n    width: 26px;\n    height: 26px;\n    margin-left: 4px;\n  }\n\n  .orb-player-wrap:hover .orb-play-btn {\n    transform: translate(-50%, -50%) scale(1.08);\n    opacity: 0.85;\n  }\n\n  \/* \u2500\u2500 VIDEO \u2500\u2500 *\/\n  .orb-video {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    z-index: 1;\n  }\n\n  \/* Desktop playing: 16:4 ratio, contain so video doesn't zoom\/crop *\/\n  .orb-player-wrap.is-playing {\n    height: auto !important;\n    min-height: 500px;\n    aspect-ratio: 16 \/ 4;\n  }\n\n  .orb-player-wrap.is-playing .orb-video {\n    object-fit: contain;\n  }\n\n  .orb-player-wrap.is-playing .orb-poster,\n  .orb-player-wrap.is-playing .orb-play-btn {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  \/* \u2500\u2500 MOBILE & TABLET (\u2264 980px) \u2500\u2500 *\/\n  @media (max-width: 980px) {\n    .orb-player-wrap {\n      min-width: unset;\n      width: 100%;\n      \/* Let aspect-ratio drive height, but never below 200px *\/\n      height: auto;\n      min-height: 200px;\n      aspect-ratio: 16 \/ 9;\n    }\n\n    \/* Cover: fill the frame, no black bars *\/\n    .orb-poster {\n      object-fit: cover;\n      object-position: center;\n    }\n\n    \/* Playing: switch to 16:4, keep 200px floor *\/\n    .orb-player-wrap.is-playing {\n      aspect-ratio: 16 \/ 4;\n      min-height: 200px;\n    }\n\n    .orb-player-wrap.is-playing .orb-video {\n      object-fit: contain;\n    }\n  }\n<\/style><div class=\"orb-player-wrap\" id=\"orbPlayer\">\n\n  <img decoding=\"async\"\n    class=\"orb-poster\"\n    src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Group-1000003703.png\"\n    alt=\"Play video\"\n    draggable=\"false\"\n  \/>\n\n  <div class=\"orb-play-btn\" aria-hidden=\"true\">\n    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <polygon points=\"5,3 19,12 5,21\" fill=\"#fff\"\/>\n    <\/svg>\n  <\/div> <video\n    class=\"orb-video\"\n    id=\"orbVideo\"\n    controls\n    playsinline\n    preload=\"none\"\n    src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/06\/Explore-Orbisk-DE-1.mp4\"\n  ><\/video><\/div><script>\n(function () {\n  var wrap  = document.getElementById('orbPlayer');\n  var video = document.getElementById('orbVideo');\n\n  wrap.addEventListener('click', function () {\n    if (!wrap.classList.contains('is-playing')) {\n      wrap.classList.add('is-playing');\n      video.play();\n    } else {\n      video.paused ? video.play() : video.pause();\n    }\n  });\n\n  video.addEventListener('ended', function () {\n    wrap.classList.remove('is-playing');\n    video.currentTime = 0;\n  });\n})();\n<\/script><\/div><\/div>\n\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_block_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home.png\" width=\"423\" height=\"421\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home.png 423w, https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home-300x300.png 300w, https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home-150x150.png 150w\" sizes=\"(max-width: 423px) 100vw, 423px\" class=\"wp-image-25547784\" title=\"Rectangle-Home\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_1 et_pb_row et_block_row\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_2 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Mehr als 1000 Profik\u00fcchen weltweit vertrauen auf Orbisk<\/h2><\/div><\/div>\n\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Companies scroller --><div class=\"ob-logo-marquee\" aria-label=\"Companies we proudly serve\">\n  <div class=\"ob-marquee-track\">\n    \n    <ul class=\"ob-logos\">\n      <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/HiltonHotelsLogo.png\" alt=\"Accor\" title=\"Accor\" loading=\"lazy\" decoding=\"async\"><\/li>\n      <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/ihg-hotels-resorts-logo.png\" alt=\"Accor\" title=\"Accor\" loading=\"lazy\" decoding=\"async\"><\/li>\n      <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Marriott_International-Logo.png\" alt=\"Accor\" title=\"Accor\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/accor_logo.png\" alt=\"Accor\" title=\"Accor\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/Google-logo-hue.png\" alt=\"Google\" title=\"Google\" loading=\"lazy\" decoding=\"async\"><\/li>\n        <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/sofitel_logo.png\" alt=\"Sofitel\" title=\"Sofitel\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/Unilever-logo-hue.png\" alt=\"Unilever\" title=\"Unilever\" loading=\"lazy\" decoding=\"async\"><\/li>\n        <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/fairmont_logo.png\" alt=\"Fairmont\" title=\"Fairmont\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/Social-hub-hue.png\" alt=\"Social Hub\" title=\"Social Hub\" loading=\"lazy\" decoding=\"async\"><\/li>\n      <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/novotel_logo.png\" alt=\"Novotel\" title=\"Novotel\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/NH-logo-hue.png\" alt=\"NH Hotels\" title=\"NH Hotels\" loading=\"lazy\" decoding=\"async\"><\/li>\n\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/HYatt-logo-hue.png\" alt=\"Hyatt\" title=\"Hyatt\" loading=\"lazy\" decoding=\"async\"><\/li>\n  <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/movenpick_logo.png\" alt=\"M\u00f6venpick\" title=\"M\u00f6venpick\" loading=\"lazy\" decoding=\"async\"><\/li>\n        <li><img src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2025\/08\/mercure_logo.png\" alt=\"Mercure\" title=\"Mercure\" loading=\"lazy\" decoding=\"async\"><\/li\n<\/ul>\n  <\/div><br><\/div><br><br><style>\n\/* ========== Marquee base ========== *\/\n.ob-logo-marquee{\n  --gap: 100px;                 \/* space between logos (match the reference) *\/\n  --row-height: 40px;          \/* logo row height on desktop *\/\n  --speed: 40s;                \/* total loop duration; lower = faster *\/\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  \/* soft fade on edges (like the Framer mask) *\/\n  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12.5%, #000 87.5%, transparent 100%);\n          mask-image: linear-gradient(to right, transparent 0%, #000 12.5%, #000 87.5%, transparent 100%);\n}\n\n.ob-marquee-track{\n  display: flex;\n  width: max-content;          \/* allow content to be wider than container *\/\n  gap: var(--gap);\n  will-change: transform;\n  animation: ob-marquee var(--speed) linear infinite;\n}\n.ob-logo-marquee:hover .ob-marquee-track{\n  animation-play-state: paused; \/* pause on hover *\/\n}\n\n\/* one list of logos (we'll clone it once via JS for seamless loop) *\/\n.ob-logos{\n  display: flex;\n  align-items: center;\n  gap: var(--gap);\n  margin: 0;\n  padding: 5px 0 0 5px;        \/* a subtle top\/left like the example *\/\n  list-style: none;\n}\n.ob-logos li {\n  width: 100px;\n  height: 100px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden; \/* keep logo inside the box *\/\n}\n\n\/* image fit matches the example (object-fit: contain) *\/\n.ob-logos img {\n  max-width: 80%;\n  max-height: 80%;\n  object-fit: contain;\n}\n\n\/* The loop: translate exactly the width of the first list *\/\n@keyframes ob-marquee{\n  from { transform: translateX(0); }\n  to   { transform: translateX(-50%); }  \/* after cloning, track = 2x width *\/\n}\n\n@media (prefers-reduced-motion: reduce){\n  .ob-logo-marquee{\n    --speed: 90s; \/* much slower, but still moves *\/\n    -webkit-mask-image: none;\n    mask-image: none;\n  }\n}\n\n\/* Responsive tweaks *\/\n@media (max-width: 980px){\n  .ob-logo-marquee{ --gap: 28px; --row-height: 34px; --speed: 30s; }\n}\n@media (max-width: 480px){\n  .ob-logo-marquee{ --gap: 18px; --row-height: 28px; --speed: 25s; }\n}\n\n<\/style><script>\n(function(){\n  document.querySelectorAll('.ob-logo-marquee').forEach(function(wrapper){\n    var track = wrapper.querySelector('.ob-marquee-track');\n    var list  = wrapper.querySelector('.ob-logos');\n    if (!track || !list) return;\n\n    \/\/ Clone the list once to make a seamless 2x strip\n    var clone = list.cloneNode(true);\n    clone.setAttribute('aria-hidden', 'true');\n    track.appendChild(clone);\n\n    \/\/ If you want a constant pixels-per-second speed, calculate duration:\n    \/\/ const totalWidth = list.getBoundingClientRect().width;\n    \/\/ const pxPerSec = 120; \/\/ adjust feel\n    \/\/ wrapper.style.setProperty('--speed', (2*totalWidth \/ pxPerSec) + 's');\n  });\n})();\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_2 et_pb_row et_block_row\">\n<div class=\"et_pb_column_3 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_3 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">SO FUNKTIONIERT\u2019S<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_4 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Erkennen Sie, was in Ihrer K\u00fcche tats\u00e4chlich geschieht, und handeln Sie gezielt. <\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_3 et_pb_row et_block_row\">\n<div class=\"et_pb_column_4 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n    .nav-buttons {\n        display: flex;\n        gap: 16px;\n        justify-content: center;\n        margin-bottom: 40px;\n    }\n\n    .nav-btn {\n        width: 171px;\n        height: 50px;\n        border-radius: 5px;\n        border: 2px solid #FFDCCC;\n        background: #FFDCCC;\n        color: #0A5955;\n        font-size: 16px;\n        font-weight: 700;\n        font-family: 'Poppins', sans-serif;\n        cursor: pointer;\n        transition: all 0.3s ease;\n    }\n\n    .nav-btn.active {\n        background-color: #F16622;\n        border-color: #F16622;\n        color: white;\n    }\n\n    .nav-btn:hover {\n        opacity: 0.9;\n    }\n\n    .content-wrapper {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: stretch;\n    }\n\n    .cards-container {\n        display: flex;\n        flex-direction: column;\n        gap: 24px;\n        height: 100%;\n    }\n\n    .card-group {\n        flex: 1;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .card {\n        flex: 1;\n        background: white;\n        padding: 24px 30px;\n        border-left: 5px solid #FFDCCC;\n        border-radius: 5px;\n        transition: border-color 0.3s ease;\n        cursor: pointer;\n    }\n\n    .card.active {\n        border-left-color: #F16622;\n    }\n\n    .card h4 {\n        font-size: 18px;\n        font-weight: 700;\n        color: #255653;\n        margin-bottom: 16px;\n        font-family: 'Poppins', sans-serif;\n    }\n\n    .card p {\n        font-size: 16px;\n        font-weight: 500;\n        line-height: 140%;\n        color: #255653;\n        font-family: 'Poppins', sans-serif;\n    }\n\n    .image-container {\n        width: 100%;\n        height: 504px;\n        overflow: hidden;\n    }\n\n    .image-container img {\n        width: 100%;\n        height: 100%;\n        display: none;\n        border-radius: 8px;\n    }\n\n    .image-container img.active {\n        display: block;\n    }\n\n    .card-image {\n        display: none;\n    }\n\n    @media (max-width: 1024px) {\n        .nav-buttons {\n            display: none;\n        }\n\n        .content-wrapper {\n            display: block;\n        }\n\n        .image-container {\n            display: none;\n        }\n\n        .cards-container {\n            gap: 40px;\n            height: auto;\n        }\n\n        .card-group {\n            flex: unset;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .card {\n            flex: unset;\n            border-left-color: #F16622;\n            cursor: default;\n        }\n\n        .card-image {\n            display: block;\n            width: 100%;\n        }\n\n        .card-image img {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            display: block;\n        }\n    }\n<\/style>\n\n<div class=\"nav-buttons\">\n    <button class=\"nav-btn active\">Erfassen<\/button>\n    <button class=\"nav-btn\">Verstehen<\/button>\n    <button class=\"nav-btn\">Handeln<\/button>\n<\/div>\n\n<div class=\"content-wrapper\">\n    <div class=\"cards-container\">\n        <div class=\"card-group\">\n            <div class=\"card active\" data-index=\"0\">\n                <h4>K\u00fcchendaten erfassen<\/h4>\n                <p>Orbisk erfasst automatisch jede Zutat \u00fcber dem Abfallbeh\u00e4lter, bevor alles vermischt wird. Kein Knopfdruck. Keine manuelle Eingabe. Keine Trainings erforderlich. Orbisk l\u00e4uft im Hintergrund.<\/p>\n            <\/div>\n            <div class=\"card-image\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Capture.png\" alt=\"A tray held by two hands showing croissants, chocolate buns, and pancakes each outlined in green with their detected weights labelled \u2014 croissants 416g, chocolate bun 305g, pancake 150g.\">\n            <\/div>\n        <\/div>\n\n        <div class=\"card-group\">\n            <div class=\"card\" data-index=\"1\">\n                <h4>Gesamt\u00fcberblick ansehen<\/h4>\n                <p>Echte Fotos jeder Entsorgung. Ein reales Bild dessen, was in jeder K\u00fcche passiert: nach Zutat, Abfallstrom und Zubereitungsphase.<\/p>\n            <\/div>\n            <div class=\"card-image\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/See.png\" alt=\"A split view showing Orbisk's dashboard with preparation state breakdown and weekly waste weight charts alongside a food tray with individual items outlined in green by the detection system.\">\n            <\/div>\n        <\/div>\n\n        <div class=\"card-group\">\n            <div class=\"card\" data-index=\"2\">\n                <h4>Fundiert handeln<\/h4>\n                <p>Orbisk zeigt die wirkungsvollsten Ma\u00dfnahmen zuerst. Keine Interpretation erforderlich: nur was zu \u00e4ndern ist und wo.<\/p>\n            <\/div>\n            <div class=\"card-image\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Act.png\" alt=\"A UI card showing a tray of croissants flagged as wasting an average of 9kg per week, with an AI-generated recommendation to bake in smaller batches and reduce the opening bake by 30%.\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"image-container\">\n        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Capture.png\" alt=\"A tray held by two hands showing croissants, chocolate buns, and pancakes each outlined in green with their detected weights labelled \u2014 croissants 416g, chocolate bun 305g, pancake 150g.\" class=\"active\">\n        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/See.png\" alt=\"A split view showing Orbisk's dashboard with preparation state breakdown and weekly waste weight charts alongside a food tray with individual items outlined in green by the detection system.\">\n        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Act.png\" alt=\"A UI card showing a tray of croissants flagged as wasting an average of 9kg per week, with an AI-generated recommendation to bake in smaller batches and reduce the opening bake by 30%.\">\n    <\/div>\n<\/div>\n\n<script>\n    const navButtons = document.querySelectorAll('.nav-btn');\n    const cards = document.querySelectorAll('.card');\n    const images = document.querySelectorAll('.image-container img');\n\n    function activateIndex(index) {\n        navButtons.forEach(btn => btn.classList.remove('active'));\n        if (navButtons[index]) navButtons[index].classList.add('active');\n\n        cards.forEach(card => card.classList.remove('active'));\n        if (cards[index]) cards[index].classList.add('active');\n\n        images.forEach(img => img.classList.remove('active'));\n        if (images[index]) images[index].classList.add('active');\n    }\n\n    navButtons.forEach((button, index) => {\n        button.addEventListener('click', function() {\n            if (window.matchMedia('(max-width: 1024px)').matches) return;\n            activateIndex(index);\n        });\n    });\n\n    cards.forEach((card) => {\n        card.addEventListener('click', function() {\n            if (window.matchMedia('(max-width: 1024px)').matches) return;\n            const index = parseInt(this.dataset.index);\n            activateIndex(index);\n        });\n    });\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_4 et_pb_row et_block_row\">\n<div class=\"et_pb_column_5 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_5 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">ORBISK IN ZAHLEN<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_6 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Die Wirkung in \u00fcber 1000 K\u00fcchen<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_5 et_pb_row et_pb_row_4col et_pb_gutters1 et_block_row et_block_row_4col\">\n<div class=\"et_pb_column_6 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">\u20ac70K<\/h2><div class=\"et_pb_blurb_description\"><p class=\"card-text\" style=\"text-align: center; margin: 0 auto;\">Einsparung pro K\u00fcche und Jahr<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">45T<\/h2><div class=\"et_pb_blurb_description\"><p style=\"text-align: center; margin: 0 auto;\" class=\"card__content\"> vermiedene CO\u2082-Emissionen pro K\u00fcche<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">Bis zu 70 %<\/h2><div class=\"et_pb_blurb_description\"><p style=\"text-align: center; margin: 0 auto;\" class=\"card__content\"> weniger Lebensmittelverschwendung<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_9 et_pb_column et_pb_column_1_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">12X<\/h2><div class=\"et_pb_blurb_description\"><p style=\"text-align: center; margin: 0 auto;\" class=\"card__content-small\">facher ROI<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_6 et_pb_row et_block_row\">\n<div class=\"et_pb_column_10 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!--ARCADE EMBED START--><div style=\"position: relative; padding-bottom: calc(56.25% + 41px); height: 0px; width: 100%;\"><iframe src=\"https:\/\/demo.arcade.software\/aAaKKZKs042D6I0I7kCy?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true\" title=\"Explore Orbisk\" frameborder=\"0\" loading=\"lazy\" webkitallowfullscreen mozallowfullscreen allowfullscreen allow=\"clipboard-write\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;\" ><\/iframe><\/div><!--ARCADE EMBED END--><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_7 et_pb_row et_block_row\">\n<div class=\"et_pb_column_11 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_7 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">WAS KUNDEN ALS ERSTES SEHEN<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_8 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Die Kluft zwischen vermuteter und tats\u00e4chlicher Realit\u00e4t.<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_pb_fullwidth_section et_section_regular et_block_section\">\n<div class=\"et_pb_fullwidth_code_0 et_pb_fullwidth_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n    .flip-card-container {\n        perspective: 1000px;\n        -webkit-perspective: 1000px;\n        width: 100%;\n        max-width: 450px;\n        margin: 0 auto;\n        height: 520px;\n        transition: height 0.6s ease;\n    }\n\n    .flip-card {\n        position: relative;\n        width: 100%;\n        height: 100%;\n        transition: transform 0.6s;\n        -webkit-transition: -webkit-transform 0.6s;\n        transform-style: preserve-3d;\n        -webkit-transform-style: preserve-3d;\n        cursor: pointer;\n    }\n\n    .flip-card.flipped {\n        transform: rotateY(180deg);\n        -webkit-transform: rotateY(180deg);\n    }\n\n    .flip-card-front,\n    .flip-card-back {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        backface-visibility: hidden;\n        -webkit-backface-visibility: hidden;\n        transform: translateZ(0);\n        -webkit-transform: translateZ(0);\n        border-radius: 16px;\n        overflow: hidden;\n    }\n\n    .flip-card-front {\n        background-size: cover;\n        background-position: center;\n    }\n\n    .flip-card-back {\n        background-color: #0A5955;\n        transform: rotateY(180deg) translateZ(0);\n        -webkit-transform: rotateY(180deg) translateZ(0);\n        padding: 32px;\n        display: flex;\n        flex-direction: column;\n        min-height: 520px;\n        height: 100%;\n    }\n\n    .card-content {\n        position: relative;\n        z-index: 1;\n        height: 100%;\n        display: flex;\n        flex-direction: column;\n        padding: 32px;\n    }\n\n    .card-logo {\n        height: 44px;\n        width: auto;\n        max-width: 200px;\n        object-fit: contain;\n        align-self: flex-start;\n        margin-bottom: 16px;\n    }\n\n    .card-title {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 700;\n        color: #fff;\n        margin-bottom: auto;\n    }\n\n    .card-bottom-section {\n        display: flex;\n        align-items: flex-end;\n        justify-content: space-between;\n        gap: 16px;\n    }\n\n    .card-bottom-text {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 500;\n        color: #fff;\n        line-height: 1.4;\n        margin-bottom: 0;\n        flex: 1;\n    }\n\n    .card-arrow {\n        width: 32px;\n        height: 32px;\n        flex-shrink: 0;\n    }\n\n    .back-title {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 700;\n        color: #fff;\n        line-height: 140%;\n        margin-bottom: 24px;\n    }\n\n    .back-text {\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        font-weight: 500;\n        color: #fff;\n        line-height: 140%;\n        margin-bottom: auto;\n    }\n\n    .back-arrow {\n        width: 32px;\n        height: 32px;\n        align-self: flex-end;\n    }\n\n    .cards-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n        margin: 0 auto;\n    }\n\n    .cards-carousel {\n        display: none;\n    }\n\n    @media (max-width: 1024px) {\n        .cards-grid {\n            display: none;\n        }\n\n        .cards-carousel {\n            display: block;\n            overflow: visible;\n        }\n\n        .carousel-scroll {\n            display: flex;\n            overflow-x: auto;\n          \toverflow-y:hidden;\n            scroll-snap-type: x mandatory;\n            scroll-behavior: smooth;\n            -webkit-overflow-scrolling: touch;\n            gap: 16px;\n            margin-left:30px;\n            padding-right: 20px;\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n\n        .carousel-scroll::-webkit-scrollbar {\n            display: none;\n        }\n\n        .carousel-item {\n            flex: 0 0 calc(100% - 48px);\n            max-width: 450px;\n            scroll-snap-align: start;\n        }\n\n        .flip-card-container {\n            margin: 0;\n            max-width: 100%;\n        }\n\n        .flip-card-back {\n            height: auto;\n        }\n    }\n<\/style><div class=\"cards-grid\">\n    <div class=\"flip-card-container\">\n        <div class=\"flip-card\">\n            <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/1-Tribe-London-Every-Customer.png');\">\n                <div class=\"card-content\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/TribeLogo.png\" alt=\"Tribe Logo\" class=\"card-logo\">\n                    <h2 class=\"card-title\">TRIBE London Canary Wharf<\/h2>\n                    <div class=\"card-bottom-section\">\n                        <p class=\"card-bottom-text\">\n                            Das Problem lag beim Fr\u00fchst\u00fcck.<br> Ein einziges Bild hat es bewiesen: 37% weniger Verschwendung<br>, \u00a325k Einsparungen in 9 Monaten. \n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                    <\/div>            <\/div>          <\/div>            <div class=\"flip-card-back\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/TribeLogo.png\" alt=\"Tribe Logo\" class=\"card-logo\">\n                <h2 class=\"back-title\">TRIBE London Canary Wharf<\/h2>\n                <p class=\"back-text\">\n                    Im TRIBE London vermutete das Team zwar schon lange, dass Lebensmittelverschwendung ein Problem ist, hatte jedoch keine Daten, um gezielt zu handeln. Als Orbisk erstmals echte Fotos der t\u00e4glichen Abf\u00e4lle zeigte, wurde das Ausma\u00df sofort deutlich: \u00dcberproduktion bei jedem Fr\u00fchst\u00fccksservice sowie bei den Restbest\u00e4nden. Die L\u00f6sung war klar, sobald die Realit\u00e4t sichtbar wurde: kleinere Chargen, daf\u00fcr h\u00e4ufigeres Nachf\u00fcllen. Innerhalb von 9 Monaten sank die Verschwendung pro Gast um 37%, wodurch \u00a325k eingespart wurden. \n                <\/p>\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n            <\/div>       <\/div>    <\/div>    <div class=\"flip-card-container\">\n        <div class=\"flip-card\">\n            <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/2-Novotel-Amsterdam-Every-Customer.png');\">\n                <div class=\"card-content\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                    <h2 class=\"card-title\">Novotel Amsterdam City<\/h2>\n                    <div class=\"card-bottom-section\">\n                        <p class=\"card-bottom-text\">\n                            Jahrelang wurde nach Bauchgef\u00fchl bestellt. Eine einzige Woche mit Daten hat alles ver\u00e4ndert: 33% weniger Verschwendung und \u20ac27k Einsparungen in weniger als 12 Monaten.\n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                    <\/div>              <\/div>           <\/div>            <div class=\"flip-card-back\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                <h2 class=\"back-title\">Novotel Amsterdam City<\/h2>\n                <p class=\"back-text\">\n                    Mit Orbisk erkannte das Team von Novotel Amsterdam erstmals konkrete Muster im t\u00e4glichen Abfall \u2013 Mengen, die zuvor unbemerkt blieben, weil sie nie gemessen wurden. Einkaufsentscheidungen wurden pr\u00e4ziser, Bestellungen t\u00e4glich angepasst. Das Ergebnis in weniger als 12 Monaten: 33% weniger Abfall und \u20ac27k eingespart durch weniger \u00dcbersch\u00fcsse und geringere Kosten. \n                <\/p>\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n            <\/div>        <\/div>   <\/div>   <div class=\"flip-card-container\">\n        <div class=\"flip-card\">\n            <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/3-Novotel-Warszawa-Centrum-Every-Customer.png');\">\n                <div class=\"card-content\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                    <h2 class=\"card-title\">Novotel Warszawa Centrum<\/h2>\n                    <div class=\"card-bottom-section\">\n                        <p class=\"card-bottom-text\">\n                            Das Muster war jeden Service sichtbar. Niemand hatte es zuvor erkannt. 69% weniger Verschwendung. \u00dcber \u20ac 60K Einsparungen. \n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                    <\/div>                <\/div>          <\/div>           <div class=\"flip-card-back\">\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                <h2 class=\"back-title\">Novotel Warszawa Centrum<\/h2>\n                <p class=\"back-text\">\n                    Novotel Warszawa Centrum betrieb mehrere Outlets mit hohem Volumen ohne klares Bild davon, was wann oder warum verschwendet wurde. Orbisk legte den Abfall offen: nach Lebensmitteltyp, Zubereitungszustand sowie mit echten Fotos der am h\u00e4ufigsten entsorgten Produkte. Das Team setzte gezielte Ma\u00dfnahmen um: kleinere Tomaten- und Gurkenschnitte, verkleinerte Br\u00f6tchen und einen Buffetmix, der auf die tats\u00e4chlichen G\u00e4stewahlen abgestimmt war. In zwei Jahren: 69% weniger Abfall pro Gedeck und \u20ac60,623 eingespart.\n                <\/p>\n                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n            <\/div>        <\/div>   <\/div><\/div><!-- Mobile Carousel --><div class=\"cards-carousel\">\n    <div class=\"carousel-scroll\">\n        <div class=\"carousel-item\">\n            <div class=\"flip-card-container\">\n                <div class=\"flip-card\">\n                    <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/1-Tribe-London-Every-Customer.png');\">\n                        <div class=\"card-content\">\n                            <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/TribeLogo.png\" alt=\"Tribe Logo\" class=\"card-logo\">\n                            <h2 class=\"card-title\">TRIBE London Canary Wharf<\/h2>\n                            <div class=\"card-bottom-section\">\n                                <p class=\"card-bottom-text\">\n                                    Das Problem lag beim Fr\u00fchst\u00fcck.<br> Ein einziges Bild hat es bewiesen: 37% weniger Verschwendung, \u00a325k Einsparungen in 9 Monaten. \n                                <\/p>\n                                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                            <\/div><\/div>                 <\/div>                  <div class=\"flip-card-back\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/TribeLogo.png\" alt=\"Tribe Logo\" class=\"card-logo\">\n                        <h2 class=\"back-title\">TRIBE London Canary Wharf<\/h2>\n                        <p class=\"back-text\">\n                            Im TRIBE London vermutete das Team zwar schon lange, dass Lebensmittelverschwendung ein Problem ist, hatte jedoch keine Daten, um gezielt zu handeln. Als Orbisk erstmals echte Fotos der t\u00e4glichen Abf\u00e4lle zeigte, wurde das Ausma\u00df sofort deutlich: \u00dcberproduktion bei jedem Fr\u00fchst\u00fccksservice sowie bei den Restbest\u00e4nden. Die L\u00f6sung war klar, sobald die Realit\u00e4t sichtbar wurde: kleinere Chargen, daf\u00fcr h\u00e4ufigeres Nachf\u00fcllen. Innerhalb von 9 Monaten sank die Verschwendung pro Gast um 37%, wodurch \u00a325k eingespart wurden. \n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n                    <\/div>                <\/div>           <\/div>      <\/div>   <div class=\"carousel-item\">\n            <div class=\"flip-card-container\">\n                <div class=\"flip-card\">\n                    <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/2-Novotel-Amsterdam-Every-Customer.png');\">\n                        <div class=\"card-content\">\n                            <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                            <h2 class=\"card-title\">Novotel Amsterdam City<\/h2>\n                            <div class=\"card-bottom-section\">\n                                <p class=\"card-bottom-text\">\n                                    Jahrelang wurde nach Bauchgef\u00fchl bestellt. Eine einzige Woche mit Daten hat alles ver\u00e4ndert: 33% weniger Verschwendung und \u20ac27k Einsparungen in weniger als 12 Monaten.\n                                <\/p>\n                                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                            <\/div>                        <\/div>                    <\/div>                    <div class=\"flip-card-back\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                        <h2 class=\"back-title\">Novotel Amsterdam City<\/h2>\n                        <p class=\"back-text\">\n                            Mit Orbisk erkannte das Team von Novotel Amsterdam erstmals konkrete Muster im t\u00e4glichen Abfall \u2013 Mengen, die zuvor unbemerkt blieben, weil sie nie gemessen wurden. Einkaufsentscheidungen wurden pr\u00e4ziser, Bestellungen t\u00e4glich angepasst. Das Ergebnis in weniger als 12 Monaten: 33% weniger Abfall und \u20ac27k eingespart durch weniger \u00dcbersch\u00fcsse und geringere Kosten. \n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n                    <\/div>                <\/div>            <\/div>        <\/div>      <div class=\"carousel-item\">\n            <div class=\"flip-card-container\">\n                <div class=\"flip-card\">\n                    <div class=\"flip-card-front\" style=\"background-image: url('https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/3-Novotel-Warszawa-Centrum-Every-Customer.png');\">\n                        <div class=\"card-content\">\n                            <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                            <h2 class=\"card-title\">Novotel Warszawa Centrum<\/h2>\n                            <div class=\"card-bottom-section\">\n                                <p class=\"card-bottom-text\">\n                                    Novotel Warszawa Centrum\n                                    Das Muster war jeden Service sichtbar. Niemand hatte es zuvor erkannt. 69% weniger Verschwendung. \u00dcber \u20ac 60K Einsparungen. \n                                <\/p>\n                                <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"card-arrow\">\n                            <\/div>                       <\/div>                    <\/div>                   <div class=\"flip-card-back\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/NovotelLogo.png\" alt=\"Novotel Logo\" class=\"card-logo\">\n                        <h2 class=\"back-title\">Novotel Warszawa Centrum<\/h2>\n                        <p class=\"back-text\">\n                            Novotel Warszawa Centrum betrieb mehrere Outlets mit hohem Volumen ohne klares Bild davon, was wann oder warum verschwendet wurde. Orbisk legte den Abfall offen: nach Lebensmitteltyp, Zubereitungszustand sowie mit echten Fotos der am h\u00e4ufigsten entsorgten Produkte. Das Team setzte gezielte Ma\u00dfnahmen um: kleinere Tomaten- und Gurkenschnitte, verkleinerte Br\u00f6tchen und einen Buffetmix, der auf die tats\u00e4chlichen G\u00e4stewahlen abgestimmt war. In zwei Jahren: 69% weniger Abfall pro Gedeck und \u20ac60,623 eingespart. \n                        <\/p>\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Arrow-Icon-Every-Customer.png\" alt=\"Arrow\" class=\"back-arrow\">\n                    <\/div>               <\/div>            <\/div>        <\/div>    <\/div><\/div><script>\n(function() {\n    const isMobile = () => window.innerWidth <= 1024;\n\n    function expandContainer(card) {\n        if (!isMobile()) return;\n        const container = card.closest('.flip-card-container');\n        const back = card.querySelector('.flip-card-back');\n        const backHeight = back.scrollHeight;\n        container.style.height = Math.max(520, backHeight) + 'px';\n    }\n\n    function collapseContainer(card) {\n        if (!isMobile()) return;\n        const container = card.closest('.flip-card-container');\n        container.style.height = '520px';\n    }\n\n    document.querySelectorAll('.flip-card').forEach(function(card) {\n        card.addEventListener('click', function() {\n            this.classList.toggle('flipped');\n            if (this.classList.contains('flipped')) {\n                expandContainer(this);\n            } else {\n                collapseContainer(this);\n            }\n        });\n    });\n\n    window.addEventListener('resize', function() {\n        document.querySelectorAll('.flip-card').forEach(function(card) {\n            const container = card.closest('.flip-card-container');\n            if (!isMobile()) {\n                container.style.height = '520px';\n            } else if (card.classList.contains('flipped')) {\n                expandContainer(card);\n            }\n        });\n    });\n})();\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_8 et_pb_row et_block_row\">\n<div class=\"et_pb_column_12 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>Ohne Orbisk bleiben diese Erkenntnisse verborgen. Mit Orbisk wird innerhalb derselben Woche gehandelt. Keine Berichte, nur Entscheidungen.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_9 et_pb_row et_block_row\">\n<div class=\"et_pb_column_13 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_9 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">\"Orbisk zeigt uns auf Zutatenebene, was t\u00e4glich wirklich weggeworfen wird \u2014 eine Transparenz, die wir vorher nie hatten.\"<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\"><span>Elly Baak, Leiterin Ern\u00e4hrung <\/span><br \/><span>Leiden University Medical Center \u2022 17,000 kg in einem Jahr eingespart<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_10 et_pb_row et_block_row\">\n<div class=\"et_pb_column_14 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_10 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">WARUM ORBISK<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_11 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Entwickelt f\u00fcr echte K\u00fcchenabl\u00e4ufe<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_11 et_pb_row et_pb_row_4col et_pb_equal_columns et_pb_gutters2 et_block_row et_block_row_4col\">\n<div class=\"et_pb_column_15 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_4 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module card__hover\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/1-Conv.-Why-Orbisk.png\" width=\"43\" height=\"43\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/1-Conv.-Why-Orbisk.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547602\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">Einf\u00fchrung ohne Unterbrechung<\/h2><div class=\"et_pb_blurb_description\"><p>Keine Schulung, keine Unterbrechung der Arbeitsabl\u00e4ufe, Einrichtung am selben Tag. Funktioniert in jeder K\u00fcche, an jedem Standort, ohne einen einzigen zus\u00e4tzlichen Schritt f\u00fcr das Team.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_16 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_5 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module card__hover\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/2-Data-Why-Orbisk.png\" width=\"43\" height=\"43\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/2-Data-Why-Orbisk.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547607\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">Wissen, was verschwendet wird und warum<\/h2><div class=\"et_pb_blurb_description\"><p style=\"margin-top: 20px;\"> Jede Zutat, nach Name und Gewicht, bevor sich etwas vermischt. Nach Abfallstrom, nach Beh\u00e4ltertyp. Keine Kategorie \u2014 das tats\u00e4chliche Bild.\n <\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_17 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_6 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module card__hover\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/3-Clear-Why-Orbisk.png\" width=\"43\" height=\"48\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/3-Clear-Why-Orbisk.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547612\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">Fotos, die keine Interpretation zulassen<\/h2><div class=\"et_pb_blurb_description\"><p style=\"margin-top: 20px;\">Orbisk dokumentiert jeden Entsorgungsvorgang mit einem Foto. Keine subjektiven Einsch\u00e4tzungen mehr. Nur ein gemeinsames, objektives Bild dessen, was tats\u00e4chlich passiert ist. <\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_18 et_pb_column et_pb_column_1_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_7 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_block_module card__hover\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/4-Decide-Why-Orbisk.png\" width=\"43\" height=\"49\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/4-Decide-Why-Orbisk.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547617\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h2 class=\"et_pb_module_header\">Klarheit dar\u00fcber, was als N\u00e4chstes zu optimieren ist<\/h2><div class=\"et_pb_blurb_description\"><p style=\"margin-top: 42px;\">Orbisk priorisiert, was zuerst angegangen werden muss. Zutatenspezifische Empfehlungen, nach Wirkung sortiert, damit Teams sofort wissen, wo sie ansetzen. <\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_10 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_12 et_pb_row et_block_row\">\n<div class=\"et_pb_column_19 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_12 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">F\u00dcR WEN IST ES GEDACHT <\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_13 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Eine Wahrheit. Jede Rolle.<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>Orbisk liefert jeder Person die Fakten, die sie f\u00fcr bessere braucht Entscheidungen ben\u00f6tigt. Ein System, das jede Rolle abdeckt: von Lebensmittelkosten bis Nachhaltigkeit bis hin zum operativen K\u00fcchenalltag.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_13 et_pb_row et_block_row\">\n<div class=\"et_pb_column_20 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_5 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n    \/* Slider root - needed for arrow positioning *\/\n    .portfolio-slider-root {\n        position: relative;\n    }\n\n    \/* Tab Navigation *\/\n    .tab-navigation {\n        display: flex;\n        gap: 16px;\n        margin-bottom: 40px;\n        flex-wrap: wrap;\n    }\n\n    .tab-btn {\n        padding: 16px 32px;\n        border: 3px solid #fff;\n        border-radius: 5px;\n        background: #fff;\n        color: #0A5955;\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        font-weight: 700;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        white-space: normal;\n        max-width: 190px;\n    }\n\n    .tab-btn.active {\n        background-color: #0A5955;\n        color: #fff;\n      \tborder-color:#0A5955;\n    }\n\n    .tab-btn:hover {\n        opacity: 0.8;\n    }\n\n    \/* Nav Arrows - mobile only (tabs handle desktop navigation) *\/\n    .pos-nav {\n        display: none;\n        gap: 10px;\n        justify-content: flex-end;\n        margin-top: 24px;\n    }\n    .pos-btn {\n        width: 40px;\n        height: 40px;\n        border-radius: 50%;\n        border: 1.5px solid rgba(10,89,85,0.35);\n        background: transparent;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: background 0.2s, border-color 0.2s, color 0.2s;\n        color: #0A5955;\n        padding: 0;\n    }\n    .pos-btn:hover {\n        background: #0A5955;\n        border-color: #0A5955;\n        color: #fff;\n    }\n    .pos-btn:disabled {\n        opacity: 0.35;\n        cursor: not-allowed;\n    }\n    .pos-btn:disabled:hover {\n        background: transparent;\n        border-color: rgba(10,89,85,0.35);\n        color: #0A5955;\n    }\n    .pos-btn svg { display: block; }\n\n    \/* Slider *\/\n    .content-slider-wrapper {\n        position: relative;\n        overflow-x: hidden;\n        overflow-y: hidden;\n        width: 100%;\n    }\n\n    .content-slider {\n        display: flex;\n        overflow-x: auto;\n        overflow-y: hidden;\n        scroll-snap-type: x mandatory;\n        scroll-behavior: smooth;\n        gap: 24px;\n        -webkit-overflow-scrolling: touch;\n        scrollbar-width: none;\n\n    }\n\n    .content-slider::-webkit-scrollbar {\n        display: none;\n    }\n\n    \/* Slide Item - one slide = one full unit *\/\n    .slide-item {\n        flex: 0 0 100%;\n        width: 100%;\n        scroll-snap-align: start;\n        display: flex;\n        gap: 24px;\n    }\n\n    \/* Content Card *\/\n    .content-card {\n        flex: 1;\n        height: 485px;\n        background-color: #0A5955;\n        border-radius: 16px;\n        padding: 48px;\n        display: flex;\n        flex-direction: column;\n        position: relative;\n    }\n\n    .content-top-heading {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 700;\n        color: #fff;\n        line-height: 140%;\n        margin-bottom: 8px;\n    }\n\n    .content-main-heading {\n        font-family: 'Agrandir', sans-serif;\n        font-size: 32px;\n        font-weight: 700;\n        color: #fff;\n        line-height: 100%;\n        margin-bottom: 24px;\n    }\n\n    .content-text {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 500;\n        color: #fff;\n        line-height: 140%;\n        margin-bottom: auto;\n    }\n\n    .content-footer {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        position: relative;\n    }\n\n    .person-image {\n        width: 77px;\n        height: 77px;\n        border-radius: 8px;\n        object-fit: cover;\n        flex-shrink: 0;\n    }\n\n    .person-info {\n        flex: 1;\n      \tmax-width:80%;\n    }\n\n    .location-company {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 500;\n        color: #fff;\n        line-height: 140%;\n        margin-bottom: 4px;\n    }\n\n    .reduction-text {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 700;\n        color: #5FC433;\n        line-height: 140%;\n        margin-bottom: 4px;\n    }\n\n    .person-name {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        font-weight: 500;\n        color: #fff;\n        line-height: 140%;\n    }\n\n    .quote-icon {\n        font-family: 'Agrandir Bold', sans-serif;\n        font-size: 128px;\n        color: #5FC433;\n        line-height: 1;\n        position: absolute;\n        right: 0;\n        bottom: -70px;\n    }\n\n    \/* Image Card *\/\n    .image-card {\n        width: 416px;\n        height: 485px;\n        border-radius: 16px;\n        overflow: hidden;\n        flex-shrink: 0;\n    }\n\n    .image-card img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    \/* Tablet & Mobile *\/\n    @media (max-width: 1024px) {\n        .tab-navigation {\n            display: none;\n        }\n\n        .image-card,\n        .person-image {\n            display: none;\n        }\n\n        .content-card {\n            width: 100%;\n            height: auto;\n            min-height: 485px;\n        }\n\n        .person-info {\n            margin-top: 35px;\n            max-width: 75%;\n        }\n\n        \/* Show arrows on mobile since tabs are hidden *\/\n        .pos-nav {\n            display: flex;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .content-card {\n            padding: 32px;\n        }\n\n        .content-main-heading {\n            font-size: 24px;\n        }\n\n        .content-text,\n        .location-company,\n        .reduction-text,\n        .person-name {\n            font-size: 16px;\n        }\n    }\n<\/style>\n\n<div class=\"portfolio-slider-root\">\n\n    <!-- Tab Navigation -->\n    <div class=\"tab-navigation\">\n        <button class=\"tab-btn active\" data-slide=\"0\">Portfolio Operations<\/button>\n        <button class=\"tab-btn\" data-slide=\"1\">Nachhaltigkeit & ESG<\/button>\n        <button class=\"tab-btn\" data-slide=\"2\">Finanzteam<\/button>\n        <button class=\"tab-btn\" data-slide=\"3\">Executive Chef<\/button>\n        <button class=\"tab-btn\" data-slide=\"4\">General Manager<\/button>\n        <button class=\"tab-btn\" data-slide=\"5\">K\u00fcchenteam<\/button>\n    <\/div>\n\n    <!-- Content Slider -->\n    <div class=\"content-slider-wrapper\">\n        <div class=\"content-slider\" id=\"contentSlider\">\n            <!-- Slide 1 - Portfolio Operations -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Ein Bild \u00fcber jeden Standort<\/div>\n                    <h2 class=\"content-main-heading\">Portfolio Operations<\/h2>\n                    <p class=\"content-text\">\n                        Ein konsistentes Bild \u00fcber jeden Standort. Wenn sich die Lebensmittelkosten im Portfolio ver\u00e4ndern, zeigt Orbisk exakt, wo sie entstehen.\n                        <br><br>\n                        \"Orbisk hat unseren Arbeitsalltag sp\u00fcrbar vereinfacht. Die intuitive Bedienung spart Zeit und sorgt f\u00fcr eine umfassende Dokumentation. Das Zielsetzungs-Tool ist ein Game Changer. Es schafft Fokus, f\u00f6rdert Eigenverantwortung und macht Fortschritte sichtbar.\"\n                    <\/p>\n                    <div class=\"content-footer\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/1-Portfolio-Quote-WhoIsItFor-1.png\" alt=\"Andre Hackbarth\" class=\"person-image\">\n                        <div class=\"person-info\">\n                            <div class=\"location-company\">Frankfurt Marriott<\/div>\n                            <div class=\"reduction-text\">24% weniger Verschwendung, \u20ac38 Einsparungen in 6 Monaten <\/div>\n                            <div class=\"person-name\">Andre Hackbarth  |  F&B Director<\/div>\n                        <\/div>\n                        <div class=\"quote-icon\">\u201d<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/1-Portfolio-Image-WhoIsItFor.png\" alt=\"A hand holding an iPad displaying the Orbisk food waste tracking dashboard, with an Orbisk unit visible in the background.\">\n                <\/div>\n            <\/div>\n\n            <!-- Slide 2 - Sustainability & ESG team -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Auditbereit, nicht gesch\u00e4tzt<\/div>\n                    <h2 class=\"content-main-heading\">Nachhaltigkeit & ESG<\/h2>\n                    <p class=\"content-text\">\n                        Belegen Sie Ihre Nachhaltigkeitsziele mit belastbaren Daten. Orbisk erfasst Lebensmittelabf\u00e4lle und CO\u2082-Auswirkungen automatisch und nachvollziehbar. \n                        <br><br>\n                        \"Im gr\u00f6\u00dften Fairmont der Welt nutzen wir Technologie und Erkenntnisse von Orbisk, um Lebensmittelverschwendung zu reduzieren und nachhaltige L\u00f6sungen gemeinsam mit unserem K\u00fcchenteam umzusetzen \u2014 und gestalten so den Luxushotelbereich f\u00fcr unsere G\u00e4ste und den Planeten neu.\"\n                    <\/p>\n                    <div class=\"content-footer\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/2-Sustainability-Quote-WhoIsItFor-1.png\" alt=\"Photo of Georgy Pyle\" class=\"person-image\">\n                        <div class=\"person-info\">\n                            <div class=\"location-company\">Fairmont Royal York<\/div>\n                            <div class=\"reduction-text\">37% weniger Lebensmittelverschwendung in 7 Monaten, 68,818kg CO\u2082-Emissionen eingespart.<\/div>\n                            <div class=\"person-name\">Georgy Pyle  |  Director of Sustainability<\/div>\n                        <\/div>\n                        <div class=\"quote-icon\">\u201d<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/2-Sustainability-Image-WhoIsItFor.png\" alt=\"A chef in a grey apron carrying a tray of vegetable trimmings towards an Orbisk food waste monitoring unit mounted on a dark wall.\">\n                <\/div>\n            <\/div>\n\n            <!-- Slide 3 - Finance team -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Auditf\u00e4hige Daten statt Sch\u00e4tzungen<\/div>\n                    <h2 class=\"content-main-heading\">Finanzteam<\/h2>\n                    <p class=\"content-text\">\n                        Der Wareneinsatz geh\u00f6rt zu Ihren gr\u00f6\u00dften Kostenbl\u00f6cken. Orbisk zeigt die echten Zahlen \u2014 pro Zutat, pro Standort, in Echtzeit. \n                    <\/p>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/3-Finance-Image-WhoIsItFor.png\" alt=\"A person reviewing the Orbisk food waste analytics dashboard on a laptop at a restaurant counter, with kitchen staff working in the background.\">\n                <\/div>\n            <\/div>\n\n            <!-- Slide 4 - Executive Chef -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Wo die Umsetzung scheitert<\/div>\n                    <h2 class=\"content-main-heading\">Executive Chef<\/h2>\n                    <p class=\"content-text\">\n                        Sie definieren den Standard. Orbisk zeigt exakt, wo die Umsetzung davon abweicht \u2014 nach Standort, Gericht und Abfallstrom. \n                        <br><br>\n                        \"G\u00e4ste erwarten oft umfangreiche Buffets, besonders bei Veranstaltungen und Hochzeiten. Orbisk macht sichtbar, wo in unseren Hotels Lebensmittel verloren gehen, und zeigt klar, wo gezielte Ma\u00dfnahmen den gr\u00f6\u00dften Effekt erzielen.\"\n                    <\/p>\n                    <div class=\"content-footer\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/4-ExecutiveChef-Quote-WhoIsItFor-2.png\" alt=\"Photo of Mahir Kane\" class=\"person-image\">\n                        <div class=\"person-info\">\n                            <div class=\"location-company\">Fairmont Jaipur<\/div>\n                            <div class=\"reduction-text\">30% weniger Lebensmittelverschwendung in 6 Monaten, \u20ac120k eingespart.<\/div>\n                            <div class=\"person-name\">Mihir Kane  |  Executive Chef<\/div>\n                        <\/div>\n                        <div class=\"quote-icon\">\u201d<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/4-ExecutiveChef-Image-WhoIsItFor.png\" alt=\"Two chefs in white jackets and navy aprons reviewing data on an iPad in a commercial kitchen, with fresh vegetables on the counter in front of them.\">\n                <\/div>\n            <\/div>\n\n            <!-- Slide 5 - General Manager -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Kostenentscheidungen, keine Sch\u00e4tzungen<\/div>\n                    <h2 class=\"content-main-heading\">General Manager<\/h2>\n                    <p class=\"content-text\">\n                        Lebensmittelverschwendung wird zu klaren Kostenentscheidungen. Wenn sich Food Cost bewegt, liefert Orbisk die exakte Zahl: nach Zutat und Abfallstrom, noch vor dem Monatsabschluss.\n                        <br><br>\n                        \"Die Balance zwischen G\u00e4steerwartungen und der Reduzierung von Lebensmittelverschwendung wird mit Orbisk konsequent gesteuert und erm\u00f6glicht ein exzellentes G\u00e4steerlebnis bei gleichzeitiger F\u00f6rderung der Nachhaltigkeit.\"\n                    <\/p>\n                    <div class=\"content-footer\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/5-GeneralManager-Quote-WhoIsItFor-1.png\" alt=\"General Manager\" class=\"person-image\">\n                        <div class=\"person-info\">\n                            <div class=\"location-company\">Hyatt Regency Amsterdam & Andaz Amsterdam Prinsengracht<\/div>\n                            <div class=\"person-name\">Gozde Eren  |  Cluster General Manager<\/div>\n                        <\/div>\n                        <div class=\"quote-icon\">\u201d<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/5-GeneralManager-Image-WhoIsItFor.png\" alt=\"A man in a business suit working on a laptop at a restaurant bar counter, with kitchen staff visible preparing food in the background.\">\n                <\/div>\n            <\/div>\n\n            <!-- Slide 6 - Kitchen Team -->\n            <div class=\"slide-item\">\n                <div class=\"content-card\">\n                    <div class=\"content-top-heading\">Passt in die Schicht, kein zus\u00e4tzlicher Schritt<\/div>\n                    <h2 class=\"content-main-heading\">K\u00fcchenteam<\/h2>\n                    <p class=\"content-text\">\n                        Orbisk integriert sich direkt in den Schichtbetrieb: kein Logging, kein zus\u00e4tzlicher administrativer Aufwand. Nach dem Service sehen Sie, was verschwendet wurde und was sich am n\u00e4chsten Tag \u00e4ndern muss.  \n                        <br><br>\n                        \"Durch unsere Zusammenarbeit mit Orbisk haben wir unsere Lebensmittelverschwendung um 35% reduziert und in zwei Jahren fast \u20ac100,000 eingespart. Das System  ist klar strukturiert und erm\u00f6glicht gezielte Ma\u00dfnahmen. So senken wir Kosten und steigern gleichzeitig Nachhaltigkeit.\"\n                    <\/p>\n                    <div class=\"content-footer\">\n                        <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/6-Kitchen-Quote-WhoIsItFor-2.png\" alt=\"Kitchen Team\" class=\"person-image\">\n                        <div class=\"person-info\">\n                            <div class=\"location-company\">Novotel Amsterdam Schipol Airport<\/div>\n                            <div class=\"reduction-text\">30% weniger Lebensmittelverschwendung in 12 Monaten<\/div>\n                            <div class=\"person-name\">Rogier Delfos  |  Chef<\/div>\n                        <\/div>\n                        <div class=\"quote-icon\">\u201d<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/6-Kitchen-Image-WhoIsItFor.png\" alt=\"A kitchen worker in a dark apron placing a tray of bread slices near an Orbisk food waste monitoring unit beside a green waste bin.\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Nav Arrows (mobile only) -->\n    <div class=\"pos-nav\">\n        <button class=\"pos-btn\" id=\"posPrev\" aria-label=\"Previous slide\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n                <path d=\"M9 2L4 7L9 12\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/button>\n        <button class=\"pos-btn\" id=\"posNext\" aria-label=\"Next slide\">\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n                <path d=\"M5 2L10 7L5 12\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n\n<\/div>\n\n<script>\n(function() {\n    const slider = document.getElementById('contentSlider');\n    const slides = slider.querySelectorAll('.slide-item');\n    const tabBtns = document.querySelectorAll('.tab-btn');\n    const prevBtn = document.getElementById('posPrev');\n    const nextBtn = document.getElementById('posNext');\n    let currentSlide = 0;\n    const totalSlides = slides.length;\n\n    function updateButtons() {\n        prevBtn.disabled = currentSlide === 0;\n        nextBtn.disabled = currentSlide >= totalSlides - 1;\n    }\n\n    function updateSlide() {\n        const slideWidth = slider.offsetWidth + 24;\n        slider.scrollTo({\n            left: currentSlide * slideWidth,\n            behavior: 'smooth'\n        });\n\n        tabBtns.forEach(function(btn, index) {\n            if (index === currentSlide) {\n                btn.classList.add('active');\n            } else {\n                btn.classList.remove('active');\n            }\n        });\n\n        updateButtons();\n    }\n\n    tabBtns.forEach(function(btn, index) {\n        btn.addEventListener('click', function() {\n            currentSlide = index;\n            updateSlide();\n        });\n    });\n\n    prevBtn.addEventListener('click', function() {\n        if (currentSlide > 0) {\n            currentSlide--;\n            updateSlide();\n        }\n    });\n\n    nextBtn.addEventListener('click', function() {\n        if (currentSlide < totalSlides - 1) {\n            currentSlide++;\n            updateSlide();\n        }\n    });\n\n    updateSlide();\n})();\n<\/script><\/div><\/div>\n\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_block_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home.png\" width=\"423\" height=\"421\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home.png 423w, https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home-300x300.png 300w, https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Rectangle-Home-150x150.png 150w\" sizes=\"(max-width: 423px) 100vw, 423px\" class=\"wp-image-25547784\" title=\"Rectangle-Home\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_11 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_14 et_pb_row et_block_row\">\n<div class=\"et_pb_column_21 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_14 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">BRANCHEN<\/h3><\/div><\/div>\n\n<div class=\"et_pb_heading_15 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Entwickelt f\u00fcr professionelle K\u00fcchen jeder Gr\u00f6\u00dfenordnung<\/h2><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_15 et_pb_row et_block_row\">\n<div class=\"et_pb_column_22 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_8 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_clickable et_pb_module et_block_module card__hover_large\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Hotel-Icon.png\" width=\"43\" height=\"43\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Hotel-Icon.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547592\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Hotels & Resorts<\/h4><div class=\"et_pb_blurb_description\"><p style=\"margin: 13px 0 20px 0px;\"> Buffetabf\u00e4lle, \u00c0-la-carte-Zubereitung, Multi-Outlet-Operationen. Portfolio-weites Benchmarking \u00fcber alle Standorte hinweg.<\/p>\n<p><a href=\"#\" style=\"font-size: 18px; font-family: poppins; font-weight: bold; color: #255653; margin: 0px;\">Mehr erfahren \u2192<\/a><\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_23 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_9 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_clickable et_pb_module et_block_module card__hover_large\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_main_blurb_image et_animated\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Catering-Icon.png\" width=\"43\" height=\"49\" srcset=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/04\/Catering-Icon.png 43w\" sizes=\"(max-width: 43px) 100vw, 43px\" class=\"wp-image-25547597\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Catering<\/h4><div class=\"et_pb_blurb_description\"><p style=\"margin: 13px 0 20px 0px;\">Standardisierte Daten in jeder Kantine. Pr\u00e4zisere Men\u00fcplanung, optimierter Einkauf und klare Kostenstellenzuordnung.<\/p>\n<p><a href=\"#\" style=\"font-size: 18px; font-family: poppins; font-weight: bold; color: #255653; margin: 0px;\">Mehr erfahren \u2192<\/a><\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_12 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_16 et_pb_row et_block_row\">\n<div class=\"et_pb_column_24 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_heading_16 et_pb_heading et_pb_module et_block_module\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Erkennen Sie, was in Ihrer K\u00fcche tats\u00e4chlich passiert.<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\">30-min\u00fctiger Austausch. Echte Daten aus K\u00fcchen wie Ihrer.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_dark et_pb_module et_block_module\" href=\"https:\/\/orbisk.com\/de\/orbisk-testen\/\">Demo buchen<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"dipi_cpt_category":[],"class_list":["post-25548353","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche<\/title>\n<meta name=\"description\" content=\"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/orbisk.com\/de\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche\" \/>\n<meta property=\"og:description\" content=\"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/orbisk.com\/de\/\" \/>\n<meta property=\"og:site_name\" content=\"Orbisk\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Orbiskzerofoodwaste\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-03T09:28:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Marriott-header-1024x682-1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Home Page\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/\",\"url\":\"https:\\\/\\\/orbisk.com\\\/de\\\/\",\"name\":\"Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#website\"},\"datePublished\":\"2026-04-30T05:19:24+00:00\",\"dateModified\":\"2026-06-03T09:28:20+00:00\",\"description\":\"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/orbisk.com\\\/de\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/orbisk.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/orbisk.com\\\/de\\\/\",\"name\":\"Orbisk - Zero Food Waste\",\"description\":\"Zero Food Waste\",\"publisher\":{\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#organization\"},\"alternateName\":\"Orbisk\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/orbisk.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#organization\",\"name\":\"Orbisk\",\"url\":\"https:\\\/\\\/orbisk.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/orbisk.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Orbisk-logo.png\",\"contentUrl\":\"https:\\\/\\\/orbisk.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Orbisk-logo.png\",\"width\":500,\"height\":385,\"caption\":\"Orbisk\"},\"image\":{\"@id\":\"https:\\\/\\\/orbisk.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Orbiskzerofoodwaste\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/18624102\\\/\",\"https:\\\/\\\/www.instagram.com\\\/orbisk\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche","description":"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.","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:\/\/orbisk.com\/de\/","og_locale":"de_DE","og_type":"article","og_title":"Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche","og_description":"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.","og_url":"https:\/\/orbisk.com\/de\/","og_site_name":"Orbisk","article_publisher":"https:\/\/www.facebook.com\/Orbiskzerofoodwaste\/","article_modified_time":"2026-06-03T09:28:20+00:00","og_image":[{"url":"https:\/\/orbisk.com\/wp-content\/uploads\/2026\/05\/Marriott-header-1024x682-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Home Page","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/orbisk.com\/de\/","url":"https:\/\/orbisk.com\/de\/","name":"Orbisk - Reduzieren Sie automatisch die Lebensmittelabf\u00e4lle in Ihrer K\u00fcche","isPartOf":{"@id":"https:\/\/orbisk.com\/de\/#website"},"datePublished":"2026-04-30T05:19:24+00:00","dateModified":"2026-06-03T09:28:20+00:00","description":"EIN DRITTEL ALLER PRODUZIERTEN LEBENS\u00adMIT\u00adTEL (WELTWEIT) WIRD VERSCHWEN\u00adDET. Orbisk unterst\u00fctzt Gastronomiebetriebe dabei, ihre Lebensmittelabf\u00e4lle in den Griff zu bekommen.","breadcrumb":{"@id":"https:\/\/orbisk.com\/de\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/orbisk.com\/de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/orbisk.com\/de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/orbisk.com\/de\/"},{"@type":"ListItem","position":2,"name":"Home Page"}]},{"@type":"WebSite","@id":"https:\/\/orbisk.com\/de\/#website","url":"https:\/\/orbisk.com\/de\/","name":"Orbisk - Zero Food Waste","description":"Zero Food Waste","publisher":{"@id":"https:\/\/orbisk.com\/de\/#organization"},"alternateName":"Orbisk","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/orbisk.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/orbisk.com\/de\/#organization","name":"Orbisk","url":"https:\/\/orbisk.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/orbisk.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/orbisk.com\/wp-content\/uploads\/2023\/02\/Orbisk-logo.png","contentUrl":"https:\/\/orbisk.com\/wp-content\/uploads\/2023\/02\/Orbisk-logo.png","width":500,"height":385,"caption":"Orbisk"},"image":{"@id":"https:\/\/orbisk.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Orbiskzerofoodwaste\/","https:\/\/www.linkedin.com\/company\/18624102\/","https:\/\/www.instagram.com\/orbisk\/"]}]}},"_links":{"self":[{"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/pages\/25548353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/comments?post=25548353"}],"version-history":[{"count":0,"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/pages\/25548353\/revisions"}],"wp:attachment":[{"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/media?parent=25548353"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/orbisk.com\/de\/wp-json\/wp\/v2\/dipi_cpt_category?post=25548353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}