@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');
strong {
color:#333!important;
}
p {
padding-bottom: .5em!important;
}
 #applicationform label {
    font-weight: 400!important;
    font-family: 'Lato' !important;
    color:#666!important;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
font-style: normal !important;
  color: #333 !important;
  text-transform: uppercase !important;
}
p, span, div {
  font-family: 'Lato', sans-serif;
  font-weight:400;
  color:#666;
}
.btn-primary {
    color: #000000 !important;
    background-color: #d6a942 !important;
    border-color: #0d8aee;
    font-weight: 400;
    font-size: 16px;
}
.job-content.ql-editor {
    font-size: 18px!important;
    font-weight:400!important;
}
label.fg-label {
    font-size: 16px!important;
    font-weight:100!important;
    color:#000!important;
}
.job-detail {
    color: #666666!important;
}
#jobs-list .job {
  width: 31.3333333% !important;
}
h3.m-b-30 {
    text-transform: none!important;
}
/* BREEDTE VACATURES */
/* 3 naast elkaar */
@media only screen and (max-width: 1123px) {
  #jobs-list .job {
    width: 31.3333333% !important;
    max-width: 97vw;
  }
  /* VACATURE BLOKJE */
  .job {
    float: left;
    width: 31.3% !important;
    margin-right: 1.0%;
    margin-left: 1.0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /*min-height: 575px;*/
  }

  @media screen and (max-width:878px) {
    .filter-wrap select {
      width: 21.5%;
      width: 100%;
    }
  }

  /* TITEL */
  .job h5 a {
    color: #0a203b !important;
    text-transform: none;
    font-weight: 800;
    line-height: 1.4em;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important
    /*text-align: center !important;*/
    font-size: 32px;
  }

  .job h5 {
    margin-top: 15px !important;
    margin-bottom: 15px;
    height: 1.5em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: initial;
    text-transform: none !important;
  }

  /* VACATURE BESCHRIJVING */
  .job p {
      font-size: 18px!important;
font-weight:400!important;
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
line-height: 1.8em;
    text-align: left !important;
    position: relative;
    letter-spacing: 0px !important;
    color: #666666 !important;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 7.5em;
  }

  /* VACATURE BUTTON */
  a.btn.btn-primary.apply-button, .apply-now .apply-button:link, .apply-now .apply-button:visited, #applicationform button, .col-md-3 .apply-button:link, .col-md-3 .apply-button:visited {
    background: #d6a942 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 14px !important;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900 !important;
    border-radius: 25px;
    margin: 0 auto !important;
    /*padding: 0.8em 1em !important;*/
    border-width: 12px !important;
    width: 100%;
  }

  .job-detail-link.apply-button {}

  /* CSS Document */
  body {
    background-color: transparent !important;
    font-family: "Ubuntu";
    font-weight:100;
  }

  .job-detail-content-div h2 {
    background-color: #FFF !important;
    color: #000 !important;
    text-transform: none!important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #0a203b !important;
    line-height: 1.4em !important;
    text-align: center !important;
  }

  .sidebar-content .apply-button {
    display: none !important;
  }

  h1, h2, h5, h6 {
    color: #d6a942 !important;
  }

  h3, h4 {
    color: #d6a942 !important;
    font-weight: 400;
  }

  #applicationform button {
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 400;
  }

  .fg-line:not([class*="has-"])::after {
    background: #ffffff !important;
  }

  .row article {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #applicationform input[type="text"], #applicationform input[type="input"], #applicationform input[type="password"], #applicationform input[type="number"], #applicationform input[type="email"], #applicationform input[type="number"], #applicationform input[type="url"], #applicationform input[type="tel"], #applicationform input[type="search"], #applicationform input[type="date"], #applicationform textarea, #applicationform select, #applicationform .select2-choice, #applicationform textarea {
    color: #676767 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    margin-top: 15px;
    padding: 16px 20px;
    outline: none;
    min-height: 55px;
    font-size: 16px !important;
    border: #dedede solid 1px !important;
    font-family: "Ubuntu";
    position: relative;
    z-index: 2;
  }

  input[type="number"], #applicationform input[type="url"], #applicationform input[type="tel"], #applicationform textarea {
    width: 100%;
    position: relative;
    float: left;
  }

  #applicationform input[type="date"], #applicationform select, #applicationform .select2-choice {
    width: 30%;
    position: relative;
    float: left;
    background-image: url(http://cdh.bouwplaats.online/wp-content/themes/movedo/images/graphics/select-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }

  .sidebar-content {
    padding-top: 185px;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .sidebar-content h2 {
    font-family: "Ubuntu";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1.5px;
  }

  .fg-line:not(.disabled)::after, .fg-line:not(.readonly)::after {
    position: relative;
  }

  #applicationform input[type="text"]:focus, #applicationform input[type="password"]:focus, #applicationform input[type="email"]:focus, #applicationform input[type="number"]:focus, #applicationform input[type="url"]:focus, #applicationform input[type="tel"]:focus, #applicationform input[type="search"]:focus, #applicationform input[type="date"]:focus, #applicationform textarea:focus {
    color: #676767 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    margin-top: 15px;
  }

  .form-control {
    border: none;
  }

  p, #jobs-list div, #applicationform div, #applicationform td, .jobsite dd, .jobsite dt, .sidebar-content div, .jobsite small, .no-jobs span, .no-jobs div, #applicationform label, #applicationform input, #applicationform textarea {
    color: #000 !important;
    line-height: 1.7em;
    font-size: 16px !important;
  }

  .job-content, .job-content p, .job-content dd, .job-content td, .job-content div, .job-content ul, .job-content li, .job-content a {
    color: #ffffff !important;
    line-height: 1.7em;
    font-size: 16px !important;
  }

  .job-content a:link, .job-content a:visited {
    color: #ffffff !important;
    text-decoration: underline !important;
  }

  .job-content a:hover {
    color: #ffdc0e !important;
    text-decoration: underline !important;
  }

  #applicationform label {
    font-weight: 400;
    font-family: 'Lato' !important;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .job-border {
    border: none !important;
  }

  .btn-primary {
    text-transform: uppercase !important;
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 14px !important;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900 !important;
    border-radius: 25px;
  }

  .filter {
    width: 100%;
  }

  .filter-wrap {
    padding: 20px 20px 40px 20px;
    border-radius: 0px;
    background-color: #e5004c !important;
    box-sizing: border-box;
    text-align: center;
  }

  .filter-wrap select {
    font-size: 16px !important;
    border-color: #dedede;
    color: #676767 !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    background-image: url(http://cdh.bouwplaats.online/wp-content/themes/movedo/images/graphics/select-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: 0;
    min-height: 30px;
    border: 1px solid;
    outline: none;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 16px 20px;
    margin-right: 0px !important;
    box-sizing: border-box;
    width: 22.5%;
    margin-left: 1%;
    margin-right: 1%;
  }

  #applicationform .m-t-30 {
    width: 100%;
  }

  .job-detail {
    margin-bottom: 20px;
  }

  .job-detail-content-div h2 {
    margin: 40px 0px 0px 0px;
    padding: 15px;
    font-weight: 400;
    font-size: 26px;
    text-transform:none!important;
  }
	.tags{
		padding: 15px !important;
	}
  #applicationform {
    background-color: #FFFFFF;
    font-size: 16px;
  }

  #applicationform label {
    font-size: 16px;
  }

/*   .job-detail, #applicationform {
    padding: 0px 60px 60px 60px;
    font-size: 16px;
  } */

  .job-detail {
    background-color: #e5004c;
  }

  .job-detail strong, #applicationform h3, .job-detail h3, .job-detail h4, .job-detail h5 {
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .job-detail strong, .job-detail h3, .job-detail h4, .job-detail h5 {
    color: #000 !important
  }

  #applicationform h3 {
    color: #d6a942 !important;
  }

  .job-detail u {
    font-weight: 100;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff !important;
    text-decoration: none;
  }

  .inlog-button .col-md-12 {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .portal-button:link, .portal-button:visited, .apply-now .apply-button:link, .apply-now .apply-button:visited, .job-detail-content-div .apply-button:link, .job-detail-content-div .apply-button:visited, .job-detail-content-div .apply-with-linkedin-button:link, .job-detail-content-div .apply-with-linkedin-button:visited, .backtooverview:link, .backtooverview:visited, #applicationform button, .col-md-3 .apply-button:link, .col-md-3 .apply-button:visited {
    display: inline-block;
    line-height: 1.4;
    z-index: 2;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    box-shadow: none;
    margin-left: 0px !important;
  }

  .portal-button:link, .portal-button:visited, .backtooverview:link, .backtooverview:visited {
    color: #ffffff !important;
    background-color: #d6a942 !important;
    width: auto;
    font-size: 16px;
    padding: 1.2em 1.4em;

text-transform:uppercase!important;
color:#fff!important;
letter-spacing:2px;
font-size:14px!important;
font-family:'Lato',Helvetica,Arial,Lucida,sans-serif!important;
font-weight:900!important;
border-radius:25px;
margin:0auto!important;
  }

  #applicationform button {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px !important;
    text-transform:uppercase!important;
  }

  .job-detail-content-div .apply-button:link, .job-detail-content-div .apply-button:visited {
    color: #ffffff !important;
    background: #d6a942 !important;
    width: 100%;
    font-size: 16px;
    padding: 1.0em 1.2em;
  }

  .job-detail-content-div .apply-with-linkedin-button:link, .job-detail-content-div .apply-with-linkedin-button:visited {
    color: #ffffff !important;
    background-color: #d6a942 !important;
    width: 100%;
    font-size: 16px;
    padding: 1.0em 1.2em;
  }

  .apply-button:link, .apply-button:visited {
    float: left;
    position: relative;
    width: 100%;
  }

  .apply-now {
    width: 100%;
  }

  .apply-now .apply-button:hover {
    color: #ffffff;
    opacity: 0.8;
  }

  .portal-button:hover {
    opacity: 0.8;
  }

  #jobs-list {
    padding-bottom: 15px;
  }

  .job .col-md-2, .col-md-7 {
    width: 100% !important;
  }

  .job .col-md-2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }

  .job hr {
    display: none !important;
  }

  .job-listing-details {
    display: none !important;
  }

  .job-listing-detail {
    line-height: 22px;
    color: #000000;
  }

  span.key, .key, span.val, .val {
    color: #000000;
  }

  .at-share-tbx-element .at-share-btn {
    background-color: #d6a942 !important;
    border-radius: 50% !important;
    padding: 5px !important;
  }

  .sidebar-content {
    color: #bcbe00 !important;
  }

  /*
	@media screen and (max-width:1160px) {
	    .filter-wrap select {
	        width: 22.0%;
	    }
	}
	@media screen and (max-width:1000px) {
	    .job {
	        width: 31.3333333% !important;
	    }
	    .btn-primary:link, .btn-primary:visited {
	        padding: 1.0em 1.8em;
	        font-size: 12px;
	    }
	}

	@media screen and (max-width:768px) {
	    .filter-wrap select {
	        width: 100%;
	    }
	    .job {
	        width: 46% !important;
	        margin-right: 1.5%;
	        margin-left: 1.5%;
	    }
	}
	@media screen and (max-width:520px) {
	    .job {
	        width: 100% !important;
	        min-height: auto !important;
	    }
	    .job h5 {
	        margin-top: 24px !important;
	        height: auto;
	        text-overflow: inherit;
	        word-wrap: normal;
	        overflow: hidden;
	    }
	    .job p {
	        text-overflow: inherit;
	        word-wrap: normal;
	        overflow: hidden;
	        height: auto;
	    }
	    .job-listing-details {
	        height: auto;
	    }
	}
*/


}

@media (max-width:500px) {
	  #jobs-list .job {
	  width:100%!important;
	}	
}

.btn.btn-primary.apply-button, a.btn.btn-primary.apply-button, .apply-now .apply-button:link, .apply-now .apply-button:visited, #applicationform button, .col-md-3 .apply-button:link, .col-md-3 .apply-button:visited {
		font-size:14px!important;
		letter-spacing: 2px!important;
}

@media only screen and (max-width: 600px) {
	.btn.btn-primary.apply-button, a.btn.btn-primary.apply-button, .apply-now .apply-button:link, .apply-now .apply-button:visited, #applicationform button, .col-md-3 .apply-button:link, .col-md-3 .apply-button:visited {
		font-size:12px!important;
	}
}

.backtooverview {
	border-radius: 50px;
}

.job-detail-content-div > h2:nth-child(3) > span:nth-child(1), .t2m-job-title-prefix {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    font-size: 15pt !important;
    color: #0a203b !important;
    line-height: 1.4em !important;
    text-align: center !important;
}

.btn.btn-primary.apply-button {
  	border-width: 12px !important;
	width: auto !important;
} 

.col-md-3.col-sm-3.col-xs-12.apply-now.align-right {
	width:100% !important;
	display: flex !important;
}

.btn.btn-primary.apply-button:after {
    content:'\2192' attr(title);
    display: inline-block;
	max-height: 5px;
    font-size: 0;
    opacity: 0;
    transition: opacity 0.2s 0s ease, font-size 0.2s 0.2s ease;
}

.btn.btn-primary.apply-button:hover::after {
     content: '\2192';
     margin-left: 10px;
     font-size: inherit;
     opacity: 1;
     transition: font-size 0.2s 0s ease, opacity 0.2s 0.2s ease;
}

.job-detail .job-content.ql-editor p {
  font-weight: 500 !important;
}