/* websitegurualmelo.nl
   Aesthetic: Premium-serif editorial. Warme cream + diep plum + gedempt goud.
   DM Serif Display (display) + Albert Sans (body).
   AFWIJKENDE LAYOUT: magazine-stijl met een genummerde 'index' (inhoudsopgave) in de hero,
   editorial genummerde dienst-secties, serif pull-quote. Geen em-dash. */

:root {
  --bg: #F7F3EC;
  --bg-soft: #EFE7DA;
  --bg-deep: #2A1226;
  --surface: #FFFDF9;
  --ink: #2A1226;
  --ink-soft: #6C5660;
  --ink-faint: #9A8790;
  --line: #E3D8C8;
  --line-strong: #D2C3AE;
  --plum: #6E2A63;
  --plum-dark: #4A1D45;
  --plum-soft: #F0E4EE;
  --gold: #B08D2E;
  --gold-dark: #8F711F;
  --primary: #6E2A63;
  --primary-dark: #4A1D45;
  --radius-sm: 6px; --radius: 12px; --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(42,18,38,0.06);
  --shadow: 0 10px 30px -12px rgba(42,18,38,0.18);
  --maxw: 1180px; --maxw-narrow: 720px;
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Albert Sans", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--plum); text-decoration: none; }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; color: var(--ink); margin: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.45rem; }
h4 { font-size: 1rem; font-family: var(--font-body); font-weight: 700; }
p { margin: 0 0 1rem; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--maxw-narrow); }
.accent { color: var(--plum); font-style: italic; }
.lead { font-size: 1.22rem; line-height: 1.65; color: var(--ink-soft); }

.topbar { background: var(--bg-deep); color: #C7AFC0; font-size: 0.82rem; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-meta { display: flex; gap: 1.25rem; align-items: center; }
.topbar-meta a { color: #EBDDE8; }
.topbar-dot { color: var(--gold); }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(247,243,236,0.92); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.9rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand em { font-style: italic; color: var(--plum); }
.brand-mono { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--plum); color: var(--bg); font-family: var(--font-display); font-size: 1.1rem; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 1.75rem; margin: 0; padding: 0; }
.nav-menu a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; }
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); }
.nav-cta { background: var(--plum); color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 999px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--plum-dark); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9rem 1.7rem; border-radius: 999px; font-weight: 600; font-size: 0.97rem; font-family: var(--font-body); cursor: pointer; border: 1px solid transparent; transition: transform 0.12s ease, background 0.18s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--plum); color: #fff; }
.btn-primary:hover { background: var(--plum-dark); color: #fff; }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--plum); color: var(--plum); }
.btn-gold { background: var(--gold); color: #2a2100; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; font-size: 0.92rem; color: var(--plum); }
.btn-ghost:hover { gap: 0.65rem; color: var(--gold-dark); }

/* ===== HERO: editorial met index ===== */
.hero { padding: clamp(3rem,7vw,5.5rem) 0 clamp(3rem,6vw,4.5rem); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 3.5rem; align-items: center; }
.hero-eyebrow { display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 1.25rem; }
.hero h1 .accent { color: var(--plum); }
.hero .lead { max-width: 540px; margin-top: 1.5rem; }
.hero-cta-group { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }
/* index card */
.index { border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: var(--surface); padding: 1.75rem; box-shadow: var(--shadow); }
.index-title { font-family: var(--font-body); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.index ol { list-style: none; margin: 0; padding: 0; }
.index li { display: flex; align-items: baseline; gap: 0.9rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.index li:last-child { border-bottom: 0; }
.index li a { display: flex; align-items: baseline; gap: 0.9rem; color: var(--ink); width: 100%; }
.index li a:hover { color: var(--plum); }
.index .n { font-family: var(--font-display); color: var(--gold-dark); font-size: 1.1rem; min-width: 1.8rem; }
.index .t { font-weight: 600; }

/* ===== Sections ===== */
.section { padding: clamp(3.25rem,7vw,5.5rem) 0; }
.section-header { max-width: 720px; margin-bottom: 3rem; }
.section-header.centered { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.85rem; }

/* ===== Editorial dienst-secties ===== */
.entry { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2.5rem; padding: 2.75rem 0; border-top: 1px solid var(--line); align-items: start; }
.entry:last-child { border-bottom: 1px solid var(--line); }
.entry-head { position: sticky; top: 90px; }
.entry-num { font-family: var(--font-display); font-size: clamp(2.5rem,5vw,3.6rem); color: var(--plum); line-height: 0.9; }
.entry-head h3 { margin-top: 0.75rem; font-size: 1.7rem; }
.entry-body p { color: var(--ink-soft); margin-bottom: 1rem; }
.entry-body ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.entry-body li { padding-left: 1.5rem; position: relative; font-size: 0.97rem; }
.entry-body li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 0.8rem; top: 0.2rem; }

/* ===== Pull-quote ===== */
.pullquote { background: var(--bg-deep); color: var(--bg); }
.pullquote .container { padding-top: clamp(3rem,6vw,4.5rem); padding-bottom: clamp(3rem,6vw,4.5rem); text-align: center; }
.pullquote p { font-family: var(--font-display); font-size: clamp(1.6rem,3.4vw,2.4rem); line-height: 1.3; max-width: 880px; margin: 0 auto; }
.pullquote p .accent { color: var(--gold); font-style: italic; }
.pullquote .who { font-family: var(--font-body); font-size: 0.95rem; margin-top: 1.5rem; color: #C7AFC0; }

/* ===== Editorial split (over) ===== */
.editorial-split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 3rem; align-items: center; }
.editorial-split .photo { aspect-ratio: 3/4; border-radius: var(--radius-lg); background: linear-gradient(160deg, #3a1835, #2a1226); border: 1px solid var(--line-strong); display: flex; align-items: flex-end; padding: 1.5rem; }
.editorial-split .photo .tag { font-family: var(--font-display); color: var(--gold); font-size: 1.2rem; }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.pricing-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.75rem; display: flex; flex-direction: column; }
.pricing-card.featured { background: var(--bg-deep); color: var(--bg); border-color: var(--bg-deep); box-shadow: var(--shadow); position: relative; }
.pricing-card.featured::after { content: "Aanbevolen"; position: absolute; top: 1.25rem; right: 1.25rem; background: var(--gold); color: #2a2100; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px; }
.pricing-card-tier { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); }
.pricing-card.featured .pricing-card-tier { color: var(--gold); }
.pricing-card h3 { margin: 0.6rem 0; }
.pricing-card.featured h3 { color: #fff; }
.pricing-description { font-size: 0.92rem; color: var(--ink-soft); min-height: 2.6rem; }
.pricing-card.featured .pricing-description { color: #C7AFC0; }
.pricing-amount { font-family: var(--font-display); font-size: 2rem; color: var(--ink); margin: 0.5rem 0 1.25rem; }
.pricing-card.featured .pricing-amount { color: #fff; }
.pricing-amount .unit { font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); }
.pricing-card.featured .pricing-amount .unit { color: #C7AFC0; }
.pricing-features { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 0.6rem; flex: 1; }
.pricing-features li { font-size: 0.92rem; padding-left: 1.5rem; position: relative; }
.pricing-features li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 0.8rem; top: 0.15rem; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 0.75rem; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: none; border: 0; padding: 1.15rem 1.4rem; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--plum); transition: transform 0.2s ease; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer p { padding: 0 1.4rem 1.25rem; margin: 0; color: var(--ink-soft); }

/* ===== Blog ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.18s ease, box-shadow 0.18s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card-cover { height: 150px; background: linear-gradient(135deg, var(--plum), #9a4a8c); display: flex; align-items: center; justify-content: center; }
.blog-card-cover.gold { background: linear-gradient(135deg, var(--gold), #d8b85a); }
.blog-card-cover.deep { background: linear-gradient(135deg, var(--bg-deep), #4a1d45); }
.blog-card-cover::after { content: attr(data-letter); font-family: var(--font-display); font-size: 2.2rem; color: rgba(255,255,255,0.95); }
.blog-card-content { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.blog-card-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; }
.blog-card h3 { font-size: 1.3rem; margin-bottom: 0.75rem; }
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--plum); }
.blog-card-meta { font-size: 0.82rem; color: var(--ink-faint); margin-top: auto; }

/* ===== CTA ===== */
.cta-section { background: var(--bg-deep); color: var(--bg); text-align: center; padding: clamp(3.5rem,8vw,5.5rem) 0; }
.cta-section h2 { color: #fff; max-width: 680px; margin: 0 auto 1rem; }
.cta-section h2 .accent { color: var(--gold); }
.cta-section p { color: #C7AFC0; max-width: 560px; margin: 0 auto 2rem; }

/* ===== Footer ===== */
.footer { background: #1F0D1C; color: #B196AC; padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand em { color: var(--gold); }
.footer-brand p { font-size: 0.9rem; max-width: 320px; }
.footer-contact { font-size: 0.9rem; margin-top: 1rem; line-height: 1.7; }
.footer-contact a { color: #EBDDE8; }
.footer-col h4 { color: #fff; margin-bottom: 1rem; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: #B196AC; font-size: 0.92rem; }
.footer-col a:hover { color: var(--gold); }
.footer-col li { font-size: 0.92rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #38233340; border-top-color: #3a2535; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.82rem; }
.footer-bottom a { color: #B196AC; }

/* ===== Breadcrumbs / page-header ===== */
.breadcrumbs { border-bottom: 1px solid var(--line); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0.85rem 0; font-size: 0.85rem; }
.breadcrumbs li { color: var(--ink-soft); }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.5rem; color: var(--ink-faint); }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--plum); }
.page-header { padding: clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem); border-bottom: 1px solid var(--line); }
.page-header h1 { max-width: 880px; }
.page-header .lead { color: var(--ink-soft); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3rem; align-items: start; }
.contact-info-block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
.contact-info-item { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.contact-info-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-info-item:first-child { padding-top: 0; }
.contact-info-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.3rem; }
.contact-info-value { font-size: 1.1rem; font-weight: 600; }
.contact-info-value a { color: var(--plum); }

.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; }
.form input, .form select, .form textarea { width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.97rem; background: var(--surface); color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--plum); box-shadow: 0 0 0 3px var(--plum-soft); }
.form textarea { resize: vertical; }

/* ===== Article ===== */
.article-header { padding: clamp(2.5rem,6vw,4rem) 0 1.5rem; border-bottom: 1px solid var(--line); }
.article-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.85rem; }
.article-header h1 { max-width: 760px; }
.article-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; font-size: 0.88rem; color: var(--ink-soft); }
.article-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.article-body { max-width: var(--maxw-narrow); margin: 0 auto; padding: 2rem 1.5rem 1rem; font-size: 1.1rem; }
.article-body h2 { margin: 2.5rem 0 1rem; }
.article-body h3 { margin: 1.75rem 0 0.6rem; }
.article-body ul { padding-left: 1.25rem; margin: 0 0 1.25rem; }
.article-body li { margin-bottom: 0.5rem; }
.article-body blockquote { margin: 1.75rem 0; padding: 1.25rem 1.5rem; border-left: 3px solid var(--gold); background: var(--surface); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-size: 1.35rem; color: var(--ink); }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0 1.5rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .entry { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
  .entry-head { position: static; }
  .editorial-split { grid-template-columns: 1fr; gap: 2rem; }
  .pricing-grid, .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 0.5rem 1.5rem 1rem; box-shadow: var(--shadow); display: none; }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 0.4rem 0; }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .topbar-meta:first-child { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* === Meer ruimte boven kopjes binnen lopende tekst (toegevoegd 2026-05-25) === */
.container-narrow h2, .article-body h2, .prose h2 { margin-top: 3rem; }
.container-narrow h3, .article-body h3, .prose h3 { margin-top: 2rem; }
.container-narrow > h2:first-child, .article-body > h2:first-child,
.container-narrow > h3:first-child, .article-body > h3:first-child { margin-top: 0; }
.container-narrow h2 + h3, .article-body h2 + h3,
.container-narrow h3 + h3, .article-body h3 + h3 { margin-top: 0.75rem; }

/* === Speels thema-patroon op hero & page-header (toegevoegd 2026-05-31) ===
   Subtiele editorial 'website-kwaliteit/audit' motieven: dunne lijnen, een fijn
   ruitpatroon, vinkjes, een vergrootglas en een meter/score-boog. Plum + goud.
   Inline SVG data-URI, achter de content, niet klikbaar, lage opacity, mask-fade.
   Geen externe afbeeldingen, niets in de HTML, breekt geen bestaande layout. */
.hero, .page-header { position: relative; overflow: hidden; }
.hero > .container, .page-header > .container { position: relative; z-index: 1; }
.hero::before, .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%236E2A63' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 55 H220 M0 110 H220 M0 165 H220' stroke='%236E2A63' opacity='0.35'/%3E%3Cpath d='M55 0 V220 M110 0 V220 M165 0 V220' stroke='%236E2A63' opacity='0.18'/%3E%3Ccircle cx='38' cy='38' r='13' stroke='%23B08D2E' stroke-width='1.5'/%3E%3Cpath d='M47.5 47.5 L57 57' stroke='%23B08D2E' stroke-width='1.5'/%3E%3Cpath d='M150 30 l6 6 l11 -13' stroke='%236E2A63' stroke-width='1.5'/%3E%3Cpath d='M30 150 A24 24 0 0 1 78 150' stroke='%23B08D2E' stroke-width='1.5'/%3E%3Cpath d='M54 150 L66 134' stroke='%236E2A63' stroke-width='1.5'/%3E%3Ccircle cx='54' cy='150' r='2' fill='%236E2A63' stroke='none'/%3E%3Cpath d='M150 145 l6 6 l11 -13' stroke='%23B08D2E' stroke-width='1.5'/%3E%3Crect x='140' y='95' width='34' height='8' rx='2' stroke='%236E2A63' opacity='0.6'/%3E%3Crect x='30' y='95' width='20' height='8' rx='2' stroke='%23B08D2E' opacity='0.6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 220px 220px;
  opacity: 0.07;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.15) 70%, transparent);
          mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.15) 70%, transparent);
}
.page-header::before { opacity: 0.06; }
@media (max-width: 760px) {
  .hero::before, .page-header::before { background-size: 170px 170px; opacity: 0.05; }
}
@media (prefers-reduced-motion: no-preference) {
  /* statisch patroon, geen animatie: bewust rustig gehouden */
}
