@import url('/assets/css/fonts.css');
*:focus {outline:0;}
*
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
:root {
	--groen: rgb(86,173,49);
	--lichtGrijs: rgb(238,238,238);
	--donkerGrijs: rgb(128,128,128);
	--wit: rgb(255,255,255);
	--rood: rgb(233,30,30);

	--fontFamilyBody: "Arial", serif;
	--fontFamilyHead: "Fairview_Regular", serif;

	--fontSizeRodeTitelbalk: 13px;
	--fontSizeBody: 16px;
	--fontSizeHead1: 30px;
	--fontSizeHead2: 24px;
	--fontSizeMenu: 20px;

	--defaultPadding: 40px 0px;
}

figure, header, section, nav, p
{
	margin: 0;
}
strong{
	font-family: var(--a1SignsFontBold);
}
.error
{

}
body
{
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-size: var(--fontSizeBody);
	font-family: var(--fontFamilyBody);
	overflow-x: hidden;
	color: var(--donkerGrijs);
}
body.bodyPage{
	padding-top: 65px;
}
figure img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
h1, .kop1
{
	font-family: var(--fontFamilyHead);
	font-size: var(--fontSizeHead1);
	color: var(--groen);
	font-weight: 100;
	text-transform: uppercase;
}
h2, .kop2{
	font-family: var(--fontFamilyHead);
	font-size: var(--fontSizeHead2);
	color: var(--groen);
	text-transform: uppercase;

}
.clear
{
	clear: both;
}
.hamburger{
	display: none!important;
}
.txtAlignRight
{
	text-align: right;
}
.txtAlignCenter
{
	text-align: center;
}
.noMargin
{
	margin: 0 !important;
}
.center{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
a
{
	cursor: pointer;
	text-decoration: none;
	color:  var(--groen);
}

a:hover
{
	cursor: pointer;
	color:  var(--groen);
	text-decoration: underline;
}
a:hover [class^="icon-"], a:hover [class*=" icon-"]{
	text-decoration: none !important
}
p, ul li{
	line-height: 2em;
}

/* Extra large devices (large desktops, 1200px and up) */
.section__top{
	height: 65px;
	background-color: var(--groen);
	width: 100%;
	position: fixed;
	top: 0; left: 0;
	overflow: visible;
	z-index: 99;
}
.section__top .logo{
	width: calc(50% - (1150px / 2) + 240px);
	background-color: var(--wit);
	height: 120px;
	position: relative;
	float: left;
	filter: drop-shadow(5px 5px 30px #000);
}
.section__top .logo img{
	float: right;
	margin: 20px;
	height: 80px;
	width: auto;
}
.section__top .nav__main{
	float: left;
}
.section__top .nav__main ul, .section__top .nav__main ul li{
	list-style: none;
	padding: 0; margin: 0;
	display: inline-block;
	position: relative;
}
.section__top .nav__main ul li a{
	padding: 0px 20px;
	line-height: 65px;
	color: var(--wit);
	font-family: var(--fontFamilyHead);
	font-size: var(--fontSizeMenu);
	text-decoration: none;
}
.section__top .nav__main ul li ul.sub__menu{
	display: none;
	position: absolute;
	width: 230px;
	background-color: var(--groen);
}
.section__top .nav__main ul li ul.sub__menu li{
	width: 100%;
}
.section__top .nav__main ul li ul.sub__menu a{
	line-height: 44px;
	padding: 0px 20px;
	color: var(--wit);
}
.section__top .nav__main ul li.hasSub:hover ul.sub__menu{
	display: block;
}

.header__home{
	position: relative;
	height: 380px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.article__intro{
	max-width: 940px;
	padding: var(--defaultPadding);
	margin:0 auto;
	text-align: left;
	position: relative;
}
.article__intro.grey{
	background-color: var(--lichtGrijs)
}
.article__intro .my-gallery{
	width: 100%;
	position: relative;
}
.article__intro .slide{
	width: 300px;
	position: relative;
	float: left; margin: 20px;
}
.label{
	position: absolute;
	background-color: var(--rood);
	padding: 0px 6px;
	color: var(--wit);
	line-height: 1.5em;

}
.aanbod__slider{
	width: 100%;
	position: relative;
	padding: var(--defaultPadding);
	background-color: var(--lichtGrijs);
}
.slick__aanbod{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.aanbod__slider .arrowLeft {
	position: absolute;
	text-align: left;
	left: 0;
	height: 270px;
	width: 100px;
	z-index: 99;
	line-height: 270px;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00eeeeee', GradientType=1); /* IE6-9 */
}

.aanbod__slider .arrowRight {
	cursor: pointer;
	position: absolute;
	text-align: right;
	right: 0px;
	height: 270px;
	width: 100px;
	z-index: 99;
	line-height: 270px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100&0+0,1+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
}
.aanbod__slider .arrowLeft img, .aanbod__slider .arrowRight img{
	width: 24px;
	height: auto;
	margin-left: 10px;
	cursor: pointer;
}
.aanbod__slider .arrowRight img{
	margin-left: 0; margin-right: 10px;
}

.aanbod__slider .item{

	position: relative;

	width: 230px !important;
	height: 270px;
	margin: 0px 20px;
	overflow: hidden;
	font-size: var(--fontSizeRodeTitelbalk);
	text-align: center;
}
.aanbod__slider .item .titlebar{
	position: absolute;
	background-color: var(--rood);
	right: 0; top: 20px;
	padding: 3px 5px;
	color: var(--wit);
	font-size: var(--fontSizeRodeTitelbalk);
	font-family: var(--fontFamilyBody);
	z-index: 10;
}
.aanbod__slider .item img{
	position: relative;
	width: 230px;
	height: 155px;
	box-sizing: border-box;
	border: 1px solid var(--donkerGrijs);
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.aanbod__slider a, .aanbod__slider a:hover{
	text-decoration: none;
}
.aanbod__slider .item p{
	line-height: 1.23em;
	color: var(--donkerGrijs);
}
.aanbod__slider .item p.p__button{
	line-height: 44px;
	margin: 10px 0px;
	display: block;
}
label{
	width: 100%;
	float: left;
	font-size: var(--fontSizeBody);
	font-family: var(--fontFamilyHead);
	margin: 0 0 5px 0;
	text-align: left;
}
input, textarea, select{
	width: calc(100% - 32px);
	float: left;
	font-size: var(--fontSizeBody);
	margin: 0 0 15px 0;
	background-color: var(--wit);
	height: 50px;
	padding: 0px 16px;
	border: 0px;
	color: var(--donkerGrijs);
	text-align: left;
}
.error{
	background-color: #8f1313 !important;
}
textarea{
	height: 160px;
	padding: 16px;
}


footer{
	clear: both;
	width: 100%;
	float: left;
	position: relative;
	padding: var(--defaultPadding);
	background-color: var(--groen);
}
footer .center{
	display: flex;
	justify-content: space-between;
	max-width: 1150px;
	position: relative;
}
footer p, footer h2{
	color: var(--wit);
}
.button{
	font-family: var(--fontFamilyHead);
	background-color: var(--groen);
	font-size: 20px;
	line-height: 44px;
	color: var(--wit);
	border: 0; padding: 0 16px;
	display: inline-block;
	text-decoration: none;
}
.button:hover{
	color: var(--wit);
	background-color: var(--groen);
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
}

.section__form{
	width: 700px;
	margin: 50px 0 0 0;
}
label{
	width: 120px;
	font-size: var(--fontSizeHead2);
	line-height: 44px;
	color:var(--groen);
	display: inline-block;
}
.captcha{
	margin-left: 120px;
}
.errorOutput{
	text-align: right;
	color: var(--rood);
}
.succeed{
	text-align: right;
	color: var(--groen)
}
input, textarea, select{
	display: inline-block;
	border: 1px solid var(--groen);
	color: var(--donkerGrijs);
	line-height: 44px;
	font-family: var(--fontFamilyBody);
	padding: 0 16px;
	width: calc(100% - 120px - 32px - 2px);
}
@media (max-width: 1200px) { /* Large devices (desktops, 992px and up)*/
	:root {
		--fontSizeRodeTitelbalk: 13px;
		--fontSizeBody: 16px;
		--fontSizeHead1: 30px;
		--fontSizeHead2: 24px;
		--fontSizeMenu: 20px;
		--defaultPadding: 40px 0px;
	}

	/* Extra large devices (large desktops, 1200px and up) */
	.section__top{
		height: 65px;
		width: 100%;
	}
	.section__top .logo{
		width: calc(50% - (960px / 2) + 240px);
		height: 120px;
		filter: drop-shadow(5px 5px 30px #000);
	}
	.section__top .logo img{
		margin: 20px;
		height: 80px;
		width: auto;
	}
	.section__top .nav__main ul li a{
		padding: 0px 20px;
		line-height: 65px;
	}
	.section__top .nav__main ul li ul.sub__menu{
		width: 230px;
	}
	.section__top .nav__main ul li ul.sub__menu a{
		line-height: 44px;
		padding: 0px 20px;
	}
	.header__home{
		height: 380px;
	}
	.article__intro{
		max-width: 960px;
	}

	footer .center{
		max-width: 960px;
	}


	.section__form{
		width: 700px;
		margin: 50px 0 0 0;
	}




}
@media (max-width: 992px){ /* Medium devices (tablets, 768px and up)*/
	:root {
		--fontSizeRodeTitelbalk: 13px;
		--fontSizeBody: 16px;
		--fontSizeHead1: 30px;
		--fontSizeHead2: 24px;
		--fontSizeMenu: 20px;
		--defaultPadding: 40px 0px;
	}
	.hamburger{
		display: block !important;
		position: absolute;
		right: 22px;
		top: 8px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color:  var(--wit) !important
	}

	/* Extra large devices (large desktops, 1200px and up) */
	.section__top{
		height: 65px;
		width: 100%;
	}
	.section__top .logo{
		width: calc(50% - (100% / 2) + 120px + 22px) ;
		height: 80px;
		filter: drop-shadow(5px 5px 30px #000);
	}
	.section__top .logo img{
		margin: 20px;
		height: 40px;
		width: auto;
	}
	.section__top .nav__main ul{
		position: absolute;
		top: 65px;
		right: -240px;
		width: 240px;
	}
	.section__top .nav__main ul li ul{
		top:unset;
	}
	.hamburger__active .nav__main ul{
		right: 0;
	}
	.section__top .nav__main ul li{
		width: 100%;
		position: relative;
	}
	.section__top .nav__main ul li a{
		position: relative;
		display: block;
		width: calc(100% - 40px);
		padding: 0px 20px;
		line-height: 44px;
		background-color: var(--groen);
		border-bottom: 1px solid var(--wit);
	}
	.section__top .nav__main ul li ul.sub__menu{
		width: 320px;
		position: relative;
	}
	.section__top .nav__main ul li ul.sub__menu a{
		line-height: 44px;
		width: calc(100% - 80px);
		padding: 0px 40px;
		background-color: var(--groen);
		color: var(--wit);
	}
	.header__home{
		height: 280px;
	}
	.article__intro{
		max-width: calc(100% - 44px);
	}


	footer .center{
		max-width: calc(100% - 44px);
		flex-wrap: wrap;
	}
	.button{
		font-size: 20px;
		line-height: 44px;
		border: 0; padding: 0 16px;
	}
	.section__form{
		width: calc(100% - 44px);;
		margin: 50px 0 0 0;
	}
	label{
		width: 120px;
		line-height: 44px;
	}
	.captcha{
		margin-left: 120px;
	}
	input, textarea, select{
		border: 1px solid var(--groen);
		line-height: 44px;
		padding: 0 16px;
		width: calc(100% - 120px - 32px - 2px);
	}
	iframe{
		width: 100% !important
	}


}
@media (max-width: 768px){ /* Small devices (landscape phones, 576px and up)*/


}