{"id":1268,"date":"2026-07-24T07:53:28","date_gmt":"2026-07-24T05:53:28","guid":{"rendered":"https:\/\/ekomfort.lu\/startseite\/"},"modified":"2026-07-24T07:53:28","modified_gmt":"2026-07-24T05:53:28","slug":"startseite","status":"publish","type":"page","link":"https:\/\/ekomfort.lu\/de\/","title":{"rendered":"Startseite"},"content":{"rendered":"\n<!-- Accueil v2 \u2014 transposition de accueil_v2_pr7.html (pilote 4 phases, 17\/07\/2026).\n     Liens ajust\u00e9s vers les cibles existantes du staging ; PLP valeurs et pages\n     \u00e9ditoriales pointent vers \/boutique\/ en attendant leur cr\u00e9ation. -->\n\n<!-- H\u00e9ros scind\u00e9 -->\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:clamp(32px,5vw,64px);padding:clamp(40px,6vw,72px) clamp(20px,4vw,56px);background:#FBF9F4;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n  <div style=\"display:flex;flex-direction:column;gap:24px;max-width:520px;min-width:0\">\n    <span style=\"font:600 13px Montserrat,sans-serif;color:#7E6533;letter-spacing:.12em;text-transform:uppercase\">Nachhaltige Auswahl \u2014 Luxemburg &amp; Gro\u00dfregion<\/span>\n    <h1 style=\"margin:0;font:500 clamp(40px,5vw,56px)\/1.15 'Cormorant Garamond',serif;color:#2A2722;text-wrap:pretty\">Sich stimmig kleiden, ohne Kompromisse.<\/h1>\n    <p style=\"margin:0;font:400 16px\/1.5 Montserrat,sans-serif;color:#4A463F\">Wir w\u00e4hlen zeitlose St\u00fccke aus \u2014 Kleidung, Schuhe und Accessoires \u2014 von verantwortungsvollen Marken, f\u00fcr alle.<\/p>\n    <div style=\"display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:8px\">\n      <a class=\"hv-9\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:60px;padding:14px 40px;background:#4A6741;color:#FCFBF7;border-radius:9999px;font:600 18px\/1.3 Montserrat,sans-serif;box-sizing:border-box;max-width:100%;transition:background-color .2s ease,box-shadow .2s ease\">Die Auswahl entdecken<\/a>\n      <a class=\"hv-10\" href=\"https:\/\/ekomfort.lu\/de\/notre-demarche\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px\/1.3 Montserrat,sans-serif;color:#4A6741;border-bottom:1px solid #4A6741\">Unser Ansatz<\/a>\n    <\/div>\n  <\/div>\n  <div style=\"position:relative;min-width:0\">\n    <div style=\"position:relative;width:100%;height:clamp(360px,42vw,560px);background:#F4F0E8;border-radius:20px;overflow:hidden\">\n      <svg viewBox=\"0 0 800 800\" preserveAspectRatio=\"xMidYMid slice\" role=\"img\" aria-label=\"Konzentrische ockerfarbene Ringe als Wasserzeichen, langsam rotierend, um den ekomfort-Ring\" style=\"position:absolute;top:0;left:0;width:100%;height:100%\">\n        <g id=\"ekf-hero-rings\" style=\"transform-origin:400px 400px;animation:ekf-hero-spin 90s linear infinite\">\n          <circle cx=\"400\" cy=\"400\" r=\"350\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.7\"><\/circle>\n          <circle cx=\"400\" cy=\"400\" r=\"295\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.7\"><\/circle>\n          <circle cx=\"400\" cy=\"400\" r=\"240\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.75\"><\/circle>\n          <circle cx=\"400\" cy=\"400\" r=\"185\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.65\"><\/circle>\n          <circle cx=\"400\" cy=\"400\" r=\"130\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.55\"><\/circle>\n          <circle cx=\"400\" cy=\"400\" r=\"78\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.5\" stroke-dasharray=\"5 7\" opacity=\"0.75\"><\/circle>\n        <\/g>\n        <path d=\"M400 368 A32 32 0 0 0 400 432\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"14\"><\/path>\n        <path d=\"M400 368 A32 32 0 0 1 400 432\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"14\"><\/path>\n      <\/svg>\n      <button type=\"button\" id=\"ekf-hero-pause\" aria-label=\"Animation anhalten\" aria-pressed=\"false\" style=\"position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 24px;background:#FCFBF7;color:#4A463F;border:none;border-radius:9999px;font:500 14px\/1.3 Montserrat,sans-serif;cursor:pointer\">Pause<\/button>\n    <\/div>\n  <\/div>\n<\/div>\n<style>\n@keyframes ekf-hero-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }\n#ekf-hero-rings.ekf-paused { animation-play-state: paused; }\n@media (prefers-reduced-motion: reduce) { #ekf-hero-rings { animation: none; } }\n<\/style>\n<script>\n(function(){\n  var btn = document.getElementById(\"ekf-hero-pause\");\n  var rings = document.getElementById(\"ekf-hero-rings\");\n  if (!btn || !rings) { return; }\n  btn.addEventListener(\"click\", function(){\n    var paused = rings.classList.toggle(\"ekf-paused\");\n    btn.textContent = paused ? \"Wiedergabe\" : \"Pause\";\n    btn.setAttribute(\"aria-label\", paused ? \"Animation fortsetzen\" : \"Animation anhalten\");\n    btn.setAttribute(\"aria-pressed\", paused ? \"true\" : \"false\");\n  });\n})();\n<\/script>\n\n<!-- Publics -->\n<div style=\"display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;padding:0 clamp(20px,4vw,56px) clamp(40px,5vw,64px);background:#FBF9F4\">\n  <span style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">Nach Zielgruppe entdecken :<\/span>\n  <a class=\"hv-11\" href=\"https:\/\/ekomfort.lu\/de\/femme\/\" style=\"display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 28px;border:1px solid #4A6741;border-radius:9999px;font:500 15px\/1.3 Montserrat,sans-serif;color:#4A6741;box-sizing:border-box\">Damen<\/a>\n  <a class=\"hv-12\" href=\"https:\/\/ekomfort.lu\/de\/homme\/\" style=\"display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 28px;border:1px solid #4A6741;border-radius:9999px;font:500 15px\/1.3 Montserrat,sans-serif;color:#4A6741;box-sizing:border-box\">Herren<\/a>\n  <a class=\"hv-13\" href=\"https:\/\/ekomfort.lu\/de\/unisexe\/\" style=\"display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 28px;border:1px solid #4A6741;border-radius:9999px;font:500 15px\/1.3 Montserrat,sans-serif;color:#4A6741;box-sizing:border-box\">Unisex<\/a>\n<\/div>\n\n<!-- Entr\u00e9es par valeur -->\n<div style=\"background:#FBF9F4\">\n  <div style=\"padding:0 clamp(20px,4vw,56px) clamp(48px,6vw,72px);display:flex;flex-direction:column;gap:32px;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <div style=\"display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px\">\n      <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Nach Wert einkaufen<\/h2>\n      <a class=\"pr7-link\" href=\"https:\/\/ekomfort.lu\/de\/notre-demarche\/methodologie-impact\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px Montserrat,sans-serif;color:#4A6741\">Wie wir pr\u00fcfen \u2192<\/a>\n    <\/div>\n    <div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px\">\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Vegan<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">Ohne jegliches tierisches Material<\/span>\n      <\/a>\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Bio-Materialien<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">Zertifizierte Fasern, z. B. GOTS<\/span>\n      <\/a>\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Recycelt<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">Materialien aus Recycling<\/span>\n      <\/a>\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Made in Europe<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">In Europa gefertigt, kurze Wege<\/span>\n      <\/a>\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Faire Fertigung<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">Kontrollierte Arbeitsbedingungen<\/span>\n      <\/a>\n      <a class=\"pr7-card\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;padding:24px 16px;color:#2A2722;text-align:center;box-sizing:border-box\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">Zweites Leben<\/span>\n        <span style=\"font:400 13px\/1.4 Montserrat,sans-serif;color:#726C62\">Zirkul\u00e4re St\u00fccke, gepr\u00fcfter Zustand<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Beliebte Kategorien (ajust\u00e9es aux PLP existantes du staging) -->\n<div style=\"background:#F4F0E8\">\n  <div style=\"padding:clamp(48px,6vw,72px) clamp(20px,4vw,56px);display:flex;flex-direction:column;gap:40px;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <div style=\"display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px\">\n      <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Beliebte Kategorien<\/h2>\n      <a class=\"hv-14\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px Montserrat,sans-serif;color:#4A6741\">Zur ganzen Auswahl \u2192<\/a>\n    <\/div>\n    <div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px\">\n      <a class=\"hv-15\" href=\"https:\/\/ekomfort.lu\/de\/femme\/vetements\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <img decoding=\"async\" src=\"https:\/\/ekomfort.lu\/wp-content\/uploads\/2026\/07\/BernardetteJumpsuitFullBody-684x1024.jpg\" alt=\"Damenmode \u2014 getragener Lyocell-Jumpsuit\" width=\"800\" height=\"340\" style=\"width:100%;height:340px;object-fit:cover;border-radius:16px;display:block\" loading=\"lazy\">\n        <div style=\"display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 22px 'Cormorant Garamond',serif;color:#2A2722\">Damenmode<\/span>\n          <span style=\"font:500 13px Montserrat,sans-serif;color:#6B665C\">Entdecken \u2192<\/span>\n        <\/div>\n      <\/a>\n      <a class=\"hv-16\" href=\"https:\/\/ekomfort.lu\/de\/homme\/chaussures\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <img decoding=\"async\" src=\"https:\/\/ekomfort.lu\/wp-content\/uploads\/2026\/07\/Jake_Black_d65b1009-1f03-47bd-ab8f-f53714cd36d9-1024x1024.jpg\" alt=\"Herrenschuhe \u2014 Chelsea-Boots Jake aus Veganleder\" width=\"800\" height=\"340\" style=\"width:100%;height:340px;object-fit:cover;border-radius:16px;display:block\" loading=\"lazy\">\n        <div style=\"display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 22px 'Cormorant Garamond',serif;color:#2A2722\">Herrenschuhe<\/span>\n          <span style=\"font:500 13px Montserrat,sans-serif;color:#6B665C\">Entdecken \u2192<\/span>\n        <\/div>\n      <\/a>\n      <a class=\"hv-17\" href=\"https:\/\/ekomfort.lu\/de\/unisexe\/chaussures\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <img decoding=\"async\" src=\"https:\/\/ekomfort.lu\/wp-content\/uploads\/2026\/07\/Jor_White_c8fa95d5-83e9-4a6d-a653-89b38cefa465-1024x1024.jpg\" alt=\"Unisex-Schuhe \u2014 Sneaker Jor aus recyceltem PET\" width=\"800\" height=\"340\" style=\"width:100%;height:340px;object-fit:cover;border-radius:16px;display:block\" loading=\"lazy\">\n        <div style=\"display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 22px 'Cormorant Garamond',serif;color:#2A2722\">Unisex-Schuhe<\/span>\n          <span style=\"font:500 13px Montserrat,sans-serif;color:#6B665C\">Entdecken \u2192<\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Unsere Lieblingsst\u00fccke \u2014 produits r\u00e9els (phase 3) -->\n<div style=\"background:#FBF9F4\">\n  <div style=\"padding:clamp(48px,6vw,72px) clamp(20px,4vw,56px) 0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Unsere Lieblingsst\u00fccke<\/h2>\n    <a class=\"hv-18\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px Montserrat,sans-serif;color:#4A6741\">Alle ansehen \u2192<\/a>\n  <\/div>\n<\/div>\n\n\n<div class=\"woocommerce columns-5 \"><\/div>\n\n\n\n<!-- Avis clients (contenu canon, it\u00e9ration Serge : \u00c9milie 4\/5) -->\n<div style=\"background:#F4F0E8;margin-top:clamp(32px,4vw,48px)\">\n  <div style=\"padding:clamp(48px,6vw,80px) clamp(20px,4vw,56px);display:flex;flex-direction:column;gap:48px;align-items:center;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722;text-align:center\">Sie vertrauen uns<\/h2>\n    <div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;width:100%\">\n      <figure style=\"margin:0;display:flex;flex-direction:column;gap:20px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:32px\">\n        <div style=\"display:flex;gap:3px\" role=\"img\" aria-label=\"5 von 5 Sternen\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg>\n        <\/div>\n        <blockquote style=\"margin:0;font:italic 500 22px\/1.4 'Cormorant Garamond',serif;color:#2A2722\">\u201eEndlich eine Auswahl, die zu mir passt, ohne mich zwischen Stil und \u00dcberzeugung entscheiden zu m\u00fcssen.\u201c<\/blockquote>\n        <figcaption style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">Claire \u2014 Luxemburg-Stadt<\/figcaption>\n      <\/figure>\n      <figure style=\"margin:0;display:flex;flex-direction:column;gap:20px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:32px\">\n        <div style=\"display:flex;gap:3px\" role=\"img\" aria-label=\"5 von 5 Sternen\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg>\n        <\/div>\n        <blockquote style=\"margin:0;font:italic 500 22px\/1.4 'Cormorant Garamond',serif;color:#2A2722\">\u201eDie Nae-Sneaker sind meine Lieblingsschuhe geworden. Schnelle Lieferung aus Luxemburg.\u201c<\/blockquote>\n        <figcaption style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">Jonas \u2014 Trier<\/figcaption>\n      <\/figure>\n      <figure style=\"margin:0;display:flex;flex-direction:column;gap:20px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:32px\">\n        <div style=\"display:flex;gap:3px\" role=\"img\" aria-label=\"4 von 5 Sternen\">\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"#C9A66B\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"#C9A66B\" stroke-width=\"1.2\" aria-hidden=\"true\"><path d=\"M8 1l2 4.4 4.8.5-3.6 3.2 1 4.7L8 11.4 3.8 13.8l1-4.7L1.2 5.9 6 5.4z\"><\/path><\/svg>\n        <\/div>\n        <blockquote style=\"margin:0;font:italic 500 22px\/1.4 'Cormorant Garamond',serif;color:#2A2722\">\u201eEine Garderobe, die h\u00e4lt. Die St\u00fccke sind tadellos.\u201c<\/blockquote>\n        <figcaption style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">\u00c9milie \u2014 Arlon<\/figcaption>\n      <\/figure>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Das Ekomfort-Journal -->\n<div style=\"background:#FBF9F4\">\n  <div style=\"padding:clamp(48px,6vw,72px) clamp(20px,4vw,56px);display:flex;flex-direction:column;gap:40px;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <div style=\"display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px\">\n      <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Das Ekomfort-Journal<\/h2>\n      <a href=\"https:\/\/ekomfort.lu\/de\/category\/journal\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px Montserrat,sans-serif;color:#4A6741\">Zum ganzen Journal \u2192<\/a>\n    <\/div>\n    <div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px\">\n      <a href=\"https:\/\/ekomfort.lu\/de\/guide\/journal\/pourquoi-la-seconde-main-change-tout\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <div role=\"img\" aria-label=\"Illustration des Artikels \u00fcber Second-Hand\" style=\"width:100%;height:220px;background:#F4F0E8;border-radius:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box\"><span style=\"font:400 13px Montserrat,sans-serif;color:#726C62;text-align:center;padding:0 16px\">Artikel Second-Hand<\/span><\/div>\n        <div style=\"display:flex;flex-direction:column;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 12px Montserrat,sans-serif;color:#7E6533;letter-spacing:.12em;text-transform:uppercase\">Zweites Leben<\/span>\n          <h3 style=\"margin:0;font:600 24px\/1.25 'Cormorant Garamond',serif;color:#2A2722\">Warum Second-Hand alles f\u00fcr Ihre Garderobe ver\u00e4ndert<\/h3>\n          <span style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">19. Juli 2026<\/span>\n          <p style=\"margin:0;font:400 16px\/1.5 Montserrat,sans-serif;color:#4A463F\">Die Lebensdauer eines Kleidungsst\u00fccks zu verl\u00e4ngern, halbiert seinen Fu\u00dfabdruck. Wir erkl\u00e4ren, wie.<\/p>\n          <span style=\"display:inline-flex;align-items:center;min-height:44px;font:500 14px Montserrat,sans-serif;color:#4A6741\">Lire l&#8217;article \u2192<\/span>\n        <\/div>\n      <\/a>\n      <a href=\"https:\/\/ekomfort.lu\/de\/guide\/journal\/gots-fair-wear-certifications\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <div role=\"img\" aria-label=\"Illustration des Artikels \u00fcber die Zertifizierungen\" style=\"width:100%;height:220px;background:#F4F0E8;border-radius:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box\"><span style=\"font:400 13px Montserrat,sans-serif;color:#726C62;text-align:center;padding:0 16px\">Artikel Zertifizierungen<\/span><\/div>\n        <div style=\"display:flex;flex-direction:column;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 12px Montserrat,sans-serif;color:#7E6533;letter-spacing:.12em;text-transform:uppercase\">Labels<\/span>\n          <h3 style=\"margin:0;font:600 24px\/1.25 'Cormorant Garamond',serif;color:#2A2722\">GOTS, Fair Wear: Was garantieren diese Zertifizierungen wirklich?<\/h3>\n          <span style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">19. Juli 2026<\/span>\n          <p style=\"margin:0;font:400 16px\/1.5 Montserrat,sans-serif;color:#4A463F\">Hinter jedem Label stehen pr\u00e4zise Kriterien. Wir entschl\u00fcsseln, was auf unseren Etiketten steht.<\/p>\n          <span style=\"display:inline-flex;align-items:center;min-height:44px;font:500 14px Montserrat,sans-serif;color:#4A6741\">Lire l&#8217;article \u2192<\/span>\n        <\/div>\n      <\/a>\n      <a href=\"https:\/\/ekomfort.lu\/de\/guide\/journal\/garde-robe-durable-5-pieces\/\" style=\"min-width:0;display:flex;flex-direction:column;gap:16px;background:#FCFBF7;border:1px solid #F4F0E8;border-radius:20px;padding:16px;color:#2A2722\">\n        <div role=\"img\" aria-label=\"Illustration des Artikels \u00fcber die nachhaltige Garderobe\" style=\"width:100%;height:220px;background:#F4F0E8;border-radius:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box\"><span style=\"font:400 13px Montserrat,sans-serif;color:#726C62;text-align:center;padding:0 16px\">Artikel nachhaltige Garderobe<\/span><\/div>\n        <div style=\"display:flex;flex-direction:column;gap:8px;padding:0 8px 8px\">\n          <span style=\"font:600 12px Montserrat,sans-serif;color:#7E6533;letter-spacing:.12em;text-transform:uppercase\">Ratgeber<\/span>\n          <h3 style=\"margin:0;font:600 24px\/1.25 'Cormorant Garamond',serif;color:#2A2722\">Eine nachhaltige Garderobe in 5 Basics aufbauen<\/h3>\n          <span style=\"font:400 14px Montserrat,sans-serif;color:#726C62\">19. Juli 2026<\/span>\n          <p style=\"margin:0;font:400 16px\/1.5 Montserrat,sans-serif;color:#4A463F\">Weniger, aber besser: unsere zeitlosen Must-haves, um sich ohne Kompromiss zu kleiden.<\/p>\n          <span style=\"display:inline-flex;align-items:center;min-height:44px;font:500 14px Montserrat,sans-serif;color:#4A6741\">Lire l&#8217;article \u2192<\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Avantages -->\n<div style=\"background:#FBF9F4\">\n  <div style=\"padding:clamp(48px,6vw,72px) clamp(20px,4vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:32px;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <div style=\"display:flex;flex-direction:column;gap:14px\">\n      <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.8\" aria-hidden=\"true\"><path d=\"M3 8 H19 V22 H3 Z\"><\/path><path d=\"M19 12 H25 L29 17 V22 H19\"><\/path><circle cx=\"9\" cy=\"24\" r=\"2.5\"><\/circle><circle cx=\"23\" cy=\"24\" r=\"2.5\"><\/circle><\/svg>\n      <span style=\"font:600 16px Montserrat,sans-serif;color:#2A2722\">Kostenloser Versand ab 150 \u20ac<\/span>\n      <span style=\"font:400 16px\/1.5 Montserrat,sans-serif;color:#6B665C\">In Luxemburg und der gesamten Gro\u00dfregion, in 2 bis 4 Werktagen.<\/span>\n    <\/div>\n    <div style=\"display:flex;flex-direction:column;gap:14px\">\n      <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.8\" aria-hidden=\"true\"><path d=\"M8 12 L4 16 L8 20\"><\/path><path d=\"M4 16 H22 A6 6 0 0 0 22 4 H14\"><\/path><\/svg>\n      <span style=\"font:600 16px Montserrat,sans-serif;color:#2A2722\">R\u00fcckgabe innerhalb von 30 Tagen<\/span>\n      <span style=\"font:400 16px\/1.5 Montserrat,sans-serif;color:#6B665C\">Einfach und begleitet. Jedes zur\u00fcckgesendete St\u00fcck erh\u00e4lt ein zweites Leben.<\/span>\n    <\/div>\n    <div style=\"display:flex;flex-direction:column;gap:14px\">\n      <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.8\" aria-hidden=\"true\"><circle cx=\"16\" cy=\"13\" r=\"8\"><\/circle><path d=\"M12.5 13 L15 15.5 L20 10.5\"><\/path><path d=\"M11 20 L9 28 L16 24 L23 28 L21 20\"><\/path><\/svg>\n      <span style=\"font:600 16px Montserrat,sans-serif;color:#2A2722\">Gepr\u00fcfte Zertifizierungen<\/span>\n      <div style=\"display:flex;flex-wrap:wrap;gap:8px\">\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">GOTS<\/span>\n        <span style=\"display:inline-flex;align-items:center;min-height:32px;padding:4px 16px;border:1px solid #4A6741;border-radius:9999px;font:600 13px Montserrat,sans-serif;color:#4A6741;background:#FCFBF7\">PETA<\/span>\n      <\/div>\n      <span style=\"font:400 16px\/1.5 Montserrat,sans-serif;color:#6B665C\">Jedes Label wird gepr\u00fcft und auf der Produktseite erkl\u00e4rt. <a href=\"https:\/\/ekomfort.lu\/de\/guide\/labels\/\" style=\"color:#4A6741;font-weight:500\">Unsere Labels verstehen<\/a><\/span>\n    <\/div>\n    <div style=\"display:flex;flex-direction:column;gap:14px\">\n      <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.8\" aria-hidden=\"true\"><rect x=\"6\" y=\"13\" width=\"20\" height=\"14\" rx=\"2\"><\/rect><path d=\"M10 13 V9 a6 6 0 0 1 12 0 V13\"><\/path><\/svg>\n      <span style=\"font:600 16px Montserrat,sans-serif;color:#2A2722\">Transparente Preise<\/span>\n      <span style=\"font:400 16px\/1.5 Montserrat,sans-serif;color:#6B665C\">Sichere Zahlung, keine versteckten Kosten, kein Kaufdruck.<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Nos marques \u2014 curation -->\n<div style=\"background:#F4F0E8\">\n  <div style=\"padding:clamp(48px,6vw,72px) clamp(20px,4vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(32px,5vw,64px);align-items:center;max-width:1280px;margin:0 auto;box-sizing:border-box\">\n    <div style=\"display:flex;flex-direction:column;gap:20px;min-width:0\">\n      <span style=\"font:600 13px Montserrat,sans-serif;color:#7E6533;letter-spacing:.12em;text-transform:uppercase\">Multimarken-Kurator<\/span>\n      <h2 style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Unsere Marken, ausgew\u00e4hlt nach unserer Charta<\/h2>\n      <p style=\"margin:0;font:400 16px\/1.5 Montserrat,sans-serif;color:#4A463F\">Wir stellen nicht selbst her: wir w\u00e4hlen aus. Jede Marke unserer Auswahl wird nach einer Charta mit \u00fcberpr\u00fcfbaren Kriterien aufgenommen \u2014 Materialien, Zertifizierungen, Fertigungsbedingungen. Nae, unsere erste Partnermarke, steht beispielhaft daf\u00fcr: vegane Schuhe, Accessoires und Kleidung, zertifiziert und in Europa gefertigt.<\/p>\n      <div style=\"display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:4px\">\n        <a class=\"pr7-link\" href=\"https:\/\/ekomfort.lu\/de\/boutique\/\" style=\"display:inline-flex;align-items:center;min-height:44px;font:500 15px\/1.3 Montserrat,sans-serif;color:#4A6741;border-bottom:1px solid #4A6741\">Die Nae-Auswahl entdecken<\/a>\n      <\/div>\n    <\/div>\n    <div role=\"img\" aria-label=\"Werkstatt der Partnermarke Nae: europ\u00e4ische Fertigung\" style=\"width:100%;height:clamp(260px,30vw,360px);background:#FCFBF7;border:1px solid #ECE6DA;border-radius:20px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:0\"><span style=\"font:400 13px Montserrat,sans-serif;color:#726C62;text-align:center;padding:0 16px\">Nae-Werkstatt \u2014 europ\u00e4ische Fertigung<\/span><\/div>\n  <\/div>\n<\/div>\n\n<!-- Newsletter -->\n<section aria-labelledby=\"nl-titre\" style=\"background:#FBF9F4;padding:88px 24px\">\n  <div style=\"max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:20px\">\n    <p style=\"margin:0;font:600 13px\/1.4 Montserrat,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#9A7B3E\">Newsletter<\/p>\n    <h2 id=\"nl-titre\" style=\"margin:0;font:500 clamp(30px,3.5vw,40px)\/1.2 'Cormorant Garamond',serif;color:#2A2722\">Erhalten Sie 10 % Rabatt auf Ihre erste Bestellung<\/h2>\n    <p style=\"margin:0;font:400 16px\/1.6 Montserrat,sans-serif;color:#4A463F\">Einmal im Monat: unsere neuen St\u00fccke, unsere Pflegetipps und die Hintergr\u00fcnde unserer Auswahl. Kein Druck, versprochen \u2014 nur Entscheidungen, die z\u00e4hlen.<\/p>\n    <form action=\"#\" method=\"post\" style=\"display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-top:8px\">\n      <label for=\"nl-email\" style=\"position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0\">Ihre E-Mail-Adresse<\/label>\n      <input id=\"nl-email\" name=\"email\" type=\"email\" required autocomplete=\"email\" placeholder=\"Ihre E-Mail-Adresse\" style=\"flex:1 1 240px;max-width:360px;height:48px;padding:0 20px;font:400 16px\/1 Montserrat,sans-serif;color:#4A463F;background:#FCFBF7;border:1px solid #ECE6DA;border-radius:16px;box-sizing:border-box\">\n      <button type=\"submit\" class=\"hv-nl\" style=\"height:48px;padding:0 48px;font:600 15px\/1 Montserrat,sans-serif;color:#FCFBF7;background:#4A6741;border:0;border-radius:9999px;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box\">Anmelden<\/button>\n    <\/form>\n    <p style=\"margin:0;font:400 13px\/1.6 Montserrat,sans-serif;color:#726C62\">Ihr Rabattcode kommt nach der Anmeldung per E-Mail. Mit Ihrer Anmeldung akzeptieren Sie unsere <a href=\"https:\/\/ekomfort.lu\/de\/confidentialite\/\" style=\"color:#726C62;text-decoration:underline\">Datenschutzerkl\u00e4rung<\/a>. Abmeldung jederzeit mit einem Klick.<\/p>\n  <\/div>\n<\/section>\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Nachhaltige Auswahl \u2014 Luxemburg &amp; Gro\u00dfregion Sich stimmig kleiden, ohne Kompromisse. Wir w\u00e4hlen zeitlose St\u00fccke aus \u2014 Kleidung, Schuhe und Accessoires \u2014 von verantwortungsvollen Marken, f\u00fcr alle. Die Auswahl entdecken Unser Ansatz Pause Nach Zielgruppe entdecken : Damen Herren Unisex Nach Wert einkaufen Wie wir pr\u00fcfen \u2192 Vegan Ohne jegliches tierisches Material Bio-Materialien Zertifizierte Fasern,&#8230;<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1268","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"","author_link":"https:\/\/ekomfort.lu\/de\/author\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/pages\/1268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/comments?post=1268"}],"version-history":[{"count":0,"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/pages\/1268\/revisions"}],"wp:attachment":[{"href":"https:\/\/ekomfort.lu\/de\/wp-json\/wp\/v2\/media?parent=1268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}