@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Cormorant+Garamond:ital@1&family=Lato:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lato:wght@300;400;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px}#root{width:100%}.tp1{--sand: #f5e6d0;--terracotta: #c17856;--dark-brown: #3a2a1a;--cream: #faf4eb;--navbar-height: 3.5rem;font-family:Lato,sans-serif;color:var(--dark-brown);background-color:var(--cream);line-height:1.6}.tp1 h1,.tp1 h2,.tp1 h3{font-family:Playfair Display,serif;font-weight:700}.tp1-navbar{background-color:var(--dark-brown);padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.tp1-navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.tp1-navbar-brand{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--sand);text-decoration:none;font-weight:700;cursor:pointer}.tp1-navbar-links{display:flex;gap:2rem;list-style:none}.tp1-navbar-links a{color:var(--sand);text-decoration:none;transition:color .3s ease;font-weight:400;cursor:pointer}.tp1-navbar-links a:hover{color:var(--terracotta)}.tp1-navbar-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.tp1-navbar-toggle span{width:25px;height:3px;background-color:var(--sand);transition:.3s}.tp1-subtitle{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.5rem}.tp1-hero{position:relative;min-height:calc(100vh - var(--navbar-height));background-image:url(/materials/potential-background.webp);background-size:cover;background-position:center 40%;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.tp1-hero:before{content:"";position:absolute;inset:0;background-color:#00000073;z-index:1}.tp1-hero-content{position:relative;z-index:2;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0 2rem 1rem}.tp1-hero-content h1{font-size:4rem;margin-top:0;margin-bottom:0;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.tp1-hero-content .tp1-subtitle{font-size:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.tp1-hero-top{text-align:center}.tp1-cta-button{display:inline-block;background-color:var(--terracotta);color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 6px #0000004d}.tp1-cta-button:hover{background-color:#a86445;transform:translateY(-2px)}.tp1-container{max-width:1100px;margin:0 auto}.tp1 section{padding:4rem 2rem}.tp1 section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:var(--dark-brown);border-bottom:3px solid var(--terracotta);padding-bottom:1rem;display:inline-block;width:100%}.tp1-over-ons{background-color:var(--sand)}.tp1-over-ons-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.tp1-over-ons-text{font-size:1.1rem;line-height:1.8}.tp1-over-ons-image{width:100%;height:auto;max-width:100%;object-fit:cover;border-radius:10px;box-shadow:0 4px 10px #0003;border:4px solid var(--terracotta)}.tp1-wat-we-doen{background-color:var(--cream)}.tp1-activities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;overflow:hidden}.tp1-activity-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;border:3px solid var(--terracotta);transition:transform .3s ease,box-shadow .3s ease}.tp1-activity-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.tp1-activity-card-image{width:100%;height:250px;display:flex;align-items:center;justify-content:center;background:var(--sand)}.tp1-activity-card-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}.tp1-activity-card-content{padding:1.5rem}.tp1-activity-card-content h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--terracotta)}.tp1-activity-card-content p{color:#555;line-height:1.6}.tp1-aanbod{background-color:var(--sand)}.tp1-aanbod-content{text-align:center;max-width:700px;margin:0 auto}.tp1-aanbod-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tp1-aanbod-price{display:flex;flex-direction:column;align-items:center;margin:2rem 0;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;border:3px solid var(--terracotta)}.tp1-aanbod-price-amount{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:var(--terracotta);line-height:1}.tp1-aanbod-price-label{font-size:1.2rem;color:#777;margin-top:.5rem}.tp1-gallery{background-color:var(--cream);overflow:hidden}.tp1-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.tp1-marquee-track{display:flex;gap:1.5rem;width:max-content}.tp1-marquee-item{flex-shrink:0;width:280px;height:210px;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000001f;border:3px solid var(--terracotta);background:var(--sand)}.tp1-marquee-item img{width:100%;height:100%;object-fit:cover;display:block}.tp1-beschikbaarheid{background-color:var(--sand)}.tp1-beschikbaarheid-content{text-align:center}.tp1-beschikbaarheid-content p{font-size:1.1rem;margin-bottom:2rem;line-height:1.8}.tp1 #sbw_bx061e{margin-top:2rem;border-radius:10px;overflow:hidden;min-height:400px}.tp1-footer{background-color:var(--dark-brown);color:var(--sand);padding:4rem 2rem 1.5rem;text-align:center}.tp1-footer-content{max-width:1100px;margin:0 auto}.tp1-footer h3{font-size:2rem;margin-bottom:.5rem}.tp1-footer .tp1-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.tp1-footer p{margin:.5rem 0;opacity:.8}.tp1-footer-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:2rem 0;text-align:center}.tp1-footer-contact-item{padding:1.5rem;border-radius:10px;background:#ffffff14;border-left:4px solid var(--terracotta)}.tp1-footer-contact-item strong{display:block;color:var(--terracotta);font-size:1.1rem;margin-bottom:.5rem}.tp1-footer-contact-item a{color:var(--sand);text-decoration:none}.tp1-footer-contact-item a:hover{color:var(--terracotta)}.tp1-footer-contact-item p{opacity:1}.tp1-footer-links{margin-top:1.5rem}.tp1-footer-links a{color:var(--sand);text-decoration:none;font-size:.95rem;opacity:.8;transition:color .3s ease,opacity .3s ease}.tp1-footer-links a:hover{color:var(--terracotta);opacity:1}.tp1-copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(245,230,208,.3);font-size:.9rem}@media(max-width:768px){.tp1 .tp1-navbar-links{position:absolute;top:100%;left:0;right:0;background-color:var(--dark-brown);flex-direction:column;padding:1rem;gap:1rem;display:none}.tp1 .tp1-navbar-links.active,.tp1 .tp1-navbar-toggle{display:flex}.tp1 .tp1-hero{background-image:url(/materials/background-phone.png);background-position:center center;background-attachment:scroll}.tp1 .tp1-hero-content h1{font-size:3.5rem;line-height:1.1}.tp1 .tp1-hero-content .tp1-subtitle{font-size:1.5rem}.tp1 .tp1-over-ons-content{grid-template-columns:1fr}.tp1 .tp1-over-ons-text{font-size:1rem}.tp1 .tp1-activities-grid{grid-template-columns:1fr}.tp1 .tp1-activity-card-content h3{font-size:1.3rem}.tp1 .tp1-activity-card-content p{font-size:.95rem}.tp1 .tp1-activity-card-image{height:200px}.tp1 .tp1-aanbod-content p{font-size:1rem}.tp1 .tp1-aanbod-price-amount{font-size:2.5rem}.tp1 .tp1-beschikbaarheid-content p{font-size:1rem}.tp1 .tp1-marquee-item{width:220px;height:165px}.tp1 section h2{font-size:1.8rem}.tp1 .tp1-footer h3{font-size:1.6rem}.tp1 .tp1-footer .tp1-subtitle{font-size:1.1rem}}@media(max-width:480px){.tp1 .tp1-hero-content{padding-top:1.5rem}.tp1 .tp1-hero-content h1{font-size:3.2rem;line-height:1.1}.tp1 .tp1-hero-content .tp1-subtitle{font-size:2rem;line-height:1.2;margin-top:.5rem}.tp1 .tp1-cta-button{padding:1.2rem 3rem;font-size:1.5rem}.tp1 section{padding:2.5rem 1rem}.tp1 section h2{font-size:1.5rem;margin-bottom:1.5rem}.tp1 .tp1-over-ons-text{font-size:.95rem;line-height:1.7}.tp1 .tp1-activity-card-content{padding:1rem}.tp1 .tp1-activity-card-content h3{font-size:1.15rem}.tp1 .tp1-activity-card-content p{font-size:.9rem}.tp1 .tp1-activity-card-image{height:180px}.tp1 .tp1-aanbod-content p{font-size:.95rem}.tp1 .tp1-aanbod-price-amount{font-size:2rem}.tp1 .tp1-aanbod-price-label{font-size:1rem}.tp1 .tp1-beschikbaarheid-content p{font-size:.95rem}.tp1 .tp1-marquee-item{width:180px;height:135px}.tp1 .tp1-footer h3{font-size:1.4rem}.tp1 .tp1-footer .tp1-subtitle{font-size:1rem}.tp1 .tp1-footer-contact-item{padding:1rem}.tp1 .tp1-footer-contact-item strong{font-size:1rem}.tp1 .tp1-footer-contact-item a,.tp1 .tp1-footer-contact-item p{font-size:.9rem}.tp1 .tp1-copyright{font-size:.8rem}}.vw{--sand: #f5e6d0;--terracotta: #c17856;--dark-brown: #3a2a1a;--cream: #faf4eb;font-family:Lato,sans-serif;color:var(--dark-brown);background-color:var(--cream);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.vw h1{font-family:Playfair Display,serif;font-weight:700}.vw-navbar{background-color:var(--dark-brown);padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.vw-navbar-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.vw-navbar-brand{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--sand);text-decoration:none;font-weight:700}.vw-navbar-brand:hover{color:var(--terracotta)}.vw-navbar-back{color:var(--sand);text-decoration:none;font-weight:400;transition:color .3s ease}.vw-navbar-back:hover{color:var(--terracotta)}.vw-content{flex:1;padding:4rem 2rem}.vw-container{max-width:800px;margin:0 auto}.vw-container h1{font-size:2.5rem;margin-bottom:1.5rem;color:var(--dark-brown);border-bottom:3px solid var(--terracotta);padding-bottom:1rem}.vw-intro{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:#555}.vw-terms{list-style:none;counter-reset:terms;padding:0}.vw-terms li{counter-increment:terms;margin-bottom:1rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;border-left:4px solid var(--terracotta);font-size:1.05rem;line-height:1.7;position:relative;padding:1.5rem 1.5rem 1.5rem 3.5rem}.vw-terms li:before{content:counter(terms);position:absolute;left:1rem;top:1.5rem;width:1.8rem;height:1.8rem;background-color:var(--terracotta);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.vw-footer{background-color:var(--dark-brown);color:var(--sand);padding:1.5rem 2rem;text-align:center}.vw-footer p{margin:0;font-size:.9rem;opacity:.8}@media(max-width:768px){.vw .vw-container h1{font-size:2rem}.vw .vw-content{padding:3rem 1rem}.vw .vw-terms li{padding:1.2rem 1.2rem 1.2rem 3rem;font-size:1rem}.vw .vw-terms li:before{left:.8rem;top:1.2rem;width:1.5rem;height:1.5rem;font-size:.8rem}}@media(max-width:480px){.vw .vw-navbar-container{flex-direction:column;gap:.5rem}}
