*:focus {outline:0;}
a:hover
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
@keyframes ldx-cycle{
	0%{
		animation-timing-function:cubic-bezier(0.3333,0.3333,0.6667,0.6667);
		transform:rotate(0)
	}
	100%{
		transform:rotate(360deg)
	}
}
figure, header, section, nav
{
	margin: 0;
}
.error
{
	background-color: rgba(221,128,42,0.5) !important;
}
h1, h2, h3, p
{
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 100;
}
ul
{
	font-weight: 100;
}
body
{
	color: rgb(81,79,75);
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
}
body strong, body b
{
	font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
	font-weight: 100;
}
.kop1
{
	font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 40px;
}
.kop2
{
	font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
	font-size: 22px !important;
}

.floatLeft
{
	position: relative;
	float: left;
}
.floatRight
{
	position: relative;
	float: right;
}
p, li
{
	line-height: 1.5em;
}
.clear
{
	clear: both;
}

.txtAlignRight
{
	text-align: right;
}
.txtAlignCenter
{
	text-align: center;
}
.noMargin
{
	margin: 0 !important;
}
.noBottomMargin
{
	margin-bottom: 0 !important;
}
.divClick:hover
{
	cursor: pointer;
}
.showMobile{
	display: none !important;
}
.rating_basic
{
	display: inline-block;
	height: 26px;
	width: 28px;
	background-image: url('../images/icon_starsRating.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	background-size: auto 26px;
	top: 3px;
}
.rating_basic.half
{
	background-position: -28px 0px;
}
.rating_basic.empty
{
	background-position: -56px 0px;
}
.center{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
a
{
	cursor: pointer;
	text-decoration: none;
	color: rgb(81,79,75);
}
iframe{
	max-width: 100% !important;
}
a:hover
{
	cursor: pointer;
	text-decoration: none;
}
.hamburger{
	display: none;
}
.showMobile{
	display: none !important;
}
.opmaakText a, .urlSearcher{
	text-decoration: underline !important;
	color: rgba(221,128,42,1);
}
.urlSearcher{
	font-weight: bold;
}

/* FORM */
.section__form{
	max-width: 640px;
}
.section__form label{
	color:  rgb(60,59,54);
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}
.section__form input[type=text],
.section__form input[type=email],
.section__form textarea,
.section__form select{
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	border: 0;
	padding: 0 16px;
	color:  rgba(221,128,42,1);
	border: 1px solid rgb(60,59,54);
}
.section__form input.pchnr{
	width: 120px;
	margin: 0 5px 0 0 ;
}
.section__form input.grayed{
	background-color: rgba(60,59,54,0.3);
}
.section__form textarea{
	padding: 16px;
	line-height: 1.3em;
	height: 140px;
}
@media screen
{
	.faqQuestion{
		font-weight: bold;
		cursor: pointer;
		width: 100%;
		margin: 0;
	}
	.bgFAQ{
		background-color: rgb(241,241,241) !important;
	}
	.faqQuestion.active, .faqQuestion:hover {
		color: rgb(240,139,39);
	}
	.faqContent{
		padding: 5px 10px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;

	}
	.iFrame{
		max-width: 100% !important;
		order: 3;
	}
	section.section__top{
		height: 130px;
		width: 100%;
		background-color: rgb(255,255,255);
		position: relative;
		float: left;
		z-index: 99;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	}
	body.fixed{
		padding-top: 130px;
	}
	body.fixed section.section__top{
		 position: fixed;
		 top: 0; left: 0;
		 height: 70px;
	 }
	section.section__top figure.logo{
		position: absolute;
		left: 55px;
		height: 30px;
		top: calc(50% - (30px / 2));
	}
	section.section__top figure.logo img{
		height: 30px;
		width: auto;
	}
	section.section__top .btnGreen{
		position: absolute;
		bottom: 15px;
		right: 55px;
	}

	nav.nav__main{
		display: inline-block;
		text-align: left;
		left: calc((50% - (1165px /2)) + 225px + 0px);
		position: absolute;
		width: auto;
		z-index: 95;
		pointer-events: none;
	}
	nav.nav__main ul, nav.nav__main ul li{
		margin: 0; padding: 0; list-style: none;
		position: relative;
	}
	nav.nav__main ul li, nav.nav__main ul{
		display: inline-block;
		pointer-events: all;
	}
	.nav__main__sub{
		display: none !important;
		position: absolute;
		left: 0;
		top: 44px;
		width: 250px;
	}
	nav.nav__main ul li:hover .nav__main__sub{
		display: block !important;
	}
	nav.nav__main ul .nav__main__sub{
		position: absolute !important;
		top: 100px !important;
	}
	body.fixed nav.nav__main ul .nav__main__sub{
		top: 70px !important;
	}
	.nav__main__sub li{
		line-height: 44px;
		display: block !important;
		background: #FFF;
	}


	nav.nav__main ul li a{
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		font-size: 18px;
		color: rgb(60,59,54);
		margin: 30px 0 0 0;
		line-height: 100px;
		padding: 0px 20px;
		display: inline-block;
	}
	nav.nav__main ul .nav__main__sub li a{
		margin: 0;
		line-height: 44px;
		display: inline-block;
	}
	body.fixed nav.nav__main ul .nav__main__sub li a{
		line-height: 44px;
	}
	nav.nav__main ul li a.active{
		color: rgb(240,139,39);
	}
	body.fixed nav.nav__main ul li a{
		line-height: 70px;
		margin: 0;
	}
	.nav__main__sub li{
		line-height: 44px;
		display: block !important;
		background: #FFF;
	}

	section.section__top .topBar{
		position: absolute;
		height: 18px;
		right: 0;
		width: 500px;
		background-color: rgb(241,241,241);
	}
	body.fixed section.section__top .topBar{
		background-color: transparent;
	}
	section.section__top .call{
		position: absolute;
		z-index: 10;
		right: 0;
		height: 50px;
		width: 267px;
		background-image: url('../images/bgTopRight.svg');
		background-size: 267px 50px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	body.fixed section.section__top .call{
		display: none;
	}
	section.section__top .call p{
		display: block;
		padding: 15px 0px 0px 90px;
		font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
		font-size: 16px;
		color: rgb(60,59,54);
		line-height: 20px;
	}
	body.fixed section.section__top .call p{
		line-height: 70px;
		padding: 0 0 0 90px;
	}
	section.section__top .call p a{
		color: rgb(60,59,54);
		text-decoration: none;
	}
	section.section__top .call p span{
		margin-right: 10px;
		font-size: 20px;
		vertical-align: middle;
	}


	header.header__home{
		width: 100%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		float: left;
		margin-bottom: 75px;

	}

	header.header__home figure{
		position: relative;
		width: 100%;
		float: right;
		z-index: 10;
		text-align: right;
		line-height: 0;
	}
	header.header__home figure img{
		/*padding-left: calc((1165px / 2) + 425px);*/
		width: calc(100% - (50% - (1165px /2)) - 225px);
		padding-bottom: 48px;
		height: auto;
		line-height: 0;
	}
	header.header__home .shadow{
		position: absolute;
		height: 1500px;
		width:calc((50% - (1165px /2)) + 225px + 400px);
		left: 0;
		z-index: 16;
		background-image: url("../images/bgDotsTrans.png");
		background-repeat: repeat-y;
		background-position: right top;
		background-size: 100% auto;
	}
	header.header__home .orangeBar{
		position: absolute;
		bottom: 30px;
		right: 0;
		z-index: 20;
		height: 18px;
		background-color: rgb(240,139,39);
		width: 100px;
		overflow:visible;
	}
	header.header__home .orangeBar .orangeBarInhoud{
		background-color: rgb(240,139,39);
		height: 48px;
		position: relative;
		padding: 0px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul, header.header__home .orangeBar .orangeBarInhoud ul li{
		list-style: none;
		padding: 0; margin: 0;
		background-color: rgb(240,139,39);
		height: 48px;
		display: inline-block;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li{
		display: inline-block;
		height: 48px;
		margin: 0px 20px;
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		color: rgb(255,255,255);
		line-height: 48px;
		position: relative;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li:last-child::after{
		content: ' ';
		position: absolute;
		right: -134px;
		top: 0;
		height: 48px;
		width: 134px;
		background-image: url("../images/bgHeaderOrange.png");
		background-repeat: no-repeat;
		background-position: right top;
	}
	header.header__home .headerTekst{
		position: absolute;
		left: calc(50% - (1165px / 2));
		height: 100%;
		z-index: 50;
		display: flex;
		align-items: center;
	}
	header.header__home .headerTekst .frame{
		width: 580px;
	}

	header.header__home .headerTekst .headerKop{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 54px;
		line-height: 1.1em;
		color: rgb(60,59,54);
		margin: 0 0 20px 0;
	}
	header.header__home .headerTekst .headerKop2{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 24px;
		line-height: 1.1em;
		color: rgb(60,59,54);
		margin: 0 0 50px 0;
	}


	section.section__introText{
		width: 100%;
		float: left;
		padding: 75px 0px;;
		background-color: rgb(255,255,255);
	}
	section.section__introText .center{
		max-width: 1165px;
	}
	section.section__introText figure{
		width: 370px;
		height: auto;
		float: left;
	}
	section.section__introText figure iframe{
		width: 370px;
	}
	section.section__introText figure img{
		width: 100%;
		height: auto;
	}
	section.section__introText article{
		display: inline-block;
		width: calc(100% - 370px - 130px);
		margin: 0 0 0 130px;
		float: left;
	}
	section.section__introText article p, section.section__introText article ol, section.section__introText article ul{
		font-size: 24px;
	}
	section.section__introText article.switch{
		margin: 0 130px 0 0px;
	}

	section.section__kaders{
		width: 100%;
		float: left;
		padding: 0;
		position: relative;
	}
	section.section__kaders.bgOrange{
		padding: 0px 0px 75px 0 !important;
	}
	.noPadding{
		padding-top: 0px !important;
	}
	/*.extraPaddingTop{
		padding-top: 150px !important;
	}
	.extraPaddingTop75{
		padding-top: 75px !important;
	}*/
	section.section__kaders .witHapjeOnder{
		position: absolute;
		bottom: 0px;
		height: 50px;
		left: 0px;
		width: calc(50% - (1165px / 2) + 105px);
		background-color: rgb(255,255,255);
		z-index: 10;
	}
	section.section__kaders .txtAlignRight{
		margin-bottom: 75px;
	}
	section.section__kaders .witHapjeOnder:before{
		content: ' ';
		width: 167px;
		position: absolute;
		height: 50px;
		right: -167px;
		background-image: url('../images/bgWhiteHapje.png');
		background-repeat: no-repeat;
		background-position: left top;
	}
	section.section__kaders.bgDots{
		background-image: url("../images/bg_dots.jpg");
		background-repeat: repeat;
	}
	section.section__text.bgDots{
		background-image: url("../images/bg_dots.jpg");
		background-repeat: repeat;
	}
	section.section__kaders.bgOrange{
		background-image: url("../images/bgOrangeGradient.png");
		background-repeat: no-repeat;
		background-position: center center;
	}
	section.section__kaders .center{
		max-width: 1165px;
	}
	section.section__kaders .kop1{
		/*max-width: 750px;*/
		padding-top: 75px;
        text-align: center;
		line-height: 1.2em;
	}
	section.section__kaders.ebook .kop1{
		max-width: 100%;
	}
	section.section__kaders.bgOrange .kop1{
		color: rgb(255,255,255);
		max-width: 100%;
        text-align:left;
	}
	section.section__kaders .kaders{
		padding: 0px 0 40px 0;
		float: left;
	}
	section.section__kaders.bgOrange .kaders{
		padding: 35px 35px 80px 35px ;

		background-color: rgb(255,255,255);
		-webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.5);
		box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.5);
	}
	section.section__kaders .kader{
		width: 365px;
		margin-right: 35px;
		float: left;
	}
	section.section__kaders.bgOrange .kaders .kader{
		width: 340px;
	}
	section.section__kaders.bgOrange .buttonPos{
		position: absolute;
		bottom: 0px;
		right: 35px;
	}
	section.section__kaders .kader:last-child{
		margin-right: 0
	}
	section.section__kaders .kader figure{
		width: 365px;
		height: auto;
		margin-bottom: 20px;
	}
	section.section__kaders.bgOrange .kaders .kader figure{
		width: unset;
		height: unset;
		text-align: center;
	}
	section.section__kaders .kader figure img{
		max-width: 100%;
		height: auto;
	}
	section.section__kaders.bgOrange .kaders .kader figure img{
		max-width: 100%;
	}
	section.section__kaders .kader .kaderKop, section.section__kaders .frame .kaderKop{
		font-size: 22px;
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		margin: 0;
		color: rgb(60,59,54);
	}
	section.section__kaders.ebook .frame{
		position: absolute;
		width: 365px;
		right: 0;
		top: 200px;
		height: 450px;
	}
	section.section__kaders.ebook .frame.left{
		right: unset;
		left: 0;
	}
	section.section__kaders.ebook .frame .buttonPos{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	section.section__kaders.ebook .frame.left .buttonPos{
		right: unset;
		left: 0;
	}

	section.section__picFrame .dotsHapje{
		position: absolute;
		top: 0px;
		height: 50px;
		right: 0px;
		width: calc(50% - (1165px / 2) + 105px);
		background-image: url("../images/bg_dots.jpg");
	}
	section.section__picFrame .dotsHapje:before{
		content: ' ';
		width: 167px;
		position: absolute;
		height: 50px;
		left: -167px;
		background-image: url('../images/bgDotsHapje.png');
		background-repeat: no-repeat;
		background-position: left top;
	}
	section.section__picFrame{
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 75px 0px;
		/*margin-bottom: 75px;*/
		height: 1045px;
		background-size: cover;
		background-position: center center;
		float: left;
	}
	section.section__picFrame .title{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 54px;
		line-height: 1.1em;
		color: rgb(255,255,255);
		margin: 0 0 20px 0;
		text-align: center;
	}
	.shadowWhite{
		text-shadow: 1px 1px 3px rgba(255,255,255,0.4);
	}
	.shadowDark{
		text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	}
	section.section__picFrame .frameTitle{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 54px;
		line-height: 1.1em;
		color: rgb(60,59,54);
		margin: 0 0 50px 0;
	}
	section.section__picFrame p{
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		font-size: 18px;
		line-height: 1.5em;
		color: rgb(60,59,54);
		margin-bottom: 80px;
	}
	section.section__picFrame .frame{
		position: absolute;
		right: 55px;
		bottom: 100px;
		width: 790px;
		height: 530px;
		box-sizing: border-box;
		padding: 90px;
		background-color: rgb(255,255,255);
		-webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.5);
		box-shadow: 20px 20px 20px 0 rgba(0,0,0,0.5);
	}



	section.section__text{
		width: 100%;
		padding:75px 0px;;
		float: left;
		background-color: rgb(255,255,255);
	}
	section.section__text .center{
		max-width: 1165px;
		justify-content: space-between;
		display: flex;
	}
	section.section__text.noFlex .center{
		display: block !important;
	}
	section.section__text figure{
		width: 370px;
		height: auto;
		float: left;
	}
	section.section__text figure iframe{
		width: 370px;
	}
	section.section__text figure img{
		width: 100%;
		height: auto;
	}
	.slick__figures{
		overflow: hidden;
		position: relative;
		float: left;
		width: 370px !important;
		height: auto;
	}
	.slick__figures img{
		float: left;
		width: 370px !important;
		height: auto;
	}
	.slick__figures iframe{
		width: 370px !important;
		height: 240px !important;
	}
	.slick-prev, .slick-next{
		font-size: 20px;
		font-family: "Arial";
		font-weight: 900;
		color: rgb(240,139,39);
		position: absolute;
		top: 120px;
		left: 0;
	}
	.slick-next{
		left: unset;
		right: 0px;
	}
	section.section__text article{
		display: inline-block;
		width: calc(100% - 370px - 35px);
		/*margin: 0 35px 0 0;*/
		float: left;
	}

	section.section__references{
		width: 100%;
		float: left;
		padding: 75px 0px;;
		background-color: rgb(255,255,255);
	}
	section.section__references .center{
		max-width: 960px;

	}
	section.section__references .refFrame{
		float: left;
		padding: 0 15px;
		text-align: center;
		width: 240px;
		box-sizing: border-box;
		border-right: 1px solid rgb(81,79,75);
	}
	section.section__references .refFrame:last-child{
		border-right: 0;
	}


	section.section__prefooter{
		width: 100%;
		float: left;
		padding: 50px 0px 20px 0;
		background-color: rgb(60,59,54);
		position: relative;
	}
	section.section__prefooter p, section.section__prefooter label{
		color: rgb(255,255,255);
	}
	section.section__prefooter p.kop2{
		font-size: 31px !important;
		margin-bottom: 30px;
		font-family: "proxima-nova", sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	section.section__prefooter input{
		height: 45px;
		border: 0;
		line-height: 45px;
		padding: 0px 20px;
		width: 100%;

	}
	section.section__prefooter .center{
		max-width: 1035px;
	}
	section.section__prefooter .kader{
		width: 240px;
		float: left;
		margin-right: 25px;
	}
	section.section__prefooter .kader:last-child{
		margin-right: 0;
	}
	section.section__prefooter figure.logo__footer{
		height: 30px;
		width: auto;
	}
	section.section__prefooter figure.logo__footer img{
		width: auto;
		height: 100%;
	}
	section.section__prefooter p{
		font-size: 18px;
		color: rgb(255,255,255);
	}

	section.section__prefooter .dotsHapjeOnder{
		position: absolute;
		bottom: 0px;
		height: 50px;
		right: 0px;
		width: calc(50% - (1165px / 2) + 105px);
		background-image: url("../images/bg_dots.jpg");
		z-index: 10;
	}
	section.section__prefooter .dotsHapjeOnder:before{
		content: ' ';
		width: 167px;
		position: absolute;
		height: 50px;
		left: -167px;
		background-image: url('../images/bgDotsHapjeOnder.png');
		background-repeat: no-repeat;
		background-position: left top;
	}

	footer{
		position: relative;
		float: left;
		width: 100%;
		padding: 50px 0;

		background-image: url("../images/bg_dots.jpg");
		background-repeat: repeat;
	}
	.section__prefooter .follow img{
		height: 25px;
		margin: 0px 10px 0 0;
	}
	footer .center{
		max-width: 1165px;
		display: flex;
		justify-content: space-between;
	}

	footer p{
		font-size: 16px;
		margin: 0;
	}
	footer p a{
		color: rgb(81,79,75);
	}
	.endline{
		font-size: 12px;
		line-height: 20px;
		padding: 0px 20px;
	}
	.endline  a{
		color: rgb(81,79,75);
	}

	.readMore{
		margin: 0 0 50px 0px;
		display: block;
		height: 75px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.readMore .leesVerder{
		position: absolute;
		z-index: 10;
		bottom: -20px;
		text-align: center;
		width: 100%;
		color: rgb(240,139,39);
		font-family: "MarkSimonsonProximaNovaBold";
	}
	.readMore .leesVerder a{
		color: rgb(240,139,39);
		position: relative;
		display: inline-block;
		padding: 0 30px 0px 0;
	}
	.readMore .leesVerder a:after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 0;
		top: 4px;
		content: "\e900";
	}

	.readMore .hover{
		position: absolute;
		left: 0;
		width: 100%;
		height: 75px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.btnGreen{
		position: relative;
		height: 45px;
		font-size: 19px;
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		color: rgb(255,255,255);
		padding: 0px 20px;
		line-height: 45px;
		background-color: rgb(31,162,46);
		display: inline-block;
		text-decoration: none;
	}
	.btnOrange a{
		color: rgb(255,255,255);
		text-decoration: none;
	}
	.btnOrange{
		position: relative;
		height: 45px;
		font-size: 19px;
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		color: rgb(255,255,255);
		padding: 0px 20px;
		line-height: 45px;
		background-color: rgb(240,139,39);
		display: inline-block;
		text-decoration: none;
		border: 0;
	}
	.btnOrange a{
		color: rgb(255,255,255);
		text-decoration: none;
	}
	.feedback{
		display: inline-block;
		/* color: #F00; */
		/* background: #F00; */
		/* width: 200px; */
		/* height: 200px; */
		position: absolute;
		height: 45px;
		line-height: 45px;
		background-color: rgb(240,139,39);
		width: 20px;
		/* vertical-align: middle; */
		border: 0;
		margin: 0;
		margin-left: -2px;
		text-align: center;
	}
	.loading:after{
		content: ' ';
		background-color: transparent;
		animation: ldx-cycle 1s infinite linear;
		position: absolute;
		color: transparent;
		width: 4px;
		top: 16px;
		right: 11px;
		height: 4px;
		transform: translateZ(0) scale(0.5) translate(1em,1em);
		border-radius: 100%;
		background: 0;
		box-shadow:
				0 10px 0 rgb(255,255,255),
				0 -10px 0 rgb(255,255,255),
				10px 0 0 rgb(255,255,255),
				-10px 0 0 rgb(255,255,255),
				7.5px 7.5px 0 rgb(255,255,255),
				-7.5px 7.5px 0 rgb(255,255,255),
				7.5px -7.5px 0 rgb(255,255,255),
				-7.5px -7.5px 0 rgb(255,255,255);

	}
	.btnGreen.big{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 1250px)
{
	body{
		font-size: 16px;
	}
	.kop1
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 28px;
	}
	.kop2
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		font-size: 19px !important;
	}

	section.section__top{
		height: 130px;
	}
	body.fixed{
		padding-top: 130px;
	}
	body.fixed section.section__top{
		height: 50px;
	}
	section.section__top figure.logo{
		left: 55px;
		height: 20px;
		top: calc(50% - (20px / 2));
	}
	section.section__top figure.logo img{
		height: 20px;
		width: auto;
	}
	section.section__top .btnGreen{
		position: absolute;
		bottom: 15px;
		right: 55px;
	}
	body.fixed section.section__top .btnGreen{
		bottom: 3px;
	}
	nav.nav__main{
		left: calc((50% - (960px /2)) + 225px + 0px);
	}
	nav.nav__main ul li a{
		font-size: 16px;
		margin: 30px 0 0 0;
		line-height: 100px;
		padding: 0px 15px;
	}
	body.fixed nav.nav__main ul li a{
		line-height: 50px;
	}
	section.section__top .topBar{
		height: 18px;
		width: 500px;
	}
	section.section__top .call{
		height: 50px;
		width: 267px;
		background-image: url('../images/bgTopRight.svg');
		background-size: 267px 50px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	body.fixed section.section__top .call{
		display: none;
	}
	section.section__top .call p{
		padding: 15px 0px 0px 90px;
		font-size: 14px;
		line-height: 20px;
	}
	body.fixed section.section__top .call p{
		line-height: 50px;
		padding: 0 0 0 90px;
	}
	section.section__top .call p a{
		color: rgb(60,59,54);
	}
	section.section__top .call p span{
		margin-right: 10px;
		font-size: 20px;
	}


	header.header__home{
		margin-bottom: 75px;
	}

	header.header__home figure img{
		width: calc(100% - (50% - (960px /2)) - 225px);
		padding-bottom: 48px;
	}
	header.header__home .shadow{
		height: 1500px;
		width:calc((50% - (960px /2)) + 225px + 400px);
	}
	header.header__home .orangeBar{
		bottom: 30px;
		height: 18px;
		width: 100px;
	}
	header.header__home .orangeBar .orangeBarInhoud{
		height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul, header.header__home .orangeBar .orangeBarInhoud ul li{
		height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li{
		height: 48px;
		margin: 0px 20px;
		line-height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li:last-child::after{
		right: -134px;
		height: 48px;
		width: 134px;
	}
	header.header__home .headerTekst{
		left: calc(50% - (960px / 2));
	}
	header.header__home .headerTekst .frame{
		width: 580px;
	}
	header.header__home .headerTekst .headerKop{
		font-size: 42px;
		line-height: 1.1em;
		margin: 0 0 20px 0;
	}
	header.header__home .headerTekst .headerKop2{
		font-size: 21px;
		margin: 0 0 50px 0;
	}

	section.section__introText{
		width: 100%;
		padding: 50px 0px;;
	}
	section.section__introText .center{
		max-width: 960px;
	}
	section.section__introText figure{
		width: 370px;
	}
	section.section__introText figure iframe{
		width: 370px;
	}
	section.section__introText article{
		width: calc(100% - 370px - 95px);
		margin: 0 0 0 95px;
	}
	section.section__introText article p, section.section__introText article ol, section.section__introText article ul{
		font-size: 21px;
	}
	section.section__introText article.switch{
		margin: 0 130px 0 0px;
	}
	section.section__kaders.bgOrange{
		padding: 0px 0px 75px 0 !important;
	}
	section.section__kaders .witHapjeOnder{
		height: 50px;
		width: calc(50% - (960px / 2) + 105px);
	}
	section.section__kaders .txtAlignRight{
		margin-bottom: 50px;
	}
	section.section__kaders .center{
		max-width: 960px;
	}
	section.section__kaders .kop1{
		/*max-width: 750px;*/
		padding-top: 60px;
		line-height: 1.2em;
	}
	section.section__kaders .kaders{
		padding: 0px 0 40px 0;
	}
	section.section__kaders.bgOrange .kaders{
		padding: 35px 20px 80px 20px;
	}
	section.section__kaders .kader{
		width: 300px;
		margin-right: 30px;
	}
	section.section__kaders.bgOrange .kaders .kader{
		width: 280px;
	}
	section.section__kaders.bgOrange .buttonPos{
		right: 30px;
	}
	section.section__kaders .kader:last-child{
		margin-right: 0
	}
	section.section__kaders .kader figure{
		width: 300px;
		margin-bottom: 20px;
	}
	section.section__kaders .kader .kaderKop, section.section__kaders .frame .kaderKop{
		font-size: 19px;
	}
	section.section__kaders.ebook .frame{
		width: 300px;
		top: 200px;
		height: 450px;
	}
	section.section__picFrame{
		padding: 50px 0px;
		/*margin-bottom: 75px;*/
		height: 1045px;
	}
	section.section__picFrame .title{
		font-size: 42px;
		margin: 0 0 20px 0;
	}
	section.section__picFrame .frameTitle{
		font-size: 42px;
		margin: 0 0 50px 0;
	}
	section.section__picFrame p{
		font-size: 18px;
		margin-bottom: 80px;
	}
	section.section__picFrame .frame{
		right: 55px;
		bottom: 55px;
		width: 608px;
		height: 424px;
		padding: 50px;
	}
	section.section__text{
		padding:50px 0px;;
	}
	section.section__text .center{
		max-width: 960px;
	}
	section.section__text figure{
		width: 300px;
	}
	section.section__text figure iframe{
		width: 300px;
	}
	.slick__figures{
		width: 300px !important;
	}
	.slick__figures img{
		width: 300px !important;
	}
	.slick__figures iframe{
		width: 300px !important;
		height: 195px !important;
	}
	.slick-prev, .slick-next{
		font-size: 20px;
		top: 120px;
	}
	section.section__text article{
		width: calc(100% - 300px - 35px);
	}

	section.section__references{
		padding: 50px 0px;;
	}
	section.section__references .center{
		max-width: 960px;
	}
	section.section__references .refFrame{
		padding: 0 15px;
		width: 230px;
	}
	section.section__prefooter{
		padding: 50px 0px 20px 0;
	}
	section.section__prefooter p.kop2{
		font-size: 26px !important;
		margin-bottom: 30px;
	}
	section.section__prefooter input{
		height: 45px;
		line-height: 45px;
		padding: 0px 20px;
	}
	section.section__prefooter .center{
		max-width: 960px;
	}
	section.section__prefooter .kader{
		width: 195px;
		margin-right: 25px;
	}
	section.section__prefooter figure.logo__footer{
		height: 30px;
		width: auto;
	}
	section.section__prefooter figure.logo__footer img{
		width: 100% !important;
		height: auto !important;
	}
	section.section__prefooter p{
		font-size: 16px;
	}
	footer{
		width: 100%;
		padding: 50px 0;
	}
	footer .center{
		max-width: 960px;
	}

	footer p{
		font-size: 16px;
	}
	.endline{
		font-size: 12px;
		line-height: 50px;
		padding: 0px 20px;
	}
	.readMore{
		margin: 0 0 50px 0px;
		height: 75px;
	}
	.readMore .leesVerder{
		bottom: -20px;
	}
	.readMore .leesVerder a{
		padding: 0 30px 0px 0;
	}
	.readMore .hover{
		height: 75px;
	}
	.btnGreen{
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
	}
	.btnOrange{
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
	}
	.btnGreen.big{
		height: 52px;
		line-height: 52px;
	}

	.tableHolder{
		overflow: scroll;
		width: 100%;
		padding:0 0 10px 0;
	}
}
@media screen and (max-width: 968px)
{
	.iFrame{
		max-width: 100% !important;
	}
	.hamburger {
		position: absolute;
		right:22px;
		top: 10px;

		display: inline-block;
		overflow: visible;
		margin: 0;
		padding: 5px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent;
		z-index:99;
	}

	.hamburger:hover {
		opacity: .7
	}
	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 24px
	}
	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: -2px
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		position: absolute;
		width: 40px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 1px;
		background-color:  rgb(81,79,75);
	}
	.hamburger-inner:after, .hamburger-inner:before {
		display: block;
		content: ''
	}
	.hamburger-inner:before {
		top: -10px
	}
	.hamburger-inner:after {
		bottom: -10px
	}
	.hamburger--spin .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(225deg)
	}
	.hamburger--spin.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(-90deg)
	}
	.hamburger--spin-r .hamburger-inner {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .3s
	}
	.hamburger--spin-r .hamburger-inner:before {
		transition: top .1s ease-in .34s, opacity .1s ease-in
	}
	.hamburger--spin-r .hamburger-inner:after {
		transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
	}
	.hamburger--spin-r.is-active .hamburger-inner {
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(-225deg)
	}
	.hamburger--spin-r.is-active .hamburger-inner:before {
		top: 0;
		transition: top .1s ease-out, opacity .1s ease-out .14s;
		opacity: 0
	}
	.hamburger--spin-r.is-active .hamburger-inner:after {
		bottom: 0;
		transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
		transform: rotate(90deg)
	}
	body{
		font-size: 16px;
	}
	.kop1
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 28px;
	}
	.kop2
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		font-size: 19px !important;
	}

	section.section__top{
		height: 50px;
	}
	body.fixed{
		padding-top: 50px;
	}
	body.fixed section.section__top{
		height: 50px;
	}
	section.section__top figure.logo{
		left: 25px;
		height: 20px;
		top: calc(50% - (20px / 2));
	}
	section.section__top figure.logo img{
		height: 20px;
		width: auto;
	}
	section.section__top .btnGreen{
		position: relative !important;
		bottom: 0px !important;
		right: 0px !important;
		left: 10px !important;
	}
	body.fixed section.section__top .btnGreen{
		bottom: 3px;
		position: relative;
	}
	.nav__main .btnGreen{
		bottom: 3px;
		display: inline-block !important;
		position: relative;
		float: left;
		right: 0px;
		left: 10px;
	}
	nav.nav__main{
		left: unset;
		right: 0;
		top: 50px;
		width: 320px;
		display: none;
		background-color: rgb(255,255,255);
		pointer-events: all;
	}
	nav.nav__main ul li{
		width: 100%;
		position: relative;
	}

	.hamburger__active nav.nav__main ul li a, .hamburger__active nav.nav__main{
		display: block;
	}
	nav.nav__main ul .nav__main__sub{
		position: relative !important;
		top: unset !important;
	}
	body.fixed nav.nav__main ul .nav__main__sub{
		top: unset !important;
	}
	nav.nav__main ul li a{
		font-size: 16px;
		margin: 0px 0 0 0;
		line-height: 50px;
		padding: 0px 15px;
		width: calc(100% - 30px);
		display: none;
	}

	body.fixed nav.nav__main ul li a{
		line-height: 50px;
	}
	section.section__top .topBar{
		height: 18px;
		width: 200px;
	}
	section.section__top .call{
		height: 50px;
		width: 267px;
		background-image: url('../images/bgTopRight.svg');
		background-size: 267px 50px;
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 30px;
	}
	body.fixed section.section__top .call{
		right: 0px;
		height: 50px;
		padding-right: 20px;
	}
	section.section__top .call p{
		padding: 15px 0px 0px 90px;
		font-size: 14px;
		line-height: 20px;
	}
	body.fixed section.section__top .call p{
		line-height: 50px;
		padding: 0 0 0 90px;
	}
	section.section__top .call p a{
		color: rgb(60,59,54);
	}
	section.section__top .call p span{
		margin-right: 10px;
		font-size: 20px;
	}


	header.header__home{
		margin-bottom: 75px;
	}

	header.header__home figure img{
		width: calc(100% - (50% - (740px /2)) - 225px);
		padding-bottom: 48px;
	}
	header.header__home .shadow{
		height: 1500px;
		width:calc((50% - (740px /2)) + 80px + 400px);
	}
	header.header__home .orangeBar{
		bottom: 30px;
		height: 18px;
		width: 100px;
	}
	header.header__home .orangeBar .orangeBarInhoud{
		height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul, header.header__home .orangeBar .orangeBarInhoud ul li{
		height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li{
		height: 48px;
		margin: 0px 20px;
		line-height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li:last-child::after{
		right: -134px;
		height: 48px;
		width: 134px;
	}
	header.header__home .headerTekst{
		left: calc(50% - (740px / 2));
	}
	header.header__home .headerTekst .frame{
		width: 430px;
	}
	header.header__home .headerTekst .headerKop{
		font-size: 42px;
		line-height: 1.1em;
		margin: 0 0 20px 0;
	}
	header.header__home .headerTekst .headerKop2{
		font-size: 21px;
		margin: 0 0 50px 0;
	}

	section.section__introText{
		width: 100%;
		padding: 50px 0px;;
	}
	section.section__introText .center{
		max-width: 740px;
	}
	section.section__introText figure{
		width: 220px;
	}
	section.section__introText figure iframe{
		width: 220px;
	}
	section.section__introText article{
		width: calc(100% - 220px - 55px);
		margin: 0 0 0 55px;
	}
	section.section__introText article p, section.section__introText article ol, section.section__introText article ul{
		font-size: 21px;
	}
	section.section__introText article.switch{
		margin: 0 55px 0 0px;
	}
	section.section__kaders.bgOrange{
		padding: 0px 0px 75px 0 !important;
	}
	section.section__kaders .witHapjeOnder{
		height: 50px;
		width: calc(50% - (220px / 2) + 55px);
	}
	section.section__kaders .txtAlignRight{
		margin-bottom: 50px;
	}
	section.section__kaders .center{
		max-width: 740px;
	}
	section.section__kaders .kop1{
		/*max-width: 750px;*/
		padding-top: 60px;
		line-height: 1.2em;
	}
	section.section__kaders .kaders{
		padding: 0px 0 40px 0;
	}
	section.section__kaders.bgOrange .kaders{
		padding: 35px 20px 80px 20px;
	}
	section.section__kaders .kader{
		width: 220px;
		margin-right: 30px;
	}
	section.section__kaders.bgOrange .kaders .kader{
		width: 200px;
	}
	section.section__kaders.bgOrange .buttonPos{
		right: 55px;
	}
	section.section__kaders .kader:last-child{
		margin-right: 0
	}
	section.section__kaders .kader figure{
		width: 220px;
		margin-bottom: 20px;
	}
	section.section__kaders .kader .kaderKop, section.section__kaders .frame .kaderKop{
		font-size: 19px;
	}
	section.section__kaders.ebook .frame{
		width: 220px;
		top: 200px;
		height: 450px;
	}
	section.section__picFrame{
		padding: 50px 0px;
		/*margin-bottom: 75px;*/
		height: 1045px;
	}
	section.section__picFrame .title{
		font-size: 29px;
		margin: 0 0 20px 0;
	}
	section.section__picFrame .frameTitle{
		font-size: 26px;
		margin: 0 0 50px 0;
	}
	section.section__picFrame p{
		font-size: 18px;
		margin-bottom: 80px;
	}
	section.section__picFrame .frame{
		right: 55px;
		bottom: 55px;
		width: 608px;
		height: 424px;
		padding: 50px;
	}
	section.section__text{
		padding:50px 0px;;
	}
	section.section__text .center{
		max-width: 740px;
	}
	section.section__text figure{
		width: 220px;
	}
	section.section__text figure iframe{
		width: 220px;
	}
	.slick__figures{
		width: 220px !important;
	}
	.slick__figures img{
		width: 220px !important;
	}
	.slick__figures iframe{
		width: 220px !important;
		height: 195px !important;
	}
	.slick-prev, .slick-next{
		font-size: 20px;
		top: 120px;
	}
	section.section__text article{
		width: calc(100% - 220px - 35px);
	}

	section.section__references{
		padding: 50px 0px;;
	}
	section.section__references .center{
		max-width: 740px;
	}
	section.section__references .refFrame{
		padding: 0 15px;
		width: 170px;
	}
	section.section__prefooter{
		padding: 50px 0px 20px 0;
	}
	section.section__prefooter p.kop2{
		font-size: 26px !important;
		margin-bottom: 30px;
	}
	section.section__prefooter input{
		height: 45px;
		line-height: 45px;
		padding: 0px 20px;
	}
	section.section__prefooter .center{
		max-width: 740px;
	}
	section.section__prefooter .kader{
		width: 175px;
		margin-right: 13px;
	}
	section.section__prefooter figure.logo__footer{
		height: 30px;
		width: auto;
	}
	section.section__prefooter figure.logo__footer img{
		width: 100% !important;
		height: auto !important;
	}
	section.section__prefooter p{
		font-size: 16px;
	}
	footer{
		width: 100%;
		padding: 50px 0;
	}
	footer .center{
		max-width: 740px;
	}

	footer p{
		font-size: 16px;
	}
	.endline{
		font-size: 12px;
		line-height: 20px;
		padding: 0px 20px;
	}
	.readMore{
		margin: 0 0 50px 0px;
		height: 75px;
	}
	.readMore .leesVerder{
		bottom: -20px;
	}
	.readMore .leesVerder a{
		padding: 0 30px 0px 0;
	}
	.readMore .hover{
		height: 75px;
	}
	.btnGreen{
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
	}
	.btnOrange{
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
	}
	.btnGreen.big{
		height: 52px;
		line-height: 52px;
	}


}
@media screen and (max-width: 768px)
{
	.iFrame{
		max-width: 100% !important;
	}
	.iFrame.hideMobile{
		display: none;
	}
	body{
		font-size: 16px;
	}
	.kop1
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
		font-size: 28px;
	}
	.kop2
	{
		font-family: "proxima-nova", sans-serif;
font-weight: 800;
font-style: normal;
		font-size: 19px !important;
	}

	section.section__top{
		height: 50px;
	}
	body.fixed{
		padding-top: 50px;
	}
	body.fixed section.section__top{
		height: 50px;
	}
	section.section__top figure.logo{
		left: 25px;
		z-index: 99;
		height: 20px;
		top: calc(50% - (20px / 2));
	}
	section.section__top figure.logo img{
		height: 20px;
		width: auto;
	}
	section.section__top .btnGreen{
		position: unset !important;
		bottom: unset !important;
		right: unset !important;
		display: none;
	}
	body.fixed section.section__top .btnGreen{
		bottom: 3px;
		display: none;
	}
	nav.nav__main{
		left: unset;
		right: 0;
		padding: 5px;
		top: 50px;
		width: 220px;
		display: none;
		background-color: rgb(255,255,255);
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	}
	nav.nav__main ul li{
		width: 100%;
		position: relative;
	}

	.hamburger__active nav.nav__main ul li a, .hamburger__active nav.nav__main{
		display: block;
	}
	nav.nav__main ul li a{
		font-size: 16px;
		margin: 0px 0 0 0;
		line-height: 50px;
		padding: 0px 15px;
		width: calc(100% - 30px);
		display: none;
	}

	body.fixed nav.nav__main ul li a{
		line-height: 50px;
	}
	section.section__top .topBar{
		height: 18px;
		width: 200px;
		display: none;
	}
	section.section__top .call{
		height: 50px;
		width: 267px;
		background-image: url('../images/bgTopRight.svg');
		background-size: 267px 50px;
		background-repeat: no-repeat;
		background-position: right top;
		padding-right: 30px;
		display: none;
	}
	body.fixed section.section__top .call{
		right: 0px;
		height: 50px;
		display: none;
		padding-right: 20px;
	}
	section.section__top .call p{
		padding: 15px 0px 0px 90px;
		font-size: 14px;
		line-height: 20px;
	}
	body.fixed section.section__top .call p{
		line-height: 50px;
		padding: 0 0 0 90px;
	}
	section.section__top .call p a{
		color: rgb(60,59,54);
	}
	section.section__top .call p span{
		margin-right: 10px;
		font-size: 20px;
	}


	header.header__home{
		padding-bottom: 144px;
		width: 100%;
		margin-top: 20px;
	}

	header.header__home figure img{
		width: 100%;
		padding-bottom: 48px;
	}
	header.header__home .shadow{
		display: none;
	}
	header.header__home .orangeBar{
		bottom: 0px;
		height: auto;
		width: 100px;
	}
	header.header__home .orangeBar .orangeBarInhoud{
		height: auto;
	}
	header.header__home .orangeBar .orangeBarInhoud ul, header.header__home .orangeBar .orangeBarInhoud ul li{
		height: auto;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li{
		height: 48px;
		margin: 0px 20px;
		line-height: 48px;
	}
	header.header__home .orangeBar .orangeBarInhoud ul li:last-child::after{
		right: -134px;
		height: 48px;
		width: 134px;
	}
	header.header__home .headerTekst{
		left: 25px;
		position: relative;
		float: left;
		width: calc(100% - 50px);
	}
	header.header__home .headerTekst .frame{
		width: 100%;
	}
	header.header__home .headerTekst .headerKop{
		font-size: 42px;
		line-height: 1.1em;
		margin: 0 0 20px 0;
	}
	header.header__home .headerTekst .headerKop2{
		font-size: 21px;
		margin: 0 0 50px 0;
	}

	section.section__introText{
		width: 100%;
		padding: 50px 0px;

	}
	section.section__introText .center{
		max-width: calc(100% - 50px);
		display: flex;
		flex-wrap: wrap;
	}
	section.section__introText figure{
		width: 100%;
	}
	section.section__introText figure iframe{
		width: 100%;
	}
	section.section__introText article{
		width: 100%;
		margin: 0 0 0 0px;
	}
	section.section__introText article p, section.section__introText article ol, section.section__introText article ul{
		font-size: 21px;
	}
	section.section__introText article{
		order : 2;
	}
	section.section__introText .slick__figures{
		order: 1;
	}
	section.section__introText article.switch{
		margin: 0 0px 0 0px;
	}
	section.section__kaders.bgOrange{
		padding: 0px 0px 75px 0 !important;
	}
	section.section__kaders .witHapjeOnder{
		height: 50px;
		width: calc(50% - (220px / 2) + 55px);
	}
	section.section__kaders .txtAlignRight{
		margin-bottom: 50px;
	}
	section.section__kaders .center{
		max-width: calc(100% - 50px);
		flex-wrap: wrap;
	}
	section.section__kaders .kop1{
		/*max-width: 750px;*/
		padding-top: 60px;
		line-height: 1.2em;
	}
	section.section__kaders .kaders{
		padding: 0px 0 40px 0;
	}
	section.section__kaders.bgOrange .kaders{
		padding: 35px 20px 80px 20px;
	}
	section.section__kaders .kader{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
		border-top: 1px solid rgb(240,139,39);
	}
	section.section__kaders .kader:first-child{
		border-top: none;
	}

	section.section__kaders .kader p, section.section__kaders .kader ul{
		order: 3;
	}
	section.section__kaders.bgOrange .kaders .kader{
		width: 100%;

	}
	section.section__kaders.bgOrange .buttonPos{
		right: 55px;
	}
	section.section__kaders .kader:last-child{
		margin-right: 0
	}
	section.section__kaders .kader figure{
		width: 100%;
		order: 2;
		margin-bottom: 0px;
	}
	section.section__kaders .kader .kaderKop, section.section__kaders .frame .kaderKop{
		font-size: 19px;
		order: 1;
	}
	section.section__kaders.ebook .frame{
		width: 100%;
		top: unset;
		position: relative;
		float: Left;
		height: unset;
	}
	section.section__kaders img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
	section.section__picFrame{
		padding: 50px 0px;
		/*margin-bottom: 75px;*/
		height: 1045px;
	}
	section.section__picFrame .title{
		font-size: 29px;
		margin: 0 0 20px 0;

	}
	section.section__picFrame .frameTitle{
		font-size: 26px;
		margin: 0 0 50px 0;
	}
	section.section__picFrame p{
		font-size: 18px;
		margin-bottom: 80px;
	}
	section.section__picFrame .frame{
		right: 20px;
		bottom: 55px;
		width: calc(100% - 40px);
		height: 510px;
		padding: 20px;
	}
	section.section__text{
		padding: 50px 0px;
	}
	section.section__text .center{
		max-width: calc(100% - 50px);
		flex-wrap:wrap;
	}
	section.section__text figure{
		width:  100%;
	}
	section.section__text figure iframe{
		width:  100%;
	}
	.slick__figures{
		width: 100% !important;
		height: auto;
		margin-bottom: 30px;
	}
	.slick__figures img{
		width: calc(100vw - 50px) !important;
	}
	.slick__figures iframe{
		width: 100% !important;
		height: 195px !important;
	}
	.slick-prev, .slick-next{
		display: none !important;
	}
	.slick__figures figure{
		width: calc(100vw - 50px) !important;
	}
	.slick__figures figure iframe{
		width: calc(100vw - 50px);
	}
	section.section__text article{
		width: 100%;
	}

	section.section__references{
		padding: 50px 0px;;
	}
	section.section__references .center{
		max-width: calc(100% - 50px);
	}
	section.section__references .refFrame{
		padding: 15px 0px;
		border-right: 0px;
		width:100%;
		border-bottom: 1px solid rgb(81,79,75);
	}
	section.section__prefooter{
		padding: 50px 0px 20px 0;
	}
	section.section__prefooter p.kop2{
		font-size: 26px !important;
		margin-bottom: 30px;
	}
	section.section__prefooter input{
		height: 45px;
		line-height: 45px;
		padding: 0px 20px;
	}
	section.section__prefooter .center{
		max-width: calc(100% - 50px);
	}
	section.section__prefooter .kader{
		width: 100%;
		margin-right: 13px;
		min-height: 50px;
	}
	section.section__prefooter figure.logo__footer{
		height: 30px;
		width: auto;
	}
	section.section__prefooter figure.logo__footer img{
		width: 100% !important;
		height: auto !important;
	}
	section.section__prefooter p{
		font-size: 16px;
	}
	footer{
		width: 100%;
		padding: 50px 0;
	}
	footer .center{
		max-width: calc(100% - 50px);
		flex-wrap: wrap;
	}
	footer .center div{
		width: 100%;
	}

	footer p{
		font-size: 16px;
	}
	.endline{
		font-size: 12px;
		line-height: 20px;
		padding: 0px 20px;
	}
	.readMore{
		margin: 0 0 50px 0px;
		height: 75px;
	}
	.readMore .leesVerder{
		bottom: -20px;
	}
	.readMore .leesVerder a{
		padding: 0 30px 0px 0;
	}
	.readMore .hover{
		height: 75px;
	}
	.btnGreen{
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
		word-break: break-all;
	}
	.btnOrange{
		word-break: break-all;
		height: 40px;
		font-size: 16px;
		padding: 0px 16px;
		line-height: 40px;
	}
	.btnGreen.big{
		height: 52px;
		line-height: 52px;
	}

	.showMobile{
		display: block !important;
	}
}