/* #adminmenu .wp-menu-image img {
	opacity: 1 !important;
	padding: 4px 0 0 !important;
}
.cronbutton
{
	margin:8px !important;
}
*/
/*===== Common Class =====*/
html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 16px;
	color: #000;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,  a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 84px;
}
h2 {
	font-size: 66px;
}
h3 {
	font-size: 46px;
}
h4 {
	font-size: 37px;
}
h5 {
	font-size: 30px;
}
h6 {
	font-size: 20px;
}
.clear {
}
.clear:before,  .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}
input, textarea {
	outline: none !important;
}
#wrapper {
	width: 100%;
}
 input[type=text]::-moz-placeholder,  input[type=search]::-moz-placeholder,  .input-text::-moz-placeholder,  .input_text::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=text]::-webkit-input-placeholder,  input[type=search]::-webkit-input-placeholder,  .input-text::-webkit-input-placeholder,  .input_text::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=text]::-ms-placeholder,  input[type=search]::-ms-placeholder,  .input-text::-ms-placeholder,  .input_text::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}
/***** Select Dropdown Start *****/
.bootstrap-select {
	width: 100% !important;
}
.bootstrap-select .dropdown-menu {
	margin: 0;
}
.bootstrap-select .dropdown-toggle {
	width: 100%;
	background: #ffefd7;
	height: 36px;
	border-radius: 5px;
	border: none;
	font-size: 12px;
}
.bootstrap-select.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	outline-offset: 0;
}
.bootstrap-select .btn:active, .bootstrap-select .btn.active {
	box-shadow: none;
	background: #ffefd7;
}
.bootstrap-select .btn.active:hover {
	box-shadow: none !important;
	background: #ffefd7 !important;
}
.bootstrap-select .btn-default:active:hover, .bootstrap-select .btn-default.active:hover, .bootstrap-select .open > .dropdown-toggle.btn-default:hover, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default.active:focus, .open > .bootstrap-select .dropdown-toggle.btn-default:focus, .bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default.active.focus, .bootstrap-select .open > .dropdown-toggle.btn-default.focus {
	background: #ffefd7;
	border: none;
	color: #000;
}
.bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default {
	background: #ffefd7;
	border: none;
	color: #000;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	background: url(../images/up-down.svg) no-repeat center;
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
}

/***** Select Dropdown End *****/
/*============ Default Css End ============*/
/*============ Bootstrap Class Overwriter CSS Code Start ============*/
@media (min-width: 768px) {
.container {
	max-width: 750px;
}
}

@media (min-width: 992px) {
.container {
	max-width: 970px;
	padding: 0px;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1177px;
	padding: 0px;
}
}
.navbar-collapse {
	float: right;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;	
}
.center-block {
	float: none;
}
/*.navbar-expand-lg .navbar-toggler { display:none; }*/



/* navbar start */



.navbar-nav {
	margin: 0 0 0;
	text-align: unset;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.navbar-inverse {
	background: none;
	border: none;
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom:4px solid #dbdc23;	
	padding:0;
}
.navbar-nav li {
	margin: 0px 25px;
	padding: 17px 0;
	float: left;
}
.navbar-nav li:last-child {
	margin-right: 0;
}
.navbar-nav li a {
	font-family: 'Intro';
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	padding: 0px;
}
.navbar-nav li.active a {
	color: #dbdc23;
	position: relative;
}
.navbar-nav > li.active > a:after {
	content: '';
	border-bottom: 4px solid#dbdc23;
	position: absolute;
	bottom: -26px;
	left: 0px;
	width: 100%;
}
.navbar-nav li a:hover {
	color: #dbdc23;
	position: relative;
}
.navbar-nav > li > a:hover:after {
	content: '';
	border-bottom: 16px solid#dbdc23;
	position: absolute;
	bottom: -26px;
	left: 0px;
	width: 100%;
}
.navbar-inverse .navbar-nav li a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li:hover {
}
.navbar-inverse .navbar-nav li a:hover,  .navbar-inverse .navbar-nav li a:focus {
	color: #e21f25;
	background: none;
}
.navbar-inverse .navbar-nav .current-menu-item a,  .navbar-inverse .navbar-nav .current-menu-item a:hover,  .navbar-inverse .navbar-nav .current-menu-item a:focus {
	background: none;
}
.navbar-inverse .navbar-nav .open a,  .navbar-inverse .navbar-nav .open a:hover,  .navbar-inverse .navbar-nav .open a:focus {
	color: #e21f25;
	background: none;
}
.navbar-inverse .navbar-toggle {
	background: #e21f25;
	border: none;
	border-radius: 0px;
}
.navbar-inverse .navbar-toggle:hover {
	background: #e21f25;
}
.navbar-inverse .navbar-toggle:focus {
	background: #e21f25;
}
.navbar-inverse .navbar-nav > .active > a,  .navbar-inverse .navbar-nav > .active > a:hover,  .navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
}
.navbar-inverse .navbar-nav > .active > a,  .navbar-inverse .navbar-nav > .active > a:hover {
	color: #e21f25;
}
/*=========================================*/
/* Main Banner End */
/*=========================================*/
/*=========================================*/
/* Main Content Start */
/*=========================================*/
/* homepage start */
/* homepage End */
/****************************/

/* Inner page start */
/* techniek Page ST */
/* techniek Page Header ST */

.techniek .top_header {
	background: #fecc00;
}
.orange_btn {
	display: inline-block;
	vertical-align: top;
}
.orange_btn a {
	padding: 16px 37px 15px 42px;
	color: #1d1d1b;
	font-size: 16px;
	font-family: 'Intro';
	background: #fecc00;
	display: inline-block;
}
.techniek .navbar-nav li.active a {
	color: #fecc00;
}
.techniek .navbar-nav li.active a:after {
	border-bottom: 4px solid#fecc00;
}
.techniek .navbar-nav li a:hover {
	color: #fecc00;
}
.techniek .navbar-nav li a:hover:after {
	border-bottom: 4px solid#fecc00;
}
/* techniek Page Header EN */

	

	/* techniek Page Banner ST */
.inner_banner_section { width:100%; display:inline-block; vertical-align:top; }
.banner_wapper {
	width: 100%;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding:137px 0 99px;
}
.inner-banner {
	width: 424px;
	height: 399px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: -1;
	margin-right: -20px;
	float: right;
}
.innner_banner_text {
	position: absolute;
	z-index: 10;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-ms-flex-align: center;
	align-items: center;	
}
.techniek_banner_text {
	max-width: 570px;
	display: inline-block;
	margin: 0 auto;
	padding-right: 40px;
}
.techniek_banner_text h6 {
	font-size: 47px;
	line-height: 1;
	color: #FFFFFF;
	font-family: 'Intro';
	letter-spacing: normal;
	padding-bottom: 0;
}
.techniek_banner_text h6 span { color:#dbdc23; }
.techniek_banner_text h4 {
	color: #fff;
	font-size: 70px;
	line-height: 1;
	font-family: 'Intro';
	letter-spacing: -0.01em;
	padding-bottom: 13px;
}
.techniek_banner_text p {
	font-size: 16px;
	line-height: 25.6px;
	font-family: 'Poppins-Regular';
	padding-right: 25px;
	margin-bottom: 0px;
}
.mechanic_box {
	display: inline-block;
	vertical-align:top;
	background: #fbfbfb;
	padding: 11px 60px;
	margin-left:0;
	width: 100%;
	margin-top: 0;
}
.mob_mechanic_block .mechanic_box { -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35); margin-bottom:12px; }
.mechanic_box h6 {
	font-size: 25px;
	color: #fecc00;
	font-family: 'Intro';
	padding-bottom: 13px;
}
.mechanic_box h4 {
	color: #333333;
	font-size: 37.5px;
	line-height: 40px;
	font-family: 'Intro';
	padding-bottom: 24px;
}

.mechanic_box h3{ padding:14px  0 0 0; }
.mechanic_box h5 { font-family: 'Poppins-SemiBold'; font-size:20px; color:#dbdc23; line-height:1; text-transform:uppercase; padding:0 0 2px; }
.mechanic_box h3,
.mechanic_box h3 a { font-family: 'Intro'; font-size:33px; color:#333; line-height:1; text-transform:uppercase; display:inline-block; vertical-align:top; max-width:500px; }
.mechanic_box .job_list_btn { float:right; margin:0px 0 0; }
.mechanic_box ul { display:block; margin:13px -17px 0 -19px; }
.mechanic_box ul li { display:inline-block; vertical-align:top; position:relative; font-family: 'Poppins-Medium'; font-size:22px; color:#707070; line-height:50px; padding:0 17px 0 19px; }
.mechanic_box ul li:after { content:''; width:2px; height:100%; display:block; background:#eee; position:absolute; top:0; right:0; }
.mechanic_box ul li:last-child:after { display:none; }
.mechanic_box ul li i { padding:0 10px 0 0; }
.mechanic_box .descrip { width: 100%; display:inline-block; vertical-align:top; font-family: 'Poppins-Regular'; font-size:16px; color:#000; line-height:26px; padding:41px 0 0; }
.mechanic_banner_img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 65px;
}
.mechanic_box p {
	font-size: 18.75px;
	line-height: 25.6px;
	color: #000000;
	font-family: 'Poppins-Regular';
	margin-bottom: 0px;
}
.mechanic_box .orange_btn {
	float: left;
	padding-top: 77px;
}
.mechanic_box .orange_btn a {
	padding: 14px 43px 13px 48px;
}
.mechanic_box .mechanic_logo {
	float: right;
}
/* techniek Page Banner EN */





/* techniek Page EN */







/* job_cat Page ST */



.job_main_block .job_filter_block {
	padding-top: 22px;
	padding-bottom: 5px;
}
.job_serch_block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0;
}
.job_main_block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin-top: -8px;
}
.job_serch_block .job_serch_box .form-row {
	background: none;
	padding: 13px 0 13px 25px;
	margin:0;
	margin-left: -25px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	width: calc(100% + 25px);
}
.job_serch_block .job_serch_box .form-row:last-child { border-bottom:0; }
.job_serch_block .job_serch_box .form-row.input_box {
	position: relative;
}
.job_serch_block .job_serch_box .form-row.input_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	height: 20px;
	width: 20px;
	background-image: url(../img/search_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.job_serch_block .job_serch_box .form-row input[type="text"] {
	width: 100%;
	height: 40px;
	/*background: #fbf7ed;*/
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 0 20px 0 15px;
	position: relative;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.job_serch_block .job_serch_box .form-row .nice-select {
	width: 100%;
	height: auto;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 0;
	padding:0;
}
.job_serch_block .job_serch_box .form-row .nice-select.open .list {
	width: 100%;
	height: 320px;
	overflow-y: auto;
}
.search_btn {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;
}
.search_btn + .search_btn {
	padding-bottom: 0px;
}
.search_btn input[type="submit"] {
	background: #d6d6d6;
	border: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	max-width: 325px;
	width: 100%;
	height: 60px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #000000;
	font-family: 'Intro';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search_btn input[type="submit"]:hover {
	background: #fecc00;
}
.search_btn a {
	background: #d6d6d6;
	border: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	max-width: 325px;
	height: 60px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #000000;
	font-family: 'Intro';
	line-height: 60px;
	text-align: center;
	width: 100%;
}
.search_btn a:hover {
	background: #fecc00;
}
.job_serch_block .job_box {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 25px;
}
.job_serch_block .job_box h5 {
	font-family: 'Poppins-Medium';
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
}
.job_serch_block .job_box h5 a {
	color: #000000;
}
.job_serch_block .job_box h6 {
	font-family: 'Poppins-Regular';
	font-size: 15px;
	position: relative;
	padding-left: 20px;
}
.job_serch_block .job_box h6:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/location.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	background-size: cover;
}
.form_dropdown {
	display: none;
	width: 100%;
	box-shadow: 0;
	margin-top: 2px;
	background: #FFFFFF;
	padding: 10px 8px 10px 0;
	border-radius: 10px;
}
h4.form_title {
	background: #fff;
	color: #333;
	font-family: 'Intro';
	font-size: 16px;
	width: 100%;
	padding: 3px 48px 3px 0;
	border-radius: 0;
	cursor: pointer;
	position: relative;
}
/*h4.form_title:after {
	content: '';
	position: absolute;
	right: 7px;
	top: 50%;
	height: 3px;
	width: 20px;
	background: #89bbed;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h4.form_title.active:before {
	opacity: 0;
}
h4.form_title:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	height: 20px;
	width: 3px;
	background: #89bbed;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}*/
h4.form_title:before {
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	height: 25px;
	width: 25px;
	background: url(../img/slise-arrow-right.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: contain;
}
h4.form_title.active:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.select_link {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.page-no a {
	color: #000000;
	font-family: 'Poppins-Regular';
	font-size: 15px;
	position: relative;
	padding: 0 40px;
}
.page-no .next_page {
	display: inline-block;
	float: right;
	position: relative;
}
.page-no .previous_page {
	display: inline-block;
	float: left;
	position: relative;
}
.page-no .next_page a:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0px;
	width: 24px;
	height: 17px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/right_arrow.svg);
}
.page-no .previous_page a:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 24px;
	height: 17px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/left_arrow.svg);
}
.form_dropdown a {
	color: #89bbed;
	font-family: 'Poppins-Medium';
	font-size: 18px;
}
.select_link input[type="radio"] {
	display: none;
}
.select_link input[type="radio"] + label {
 display:block; width:100%;	
 font-weight:normal;
 font-family: 'Poppins-Regular';
 cursor:pointer;
}
.select_link input[type="radio"] + label span{border: 1px solid #d6d6d6;
	border-radius: 5px;
	float: right;
	padding: 0 10px; }
.select_link input[type="radio"]:checked + label span {
	border: 1px solid #000;
}


.all_select_link  input[type="radio"] {
	display: none;
}
.all_select_link input[type="radio"] + label {
 display:block; width:100%;	
 font-size:18px;
 font-family: 'Poppins-Medium';
 cursor:pointer;
 font-weight:normal;
}
.all_select_link input[type="radio"] + label span{border: 1px solid #d6d6d6;
	border-radius: 5px;
	float: right;
	padding: 0 10px;cursor:pointer; }
.all_select_link input[type="radio"]:checked + label span {
	border: 1px solid #000;
}

.job_serch_block .job_serch_box .form-row .nice-select span {
	color: #333;
	font-family: 'Intro';
	font-size: 16px;
	line-height: 25px;
}
.job_serch_block .job_serch_box .form-row .nice-select:after {
	display: none;
}
/*.job_serch_block .job_serch_box .form-row .nice-select:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 3px;
	border: 8px solid transparent;
	border-top-color: #89bbed;
	top: 25px;
	right: 10px;
	z-index: 2;
	display: block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}*/
.job_serch_block .job_serch_box .form-row .nice-select span {width:100%;display:inherit;}
.job_serch_block .job_serch_box .form-row .nice-select span:before {
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	height: 25px;
	width: 25px;
	background: url(../img/slise-arrow-right.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size:contain;
}
.job_serch_block .job_serch_box .form-row .nice-select.open:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.job_serch_block .job_serch_box .form-row .nice-select .option {
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.job_filter_block p {
	font-family: 'Poppins-Medium';
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 50px;
}
.job_filter_block p span {
	color: #89bbed;
}
.job_filter_block .nice-select:after {
	display: none;
}
.job_filter_block .nice-select:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 3px;
	border: 8px solid transparent;
	border-top-color: #000;
	top: 25px;
	right: 10px;
	z-index: 2;
	display: block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.job_filter_block .form-row {
	float: right;
}
.job_filter_block .nice-select {
	width: 100%;
	height: 60px;
	background: transparent;
	border: none;
	outline: none;
	border-radius: 10px;
}
.job_filter_block .nice-select.open:before {
	top: 15px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.job_filter_block .nice-select span {
	color: #000000;
	font-family: 'Poppins-Medium';
	font-size: 18px;
	line-height: 60px;
}
.job_filter_block .nice-select .option {
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.job_filter_block .nice-select.open .list {
	right: 0px;
}
.job_filter_block .form-row label {
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
	line-height: 60px;
	margin-bottom: 0px;
}
/* job_cat Page EN */





/* job_detail Page ST */



.banner_wapper.job_all_detail {
	margin: 0px;
	padding: 0px;
}
.job_all_detail .inner-banner {
	width: 550px;
	height: 655px;
	margin-right: 0;
}
.job_all_detail {
	width: 100%;
	display: inline-block;
	vertical-align:top;
	padding-bottom: 0;
	padding-top: 0;
	min-height:317px;
	overflow:hidden;
}
.job_single_title {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	/*background: #fecc00;
	padding: 38px 32px;*/
	padding:33px 0 23px;
}
.job_single_title h1 {
	color: #333;
	font-family: 'Intro';
	font-size: 30px;
}
.right_detail_block {
	display: inline-block;
	vertical-align: top;
	/*background: #f3f3f3;
	margin-top: 35px;
	padding: 23px 43px 31px 39px;*/
	padding:30px 0 30px 34px;
	width: 100%;
	height:100%;
	position:relative;
	-webkit-box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.16);
	
}
.right_detail_block:before { content:''; width:5000px; height:100%; position:absolute; top:0; left:0; background:#fff; }
.right_detail_block .more_detail_block { position:relative; }
.more_detail_block h3 {
	font-size: 22px;
	line-height: 40px;
	letter-spacing: -0.01em;
	color: #333;
	font-family: 'Intro';
	padding:0;
}
.more_detail_block h4 {
	font-size: 16px;
	line-height: 1;
	color: #000;
	font-family: 'Intro';
	padding:0 0 4px;
}
.more_detail_block h6 {
	font-size: 16px;
	line-height: 1;
	color: #000;
	font-family: 'Poppins-Light';
}
.more_detail_block h6 + h6 { padding:5px 0 0; }
.more_detail_block .job_properti_box {
	padding: 18px 0;
}
.right_detail_block .logo_box {
	text-align: right;
	padding-bottom: 45px;
	width: 100%;
}
.job_detail_block .jb_content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*padding: 12px 55px 25px 35px;*/
	padding:0;
	font-family: 'Poppins-Light';
	color:#333;
}
.job_detail_block .jb_content p {
	font-size: 16px;
	color: #333;
	font-family: 'Poppins-Light';
	margin-bottom: 0px;
	padding-bottom: 27px;
}
.jb_title {
	/*background: #1d1d1b;*/
	display: inline-block;
	width: 100%;
	/*padding: 12px 35px;*/
	padding:23px 0 7px;
}
.jb_title h3 {
	color: #fecc00;
	font-size: 16px;
	font-family: 'Intro';
	letter-spacing: -0.01em;
}
.jb_content ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 31px;
	padding-top:10px;
}
.jb_content ul li {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Poppins-Light';
	width: 100%;
	position: relative;
	padding-left: 37px;
}
.jb_content ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	background: #000;/*fecc00*/
	height: 5px;
	width: 5px;
	border-radius: 100%;
}
.job_detail_block .jb_content ul li p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.social_share_block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	position:relative;
	border-top:1px solid #cdcdcd;
}
.social_share_block h5 {
	font-size: 16px;
	color: #000000;
	font-family: 'Poppins-Light';
	text-align: left;
	letter-spacing: -0.01em;
}
.social_share_block svg:not(:root).svg-inline--fa {
	color: #535353;
}
.social-share {
	width: 100%;
	text-align: left;
	padding-top:19px;
	padding-bottom: 0;
	margin:0 -6px;
	
}
.social-share a {
	padding: 0 6px;
	font-size: 22px;
}
.back_to_btn { font-size:0; display:inline-block; vertical-align:top; padding:16px 0 55px; }
.back_to_btn div + div { padding:0 0 0 15px; }
.back_to_btn a {
	min-width: 142px;
	height: 48px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.01em;
	font-family: 'Intro';
	color: #000;
	line-height: 48px;
	border:1px solid rgba(0,0,0,0.36);
	border-radius:40px;
	padding:0 20px;
}
.back_to_btn .solliciteer_btn, .back_to_btn .terug_btn,
.back_to_btn .meerinfo_btn {
	display: inline-block;
	vertical-align:top;
}
.back_to_btn .solliciteer_btn a { border:0; background:#1e85c7; color:#fff; }
.back_to_btn .terug_btn a {  }
.back_to_btn .meerinfo_btn a  { background:#000; border:0; color:#fff; }
/*
.back_to_btn .solliciteer_btn {
	background: #d6d6d6;
	display: inline-block;
}
.back_to_btn .terug_btn {
	background: #fecc00;
	display: inline-block;
	margin: 0 10px;
}
.back_to_btn .meerinfo_btn {
	background: #000000;
	display: inline-block;
}
.back_to_btn .meerinfo_btn a {
	color: #fecc00;
}
*/
/* job_detail Page EN */



/* job-listing ST */



.job_serch_box .form-row input[type="submit"] {
}
.listing-banner .inner-banner {
	/*width: 450px;
	height: 560px;
	margin-right: 0px;*/
}
.listing-banner .innner_banner_text h2 {
	color: #000000;
	font-size: 37.5px;
	line-height: 50px;
	font-family: 'Intro';
	letter-spacing: -0.01em;
	padding-bottom: 13px;
}
.listing-banner + .job_main_block {
	overflow: hidden;
}
/* job-listing EN */



/* Inner page End */

/****************************/

 

/*=========================================*/

/* Main Content End */

/*=========================================*/



/* shotcode Css ST */



.type-page h1.entry-title {
	letter-spacing: -0.025em;
	font-family: 'Intro';
	color: #000000;
	font-size: 50px;
	padding-top: 80px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 10px;
}
.job_main_block.job_with_serch {
	background: #FFFFFF;
}
.job_with_serch .job_serch_block .job_box {
	background: #fbf7ed;
}
.job_with_serch .job_serch_block .job_serch_box .form-row {
	padding-top: 0px;
}
.job_with_serch .job_serch_block .job_serch_box .form-row.input_box:after {
	top: 20px;
	-moz-transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}
.widget_w3o_joblist_widget {
	padding-top: 30px;
	padding-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
h2.widget-title {
	font-family: 'Intro';
	color: #000000;
	font-size: 32px;
}
.widget_w3o_joblist_widget ul li {
	background: #fbf7ed;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 25px;
}
.widget_w3o_joblist_widget ul li a {
	font-family: 'Poppins-Medium';
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
}
.widget_w3o_joblist_widget ul li h6 {
	font-family: 'Poppins-Regular';
	font-size: 15px;
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
}
.widget_w3o_joblist_widget ul li h6:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	background-image: url(../img/location.svg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	background-size: cover;
}
.widget_w3o_jobsearch_widget .right_form {
	max-width: 370px;
	width: 100%;
}
.widget_w3o_jobsearch_widget .form-row {
	padding: 20px 0;
}
.widget_w3o_jobsearch_widget .form-row.input_box {
	position: relative;
}
.widget_w3o_jobsearch_widget .form-row.input_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	height: 20px;
	width: 20px;
	background-image: url(../img/search_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_w3o_jobsearch_widget .form-row input[type="text"] {
	width: 100%;
	height: 60px;
	background: #fbf7ed;
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 0 40px 0 15px;
	position: relative;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.widget_w3o_jobsearch_widget .form-row .nice-select {
	width: 100%;
	height: 60px;
	background: #fbf7ed;
	border: none;
	outline: none;
	border-radius: 10px;
}
.widget_w3o_jobsearch_widget .form-row .nice-select.open .list {
	width: 100%;
	height: 320px;
	overflow-y: auto;
}
.widget_w3o_jobsearch_widget .form-row .nice-select .option {
	font-family: 'Poppins-Medium';
	font-size: 14px;
	color: #000000;
}
.widget_w3o_jobsearch_widget input[type="submit"] {
	background: #d6d6d6;
	border: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	max-width: 325px;
	width: 100%;
	height: 60px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #000000;
	font-family: 'Intro';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.widget_w3o_jobsearch_widget input[type="submit"]:hover {
	background: #fecc00;
}
.widget_w3o_jobsearch_widget a {
	background: #d6d6d6;
	border: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	width: 325px;
	height: 60px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #000000;
	font-family: 'Intro';
	line-height: 60px;
	text-align: center;
}
.widget_w3o_jobsearch_widget a:hover {
	background: #fecc00;
}
.widget_w3o_jobsearch_widget .form-row .nice-select span {
	color: #000000;
	font-family: 'Poppins-Medium';
	font-size: 18px;
	line-height: 60px;
}
.widget_w3o_jobsearch_widget .form-row .nice-select:after {
	display: none;
}
.widget_w3o_jobsearch_widget .form-row .nice-select:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 3px;
	border: 8px solid transparent;
	border-top-color: #89bbed;
	top: 25px;
	right: 10px;
	z-index: 2;
	display: block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.widget_w3o_jobsearch_widget .form-row .textbox:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	height: 20px;
	width: 20px;
	background-image: url(../img/search_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* shotcode Css EN */





/* not-found Page ST */

.not-found h1 {
	font-family: 'Intro';
	color: #000000;
	font-size: 42px;
	line-height: 62px;
}
.not-found .page-content p {
	color: #000000;
	font-family: 'Poppins-Medium';
	font-size: 18px;
}
.error-404.not-found {
	padding: 100px 0 40px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
/* not-found Page EN */





/*=========================================*/

/* Footer main Start */

/*=========================================*/



.footer {
	position: relative;
	background: #dbdc23;
	padding: 51px 0 25px;
}
.footer_address ul li .svg-inline--fa {
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	text-align: left;
	float: left;
	margin-left: -30px;
	font-size: 16px;
	margin-top: 4px;
}
.footer_address ul li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.footer_img img {
	max-width: 100%;
}
.footer_img {
	width: 100%;
	display: none;
	vertical-align: top;
}
.address_title {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-bottom: 25px;
}
.address_title h6 {
	color: #010000;
	font-size: 33px;
	line-height: 37px;
	font-family: 'Intro';
}
.footer_address p {
	line-height: 26px;
	font-size: 16px;
	color: #000000;
	font-family: 'Poppins-Medium';
	margin-bottom: 0px;
	padding-right: 0;
	padding-bottom: 21px;
}
.footer_address a {
	line-height: 15px;
	font-size: 16px;
	color: #000000;
	font-family: 'Poppins-Medium';
	margin-bottom: 0px;
}
.footer_address ul li p {
	font-size: 16px;
	color: #000000;
	font-family: 'Poppins-Medium';
	display: inline-block;
	float: left;
	padding-bottom: 0px;
}
.footer_menu li{ display:inline-block; width:100%; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color:transparent;
}
.footer_menu li:hover {
	max-width: 220px;
	background-color: #FFFFFF;
	padding-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer_link .address_title {
	padding-bottom: 5px;
	padding-top:60px;
}
.address_title img{ max-width:193px;	 }
.footer_link .address_title h6 { font-size:20px; color:#333; }
.social_ft h5 { font-family: 'Intro'; font-size:20px; color:#333333; padding: 0 0 15px; }
.social_ft { width: 100%; display:inline-block; vertical-align:top; padding:34px 0 0; }
.social_ft ul { display:block; font-size:0; }
.social_ft ul li { width: auto; display:inline-block; vertical-align:top; }
.social_ft ul li + li { padding:0 0 0 13px; }
.social_ft ul li a { display:block; }
.zoken_filed { width:100%; display:inline-block; vertical-align:top; padding:34px 0 0; }
.zoken_filed h5 { font-family: 'Intro'; font-size:20px; color:#333333; padding:0 0 15px; }
.zoken_filed input {  width:266px; height:39px; background:#fff; border:0; text-align:center; font-family: 'Poppins-Medium'; font-size:14px; color:#ccc; padding:0 20px; }
.footer_menu li a {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Poppins-Medium';
	position: relative;
	padding-left: 25px;
	display:inline-block;
}
.footer_menu li a:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 14px;
	height: 14px;
	color: #000000;
	background-repeat: no;
	background-size: cover;
	background-image: url(../img/arrow-circle-right.svg);
}
.footer_menu li a .svg-inline--fa {
	background: #000000;
	color: #dbdc23;
	border-radius: 100%;
	font-size: 16px;
	padding: 0 2px;
	margin-right: 13px;
}
.map_block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.map_block img {
	max-width: 100%;
}
.map_text {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.map_text p {
	font-size: 10px;
	font-family: 'Poppins-SemiBold';
	line-height: 15px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.copyright_menu {
	float: right;
}
.copyright_menu ul li {
	float: left;
}
.copyright_section {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #000000;
	padding: 39px 0;
}
.copyright_wrap { max-width:780px; display:block; margin:0 auto; }
.copyright_text {
	width: auto;
	float: left;
	font-family: 'Poppins-Regular';
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
}
.copyright_text span,  .copyright_text a {
	font-size: 15px;
	color: #dbdc23;
	font-family: 'Poppins-SemiBold';
}
.copyright_menu {
	float: right;
}
.copyright_menu ul li {
	font-family: 'Poppins-Regular';
	color: #FFFFFF;
	font-size: 15px;
	line-height: 21px;
	padding: 0 15px;
}
.copyright_menu ul li a {
	color: #FFFFFF;
	font-family: 'Poppins-Regular';
	font-size: 15px;
	line-height: 21px;
}
.copyright_menu ul li a:hover,
.copyright_menu ul li.current-menu-item a {
	color: #dbdc23;
}
.copyright_menu ul li.active a {
	color: #dbdc23;
}
.copyright_menu ul li:last-child {
	padding-right: 0px;
}
.copyright_menu ul li.active {
	font-size: 15px;
	color: #dbdc23;
	font-family: 'Poppins-SemiBold';
}
/* following_page footer ST */

.following_page .footer {
	background: #fecc00;
}

	/* following_page Footer EN */


.form_dropdown [type="checkbox"]:not(:checked),
.form_dropdown [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form_dropdown [type="checkbox"]:not(:checked) + label,
.form_dropdown [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  display:block;
  font-family: 'Poppins-Light';
  font-weight:normal;
  font-size:16px;
  line-height:1;
  color:#333;
  margin:0 0 5px;
}

.form_dropdown [type="checkbox"]:not(:checked) + label span { float:right; font-size:12px; position:relative; line-height:21px; text-align:center; width:21px; }
.form_dropdown [type="checkbox"]:checked + label span { float:right; font-size:12px; position:relative; line-height:21px; text-align:center; width:21px; color:#fff; z-index:3; }

/* checkbox aspect */
.form_dropdown [type="checkbox"]:not(:checked) + label:before,
.form_dropdown [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 15px; 
  height: 15px;
  border: 2px solid #1b1b1b;
  background-color: #fff;
  border-radius: 0;
}
/* checked mark aspect */
.form_dropdown [type="checkbox"]:not(:checked) + label:after,
.form_dropdown [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  font-size:14px;
  color:#fff;
  text-align:center;
  line-height:15px;
  position: absolute;
  width:15px;
  height:15px;
  top: 0; 
  left: 0;
  background-color:#1b1b1b;
  border-color:#1b1b1bs;
  transition: all .2s;
  border-radius: 0;
}
/* checked mark aspect changes */
.form_dropdown [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form_dropdown [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*=========================================*/

/* Footer main End */

/*=========================================*/

.banner_wapper.listing-banner { padding:0; }
.banner_wapper.listing-banner{}
.listing-banner .innner_banner_text h2 { color:#fff; }
.listing-banner .techniek_banner_text p { color:#fff; }
.inner_banner_section .banner_wapper { padding:36px 0 0; }

.w3n-container { width:100%; margin:0 auto; }

@media (min-width: 768px){
	.w3n-container {
		max-width: 750px;
	}
}
@media (min-width: 992px){
	.w3n-container {
		max-width: 970px;
		padding: 0px;
	}
}
@media (min-width: 1200px){
	.w3n-container {
		max-width: 850px;
		padding: 0px;
	}
}

.job_serch_box { width:100%; display:inline-block; vertical-align:top; background:#fff; -webkit-box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.16);  box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.16); position:relative; height:100%; padding:35px 5px 0 0; min-height:600px;  }
.job_serch_box:before { content:''; position:absolute; top:0; right:0; width:5000px; height:100%; display:block; background:#fff; }
.job_serch_box .filteren-title { font-family: 'Intro'; font-size:22px; color:#333; position:relative; padding:0 0 4px; }
.job_serch_block .job_serch_box .wis_filter_search input[type="text"] { background:none; height:30px; border-radius:0; padding:0 13px 0 75px; font-family: 'Poppins-Light'; font-size:16px; color:#333; text-align:right; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; }
.job_serch_block .job_serch_box .wis_filter_search { position:relative; }
.job_serch_block .job_serch_box .wis_filter_search button { background:none; border:0; -webkit-appearance:none; -moz-appearance:none; font-family: 'Intro'; font-size:16px; color:#333;position:absolute; top:50%; left:27px; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);  }
.job_main_block .job_serch_block .row { margin:0 -14px; }
.job_serch_block .job_serch_block .row > div[class*="col-"] { padding:0 14px; }
.job_serch_block .job_serch_block .row > .col-md-4 { -ms-flex: 0 0 30.639%; flex: 0 0 30.639%; max-width: 30.639%; }
.job_serch_block .job_serch_block .row > .col-md-8 { -ms-flex: 0 0 69.363%; flex: 0 0 69.363%; max-width: 69.363%; }
.job_serch_block .mob_mechanic_block { padding:26px 0 0; }
.job_serch_block .mob_mechanic_block .mechanic_box { margin-bottom:7px; padding:12px 20px 16px; }
.job_serch_block .mechanic_box h5 { font-size:14px; }
.job_serch_block .mechanic_box h3 { font-size:22px; max-width:325px;word-wrap:break-word; }
.job_serch_block .mechanic_box .descrip { font-size:16px; padding:19px 0 0; }
.job_serch_block .mechanic_box ul li { font-size:16px; line-height:32px; }
.job_serch_block .job_list_btn a { padding:11px 17px 10px; font-size:14px; }
.job_serch_block .mechanic_box ul { margin:12px -17px 0 -19px; }
.page_no,
.page-no,
.nav-links { display:inline-block; vertical-align:top; padding:15px 0 30px; }
.page_no ul { display:block; font-size:0; margin:0 -8px;  }
.page_no ul li,
.page-no a, .page-no span,
.nav-links span,
.nav-links a { display:inline-block; vertical-align:top; list-style:none; padding:0 8px; line-height:19px; }
.page_no ul li a,
.page-no a,
.page-no span,
.nav-links span,
.nav-links a { font-family: 'Intro';  font-size:16px; color:#333; }
.page_no ul li a:hover,
.page_no ul li.active a,
.page-no span,
.nav-links span,
.nav-links a:hover { color:#dbdc23; }

body.single-job .techniek_banner_text h6 { font-size:61px; }
body.single-job .techniek_banner_text h4 { font-size:61px; }
.main_wapper { overflow:hidden; }
 
.page-template-default .footer,
.archive .footer, .single-job .footer { /*background:#fff;*/ }
.page-template-default .footer_address p,
.page-template-default .footer_address ul li p,
.page-template-default .footer_menu li a,
.archive .footer_address p,
.archive .footer_address ul li p,
.archive .footer_menu li a,
.single-job .footer_address p,
.single-job .footer_address ul li p,
.single-job .footer_menu li a,
.page-template-default .footer_address ul li .svg-inline--fa,
.archive .footer_address ul li .svg-inline--fa,
.single-job .footer_address ul li .svg-inline--fa {/*color:#333;*/  }
.page-template-default .zoken_filed input,
.archive .zoken_filed input,
.single-job .zoken_filed input  { /*-webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.58);  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.58);*/  }

.job_serch_block .mechanic_box .descrip p { font-size: 16px; }

.page-template-over_ons_new_tpl .banner_wapper{padding:0px;}


/* 28-05-2019 ST */
.mechanic_box h3, 
.mechanic_box h3 a {font-size:22px;}
.mechanic_box .descrip {padding-top:10px;    line-height: 26px;font-size: 16px;}  
.job_serch_block .mechanic_box ul li {padding: 0 14px 0 16px;}
/*.mechanic_box ul {margin-top:0px;}*/
/*.mechanic_box h5 {opacity:0;visibility:hidden;}*/

body.single-job .techniek_banner_text h6 {font-size:51px;}
.job_serch_block .job_serch_box .wis_filter_search button {    background-color: #dbdc23;height:40px;line-height:40px;width:100%;display:inline-block;vertical-align:top;border-radius:10px;}


.job_serch_block .job_serch_box .form-row:last-child a {background: #fff;
    color: #333;
    font-family: 'Intro';
    font-size: 16px;
    width: 100%;
    padding: 3px 48px 3px 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;}
	
.job_serch_block .job_serch_box .form-row:last-child a:before {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    height: 25px;
    width: 25px;
    background: url(../img/slise-arrow-right.svg) no-repeat center center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: contain;
}	

/* 05-06-2019 ST */
.job_serch_block .job_serch_box .form-row.wis_filter_search a:before {display:none;}


.recruit_section.home_our_sec{ -webkit-box-shadow: 0px 0px 85.5px 9.5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 85.5px 9.5px rgba(0, 0, 0, 0.2);  -ms-box-shadow: 0px 0px 85.5px 9.5px rgba(0, 0, 0, 0.2);  box-shadow: 0px 0px 85.5px 9.5px rgba(0, 0, 0, 0.2);  margin:0; }
.recruit_section.home_our_sec .recruit_text { padding:70px 0 96px; }