:root { --kleur-achtergrond: #ffffff; --kleur-tekst: #2c2c2c; --kleur-primair: #f0870a; --kleur-primair-contrast: #ffffff; --kleur-zacht: #f5f0eb; --font-koppen: Georgia, 'Times New Roman', serif; --font-tekst: 'Helvetica Neue', Arial, sans-serif; --radius: 10px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 16px; } body { font-family: var(--font-tekst); color: var(--kleur-tekst); background: var(--kleur-achtergrond); line-height: 1.6; } img { max-width: 100%; height: auto; } a { color: var(--kleur-primair); text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3, h4 { font-family: var(--font-koppen); line-height: 1.2; } .container { max-width: 1100px; margin: 0 auto; padding: 0 1rem; } .site-header { background: var(--kleur-primair); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.15); } .header-inner { max-width: 1100px; margin: 0 auto; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; min-height: 120px; } .logo-link { text-decoration: none; display: inline-flex; align-items: center; } .logo-afbeelding { height: 96px; width: auto; display: block; } .logo-text { font-family: var(--font-koppen); font-size: 1.3rem; font-weight: 700; color: var(--kleur-primair-contrast); line-height: 1.15; display: block; } .logo-nl { font-size: 1rem; color: var(--kleur-primair-contrast); } .main-nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.25rem 0.5rem; padding: 0.5rem 0; } .main-nav ul li a { font-family: var(--font-tekst); font-size: 16px; color: var(--kleur-primair-contrast); padding: 0.5rem 0.75rem; border-radius: var(--radius); display: block; min-height: 44px; display: flex; align-items: center; transition: background 0.2s; } .main-nav ul li a:hover, .main-nav ul li a.actief { background: rgba(0,0,0,0.15); text-decoration: none; } .sectie-wit { background: var(--kleur-achtergrond); } .sectie-zacht { background: var(--kleur-zacht); } .sectie-primair { background: var(--kleur-primair); } section { padding: 3rem 0; } .hero { background: var(--kleur-primair); padding: 4rem 1rem; text-align: center; } .hero-inner { max-width: 700px; margin: 0 auto; } .hero h1 { font-family: var(--font-koppen); font-size: clamp(2rem, 6vw, 3.5rem); color: var(--kleur-primair-contrast); margin-bottom: 0.75rem; } .slogan { font-size: clamp(1.1rem, 3vw, 1.5rem); color: var(--kleur-primair-contrast); margin-bottom: 2rem; font-style: italic; } .btn { display: inline-flex; align-items: center; justify-content: center; background: var(--kleur-primair); color: var(--kleur-primair-contrast); font-family: var(--font-tekst); font-size: 16px; font-weight: 600; padding: 0.75rem 1.5rem; border-radius: var(--radius); border: 2px solid var(--kleur-primair); cursor: pointer; text-decoration: none; min-height: 44px; transition: opacity 0.2s, transform 0.1s; } .btn:hover { opacity: 0.85; text-decoration: none; transform: translateY(-1px); } .btn-groot { font-size: 18px; padding: 0.875rem 2rem; } .btn-wit { background: var(--kleur-primair-contrast); color: var(--kleur-primair); border-color: var(--kleur-primair-contrast); } .btn-wit:hover { opacity: 0.9; } .btn-wit-outline { background: transparent; color: var(--kleur-primair-contrast); border-color: var(--kleur-primair-contrast); } .btn-wit-outline:hover { background: rgba(255,255,255,0.15); } .btn-volledig { width: 100%; } .intro { text-align: center; } .intro h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); color: var(--kleur-primair); margin-bottom: 1rem; } .intro p { max-width: 700px; margin: 0 auto 1rem; font-size: 1.05rem; } .fotos h2, .diensten h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); color: var(--kleur-primair); margin-bottom: 1.5rem; text-align: center; } .foto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; } .foto-placeholder { background: var(--kleur-zacht); border: 2px dashed var(--kleur-primair); border-radius: var(--radius); height: 220px; display: flex; align-items: center; justify-content: center; color: var(--kleur-primair); font-size: 1rem; text-align: center; padding: 1rem; } .diensten-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; } .dienst-kaart { background: var(--kleur-zacht); border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.07); display: flex; flex-direction: column; align-items: center; gap: 0.75rem; } .dienst-icon { font-size: 2.5rem; } .dienst-kaart h3 { font-family: var(--font-koppen); font-size: 1.25rem; color: var(--kleur-primair); } .dienst-kaart p { font-size: 0.97rem; flex: 1; } .cta-inner { text-align: center; padding: 1rem 0; } .cta-inner h2 { font-family: var(--font-koppen); font-size: clamp(1.4rem, 3.5vw, 2rem); color: var(--kleur-primair-contrast); margin-bottom: 0.75rem; } .cta-inner p { color: var(--kleur-primair-contrast); margin-bottom: 1.5rem; font-size: 1.05rem; } .cta-knoppen { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; } .pagina-hero { padding: 3rem 0 2rem; } .pagina-hero h1 { font-family: var(--font-koppen); font-size: clamp(1.8rem, 5vw, 2.8rem); color: var(--kleur-primair); margin-bottom: 0.75rem; } .pagina-intro { font-size: 1.1rem; max-width: 700px; } .brood-aanbod h2, .bestel-uitleg h2, .contact-gegevens h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); color: var(--kleur-primair); margin-bottom: 1.5rem; } .brood-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; margin-bottom: 2.5rem; } .brood-kaart { background: var(--kleur-zacht); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.07); text-align: center; padding-bottom: 1rem; } .brood-foto-placeholder { background: var(--kleur-zacht); border-bottom: 2px dashed var(--kleur-primair); height: 160px; display: flex; align-items: center; justify-content: center; color: var(--kleur-primair); font-size: 0.9rem; padding: 0.5rem; } .brood-kaart h3 { font-family: var(--font-koppen); font-size: 1.1rem; color: var(--kleur-tekst); padding: 0.75rem 0.5rem 0.25rem; } .prijs { font-size: 1.2rem; font-weight: 700; color: var(--kleur-primair); padding: 0 0.5rem; } .per-stuk { font-size: 0.8rem; font-weight: 400; color: var(--kleur-tekst); } .brood-bestel-cta { text-align: center; padding: 1rem 0 0; } .brood-bestel-cta p { margin-bottom: 1rem; font-size: 1.05rem; } .bbq-foto-placeholder { background: var(--kleur-zacht); border: 2px dashed var(--kleur-primair); border-radius: var(--radius); height: 280px; display: flex; align-items: center; justify-content: center; color: var(--kleur-primair); font-size: 1rem; text-align: center; margin-bottom: 2rem; } .bbq-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; } .bbq-tekst h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); color: var(--kleur-primair); margin-bottom: 1rem; } .bbq-tekst p { margin-bottom: 1rem; } .bbq-tekst .btn { margin-top: 0.5rem; } .bbq-voordelen { background: var(--kleur-zacht); border-radius: var(--radius); padding: 1.5rem; } .bbq-voordelen h3 { font-family: var(--font-koppen); font-size: 1.2rem; color: var(--kleur-primair); margin-bottom: 1rem; } .voordelen-lijst { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; } .voordelen-lijst li { font-size: 1rem; } .bestel-sectie .bestel-uitleg { margin-bottom: 2rem; } .bestel-sectie .bestel-uitleg h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); color: var(--kleur-primair); margin-bottom: 1rem; } .bestel-sectie .bestel-uitleg p { font-size: 1.05rem; max-width: 800px; } .bestel-formulier-wrapper h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); color: var(--kleur-primair); margin-bottom: 1.5rem; } .bestel-fieldset { border: 1.5px solid #ddd; border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.5rem; } .bestel-fieldset legend { font-family: var(--font-koppen); font-size: 1.1rem; color: var(--kleur-primair); font-weight: 700; padding: 0 0.5rem; } .brood-bestelling-tabel { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; } .brood-bestelling-header { font-weight: 700; color: var(--kleur-primair); border-bottom: 2px solid var(--kleur-primair); padding-bottom: 0.5rem; font-family: var(--font-koppen); } .brood-bestelling-rij { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; padding: 0.4rem 0; border-bottom: 1px solid #eee; } .brood-bestelling-rij label { font-size: 1rem; cursor: pointer; } .bestelling-prijs { font-size: 0.97rem; color: var(--kleur-tekst); white-space: nowrap; min-width: 80px; text-align: right; } .aantal-veld { width: 70px; font-family: var(--font-tekst); font-size: 1rem; padding: 0.4rem 0.5rem; border: 1.5px solid #ccc; border-radius: var(--radius); background: var(--kleur-achtergrond); color: var(--kleur-tekst); min-height: 44px; text-align: center; transition: border-color 0.2s; } .aantal-veld:focus { outline: none; border-color: var(--kleur-primair); } .info-kaartjes { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; } .info-kaartje { background: var(--kleur-zacht); border-radius: var(--radius); padding: 1rem; text-align: center; flex: 1 1 120px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .info-icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; } .info-kaartje p { font-size: 0.92rem; } .contact-formulier-wrapper h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); color: var(--kleur-primair); margin-bottom: 1.5rem; } .form-groep { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; } .form-groep label { font-weight: 600; font-size: 0.97rem; } .form-groep input, .form-groep textarea, .form-groep select { font-family: var(--font-tekst); font-size: 1rem; padding: 0.65rem 0.85rem; border: 1.5px solid #ccc; border-radius: var(--radius); background: var(--kleur-achtergrond); color: var(--kleur-tekst); width: 100%; min-height: 44px; transition: border-color 0.2s; } .form-groep input:focus, .form-groep textarea:focus, .form-groep select:focus { outline: none; border-color: var(--kleur-primair); } .form-groep textarea { resize: vertical; min-height: 130px; } .verplicht { color: var(--kleur-primair); } .contact-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; } .contact-kaart { background: var(--kleur-zacht); border-radius: var(--radius); padding: 1.25rem 1.5rem; margin-bottom: 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .contact-kaart h3 { font-family: var(--font-koppen); font-size: 1.05rem; color: var(--kleur-primair); margin-bottom: 0.5rem; } .contact-kaart a { color: var(--kleur-primair); } .openingstijden-kaart { overflow-x: auto; } .tijden-tabel { width: 100%; border-collapse: collapse; font-size: 0.93rem; } .tijden-tabel th, .tijden-tabel td { text-align: left; padding: 0.5rem 0.75rem; border-bottom: 1px solid #ddd; } .tijden-tabel th { font-weight: 700; color: var(--kleur-primair); background: rgba(240,135,10,0.08); } .site-footer { background: #2c2c2c; color: #e0e0e0; padding: 2.5rem 0 0; } .footer-inner { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 2rem; } .footer-blok h4 { font-family: var(--font-koppen); font-size: 1.05rem; color: var(--kleur-primair); margin-bottom: 0.75rem; } .footer-blok p { font-size: 0.93rem; margin-bottom: 0.5rem; line-height: 1.5; } .footer-blok a { color: #e0e0e0; } .footer-blok a:hover { color: var(--kleur-primair); } .footer-nav { list-style: none; } .footer-nav li { margin-bottom: 0.4rem; } .footer-nav a { color: #e0e0e0; font-size: 0.93rem; } .footer-nav a:hover { color: var(--kleur-primair); } .footer-bottom { border-top: 1px solid #444; text-align: center; padding: 1rem; font-size: 0.85rem; color: #aaa; } @media (min-width: 640px) { .bbq-layout { grid-template-columns: 1fr 1fr; } .contact-layout { grid-template-columns: 1fr 1fr; } .footer-inner { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 900px) { .header-inner { flex-wrap: nowrap; } .brood-grid { grid-template-columns: repeat(5, 1fr); } }

