body{color: #222; font-size: 14px; margin: 70px 0 0!important;}

a,
*:focus{outline: none!important;}

.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

.transition{transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
.transition_slow{transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out;}
div#hs-eu-cookie-confirmation {top: auto !important; bottom:0px !important;}
.wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.wpcf7-form-control-wrap .my-cap2 > div {
	margin: 0 auto;
}
body.archive .ai_content h4 {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site-content-contain .search-form input[type="search"] {
	border: none;
	background: #f2f2f2;
}
.site-content-contain .search-form button {
	color: #222;
	background: none;
}

body:not(.page-template) #cookie-notice {
	display: none !important;
}

.youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #FFF; /* Orange */
    clip-path: polygon(20% 10%, 20% 90%, 85% 50%); /* Triangle shape */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Hover effect */
.youtube-element:hover .youtube-play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #FFF; /* Brighter orange */
}
.ms-header {
  display: flex;
  align-items: center;
  jsutify-content: center;
}
.ms-header h1 {
  flex: 1 1 100%;
  width: 100%;
  text-align: center;

}

.ms-slider {
  display: inline-block;
  height: 37px;
  overflow: hidden;
  vertical-align: middle;
    position: relative;
    top: -3px;  
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: wordSlider;
          animation-name: wordSlider;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.ms-slider__word {
  display: block;
  line-height: 37px;
  text-align: left;
  color: #fe4400;
}

@keyframes wordSlider {
  0%, 10% {
    transform: translateY(0%);
	-webkit-transform: translateY(-0%);
  }
  20%, 30% {
    transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
  }
  40%, 50% {
    transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
  }
  60%, 70% {
    transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
  }
  80%, 90% {
    transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
  }
  100% {
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
  }
}


#maxw1{max-width: 1270px; margin: 0 auto; padding: 0 15px;}
#maxw2{max-width: 1560px; margin: 0 auto;}
#maxw1 #secondary {margin-top: 30px;}
#secondary .actual-list {
    position: relative;
}
#secondary .actual-list p a {
	font-size: 16px;
}
#secondary .actual-list p {
	position: absolute;
    top: 0;
	width: 100%;
    margin: 0;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	text-align: left;
	padding-left: 40px;
}
#secondary .actual-list:hover p a {
	color: #FFF;
}
#secondary .actual-list:hover p:before {
	background: #FFF;
}
#secondary .actual-list p:before {
    content: "\00a0";
    float: left;
    width: 10px;
    height: 10px;
    margin: 8px 0 0 -20px;
    background: #fe4400;
}	
#secondary .actual-list:before {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: background 0.7s;
	border-bottom: 5px solid #FFF;
}
#secondary .actual-list:hover:before {
	background: rgba(254, 68, 0, 0.8);
	transition: background 0.7s;
}
.has-sidebar:not(.error404) #maxw1 #primary {width: 70%;}
.has-sidebar #maxw1 #secondary {width: 25%;}
/**** Buttons ****/
.btn{display: inline-block; border: 2px solid #fff; background: transparent; color: transparent; text-align: center; font-family: 'Montserrat'; font-weight: 400; cursor: pointer;}
.s_btn{font-size: 14px; line-height: 14px; padding: 9px 15px;}
.n_btn{font-size: 15px; line-height: 16px; padding: 8px 20px;}
.l_btn{font-size: 16px; line-height: 16px; padding: 12px 25px;}
.xl_btn{font-size: 18px; line-height: 18px; padding: 14px 30px;}

.btn.orange{background: #fe4400; border-color: #fe4400; color: #fff;}
.btn.orange:hover{background: #fff; color: #fe4400;}
.btn.orange.transparent{background: transparent; color: #fe4400}
.btn.orange.transparent:hover{background: #fe4400; color: #fff}

.btn.green{background: #009B72; border-color: #009B72; color: #fff;}
.btn.green:hover{background: #fff; color: #009B72;}
.btn.green.transparent{background: transparent; color: #009B72}
.btn.green.transparent:hover{background: #009B72; color: #fff}

.btn.grey{background: #222; border-color: #222; color: #fff;}
.btn.grey:hover{background: #fff; color: #222;}
.btn.grey.transparent{background: transparent; color: #222}
.btn.grey.transparent:hover{background: #222; color: #fff}

.btn.white{background: #fff; border-color: #fff; color: #fe4400;}
.btn.white:hover{background: #fe4400; color: #fff;}
.btn.white.transparent{background: transparent; color: #fff}
.btn.white.transparent:hover{background: #fff; color: #fe4400}

.btn .left{margin-right: 15px;}
.btn .right{margin-left: 15px;}
.btn.l_btn .left{margin-right: 25px;}
.btn.l_btn .right{margin-left: 25px;}
.btn.xl_btn .left{margin-right: 25px;}
.btn.xl_btn .right{margin-left: 25px;}


/**** Content container ****/
#content_container{line-height: 180%;}
#content_container > *:first-child{margin-top: 0;}
#content_container > *:last-child{margin-bottom: 0;}
#content_container h1,
#content_container h2,
#content_container h3,
#content_container h4,
#content_container h5,
#content_container h6{padding: 0!important}
#content_container h1 + *,
#content_container h2 + *,
#content_container h3 + *,
#content_container h4 + *,
#content_container h5 + *,
#content_container h6 + *{margin-top: 10px!important;}
#content_container > ul,#content_container > ol,#content_container table,
#content_container p, p{margin: 1.12em 0;}
#content_container > ol, #content_container > ul{padding: 0 0 0 20px;}
#content_container ul li{list-style-type: disc;}
#content_container ol ul,#content_container ol ol,#content_container ul ol,#content_container ul ul{padding: 0 0 0 20px;}
#content_container a{text-decoration: underline; color: #3BAEEE}
#content_container a:hover{color: #525355;}

.dotted_line{line-height: 0; font-size: 0; text-align: center; height: 14px; overflow: hidden;}
.dotted_line span{display: inline-block; width: 14px; height: 14px; margin: 0 6px; vertical-align: top;}


/**** Header ****/
#c_header{float: left; width: 100%; position: fixed; top: 0; left: 0; height: 70px; border-bottom: 1px solid #eee; z-index: 999; background: #fff; transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
/*
#c_header.hidden_header{margin: -120px 0 0;}
#c_header.hidden_header .menu_block{display: none;}
*/

.c_header_bg{float: left; width: 100%; position: absolute; left: 0; top: 0; height: 100%; background: #fff; z-index: 2;}
.c_header_container{float: left; width: 100%; position: relative; z-index: 3;}

.header_logo{float: left; line-height: 0; font-size: 0; height: 59px; width: 130px; position: absolute; left: 50%; top: 0; margin: 5px 0 0 -65px; display: table; text-align: center;}
.header_logo span{display: table-cell; vertical-align: middle}
.header_logo img{display: inline-block; max-width: 100%; max-height: 35px;}

.menu_left{float: left;}
.menu_right{float: right;}
.menu_left .sub_menu_menu{float: left;}
.menu_right .sub_menu_menu{float: right;}
.menu_left .sub_menu_info{float: right;}
.menu_right .sub_menu_info{float: left;}

.menu_block{font-family: "Montserrat", Sans-serif;}
.menu_block > ul{float: left; list-style: none; margin: 0;}
.menu_block > ul > li{float: left; margin: 0 30px;}
.menu_block > ul > li:first-child{margin-left: 0;}
.menu_block > ul > li:last-child{margin-right: 0;}
.menu_block > ul > li > a{float: left; line-height: 24px; padding: 23px 0; font-weight: 300; font-size: 16px; position: relative; z-index: 2}
/*kerst*/
body.elementor-page-4399 .menu_block > ul > li > a {color: #FFF;}
body.elementor-page-4399 .c_header_bg {background-image: url(https://www.colijn-it.nl/wp-content/uploads/sites/2/2019/12/kerstbackground-02.jpg);}
body.elementor-page-4399 .elementor-4399 {position: relative;}
body.elementor-page-4399 .elementor-4399:before {
    content: '';
    background: url(https://www.colijn-it.nl/christmas/clouds.png);
    background-repeat: repeat-x;
    width: 300px;
    height: 70px;
    background-size: 160px;
    width: 100%;
    position: absolute;
    top: -35px;
    z-index: 13;
}


body.elementor-page-4399 #c_header {border-bottom: 1px solid #fe4400;}
body.elementor-page-4399 .elementor-4399 .elementor-element.elementor-element-2d532c5.elementor-view-stacked .elementor-icon i:before {transform: translateX(-50%) rotate(180deg);}
body.elementor-page-4399 .elementor-4399 .elementor-element.elementor-element-2d532c5.elementor-view-stacked {
	position: relative;
	z-index: 12;
}
body.elementor-page-4399 .elementor-element-3454f81 {
	position: relative;
}
body.elementor-page-4399 .elementor-element-3454f81:before {
	content:'';
	background:url(https://www.colijn-it.nl/christmas/christmas-village.png) no-repeat;
	position: absolute;
    top: -126px;
    padding: 61px 100px;
    z-index: 12;
    width: 50%;
    left: -5px;
	
}
body.elementor-page-4399 .elementor-element-3454f81:after {
	content:'';
	background:url(https://www.colijn-it.nl/christmas/christmas-village2.png) no-repeat;
	position: absolute;
    top: -126px;
    padding: 61px 100px;
    z-index: 12;
    width: 50%;
    right: 15px;
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);	
}
body.elementor-page-4399 .elementor-element-0d07d68 {border-bottom:7px solid #000;position: relative;}
body.elementor-page-4399 .elementor-element-0d07d68:before {
	content:'';
	background:url(https://www.colijn-it.nl/christmas/346067_644c0.gif) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 35px;
	opacity: 0.6;
}
body.elementor-page-4399 .elementor-element-0d07d68:after {
	content: '';
	background:url(https://www.colijn-it.nl/christmas/santa-sleigh.png) no-repeat;
	transform: rotate(-3deg);
	position:absolute;
	right: calc(0% - 200px);
	bottom: 10%;
	background-size: 200px;
	width: 200px;
	height: 100px;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 10s;	
	animation-timing-function: linear;
	animation-delay: 5s;
	z-index: 11;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {right: -25%;bottom: 10%;}
  25% {right: 12.5%;bottom:10%;}
  50% {right: 50%; bottom: 10%;}
  75% {right: 87.5%; bottom: 10%;}
  100% {right: 125%; bottom: 10%;}
}

/* Standard syntax */
@keyframes example {
  0% {right: -25%;bottom: 10%;}
  25% {right: 12.5%;bottom:10%;}
  50% {right: 50%; bottom: 10%;}
  75% {right: 87.5%; bottom: 10%;}
  100% {right: 125%; bottom: 10%;}
}
body.elementor-page-4399 .header_logo span {
	position: relative;
}
body.elementor-page-4399 .header_logo span:after {
	content: '';
    background: url(https://www.colijn-it.nl/christmas/snow-button.png) no-repeat;
    padding: 10px 30px;
    background-size: 60px;
    position: absolute;
    top: 11px;
    right: 12px;
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
/*end kerst*/
.menu_block > ul > li > a:before{content: ""; float: left; width: 100%; height: 3px; position: absolute; left: 0; bottom: -1px;}
.menu_block > ul > li.has_children > a:after{content: "\f107"; font-family: fontawesome; margin: 0 0 0 10px; font-weight: bold;}
.menu_block > ul > li.open.has_children > a:after{content: "\f106";}
.menu_block > ul > li.open_search > a:before,
.menu_block > ul > li.open > a:before,
.menu_block > ul > li:hover > a:before{background: #fe4400}

.menu_block li.search_toggle i{display: inline-block; width: 40px; text-align: center;}
.search_toggle i.fa-times{display: none!important;}
.search_toggle.open_search i.fa-search{display: none!important;}
.search_toggle.open_search i.fa-times{display: inline-block!important;}

.sub_menu{float: left; width: 100%; display: none; position: fixed; left: 0; top: 70px; max-height: calc(100% - 70px); overflow: auto; z-index: 1; background: #fff; padding: 40px 0; -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);}

.sub_menu_menu{width: 40%;}
.sub_menu_menu ul{float: left; width: 100%; list-style: none;}
.sub_menu_menu li{float: left; width: 100%;}
.sub_menu_menu li a{float: left; width: 100%; line-height: 24px; font-size: 15px; padding: 10px 0; overflow: hidden;}
.sub_menu_menu li a:before{content: "\00a0"; float: left; width: 10px; height: 10px; margin: 7px 10px 0 -20px; background: #fe4400; transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
.sub_menu_menu li a:hover:before{margin-left: 0;}
.sub_menu ul ul{display: none;}

.sub_menu_info{width: 50%;}
.smi_list{float: left; width: 100%;}
.smi_item{float: left; width: 100%; margin: 20px 0;}
.smi_item:first-child{margin-top: 0;}
.smi_item:last-child{margin-bottom: 0;}
.smi_image{float: left; width: 24.1%;}
.smi_image span{float: left; width: 100%; padding: 100% 0 0; background: #000; border-radius: 100%;}
.smi_content{float: right; width: 70%;}
.smi_content.full_width{width: 100%;}
.smi_content h4{font-size: 18px; font-weight: 600; padding: 0 0 0 30px; line-height: 20px; color: #222}
.smi_content h4:before{content: "\00a0"; float: left; width: 10px; height: 10px; margin: 5px 0 0 -30px; background: #fe4400;}
.smi_content p{color: #222; font-size: 13px; line-height: 170%; font-weight: 400;}

.mobile_search_btn{display: none;}
.menu_btn{display: none;}
#mobile-menu{display: none;}

.menu_overlay{float: left; width: 100%; display: none;}
.menu_overlay{position: fixed; top: 0; left: 0; height: 100%; background: #000; opacity: 0.3; z-index: 190}
.menu_overlay.active{display: inline-block}

.searchform{float: left; width: 100%; position: absolute; z-index: 1; height: 50px; background: #f2f2f2; top: 100%; left: 0; margin: -50px 0 0; transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
.searchform.open_search{margin: 0;}
.searchform_content{float: right; position: relative;}
.searchform input{float: left; width: 300px; height: 40px; border: none; padding: 0 50px 0 15px; font-size: 14px; font-family: "Montserrat", Sans-serif; font-size: 16px; background: transparent; margin: 5px 0 0; color: #222!important;}
.searchform input::-webkit-input-placeholder{color: rgba(0,0,0,0.6);}
.searchform input::-moz-placeholder{color: rgba(0,0,0,0.6);}
.searchform input:-ms-input-placeholder{color: rgba(0,0,0,0.6);}
.searchform input:-moz-placeholder{color: rgba(0,0,0,0.6);}
.searchform button{float: left; position: absolute; right: 0; top: 0; z-index: 2; background: transparent; border: none; color: #222; width: 40px; height: 50px; padding: 0; font-size: 18px;}
.searchform button:hover{background: rgba(255,255,255,0.6);}


/**** Top/Bottom arrows ****/
.div_arrows{position: relative;}
.div_arrows:before,
.div_arrows:after{content: ""; float: left; width: 0; height: 0; border-left: 26px solid transparent; border-right: 26px solid transparent; border-top: 24px solid #fff; position: absolute; top: 0; left: 50%; margin: 0 0 0 -26px;}
.div_arrows:after{top: 100%; border-top-color: #ff5400}


/**** Page menu block ****/
#page_menu_block{float: left; width: 100%; color: #fff; font-family: "Montserrat", Sans-serif; position: relative; z-index: 2;}
.pmb_row{float: left; width: 100%; margin: 0;}
.pmb_item{float: left; width: 50%; padding: 20px 25px 20px 0;}
.pmb_item:nth-child(even){padding-right: 0;}
.pmb_title{text-transform: lowercase; font-size: 18px; font-weight: 200;}
.pmb_content{margin: 0; list-style: none;}
.pmb_content li{margin: 21px 0 0;}
.pmb_content a{font-weight: 400; text-transform: uppercase; font-size: 22px; color: #fff!important; line-height: 26px; overflow: hidden; display: inline-block;}
.pmb_content a:before{content: "\00a0"; float: left; width: 12px; height: 12px; margin: 6px 15px 0 -27px; background: #fff; transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
.pmb_content a:hover:before{margin-left: 0;}


/**** Content ****/
.site-content{padding: 0!important;}
.page_head{margin: 30px 0; padding: 0; color: #222;}


/**** Actual block ****/
.actual_list{position: relative; padding: 0;}
.actual_list .slick-arrow{float: left; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: transparent; text-shadow: 0 0 15px rgba(0,0,0,0.5); font-size: 0; position: absolute; top: 50%; left: 0; margin: -75px 0 0; z-index: 10;}
.actual_list .slick-arrow:hover{background: rgba(255,255,255,0.3)}
.actual_list .slick-arrow:before{content: "\f053"; font-family: "fontawesome"; font-size: 44px; font-weight: bold;}
.actual_list .slick-arrow.slick-next{left: auto; right: 0;}
.actual_list .slick-arrow.slick-next:before{content: "\f054";}
.actual_list .slick-dots{float: left; width: 100%; position: absolute; left: 0; bottom: 0; list-style: none; font-size: 0; line-height: 0; text-align: center;}
.actual_list .slick-dots li{display: inline-block; vertical-align: top; padding: 7px; cursor: pointer}
.actual_list .slick-dots li button{float: left; font-size: 0; background: rgba(255,255,255,0.4); padding: 0; width: 14px; height: 14px; border-radius: 100%; cursor: pointer;}
.actual_list .slick-dots li.slick-active button,
.actual_list .slick-dots li:hover button{background: #fff;}

.actual_item{float: left; width: 400px; margin: 0 15px;}
.actual_item:hover{background: rgba(255,255,255,0.1)}
.actual_image{float: left; width: 100%; overflow: hidden; position: relative;}
.actual_item:hover .actual_image span{transform: scale(1.01); }
.actual_image span{float: left; width: 100%; padding: 60% 0 0;}
.actual_date{float: left; font-style: italic; position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,0.5); padding: 10px 20px; color: #222;}
.actual_content{float: left; width: 100%; padding: 20px;}
.actual_title{float: left; width: 100%; color: #222; line-height: 24px; padding: 0 0 0 20px; margin: 0; font-size: 16px; line-height: 24px;}
.actual_title:before{content: "\00a0"; float: left; width: 10px; height: 10px; margin: 8px 0 0 -20px; background: #fe4400;}


/**** Newsletter ****/
#c_newsletter{float: left; width: 100%; background: #fe4400; margin: 50px 0 0; color: #fff; padding: 60px 0 40px}
#c_newsletter.div_arrows:after{display: none!important;}

.newsletter_left{float: left; width: 45%;}
.newsletter_left span{font-size: 39px; font-family: "Montserrat", Sans-serif; font-weight: 300; line-height: 40px;}
.newsletter_left p{font-weight: 300; color: #fff; margin: 20px 0 0;}
.newsletter_right{float: right; width: 45%;}
.newsletter_right form{float: left; width: 100%; padding: 0 0 0 150px;}
.newsletter_right form p{float: left; width: 100%; margin: 6px 0; padding: 0!important}
.newsletter_right form label{float: left; width: 140px; margin: 14px 0 0 -150px; line-height: 20px; font-weight: 300; color: #fff;}
.newsletter_right form input{float: left; width: 100%; border: 2px solid #fff; padding: 0 15px; height: 48px; border-radius: 0;}
.newsletter_right form input:focus{border-color: #fff!important}
.newsletter_right form [aria-invalid="true"]{border-color: red!important}
.newsletter_right span.wpcf7-not-valid-tip{display: none!important}
.newsletter_right div.wpcf7-response-output{float: left; width: 100%; padding: 0!important; margin: 10px 0 0!important; color: #fff!important; border: none!important;}


/**** Footer ****/
[data-id="d73d1a7"]{display: none;}
[data-id="7e69856"]{display: none;}
[data-id="4327a74"]{display: none;}
[data-id="fcdcb3e"]{display: none;}

#c_footer{padding: 20px 0 0}

.footer_list{float: left; width: 25%; margin: 35px 0;}
.footer_list ul{list-style: none; margin: 0;}
.footer_list li{line-height: 20px; padding: 8px 0;}
.footer_list li a{display: inline-block; overflow: hidden;}
.footer_list li a:before{content: "\00a0"; float: left; width: 10px; height: 10px; margin: 4px 10px 0 -20px; background: #fe4400;transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
.footer_list li a:hover:before{margin-left: 0;}

.footer_social{float: left; width: 25%; margin: 35px 0;}
.footer_social_list{float: right; font-size: 0; line-height: 0; margin: 35px 0 0;}
.footer_social_list a{display: inline-block; vertical-align: middle; width: 50px; height: 50px; line-height: 50px; font-size: 25px; color: #fff; text-align: center; margin: 0 4px;}
.footer_social_list a:first-child{margin-left: 0;}
.footer_social_list a:last-child{margin-right: 0;}
.footer_social_list a.linkedin{background: #0077b5;}
.footer_social_list a.youtube{background: #cd201f}
.footer_social_list a:hover{background: #222}

.footer_bottom{border-top: 1px solid #eee; padding:}

.footer_bottom_left{float: left; width: 55%; margin: 40px 0; line-height: 22px;}
.footer_bottom_left span{margin: 0 5px;}
.footer_bottom_left span:first-child{margin-left: 0;}
.footer_bottom_left span:last-child{margin-right: 0;}
.footer_bottom_left a:hover{color: #fe4400}
.footer_bottom_right{float: right; width: 40%; margin: 21px 0;}
.footer_bottom_logos{float: right; width: 100%; text-align: right; font-size: 0; line-height: 0;}
.footer_bottom_logos a{display: inline-block; vertical-align: top; margin: 0 15px; }
.footer_bottom_logos a:first-child{margin-left: 0;}
.footer_bottom_logos a:last-child{margin-right: 0;}
.footer_bottom_logos img{height: 60px}


/**** CF form ****/
.cf_form{float: left; width: calc(100% + 40px); margin: 0 -20px;}
.cf_left,
.cf_center,
.cf_right{float: left; width: calc(33.3333% - 40px); margin: 0 20px;}
.cf_bottom{float: left; width: calc(100% - 40px); margin: 0 20px; text-align: center;}

.wpcf7-form .cf_form p{margin: 10px 0; padding: 0;}
.wpcf7-form .cf_form label{margin: 0 0 10px;}
.wpcf7-form .cf_form input[type="text"],
.wpcf7-form .cf_form input[type="email"],
.wpcf7-form .cf_form input[type="number"],
.wpcf7-form .cf_form input[type="tel"],
.wpcf7-form .cf_form select,
.wpcf7-form .cf_form .wpcf7-checkbox label,
.wpcf7-form .cf_form textarea{height: 46px; padding: 0 15px;}
.wpcf7-form .cf_form textarea{height: 142px; padding: 15px;}
.wpcf7-form .cf_form .wpcf7-checkbox label{padding:  14px 10px 14px 40px;}


/**** Contactformulier ****/
div.wpcf7{width: 100%;}
.wpcf7-form{display: inline-block; max-width: 100%;}
.wpcf7-form p{float: left; width: 100%; margin: 10px 0; padding: 0 0 0 180px;}
.wpcf7-form label, .wpcf7-form .captcha-1 [class*=captchar], .wpcf7-form .wpcf7-captcha-captcha-1{float: left; font-weight: 300; line-height: 20px; margin: 11px 0 0 -180px;}
.wpcf7-form .wpcf7-captcha-captcha-1 {
	margin-top: -15px;
}
.wpcf7-form [class*=captchar] {
	max-width: 400px;
}
.wpcf7-form [class*=captchar]::placeholder {
	font-style: italic;
	font-size: 12px;
	color: grey;
}
.wpcf7-form .captcha-3 [class*=captchar], .wpcf7-form .captcha-8 [class*=captchar] {
	width: auto;
	float: none;
	margin: 0 auto;
	max-width:204px;
}
 .wpcf7-form .cf_form .wpcf7-form-control-wrap.whitepaper .wpcf7-checkbox label {
	 height: auto;
 }
 span.wpcf7-form-control-wrap.captcha-7,  span.wpcf7-form-control-wrap.captcha-2 {
    width: 100%;
    float: left;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-7, img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-2 {
	margin-top: 15px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form .wpcf7-radio label,
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form textarea{float: left; width: 100%; border: 1px solid #eee; height: 42px; padding: 0 10px; border-radius: 0;}
.wpcf7-form textarea{height: 120px; padding: 10px;}
.wpcf7-form span.wpcf7-list-item{margin: 0; display: inline;}
.wpcf7-form .wpcf7-radio label,
.wpcf7-form .wpcf7-checkbox label{padding:  12px 10px 12px 40px; height: auto; line-height: 18px; margin: 0;}
.wpcf7-form .wpcf7-radio label input,
.wpcf7-form .wpcf7-checkbox label input{float: left; margin: 0 0 0 -25px;}
.wpcf7-form [aria-invalid="true"]{border: 1px solid red!important}
input[type="file"] + span.wpcf7-not-valid-tip{display: block!important}
div.wpcf7-response-output{float: left; width: 100%; border: none!important; padding: 0!important; margin: 20px 0 0!important;}
div.wpcf7-response-output.wpcf7-validation-errors{color: red}



/**** Full carousel ****/
#full_carousel{float: left; width: 100%;}
.full_carousel_list{float: left; width: 100%;}
.full_carousel_item{float: left; width: 100%; border: 1px solid #eee; margin: 0 25px; position: relative; background: #fff;}
.full_carousel_item:after{content: "\00a0"; float: left; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(255,255,255,0.6);}
.full_carousel_item.slick-active:after{display: none;}
.full_carousel_item_container{float: left; width: calc(100% - 30px); margin: 0 15px; text-align: center; font-size: 0; line-height: 0}
.full_carousel_item_container img{display: inline-block!important; max-width: 100%; max-height: 100%;}
.fci_video{float: left; width: 100%; position: relative;}
.fci_video iframe{float: left; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.fci_video .fci_video_spacer{float: left; width: 100%;padding: 56.25% 0 0;}

.full_carousel_footer_list{float: left; width: 100%; position: relative; margin: 30px 0 0;}
.full_carousel_footer_item{float: left; width: 100%; margin: 0 25px; padding: 0 200px 0 50px; opacity: 0;}
.full_carousel_footer_item.slick-active{opacity: 1;}
.full_carousel_footer_item p{color: #222; line-height: 160%; font-size: 17px; margin: 0 0 10px;}
.full_carousel_footer_item small{color: #fea17f; font-weight: 600; font-size: 15px;}

.full_carousel_footer_list .slick-arrow{position: absolute; right: 505px; top: 0; float: left; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #fff; border: 1px solid #eee; font-size: 0; z-index: 2;}
.full_carousel_footer_list .slick-arrow:hover{border-color: #222}
.full_carousel_footer_list .slick-arrow:after{content: "\f053"; font-family: fontawesome; font-size: 26px; color: #222; font-weight: bold;}
.full_carousel_footer_list .slick-arrow.slick-next:after{content: "\f054";}
.full_carousel_footer_list .slick-arrow.slick-next{right: 445px;}


/**** Archive ****/
.archive_list{float: left; width: 100%;}
.archive_item{float: left; width: calc(50% - 30px); margin: 15px; background: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); padding: 15px;}
.archive_item:hover{transform: scale(1.03);}
.ai_image{float: left; width: 100%; padding: 55% 0 0;}
.ai_content{float: left; width: 100%; padding: 15px 0 15px 20px; font-family: "Montserrat", Sans-serif}
.ai_content h4{padding: 0; margin: 0 0 10px; font-size: 18px; font-weight: bold; color: #222; line-height: 22px;}
.ai_content h4:before { content: "\00a0"; float: left; width: 10px; height: 10px; margin: 6px 0 0 -20px; background: #fe4400; }
.ai_content p{margin: 0; font-size: 14px; height: 60px; overflow: hidden;}
.archive_list .ai_content p{height: 60px; overflow: hidden;line-height: 1.5;}
.archive_list .ai_content{padding: 15px 0 0 20px;}
/**** Search ****/
.search_list{float: left; width: 100%; margin: -15px 0;}
.search_item{float: left; width: 100%; margin: 15px 0; background: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); padding: 15px;}
.si_image{float: left; width: 130px; height: 120px;}
.si_content{float: right; width: calc(100% - 160px); padding: 10px 0 0 20px; font-family: "Montserrat", Sans-serif}
.si_content.full{width: 100%; padding: 15px;}
.si_content h4{padding: 0; margin: 0 0 10px; font-size: 18px; font-weight: bold; color: #222; line-height: 22px;}
.si_content h4:before { content: "\00a0"; float: left; width: 10px; height: 10px; margin: 6px 0 0 -20px; background: #fe4400; }
.si_content p{margin: 0; font-size: 14px;}
.si_readmore{margin: 20px 0 0;}


/**** Tabs ****/
#tab_block{float: left; width: 100%;}
.tab_head{float: left; width: calc(100% + 24px); margin: -12px; font-size: 0; line-height: 0; text-align: center;}
.tab_head_item{display: inline-block; vertical-align: top; width: calc(20% - 24px); margin: 12px; text-align: center; color: #fe4400!important; border: 1px dashed #fe4400; text-transform: uppercase; font-size: 18px; line-height: 24px; position: relative;}
.tab_head_item.active,
.tab_head_item:hover{border: 1px solid #fe4400; color: #fff!important; background: #fe4400; transform: scale(1.05);}
.tab_head_item > div{float: left; width: 100%; padding: 98% 0 0;}
.tab_head_item > span{float: left; width: 100%; height: 80px; display: table; position: absolute; left: 0; top: 50%; margin: -40px 0 0; padding: 0 10px;}
.tab_head_item > span > span{display: table-cell; vertical-align: middle}
.tab_head_item.active > span:after{content: '\f0d7'; font-family: fontawesome; float: left; width: 100%; text-align: center; line-height: 8px; display: block; position: absolute; left: 0; top: 100%; font-size: 20px; color: #fff; font-weight: bold;}

.tab_content{float: left; width: 100%; height: 0; overflow: visible; position: relative;}
.tab_content_item{float: left; width: 100%; padding: 50px 0; opacity: 0; position: absolute; left: 0; top: 0;}
.tab_content_item.active{opacity: 1;}

.tab_content_left{float: left; width: 50%; text-align: center;}
.tab_content_right{float: left; width: 50%; text-align: center;}
.tab_content_content{display: inline-block; width: 500px; max-width: 100%; vertical-align: top; text-align: left; padding: 0 15px;}


/**** Pop-ups ****/
.small_pu{background: #fff; padding: 0!important; border-bottom: 4px solid #fe4400; display: none; width: 100%; max-width: 900px;}
.small_pu_container{padding: 40px; text-align: center;}




/**** Media queries ****/
@media screen and (max-width: 1700px) {
	.full_carousel_footer_list .slick-arrow{right: 285px}
	.full_carousel_footer_list .slick-arrow.slick-next{right: 225px;}
}

@media screen and (max-width: 1300px) {
	.full_carousel_footer_list .slick-arrow{right: 135px}
	.full_carousel_footer_list .slick-arrow.slick-next{right: 75px;}
}

@media screen and (max-width: 1100px) {
	
	.pmb_content a{font-size: 18px; line-height: 22px;}
	.pmb_content a:before{margin-top: 4px;}
	
}

@media screen and (max-width: 940px) {
	
	#tab_block h2 {font-size: 26px;}
	.header_logo{position: static; margin: 5px 0 0; text-align: left;}
	.menu_block{display: none;}
	
	.mobile_search_btn{float: right; line-height: 20px; padding: 0; display: block; position: relative; margin: 0 -15px 0 20px;}
	.mobile_search_btn a{display: inline-block; width: 40px; padding: 25px 0; text-align: center; background: rgba(0,0,0,0.05); font-size: 16px;}
	
	.menu_btn{float: right; line-height: 20px; padding: 25px 0; display: block; position: relative;}
	.menu_btn:hover:after,
	.menu_btn.active:after{content: ""; float: left; width: 100%; height: 3px; position: absolute; left: 0; bottom: -1px; background: #fe4400}
	.menu_btn i{margin: 0 15px 0 0; color: #fe4400; float: left; font-size: 18px; line-height: 20px;}
	.menu{display: none;}
	#mobile-menu{float: left; display: block; position: fixed; display: inline-block; padding: 40px 0; left: 0; top: 70px; height: calc(100% - 70px); width: 400px; max-width: 100%; background: #fff; z-index: 700; margin: 0 0 0 -400px; transition: 0.1s ease-in-out; -moz-transition: 0.1s ease-in-out; -webkit-transition: 0.1s ease-in-out; overflow: auto; -webkit-overflow-scrolling: touch;}
	#mobile-menu.active{margin: 0;}
	#mobile-menu > ul{float: right; width: 500px; max-width: 100%; margin: 0; padding: 0; list-style: none;}
	#mobile-menu > ul > li{float: left; width: 100%; border-bottom: 1px solid #eee;}
	#mobile-menu > ul > li:last-child{margin: 0; border-bottom: none;}
	#mobile-menu > ul > li > a{float: left; width: 100%; color: #222; line-height: 16px; font-size: 15px; padding: 20px 15px; position: relative; text-transform: uppercase;}
	#mobile-menu > ul > li > a:hover,
	#mobile-menu > ul > li.sub > a{background: #fe4400; color: #fff;}
	#mobile-menu > ul > li.sub > a i:before{content:"\f106";}

	#mobile-menu ul ul{display: none; float: left; width: 100%; padding: 0 20px; margin: 0; list-style: none; background: #eee;}
	#mobile-menu ul ul > li{float: left; width: 100%; margin: 10px 0 0}
	#mobile-menu ul ul > li:last-child{margin-bottom: 20px;}
	#mobile-menu ul ul > li > a{float: left; width: 100%; padding: 10px 0; line-height: 20px; overflow: hidden; font-size: 14px;}
	#mobile-menu ul ul > li > a:before{content: "\00a0"; float: left; width: 10px; height: 10px; margin: 5px 10px 0 -20px; background: #fe4400;transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out;}
	#mobile-menu ul ul > li > a:hover:before{margin-left: 0;}
	
	#mobile-menu li.child > a i{float: left; position: absolute; right: 0; top: 0; height: 100%; width: 50px; text-align: center;}
	#mobile-menu li.child > a i:before{float: left; width: 100%; height: 30px; line-height: 30px; position: absolute; top: 50%; margin: -15px 0 0; left: 0; font-size: 20px; border-left: 1px solid rgba(255,255,255,0.3)}
	
	.searchform #maxw1{padding: 0;}
	
	.newsletter_left{width: 100%; text-align: center; margin: 0 0 30px;}
	.newsletter_right{width: 100%; text-align: center;}
	.newsletter_right form{float: none; width: 400px; max-width: 100%; display: inline-block; padding: 0;}
	.newsletter_right form p{margin: 10px 0}
	.newsletter_right form label{width: 100%; margin: 0 0 6px;}
	.newsletter_right form input{height: 42px;}
	.newsletter_right form button{height: 44px; line-height: 44px; padding: 0 25px;}
	
	.footer_list{width: 33.3333%;}
	.footer_social{width: 100%; margin: 0; padding: 20px 0; text-align: center; border-top: 1px solid #eee}
	.footer_social_list{margin: 0; width: 100%; text-align: center;}
	
	.footer_bottom_left{width: 100%; text-align: center; margin: 30px 0 }
	.footer_bottom_right{width: 100%; margin: 0 0 20px}
	.footer_bottom_logos{width: 100%; text-align: center;}
	
	.footer_bottom_logos img{height: 50px}
	
	
	.cf_left,
	.cf_center,
	.cf_right{width: calc(50% - 40px)}
	
	.tab_head{width: calc(100% + 12px); margin: -6px;}
	.tab_head_item{width: calc(20% - 12px); margin: 6px; font-size: 16px; line-height: 20px;}
	
}



@media screen and (max-width: 767px) {
	body{font-size: 13px; margin: 60px 0 0!important;}
	
	#mobile-menu{top: 60px; height: calc(100% - 60px);}
	
	#c_header{height: 60px;}
	.header_logo{height: 49px;}
	
	.menu_btn{padding: 20px 0;}
	.mobile_search_btn a{padding: 20px 0;}
	
	.actual_item{margin: 0 30px;}
	.actual_list .slick-arrow:before{font-size: 30px;}
	
	.pmb_title{font-size: 15px;}
	.pmb_content li{margin: 14px 0 0 0;}
	.pmb_content a{font-size: 16px; line-height: 18px;}
	.pmb_content a:before{width: 10px; height: 10px; margin: 3px 10px 0 -20px;}
	
	.footer_top{float: left; width: 100%; margin: 20px 0 0}
	.footer_list{width: 100%; margin: 10px 0; text-align: center;}
	.footer_social{margin: 20px 0 0;}
	.footer_list li{padding: 2px 0;}
	
	.full_carousel_footer_item{padding: 0 150px 0 15px;}
	.full_carousel_footer_item p{font-size: 14px;}
	.full_carousel_footer_item small{font-size: 13px;}
	.full_carousel_footer_list .slick-arrow{right: 85px}
	.full_carousel_footer_list .slick-arrow.slick-next{right: 25px;}
	
	.tab_content_item{padding: 30px 0 0}
	.tab_content_left,
	.tab_content_right{width: 100%;}
	
	.si_image{display: none;}
	.si_content{width: 100%; padding: 0 0 0 20px;}
}

@media screen and (max-width: 600px) {
	.pmb_item{width: 100%; padding-right: 0;}
	
	.cf_left,
	.cf_center,
	.cf_right{width: calc(100% - 40px)}
	
	.wpcf7-form p{margin: 10px 0; padding: 0;}
	.wpcf7-form label, .wpcf7-form .captcha-1 [class*=captchar], .wpcf7-form .wpcf7-captcha-captcha-1{margin: 0 0 10px;}
	
	.full_carousel_item{margin: 0 10px;}
	.full_carousel_footer_item{padding: 0 80px 0 0; margin: 0 10px;}
	.full_carousel_footer_list .slick-arrow{width: 30px; height: 30px; line-height: 30px; right: 50px;}
	.full_carousel_footer_list .slick-arrow.slick-next{right: 10px;}
	.full_carousel_footer_list .slick-arrow:after{font-size: 18px;}
	
	.tab_head_item{width: calc(100% - 12px);}
	.tab_head_item > div{padding: 60px 0 0;}
	.tab_head_item > span{height: 60px; margin: -30px 0 0;}
	.archive_item {
		width: 100%;
		margin: 15px 0;
	}
	.archive_list {
		float: left;
		margin: 0;
		width: 100%;
	}
	body.single-actueel.has-sidebar:not(.error404) #maxw1 #primary {
		width: 100%;
	}
	body.single-actueel.has-sidebar #maxw1 #secondary {
		display: none;
	}
}