{"id":2848,"date":"2016-12-02T22:07:17","date_gmt":"2016-12-02T14:07:17","guid":{"rendered":"http:\/\/www.custom-displays.com\/?page_id=2848"},"modified":"2026-07-25T13:29:02","modified_gmt":"2026-07-25T05:29:02","slug":"how-to-order","status":"publish","type":"page","link":"https:\/\/www.sundayknight.com\/de\/how-to-order\/","title":{"rendered":"Wie bestellen?"},"content":{"rendered":"<style>\n.sk-flow-wrap * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n.sk-flow-wrap {\n    padding: 40px 15px;\n    max-width: 1280px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n}\n.sk-flow-title {\n    text-align: center;\n    font-size: 28px;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 30px;\n}\n\/* \u684c\u9762 6 \u6b65\u6a2a\u5411 *\/\n.sk-desktop-flow {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 8px;\n}\n\/* \u5e73\u677f 3+3 *\/\n.sk-tablet-flow {\n    display: none;\n    flex-direction: column;\n    gap: 24px;\n}\n.sk-tablet-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 8px;\n}\n\/* \u624b\u673a\u5355\u5217 *\/\n.sk-mobile-flow {\n    display: none;\n    flex-direction: column;\n    align-items: center;\n    gap: 0;\n}\n.sk-step {\n    flex: 1;\n    min-width: 120px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    transition: transform 0.3s ease;\n}\n.sk-step:hover {\n    transform: translateY(-8px);\n}\n.sk-circle {\n    width: 90px;\n    height: 90px;\n    border-radius: 50%;\n    background: #f9a865;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    transition: background 0.3s ease;\n}\n.sk-step:hover .sk-circle {\n    background: #f28c38;\n}\n.sk-circle svg {\n    width: 42px;\n    height: 42px;\n    fill: #fff;\n}\n.sk-step h3 {\n    font-size: 16px;\n    color: #1e293b;\n    font-weight: 600;\n    line-height: 1.4;\n}\n\/* \u6c34\u5e73\u7bad\u5934 *\/\n.sk-arrow-h {\n    width: 28px;\n    height: 4px;\n    background: #d92525;\n    position: relative;\n    margin-top: -45px;\n    flex-shrink: 0;\n}\n.sk-arrow-h::after {\n    content: \"\";\n    position: absolute;\n    right: 0;\n    top: -6px;\n    border-top: 8px solid transparent;\n    border-bottom: 8px solid transparent;\n    border-left: 14px solid #d92525;\n}\n\/* \u5e73\u677f\u4e24\u884c\u4e4b\u95f4\u5782\u76f4\u7bad\u5934 *\/\n.sk-arrow-v-gap {\n    width: 4px;\n    height: 40px;\n    background: #d92525;\n    position: relative;\n    margin: 0 auto;\n}\n.sk-arrow-v-gap::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: -6px;\n    border-left: 8px solid transparent;\n    border-right: 8px solid transparent;\n    border-top: 14px solid #d92525;\n}\n\/* \u624b\u673a\u5782\u76f4\u7bad\u5934 *\/\n.sk-arrow-v {\n    width: 4px;\n    height: 40px;\n    background: #d92525;\n    position: relative;\n    margin: 0 auto;\n}\n.sk-arrow-v::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: -6px;\n    border-left: 8px solid transparent;\n    border-right: 8px solid transparent;\n    border-top: 14px solid #d92525;\n}\n\/* FAQ *\/\n.sk-faq {\n    margin-top: 60px;\n    background: #f8fafc;\n    padding: 24px 30px;\n    border-radius: 8px;\n}\n.sk-faq h4 {\n    font-size: 20px;\n    margin-bottom: 16px;\n    color: #0f172a;\n}\n.sk-faq ul {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    grid-template-rows: repeat(2, auto);\n    gap: 12px 24px;\n}\n.sk-faq li {\n    font-size: 14px;\n    line-height: 1.5;\n    color: #334155;\n}\n.sk-faq li strong {\n    color: #0f172a;\n}\n\/* CTA \u6309\u94ae - \u9152\u7ea2\u8272 *\/\n.sk-cta {\n    margin-top: 40px;\n    text-align: center;\n}\n.sk-cta a.button_default {\n    display: inline-block !important;\n    background: #922b21 !important;          \/* \u9152\u7ea2\u8272 *\/\n    color: #ffffff !important;\n    padding: 14px 32px !important;\n    border-radius: 6px !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    text-decoration: none !important;\n    border: none !important;\n    box-shadow: 0 4px 12px rgba(146, 43, 33, 0.35) !important;\n    transition: all 0.3s ease !important;\n    line-height: 1.4 !important;\n}\n.sk-cta a.button_default:hover {\n    background: #7a1f1a !important;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(146, 43, 33, 0.45) !important;\n}\n\/* \u54cd\u5e94\u5f0f *\/\n@media screen and (max-width: 992px) and (min-width: 768px) {\n    .sk-desktop-flow {\n        display: none;\n    }\n    .sk-tablet-flow {\n        display: flex;\n    }\n    .sk-circle {\n        width: 80px;\n        height: 80px;\n    }\n    .sk-circle svg {\n        width: 36px;\n        height: 36px;\n    }\n    .sk-arrow-h {\n        width: 22px;\n        margin-top: -40px;\n    }\n}\n@media screen and (max-width: 767px) {\n    .sk-desktop-flow,\n    .sk-tablet-flow {\n        display: none;\n    }\n    .sk-mobile-flow {\n        display: flex;\n    }\n    .sk-circle {\n        width: 76px;\n        height: 76px;\n    }\n    .sk-circle svg {\n        width: 34px;\n        height: 34px;\n    }\n    .sk-step h3 {\n        font-size: 15px;\n    }\n    .sk-faq ul {\n        grid-template-columns: 1fr;\n        grid-template-rows: auto;\n    }\n}\n<\/style>\n<div class=\"sk-flow-wrap\">\n<h2 class=\"sk-flow-title\">Unser einfacher 6-stufiger Fertigungsprozess f\u00fcr ma\u00dfgefertigte Acrylprodukte<\/h2>\n<p>    <!-- \u684c\u9762 6 \u6b65 --><\/p>\n<div class=\"sk-desktop-flow\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Sagen Sie uns, was Sie brauchen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                    <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>L\u00f6sung und Angebot anfordern<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                    <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Holen Sie sich Ihren Prototyp<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Best\u00e4tigung der Bestellung<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                    <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Massenware herstellen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Weltweiter Versand<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- \u5e73\u677f 3+3 --><\/p>\n<div class=\"sk-tablet-flow\">\n<div class=\"sk-tablet-row\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>Sagen Sie uns, was Sie brauchen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                        <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>L\u00f6sung und Angebot anfordern<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                        <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>Holen Sie sich Ihren Prototyp<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"sk-arrow-v-gap\"><\/div>\n<div class=\"sk-tablet-row\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>Best\u00e4tigung der Bestellung<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                        <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>Massenware herstellen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>Weltweiter Versand<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- \u624b\u673a\u5355\u5217 --><\/p>\n<div class=\"sk-mobile-flow\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Sagen Sie uns, was Sie brauchen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                    <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>L\u00f6sung und Angebot anfordern<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                    <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Holen Sie sich Ihren Prototyp<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Best\u00e4tigung der Bestellung<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                    <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Massenware herstellen<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>Weltweiter Versand<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FAQ --><\/p>\n<div class=\"sk-faq\">\n<h4>Wichtige h\u00e4ufig gestellte Fragen (FAQ)<\/h4>\n<ul>\n<li><strong>MOQ:<\/strong> Standardmenge: 100 St\u00fcck; der St\u00fcckpreis sinkt bei gr\u00f6\u00dferen Bestellungen<\/li>\n<li><strong>Individuelles Logo:<\/strong> UV-Druck, Siebdruck, Gravur, Radierung und Vinyl-Aufkleber<\/li>\n<li><strong>Qualit\u00e4tsgarantie:<\/strong> Kostenlose Nachbesserung oder vollst\u00e4ndige R\u00fcckerstattung bei nachweislich defekten Waren<\/li>\n<li><strong>Bezahlung:<\/strong> T\/T-\u00dcberweisung, PayPal und weitere Zahlungsm\u00f6glichkeiten stehen zur Verf\u00fcgung<\/li>\n<\/ul><\/div>\n<p>    <!-- CTA --><\/p>\n<div class=\"sk-cta\">\n<p style=\"text-align: center;\">\n            <a class=\"fancybox button_default small icon-edit-alt margin-t0 aligncenter\" href=\"#contact_form_pop\">Sprechen Sie mit unseren Experten<br \/>\n<\/a>\n        <\/p>\n<div class=\"fancybox-hidden\" style=\"display: none;\">\n<div id=\"contact_form_pop\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2438-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2438\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/2848#wpcf7-f2438-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Kontakt-Formular\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/de\/wp-json\/wp\/v2\/pages\/2848#wpcf7-f2438-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2438\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2438-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div id=\"enquiry-form\">\n\t<p class=\"t\">Ihr Name:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t<\/p>\n\t<p class=\"t\">Ihre E-Mail:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-Mail\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t<\/p>\n\t<p class=\"t\">Nachricht:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ihre Nachricht\" name=\"your-message\"><\/textarea><\/span>\n\t<\/p>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n\t<p class=\"t\"><span class=\"wpcf7-form-control-wrap\" data-name=\"quiz-math\"><label><span class=\"wpcf7-quiz-label\">Bitte antworten Sie 1+2=?<\/span> <input size=\"40\" class=\"wpcf7-form-control wpcf7-quiz quiz\" autocomplete=\"off\" aria-required=\"true\" aria-invalid=\"false\" type=\"text\" name=\"quiz-math\" \/><\/label><input type=\"hidden\" name=\"_wpcf7_quiz_answer_quiz-math\" value=\"35271466e2e2fc2cd3f5bd67f06efa67\" \/><\/span>\n\t<\/p>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Senden Sie\" \/>\n\t<\/p>\n<\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form>\n<\/div>\n<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2848","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight<\/title>\n<meta name=\"description\" content=\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sundayknight.com\/de\/how-to-order\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight\" \/>\n<meta property=\"og:description\" content=\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sundayknight.com\/de\/how-to-order\/\" \/>\n<meta property=\"og:site_name\" content=\"Sunday Knight\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-25T05:29:02+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\",\"name\":\"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#website\"},\"datePublished\":\"2016-12-02T14:07:17+00:00\",\"dateModified\":\"2026-07-25T05:29:02+00:00\",\"description\":\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sundayknight.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Order\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#website\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/\",\"name\":\"Sunday Knight\",\"description\":\"Custom Acrylic Displays, Boxes &amp; Trays\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#organization\"},\"alternateName\":\"Sunday Knight Co Ltd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.sundayknight.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#organization\",\"name\":\"Sunday Knight Co. Ltd\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/LOGO202107182.png\",\"contentUrl\":\"https:\\\/\\\/www.sundayknight.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/LOGO202107182.png\",\"width\":414,\"height\":80,\"caption\":\"Sunday Knight Co. Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ma\u00dfgeschneiderte Acryl-Fertigungsdienstleistungen | Individuelle L\u00f6sungen | Sunday Knight","description":"Sind Sie auf der Suche nach ma\u00dfgeschneiderten Acryll\u00f6sungen? Vom Entwurf \u00fcber den Prototypenbau bis hin zur Serienfertigung bieten wir Ihnen professionelle Fertigung, kurze Lieferzeiten und weltweiten Versand. Kontaktieren Sie uns f\u00fcr ein Angebot.","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:\/\/www.sundayknight.com\/de\/how-to-order\/","og_locale":"de_DE","og_type":"article","og_title":"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight","og_description":"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.","og_url":"https:\/\/www.sundayknight.com\/de\/how-to-order\/","og_site_name":"Sunday Knight","article_modified_time":"2026-07-25T05:29:02+00:00","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sundayknight.com\/how-to-order\/","url":"https:\/\/www.sundayknight.com\/how-to-order\/","name":"Ma\u00dfgeschneiderte Acryl-Fertigungsdienstleistungen | Individuelle L\u00f6sungen | Sunday Knight","isPartOf":{"@id":"https:\/\/www.sundayknight.com\/#website"},"datePublished":"2016-12-02T14:07:17+00:00","dateModified":"2026-07-25T05:29:02+00:00","description":"Sind Sie auf der Suche nach ma\u00dfgeschneiderten Acryll\u00f6sungen? Vom Entwurf \u00fcber den Prototypenbau bis hin zur Serienfertigung bieten wir Ihnen professionelle Fertigung, kurze Lieferzeiten und weltweiten Versand. Kontaktieren Sie uns f\u00fcr ein Angebot.","breadcrumb":{"@id":"https:\/\/www.sundayknight.com\/how-to-order\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sundayknight.com\/how-to-order\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sundayknight.com\/how-to-order\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sundayknight.com\/"},{"@type":"ListItem","position":2,"name":"How To Order"}]},{"@type":"WebSite","@id":"https:\/\/www.sundayknight.com\/#website","url":"https:\/\/www.sundayknight.com\/","name":"Sonntags-Ritter","description":"Ma\u00dfgefertigte Acryl-Pr\u00e4sentationsst\u00e4nder, -boxen und -schalen","publisher":{"@id":"https:\/\/www.sundayknight.com\/#organization"},"alternateName":"Sunday Knight Co Ltd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sundayknight.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.sundayknight.com\/#organization","name":"Sunday Knight Co. Ltd","url":"https:\/\/www.sundayknight.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.sundayknight.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.sundayknight.com\/wp-content\/uploads\/2021\/07\/LOGO202107182.png","contentUrl":"https:\/\/www.sundayknight.com\/wp-content\/uploads\/2021\/07\/LOGO202107182.png","width":414,"height":80,"caption":"Sunday Knight Co. Ltd"},"image":{"@id":"https:\/\/www.sundayknight.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/pages\/2848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/comments?post=2848"}],"version-history":[{"count":5,"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/pages\/2848\/revisions"}],"predecessor-version":[{"id":42208,"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/pages\/2848\/revisions\/42208"}],"wp:attachment":[{"href":"https:\/\/www.sundayknight.com\/de\/wp-json\/wp\/v2\/media?parent=2848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}