{"id":6,"date":"2021-04-13T12:40:34","date_gmt":"2021-04-13T12:40:34","guid":{"rendered":"https:\/\/vepa.timoasch.com\/?page_id=6"},"modified":"2026-01-15T14:38:27","modified_gmt":"2026-01-15T14:38:27","slug":"home","status":"publish","type":"page","link":"https:\/\/vepa-gmbh.info\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-903ab92 elementor-section-height-full elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"903ab92\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33b7d32\" data-id=\"33b7d32\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e64d99 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer\" data-id=\"5e64d99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e43b857 elementor-widget elementor-widget-html\" data-id=\"e43b857\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"typing-box\">\r\n  <span id=\"typeText\"><\/span>\r\n<\/div>\r\n\r\n\r\n<style>\r\n\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');\r\n\r\n\r\n  #typing-box {\r\n    font: 700 32px\/1.25 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n    white-space: nowrap;\r\n  }\r\n  #typing-box::after {\r\n    content: \"\";\r\n    display: inline-block;\r\n    width: 2px;\r\n    height: 1em;\r\n    margin-left: 3px;\r\n    background: currentColor;\r\n    vertical-align: -0.2em;\r\n    animation: blink 1s steps(1) infinite;\r\n  }\r\n#typing-box span#typeText {\r\n    font-size: 43.2px;\r\n    font-family: \"Lato\", sans-serif;\r\n    font-weight: 600;\r\n    text-transform: none;\r\n    font-style: normal;\r\n    text-decoration: none;\r\n    letter-spacing: 0.5px;\r\n    color: #F9F9F9;\r\n}\r\n#typing-box::after {\r\n    color: #f10000;\r\n    width: 4px;\r\n    height: 1.2em;\r\n}\r\n  @keyframes blink { 50% { opacity: 0; } }\r\n\r\n    @media (max-width:1440px){ \r\n      .home_banner {\r\n          padding: 130px 70px !important;\r\n      }\r\n\r\n      .home_banner .elementor-container.elementor-column-gap-default {\r\n          max-width: 100%;\r\n      }\r\n  }\r\n\r\n  @media (max-width:1300px){\r\n    .home_banner {\r\n        padding: 120px 30px !important;\r\n    }\r\n    #typing-box span#typeText {\r\n        font-size: 37.2px;\r\n    }\r\n\r\n  }\r\n  @media (max-width:1200px){\r\n      #typing-box {\r\n          white-space: normal;\r\n      }\r\n\r\n  }\r\n  @media (max-width:600px){\r\n     #typing-box{\r\n      font-size:24px;\r\n    } \r\n    .home_banner {\r\n        padding: 100px 20px !important;\r\n    }\r\n    #typing-box span#typeText {\r\n        font-size: 31.2px;\r\n    }\r\n    #typing-box::after {\r\n        width: 3px;\r\n    }\r\n  }\r\n  \r\n<\/style>\r\n\r\n<script>\r\n(() => {\r\n  \/\/ Your lines\r\n  const texts = [\r\n    \"Verpackung? Klar. Aber wir k\u00f6nnen auch den Rest.\",\r\n    \"Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir. Machen wir.\"\r\n  ];\r\n\r\n  const el = document.getElementById(\"typeText\");\r\n  const typingSpeed = 55;\r\n  const eraseSpeed = 40;\r\n  const holdTime = 1500;\r\n  const loop = true;\r\n\r\n  const sleep = ms => new Promise(r => setTimeout(r, ms));\r\n\r\n  async function typeText(text) {\r\n    for (let i = 0; i < text.length; i++) {\r\n      el.textContent += text[i];\r\n      await sleep(typingSpeed);\r\n    }\r\n  }\r\n\r\n  async function eraseText() {\r\n    while (el.textContent.length) {\r\n      el.textContent = el.textContent.slice(0, -1);\r\n      await sleep(eraseSpeed);\r\n    }\r\n  }\r\n\r\n  async function run() {\r\n    let idx = 0;\r\n    do {\r\n      const t = texts[idx % texts.length];\r\n      await typeText(t);\r\n      await sleep(holdTime);\r\n      await eraseText();\r\n      idx++;\r\n    } while (loop);\r\n  }\r\n\r\n  run().catch(console.error);\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f20c6c elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-eael-fancy-text\" data-id=\"5f20c6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-fancy-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div  class=\"eael-fancy-text-container style-1\" data-fancy-text-id=\"5f20c6c\" data-fancy-text=\"|Klar. Aber wir k\u00f6nnen auch den Rest. &lt;br&gt; Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir.  Machen wir.\" data-fancy-text-transition-type=\"typing\" data-fancy-text-speed=\"150\" data-fancy-text-delay=\"2500\" data-fancy-text-cursor=\"yes\" data-fancy-text-loop=\"yes\" data-fancy-text-action=\"page_load\" >\n\t\t\t\t\t<span class=\"eael-fancy-text-prefix\">Verpackung?  <br> <\/span>\n\t\t\n\t\t\n\t\t\t\t\t<span id=\"eael-fancy-text-5f20c6c\" class=\"eael-fancy-text-strings solid-color\">\n\t\t\t\t<noscript>\n\t\t\t\t\tKlar. Aber wir k\u00f6nnen auch den Rest. <br> Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir.  Machen wir.\t\t\t\t<\/noscript>\n\t\t\t<\/span>\n\t\t\n\t\t\t<\/div><!-- close .eael-fancy-text-container -->\n\n\t<div class=\"clearfix\"><\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3bf789 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-eael-fancy-text\" data-id=\"a3bf789\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-fancy-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div  class=\"eael-fancy-text-container style-1\" data-fancy-text-id=\"a3bf789\" data-fancy-text=\"|K\u00f6nnen wir.  Machen wir.\" data-fancy-text-transition-type=\"typing\" data-fancy-text-speed=\"100\" data-fancy-text-delay=\"2500\" data-fancy-text-cursor=\"yes\" data-fancy-text-loop=\"yes\" data-fancy-text-action=\"page_load\" >\n\t\t\t\t\t<span class=\"eael-fancy-text-prefix\">Gesch\u00e4ftsausstattung, Flyer, Plakat?  <br> <\/span>\n\t\t\n\t\t\n\t\t\t\t\t<span id=\"eael-fancy-text-a3bf789\" class=\"eael-fancy-text-strings solid-color\">\n\t\t\t\t<noscript>\n\t\t\t\t\tK\u00f6nnen wir.  Machen wir.\t\t\t\t<\/noscript>\n\t\t\t<\/span>\n\t\t\n\t\t\t<\/div><!-- close .eael-fancy-text-container -->\n\n\t<div class=\"clearfix\"><\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3254202 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer\" data-id=\"3254202\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a0823f elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3a0823f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e6bd20\" data-id=\"6e6bd20\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-33ca7f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33ca7f0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c7ffea9\" data-id=\"c7ffea9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13cfcea elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"13cfcea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><defs><style>      .cls-1 {        fill: #fff;      }    <\/style><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path class=\"cls-1\" d=\"M66.39,53.03l143.43,1.24,1.45,164.64-1.97,3.03-143.63-.52-1.99-1.25.78-165.07,1.93-2.07ZM201.73,61.86H73.73v152h128V61.86Z\"><\/path><path class=\"cls-1\" d=\"M149.73,139.86h-60.5l-1.5-1.5v-58l1.5-1.5h59c1.27,0,2.37,3.13,2.55,4.45,1.49,11.07.92,39.39,0,51.1-.15,1.93-.59,3.62-1.05,5.45Z\"><\/path><path class=\"cls-1\" d=\"M90.42,183.05l92.87-.25c5.14.35,5.42,6,2.01,9.13l-92.09.94c-6.37-.38-8.63-6.36-2.79-9.83Z\"><\/path><path class=\"cls-1\" d=\"M89.23,165.86c-3.4-1.06-2.7-8.06,2.02-8.98,26.98-.56,54.05.66,81.02.02,3.81-.09,8.72-2.37,12.47-.54s1.7,9.5-.51,9.5h-95Z\"><\/path><\/g><path class=\"cls-1\" d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLayout &amp; Design<br> f\u00fcr Printmedien\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-fe84a13\" data-id=\"fe84a13\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-225ff42 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"225ff42\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><defs><style>      .cls-1 {        fill: #fff;      }    <\/style><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path class=\"cls-1\" d=\"M75.88,39.75l93.31.2c2.66.82,29.95,28.7,33.97,33.03s15.11,14.06,15.69,19.31c1.25,11.22,1.37,31.65,1.25,43.14-.28,25.51-.22,52.76-.92,77.63-.22,7.74-6.03,12.31-13.51,12.49-40.55,1-81.12.56-124.08,0-5.93-.14-10.89-3.58-12.79-9.21l-.2-168.85c1.28-3.69,3.75-6.1,7.27-7.73ZM163.14,48.51h-84.5l-1.5,1.5v163c0,2.96,5.25,3.52,7.47,3.54,32.41.25,75.86.91,108.99.34,2.92-.05,16.54-.11,16.54-3.88v-114.5h-41.5c-1.18,0-5.5-4.33-5.5-5.5v-44.5ZM204.14,88.51l-32-33v33h32Z\"><\/path><path class=\"cls-1\" d=\"M130.14,164.51v-45.5c4.77-2.76,15.64-1.69,21.06-.06,18.89,5.69,18.83,40.89-.79,45.32-2.27.51-20.26,2.15-20.26.24ZM139.14,126.51v28.5c0,3.28,12.92.86,15.5-6.5,4.34-12.35-1.35-23.66-15.5-22Z\"><\/path><path class=\"cls-1\" d=\"M102.14,148.51v14.5c-1.32,2.9-9,2.43-9,0v-44l1.5-1.5h21c9.83,0,15.49,24.6,1.79,29.79-5.06,1.91-10,1.08-15.29,1.21ZM102.14,140.51c18.55,2.51,19.84-17.58,0-14v14Z\"><\/path><path class=\"cls-1\" d=\"M180.14,126.51v11.01s13.36.13,13.36.13c2.5.82,2.5,7.9,0,8.72l-13.36.14v16.5c0,2.79-9,2.79-9,0v-44l1.5-1.5h24c2.33,2,2.33,7,0,9h-16.5Z\"><\/path><\/g><path class=\"cls-1\" d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReinzeichnung &amp; <br>Druckdaten-Erstellung\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3b6fbf4\" data-id=\"3b6fbf4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1822646 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1822646\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><defs><style>      .cls-1 {        fill: #fff;      }    <\/style><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path class=\"cls-1\" d=\"M136.76,202.11c3.67,1.02,4.94,8.08,0,9l-69.07-.94c-2.65-2.24-3.44-4.19-3.48-7.52-.57-43.54.1-90.1,0-135.09-.15-3.36,1.36-6.17,4.3-7.7l139.23-1.18c2,3.77.76,21.33.67,26.6-.14,7.84-.01,11.99-.14,19.82,6.14-4.27,14.49-27.98,22.25-26.83,8.08,1.21,7.21,8.86,6.62,15.21-3.09,33.19-25.16,71.41-40.68,100.35,5.02,19.37-17.77,36.15-34.8,38.16-3.76.44-16.04,1.39-17.22-2.6-1.62-5.45,4.73-6.69,6.17-11.45,3.38-11.12-.68-22.65,9.64-32.36,3.01-2.83,9.82-4.67,10.52-5.48,2.73-3.2,8.77-23.21,11.64-29.36,4.76-10.16,11.4-20.29,16.86-30.14v-52.5l-125.56.94-.44,108.05c1.95.51,2.02-.7,2.82-1.67,13.28-16.1,24.81-32.5,37.64-49.36,2.1-2.75,5.23-3.85,8.82-2.77,4.75,1.43,21.79,29.82,27.72,34.37,1.16.91,1.64.11,2.53-.5,2.52-1.74,8.14-8.68,11.02-9.09,4.82-.69,8.56,3.81,5.44,7.51-.72.85-14.53,11.82-15.61,12.39-1.88.99-3.5,1.58-5.66.96-3.67-1.06-21.91-28.4-26.25-32.81-.71-1.09-1.59-1.23-2.79-.91-3.45.91-37.9,50.62-44.44,56.48l-.25,10.41h62.5ZM226.25,97.11c-10.15,13.78-20.04,28.23-28.16,43.33-1.89,3.52-10.53,19.5-9.73,22,1.92,2.2,10.36,6.37,12.44,4.77,3.58-2.75,14.37-31.51,16.47-37.58,3.65-10.54,7.22-21.49,8.97-32.52ZM194.24,177.15l-10.97-5.05-3.02,9.99,10.99,4.01,3-8.95ZM159.27,223.1c12.84.77,42.49-23.45,21.19-31.69-20.37-7.87-19.17,19.3-21.19,31.69Z\"><\/path><path class=\"cls-1\" d=\"M100.49,97.86l.31-6.69c1.25-1.63,3.08-1.86,4.95-2.08,14.05-1.64,49.74-1.43,64.01.02,1.92.19,3.77.65,5.51,1.49,2.66,2.28.89,9.13-3.46,8.56-21.54-1.31-44.76,1.58-66.09,0-1.81-.13-3.69-.17-5.23-1.29Z\"><\/path><\/g><path class=\"cls-1\" d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBildbearbeitung &amp; <br>Composing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1db5b25\" data-id=\"1db5b25\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8261f3a elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"8261f3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><defs><style>      .cls-1 {        fill-rule: evenodd;      }      .cls-1, .cls-2 {        fill: #fff;      }    <\/style><\/defs><g id=\"Isolationsmodus\"><g><g><g><path class=\"cls-2\" d=\"M98.43,26.32l45.7.1c1.3.4,14.67,14.06,16.64,16.18s7.67,6.87,7.68,9.46c.03,5.21.32,19.09.26,24.72-.14,12.5-.22,21.5-.09,34.43.04,3.79-2.95,6.07-6.62,6.12-19.01.25-41.4.25-60.77,0-2.9-.07-5.33-1.76-6.26-4.51l-.1-82.7c.63-1.81,1.84-2.99,3.56-3.78ZM141.16,30.61h-41.38l-.73.73v79.83c0,1.45,2.57,1.65,3.66,1.73,15.64,1.22,37.61.48,53.38-.53,1.43-.09,8.1.64,8.1-1.2v-56.08h-20.32c-.58,0-2.69-2.12-2.69-2.69v-21.79ZM161.25,50.2l-15.67-16.16v16.16h15.67Z\"><\/path><path class=\"cls-2\" d=\"M125,87.42v-22.28c2.33-1.35,7.66-.83,10.31-.03,9.25,2.79,9.22,20.03-.39,22.19-1.11.25-9.92,1.05-9.92.12ZM129.41,68.81v13.96c0,1.61,6.33.42,7.59-3.18,2.13-6.05-.66-11.59-7.59-10.78Z\"><\/path><path class=\"cls-2\" d=\"M111.29,79.59v7.1c-.65,1.42-4.41,1.19-4.41,0v-21.55l.73-.73h10.28c4.81,0,7.59,12.05.88,14.59-2.48.94-4.9.53-7.49.59ZM111.29,75.67c9.08,1.23,9.72-8.61,0-6.86v6.86Z\"><\/path><path class=\"cls-2\" d=\"M149.49,68.81v5.39s6.54.07,6.54.07c1.22.4,1.22,3.87,0,4.27l-6.54.07v8.08c0,1.37-4.41,1.37-4.41,0v-21.55l.73-.73h11.75c1.14.98,1.14,3.43,0,4.41h-8.08Z\"><\/path><\/g><path class=\"cls-2\" d=\"M136.07,100.2c15.85-15.85,15.85-41.64,0-57.49-15.85-15.85-41.64-15.85-57.49,0-14.4,14.4-15.72,37-3.95,52.9l-38.1,38.1,8.54,8.54,38.1-38.1c15.9,11.76,38.5,10.45,52.9-3.95ZM83.05,95.73c-13.38-13.38-13.38-35.16,0-48.54s35.16-13.38,48.54,0c13.38,13.38,13.38,35.16,0,48.54-13.38,13.38-35.16,13.38-48.54,0Z\"><\/path><g><g id=\"_363_Setting_Wrench_Gear\" data-name=\"363, Setting, Wrench, Gear\"><path class=\"cls-2\" d=\"M210.67,161.02l7.19,1.9-1.08,7.21c1.44.8,2.81,1.85,4.02,3.01l6.56-2.98,3.76,6.55-5.81,4.29c.39,1.63.66,3.23.6,5.02l6.73,2.61-1.92,7.27-7.24-1.22c-.8,1.45-1.85,2.84-3,4.06l2.93,6.61-6.51,3.83-4.23-5.84c-1.62.4-3.2.68-4.98.63l-2.46,6.71-7.19-1.9,1.08-7.21c-1.44-.8-2.81-1.85-4.02-3.01l-6.56,2.98-3.76-6.55,5.81-4.29c-.39-1.63-.66-3.23-.6-5.02l-6.73-2.61,1.92-7.27,7.14,1.06c.8-1.45,1.85-2.84,3-4.07l-2.92-6.6,6.51-3.83,4.29,6.13c1.62-.4,3.2-.68,4.98-.63l2.5-6.83ZM210.6,175.85c-5.52-1.46-11.22,1.89-12.7,7.47s1.82,11.31,7.34,12.77c5.52,1.46,11.22-1.89,12.7-7.47,1.51-5.71-1.82-11.31-7.34-12.77Z\"><\/path><\/g><g id=\"_363_Setting_Wrench_Gear-2\" data-name=\"363, Setting, Wrench, Gear\"><path class=\"cls-2\" d=\"M157.16,130.21l6.71-4.45,5.05,6.06c1.68-.59,3.52-.94,5.32-1.08l2.31-7.45,8,1.67-.71,7.78c1.6.86,3.08,1.79,4.48,3.13l6.95-3.56,4.49,6.78-6.19,4.97c.6,1.69.97,3.54,1.13,5.35l7.44,2.39-1.59,8.02-7.76-.78c-.84,1.6-1.76,3.08-3.07,4.47l3.65,6.81-6.71,4.45-5.05-6.06c-1.68.59-3.52.94-5.32,1.08l-2.31,7.45-8-1.67.71-7.78c-1.6-.86-3.08-1.79-4.48-3.13l-6.95,3.56-4.49-6.78,5.99-5.01c-.6-1.69-.97-3.54-1.13-5.35l-7.44-2.39,1.59-8.02,8.04.94c.84-1.6,1.76-3.08,3.07-4.47l-3.73-6.93ZM169.1,140.94c-5.15,3.41-6.54,10.43-3.1,15.64s10.45,6.66,15.6,3.25,6.54-10.43,3.1-15.63c-3.53-5.33-10.45-6.66-15.6-3.25Z\"><\/path><\/g><g id=\"_363_Setting_Wrench_Gear-3\" data-name=\"363, Setting, Wrench, Gear\"><path class=\"cls-2\" d=\"M225.96,100.95l6.18,4.15-3.37,6.46c1.1,1.22,2.05,2.67,2.82,4.15l7.18-.68,1.42,7.42-6.89,2.16c-.16,1.67-.43,3.27-1.07,4.94l5.51,4.67-4.19,6.24-6.44-3.52c-1.23,1.12-2.68,2.08-4.16,2.86l.61,7.2-7.41,1.5-2.09-6.9c-1.66-.14-3.25-.4-4.91-1.03l-4.51,5.54-6.18-4.15,3.37-6.46c-1.1-1.22-2.05-2.67-2.82-4.15l-7.18.68-1.42-7.42,6.89-2.16c.16-1.67.43-3.27,1.07-4.94l-5.51-4.67,4.19-6.24,6.41,3.33c1.23-1.12,2.68-2.08,4.16-2.86l-.61-7.2,7.41-1.5,2.05,7.2c1.66.15,3.25.4,4.91,1.03l4.59-5.65ZM221.05,114.95c-4.74-3.18-11.22-1.87-14.44,2.92s-1.97,11.28,2.78,14.47c4.74,3.18,11.22,1.87,14.44-2.92,3.29-4.9,1.97-11.28-2.77-14.47Z\"><\/path><\/g><\/g><path class=\"cls-1\" d=\"M183.32,230.33c.93-7.69-2.4-15.59-9.28-20.14-7.18-4.7-16.22-4.44-23,.02-28.65-18.05-29.07-18.07-55.08-38.08,1.05-7.49-1.93-15.27-8.47-20.02-6.64-4.82-15.24-5.15-22.05-1.54l14.07,10.18-9.99,13.83-14.59-10.6c-1.99,8.05.89,16.89,8.07,22.05,7.43,5.36,17.22,5.12,24.35.11,28.14,16.95,28.15,17.88,54.56,37.78-1.45,8.06,1.87,16.51,9.12,21.23,7.34,4.87,16.64,4.46,23.39-.26l-14.98-9.91,9.34-14.25,14.52,9.58Z\"><\/path><\/g><path class=\"cls-2\" d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDruckvorstufe\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c2de3c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c2de3c5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7a3b9421\" data-id=\"7a3b9421\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e9ab28d elementor-widget elementor-widget-heading\" data-id=\"3e9ab28d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-xl\">Qualit\u00e4t -  Flexibilit\u00e4t - Individualit\u00e4t<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30219542 elementor-widget elementor-widget-text-editor\" data-id=\"30219542\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Das sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir arbeiten als Design-Agentur eng mit unseren Kunden zusammen und garantieren dadurch schnelle Lieferzeiten und hervorragende Ergebnisse.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2b56eb3 elementor-hidden-phone\" data-id=\"2b56eb3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-698177c2 elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-top elementor-hidden-phone elementor-section-boxed elementor-section-height-default\" data-id=\"698177c2\" data-element_type=\"section\" data-e-type=\"section\" id=\"performance\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3aaef822\" data-id=\"3aaef822\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-686fefa5 elementor-widget elementor-widget-heading\" data-id=\"686fefa5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xl\">Kreatives Mediendesign <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-346fcf80 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"346fcf80\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Von der ersten Idee bis zum fertigen Printprodukt \u2013 wir realisieren alles, was auf Papier, Karton oder Folie \u00fcber- zeugt. Folienverpackung, Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir. Machen wir.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-584658ec elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"584658ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37d88287 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"37d88287\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1400}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-rocket-ship\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tServiceorientierte Arbeitsweise\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\n\nWir begleiten Ihr Projekt vom Entwurf bis zum fertigen Produkt\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-491ffdf7 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"491ffdf7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1400}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-Design-3\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tma\u00dfgeschneiderte L\u00f6sungen\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWir nehmen uns Zeit f\u00fcr eine individuelle Beratung. Hierbei stehen immer Gestaltung, Materialauswahl und Druckverfahren im Fokus.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aef1f45 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5aef1f45\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1400}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-planet-earth\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tQualit\u00e4t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tErstklassige Qualit\u00e4t zu liefern, das ist unser Anspruch. Um Kundenzufriedenheit zu garantieren und eine gute Betreuung zu gew\u00e4hrleisten begleiten wir bis zum fertigen Produkt.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d3944a7 elementor-hidden-phone\" data-id=\"7d3944a7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f6289dd elementor-widget elementor-widget-spacer\" data-id=\"3f6289dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0c72b1a elementor-section-height-full elementor-section-items-stretch elementor-section-content-top elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default\" data-id=\"0c72b1a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a8c0b4f\" data-id=\"a8c0b4f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-025a2d4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"025a2d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xl\">Kreatives Mediendesign <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9fb0c37 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9fb0c37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tVon der ersten Idee bis zum fertigen Printprodukt \u2013 wir realisieren alles, was auf Papier, Karton oder Folie \u00fcber- zeugt. Folienverpackung, Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir. Machen wir.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af5a6cd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"af5a6cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf809e9 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"cf809e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1400,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-rocket-ship\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tServiceorientierte Arbeitsweise\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWir begleiten Ihr Projekt vom Entwurf bis zum fertigen Produkt.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a548ea3 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"a548ea3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1400,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-Design-3\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tma\u00dfgeschneiderte L\u00f6sungen\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\nWir nehmen uns Zeit f\u00fcr eine individuelle Beratung. Hierbei stehen immer Gestaltung, Materialauswahl und Druckverfahren im Fokus.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33ebb00 elementor-position-inline-start elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"33ebb00\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1400,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-planet-earth\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tQualit\u00e4t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tErstklassige Qualit\u00e4t zu liefern, das ist unser Anspruch. Um Kundenzufriedenheit zu garantieren und eine gute Betreuung zu gew\u00e4hrleisten begleiten wir bis zum fertigen Produkt.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9d69d81 elementor-hidden-tablet elementor-hidden-mobile\" data-id=\"9d69d81\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bf16137 elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"bf16137\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-83ab4bb elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"83ab4bb\" data-element_type=\"section\" data-e-type=\"section\" id=\"Leistungen\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-583fe233\" data-id=\"583fe233\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32052219 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"32052219\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">Leistungen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d5973c9 elementor-section-height-min-height elementor-section-items-stretch elementor-section-boxed elementor-section-height-default elementor-invisible\" data-id=\"4d5973c9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-607d3ce9\" data-id=\"607d3ce9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-36dd009f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"36dd009f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8669f08\" data-id=\"8669f08\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-303c2a2c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"303c2a2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path d=\"M66.39,53.03l143.43,1.24,1.45,164.64-1.97,3.03-143.63-.52-1.99-1.25.78-165.07,1.93-2.07ZM201.73,61.86H73.73v152h128V61.86Z\"><\/path><path d=\"M149.73,139.86h-60.5l-1.5-1.5v-58l1.5-1.5h59c1.27,0,2.37,3.13,2.55,4.45,1.49,11.07.92,39.39,0,51.1-.15,1.93-.59,3.62-1.05,5.45Z\"><\/path><path d=\"M90.42,183.05l92.87-.25c5.14.35,5.42,6,2.01,9.13l-92.09.94c-6.37-.38-8.63-6.36-2.79-9.83Z\"><\/path><path d=\"M89.23,165.86c-3.4-1.06-2.7-8.06,2.02-8.98,26.98-.56,54.05.66,81.02.02,3.81-.09,8.72-2.37,12.47-.54s1.7,9.5-.51,9.5h-95Z\"><\/path><\/g><path d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLayout &amp; Design f\u00fcr Printmedien\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tVon der Konzeption bis zur finalen Gestaltung \u2013 wir entwickeln starke Designs f\u00fcr Ihre Print- Produkte:\n<br>\n\u2022 Gesch\u00e4ftsausstattung (Visitenkarten, Briefpapier, Mappen etc.)<br>\n \u2022 Flyer, Brosch\u00fcren &amp; Magazine<br>\n\u2022 Plakate &amp; Anzeigen<br>\n\u2022 Verpackungen &amp; Etiketten<br>\n\u2022 Gesch\u00e4ftsberichte &amp; Kataloge\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14ac783 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"14ac783\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path d=\"M75.88,39.75l93.31.2c2.66.82,29.95,28.7,33.97,33.03s15.11,14.06,15.69,19.31c1.25,11.22,1.37,31.65,1.25,43.14-.28,25.51-.22,52.76-.92,77.63-.22,7.74-6.03,12.31-13.51,12.49-40.55,1-81.12.56-124.08,0-5.93-.14-10.89-3.58-12.79-9.21l-.2-168.85c1.28-3.69,3.75-6.1,7.27-7.73ZM163.14,48.51h-84.5l-1.5,1.5v163c0,2.96,5.25,3.52,7.47,3.54,32.41.25,75.86.91,108.99.34,2.92-.05,16.54-.11,16.54-3.88v-114.5h-41.5c-1.18,0-5.5-4.33-5.5-5.5v-44.5ZM204.14,88.51l-32-33v33h32Z\"><\/path><path d=\"M130.14,164.51v-45.5c4.77-2.76,15.64-1.69,21.06-.06,18.89,5.69,18.83,40.89-.79,45.32-2.27.51-20.26,2.15-20.26.24ZM139.14,126.51v28.5c0,3.28,12.92.86,15.5-6.5,4.34-12.35-1.35-23.66-15.5-22Z\"><\/path><path d=\"M102.14,148.51v14.5c-1.32,2.9-9,2.43-9,0v-44l1.5-1.5h21c9.83,0,15.49,24.6,1.79,29.79-5.06,1.91-10,1.08-15.29,1.21ZM102.14,140.51c18.55,2.51,19.84-17.58,0-14v14Z\"><\/path><path d=\"M180.14,126.51v11.01s13.36.13,13.36.13c2.5.82,2.5,7.9,0,8.72l-13.36.14v16.5c0,2.79-9,2.79-9,0v-44l1.5-1.5h24c2.33,2,2.33,7,0,9h-16.5Z\"><\/path><\/g><path d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReinzeichnung &amp; Druckdaten-Erstellung\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWir sorgen daf\u00fcr, dass alles sitzt. Farbmodi, Beschnitt, Aufl\u00f6sung, Schriften \u2013 wir bereiten Ihre Designs so auf, dass Druckereien sie lieben.<br>\n\u2022 Technisch einwandfreie Reinzeichnung<br>\n\u2022 Passgenaue Datenaufbereitung<br>\n\u2022 Abstimmung mit Druckereien (wenn gew\u00fcnscht)<br>\nAuf Wunsch bekommen Sie vor dem Druck einen farbverbindlichen Proof zur Freigabe.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fd122e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6fd122e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 274.96 274.96\"><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><g><g><path d=\"M136.76,202.11c3.67,1.02,4.94,8.08,0,9l-69.07-.94c-2.65-2.24-3.44-4.19-3.48-7.52-.57-43.54.1-90.1,0-135.09-.15-3.36,1.36-6.17,4.3-7.7l139.23-1.18c2,3.77.76,21.33.67,26.6-.14,7.84-.01,11.99-.14,19.82,6.14-4.27,14.49-27.98,22.25-26.83,8.08,1.21,7.21,8.86,6.62,15.21-3.09,33.19-25.16,71.41-40.68,100.35,5.02,19.37-17.77,36.15-34.8,38.16-3.76.44-16.04,1.39-17.22-2.6-1.62-5.45,4.73-6.69,6.17-11.45,3.38-11.12-.68-22.65,9.64-32.36,3.01-2.83,9.82-4.67,10.52-5.48,2.73-3.2,8.77-23.21,11.64-29.36,4.76-10.16,11.4-20.29,16.86-30.14v-52.5l-125.56.94-.44,108.05c1.95.51,2.02-.7,2.82-1.67,13.28-16.1,24.81-32.5,37.64-49.36,2.1-2.75,5.23-3.85,8.82-2.77,4.75,1.43,21.79,29.82,27.72,34.37,1.16.91,1.64.11,2.53-.5,2.52-1.74,8.14-8.68,11.02-9.09,4.82-.69,8.56,3.81,5.44,7.51-.72.85-14.53,11.82-15.61,12.39-1.88.99-3.5,1.58-5.66.96-3.67-1.06-21.91-28.4-26.25-32.81-.71-1.09-1.59-1.23-2.79-.91-3.45.91-37.9,50.62-44.44,56.48l-.25,10.41h62.5ZM226.25,97.11c-10.15,13.78-20.04,28.23-28.16,43.33-1.89,3.52-10.53,19.5-9.73,22,1.92,2.2,10.36,6.37,12.44,4.77,3.58-2.75,14.37-31.51,16.47-37.58,3.65-10.54,7.22-21.49,8.97-32.52ZM194.24,177.15l-10.97-5.05-3.02,9.99,10.99,4.01,3-8.95ZM159.27,223.1c12.84.77,42.49-23.45,21.19-31.69-20.37-7.87-19.17,19.3-21.19,31.69Z\"><\/path><path d=\"M100.49,97.86l.31-6.69c1.25-1.63,3.08-1.86,4.95-2.08,14.05-1.64,49.74-1.43,64.01.02,1.92.19,3.77.65,5.51,1.49,2.66,2.28.89,9.13-3.46,8.56-21.54-1.31-44.76,1.58-66.09,0-1.81-.13-3.69-.17-5.23-1.29Z\"><\/path><\/g><path d=\"M137.48,274.96C61.67,274.96,0,213.29,0,137.48S61.67,0,137.48,0s137.48,61.67,137.48,137.48-61.67,137.48-137.48,137.48ZM137.48,8.5C66.36,8.5,8.5,66.36,8.5,137.48s57.86,128.98,128.98,128.98,128.98-57.86,128.98-128.98S208.6,8.5,137.48,8.5Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBildbearbeitung &amp; Composing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWir holen das Maximum aus Ihren Bildern heraus \u2013 f\u00fcr professionelle Ergebnisse: <br>\u2022 Bildretusche &amp; -optimierung<br>\n\u2022 Farbkorrekturen &amp; Farbanpassungen<br>\n\u2022 High-End Composings f\u00fcr visuelle Highlights<br>\n\u2022 Freisteller &amp; technische Anpassungen\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-577b639 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"577b639\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"275\" height=\"275\" viewBox=\"0 0 275 275\" fill=\"none\"><g clip-path=\"url(#clip0_2211_493)\"><path d=\"M98.43 26.3201L144.13 26.4201C145.43 26.8201 158.8 40.4801 160.77 42.6001C162.74 44.7201 168.44 49.4701 168.45 52.0601C168.48 57.2701 168.77 71.1501 168.71 76.7801C168.57 89.2801 168.49 98.2801 168.62 111.21C168.66 115 165.67 117.28 162 117.33C142.99 117.58 120.6 117.58 101.23 117.33C98.33 117.26 95.9 115.57 94.97 112.82L94.87 30.1201C95.5 28.3101 96.71 27.1301 98.43 26.3401V26.3201ZM141.16 30.6101H99.78L99.05 31.3401V111.17C99.05 112.62 101.62 112.82 102.71 112.9C118.35 114.12 140.32 113.38 156.09 112.37C157.52 112.28 164.19 113.01 164.19 111.17V55.0901H143.87C143.29 55.0901 141.18 52.9701 141.18 52.4001V30.6101H141.16ZM161.25 50.2001L145.58 34.0401V50.2001H161.25Z\" fill=\"black\"><\/path><path d=\"M125 87.42V65.14C127.33 63.79 132.66 64.31 135.31 65.11C144.56 67.9 144.53 85.14 134.92 87.3C133.81 87.55 125 88.35 125 87.42ZM129.41 68.81V82.77C129.41 84.38 135.74 83.19 137 79.59C139.13 73.54 136.34 68 129.41 68.81Z\" fill=\"black\"><\/path><path d=\"M111.29 79.5901V86.6902C110.64 88.1102 106.88 87.8802 106.88 86.6902V65.1402L107.61 64.4102H117.89C122.7 64.4102 125.48 76.4602 118.77 79.0002C116.29 79.9402 113.87 79.5301 111.28 79.5901H111.29ZM111.29 75.6702C120.37 76.9002 121.01 67.0602 111.29 68.8102V75.6702Z\" fill=\"black\"><\/path><path d=\"M149.49 68.8102V74.2001L156.03 74.2701C157.25 74.6701 157.25 78.1402 156.03 78.5402L149.49 78.6102V86.6902C149.49 88.0602 145.08 88.0602 145.08 86.6902V65.1402L145.81 64.4102H157.56C158.7 65.3902 158.7 67.8402 157.56 68.8202H149.48L149.49 68.8102Z\" fill=\"black\"><\/path><path d=\"M136.07 100.2C151.92 84.35 151.92 58.56 136.07 42.71C120.22 26.86 94.43 26.86 78.58 42.71C64.18 57.11 62.86 79.71 74.63 95.61L36.53 133.71L45.07 142.25L83.17 104.15C99.07 115.91 121.67 114.6 136.07 100.2ZM83.05 95.73C69.67 82.35 69.67 60.57 83.05 47.19C96.43 33.81 118.21 33.81 131.59 47.19C144.97 60.57 144.97 82.35 131.59 95.73C118.21 109.11 96.43 109.11 83.05 95.73Z\" fill=\"black\"><\/path><path d=\"M210.67 161.02L217.86 162.92L216.78 170.13C218.22 170.93 219.59 171.98 220.8 173.14L227.36 170.16L231.12 176.71L225.31 181C225.7 182.63 225.97 184.23 225.91 186.02L232.64 188.63L230.72 195.9L223.48 194.68C222.68 196.13 221.63 197.52 220.48 198.74L223.41 205.35L216.9 209.18L212.67 203.34C211.05 203.74 209.47 204.02 207.69 203.97L205.23 210.68L198.04 208.78L199.12 201.57C197.68 200.77 196.31 199.72 195.1 198.56L188.54 201.54L184.78 194.99L190.59 190.7C190.2 189.07 189.93 187.47 189.99 185.68L183.26 183.07L185.18 175.8L192.32 176.86C193.12 175.41 194.17 174.02 195.32 172.79L192.4 166.19L198.91 162.36L203.2 168.49C204.82 168.09 206.4 167.81 208.18 167.86L210.68 161.03L210.67 161.02ZM210.6 175.85C205.08 174.39 199.38 177.74 197.9 183.32C196.42 188.9 199.72 194.63 205.24 196.09C210.76 197.55 216.46 194.2 217.94 188.62C219.45 182.91 216.12 177.31 210.6 175.85Z\" fill=\"black\"><\/path><path d=\"M157.16 130.21L163.87 125.76L168.92 131.82C170.6 131.23 172.44 130.88 174.24 130.74L176.55 123.29L184.55 124.96L183.84 132.74C185.44 133.6 186.92 134.53 188.32 135.87L195.27 132.31L199.76 139.09L193.57 144.06C194.17 145.75 194.54 147.6 194.7 149.41L202.14 151.8L200.55 159.82L192.79 159.04C191.95 160.64 191.03 162.12 189.72 163.51L193.37 170.32L186.66 174.77L181.61 168.71C179.93 169.3 178.09 169.65 176.29 169.79L173.98 177.24L165.98 175.57L166.69 167.79C165.09 166.93 163.61 166 162.21 164.66L155.26 168.22L150.77 161.44L156.76 156.43C156.16 154.74 155.79 152.89 155.63 151.08L148.19 148.69L149.78 140.67L157.82 141.61C158.66 140.01 159.58 138.53 160.89 137.14L157.16 130.21ZM169.1 140.94C163.95 144.35 162.56 151.37 166 156.58C169.44 161.79 176.45 163.24 181.6 159.83C186.75 156.42 188.14 149.4 184.7 144.2C181.17 138.87 174.25 137.54 169.1 140.95V140.94Z\" fill=\"black\"><\/path><path d=\"M225.96 100.95L232.14 105.1L228.77 111.56C229.87 112.78 230.82 114.23 231.59 115.71L238.77 115.03L240.19 122.45L233.3 124.61C233.14 126.28 232.87 127.88 232.23 129.55L237.74 134.22L233.55 140.46L227.11 136.94C225.88 138.06 224.43 139.02 222.95 139.8L223.56 147L216.15 148.5L214.06 141.6C212.4 141.46 210.81 141.2 209.15 140.57L204.64 146.11L198.46 141.96L201.83 135.5C200.73 134.28 199.78 132.83 199.01 131.35L191.83 132.03L190.41 124.61L197.3 122.45C197.46 120.78 197.73 119.18 198.37 117.51L192.86 112.84L197.05 106.6L203.46 109.93C204.69 108.81 206.14 107.85 207.62 107.07L207.01 99.8701L214.42 98.3701L216.47 105.57C218.13 105.72 219.72 105.97 221.38 106.6L225.97 100.95H225.96ZM221.05 114.95C216.31 111.77 209.83 113.08 206.61 117.87C203.39 122.66 204.64 129.15 209.39 132.34C214.13 135.52 220.61 134.21 223.83 129.42C227.12 124.52 225.8 118.14 221.06 114.95H221.05Z\" fill=\"black\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M183.32 230.33C184.25 222.64 180.92 214.74 174.04 210.19C166.86 205.49 157.82 205.75 151.04 210.21C122.39 192.16 121.97 192.14 95.96 172.13C97.01 164.64 94.03 156.86 87.49 152.11C80.85 147.29 72.25 146.96 65.44 150.57L79.51 160.75L69.52 174.58L54.93 163.98C52.94 172.03 55.82 180.87 63 186.03C70.43 191.39 80.22 191.15 87.35 186.14C115.49 203.09 115.5 204.02 141.91 223.92C140.46 231.98 143.78 240.43 151.03 245.15C158.37 250.02 167.67 249.61 174.42 244.89L159.44 234.98L168.78 220.73L183.3 230.31L183.32 230.33Z\" fill=\"black\"><\/path><path d=\"M137.48 274.96C61.67 274.96 0 213.29 0 137.48C0 61.67 61.67 0 137.48 0C213.29 0 274.96 61.67 274.96 137.48C274.96 213.29 213.29 274.96 137.48 274.96ZM137.48 8.5C66.36 8.5 8.5 66.36 8.5 137.48C8.5 208.6 66.36 266.46 137.48 266.46C208.6 266.46 266.46 208.6 266.46 137.48C266.46 66.36 208.6 8.5 137.48 8.5Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_2211_493\"><rect width=\"274.96\" height=\"274.96\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDruckvorstufe\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\nIn der Druckvorstufe werden die vom Kunden gelieferten Daten auf Druckbarkeit gepr\u00fcft, ggfs. korrigiert und f\u00fcr den Druckprozess optimiert. Dies umfasst die \u00dcberpr\u00fcfung von Bildern (Aufl\u00f6sung, Farben) und Texten (Schriften) sowie die Ausgabe als druckbare Vorlage und das Erstellen von Korrekturabz\u00fcgen f\u00fcr die Freigabe durch den Kunden. Anschlie\u00dfend werden die finalen Daten genutzt, um Druckplatten herzustellen.\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-28ce42eb elementor-widget elementor-widget-spacer\" data-id=\"28ce42eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c9f87a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c9f87a9\" data-element_type=\"section\" data-e-type=\"section\" id=\"Ueberuns\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d7fbdb3\" data-id=\"7d7fbdb3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5b7813 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer\" data-id=\"a5b7813\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa51cee elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fa51cee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-xxl\"><b>warum <\/b>VEPA?<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38a6f4ec elementor-hidden-phone elementor-widget elementor-widget-spacer\" data-id=\"38a6f4ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e29993d\" data-id=\"e29993d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-53abf0ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53abf0ca\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4c42d057\" data-id=\"4c42d057\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-01cfe7b elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"01cfe7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLangj\u00e4hrige Erfahrung in Printproduktion &amp; Gestaltung\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8aba2 elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2b8aba2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTechnisches Know-how direkt aus der Praxis\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-618529b elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"618529b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSchnelle Reaktionszeiten &amp; pers\u00f6nliche Betreuung\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adf475a elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"adf475a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAuf Wunsch: Kommunikation mit Ihrer Druckerei\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6bd6f799 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6bd6f799\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66babbb9\" data-id=\"66babbb9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b241c92 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b241c92\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-xxl\">Bereit f\u00fcr starke Printprodukte?<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b87bf27 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b87bf27\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 5\"><div class=\"layoutArea\"><div class=\"column\"><p>Ob Einzelprojekt oder umfassende Printkampagne \u2013 <br \/>wir unterstu\u0308tzen Sie von der Idee bis zum fertigen Produkt.<br \/>Sprechen wir \u00fcber Ihr Vorhaben.<\/p><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45370066 elementor-widget elementor-widget-spacer\" data-id=\"45370066\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2fa4f64 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2fa4f64\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27c4432\" data-id=\"27c4432\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa306ce elementor-widget elementor-widget-spacer\" data-id=\"aa306ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18f67c5 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"18f67c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-xxl\"><b>das <\/b>Team<b> <\/b><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3bc44954 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3bc44954\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-b10ba6b\" data-id=\"b10ba6b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-310eb97\" data-id=\"310eb97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e14b33b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"4e14b33b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp45g4r8nc.png\" title=\"Frame 7820 (1)\" alt=\"Frame 7820 (1)\" class=\"elementor-animation-float\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Manuel Pfeiffer<\/h3><p class=\"elementor-image-box-description\">Mediendesign und  Kundensupport<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-af556b9\" data-id=\"af556b9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e4fef9e elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e4fef9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7821-1-ras48tkk0njwqju5rfxpt4eyqvzvhabwc32lvyn24o.png\" title=\"Frame 7821 (1)\" alt=\"Frame 7821 (1)\" class=\"elementor-animation-float\" loading=\"lazy\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Alexander Schr\u00f6ter<\/h3><p class=\"elementor-image-box-description\">Gesch\u00e4ftsleitung<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a3a64ce\" data-id=\"a3a64ce\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2b5dcadc elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"2b5dcadc\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7746cd81\" data-id=\"7746cd81\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2134a4e3 elementor-widget elementor-widget-heading\" data-id=\"2134a4e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xl\">unsere Partner <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24cdada1 elementor-widget elementor-widget-heading\" data-id=\"24cdada1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-small\">In enger Zusammenarbeit arbeiten wir mit folgenden Partnern zusammen: <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bb8cddf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb8cddf\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-7a9ca96\" data-id=\"7a9ca96\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fabef83 elementor-widget elementor-widget-site-logo\" data-id=\"fabef83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-elementor-open-lightbox=\"\"  class='elementor-clickable' href=\"https:\/\/alfons-haaf.de\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo-set\">           \n\t\t\t\t<div class=\"hfe-site-logo-container\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"hfe-site-logo-img elementor-animation-\"  src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2021\/04\/Alfons_Haaf_Logo_2021-1024x212.png\" alt=\"Alfons_Haaf_Logo_2021\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>  \n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-67f030a\" data-id=\"67f030a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-946abe9\" data-id=\"946abe9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ca7dbe elementor-widget elementor-widget-site-logo\" data-id=\"6ca7dbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-elementor-open-lightbox=\"\"  class='elementor-clickable' href=\"https:\/\/heukaeufer-folien.de\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo-set\">           \n\t\t\t\t<div class=\"hfe-site-logo-container\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"hfe-site-logo-img elementor-animation-\"  src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2021\/04\/Heukaeufer_Logo_2021-1024x278.png\" alt=\"Heuk\u00e4ufer_Logo_2021\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>  \n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-cd574a9\" data-id=\"cd574a9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-bf1caeb\" data-id=\"bf1caeb\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1601e9e elementor-widget elementor-widget-site-logo\" data-id=\"1601e9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-elementor-open-lightbox=\"\"  class='elementor-clickable' href=\"https:\/\/die-folienspezialisten.de\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo-set\">           \n\t\t\t\t<div class=\"hfe-site-logo-container\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"hfe-site-logo-img elementor-animation-\"  src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/logo-packaging_final-1536x361-1-1024x241.png\" alt=\"_logo-packaging_final-1536x361\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>  \n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-d325320\" data-id=\"d325320\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-e1a83eb\" data-id=\"e1a83eb\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f67390 elementor-widget elementor-widget-site-logo\" data-id=\"1f67390\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-elementor-open-lightbox=\"\"  class='elementor-clickable' href=\"https:\/\/www.meine-moehren.de\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo-set\">           \n\t\t\t\t<div class=\"hfe-site-logo-container\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"hfe-site-logo-img elementor-animation-\"  src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/Logo_Meine_Moehren.png\" alt=\"Logo_Meine_M\u00f6hren\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>  \n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9ea785d elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"9ea785d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-08ee1ea\" data-id=\"08ee1ea\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d28ee9 elementor-widget elementor-widget-heading\" data-id=\"7d28ee9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xl\">Portfolio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-217da61 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\" data-id=\"217da61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-6 gallery-columns-2 gallery-size-medium_large'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc1NCwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyMS1vcHRpa2VyLWdlc2NoYWVmdHNhdXNzdGF0dHVuZy1Lb3BpZS5qcGciLCJzbGlkZXNob3ciOiIyMTdkYTYxIn0%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie.jpg'><img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster1-optiker-geschaeftsausstattung-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc1NSwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyNS1iYW5kZXJvbGUtZXN0ZXJsLWxvaWJsLUtvcGllLmpwZyIsInNsaWRlc2hvdyI6IjIxN2RhNjEifQ%3D%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie.jpg'><img decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster5-banderole-esterl-loibl-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc1OSwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyMi13aW1tZXItaW1hZ2Vicm9zY2h1ZXJlLUtvcGllLmpwZyIsInNsaWRlc2hvdyI6IjIxN2RhNjEifQ%3D%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie.jpg'><img decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster2-wimmer-imagebroschuere-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2MCwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyMy13aW1tZXItZ2VzY2hhZWZ0c2F1c3N0YXR0dW5nLUtvcGllLmpwZyIsInNsaWRlc2hvdyI6IjIxN2RhNjEifQ%3D%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster3-wimmer-geschaeftsausstattung-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NCwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyNy1mbGFjaGZvbGllLWxhLWdvdW1lcmEtS29waWUuanBnIiwic2xpZGVzaG93IjoiMjE3ZGE2MSJ9\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster7-flachfolie-la-goumera-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NiwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyNC1iYXVlci1oZWlucmljaC1mbHllci1Lb3BpZS5qcGciLCJzbGlkZXNob3ciOiIyMTdkYTYxIn0%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster4-bauer-heinrich-flyer-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NSwidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyNi1iYW5kZXJvbGUtbGF1cHVzaG9mLUtvcGllLmpwZyIsInNsaWRlc2hvdyI6IjIxN2RhNjEifQ%3D%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster6-banderole-laupushof-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"217da61\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc2NywidXJsIjoiaHR0cHM6XC9cL3ZlcGEtZ21iaC5pbmZvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wOFwvMDBfbXVzdGVyOC1icmllZmJvZ2VuLWthcmxzLWthcm90dGVuaG9mLUtvcGllLmpwZyIsInNsaWRlc2hvdyI6IjIxN2RhNjEifQ%3D%3D\" href='https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie-768x576.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" srcset=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie-768x576.jpg 768w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie-300x225.jpg 300w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie-1024x768.jpg 1024w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie-1536x1152.jpg 1536w, https:\/\/vepa-gmbh.info\/wp-content\/uploads\/2025\/08\/00_muster8-briefbogen-karls-karottenhof-Kopie.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d85424 elementor-section-height-full elementor-section-items-stretch elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default\" data-id=\"8d85424\" data-element_type=\"section\" data-e-type=\"section\" id=\"Kontakt\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-265f4d9\" data-id=\"265f4d9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c2ba78a elementor-hidden-phone elementor-widget elementor-widget-spacer\" data-id=\"c2ba78a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f04aa37 ha-has-bg-overlay elementor-widget elementor-widget-shortcode\" data-id=\"f04aa37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"forminator-ui forminator-custom-form forminator-custom-form-793 forminator-design--flat  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-793\" data-uid=\"69f886b4c5562\"><br\/><\/div><form\r\n\t\t\t\tid=\"forminator-module-793\"\r\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-793 forminator-design--flat  forminator_ajax\"\r\n\t\t\t\tmethod=\"post\"\r\n\t\t\t\tdata-forminator-render=\"0\"\r\n\t\t\t\tdata-form-id=\"793\"\r\n\t\t\t\t\r\n\t\t\t\tdata-design=\"flat\"\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tdata-grid=\"open\"\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tstyle=\"display: none;\"\r\n\t\t\t\t\r\n\t\t\t\tdata-uid=\"69f886b4c5562\"\r\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"name-1\" class=\"forminator-field-name forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-name-1_69f886b4c5562\" id=\"forminator-field-name-1_69f886b4c5562-label\" class=\"forminator-label\">Name <span class=\"forminator-required\">*<\/span><\/label><input type=\"text\" name=\"name-1\" value=\"\" placeholder=\"Marta Musterfrau\" id=\"forminator-field-name-1_69f886b4c5562\" class=\"forminator-input forminator-name--field\" aria-required=\"true\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_69f886b4c5562\" id=\"forminator-field-email-1_69f886b4c5562-label\" class=\"forminator-label\">E-Mail Adresse <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"marta@musterfrau.de\" id=\"forminator-field-email-1_69f886b4c5562\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" \/><\/div><\/div><div id=\"phone-1\" class=\"forminator-field-phone forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-phone-1_69f886b4c5562\" id=\"forminator-field-phone-1_69f886b4c5562-label\" class=\"forminator-label\">Telefonnummer<\/label><input type=\"text\" name=\"phone-1\" value=\"\" placeholder=\"+49 3004005000\" id=\"forminator-field-phone-1_69f886b4c5562\" class=\"forminator-input forminator-field--phone\" data-required=\"\" aria-required=\"false\" autocomplete=\"off\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_69f886b4c5562\" id=\"forminator-field-textarea-1_69f886b4c5562-label\" class=\"forminator-label\">Nachricht<\/label><textarea name=\"textarea-1\" placeholder=\"Nachricht\" id=\"forminator-field-textarea-1_69f886b4c5562\" class=\"forminator-textarea\" rows=\"6\" style=\"min-height:140px;\" maxlength=\"180\" ><\/textarea><span id=\"forminator-field-textarea-1_69f886b4c5562-description\" class=\"forminator-description\"><span data-limit=\"180\" data-type=\"characters\">0 \/ 180<\/span><\/span><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">abschicken<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"2cd0e044a4\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F6\" \/><input type=\"hidden\" name=\"form_id\" value=\"793\"><input type=\"hidden\" name=\"page_id\" value=\"6\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/vepa-gmbh.info\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><label for=\"input_5\" class=\"forminator-hidden\" aria-hidden=\"true\">Bitte f\u00fclle dieses Feld nicht aus. <input id=\"input_5\" type=\"text\" name=\"input_5\" value=\"\" autocomplete=\"off\"><\/label><\/form><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ec9e77 elementor-widget elementor-widget-spacer\" data-id=\"1ec9e77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dd2e024\" data-id=\"dd2e024\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-08a1c43 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"08a1c43\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-xl\">Kontaktieren Sie uns<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0d64a3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d0d64a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22f762b elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"22f762b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-envelope\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSie wollen uns direkt erreichen? \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tinfo@vepa-gmbh.info \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d341cf elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0d341cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTelefonnummer\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t+49 2366 1800 13\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33e2915 elementor-position-inline-start elementor-view-framed elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"33e2915\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-location-arrow\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBesuchen Sie uns \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHerner Str. 186-190 <br>\nD - 45699 Herten\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c50448 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c50448\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544ccd1\" data-id=\"544ccd1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-339b21c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"339b21c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f1d9b32\" data-id=\"f1d9b32\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Verpackung? Klar. Aber wir k\u00f6nnen auch den Rest. Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir. Machen wir. Gesch\u00e4ftsausstattung, Flyer, Plakat? K\u00f6nnen wir. Machen wir. Layout &amp; Design f\u00fcr Printmedien Reinzeichnung &amp; Druckdaten-Erstellung Bildbearbeitung &amp; Composing Druckvorstufe Qualit\u00e4t &#8211; Flexibilit\u00e4t &#8211; Individualit\u00e4t Das sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir arbeiten als Design-Agentur eng mit unseren Kunden [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Vepa GmbH<\/title>\n<meta name=\"description\" content=\"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vepa-gmbh.info\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vepa GmbH\" \/>\n<meta property=\"og:description\" content=\"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vepa-gmbh.info\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T14:38:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/\",\"url\":\"https:\\\/\\\/vepa-gmbh.info\\\/\",\"name\":\"Vepa GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vepa-gmbh.info\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png\",\"datePublished\":\"2021-04-13T12:40:34+00:00\",\"dateModified\":\"2026-01-15T14:38:27+00:00\",\"description\":\"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vepa-gmbh.info\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vepa-gmbh.info\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png\",\"contentUrl\":\"https:\\\/\\\/vepa-gmbh.info\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/vepa-gmbh.info\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vepa-gmbh.info\\\/#website\",\"url\":\"https:\\\/\\\/vepa-gmbh.info\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vepa-gmbh.info\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vepa GmbH","description":"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.","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:\/\/vepa-gmbh.info\/","og_locale":"de_DE","og_type":"article","og_title":"Vepa GmbH","og_description":"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.","og_url":"https:\/\/vepa-gmbh.info\/","article_modified_time":"2026-01-15T14:38:27+00:00","og_image":[{"url":"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vepa-gmbh.info\/","url":"https:\/\/vepa-gmbh.info\/","name":"Vepa GmbH","isPartOf":{"@id":"https:\/\/vepa-gmbh.info\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vepa-gmbh.info\/#primaryimage"},"image":{"@id":"https:\/\/vepa-gmbh.info\/#primaryimage"},"thumbnailUrl":"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png","datePublished":"2021-04-13T12:40:34+00:00","dateModified":"2026-01-15T14:38:27+00:00","description":"Qualit\u00e4t - Flexibilit\u00e4t - Individualit\u00e4t sind die St\u00e4rken, die unsere Kunden sch\u00e4tzen. Wir garantieren schnelle Lieferzeiten und hervorragende Ergebnisse.","breadcrumb":{"@id":"https:\/\/vepa-gmbh.info\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vepa-gmbh.info\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/vepa-gmbh.info\/#primaryimage","url":"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png","contentUrl":"https:\/\/vepa-gmbh.info\/wp-content\/uploads\/elementor\/thumbs\/Frame-7820-1-ras48qr1g5g1rpy97wpu3n4kyqdru70pbp457v2ebk.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vepa-gmbh.info\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/vepa-gmbh.info\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/vepa-gmbh.info\/#website","url":"https:\/\/vepa-gmbh.info\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vepa-gmbh.info\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":252,"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":2806,"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/2806"}],"wp:attachment":[{"href":"https:\/\/vepa-gmbh.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}