.page-title{margin-top:0}.main-page-title{margin-bottom:3rem;text-align:center;position:relative;padding-bottom:2rem;font-weight:var(--font-heading-weight);letter-spacing:-.02em}.main-page-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#000;border-radius:2px}@media screen and (min-width: 750px){.main-page-title{margin-bottom:5rem}}.main-page .rte{line-height:1.8;font-size:1.6rem}@media screen and (min-width: 750px){.main-page .rte{font-size:1.8rem}}.main-page .rte>*{margin-bottom:2rem}.main-page .rte>*:last-child{margin-bottom:0}.main-page .rte h2{margin-top:4rem;margin-bottom:2rem;font-size:calc(var(--font-heading-scale) * 2.8rem);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.3}.main-page .rte h3{margin-top:3rem;margin-bottom:1.5rem;font-size:calc(var(--font-heading-scale) * 2.2rem);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.3}.main-page .rte h4{margin-top:2.5rem;margin-bottom:1.2rem;font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.3}@media screen and (min-width: 750px){.main-page .rte h2{font-size:calc(var(--font-heading-scale) * 3.2rem);margin-top:5rem}.main-page .rte h3{font-size:calc(var(--font-heading-scale) * 2.6rem);margin-top:4rem}.main-page .rte h4{font-size:calc(var(--font-heading-scale) * 2rem);margin-top:3rem}}.main-page .rte p{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.8)}.main-page .rte img{width:100%;height:auto;border-radius:8px;margin:3rem 0;display:block;box-shadow:0 4px 12px rgba(var(--color-shadow),.15);transition:transform .3s ease,box-shadow .3s ease}.main-page .rte img:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-shadow),.25)}.main-page .rte .image-placeholder,.rte .image-placeholder{background-color:#e5e5e5!important;background-image:linear-gradient(45deg,#f0f0f0 25%,transparent 25%),linear-gradient(-45deg,#f0f0f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0f0f0 75%),linear-gradient(-45deg,transparent 75%,#f0f0f0 75%)!important;background-size:20px 20px!important;background-position:0 0,0 10px,10px -10px,-10px 0px!important;min-height:300px!important;display:block!important;border:2px dashed rgba(0,0,0,.3)!important;position:relative!important;width:100%!important;border-radius:8px!important;margin:3rem 0!important;overflow:visible!important}.main-page .rte .image-placeholder:not(:has(span)):after,.rte .image-placeholder:not(:has(span)):after{content:"Afbeelding komt binnenkort";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#0009;font-size:1.4rem;font-weight:500;background:#fffffff2;padding:1rem 2rem;border-radius:4px;white-space:nowrap;z-index:1;pointer-events:none}.main-page .rte .image-placeholder span,.main-page .rte .image-placeholder .image-placeholder__text,.rte .image-placeholder span,.rte .image-placeholder .image-placeholder__text{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;color:#0009!important;font-size:1.4rem!important;font-weight:500!important;background:#fffffff2!important;padding:1rem 2rem!important;border-radius:4px!important;white-space:nowrap!important;z-index:1!important;pointer-events:none!important;display:block!important}.main-page .rte img[src=""],.main-page .rte img:not([src]),.main-page .rte img[src*=placeholder]{background-color:#e5e5e5;background-image:linear-gradient(45deg,#f0f0f0 25%,transparent 25%),linear-gradient(-45deg,#f0f0f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0f0f0 75%),linear-gradient(-45deg,transparent 75%,#f0f0f0 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;min-height:300px;border:2px dashed rgba(var(--color-foreground),.2);object-fit:none}@media screen and (min-width: 750px){.main-page .rte .image-placeholder{min-height:400px}}.main-page .rte .content-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin:3rem 0}@media screen and (min-width: 750px){.main-page .rte .content-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media screen and (min-width: 990px){.main-page .rte .content-grid{grid-template-columns:repeat(3,1fr)}}.main-page .rte .content-card{background:rgba(var(--color-background),1);border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px rgba(var(--color-shadow),.08);transition:transform .3s ease,box-shadow .3s ease}.main-page .rte .content-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(var(--color-shadow),.15)}.main-page .rte .content-card h3{margin-top:0;margin-bottom:1.5rem}.main-page .rte .content-card p{margin-bottom:1rem}.main-page .rte .two-column{display:grid;grid-template-columns:1fr;gap:3rem;margin:3rem 0}@media screen and (min-width: 750px){.main-page .rte .two-column{grid-template-columns:repeat(2,1fr);gap:4rem}}.main-page .rte .image-text-block{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0;align-items:center}@media screen and (min-width: 750px){.main-page .rte .image-text-block{grid-template-columns:1fr 1fr;gap:4rem}.main-page .rte .image-text-block.reverse{grid-template-columns:1fr 1fr}.main-page .rte .image-text-block.reverse .image-text-block__image{order:2}.main-page .rte .image-text-block.reverse .image-text-block__content{order:1}}.main-page .rte .image-text-block__image{width:100%}.main-page .rte .image-text-block__content{display:flex;flex-direction:column;justify-content:center}.main-page .rte ul,.main-page .rte ol{margin:2rem 0;padding-left:2.5rem}.main-page .rte li{margin-bottom:1rem;line-height:1.8}.main-page .rte blockquote{border-left:4px solid rgba(var(--color-foreground),.2);padding-left:2rem;margin:3rem 0;font-style:italic;color:rgba(var(--color-foreground),.7)}.main-page .rte hr{border:none;border-top:2px solid rgba(var(--color-foreground),.1);margin:4rem 0}.main-page .rte .zigzag-block{display:grid;grid-template-columns:1fr;gap:3rem;margin:5rem 0;align-items:center}.main-page .rte .zigzag-block__content{display:flex;flex-direction:column;justify-content:center}.main-page .rte .zigzag-block__image{width:100%}.main-page .rte .zigzag-block__image img,.main-page .rte .zigzag-block__image .image-placeholder{width:100%;margin:0}@media screen and (min-width: 750px){.main-page .rte .zigzag-block{grid-template-columns:1fr 1fr;gap:5rem;margin:6rem 0}.main-page .rte .zigzag-block--left{grid-template-columns:1fr 1fr}.main-page .rte .zigzag-block--left .zigzag-block__image{order:1}.main-page .rte .zigzag-block--left .zigzag-block__content{order:2}.main-page .rte .zigzag-block--right{grid-template-columns:1fr 1fr}.main-page .rte .zigzag-block--right .zigzag-block__image{order:2}.main-page .rte .zigzag-block--right .zigzag-block__content{order:1}.main-page .rte .zigzag-block__content h2,.main-page .rte .zigzag-block__content h3,.main-page .rte .zigzag-block__content h4{margin-top:0;margin-bottom:1.5rem}.main-page .rte .zigzag-block__content p{font-size:1.7rem;line-height:1.9;margin-bottom:1.5rem}.main-page .rte .zigzag-block__content p:last-child{margin-bottom:0}.main-page .rte .zigzag-block__image img,.main-page .rte .zigzag-block__image .image-placeholder{border-radius:12px;box-shadow:0 8px 24px rgba(var(--color-shadow),.12);transition:transform .3s ease,box-shadow .3s ease}.main-page .rte .zigzag-block__image img:hover,.main-page .rte .zigzag-block__image .image-placeholder:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(var(--color-shadow),.2)}}@media screen and (min-width: 750px){.main-page .rte>p+img,.main-page .rte>p+.image-placeholder,.main-page .rte>div:has(p)+img,.main-page .rte>div:has(p)+.image-placeholder{margin-top:-2rem}.main-page .rte>p:has(+img),.main-page .rte>p:has(+.image-placeholder){display:inline-block;width:100%}}.main-page .rte .content-section{margin:4rem 0}.main-page .rte .content-section:first-child{margin-top:0}.main-page .rte .content-section:last-child{margin-bottom:0}.page-placeholder-wrapper{display:flex;justify-content:center}.page-placeholder{width:52.5rem;height:52.5rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-page.css.map */
