@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
body{font-family:"Source Sans 3",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:16px;line-height:24px}p{margin:0 0 16px 0;padding:0;font-size:20px;line-height:32px;font-weight:300}@media screen and (min-width: 992px){p{font-size:23px;line-height:36px}}p>b{font-weight:700}h1,h2,h3,h4,h5,h6{margin:0;color:var(--black)}h1{font-size:27px;line-height:35px;font-weight:700}@media screen and (min-width: 992px){h1{font-size:34px;line-height:42px}}h2{font-size:1.7rem;line-height:2.3rem;font-weight:700}@media screen and (min-width: 992px){h2{font-size:2.2rem;line-height:2.6rem}}h5{font-size:1rem;font-weight:bold}:root{--primary: #EE0618;--primary-hover: #cc0817;--secondary: #E3D2B3;--tertiary: #D3DABF;--quaternary: #EED8D3;--color: #765145;--white: #fff;--black: #000;--groeneheerlijkheid: #C57E7E;--groeneheerlijkheid-hover: #a86868;--grotebottel: #8EA86B;--grotebottel-hover: #7d965b;--header-height-mobile: 64px;--header-height-desktop: 72px}ul{margin:0;padding:0;list-style-type:none}ul>li{margin:0;padding:0}[class^=btn]{padding:0 20px;background:rgba(0,0,0,0);border-radius:0;height:40px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--white);min-width:230px;border:0;cursor:pointer;transition:color .15s ease,background .15s ease}[class^=btn]:hover{color:var(--white)}[class^=btn]:not(.groeneheerlijkheid):not(.grotebottel):not([class*=-primary]){border:1px solid var(--black);color:var(--black);font-weight:400}[class^=btn]:not(.groeneheerlijkheid):not(.grotebottel):not([class*=-primary]):hover{background:var(--black);color:var(--white)}[class^=btn][class*=-primary]{background:var(--primary);color:var(--white)}[class^=btn][class*=-primary]:hover{background:var(--primary-hover)}[class^=btn][class*=-primary]:active{background:var(--primary);color:var(--white)}[class^=btn].groeneheerlijkheid{background:var(--groeneheerlijkheid)}[class^=btn].groeneheerlijkheid:hover{background:var(--groeneheerlijkheid-hover)}[class^=btn].groeneheerlijkheid:active{border:0;outline:none;background:var(--groeneheerlijkheid-hover);color:var(--white)}[class^=btn].grotebottel{background:var(--grotebottel)}[class^=btn].grotebottel:hover{background:var(--grotebottel-hover)}[class^=btn].grotebottel:active{border:0;outline:none;background:var(--grotebottel-hover);color:var(--white)}img{max-width:100%}body{margin:0;padding:var(--header-height-mobile) 0 0 0;display:flex;flex-direction:column;min-height:100vh;width:100%;box-sizing:border-box}@media screen and (min-width: 992px){body{padding:var(--header-height-desktop) 0 0 0}}header{position:fixed;left:0;top:0;width:100%;background:var(--white);display:flex;align-items:center;justify-content:flex-end;padding:0;height:var(--header-height-mobile);z-index:2}@media screen and (min-width: 992px){header{height:var(--header-height-desktop)}}header>a{height:100%;position:absolute;right:0;top:0}header>a>img{height:100%;width:auto}header nav>ul{display:flex;gap:2rem}@media screen and (min-width: 992px){header nav>ul{gap:3rem}}header nav>ul>li>a{color:var(--black);text-decoration:none;position:relative}header nav>ul>li>a.groeneheerlijkheid:after{background:var(--groeneheerlijkheid)}header nav>ul>li>a.grotebottel:after{background:var(--grotebottel)}header nav>ul>li>a:hover:after{opacity:1}header nav>ul>li>a:after{display:block;content:"";position:absolute;top:100%;left:0;width:100%;height:2px;opacity:0;transition:opacity .15s ease}section.hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:0;z-index:0;background:var(--white)}section.hero>.image-wrapper,section.hero>.video-wrapper{width:100%}section.hero>.image-wrapper>img,section.hero>.video-wrapper>img{width:100%;height:100%;object-fit:cover}section.hero>.video-wrapper>iframe{aspect-ratio:3.55/2;width:100%;display:inline-block;vertical-align:top}section.text{padding:55px 0}@media screen and (min-width: 992px){section.text{padding:75px 0 90px 0}}section.text h1{margin:0 0 1.5rem 0}@media screen and (min-width: 992px){section.text p{font-size:26px;line-height:38px}}section.text-image{padding:85px 0 90px 0}section.text-image img{width:100%}@media screen and (min-width: 992px){section.text-image .row>div:first-of-type>.content{padding-right:50px}}@media screen and (min-width: 992px){section.text-image .row>div:last-of-type>.content{padding-left:50px}}@media screen and (max-width: 991px){section.text-image .content{margin-top:42px}}section.text-image .content h2{margin:0 0 1rem 0}@media screen and (min-width: 992px){section.text-image .content h2{margin:0 0 2.5rem 0}}section.text-image .content p{margin:0 0 1.5rem 0}@media screen and (min-width: 992px){section.text-image .content p{margin:0 0 2.5rem 0}}section.text-image .content ul{display:flex;gap:1.5rem}@media screen and (max-width: 991px){section.text-image .content ul{flex-direction:column;gap:15px}}section.location{padding:90px 0 70px 0}section.location .map{margin:0 0 24px 0}@media screen and (min-width: 992px){section.location .map{margin:0 0 55px 0}}@media screen and (min-width: 992px){section.location .content{padding-right:50px}}section.location .content>h2{margin:0 0 1rem 0}@media screen and (min-width: 992px){section.location .content>h2{margin:1rem 0 1.5rem 0}}section.location .content>ul{margin:5rem 0 0 0;display:flex;gap:1rem;justify-content:flex-end}@media screen and (max-width: 991px){section.location .content>ul{flex-direction:column;gap:2rem;margin:4rem 0}}section.location .content>ul>li{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:flex-end}section.location .content>ul>li>img.groeneheerlijkheid{width:185px}section.location .content>ul>li>img.grotebottel{width:165px}footer{z-index:1;background:var(--groeneheerlijkheid)}footer .top{padding:50px 0}footer .top h5{margin:0 0 .8rem 0}footer .top ul{display:flex}footer .top ul.partners{gap:130px;align-items:center;margin:0 0 50px 0;padding-top:10px}@media screen and (max-width: 991px){footer .top ul.partners{flex-direction:column;gap:24px;align-items:flex-start}}footer .top ul.partners img{max-height:120px}footer .top ul:not(.partners){flex-direction:column;gap:10px}footer .top ul:not(.partners) a{color:var(--black);text-decoration:none}footer .top ul:not(.partners) a:hover{text-decoration:underline}footer .bottom{height:35px;display:flex;align-items:center;justify-content:center;border-top:2px solid var(--black);font-size:.75rem}footer .bottom a{color:var(--black);text-decoration:none}footer .bottom a:hover{text-decoration:underline}section{z-index:1;background:var(--white);overflow:hidden}section.secondary{background:var(--secondary)}section.tertiary{background:var(--tertiary)}section.quaternary{background:var(--quaternary)}.section-algemeen-title{padding:32px 0}@media(min-width: 991px){.section-algemeen-title{padding:56px 0 32px 0}}.cookie-option-wrapper{margin-bottom:32px;padding-left:40px}.cookie-option-wrapper *{cursor:pointer}.cookie-option-wrapper h4{padding:0;margin:0}.cookie-option-wrapper .cookie-toggle-control{margin-left:-40px;margin-top:5px;float:left}.cookie-bar-wrapper{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:11;pointer-events:none}.cookie-bar-wrapper>.section-cookie-banner{background:var(--white);box-shadow:0 0 20px rgba(0,0,0,.1);padding:72px 0;position:absolute;bottom:0;left:0;width:100vw;z-index:11;pointer-events:all}@media(max-width: 600px){.cookie-bar-wrapper>.section-cookie-banner{padding:32px 0}}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner{overflow:hidden}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>div{display:inline-block;vertical-align:top}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.content{width:calc(100% - 500px)}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.content p a{color:var(--black);text-decoration:none;font-weight:500}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.content p a:hover{text-decoration:underline}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.actions{width:400px;text-align:right;float:right;padding-top:110px;display:flex;gap:25px;flex-direction:column}@media(min-width: 991px){.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.actions{align-items:center;flex-direction:row;justify-content:space-between}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.actions>*{min-width:0;flex:1 1 auto}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.actions>#cookie-bar-button-essentials{display:none}}@media(min-width: 1200px){.cookie-bar-wrapper>.section-cookie-banner .cookiebanner>.actions{padding-top:50px}}@media(max-width: 991px){.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .content{float:none;width:100%;padding:0}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions>#cookie-bar-button-no{margin-left:16px}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions>.btn-quarternary{margin-top:16px}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions [class^=btn-]{justify-content:center}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions .btn-primary{margin-left:0}.cookie-bar-wrapper>.section-cookie-banner .cookiebanner .actions{padding-top:12px}}body.cookies .section-cookie-banner#cookie-bar{display:none !important}section.section-cookie-page{padding:32px 0 74px 0;z-index:2;overflow:visible}@media(max-width: 991px){section.section-cookie-page{padding:0 0 32px 0}}section.section-cookie-page>.container>.row>div{position:relative}section.section-cookie-page>.container>.row>div .saved{position:absolute;display:flex;gap:8px;align-items:center;opacity:0;transition:opacity .2s ease;pointer-events:none;bottom:calc(100% + 5px)}@media(min-width: 991px){section.section-cookie-page>.container>.row>div .saved{bottom:calc(100% + 20px)}}section.section-cookie-page>.container>.row>div .saved.active{opacity:1}section.section-cookie-page>.container>.row>div .saved:before{display:block;content:"";width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAJ9JREFUSEvtlGEKgCAMhefN6mTVzbpZuXCg5XwT5o/AICJb3/M9xwINvsJgPk0BmPCvItqTHXk+r14OGLolgZWITsnOQyCHHxHs6qAJ1yJaokW+i51U2gXCNYErwT52MxETXBNAP6PvhVntkDVIFxy16RvG9dKKrfhMDqQoF5E1Mxw5qIl0wa0CXFcdA3DSOY4KVctjVDSNTAF4zsMjugHpJh4ZhDarhAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:cover}section.section-cookie-page #cookie-bar-button-no,section.section-cookie-page #cookie-bar-button-essentials,section.section-cookie-page #cookie-bar-button{width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:6px;background:rgba(0,0,0,0);border:2px solid var(--black);border-radius:16px}section.section-cookie-page #cookie-bar-button-no:hover:after,section.section-cookie-page #cookie-bar-button-essentials:hover:after,section.section-cookie-page #cookie-bar-button:hover:after{opacity:.3}section.section-cookie-page #cookie-bar-button-no:after,section.section-cookie-page #cookie-bar-button-essentials:after,section.section-cookie-page #cookie-bar-button:after{display:block;content:"";width:10px;height:10px;border-radius:10px;background:var(--black);transition:opacity .2s ease-in-out;opacity:0}section.section-cookie-page #cookie-bar-button-no.active:after,section.section-cookie-page #cookie-bar-button-essentials.active:after,section.section-cookie-page #cookie-bar-button.active:after{opacity:1}section.section-cookie-page .cookie-setting-holder{display:block;padding-top:1em;font-size:0}section.section-cookie-page .cookie-setting-holder+div{margin-top:36px}section.section-cookie-page .cookie-setting-holder .cookie-button{width:20px;display:inline-block;vertical-align:top}section.section-cookie-page .cookie-setting-holder .cookie-setting{display:inline-block;vertical-align:top;width:calc(100% - 20px);padding-left:18px;box-sizing:border-box}section.section-cookie-page .cookie-setting-holder .cookie-setting>p{margin:8px 0 0 0;padding:0}section.section-cookie-page .cookie-setting-holder .cookie-setting h3{margin-top:0}
