diff --git a/docs/mvp/ddd/02-bounded-contexts.md b/docs/mvp/ddd/02-bounded-contexts.md
index 2ca9805..176f9d3 100644
--- a/docs/mvp/ddd/02-bounded-contexts.md
+++ b/docs/mvp/ddd/02-bounded-contexts.md
@@ -5,6 +5,16 @@
## Context Map (Kontextkarte)
```mermaid
+---
+config:
+ theme: neutral
+ look: classic
+ layout: elk
+ themeVariables:
+ background: "#f8fafc"
+ class:
+ hideEmptyMembersBox: true
+---
graph TB
subgraph CORE["⚡ KERN-DOMÄNE"]
Produktion["Produktion
Rezept, Charge,
Ausbeute, Produktionsauftrag"]
@@ -41,9 +51,6 @@ graph TB
CORE -.->|Konsumiert Daten| GENERIC
SUPPORTING -.->|Konsumiert Daten| GENERIC
- style CORE fill:#e1f5ff,stroke:#0066cc,stroke-width:3px
- style SUPPORTING fill:#fff4e6,stroke:#ff9800,stroke-width:2px
- style GENERIC fill:#f5f5f5,stroke:#666,stroke-width:1px
```
---