{"id":209,"date":"2026-07-17T07:58:28","date_gmt":"2026-07-17T07:58:28","guid":{"rendered":"https:\/\/elixia.shop\/imprint\/"},"modified":"2026-07-18T06:17:57","modified_gmt":"2026-07-18T06:17:57","slug":"impressum","status":"publish","type":"page","link":"https:\/\/elixia.shop\/de\/imprint\/","title":{"rendered":"Impressum"},"content":{"rendered":"\n<style>\n\/* =========================================================================\n   ELIXIA \u2014 CONTACT TEMPLATE\n   =========================================================================\n   DESIGN TOKENS \u2014 REUSED VERBATIM FROM index.html.\n   ========================================================================= *\/\n:root{\n  --ivory:#FBF9F6; --ivory-2:#F4EFE8; --ink:#1C1A17; --ink-2:#4A453E; --ink-3:#6E675D;\n  --gold:#A9873F; --gold-deep:#8A6E30; --gold-tint:#EFE7D6; --sage:#8C9A82;\n  --sage-tint:#E4E8DE; --line:#E6DFD4; --star:#B8892F; --white:#FFFFFF;\n  --success:#5F7A52; --danger:#B4472E;\n  --bg:var(--ivory); --surface:var(--white); --surface-alt:var(--ivory-2);\n  --text:var(--ink); --text-muted:var(--ink-2); --text-soft:var(--ink-3);\n  --accent:var(--gold); --accent-hover:var(--gold-deep); --accent-contrast:#FFFFFF;\n  --font-display:\"Cormorant\",Georgia,\"Times New Roman\",serif;\n  --font-body:\"Inter\",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;\n  --fs-hero:clamp(2.6rem,1.6rem + 4.4vw,5rem);\n  --fs-h2:clamp(2rem,1.4rem + 2.4vw,3.15rem);\n  --fs-h3:clamp(1.35rem,1.15rem + 0.8vw,1.7rem);\n  --fs-eyebrow:0.78rem; --fs-body:1.0625rem; --fs-small:0.9rem;\n  --space-1:0.25rem; --space-2:0.5rem; --space-3:0.75rem; --space-4:1rem;\n  --space-5:1.5rem; --space-6:2rem; --space-7:3rem; --space-8:4rem; --space-9:6rem; --space-10:8rem;\n  --section-y:clamp(3.5rem,2rem + 6vw,7rem);\n  --r-sm:6px; --r-md:10px; --r-lg:16px; --r-pill:999px;\n  --shadow-sm:0 1px 2px rgba(28,26,23,.05);\n  --shadow-md:0 6px 24px -8px rgba(28,26,23,.14);\n  --shadow-lg:0 20px 50px -20px rgba(28,26,23,.22);\n  --maxw:1200px; --maxw-narrow:760px; --header-h:68px;\n  --ease:cubic-bezier(.22,.61,.36,1); --dur:200ms;\n}\n\n\/* =========================================================================\n   RESET & BASE (identical to site)\n   ========================================================================= *\/\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}\nhtml{scroll-behavior:smooth;-webkit-text-size-adjust:100%}\nbody{font-family:var(--font-body);font-size:var(--fs-body);line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}\nimg{max-width:100%;display:block}\na{color:inherit;text-decoration:none}\nbutton{font:inherit;cursor:pointer;border:none;background:none;color:inherit}\nh1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.08;color:var(--text);letter-spacing:-.01em}\nul{list-style:none}\n:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:4px}\n.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.15rem,4vw,2rem)}\n.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}\n.section{padding-block:var(--section-y)}\n.section--alt{background:var(--surface-alt)}\n.section--ink{background:var(--ink);color:var(--ivory)}\n.section--ink h2,.section--ink h3{color:var(--ivory)}\n.eyebrow{font-family:var(--font-body);font-size:var(--fs-eyebrow);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-3);display:inline-block}\n.section-head{max-width:var(--maxw-narrow);margin-bottom:var(--space-7)}\n.section-head.center{margin-inline:auto;text-align:center}\n.section-head h2{font-size:var(--fs-h2)}\n.section-head p{color:var(--text-muted);font-size:1.075rem;margin-top:var(--space-4)}\n.section--ink .section-head p{color:#D9D2C7}\n\n\/* Placeholder blocks (identical treatment) *\/\n.ph{position:relative;overflow:hidden;border-radius:var(--r-lg);\n  background:radial-gradient(120% 120% at 20% 10%,var(--gold-tint) 0%,transparent 55%),linear-gradient(150deg,var(--sage-tint) 0%,var(--ivory-2) 55%,var(--gold-tint) 100%);\n  border:1px solid var(--line);display:flex;align-items:flex-end;color:var(--ink-3)}\n.ph::after{content:attr(data-label);font-family:var(--font-body);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);padding:var(--space-3) var(--space-4);opacity:.75}\n\n\/* Buttons (identical) *\/\n.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-body);font-size:.98rem;font-weight:600;padding:.85rem 1.6rem;border-radius:var(--r-pill);transition:transform var(--dur) var(--ease),background var(--dur) var(--ease),color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease);border:1.5px solid transparent;white-space:nowrap}\n.btn:hover{transform:translateY(-2px)}\n.btn:active{transform:translateY(0)}\n.btn--primary{background:var(--accent);color:var(--accent-contrast);box-shadow:var(--shadow-sm)}\n.btn--primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-md)}\n.btn--secondary{background:transparent;color:var(--ink);border-color:var(--ink)}\n.btn--secondary:hover{background:var(--ink);color:var(--ivory)}\n.btn--onink{background:var(--ivory);color:var(--ink)}\n.btn--onink:hover{background:var(--white)}\n.btn--onink-ghost{color:var(--ivory);border-color:rgba(251,249,246,.4)}\n.btn--onink-ghost:hover{background:rgba(251,249,246,.1);border-color:var(--ivory)}\n.btn--full{width:100%}\n.arrow{transition:transform var(--dur) var(--ease)}\n.btn:hover .arrow{transform:translateX(3px)}\n\n\/* [BRACKET] fill-in callouts (same component as about.html) *\/\n.fillin{display:inline;border:1.5px dashed var(--gold);background:color-mix(in srgb,var(--gold-tint) 55%,transparent);border-radius:var(--r-sm);padding:.05em .45em;color:var(--gold-deep);font-style:normal;box-decoration-break:clone;-webkit-box-decoration-break:clone}\n.fillin::before{content:\"\u270e \";font-size:.85em;opacity:.8}\n.fillin--block{display:block;border:1.5px dashed var(--gold);background:color-mix(in srgb,var(--gold-tint) 45%,transparent);border-radius:var(--r-md);padding:var(--space-4) var(--space-5);margin-block:var(--space-3);color:var(--gold-deep);font-size:.92rem;line-height:1.55}\n.fillin--block b{display:block;font-family:var(--font-body);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem;font-weight:700}\n\n\/* =========================================================================\n   [1] ANNOUNCEMENT + HEADER + BREADCRUMB (identical system)\n   ========================================================================= *\/\n.announce{background:var(--ink);color:var(--ivory);font-size:.82rem;letter-spacing:.02em;text-align:center;padding:.55rem var(--space-4)}\n.announce strong{color:var(--gold);font-weight:600}\n.announce .dot{opacity:.4;margin-inline:.6em}\n@media(max-width:560px){.announce .hide-sm{display:none}}\n.header{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--ivory) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}\n.header__row{display:flex;align-items:center;gap:var(--space-5);min-height:var(--header-h)}\n.brand{font-family:var(--font-display);font-size:1.7rem;font-weight:600;letter-spacing:.02em;color:var(--ink)}\n.brand span{color:var(--gold)}\n.nav{display:flex;gap:var(--space-5);margin-inline:auto}\n.nav a{font-size:.95rem;font-weight:500;color:var(--ink-2);padding-block:.4rem;position:relative}\n.nav a::after{content:\"\";position:absolute;left:0;bottom:0;width:0;height:1.5px;background:var(--accent);transition:width var(--dur) var(--ease)}\n.nav a:hover,.nav a[aria-current]{color:var(--ink)}\n.nav a:hover::after,.nav a[aria-current]::after{width:100%}\n.header__actions{display:flex;align-items:center;gap:var(--space-2)}\n.icon-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--r-pill);color:var(--ink-2);transition:background var(--dur),color var(--dur)}\n.icon-btn:hover{background:var(--ivory-2);color:var(--ink)}\n.icon-btn svg{width:20px;height:20px}\n.cart-btn{position:relative}\n.cart-count{position:absolute;top:4px;right:4px;background:var(--gold);color:#fff;font-family:var(--font-body);font-size:.62rem;font-weight:700;min-width:16px;height:16px;border-radius:var(--r-pill);display:grid;place-items:center;padding-inline:3px}\n.lang{display:flex;align-items:center;font-size:.8rem;font-weight:600;color:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-pill);overflow:hidden}\n.lang button{padding:.35rem .6rem;color:var(--ink-3)}\n.lang button[aria-pressed=\"true\"]{background:var(--ink);color:var(--ivory)}\n.menu-toggle{display:none}\n@media(max-width:960px){.nav{display:none}.menu-toggle{display:grid}.lang{margin-left:auto}}\n@media(max-width:520px){.header__actions .hide-xs{display:none}}\n.crumb{border-bottom:1px solid var(--line);background:var(--surface)}\n.crumb ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding-block:.8rem;font-size:.82rem;color:var(--text-soft)}\n.crumb a:hover{color:var(--accent)}\n.crumb li[aria-current]{color:var(--ink);font-weight:500}\n.crumb .sep{opacity:.5}\n\n\/* =========================================================================\n   [2] HERO\n   ========================================================================= *\/\n.hero{padding-block:clamp(2.5rem,1.5rem + 4vw,4.5rem);text-align:center}\n.hero__inner{max-width:720px;margin-inline:auto}\n.hero h1{font-size:var(--fs-hero)}\n.hero h1 em{font-style:italic;color:var(--gold)}\n.hero__sub{font-size:1.2rem;color:var(--text-muted);margin-top:var(--space-4)}\n.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;justify-content:center;margin-top:var(--space-5);font-size:.86rem;color:var(--text-soft)}\n.hero__badges span{display:inline-flex;align-items:center;gap:.45rem}\n.hero__badges svg{width:16px;height:16px;color:var(--sage)}\n\n\/* =========================================================================\n   [3] MAIN \u2014 contact methods + form\n   ========================================================================= *\/\n.contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:start;padding-bottom:var(--section-y)}\n\n\/* ---- LEFT column ---- *\/\n.methods h2,.formcard h2{font-size:var(--fs-h3);margin-bottom:var(--space-5)}\n.method{display:flex;gap:var(--space-4);align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--space-5);transition:border-color var(--dur),box-shadow var(--dur)}\n.method + .method{margin-top:var(--space-3)}\n.method:hover{border-color:var(--gold-tint);box-shadow:var(--shadow-sm)}\n.method__icon{flex:none;width:46px;height:46px;border-radius:var(--r-md);background:var(--gold-tint);color:var(--gold-deep);display:grid;place-items:center}\n.method__icon svg{width:23px;height:23px}\n.method h3{font-family:var(--font-body);font-size:.98rem;font-weight:600;color:var(--ink);margin-bottom:.15rem}\n.method a{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--ink);line-height:1.15;display:inline-block;letter-spacing:-.01em}\n.method a:hover{color:var(--gold-deep)}\n.method .addr{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--ink);line-height:1.25;font-style:normal}\n.method p{font-size:.84rem;color:var(--text-soft);margin-top:.35rem}\n.hours{background:var(--ivory-2);border-radius:var(--r-lg);padding:var(--space-5);margin-top:var(--space-5)}\n.hours h3{font-family:var(--font-body);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-weight:600;margin-bottom:var(--space-3)}\n.hours dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;font-size:.9rem}\n.hours dt{color:var(--ink-2)}\n.hours dd{text-align:right;color:var(--ink);font-weight:500}\n.social{display:flex;gap:.6rem;margin-top:var(--space-5)}\n.social a{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--ink-2);transition:border-color var(--dur),color var(--dur),background var(--dur)}\n.social a:hover{border-color:var(--gold);color:var(--gold-deep);background:var(--gold-tint)}\n.social svg{width:19px;height:19px}\n\n\/* ---- RIGHT column: form ---- *\/\n.formcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(1.5rem,3vw,2.5rem);box-shadow:var(--shadow-sm)}\n.formcard__intro{color:var(--text-muted);font-size:.95rem;margin:-.6rem 0 var(--space-5)}\n.field{margin-bottom:var(--space-4)}\n.field-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}\nlabel.lbl{display:block;font-size:.85rem;font-weight:600;color:var(--ink-2);margin-bottom:.4rem}\nlabel .req{color:var(--danger)}\nlabel .opt{color:var(--text-soft);font-weight:400}\n.field input,.field select,.field textarea{\n  width:100%;font:inherit;font-size:1rem;color:var(--ink);background:var(--surface);\n  border:1.5px solid var(--line);border-radius:var(--r-md);padding:.75rem .9rem;min-height:50px;\n  transition:border-color var(--dur),box-shadow var(--dur);\n}\n.field textarea{min-height:130px;resize:vertical;line-height:1.6}\n.field select{appearance:none;-webkit-appearance:none;background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%236E675D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'\/%3E%3C\/svg%3E\");background-repeat:no-repeat;background-position:right .9rem center;background-size:18px;padding-right:2.6rem}\n.field input::placeholder,.field textarea::placeholder{color:var(--text-soft)}\n.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(169,135,63,.15)}\n.field input:user-invalid,.field textarea:user-invalid,.field.invalid input,.field.invalid textarea,.field.invalid select{border-color:var(--danger)}\n.err{display:none;font-size:.8rem;color:var(--danger);margin-top:.4rem}\n.field.invalid .err{display:block}\n.consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--text-muted);margin-bottom:var(--space-5)}\n.consent input{margin-top:.15rem;width:18px;height:18px;accent-color:var(--gold);flex:none}\n.consent a{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px}\n.consent.invalid{color:var(--danger)}\n.form-note{font-size:.78rem;color:var(--text-soft);margin-top:var(--space-4);text-align:center}\n\/* success state *\/\n.success{display:none;text-align:center;padding:var(--space-6) var(--space-4)}\n.success.show{display:block}\n.success__seal{width:64px;height:64px;margin:0 auto var(--space-4);border-radius:50%;background:color-mix(in srgb,var(--success) 15%,transparent);color:var(--success);display:grid;place-items:center}\n.success__seal svg{width:32px;height:32px}\n.success h3{font-size:var(--fs-h3);margin-bottom:.5rem}\n.success p{color:var(--text-muted);max-width:44ch;margin:0 auto var(--space-5)}\n.formcard.sent form{display:none}\n@media(max-width:860px){.contact{grid-template-columns:1fr;gap:var(--space-6)}}\n@media(max-width:480px){.field-row{grid-template-columns:1fr}}\n\n\/* =========================================================================\n   [4] QUICK ANSWERS BAND (self-service deflection)\n   ========================================================================= *\/\n.quick__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-4)}\n.qcard{display:flex;flex-direction:column;gap:var(--space-3);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--space-5);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur)}\n.qcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gold-tint)}\n.qcard__icon{width:42px;height:42px;border-radius:var(--r-md);background:var(--sage-tint);color:var(--sage);display:grid;place-items:center}\n.qcard__icon svg{width:21px;height:21px}\n.qcard h3{font-family:var(--font-display);font-size:1.2rem;margin-bottom:.15rem}\n.qcard p{font-size:.83rem;color:var(--text-muted);line-height:1.5;flex:1}\n.qcard__link{font-family:var(--font-body);font-size:.82rem;font-weight:600;color:var(--gold-deep);display:inline-flex;align-items:center;gap:.35rem;margin-top:.3rem}\n@media(max-width:980px){.quick__grid{grid-template-columns:repeat(3,1fr)}}\n@media(max-width:680px){.quick__grid{grid-template-columns:1fr 1fr}}\n@media(max-width:440px){.quick__grid{grid-template-columns:1fr}}\n\n\/* =========================================================================\n   [5] MAP + [6] COMPANY DETAILS\n   ========================================================================= *\/\n.mapco__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3rem);align-items:stretch}\n.mapco__map .ph{height:100%;min-height:320px;aspect-ratio:auto}\n.company{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(1.5rem,3vw,2.5rem)}\n.company h2{font-size:var(--fs-h3);margin-bottom:var(--space-4)}\n.company address{font-style:normal;font-size:.98rem;line-height:1.8;color:var(--ink-2)}\n.company address b{font-family:var(--font-display);font-size:1.3rem;color:var(--ink);display:block;font-weight:600;margin-bottom:.3rem}\n.company__legal{margin-top:var(--space-4);display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}\n.company__legal .row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:baseline}\n.company__legal .k{color:var(--text-soft);min-width:130px}\n.company__imprint{display:inline-flex;align-items:center;gap:.5rem;margin-top:var(--space-5);font-weight:600;color:var(--gold-deep)}\n.company__imprint svg{width:16px;height:16px}\n.company__imprint:hover{color:var(--gold)}\n@media(max-width:760px){.mapco__grid{grid-template-columns:1fr}.mapco__map{order:-1}.mapco__map .ph{min-height:240px}}\n\n\/* =========================================================================\n   [7] SOFT CTA\n   ========================================================================= *\/\n.ctaband{text-align:center}\n.ctaband h2{font-size:var(--fs-h2)}\n.ctaband p{color:#D9D2C7;margin-top:var(--space-4);max-width:50ch;margin-inline:auto;font-size:1.075rem}\n.ctaband .btns{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;margin-top:var(--space-6)}\n\n\/* =========================================================================\n   [8] FAQ ACCORDION\n   ========================================================================= *\/\n.faq{max-width:var(--maxw-narrow);margin-inline:auto}\n.faq .section-head{text-align:center;margin-bottom:var(--space-6)}\n.faq-item{border-bottom:1px solid var(--line)}\n.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-4);font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--ink)}\n.faq-item summary::-webkit-details-marker{display:none}\n.faq-item summary .pm{flex:none;width:26px;height:26px;position:relative}\n.faq-item summary .pm::before,.faq-item summary .pm::after{content:\"\";position:absolute;background:var(--gold);border-radius:2px;transition:transform var(--dur) var(--ease),opacity var(--dur)}\n.faq-item summary .pm::before{top:12px;left:4px;right:4px;height:2px}\n.faq-item summary .pm::after{left:12px;top:4px;bottom:4px;width:2px}\n.faq-item[open] summary .pm::after{transform:scaleY(0);opacity:0}\n.faq-item__body{padding-bottom:var(--space-5);color:var(--text-muted);max-width:64ch}\n.faq-item__body a{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px}\n.faq-item__body .fillin{font-size:.95em}\n\n\/* =========================================================================\n   FOOTER (identical system)\n   ========================================================================= *\/\n.footer{background:var(--ink);color:#C9C2B6;padding-top:var(--space-8);font-size:.9rem}\n.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:var(--space-6)}\n.footer .brand{color:var(--ivory);font-size:1.9rem;margin-bottom:var(--space-4);display:inline-block}\n.footer__about{max-width:30ch;line-height:1.6}\n.footer__about address{font-style:normal;margin-top:var(--space-4);line-height:1.7;color:#B4AC9F}\n.footer__about a{color:#C9C2B6}\n.footer__about a:hover{color:var(--gold)}\n.footer h4{font-family:var(--font-body);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory);margin-bottom:var(--space-4);font-weight:600}\n.footer__links li{margin-bottom:.55rem}\n.footer__links a{color:#C9C2B6;transition:color var(--dur)}\n.footer__links a:hover{color:var(--gold)}\n.footer__certs{display:flex;flex-wrap:wrap;gap:.5rem}\n.cert{font-size:.72rem;border:1px solid #3A352E;border-radius:var(--r-sm);padding:.4rem .6rem;color:#B4AC9F;line-height:1.2}\n.footer__bottom{border-top:1px solid #322D26;margin-top:var(--space-8);padding-block:var(--space-5);display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between;align-items:center}\n.footer__trust{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;font-size:.8rem;color:#B4AC9F}\n.footer__trust span{display:inline-flex;align-items:center;gap:.4rem}\n.footer__trust svg{width:14px;height:14px;color:var(--sage)}\n.footer__legal{font-size:.78rem;color:#8A8377}\n@media(max-width:820px){.footer__top{grid-template-columns:1fr 1fr}}\n@media(max-width:480px){.footer__top{grid-template-columns:1fr}}\n\n\/* Motion preferences *\/\n@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}\n.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}\n.reveal.in{opacity:1;transform:none}\n@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}\n\n\/* ---- LEGAL PAGES (imprint \/ terms \/ shipping) ---- *\/\n.legal{padding-block:clamp(2.6rem,1.6rem + 4vw,5rem)}\n.legal .container{max-width:var(--maxw-narrow)}\n.legal__head{margin-bottom:var(--space-7);padding-bottom:var(--space-5);border-bottom:1px solid var(--line)}\n.legal__eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:var(--space-3)}\n.legal__head h1{font-size:var(--fs-h2)}\n.legal__meta{color:var(--text-soft);font-size:var(--fs-small);margin-top:var(--space-3)}\n.legal__body{font-size:1rem;color:var(--text-muted)}\n.legal__body h2{font-family:var(--font-display);font-size:1.5rem;color:var(--text);margin:var(--space-6) 0 var(--space-3)}\n.legal__body h3{font-family:var(--font-body);font-size:.95rem;font-weight:700;letter-spacing:.02em;color:var(--text);margin:var(--space-6) 0 var(--space-2);text-transform:none}\n.legal__body p{margin-bottom:var(--space-4);line-height:1.7}\n.legal__body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}\n.legal__body a:hover{color:var(--accent-hover)}\n.legal__body strong{color:var(--text)}\n.legal__body ul.pay-list{list-style:disc;padding-left:1.3rem;margin:0 0 var(--space-4)}\n.legal__body ul.pay-list li{margin-bottom:.3rem}\n.legal__body .table-wrap{overflow-x:auto;margin:var(--space-4) 0 var(--space-3);border:1px solid var(--line);border-radius:var(--r-md)}\n.ship-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:560px}\n.ship-table th,.ship-table td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--line);vertical-align:top}\n.ship-table thead th{background:var(--surface-alt);font-family:var(--font-body);font-weight:700;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}\n.ship-table tbody tr:last-child td{border-bottom:none}\n.ship-table td:nth-child(3),.ship-table td:nth-child(4){white-space:nowrap;font-variant-numeric:tabular-nums}\n.ship-note{font-size:.82rem;color:var(--text-soft);margin-top:0}\n<\/style>\n\n<nav class=\"crumb\" aria-label=\"Breadcrumb\"><div class=\"container\"><ol style=\"list-style:none;margin:0;padding:0\"><li><a href=\"https:\/\/elixia.shop\/\">Home<\/a><\/li><li class=\"sep\" aria-hidden=\"true\">\u203a<\/li><li aria-current=\"page\">Imprint<\/li><\/ol><\/div><\/nav><main>\n<section class=\"legal\">\n<div class=\"container\">\n<header class=\"legal__head\"><p class=\"legal__eyebrow\">Legal<\/p><h1>Imprint<\/h1><p class=\"legal__meta\">Information pursuant to \u00a7 5 DDG<\/p><\/header>\n<div class=\"legal__body\">\n<h2>Blumental Bayern GmbH<\/h2>\n<p>Melanchthonplatz 4&ndash;6<br>90443 Nuremberg<br>Germany<\/p>\n<p><strong>Commercial register:<\/strong> HRB 36602<br>\n<strong>Registration court:<\/strong> Amtsgericht N&uuml;rnberg<\/p>\n<p><strong>Represented by the Managing Director:<\/strong> Dr. Jalal Solati<\/p>\n\n<h3>Contact<\/h3>\n<p>Telephone: <a href=\"tel:+499114771390\">+49 911 4771390<\/a><br>\nEmail: <a href=\"mailto:info@elixia.shop\">info@elixia.shop<\/a><\/p>\n\n<h3>VAT identification number<\/h3>\n<p>Sales tax identification number pursuant to &sect; 27 a of the German Value Added Tax Act (UStG):<br>DE325297396<\/p>\n\n<h3>Consumer dispute resolution \/ universal arbitration board<\/h3>\n<p>We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board.<\/p>\n\n<h3>Liability for content<\/h3>\n<p>As a service provider, we are responsible for our own content on these pages in accordance with general laws pursuant to Section 7 (1) of the German Telemedia Act (TMG). According to Sections 8 to 10 TMG, however, we as a service provider are not obliged to monitor transmitted or stored third-party information or to investigate circumstances that indicate illegal activity. Obligations to remove or block the use of information under general laws remain unaffected. However, liability in this respect is only possible from the point in time at which we become aware of a specific legal violation. As soon as we become aware of such violations, we will remove this content immediately.<\/p>\n\n<h3>Liability for links<\/h3>\n<p>Our offer contains links to external third-party websites over whose content we have no influence. For this reason, we cannot accept any liability for this external content. The respective provider or operator of the pages is always responsible for the content of the linked pages. The linked pages were checked for possible legal violations at the time of linking. No illegal content was discernible at the time the link was created. However, permanent monitoring of the content of the linked pages is not reasonable without concrete evidence of an infringement. As soon as we become aware of legal violations, we will remove such links immediately.<\/p>\n\n<h3>Copyright<\/h3>\n<p>The content and works on these pages created by the site operator are subject to German copyright law. Duplication, processing, distribution and any kind of use beyond the limits of copyright law require the written consent of the respective author or creator. Downloads and copies of this page are only permitted for private, non-commercial use. Insofar as the content on this page was not created by the operator, the copyrights of third parties are respected. In particular, third-party content is identified as such. Should you nevertheless become aware of a copyright infringement, please inform us accordingly. As soon as we become aware of legal violations, we will remove such content immediately.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<\/main>\n","protected":false},"excerpt":{"rendered":"<p>Home \u203a Imprint Legal Imprint Information pursuant to \u00a7 5 DDG Blumental Bayern GmbH Melanchthonplatz 4&ndash;690443 NurembergGermany Commercial register: HRB 36602 Registration court: Amtsgericht N&uuml;rnberg Represented by the Managing Director: Dr. Jalal Solati Contact Telephone: +49 911 4771390 Email: info@elixia.shop VAT identification number Sales tax identification number pursuant to &sect; 27 a of the German [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-209","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/pages\/209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/comments?post=209"}],"version-history":[{"count":2,"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/pages\/209\/revisions"}],"predecessor-version":[{"id":247,"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/pages\/209\/revisions\/247"}],"wp:attachment":[{"href":"https:\/\/elixia.shop\/de\/wp-json\/wp\/v2\/media?parent=209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}