@charset "utf-8";
/* Common CSS */

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
body { margin:0; padding:0; font-family: 'Assistant', sans-serif; font-size:20px; line-height:1.6; color:#191919; word-wrap:break-word; position:relative; }
input, button, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; }
:focus { outline:none; }
a { color:#C8D200; text-decoration:none; }
img { vertical-align:middle; border:none; max-width:100%; height:auto; }
hr { margin:30px 0; border:0; border-top:1px solid #EFEFEF; }
embed, iframe, object {	margin:0 0 20px; max-width:100%; }
b, strong { font-weight:700; }

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 { margin:0 0 15px; font-family: 'Urbanist', sans-serif; font-weight:600; line-height:1.2; color:#191919; }
h1 a, .heading-1 a, h2 a, .heading-2 a, h3 a, .heading-3 a, h4 a, .heading-4 a, h5 a, .heading-5 a, h6 a, .heading-6 a { color:inherit; }
h1, .heading-1 { font-size:48px; }
h2, .heading-2 { font-size:40px; }
h3, .heading-3 { font-size:32px; }
h4, .heading-4 { font-size:28px; }
h5, .heading-5 { font-size:24px; }
h6, .heading-6 { font-size:20px; }
pre { margin:0 0 15px; font-family: 'Urbanist', sans-serif; font-weight:600; font-size:20px; text-transform: uppercase; color: #C8D200; }

p { margin:0; margin-bottom:25px; }
ol, ul { margin:0; margin-bottom:25px; }

label { font-family: 'Urbanist', sans-serif; font-weight:600; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	display:block;
	width:100%;
	margin:0;
	padding:20px;
	background:#fff;
	color:#191919;
	border:1px solid #EFEFEF;
	border-radius:16px;
	font-size:20px;
	line-height:normal;
	font-weight:normal;  
	resize:none;
}
select { 	
	padding-right:40px; 
	background:url(../images/select.svg) no-repeat center right 20px #fff; 
	-webkit-appearance:none;
	   		appearance:none;
}
select::-ms-expand { display:none; }
button[type="submit"], .btn { 
	display:inline-block;
	max-width:100%;	
	margin:0;
	padding:7px 8px 7px 24px;
	background:#C8D200;
	color:#fff;
	border:1px solid #C8D200;
	border-radius:30px;
	cursor:pointer;
	vertical-align:middle;	
	text-align:center;
	font-size:20px;
	line-height:normal;
	font-weight:600;
	-webkit-appearance:none;
	   		appearance:none;
	-webkit-transition:all .3s;
			transition:all .3s;
}
button[type="submit"]:hover, .btn:hover {
	background:none;
	border-color:#C8D200;
	color:#C8D200;	
}

button[type="submit"]:after, .btn:after { content:''; display:inline-block; margin-left:16px; width:40px; height:40px; background:url(../images/btn_arrow.svg) no-repeat; vertical-align:middle; }
button[type="submit"]:hover:after, .btn:hover:after { background:url(../images/btn_arrow_h.svg) no-repeat; }

.border_btn { background:none !important; border-color:#C8D200 !important; color:#C8D200 !important; }
.border_btn:hover { background:#C8D200 !important; border-color:#C8D200 !important; color:#fff !important; }
.border_btn:after { background:url(../images/btn_arrow_h.svg) no-repeat !important; }
.border_btn:hover:after { background:url(../images/btn_arrow.svg) no-repeat !important; }

.white_btn { background:rgba(255,255,255,0.3) !important; border-color:#FDFDFD !important; color:#FDFDFD !important; }
.white_btn:hover { background:#C8D200 !important; border-color:#C8D200 !important; color:#fff !important; }
.white_btn:after { background:url(../images/btn_arrow.svg) no-repeat !important; }
.white_btn:hover:after { background:url(../images/btn_arrow.svg) no-repeat !important; }

.download_btn { background:none !important; border-color:#C8D200 !important; color:#C8D200 !important; padding:14px 24px !important; }
.download_btn:hover { background:#C8D200 !important; border-color:#C8D200 !important; color:#fff !important; }
.download_btn:after { background:url(../images/download.svg) no-repeat !important; margin-left:12px !important; width:20px !important; height:20px !important; }
.download_btn:hover:after { background:url(../images/download_h.svg) no-repeat !important; }

::-moz-selection { background:#C8D200; color:#fff; }
::selection { background:#C8D200; color:#fff; }

*::-webkit-scrollbar { width:12px; }
*::-webkit-scrollbar-thumb { background-color:#C8D200; }

table { width:100%; margin:0 0 30px; padding:0; border-collapse:collapse; border:none; }
table th, table td { padding:20px; text-align:left; font-size:18px; line-height:normal; border-top:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; }
table th { font-weight:600; color:#C8D200; border:none; }

blockquote { margin:0 0 30px; padding:50px; background:#C8D200; color:#fff; font-size:36px; line-height:1.4; font-weight:300; text-align:center; border-radius:16px; }
blockquote:before { content:''; display:block; margin:0 auto 10px; width:52px; height:52px; background:url(../images/quote.svg) no-repeat; background-size:100% auto; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom:0; }

.container { width:1440px; margin:0 auto; }
.container:before, .container:after { content:""; display:table; }
.container:after { clear:both; }

.alignnone { margin-bottom:30px; }
.alignleft { float:left; margin:0 30px 30px 0; }
.alignright { float:right; margin:0 0 30px 30px; }
.aligncenter { display:block; margin:0 auto 30px; }
.wp-caption { max-width:100%; margin-bottom:30px; }
.wp-caption .wp-caption-text { margin-bottom:0; padding:5px; font-style:italic; text-align:center; }

.typography div.gallery { margin:0 0 0 -24px !important; padding:0 !important; }
.typography div.gallery .gallery-item { margin:0 0 24px !important; padding:0 0 0 24px !important; }
.typography div.gallery .gallery-item img { width:100%; border:none !important; -webkit-transition:all .3s; transition:all .3s; }
.typography div.gallery .gallery-item .gallery-caption { display:none !important; }
.typography div.gallery .gallery-item .gallery-icon { overflow:hidden; border-radius:16px; }
.typography div.gallery .gallery-item .gallery-icon:hover img { -webkit-transform:scale(1.2); transform:scale(1.2); }

.typography ul { list-style:none; padding-left:20px; }
.typography ul ul, .typography ol ol, .typography ul ol, .typography ol ul { margin-bottom:0; }
.typography ul > li { background:url(../images/list.svg) no-repeat left 10px; padding-left:24px; margin-top:10px; }
.typography ol > li { margin-top:10px; }
.typography ol > li::marker { font-weight:400; color:#191919; }
.typography > ul, .typography div > ul { padding-left:0; }
.typography > ol, .typography div > ol { padding-left:20px; }

.img_scale { overflow:hidden; }
.img_scale > a > img { -webkit-transition:all .3s; transition:all .3s; }
.img_scale > a:hover > img { -webkit-transform:scale(1.2); transform:scale(1.2); }

.swiper-container .swiper-slide > * { margin-bottom:0 !important; }

.error404 #content { padding:80px 0; text-align:center; }
.error404 #content h1, .error404 #content .h1 { font-size:150px; color:#C8D200; }

.wpforms-field, .wpforms-submit-container { clear:both; }
.wpforms-form .wpforms-field .wpforms-field-label { font-weight:600; }
.wpforms-form .wpforms-field .wpforms-error { color:#E61D2B !important; border-color:#E61D2B !important; }
.wpforms-form .wpforms-field label.wpforms-error { margin:3px 0 0; font-size:18px; font-weight:normal; text-transform:none; }
.wpforms-form .wpforms-field.wpforms-field-html { font-size:18px; }
.wpforms-form .wpforms-field.wpforms-field-html a { color:inherit; text-decoration:underline; }
.wpforms-form .wpforms-field.wpforms-field-html a:hover { color:#C8D200; }
.wpforms-form .wpforms-field.optional label.wpforms-field-label:after { content:' (optioneel)'; font-size:16px; color:#C8D200; }

.wpforms-form .wpforms-field-checkbox ul, .wpforms-form .wpforms-field-radio ul { padding:0; }
.wpforms-form .wpforms-field-checkbox ul li, 
.wpforms-form .wpforms-field-radio ul li { position:relative; margin:8px 0 !important; background:none !important; padding:0 !important; }
.wpforms-form .wpforms-field-checkbox ul li label, 
.wpforms-form .wpforms-field-radio ul li label { padding-left:35px; display:inline-block; cursor:pointer; }
.wpforms-form .wpforms-field-checkbox ul li input[type=checkbox], 
.wpforms-form .wpforms-field-radio ul li input[type=radio] { position:absolute; top:0; left:0; right:0; bottom:0; visibility:hidden; cursor:pointer; }

.wpforms-form .wpforms-field-checkbox ul li label:before { content:''; position:absolute; left:0; top:2px; width:24px; height:24px; border-radius:50%; border:1px solid #EFEFEF; }
.wpforms-form .wpforms-field-checkbox ul li label:after { content:''; display:block; position:absolute; top:7px; left:5px; width:14px; height:14px; border-radius:50%; background:#fff; }
.wpforms-form .wpforms-field-checkbox ul li input[type=checkbox]:checked+label:before { border-color:#C8D200; }
.wpforms-form .wpforms-field-checkbox ul li input[type=checkbox]:checked+label:after { background:#C8D200; }

.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) { overflow:hidden !important; }


#menubtn {
	display: none;   margin:0; padding:0;  width: 28px;  height: 18px;  z-index:22;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  }
  #menubtn span { display:
	block; position:
	absolute;
	height: 2px; width:100%; background:#fff; border-radius:0px; opacity:1; left:0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  #menubtn span:nth-child(1) { top:0; }
  #menubtn span:nth-child(2), #menubtn span:nth-child(3) {top: 7px;}
  #menubtn span:nth-child(4) {top: 14px;}
  #menubtn.open span:nth-child(1) { top:8px; width:0%; left:50%; }
  #menubtn.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  #menubtn.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
  #menubtn.open span:nth-child(4) { top:8px; width:0%; left:50%; }
  #menubtn.open span {background: #C8D200; }