::root { --kleur-achtergrond: #ffffff; --kleur-tekst: #1a1a2e; --kleur-primair: #4a9b7f; --kleur-primair-contrast: #ffffff; --kleur-zacht: #e8f4f0; --font-koppen: 'Segoe UI', Helvetica Neue, Arial, sans-serif; --font-tekst: 'Segoe UI', Helvetica Neue, Arial, sans-serif; --radius: 1.2rem; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 16px; scroll-behavior: smooth; } body { background: var(--kleur-achtergrond); color: var(--kleur-tekst); font-family: var(--font-tekst); line-height: 1.6; } img { max-width: 100%; height: auto; } a { color: var(--kleur-primair); text-decoration: none; } a:hover { text-decoration: underline; } .container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; } /* HEADER */ .site-header { background: var(--kleur-achtergrond); border-bottom: 2px solid var(--kleur-zacht); position: sticky; top: 0; z-index: 100; } .header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; max-width: 1100px; margin: 0 auto; padding: 0.9rem 1.25rem; } .logo { font-family: var(--font-koppen); font-size: 1.6rem; font-weight: 900; color: var(--kleur-tekst); letter-spacing: -1px; } .logo-dot { color: var(--kleur-primair); } .main-nav { display: flex; flex-wrap: wrap; gap: 0.25rem; } .main-nav a { font-size: 0.95rem; font-weight: 600; color: var(--kleur-tekst); padding: 0.55rem 0.85rem; border-radius: calc(var(--radius) / 2); transition: background 0.2s, color 0.2s; min-height: 44px; display: flex; align-items: center; } .main-nav a:hover { background: var(--kleur-zacht); color: var(--kleur-primair); text-decoration: none; } /* BUTTONS */ .btn { display: inline-flex; align-items: center; justify-content: center; background: var(--kleur-primair); color: var(--kleur-primair-contrast); font-family: var(--font-koppen); font-size: 1rem; font-weight: 700; padding: 0.75rem 1.6rem; border-radius: var(--radius); border: none; cursor: pointer; min-height: 44px; transition: transform 0.15s, box-shadow 0.15s; text-decoration: none; } .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(74,155,127,0.35); text-decoration: none; color: var(--kleur-primair-contrast); } .btn-groot { font-size: 1.1rem; padding: 0.9rem 2rem; } .btn-wit { background: var(--kleur-achtergrond); color: var(--kleur-primair); } .btn-wit:hover { color: var(--kleur-primair); } /* HERO */ .hero { background: linear-gradient(135deg, var(--kleur-zacht) 0%, #d4ebe5 100%); padding: 4rem 1.25rem 3rem; display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; justify-content: center; } .hero-inner { flex: 1 1 300px; max-width: 560px; } .hero-badge { display: inline-block; background: var(--kleur-primair); color: var(--kleur-primair-contrast); font-size: 0.85rem; font-weight: 700; padding: 0.35rem 0.9rem; border-radius: 2rem; margin-bottom: 1.25rem; } .hero h1 { font-family: var(--font-koppen); font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 900; line-height: 1.15; margin-bottom: 1rem; color: var(--kleur-tekst); } .hero-sub { font-size: 1.1rem; color: var(--kleur-tekst); margin-bottom: 2rem; max-width: 480px; opacity: 0.85; } .hero-visual { flex: 1 1 260px; max-width: 340px; display: flex; justify-content: center; } .hero-card { background: var(--kleur-achtergrond); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(74,155,127,0.18); padding: 1.25rem; width: 100%; max-width: 300px; } .hc-bar { display: flex; gap: 0.4rem; margin-bottom: 1rem; } .hc-bar span { width: 12px; height: 12px; border-radius: 50%; background: var(--kleur-primair); opacity: 0.5; } .hc-bar span:first-child { opacity: 1; } .hc-content { display: flex; flex-direction: column; gap: 0.6rem; } .hc-line { height: 12px; border-radius: 6px; background: var(--kleur-zacht); } .hc-line--wide { width: 85%; } .hc-line--med { width: 60%; } .hc-btn { height: 36px; border-radius: calc(var(--radius) / 1.5); background: var(--kleur-primair); width: 50%; opacity: 0.85; } /* VOORDELEN */ .voordelen { padding: 4rem 1.25rem; } .voordelen h2 { font-family: var(--font-koppen); font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 900; text-align: center; margin-bottom: 2.5rem; } .voordelen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; } .voordeel-kaart { background: var(--kleur-zacht); border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; transition: transform 0.2s; } .voordeel-kaart:hover { transform: translateY(-4px); } .voordeel-icoon { font-size: 2.5rem; margin-bottom: 0.75rem; } .voordeel-kaart h3 { font-family: var(--font-koppen); font-size: 1.15rem; font-weight: 800; margin-bottom: 0.5rem; } /* CTA SECTIE */ .cta-sectie { background: var(--kleur-primair); padding: 4rem 1.25rem; } .cta-inner { text-align: center; } .cta-inner h2 { font-family: var(--font-koppen); font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 900; color: var(--kleur-primair-contrast); margin-bottom: 0.75rem; } .cta-inner p { color: var(--kleur-primair-contrast); font-size: 1.05rem; margin-bottom: 1.75rem; opacity: 0.9; } /* PAGE HERO */ .page-hero { background: linear-gradient(135deg, var(--kleur-zacht) 0%, #d4ebe5 100%); padding: 3.5rem 1.25rem 3rem; text-align: center; } .page-hero h1 { font-family: var(--font-koppen); font-size: clamp(1.7rem, 5vw, 2.6rem); font-weight: 900; margin-bottom: 0.75rem; } .page-sub { font-size: 1.1rem; opacity: 0.8; max-width: 580px; margin: 0 auto; } /* STAPPEN */ .stappen { padding: 4rem 1.25rem; } .stappen-lijst { display: flex; flex-direction: column; gap: 2rem; max-width: 780px; margin: 0 auto; } .stap { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: flex-start; background: var(--kleur-zacht); border-radius: var(--radius); padding: 1.75rem; } .stap-nummer { background: var(--kleur-primair); color: var(--kleur-primair-contrast); font-family: var(--font-koppen); font-size: 1.4rem; font-weight: 900; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .stap-tekst { flex: 1 1 220px; } .stap-tekst h2 { font-family: var(--font-koppen); font-size: 1.2rem; font-weight: 800; margin-bottom: 0.4rem; } /* PRIJZEN */ .prijzen-sectie { padding: 4rem 1.25rem; } .prijzen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; margin-bottom: 2rem; } .prijs-kaart { background: var(--kleur-zacht); border-radius: var(--radius); padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; position: relative; } .prijs-kaart--populair { background: var(--kleur-primair); color: var(--kleur-primair-contrast); box-shadow: 0 12px 40px rgba(74,155,127,0.3); } .prijs-kaart--populair .prijs-bedrag, .prijs-kaart--populair .prijs-label { color: var(--kleur-primair-contrast); } .prijs-kaart--populair .prijs-lijst li { color: var(--kleur-primair-contrast); } .prijs-kaart--populair .prijs-intro { color: var(--kleur-primair-contrast); opacity: 0.9; } .populair-badge { background: var(--kleur-achtergrond); color: var(--kleur-primair); font-size: 0.8rem; font-weight: 800; padding: 0.3rem 0.8rem; border-radius: 2rem; display: inline-block; margin-bottom: 0.25rem; } .prijs-label { font-family: var(--font-koppen); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.7; } .prijs-kaart--populair .prijs-label { opacity: 0.85; } .prijs-bedrag { font-family: var(--font-koppen); font-size: 3rem; font-weight: 900; line-height: 1; } .prijs-valuta { font-size: 1.5rem; vertical-align: top; margin-top: 0.4rem; display: inline-block; } .prijs-per { font-size: 1rem; font-weight: 400; opacity: 0.7; } .prijs-intro { font-size: 0.95rem; } .prijs-lijst { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; } .prijs-lijst li { font-size: 0.95rem; } .prijs-kaart--populair .btn { background: var(--kleur-achtergrond); color: var(--kleur-primair); } .prijs-kaart--populair .btn:hover { color: var(--kleur-primair); } .prijzen-nota { text-align: center; font-size: 0.95rem; opacity: 0.75; } /* CONTACT */ .contact-sectie { padding: 4rem 1.25rem; } .contact-inner { display: grid; grid-template-columns: 1fr; gap: 2.5rem; max-width: 900px; margin: 0 auto; } @media (min-width: 680px) { .contact-inner { grid-template-columns: 1fr 1.4fr; } } .contact-info h2 { font-family: var(--font-koppen); font-size: 1.4rem; font-weight: 800; margin-bottom: 0.75rem; } .contact-info p { margin-bottom: 1.5rem; } .contact-blokjes { display: flex; flex-direction: column; gap: 1rem; } .contact-blokje { display: flex; align-items: flex-start; gap: 0.9rem; background: var(--kleur-zacht); border-radius: calc(var(--radius) / 1.5); padding: 1rem; } .contact-icoon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; } /* FORM */ .form-groep { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; } .form-groep label { font-weight: 700; font-size: 0.95rem; } .form-groep input, .form-groep textarea { font-family: var(--font-tekst); font-size: 1rem; padding: 0.75rem 1rem; border: 2px solid var(--kleur-zacht); border-radius: calc(var(--radius) / 1.5); background: var(--kleur-achtergrond); color: var(--kleur-tekst); width: 100%; transition: border-color 0.2s; } .form-groep input:focus, .form-groep textarea:focus { outline: none; border-color: var(--kleur-primair); } .form-groep textarea { resize: vertical; min-height: 120px; } /* FOOTER */ .site-footer { background: var(--kleur-zacht); padding: 1.75rem 1.25rem; margin-top: 2rem; } .footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; max-width: 1100px; margin: 0 auto; } .footer-inner p { font-size: 0.9rem; opacity: 0.75; } .footer-nav { display: flex; flex-wrap: wrap; gap: 0.25rem; } .footer-nav a { font-size: 0.85rem; color: var(--kleur-tekst); padding: 0.3rem 0.6rem; border-radius: 0.4rem; } .footer-nav a:hover { color: var(--kleur-primair); text-decoration: none; } @media (min-width: 768px) { .hero { padding: 5.5rem 2rem 4.5rem; } .voordelen { padding: 5rem 2rem; } .stappen { padding: 5rem 2rem; } .prijzen-sectie { padding: 5rem 2rem; } .contact-sectie { padding: 5rem 2rem; } } /* stijlthema: groen */ :root { --kleur-achtergrond: #ffffff; --kleur-tekst: #1b2530; --kleur-primair: #4a9b7f; --kleur-primair-contrast: #ffffff; --kleur-zacht: #e8f4f0; --font-koppen: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; --font-tekst: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; --radius: 18px; }

