/* Minification failed. Returning unminified contents.
(320,7): run-time error CSS1035: Expected colon, found '!important'
(329,10): run-time error CSS1035: Expected colon, found 'Font'
 */
/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
	font-family: 'Muli';
	font-weight: 300;
	font-style: normal;
	src: url('../Fonts/muli/Muli-Regular.woff2') format('woff2'), url('../Fonts/muli/Muli-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	font-weight: normal;
	font-style: italic;
	src: url('../Fonts/muli/Muli-Italic.woff2') format('woff2'), url('../Fonts/muli/Muli-Italic.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	font-weight: bold;
	font-style: normal;
	src: url('../Fonts/muli/Muli-Bold.woff2') format('woff2'), url('../Fonts/muli/Muli-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
		font-family: 'icomoon';
		font-weight: normal;
		font-style: normal;
		src: url('../Fonts/icons/icomoon.eot');
		src: url('../Fonts/icons/icomoon.eot') format('embedded-opentype'), url('../Fonts/icons/icomoon.ttf') format('truetype'), url('../Fonts/icons/icomoon.woff') format('woff'), url('../Fonts/icons/icomoon.svg#icomoon') format('svg');
		font-display: block;
}


/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html,
body { font-family: Muli, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: #505050; }
body { background: #fff; }
body {height: 100%; }
input,
select,
textarea { font-family: 'Muli', sans-serif; color: #000; }
img { display: block; max-width: 100%; border: 0; }
:focus { outline: none; }
a { display: inline-block; text-decoration: none; }
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; line-height: 1.1; color: #505050}
h1 { font-size: 26px; }
h2 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.centered { padding-right: calc((100% - 1200px) / 2); padding-left: calc((100% - 1200px) / 2); }
.button { text-decoration: none !important; padding: 10px 20px; display: inline-block; font-size: 14px; font-weight: 700; text-align: center; color: #575756 !important; background-color: #dfdced; transition: all 0.3s; }
.button:hover { background-color: #d6d1eb; }

/* ### wrapper ### */
#wrapper { padding-top: 70px; position: relative; display: block; width: 100%; display: flex; flex-direction: column; min-height: 100vh; }

/* ### main container ### */
#mainCntr { width: 100%; /*test*/ flex: 1}

/* ### Base box ### */
.baseBox { padding-top: 48px; padding-bottom: 50px; font-size: 16px;}
.baseBox h1 { margin-bottom: 26px; letter-spacing: 0.5px; }
.baseBox h2 { padding: 20px 0 10px; font-size: 15px; font-weight: bold; }
.baseBox h3 { font-size: 15px; font-style: italic; }
.baseBox p { margin-bottom: 10px; line-height: 1.6;}
.baseBox p strong { display: block; }
.baseBox ul, ol {  padding: 0 0 10px 15px; }
.baseBox .btn { text-decoration:none; color: #505050; text-align: center; }
.baseBox a  {text-decoration:underline; color: #6086a6; }
.baseBox .button { min-width: 150px; }

/* ### Home box ### */
.homeBox { padding-top: 48px; padding-bottom: 50px; }
.homeBox h1 { margin-bottom: 26px; letter-spacing: 0.5px; }
.homeBox .paragraph { margin-bottom: 53px; padding-left: 172px; width: 84%; line-height: 2; letter-spacing: -0.1px; }
.homeBox p { margin-bottom: 22px;}
.homeBox p strong { display: block; font-size: 13px; }
.homeBox .welcome-btn { text-align: center; }

/* ### header container ### */
#headerCntr { padding-top: 17px; padding-bottom: 11px; position: fixed; top: 0; left: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; width: 100%; background-color: #fff; transition: all 0.3s; }
#headerCntr.sticky { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#headerCntr .logo { display: inline-block; width: 272px; }
#headerCntr .logo img { max-width: 100%; }
#headerCntr .text { margin-right: -175px; display: flex; align-items: center; justify-content: center; }
#headerCntr .view-link { margin-left: 25px; position: relative; z-index: 1; font-size: 12px; letter-spacing: 0.2px; font-weight: 400; text-decoration: underline; color: #4a4a49;}
#headerCntr .menu-logo { margin-bottom: 53px; width: 199px; }
#headerCntr .flag { margin: 58px 0 0 20px;}


/* ### hamburger ### */
.hamburger { margin-left: 27px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 41px; height: 41px; background-color: #707070; cursor: pointer; }
.hamburger span { position: relative; display: block; width: 25px; height: 2px; text-indent: -9999px; border-radius: 0; background: #fff; transition: all 0.3s; }
.hamburger span:before,
.hamburger span:after { position: absolute; right: 0; display: block; width: 100%; height: 2px; border-radius: 0; background: #fff; transition: all 0.3s; content: 'MENU'; }
.hamburger span:before { top: -9px; content: 'MENU'}
.hamburger span:after { bottom: -9px; content: 'MENU'}
.hamburger.is-active { background-color: #000; }
.hamburger.is-active span { background: none; }
.hamburger.is-active span:before { top: 0; width: 40px; transform: rotate(135deg); }
.hamburger.is-active span:after { bottom: 0; width: 40px; transform: rotate(-135deg); }

/* ### menu box ### */
.menuBox { padding: 141px 48px 48px; position: fixed; top: 0; right: -100%; width: 58.9%; height: 100vh; background-color: #000; transition: all 0.5s; overflow-y: auto; }
.menuBox:after { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; visibility: hidden; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); transition: all 0.5s; content: ''; }
.menuBox.open { right: 0; }
.menuBox.open:after { opacity: 1; visibility: visible; }
.menuBox ul > li { margin-bottom: 15px; }
.menuBox ul > li.active a,
.menuBox ul > li > a:hover { font-weight: 700; }
.menuBox ul > li > a { font-family: 'Muli', sans-serif; font-size: 12px; color: #fff; }

/* ### content container ### */
#contentCntr { width: 100%; }

/* ### banner box ### */
.bannerBox { position: relative; width: 100%; }
.bannerBox .box { padding-bottom: 80px; position: relative; z-index: 2; display: flex; align-items: flex-end; width: 100%; min-height: 372px; }
.bannerBox strong { display: block; font-size: 36px; }
.bannerBox .content { width: 100%; }
.bannerBox .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bannerBox .image img { width: 100%; height: 100%; object-fit: cover; }
.bannerBox .title { font-family: 'Roboto', sans-serif; letter-spacing: 0.3px; color: #fff; text-shadow: 1px 1px 5px rgba(10, 11, 11, 0.54); font-size: 53px; font-weight: bold }
.bannerBox .subtitle { font-family: 'Roboto', sans-serif; margin-bottom: 8px; display: block; font-size: 18px; font-weight: 700; letter-spacing: 2px; color: #fff; text-shadow: 1px 1px 5px rgba(10, 11, 11, 0.77); }
.bannerBox.inner-1,
.bannerBox.inner { margin-bottom: 19px; width: 100%; }
.bannerBox.inner h1 { font-size: 36px; letter-spacing: 1px; }
.bannerBox.inner .box { padding-bottom: 25px; min-height: 296px; }
.bannerBox.inner-1 .box { padding-bottom: 100px; padding-left: 82px; min-height: 302px; }
.bannerBox.inner-1 h1 { font-size: 36px; letter-spacing: 1px; }
.bannerBox.inner-1 .subtitle { font-family: 'Muli', sans-serif; font-size: 22px; letter-spacing: normal; }

/* ### aanmeldbox ### */
.aanmeldBox { margin-bottom: 64px; }
.aanmeldBox .block { margin-bottom: 32px; display: flex; flex-wrap: wrap; }
.aanmeldBox .image { margin-left: -4px; width: 48.8%; }
.aanmeldBox .image img { width: 100%; }
.aanmeldBox .content { padding-top: 41px; padding-left: 30px; width: 37%; }
.aanmeldBox h1 { margin-bottom: 26px; letter-spacing: 0.5px; }
.aanmeldBox h2 { padding: 20px 0 10px; font-size: 15px; font-weight: bold; }
.aanmeldBox h5 { margin-bottom: 20px; color: #575756; }
.aanmeldBox p { margin-bottom: 20px; line-height: 1.6; }
.aanmeldBox p { line-height: 1.6; }
.aanmeldBox a  {text-decoration:underline; color: #99ccff;}
.aanmeldBox p a:hover { text-decoration: underline; }
.aanmeldBox h6 { margin-bottom: 2px; color: #575756; }
.aanmeldBox .box { margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 650px; }

/* ### Beeldmerk box ### */
.beeldmerkBox { margin-bottom: 63px; padding-top: 30px; }
.beeldmerkBox .column { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.beeldmerkBox .left { width: 35%; }
.beeldmerkBox .logo { margin-bottom: 38px; display: flex; flex-wrap: wrap; width: 100%; }
.beeldmerkBox .logo img { margin-left: 28px; max-width: 129px; }
.beeldmerkBox .image { width: 100%; }
.beeldmerkBox .image img { width: 100%; }
.beeldmerkBox .right { padding-top: 0px; padding-left: 20px; width: 65%; }
.beeldmerkBox p { margin-bottom: 20px; line-height: 1.6; }
.beeldmerkBox h1 { margin-bottom: 20px; }
.beeldmerkBox h2 { margin-bottom: 20px; font-size: 14px; font-weight: 700; }
.beeldmerkBox .name { font-size: 14px; }
.beeldmerkBox .name span { display: block; font-weight: 300; }
.beeldmerkBox .button { position: absolute; bottom: 0; left: 50%; width: 100%; max-width: 340px; transform: translateX(-50%); }
.beeldmerkBox .content { padding: 20px 10px 40px 30px; width: auto; overflow: hidden; font-size: 15px;}
.beeldmerkBox a  {text-decoration:underline; color: #99ccff;}

/* ### Vogelvlucht box ### */
.vogelvluchtBox { margin-bottom: 60px; padding-top: 66px; }
.vogelvluchtBox .block { margin: 0 auto; padding-bottom: 50px; max-width: 882px; }
.vogelvluchtBox h1 { margin-bottom: 6px; font-size: 22px; }
.vogelvluchtBox p { margin-bottom: 9px; font-family: 'Muli', sans-serif; font-weight: 300; }
.vogelvluchtBox p strong { color: #1d1d1b; }
.vogelvluchtBox .column { padding: 42px 15px 44px; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.vogelvluchtBox .content { width: 47%; }
.vogelvluchtBox ul { padding-left: 15px; margin-bottom: 8px; margin-left: 15px; }
.vogelvluchtBox ul li { padding-left: 8px; position: relative; font-family: 'Muli', sans-serif; font-weight: 300; }
.vogelvluchtBox .column a { font-family: 'Muli', sans-serif; text-decoration: underline; color: #5b5d98; }
.vogelvluchtBox .column a:hover { text-decoration: none; }
.vogelvluchtBox .content-right { padding-left: 25px; width: 47%; }
.vogelvluchtBox h2 { margin-bottom: 18px; position: relative; }
.vogelvluchtBox .title { font-size: 18px; font-weight: 300; }
.vogelvluchtBox .btn { text-align: center; }
.vogelvluchtBox .button { width: 100%; max-width: 340px; }

/* ### faq box ### */
.faqBox { margin-bottom: 100px; padding-top: 20px; }
.faqBox h1 { margin-bottom: 26px; letter-spacing: 0.5px; }
.faqBox h2 { padding: 20px 0 10px; font-size: 15px; font-weight: bold; }
.faqBox .heading { margin-bottom: 53px; }
.faqBox .box { margin: 0 auto; max-width: 800px; }
.faqBox .subtitle { font-size: 20px; font-weight: 700; letter-spacing: 0.6px; color: #575756; }
.faqBox .title { margin-bottom: 22px; color: #2b3881; }
.faqBox .accordion { width: 79.2%; }
.faqBox .accordion-card { margin-bottom: 7px; background-color: #fff; }
.faqBox .accordion-card.open .accordion-title:after { transform: rotate(180deg); }
.faqBox .accordion-title { padding: 18px 55px 18px 15px; position: relative; background-color: #edebf6; cursor: pointer; }
.faqBox .accordion-title:after { position: absolute; top: 13px; right: 21px; display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; font-family: 'icomoon', sans-serif; font-size: 6px; border-radius: 50%; background-color: #cac8e0; transition: all 0.3s; content: '\e901'; }
.faqBox .accordion-content { padding: 11px 15px; display: none; width: 100%; font-weight: 400; color: #707070; }
.faqBox ol li { padding-left: 12px; position: relative; }
.faqBox ol li:before { position: absolute; top: 0; left: 0; font-weight: bold; color: #707070; }
.faqBox ul li { padding-left: 10px; position: relative; }

/* ### footer container ### */
#footerCntr { width: 100%; overflow: hidden; }

/* ### footer box ### */
.footerBox { padding-top: 16px; padding-bottom: 30px; background-color: #000; margin-top: auto; }
.footerBox .footer-menu { margin-bottom: 19px; padding-bottom: 15px; border-bottom: 1px solid #fff; }
.footerBox ul { display: flex; flex-wrap: wrap; justify-content: center; }
.footerBox ul li { list-style: none; padding: 0 16px; position: relative; }
.footerBox ul li:after { position: absolute; top: 14px; right: 0; width: 3px; height: 1px; background-color: #fff; content: ''; }
.footerBox ul li:last-child:after { display: none; }
.footerBox ul li a { font-size: 13px; font-weight: 400; font-style: normal; letter-spacing: 0.8px; text-decoration: underline; color: #fff; }
.footerBox ul li a:hover { text-decoration: none; }
.footerBox .column { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footerBox .logo { width: 27.5%; }
.footerBox .content { width: 33%; }
.footerBox .info { width: 27.5%; }
.footerBox .title { margin-bottom: 25px; font-size: 15px; font-weight: 900; color: #fff; }
.footerBox .paragraph { font-size: 13px; font-weight: 400; font-style: normal; line-height: 1.9; color: #fff; }
.footerBox .paragraph p { margin-bottom: 22px; }
.footerBox address { font-size: 13px; font-weight: 400; font-style: normal; line-height: 1.9; color: #fff; }

/* # Wizzard styles*/
.uploads {margin-left: 20px;}
.commentLine {margin-top: 20px; line-height: 18px; padding: 2px;}
.comments { margin-bottom: 10px;}           
.comments li { padding: 0px; font-size: 12px; line-height: 20px; }
.toelichting { font-size: smaller;}           
.uploadmessage { margin-top: 10px; font-size:11px; line-height: 15px; color: darkgrey;}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1340px) {
	#headerCntr .text { margin-right: 0; position: absolute; right: 15px; }
}

@media only screen and (max-width: 991px) {
	.centered { padding-right: 15px; padding-left: 15px; }
	.homeBox .paragraph { width: 100%; }
	.aanmeldBox .block { justify-content: space-between; }
	.aanmeldBox .image { margin-left: 0; }
	.aanmeldBox .content { padding-left: 0; width: 48%; }
	.beeldmerkBox .column { padding-bottom: 200px; }
	.beeldmerkBox .left { margin-left: 0; width: 35%; }
	.beeldmerkBox .logo img { max-width: 90px; }
	.faqBox { margin-bottom: 70px; padding-top: 70px; }
	.faqBox .accordion { width: 100%; }
}

@media only screen and (max-width: 767px) {
	#headerCntr .view-link { display: none; }
	.menuBox { width: 95%; }
	.bannerBox h1 { font-size: 35px; }
	.bannerBox strong { font-size: 25px; }
	.bannerBox.inner h1 { font-size: 30px; }
	.bannerBox.inner-1 .box { padding-left: 0; }
	.bannerBox.inner-1 h1 { font-size: 30px; }
	.homeBox .paragraph { margin-bottom: 25px; padding-left: 50px; }
	.baseBox .paragraph { margin-bottom: 25px; padding-left: 50px; }
	.aanmeldBox { margin-bottom: 30px; }
	.aanmeldBox .block { margin-bottom: 0; }
	.aanmeldBox .image { width: 100%; }
	.aanmeldBox .content { width: 100%; }
	.aanmeldBox .button { margin-bottom: 10px; width: 100%; }
	.beeldmerkBox { padding-top: 25px; }
	.beeldmerkBox .column { padding-bottom: 100px; }
	.beeldmerkBox .logo { margin-bottom: 20px; }
	.beeldmerkBox .logo img { margin-left: 0; padding-right: 20px; width: 100%; }
	.beeldmerkBox .paragraph { width: 100%; }
	.vogelvluchtBox { padding-top: 30px; }
	.vogelvluchtBox .block { padding-bottom: 20px; }
	.vogelvluchtBox .column { padding: 20px 15px; }
	.vogelvluchtBox .content { padding-bottom: 15px; width: 100%; }
	.vogelvluchtBox .content-right { padding-left: 0; width: 100%; }
	.faqBox .heading { margin-bottom: 30px; }
	.faqBox h1 { font-size: 30px; }
	.footerBox .logo { margin-bottom: 30px; width: 100%; }
	.footerBox .content { width: 100%; }
	.footerBox .info { width: 100%; }
}

@media only screen and (max-width: 480px) {
	.beeldmerkBox .left { width: 100%; }
	.beeldmerkBox .right { width: 100%; }
}


/*@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/icomoon.eot?ldzx94');
	src: url('fonts/icomoon.eot?ldzx94#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ldzx94') format('truetype'), url('fonts/icomoon.woff?ldzx94') format('woff'), url('fonts/icomoon.svg?ldzx94#icomoon') format('svg');
	font-display: block;
}*/

[class^='icon-'],
[class*=' icon-'] {

	 use !important to prevent issues with browser extensions that change fonts 
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;

	 Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-down-arrow:before {
	content: '\e901';
}

