{"id":554,"date":"2026-02-18T15:31:05","date_gmt":"2026-02-18T15:31:05","guid":{"rendered":"https:\/\/caseo.be\/contact\/"},"modified":"2026-06-22T16:10:17","modified_gmt":"2026-06-22T16:10:17","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/caseo.be\/de\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"554\" class=\"elementor elementor-554 elementor-28\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-351e6227 e-con-full e-flex e-con e-parent\" data-id=\"351e6227\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53197ffb elementor-widget elementor-widget-html\" data-id=\"53197ffb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"de\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n<title>Contact - Caseo<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n:root{\n  --brand:#095292;\n  --brand-dark:#073f70;\n  --bg:#f7f9fc;\n  --card:#ffffff;\n  --text:#0f172a;\n  --muted:#5b6472;\n  --line:#e5e7eb;\n  --shadow:0 16px 46px rgba(15,23,42,.08);\n  --radius:20px;\n}\n*{box-sizing:border-box}\nhtml,body{margin:0;padding:0}\nbody{\n  font-family:\"Montserrat\",sans-serif;\n  background:var(--bg);\n  color:var(--text);\n  line-height:1.7;\n}\na{text-decoration:none}\n.caseo-container{\n  width:min(1200px, calc(100% - 40px));\n  margin:0 auto;\n}\n.caseo-section{padding:60px 0}\n.caseo-grid{display:grid;gap:22px}\n.caseo-grid-3{grid-template-columns:repeat(3,1fr)}\n.caseo-grid-2{grid-template-columns:repeat(2,1fr)}\n.caseo-card{\n  background:var(--card);\n  padding:26px 24px;\n  border-radius:var(--radius);\n  border:1px solid var(--line);\n  box-shadow:var(--shadow);\n}\n.caseo-contact-item a,\n.caseo-contact-item a:hover{\n  color:#095292 !important;\n  text-decoration:none;\n}\n.caseo-card h3,\n.caseo-card h2{\n  margin:0 0 10px;\n  font-weight:800;\n}\n.caseo-card p{\n  margin:0;\n  color:var(--muted);\n  font-size:14px;\n}\n.caseo-link{\n  color:var(--brand);\n  font-weight:700;\n  word-break:break-word;\n}\n.caseo-kicker{\n  display:inline-block;\n  margin-bottom:12px;\n  padding:7px 13px;\n  border-radius:999px;\n  background:rgba(9,82,146,.08);\n  color:var(--brand);\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:.4px;\n  text-transform:uppercase;\n}\n.caseo-hero{\n  position:relative;\n  padding:72px 0 82px;\n  background:linear-gradient(180deg, var(--brand), #0b5ea8);\n  overflow:hidden;\n}\n.caseo-hero::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    radial-gradient(circle at 20% 20%, rgba(255,255,255,.10), transparent 35%),\n    radial-gradient(circle at 80% 15%, rgba(255,255,255,.07), transparent 30%);\n  pointer-events:none;\n}\n.caseo-breadcrumbs{\n  position:relative;\n  z-index:1;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  margin-bottom:20px;\n  color:rgba(255,255,255,.88);\n  font-size:13px;\n  font-weight:600;\n}\n.caseo-breadcrumbs a{\n  color:rgba(255,255,255,.88);\n}\n.caseo-breadcrumbs span.current{\n  color:#fff;\n}\n.caseo-breadcrumbs .sep{\n  opacity:.7;\n}\n.caseo-hero__content{\n  position:relative;\n  z-index:1;\n  text-align:center;\n  max-width:820px;\n  margin:0 auto;\n}\n.caseo-hero__content h1{\n  margin:0 0 14px;\n  font-size:clamp(34px,4vw,64px);\n  line-height:1.08;\n  font-weight:800;\n  color:#fff;\n}\n.caseo-hero__content p{\n  margin:0 auto;\n  max-width:760px;\n  font-size:16px;\n  color:rgba(255,255,255,.88);\n}\n.caseo-contact-item strong{\n  display:block;\n  margin-bottom:6px;\n  font-size:18px;\n  color:var(--text);\n}\n.caseo-contact-item small{\n  display:block;\n  margin-top:6px;\n  color:var(--muted);\n  font-size:13px;\n}\n.caseo-info-note{\n  margin-top:18px;\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:16px;\n  padding:18px 18px;\n  color:var(--muted);\n  font-size:14px;\n  box-shadow:var(--shadow);\n}\n.caseo-hours{\n  display:grid;\n  gap:10px;\n}\n.caseo-hours__row{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:18px;\n  padding:10px 0;\n  border-bottom:1px solid var(--line);\n}\n.caseo-hours__row:last-child{\n  border-bottom:none;\n}\n.caseo-hours__row span:first-child{\n  font-weight:700;\n  color:var(--text);\n}\n.caseo-hours__row span:last-child{\n  color:var(--muted);\n}\n.caseo-form input,\n.caseo-form textarea{\n  width:100%;\n  padding:14px 14px;\n  border:1px solid var(--line);\n  border-radius:12px;\n  margin-bottom:14px;\n  font-family:\"Montserrat\",sans-serif;\n  font-size:14px;\n  outline:none;\n  transition:border-color .2s ease, box-shadow .2s ease;\n}\n.caseo-form input:focus,\n.caseo-form textarea:focus{\n  border-color:var(--brand);\n  box-shadow:0 0 0 4px rgba(9,82,146,.08);\n}\n.caseo-form textarea{\n  resize:vertical;\n  min-height:140px;\n}\n.caseo-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:48px;\n  padding:13px 22px;\n  border:none;\n  border-radius:12px;\n  background:var(--brand);\n  color:#fff;\n  font-family:\"Montserrat\",sans-serif;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  transition:background .2s ease, transform .2s ease;\n}\n.caseo-btn:hover{\n  background:#0b5ea8;\n  transform:translateY(-2px);\n}\n.caseo-form-status{\n  display:none;\n  margin-top:12px;\n  font-size:12px;\n  line-height:1.6;\n  color:var(--muted);\n}\n.caseo-form-status.is-visible{\n  display:block;\n}\n@media (max-width:980px){\n  .caseo-grid-3{grid-template-columns:1fr}\n  .caseo-grid-2{grid-template-columns:1fr}\n}\n.caseo-contact-grid-4{grid-template-columns:repeat(4,1fr);gap:22px}\n@media (max-width:980px){\n  .caseo-contact-grid-4{grid-template-columns:1fr}\n}\n@media (max-width:640px){\n  .caseo-container{width:calc(100% - 22px)}\n  .caseo-hero{padding:48px 0 58px}\n  .caseo-breadcrumbs{\n    flex-wrap:wrap;\n    gap:8px;\n    margin-bottom:16px;\n  }\n  .caseo-hero__content p{\n    font-size:15px;\n  }\n  .caseo-card{\n    padding:22px 18px;\n  }\n}\n<\/style>\n<\/head>\n<body>\n\n<section class=\"caseo-hero\">\n  <div class=\"caseo-container\">\n    <nav class=\"caseo-breadcrumbs\" aria-label=\"Breadcrumb\">\n      <a href=\"\/\">Startseite<\/a>\n      <span class=\"sep\">\/<\/span>\n      <span class=\"current\">Kontakt<\/span>\n    <\/nav>\n\n    <div class=\"caseo-hero__content\">\n      <h1>Kontaktieren Sie uns<\/h1>\n      <p>Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"caseo-section\">\n  <div class=\"caseo-container\">\n    <div class=\"caseo-grid caseo-contact-grid-4\">\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">Telefon<\/span>\n        <div class=\"caseo-contact-item\">\n          <strong>+32 (0) 3 646 15 43<\/strong>\n          <p>Allgemein<\/p>\n          <small>Empfang &amp; Weiterleitung<\/small>\n        <\/div>\n      <\/div>\n\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">E-mail<\/span>\n        <div class=\"caseo-contact-item\">\n          <strong><a class=\"caseo-link\" href=\"mailto:info@caseo.be\">info@caseo.be<\/a><\/strong>\n          <p>Allgemein<\/p>\n          <small>Fur allgemeine Fragen und Informationen<\/small>\n        <\/div>\n      <\/div>\n\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">E-mail<\/span>\n        <div class=\"caseo-contact-item\">\n          <strong><a class=\"caseo-link\" href=\"mailto:sales@caseo.be\">sales@caseo.be<\/a><\/strong>\n          <p>Vertrieb<\/p>\n          <small>Fur Angebote, Preise und Verfugbarkeit<\/small>\n        <\/div>\n      <\/div>\n\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">E-mail<\/span>\n        <div class=\"caseo-contact-item\">\n          <strong><a class=\"caseo-link\" href=\"mailto:administration@caseo.be\">administration@caseo.be<\/a><\/strong>\n          <p>Buchhaltung<\/p>\n          <small>Fur Rechnungen und Zahlungen<\/small>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"caseo-info-note\">\n      Haben Sie eine Frage? Kontaktieren Sie uns gerne, wir helfen Ihnen gerne weiter.\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"caseo-section\" style=\"padding-top:0;\">\n  <div class=\"caseo-container\">\n    <div class=\"caseo-grid caseo-grid-3\">\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">Adresse<\/span>\n        <h3>Caseo Antwerpen<\/h3>\n        <p>Elsenstraat 2<br>2170 Antwerpen, Belgien<\/p>\n        <p style=\"margin-top:10px;\">Hauptsitz &amp; Lager.<br>Zentraler Standort fur Lieferungen in die Region Antwerpen und daruber hinaus.<\/p>\n      <\/div>\n\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">Adresse<\/span>\n        <h3>Caseo Charleroi<\/h3>\n        <p>Rue Vital Fran\u00e7oise 220<br>6001 Charleroi, Belgien<\/p>\n        <p style=\"margin-top:10px;\">Lager &amp; Logistik-Hub.<br>Ideal fur Lieferungen in Wallonien und Nordfrankreich.<\/p>\n      <\/div>\n\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">Adresse<\/span>\n        <h3>Caseo Essen<\/h3>\n        <p>Am Stadthafen 12<br>45356 Essen, Duitsland<\/p>\n        <p style=\"margin-top:10px;\">Deutscher Standort.<br>Unterstutzung fur Projekte in Deutschland und den Grenzregionen.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"caseo-section\" style=\"padding-top:0;\">\n  <div class=\"caseo-container\">\n    <div class=\"caseo-grid caseo-grid-2\">\n      <div class=\"caseo-card\">\n        <span class=\"caseo-kicker\">Offnungszeiten<\/span>\n        <h2>An Werktagen erreichbar<\/h2>\n        <div class=\"caseo-hours\">\n          <div class=\"caseo-hours__row\"><span>Montag<\/span><span>08:00 \u2013 17:00<\/span><\/div>\n          <div class=\"caseo-hours__row\"><span>Dienstag<\/span><span>08:00 \u2013 17:00<\/span><\/div>\n          <div class=\"caseo-hours__row\"><span>Mittwoch<\/span><span>08:00 \u2013 17:00<\/span><\/div>\n          <div class=\"caseo-hours__row\"><span>Donnerstag<\/span><span>08:00 \u2013 17:00<\/span><\/div>\n          <div class=\"caseo-hours__row\"><span>Freitag<\/span><span>08:00 \u2013 17:00<\/span><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"caseo-card caseo-form\">\n        <span class=\"caseo-kicker\">Kontaktformular<\/span>\n        <h2>Senden Sie uns eine Nachricht<\/h2>\n        <p style=\"margin:0 0 18px;color:var(--muted);font-size:14px;\">Wir werden uns so schnell wie moglich bezuglich Ihrer Nachricht mit Ihnen in Verbindung setzen.<\/p>\n\n        <form action=\"\/wp-admin\/admin-post.php\" method=\"POST\">\n          <input type=\"hidden\" name=\"action\" value=\"caseo_contact_form\">\n          <input type=\"hidden\" name=\"redirect_url\" value=\"\/de\/contact\/\">\n          <input type=\"text\" name=\"name\" placeholder=\"Name\" required>\n          <input type=\"email\" name=\"email\" placeholder=\"E-mail\" required>\n          <input type=\"text\" name=\"subject\" placeholder=\"Betreff\">\n          <textarea name=\"message\" placeholder=\"Nachricht\" required><\/textarea>\n          <button class=\"caseo-btn\" type=\"submit\">Senden<\/button>\n        <\/form>\n        <div class=\"caseo-form-status\" id=\"caseo-form-status\">Ihre Nachricht wurde gesendet. Wir werden uns so schnell wie moglich bei Ihnen melden.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<script>\n  (function() {\n    const caseoParams = new URLSearchParams(window.location.search);\n    const caseoStatus = document.getElementById('caseo-form-status');\n    if (caseoParams.get('caseo_sent') === '1' && caseoStatus) {\n      caseoStatus.classList.add('is-visible');\n    }\n  })();\n<\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-517372e elementor-widget elementor-widget-html\" data-id=\"517372e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"caseo-contact-faq-map\">\n  <div class=\"caseo-container\">\n    <div class=\"caseo-contact-faq-map__grid\">\n\n      <!-- LEFT: MAP -->\n      <div class=\"caseo-contact-map-card\">\n        <span class=\"caseo-kicker\">Standort<\/span>\n        <h2>Besuchen Sie unsere Niederlassung<\/h2>\n       \n\n        <div class=\"caseo-contact-map-card__map\">\n          <iframe\n            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d156.12102021039743!2d4.433330155294192!3d51.23866759821652!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c3f7b9e80d2d49%3A0x4757de42121a7cb6!2sCaseo%20Steel%20Center%20Nv!5e0!3m2!1snl!2snl!4v1775752607826!5m2!1snl!2snl\"\n            width=\"600\"\n            height=\"450\"\n            style=\"border:0;\"\n            allowfullscreen=\"\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n        <\/div>\n      <\/div>\n\n      <!-- RIGHT: FAQ -->\n      <div class=\"caseo-contact-faq-card\">\n        <span class=\"caseo-kicker\">FAQ<\/span>\n        <h2>H&auml;ufig gestellte Fragen<\/h2>\n        <p class=\"caseo-contact-faq-card__desc\">\n          Schnelle Antworten auf die h&auml;ufigsten Fragen zu Kontakt, Angeboten und Lieferungen.\n        <\/p>\n\n        <div class=\"caseo-faq-list\">\n\n          <details class=\"caseo-faq-item\" open>\n            <summary>Wie schnell erhalte ich eine Antwort?<\/summary>\n            <div class=\"caseo-faq-item__content\">\n              Wir versuchen, Anfragen und Kontaktmitteilungen w&auml;hrend der B&uuml;rozeiten so schnell wie m&ouml;glich zu beantworten.\n            <\/div>\n          <\/details>\n\n          <details class=\"caseo-faq-item\">\n            <summary>Kann ich per E-Mail ein Angebot anfordern?<\/summary>\n            <div class=\"caseo-faq-item__content\">\n              Ja, Sie k&ouml;nnen einfach ein Angebot &uuml;ber sales@caseo.be oder &uuml;ber das Kontaktformular auf dieser Seite anfordern.\n            <\/div>\n          <\/details>\n\n          <details class=\"caseo-faq-item\">\n            <summary>Kann ich wegen einer bestehenden Bestellung anrufen?<\/summary>\n            <div class=\"caseo-faq-item__content\">\n              Ja, halten Sie bitte Ihre Referenz- oder Bestellnummer bereit, damit wir Ihnen schneller helfen k&ouml;nnen.\n            <\/div>\n          <\/details>\n\n          <details class=\"caseo-faq-item\">\n            <summary>Unterst&uuml;tzen Sie auch Lieferanten und Einkaufsanfragen?<\/summary>\n            <div class=\"caseo-faq-item__content\">\n              Ja, f&uuml;r Lieferanten, Termine und Einkaufsfragen k&ouml;nnen Sie unsere Einkaufsabteilung kontaktieren.\n            <\/div>\n          <\/details>\n\n          <details class=\"caseo-faq-item\">\n            <summary>Liefern Sie auch au&szlig;erhalb Belgiens?<\/summary>\n            <div class=\"caseo-faq-item__content\">Ja, wir unterst&uuml;tzen Lieferungen und Projekte in Belgien, Deutschland und den umliegenden Regionen.<\/div>\n          <\/details>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.caseo-contact-faq-map{\n  padding:0 0 80px;\n}\n\n.caseo-contact-faq-map__grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  align-items:start;\n}\n\n.caseo-contact-map-card,\n.caseo-contact-faq-card{\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:24px;\n  box-shadow:var(--shadow);\n  padding:28px 24px;\n}\n\n.caseo-contact-map-card h2,\n.caseo-contact-faq-card h2{\n  margin:0 0 10px;\n  font-size:clamp(24px, 2.2vw, 34px);\n  line-height:1.12;\n  font-weight:800;\n  color:var(--text);\n}\n\n.caseo-contact-map-card p,\n.caseo-contact-faq-card__desc{\n  margin:0 0 18px;\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.8;\n}\n\n.caseo-contact-map-card__map{\n  border-radius:18px;\n  overflow:hidden;\n  border:1px solid var(--line);\n  background:#eef3f8;\n}\n\n.caseo-contact-map-card__map iframe{\n  width:100%;\n  height:460px;\n  display:block;\n}\n\n\/* FAQ *\/\n.caseo-faq-list{\n  display:grid;\n  gap:12px;\n}\n\n.caseo-faq-item{\n  border:1px solid var(--line);\n  border-radius:16px;\n  background:#fff;\n  overflow:hidden;\n  transition:border-color .2s ease, box-shadow .2s ease;\n}\n\n.caseo-faq-item[open]{\n  border-color:rgba(9,82,146,.20);\n  box-shadow:0 8px 24px rgba(15,23,42,.04);\n}\n\n.caseo-faq-item summary{\n  list-style:none;\n  cursor:pointer;\n  position:relative;\n  padding:18px 48px 18px 18px;\n  font-size:15px;\n  font-weight:700;\n  color:var(--text);\n}\n\n.caseo-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.caseo-faq-item summary::after{\n  content:\"+\";\n  position:absolute;\n  right:18px;\n  top:50%;\n  transform:translateY(-50%);\n  width:26px;\n  height:26px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:rgba(9,82,146,.08);\n  color:var(--brand);\n  font-size:18px;\n  font-weight:700;\n}\n\n.caseo-faq-item[open] summary::after{\n  content:\"-\";\n  padding:0 18px 18px;\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.8;\n}\n\n@media (max-width:980px){\n  .caseo-contact-faq-map__grid{\n    grid-template-columns:1fr;\n  }\n}\n\n@media (max-width:640px){\n  .caseo-contact-map-card,\n  .caseo-contact-faq-card{\n    padding:22px 18px;\n    border-radius:20px;\n  }\n\n  .caseo-contact-map-card__map iframe{\n    height:320px;\n  }\n\n  .caseo-faq-item summary{\n    font-size:14px;\n    padding:16px 44px 16px 16px;\n  }\n\n  .caseo-faq-item__content{\n    padding:0 16px 16px;\n    font-size:13.5px;\n  }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact &#8211; Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-554","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/caseo.be\/de\/kontakt\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Caseo Steel Center -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Kontakt - Caseo Steel Center\" \/>\n\t\t<meta property=\"og:description\" content=\"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/caseo.be\/de\/kontakt\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-02-18T15:31:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-22T16:10:17+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Kontakt - Caseo Steel Center\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/caseo.be\\\/de\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/#listItem\",\"name\":\"Kontakt\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/#listItem\",\"position\":2,\"name\":\"Kontakt\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#organization\",\"name\":\"Caseo Steel Center\",\"url\":\"https:\\\/\\\/caseo.be\\\/de\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/#webpage\",\"url\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/\",\"name\":\"Kontakt - Caseo Steel Center\",\"description\":\"Contact - Caseo Startseite \\\/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang & Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/kontakt\\\/#breadcrumblist\"},\"datePublished\":\"2026-02-18T15:31:05+00:00\",\"dateModified\":\"2026-06-22T16:10:17+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/caseo.be\\\/de\\\/\",\"name\":\"Caseo Steel Center\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/caseo.be\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Kontakt - Caseo Steel Center","description":"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang & Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur","canonical_url":"https:\/\/caseo.be\/de\/kontakt\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/caseo.be\/de\/kontakt\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/caseo.be\/de\/#listItem","position":1,"name":"Home","item":"https:\/\/caseo.be\/de\/","nextItem":{"@type":"ListItem","@id":"https:\/\/caseo.be\/de\/kontakt\/#listItem","name":"Kontakt"}},{"@type":"ListItem","@id":"https:\/\/caseo.be\/de\/kontakt\/#listItem","position":2,"name":"Kontakt","previousItem":{"@type":"ListItem","@id":"https:\/\/caseo.be\/de\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/caseo.be\/de\/#organization","name":"Caseo Steel Center","url":"https:\/\/caseo.be\/de\/"},{"@type":"WebPage","@id":"https:\/\/caseo.be\/de\/kontakt\/#webpage","url":"https:\/\/caseo.be\/de\/kontakt\/","name":"Kontakt - Caseo Steel Center","description":"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang & Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/caseo.be\/de\/#website"},"breadcrumb":{"@id":"https:\/\/caseo.be\/de\/kontakt\/#breadcrumblist"},"datePublished":"2026-02-18T15:31:05+00:00","dateModified":"2026-06-22T16:10:17+00:00"},{"@type":"WebSite","@id":"https:\/\/caseo.be\/de\/#website","url":"https:\/\/caseo.be\/de\/","name":"Caseo Steel Center","inLanguage":"de-DE","publisher":{"@id":"https:\/\/caseo.be\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"Caseo Steel Center -","og:type":"article","og:title":"Kontakt - Caseo Steel Center","og:description":"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur","og:url":"https:\/\/caseo.be\/de\/kontakt\/","article:published_time":"2026-02-18T15:31:05+00:00","article:modified_time":"2026-06-22T16:10:17+00:00","twitter:card":"summary_large_image","twitter:title":"Kontakt - Caseo Steel Center","twitter:description":"Contact - Caseo Startseite \/ Kontakt Kontaktieren Sie uns Haben Sie Fragen zu unserem Sortiment, Ihrer Anwendung oder einer Angebotsanfrage? Unser Team hilft Ihnen gerne mit klaren Informationen und praxisnaher Beratung weiter. Telefon +32 (0) 3 646 15 43 Allgemein Empfang &amp; Weiterleitung E-mail info@caseo.be Allgemein Fur allgemeine Fragen und Informationen E-mail sales@caseo.be Vertrieb Fur"},"aioseo_meta_data":{"post_id":"554","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-24 01:35:10","updated":"2026-06-24 01:35:10"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/caseo.be\/de\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tKontakt\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/caseo.be\/de\/"},{"label":"Kontakt","link":"https:\/\/caseo.be\/de\/kontakt\/"}],"_links":{"self":[{"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/pages\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/comments?post=554"}],"version-history":[{"count":13,"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/pages\/554\/revisions"}],"predecessor-version":[{"id":1194,"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/pages\/554\/revisions\/1194"}],"wp:attachment":[{"href":"https:\/\/caseo.be\/de\/wp-json\/wp\/v2\/media?parent=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}