body { margin: 0; font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; background: #f5f4ef; color: #2c2c2a; }
header { background: #173404; padding: 36px 24px 28px; }
header h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: normal; color: #eaf3de; }
header p { margin: 8px 0 0; color: #97c459; font-size: 15px; }
nav { background: #ffffff; border-bottom: 1px solid #ddd8cc; padding: 10px 24px; display: flex; gap: 18px; flex-wrap: wrap; position: sticky; top: 0; }
nav a { color: #555; text-decoration: none; font-size: 15px; }
nav a:hover { color: #173404; text-decoration: underline; }
.intro { font-family: Georgia, "Times New Roman", serif; color: #555; font-size: 18px; margin: 28px 24px 4px; }
section { padding: 8px 24px 20px; }
h2 { font-size: 22px; color: #173404; }
h3 { font-size: 17px; color: #3b6d11; margin: 22px 0 10px; }
.raster { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.foto { margin: 0; }
.foto img { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; cursor: pointer; display: block; background: #e5e2d8; }
.foto figcaption { font-size: 13px; color: #666; margin-top: 6px; }
.insturen { background: #eaf3de; margin-top: 24px; padding: 24px; }
.insturen p { max-width: 640px; }
.stappen { display: flex; gap: 12px; flex-wrap: wrap; margin: 16px 0 20px; }
.stappen div { background: #ffffff; border: 1px solid #c8d8b0; border-radius: 8px; padding: 10px 14px; font-size: 14px; color: #3b4a2e; }
.knop { display: inline-block; background: #173404; color: #eaf3de; padding: 12px 20px; border-radius: 8px; text-decoration: none; font-size: 16px; border: none; cursor: pointer; font-family: inherit; }
.insturen form { max-width: 640px; }
.formrij { display: flex; gap: 10px; flex-wrap: wrap; }
.insturen input[type="text"], .insturen input[type="email"], .insturen textarea { flex: 1 1 200px; box-sizing: border-box; width: 100%; padding: 10px 12px; border: 1px solid #c8d8b0; border-radius: 8px; font-size: 15px; font-family: inherit; background: #ffffff; margin: 0 0 10px; }
.insturen textarea { min-height: 70px; resize: vertical; }
.insturen input[type="file"] { margin: 0 0 14px; font-size: 14px; max-width: 100%; }
.veld-web { display: none !important; }
.mailoptie { margin-top: 20px; padding-top: 16px; border-top: 1px solid #c8d8b0; font-size: 15px; max-width: 640px; }
.mailoptie a { color: #173404; font-weight: bold; }
.klein { font-size: 13px; color: #667; margin-top: 14px; }
footer { padding: 20px 24px 32px; font-size: 13px; color: #888; text-align: center; }
#lichtbak { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.88); align-items: center; justify-content: center; flex-direction: column; cursor: pointer; z-index: 10; }
#lichtbak img { max-width: 92%; max-height: 85%; border-radius: 4px; }
#lichtbak p { color: #cccccc; font-size: 14px; }
