@keyframes floaty{0%,100%{transform:translateY(0)rotate(var(--r,0deg))}50%{transform:translateY(-14px)rotate(var(--r,0deg))}}@keyframes floaty2{0%,100%{transform:translateY(0)rotate(var(--r,0deg))}50%{transform:translateY(10px)rotate(var(--r,0deg))}}@keyframes wiggle{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}*,*::before,*::after{box-sizing:border-box}html,body{margin:0}body{font-family:nunito,system-ui,sans-serif;color:#33261c;background:#c9ec8c}a{color:#e5382a;text-decoration:none;font-weight:700}a:hover{color:#c72c20}h1,h2,h3,h4{margin:0}p{margin:0}img{display:block;width:100%;height:100%;object-fit:cover}.site-wrap{max-width:1180px;margin:0 auto;padding:0 22px 80px;overflow:hidden}.img-frame{position:relative;border:4px solid #33261c;border-radius:28px;overflow:hidden;box-shadow:8px 8px #33261c}.img-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,rgba(255,255,255,.25),rgba(255,255,255,.25) 10px,rgba(255,255,255,8%) 10px,rgba(255,255,255,8%) 20px);display:flex;align-items:center;justify-content:center;color:rgba(51,38,28,.45);font-family:fredoka,system-ui,sans-serif;font-size:14px;text-align:center;padding:16px;min-height:100%}.btn{display:inline-block;font-family:fredoka,system-ui,sans-serif;font-weight:600;text-align:center;border:3px solid #33261c;border-radius:34px;cursor:pointer;transition:transform .14s,box-shadow .14s;text-decoration:none}.btn:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #33261c!important;color:inherit}.btn--sm{font-size:15px;padding:8px 16px;box-shadow:3px 3px #33261c}.btn--md{font-size:17px;padding:12px 24px;box-shadow:5px 5px #33261c}.btn--lg{font-size:20px;padding:15px 30px;box-shadow:5px 5px #33261c}.btn--red{background:#e5382a;color:#fff}.btn--red:hover{color:#fff}.btn--white{background:#fff;color:#33261c}.btn--white:hover{color:#33261c}.btn--green{background:#3fa152;color:#fff}.btn--green:hover{color:#fff}.pill{display:inline-block;font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:15px;border:3px solid #33261c;border-radius:30px;padding:7px 16px;box-shadow:3px 3px #33261c;transform:rotate(-2deg)}.pill--white{background:#fff;color:#33261c}.pill--yellow{background:#ffc53d;color:#33261c}.pill--red{background:#e5382a;color:#fff}.shape{position:absolute;border:3px solid #33261c;pointer-events:none}.shape--circle{border-radius:50%}.shape--rect{border-radius:10px}.feature-card{border:4px solid #33261c;border-radius:26px;padding:26px;box-shadow:6px 6px #33261c}.feature-card h3{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:21px;margin:8px 0 6px}.feature-card p{font-weight:600;font-size:15px;line-height:1.55}.feature-card .feature-icon{font-size:38px;line-height:1}.feature-card--red{background:#e5382a;color:#fff}.feature-card--blue{background:#5aa0de;color:#fff}.feature-card--green{background:#3fa152;color:#fff}.step-card{background:#fff;border:4px solid #33261c;border-radius:26px;padding:24px;box-shadow:6px 6px #33261c}.step-card .step-number{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:34px}.step-card h3{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:20px;margin:4px 0 6px}.step-card p{font-weight:600;font-size:15px;line-height:1.55}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:rgba(201,236,140,.94);backdrop-filter:blur(6px);margin:0 -22px;padding:14px 22px;border-bottom:3px solid #33261c}.site-logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex:none}.site-logo:hover{color:inherit}.site-logo__icon{width:60px;height:60px;border:3px solid #33261c;border-radius:16px;overflow:hidden;background:#fff;flex:none;box-shadow:3px 3px #33261c;transform:rotate(-4deg)}.site-logo__icon img{object-fit:contain}.site-logo__text{font-family:fredoka,system-ui,sans-serif;font-weight:700;line-height:.95;font-size:19px;letter-spacing:-.3px}.site-logo__text .logo-red{display:block;color:#e5382a}.site-logo__text .logo-blue{display:block;color:#5aa0de}.site-nav{display:flex;gap:6px;flex-wrap:wrap;margin-left:auto;align-items:center}.nav-link{font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:15px;background:0 0;color:#33261c;padding:9px 13px;border-radius:12px;text-decoration:none;transition:background .12s}.nav-link:hover,.nav-link.is-active{background:#ffe7b3;color:#33261c}.page-hero{position:relative;margin-top:22px;border:4px solid #33261c;border-radius:36px;padding:44px;box-shadow:10px 10px #33261c;overflow:hidden}.page-hero .hero-badge{display:inline-block;font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:15px;background:#fff;color:#33261c;border:3px solid #33261c;border-radius:30px;padding:7px 16px;transform:rotate(-2deg);box-shadow:3px 3px #33261c}.page-hero h1{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:clamp(34px,5vw,58px);margin:16px 0 8px;letter-spacing:-1px}.page-hero .hero-lead{font-weight:700;font-size:20px;max-width:640px}.home-hero{background:radial-gradient(120% 120% at 20% 0%,#BDE8C6 0%,#8FD9F0 100%);padding:54px 44px 60px}.home-hero .hero-bunting{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-around;pointer-events:none}.home-hero .hero-bunting .flag{width:0;height:0;border-left:26px solid transparent;border-right:26px solid transparent}.home-hero .hero-bunting .flag--red{border-top:38px solid #e5382a}.home-hero .hero-bunting .flag--yellow{border-top:38px solid #ffc53d}.home-hero .hero-bunting .flag--green{border-top:38px solid #3fa152}.home-hero .hero-bunting .flag--blue{border-top:38px solid #5aa0de}.home-hero .hero-inner{position:relative;max-width:760px}.home-hero .hero-badge{margin-bottom:0}.home-hero h1{font-size:clamp(40px,6vw,74px);line-height:.98;margin:18px 0 14px}.home-hero .year-badge{display:inline-block;font-size:.5em;background:#ffc53d;border:3px solid #33261c;border-radius:16px;padding:2px 12px;transform:rotate(-3deg);box-shadow:3px 3px #33261c;vertical-align:middle;animation:wiggle 4s ease-in-out infinite}.home-hero .hero-lead{font-size:19px;line-height:1.55;max-width:560px;font-weight:600;margin-bottom:26px}.home-hero .hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.home-hero .btn--hero-tickets{transform:rotate(-1deg)}.home-hero .btn--hero-tickets:hover{transform:translate(-2px,-2px)rotate(-1deg)scale(1.02)}.home-hero .btn--hero-volunt{transform:rotate(1deg)}.home-hero .btn--hero-volunt:hover{transform:translate(-2px,-2px)rotate(1deg)scale(1.02)}.home-hero .hero-sticker{position:absolute;right:44px;top:120px;background:#3fa152;color:#fff;border:4px solid #33261c;border-radius:24px;padding:16px 22px;transform:rotate(5deg);box-shadow:6px 6px #33261c;text-align:center;animation:bob 5s ease-in-out infinite}.home-hero .hero-sticker .sticker-label{font-family:fredoka,system-ui,sans-serif;font-weight:500;font-size:14px;letter-spacing:1px}.home-hero .hero-sticker .sticker-dates{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:30px;line-height:1}.home-hero .hero-sticker .sticker-year{font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:16px}@media(max-width:760px){.home-hero{padding:44px 22px 40px}.home-hero .hero-bunting{display:none}.home-hero h1{font-size:40px!important}.home-hero .hero-sticker{position:static;transform:rotate(-2deg);display:inline-block;margin-top:22px;animation:none}}.welkom-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;margin-top:44px;align-items:center}.welkom-section h2{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:34px;margin-bottom:14px}.welkom-section p{font-size:18px;line-height:1.65;font-weight:600}.welkom-section p+p{margin-top:14px}.welkom-section .welkom-img{height:250px;transform:rotate(-1.5deg)}.info-card{position:relative;margin-top:48px;background:#5aa0de;border:4px solid #33261c;border-radius:30px;padding:34px 36px;box-shadow:8px 8px #33261c;color:#fff}.info-card .info-card__label{position:absolute;top:-18px;left:34px;background:#ffc53d;color:#33261c;font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:15px;border:3px solid #33261c;border-radius:20px;padding:6px 16px;transform:rotate(-2deg);box-shadow:3px 3px #33261c}.info-card h3{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:28px;margin:8px 0 18px}.info-card .info-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.info-card .info-item{background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.5);border-radius:18px;padding:16px 18px}.info-card .info-item .info-item__label{font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:15px;opacity:.9}.info-card .info-item .info-item__value{font-weight:800;font-size:17px;line-height:1.4;margin-top:2px}.info-card .info-card__note{font-weight:600;font-size:16px;line-height:1.55;margin-top:18px;opacity:.95}.gallery-section{margin-top:52px}.gallery-section .gallery-header{display:flex;align-items:center;gap:14px;margin-bottom:22px;flex-wrap:wrap}.gallery-section .gallery-header h2{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:34px}.gallery-section .gallery-header .gallery-badge{font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:14px;background:#e5382a;color:#fff;border:3px solid #33261c;border-radius:20px;padding:5px 13px;transform:rotate(3deg);box-shadow:3px 3px #33261c;white-space:nowrap}.gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.gallery-section .gallery-item{position:relative;height:200px;border:4px solid #33261c;border-radius:22px;overflow:hidden;box-shadow:6px 6px #33261c}.gallery-section .gallery-item:nth-child(odd){transform:rotate(-1.5deg)}.gallery-section .gallery-item:nth-child(even){transform:rotate(1.5deg)}.gallery-section .gallery-item:nth-child(3){transform:rotate(-1deg)}.gallery-section .gallery-item:nth-child(4){transform:rotate(2deg)}.gallery-section .gallery-item:nth-child(5){transform:rotate(1deg)}.gallery-section .gallery-item:nth-child(6){transform:rotate(-2deg)}.cta-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:52px}.cta-cards .cta-card{border:4px solid #33261c;border-radius:30px;padding:32px;box-shadow:8px 8px #33261c}.cta-cards .cta-card .cta-icon{font-size:44px;line-height:1}.cta-cards .cta-card h3{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:26px;margin:10px 0 8px}.cta-cards .cta-card p{font-weight:600;font-size:16px;line-height:1.55;margin-bottom:20px}.cta-cards .cta-card--yellow{background:#ffc53d;transform:rotate(-1deg)}.cta-cards .cta-card--green{background:#3fa152;color:#fff;transform:rotate(1deg)}.stichting-hero{background:linear-gradient(120deg,#FFD9A8,#FFC53D)}.stichting-about{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;margin-top:40px;align-items:center}.stichting-about h2{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:28px;margin-bottom:12px}.stichting-about p{font-weight:600;font-size:17px;line-height:1.65}.stichting-about p+p{margin-top:14px}.stichting-about .stichting-img{height:280px;transform:rotate(1.5deg)}.stichting-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:44px}.stichting-cta{text-align:center;margin-top:44px}.stichting-cta .btn{transform:rotate(-1deg)}.stichting-cta .btn:hover{transform:translate(-2px,-2px)rotate(-1deg)scale(1.02)}.geschiedenis-hero{background:linear-gradient(120deg,#FFD9A8,#f9a8a8)}.geschiedenis-hero h1{color:#33261c}.history-stats{display:flex;gap:24px;flex-wrap:wrap;margin-top:40px;justify-content:center}.history-stats .stat-item{text-align:center;border:4px solid #33261c;border-radius:22px;padding:22px 36px;box-shadow:6px 6px #33261c}.history-stats .stat-item:nth-child(1){background:#ffc53d;transform:rotate(-1.5deg)}.history-stats .stat-item:nth-child(2){background:#3fa152;color:#fff;transform:rotate(1deg)}.history-stats .stat-item:nth-child(3){background:#5aa0de;color:#fff;transform:rotate(-.5deg)}.history-stats .stat-item .stat-number{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:48px;line-height:1}.history-stats .stat-item .stat-label{font-weight:600;font-size:15px;margin-top:4px;opacity:.9}.thema-timeline{margin-top:56px}.thema-timeline .decade-section{margin-bottom:48px}.thema-timeline .decade-heading{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:28px;margin-bottom:16px;padding-bottom:10px;border-bottom:4px solid #33261c;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.thema-timeline .decade-heading .decade-count{font-size:14px;font-weight:600;background:#33261c;color:#fff;border-radius:20px;padding:4px 12px}.thema-timeline .decade-note{font-weight:600;font-size:15px;background:#ffd9a8;border:3px solid #33261c;border-radius:14px;padding:10px 16px;margin-bottom:14px;display:inline-block}.thema-timeline .thema-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.thema-timeline .thema-card{background:#fff;border:4px solid #33261c;border-radius:18px;padding:16px 18px;box-shadow:3px 3px #33261c;transition:transform .15s,box-shadow .15s}.thema-timeline .thema-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #33261c}.thema-timeline .thema-card .thema-year{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:22px;color:#e5382a}.thema-timeline .thema-card .thema-name{font-weight:600;font-size:15px;margin-top:2px;line-height:1.35;color:#33261c}.thema-timeline .decade-section--yellow .thema-card{border-color:#33261c}.thema-timeline .decade-section--green .thema-card{background:#dbf3e0}.thema-timeline .decade-section--blue .thema-card{background:#d6e9f9}.thema-timeline .decade-section--red .thema-card{background:#fbd5d3}.thema-timeline .decade-section--orange .thema-card{background:#ffe2bc}.welkom-since{display:flex;align-items:center;gap:12px;margin-top:20px;font-weight:600;font-size:16px;flex-wrap:wrap}.welkom-since .since-badge{display:inline-block;font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:14px;background:#e5382a;color:#fff;border:3px solid #33261c;border-radius:20px;padding:5px 13px;box-shadow:3px 3px #33261c;white-space:nowrap}.welkom-since a{color:#33261c;font-weight:700;text-decoration:underline;text-underline-offset:3px}.welkom-since a:hover{color:#e5382a}.onderdelen-hero{background:linear-gradient(120deg,#BDE8C6,#8FD9F0)}.onderdelen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;margin-top:44px}.onderdeel-card{border:4px solid #33261c;border-radius:26px;padding:28px 26px;box-shadow:6px 6px #33261c;transition:transform .15s,box-shadow .15s}.onderdeel-card:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #33261c}.onderdeel-card:nth-child(4n+1){background:#fff}.onderdeel-card:nth-child(4n+2){background:#ffc53d}.onderdeel-card:nth-child(4n+3){background:#3fa152;color:#fff}.onderdeel-card:nth-child(4n+0){background:#5aa0de;color:#fff}.onderdeel-card .onderdeel-icon{font-size:38px;line-height:1;margin-bottom:10px}.onderdeel-card h3{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:22px;margin-bottom:8px}.onderdeel-card p{font-weight:600;font-size:15px;line-height:1.6}.onderdelen-cta{text-align:center;margin-top:52px;margin-bottom:8px}.onderdelen-cta p{font-family:fredoka,system-ui,sans-serif;font-weight:600;font-size:20px;margin-bottom:16px}.onderdelen-cta .btn{transform:rotate(-1deg)}.onderdelen-cta .btn:hover{transform:translate(-2px,-2px)rotate(-1deg)scale(1.02)}.vrijwilliger-hero{background:radial-gradient(120% 120% at 80% 0%,#C7F0D0,#3FA152);color:#fff}.vrijwilliger-hero .hero-badge{color:#33261c}.vrijwilliger-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:40px}.vrijwilliger-signup{margin-top:40px;background:#ffc53d;border:4px solid #33261c;border-radius:30px;padding:34px;box-shadow:8px 8px #33261c;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;align-items:center}.vrijwilliger-signup h2{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:28px;margin-bottom:10px}.vrijwilliger-signup p{font-weight:600;font-size:17px;line-height:1.6;margin-bottom:22px}.vrijwilliger-signup .signup-img{height:230px;transform:rotate(-1.5deg)}.site-footer{margin-top:64px;border-top:3px dashed #33261c;padding-top:34px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.footer-brand .footer-logo-text{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:22px;line-height:1;margin-bottom:8px}.footer-brand .footer-logo-text .logo-red{color:#e5382a}.footer-brand .footer-logo-text .logo-blue{color:#5aa0de}.footer-brand p{font-weight:600;font-size:15px;line-height:1.55;max-width:300px;margin-bottom:12px}.footer-brand .footer-fb-link{display:inline-flex;align-items:center;gap:10px;background:#5aa0de;color:#fff;border:3px solid #33261c;border-radius:30px;padding:8px 16px;box-shadow:3px 3px #33261c;font-weight:700;transition:transform .14s,box-shadow .14s}.footer-brand .footer-fb-link:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #33261c;color:#fff}.footer-brand .footer-fb-link .fb-icon{font-weight:800;font-size:18px}.footer-menu .footer-menu-title{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:17px;margin-bottom:10px}.footer-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-menu a{font-family:nunito,system-ui,sans-serif;font-weight:700;font-size:15px;color:#33261c;text-decoration:none}.footer-menu a:hover{color:#e5382a}.footer-contact .footer-contact-title{font-family:fredoka,system-ui,sans-serif;font-weight:700;font-size:17px;margin-bottom:10px}.footer-contact p{font-weight:600;font-size:15px;line-height:1.6}