@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: 'geogrotesque';
    src: url('../_fonts/Geogrotesque-Medium.otf') format('otf'),
    	url('https://www.werkenbijsimac.nl/_fonts/Geogrotesque-Medium.woff') format('woff'),
		url('https://www.werkenbijsimac.nl/_fonts/Geogrotesque-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* FONTS

300 = light
400 = regular
600 = semi-bold
700 = bold

*/

/* COLORS

#C1002B = red
#373f46 = darkgrey

*/

body, html {
	margin:0;
	padding:0;
	color: #373f46;
	position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
/*    overflow-x: hidden; */
}
html {
	height: 100%;
	position: relative;
    font-size: 62.5%;
}
body {
    color: #373f46;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
* {
    box-sizing: border-box;
}
p {
    color: #373f46;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
    line-height: 2.5rem;
}
a {
    text-decoration: none;
    color: #C1002B;
}
img {
    max-width: 100%;
    height: auto!important;
}
h1,h2,h3,h4, .hookHeader{
	margin:0px;
	padding:0px;
    color: #C1002B;
}
h1:empty,h2:empty,h3:empty,h4:empty{
	margin: 0 !important;
	padding: 0 !important;
}
h1 {
	font-size: 4.4rem;
    line-height: 5.4rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}
h2, .hookHeader {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2px;
}
h3{
	font-size: 1.8rem;
}
.rightKol h2 {
    font-size: 2.8rem;
}
ul {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
}
#bisjab .outer.jbdOuter ul,
#bisjab .outer.contentOuter ul {
    padding-left: 40px;
}
#bisjab .outer.jbdOuter ul > li,
#bisjab .outer.contentOuter ul > li {
    list-style: disc;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.sw {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.error {
    color: red;
}
.avaAvailableGroup, .intro, .itemContainer, .text {
    margin-bottom: 30px;
}
.hide {
    display: none;
}
.slick-slide:focus {
    outline: none;
}

/* _________________________________________________________________________ BUTTONS */

.button,
button,
input[type=submit],
input[type=button],
a strike,
strike a,
a s,
s a,
strike,
.menuLink.aplMlink,
.menuLink.aplSnp,
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a {
	color: #C1002B;
    font-weight: bold;
    padding: 7px 16px;
    border: 2px solid #C1002B;
    display: inline-block;
    border-radius: 0 0 0 15px;
	text-align: center;
	background-color: transparent;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
li.aplAplyLiJob a,
li.aplAplyLi a {
    border: 2px solid #C1002B;
    background-color: #C1002B;
    color: #fff;
    background: #C1002B url(../_images/linkedin.png) no-repeat 93% center;
    padding-right: 40px!important;
}
.hookOuter.actHOuter.actJshOuter input.button {
	color: #fff;
    border: 2px solid #fff;
    padding: 7px 35px 7px;
    font-size: 1.6rem;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a strike:hover,
strike a:hover,
strike:hover,
.menuLink.aplMlink:hover,
li.aplAplyTk a:hover,
li.aplAplyLogin a:hover,
li.aplAplyPass a:hover,
li.aplAplyLiJob a:hover  {
	color: #fff;
    background: #C1002B;
	cursor: pointer;
}
li.aplAplyLiJob a:hover,
li.aplAplyLi a:hover {
    border: 2px solid #C1002B;
    color: #C1002B;
    background: transparent url(../_images/linkedinred.png) no-repeat 93% center;
    padding-right: 40px!important;
}
.hookOuter.actHOuter.actJshOuter input.button:hover {
	color: #C1002B;
	background: #fff;
	border: 2px solid #fff;
}
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
a strike:focus,
strike a:focus,
strike:focus,
.menuLink.aplMlink:focus {
	outline: none;
}
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a {
	margin-bottom: 10px;
}

/* _________________________________________________________________________ INPUTS */

#teaser1 .chosen-container, #teaser1 .fileUpButton, #teaser1 .fileUpParrent, #teaser1 .formInputTaC, #teaser1 input[type=text],
#teaser1 input[type=password], #teaser1 input[type=file], #teaser1 select, #teaser1 textarea {
    color: #C1002B;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: none;
    border-radius: 0 0 0 15px;
    padding-left: 20px;
    transition: 0.1s;
}
#teaser1 .chosen-container input[type=text], .chosen-container input[type=text] {
    padding-left: 0;
    border-radius: 0;
}
#teaser1 .chosen-container.chosen-container-active {
    border-radius: 0;
}
.formInputTaC {
    padding: 25px;
}
.chosen-container, .fileUpButton, .fileUpParrent, .formInputTaC, input[type=text], input[type=password], input[type=file], select, textarea {
    border: 1px solid #cecfd1;
    border-radius: 3px;
}
.outer .formInput>label {
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
}
.chosen-container {
    background: #fff url(../_images/arrow_down_small.png) no-repeat 95% center;
}
.chosen-container-active {
    border-radius: 0;
}
.chosen-container .chosen-results li {
    padding: 6px 30px!important;
}
.chosen-drop {
    border-radius: 0 0 0 15px;
    border: none!important;
}
.chosen-container .chosen-results li.highlighted {
	background: #C1002B!important;
}

.chosen-container .chosen-results li,
.chosen-container-multi .chosen-choices li.search-choice span {
	line-height: 1 !important;
}
.actJshOuter div.chosen-container-multi .chosen-choices li.search-choice {
	border: 0;
	background: none;
	box-shadow: none;
	padding: 0 0 0 15px;
	float: none;
	display: inline;
}
.actJshOuter .chosen-container-multi .chosen-choices {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.actJshOuter .chosen-container-multi .chosen-choices .search-choice:after {
	content: ",";
	display: inline-block;
}
.actJshOuter .search-choice + .search-field {
	display: none;
}

.actJshOuter div.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	left: 2px;
}
.chosen-choices {
	margin: 0;
	padding: 0;
}
.chosen-choices input {
	line-height: 22px;
}
.chosen-container-multi .chosen-choices {
	width: 90%!important;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 30px;
    position: absolute;
    top: 8px;
    left: 5px;
    color: #C1002B;
    line-height: 18px;
}
input[type=checkbox]:checked {
	background-color: #ffffff;
	border: 1px solid #cecfd1;
	color: #C1002B;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #cecfd1;
	padding: 17px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
input[type=radio]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #C1002B;
}
input[type=radio]:checked {
	background-color: #ffffff;
	border: 1px solid #cecfd1;
	color: #99a1a7;
}
input[type=radio] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #cecfd1;
	padding: 11px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-bottom: -5px;
}
.fileUpButton, .fileUpButton:hover {
    background: url(../_images/upload_file.png) no-repeat calc(100% - 10px) center;
    width: 100%!important;
    max-width: 100%!important;
    border: none;
}
.fileUpButton:hover {
    opacity: 0.5;
}
.outer.aplOuter.aplStartOuter form#aplStartSignTkF {
    display: none;
}
input.fileUp {
    width: 100%!important;
    max-width: 100%!important;
    border: none;
}
@media screen and (min-width: 768px) {
    .outer.aplOuter .buttonContainer,
    .formField.aplFormField.aplStartFormFSgnUp li.aplAplyLi,
    .formInput.aplCsc {
        padding-left: 25%;
    }
    .form.qsPage1 .formInput.aplCsc {
        padding-left: 0;
    }
}

/* _________________________________________________________________________ HEADER */

header .logoBlock {
    width: 200px;
    height: 100px;
    display: inline-block;
}
header .logoBlock img {
    padding: 17px 0 5px 0;
}
header .rightHeader {
    float: right;
    display: inline-block;
    padding: 10px 0;
}
header .languageBlock {
    display: inline-block;
    margin-left: 15px;
}
header nav.mainMenuContainer {
    display: inline-block;
}
header .bottomRightHeader {
    float: right;
    display: inline-block;
}
/* hlb 1 */
header ul.hlb1 li.mainLev {
    display: inline-block;
    margin-right: 70px;
}
header ul.hlb1 li.mainLev a {
    padding: 5px 0 6px 0;
    color: #2a2f35;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-bottom: 3px solid transparent;
}
header ul.hlb1 li.mainLev a:hover {
    color: #c1002c;
    border-bottom: 3px solid #c1002c;
}
header ul.hlb1 li ul {
    position: absolute;
    background: #fff;
    display: none;
    padding: 20px 0;
    z-index: 1000;
}
body.sticky header ul.hlb1 li ul {
    border-top: 1px solid #a7acb0;
}
@media screen and (min-width: 992px) {
    header ul.hlb1 li:hover ul {
        display: block;
    }
}
header ul.hlb1 li.mainLev ul li a {
    padding: 5px 50px;
    color: #2a2f35;
    text-transform: initial;
    font-weight: normal;
    display: block;
    border-bottom: none;
    text-align: center;
}
header ul.hlb1 li.mainLev ul li a:hover {
    color: #c1002c;
    border-bottom: none;
}
/* hlb 2 */
header ul.hlb2 a {
    color: #fff;
    background-color: #C1002B;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 2px 15px;
    border-radius: 5px;
    border: 2px solid #C1002B;
    display: block;
    margin-top: -7px;
}
header ul.hlb2 a:hover {
    color: #C1002B;
    background-color: #fff;
    border: 2px solid #C1002B;
}
/* hlb 3 */
header ul.hlb3 {
    display: inline-block;
}
header ul.hlb3 li a {
    color: #868d93;
    font-size: 1.3rem;
    line-height: 3rem;
    padding: 6px 0 0 10px;
}
header ul.hlb3 li ul li a {
    padding: 0;
    display: block;
    width: 100%;
    min-width: 120px;
    border-bottom: 1px solid #eeeeee;
}
header ul.hlb3 li ul li:last-child a {
    border-bottom: 0;
}
header ul.hlb3 li ul li a:hover {
    color: #3f3f3f;
}
header ul.hlb3 li.mainLev {
/*  background: url(../_images/small_down.png) no-repeat right 56%;
    padding-right: 18px;*/
    cursor: pointer;
}
header ul.hlb3 ul {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0 10px;
}
header ul.hlb3 li ul.show {
    display: block;
    z-index: 100;
}
/* sticky header */
@media screen and (min-width: 992px) {
    header {
        background: #fff;
    }
    body.sticky header .logoBlock {
        display: none;
    }
    body.sticky header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 100;
        background: #fff;
        border-bottom: 1px solid #a7acb0;
    }
    body.sticky {
        margin-top: 142px;
    }
    body.sticky header .rightHeader {
        padding: 5px 0 0 0;
    }
    body.sticky header .bottomRightHeader {
        padding: 10px 0 0 0;
    }
    body.sticky header ul.hlb3 {
        display: none;
    }
    body.sticky header ul.hlb2 a {
        margin-top: -12px;
    }
}

/* _________________________________________________________________________ FOOTER */

.gradientFooter {
    height: 60px;
    width: 100%;
    background: rgb(35,47,92); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(35,47,92,1) 0%, rgba(167,1,39,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f5c', endColorstr='#a70127',GradientType=1 ); /* IE6-9 */
}
footer {
    background: #293742;
    color: #a7acb0;
    font-size: 1.5rem;
}
footer a {
    color: #a7acb0;
}
footer a:hover {
    text-decoration: underline;
}
footer .topFooter {
    padding: 12px 0;
    border-bottom: 1px solid #2a2f35;
}
footer .bottomFooter {
    padding: 12px 0;
}
footer .leftFooter {
    font-weight: lighter;
    font-size: 1.3rem;
}
footer .leftFooter span {
    margin-right: 15px;
}
/* hlb5 */
footer ul.hlb5 {
    float: right;
}
footer ul.hlb5 li {
    display: inline-block;
    margin-right: 2px;
    font-weight: lighter;
    font-size: 1.3rem;
}
footer ul.hlb5 li:after {
    content: '-';
    margin-left: 6px;
}
footer ul.hlb5 li:last-child {
    margin-right: 0;
}
footer ul.hlb5 li:last-child:after {
    content: none;
}

/* _________________________________________________________________________ MOBILEMENU */

.menuBlock {
    display: none;
}
.hamburger {
    height: 40px;
    z-index: 99999999;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #C1002B;
    color: #fff;
    transition: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}
.hamburger .inner {
    position: relative;
    padding: 7px;
    text-align: center;
}

/* _________________________________________________________________________ BISJAB */

#bisjab {
    padding: 80px 0;
    min-height: 600px;
}
.bisjab em {
    font-style: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
    display: block;
	font-weight: normal;
}
.bisjab a strike {
    margin-top: 20px;
}
.bisjab p, .bisjab .text.contentText {
	font-weight: 300;
    margin-bottom: 20px;
}
.bisjab .text.contentText:last-child {
    margin-bottom: 0;
}
.bisjab .text {
    margin-bottom: 0;
}
.bisjab .intro.contentIntro em {
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #828c95;
    font-weight: 300;
}
.bisjab .intro.contentIntro, .bisjab .intro.contentIntro p {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #373f46;
    font-weight: normal;
}
.bisjab h2.subHeader.contentSubHeader {
    font-size: 1.6rem;
    line-height: 2.5rem;
}
#HP .bisjab h2.subHeader.contentSubHeader {
    font-size: 2.6rem;
    line-height: 3.4rem;
}

/* _________________________________________________________________________ BISJAB 1 KOLOM */



/* _________________________________________________________________________ BISJAB 2 KOLOM */

.bisjab2Kolom .kol1 .col-md-6 {
    padding-right: 0;
}
.bisjab.bisjab2Kolom.contentBisjab .kol1 .col-md-6 {
    padding-right: 15px;
}
.bisjab2Kolom .kol2 .col-md-6 {
    padding-left: 0;
}
.bisjab.bisjab2Kolom.contentBisjab .kol2 .col-md-6 {
    padding-left: 15px;
}
.bisjab2Kolom .textContainer {
    padding: 0 60px;
}
.bisjab2Kolom .photo {
    line-height: 0;
}
.bisjab2Kolom .photo img {
    width: 100%;
}
.bisjab2Kolom .photo.mobileContainer {
	display: none;
}

/* _________________________________________________________________________ JOBOVERVIEW */

.menuContainer.actMc.actTopMenu,
.menuContainer.actMc.actBottomMenu,
.itemFooter.actIf {
    display: none;
}
.actSResContainer {
    background: #fff;
}
h2.subHeader.actSh.actShNj {
    padding: 30px 30px 10px 30px;
}
.text.actText.actTextNj {
    padding: 10px 30px 0 30px;
}
.actSROf {
    max-width: 300px;
}
.actSRCf {
    border: 1px solid #eeeeee;
    border-radius: 0 0 0 25px;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    background: #fff;
    max-width: 300px;
}
.actSRCf .optionListTitle {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    color: #C1002B;
}
.optionListContainer.actLc.actLcKeywords ul li a {
    color: #373f46;
    font-size: 1.6rem;
    line-height: 3rem;
}
.optionListContainer.actLc.actLcKeywords ul li {
    padding-left: 40px;
    background: url(../_images/check.png) no-repeat 0% 50%;
}
.optionListContainer {
    border-bottom: none;
}
.itemContainer.actIc {
    border: 1px solid #eeeeee;
    border-radius: 0 0 0 25px;
    padding: 30px 35px 85px 35px;
    background: #fff;
    position: relative;
}
h3.h2.itemTitle.actItemTitle a {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
#JO .t1o .teaserItemContainer .textContainer .teaserText {
    display: none;
}
#JO .t1o h1.title.actTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5.8rem;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    /* font-family: 'geogrotesque'; */
    font-weight: normal;
}
.outer.actouter.actOuter.vacRes1Outer h1.title.actTitle {
    display: none;
}
#JO #bisjab {
    padding: 0 0 80px 0;
}
.outer.actouter.actOuter.vacRes1Outer {
    margin-top: -65px;
}
.matchFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #293743;
    width: 100%;
    color: #fff;
    border-radius: 0 0 0 25px;
    padding: 10px 35px;
    min-height: 48px;
}
span.locatieMatch {
    padding-left: 35px;
    background: url(../_images/location_white.png) no-repeat left center;
}
span.DienstVerbandMatch {
    padding-left: 40px;
    background: url(../_images/vakgebied.png) no-repeat left center;
}
span.WerkErvaringMatch {
    padding-left: 45px;
    background: url(../_images/ervaring.png) no-repeat left center;
}
.matchFooter span {
    margin-right: 30px;
    font-weight: 300;
}
.matchFooter span:last-child {
    margin-right: 0;
}
.itemContainer.actIc .bekijkVac {
    display: none;
    margin-top: 10px;
}
.itemContainer.actIc .bekijkVac a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.itemContainer.actIc .bekijkVac a:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #C1002B;
}
.itemContainer.actIc .itemDescription.actItemDescr {
    min-height: 50px;
}
h3.h2.itemTitle.actItemTitle {
    display: inline-block;
}
/* pagenav */
.pageNav a {
    color: #373f46;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 5px;
}
.pageNav a:hover {
    color: #C1002B;
}
.pageNav a.pnActive {
    background: none;
    color: #C1002B;
    font-weight: bold;
}
a.pnLast.actLast, a.pnFirst.actFirst {
    display: none;
}
/* hover */
.itemContainer.actIc:hover {
    text-align: center;
    background: rgb(35,47,92);
    background: -moz-linear-gradient(left, rgba(35,47,92,1) 0%, rgba(167,1,39,1) 100%);
    background: -webkit-linear-gradient(left, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    background: linear-gradient(to right, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f5c', endColorstr='#a70127',GradientType=1 );
}
.itemContainer.actIc:hover h3.h2 a {
    color: #fff;
}
.itemContainer.actIc:hover .itemDescription.actItemDescr {
    display: none;
}
.itemContainer.actIc:hover .matchFooter {
    background: none;
    position: relative;
}
.itemContainer.actIc:hover .bekijkVac {
    display: block;
}
/* Facets */
.optionListContainer.actLc.actLcMcrit {
    display: none;
}
.t1o .optionList {
    margin-top: 35px;
}
.t1o .optionList ul {
    text-align: center;
}
.t1o .optionList li {
    display: inline-block;
    margin: 0 20px;
}
.t1o .optionList a {
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    padding-left: 40px;
}
.t1o .optionList a:before {
    content: '';
    background: url(../_images/cross.png) no-repeat center left;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 3px;
    transition: 0.3s;
}
.t1o .optionList a:hover:before {
    transform: rotate(90deg);

}
.optionListTitle.facetListTitle a {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
.optionListContainer.facetListCon {
    border: 1px solid #eeeeee;
    border-radius: 0 0 0 25px;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    background: #fff;
}
.optionList.facetList a {
    color: #373f46;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.optionList.facetList a span {
    display: none;
}
.optionListContainer.facetListCon.facetLccategorie.facetLcLast {
    display: none;
}
.optionList.facetList ul,
.optionListContainer.actLc.actLcMcrit .optionList ul {
	padding: 0;
}
.optionList.facetList ul li a,
.optionListContainer.actLc.actLcMcrit .optionList ul li a:hover {
    padding-left: 40px;
    background: url(../_images/box.png) no-repeat 0% 50%;
}
.optionList.facetList ul li a:hover,
.optionListContainer.actLc.actLcMcrit .optionList ul li a {
    padding-left: 40px;
    background: url(../_images/check.png) no-repeat 0% 50%;
}
.actSRFacetCont.actSRFacetContJobs {
    display: block;
}
div#Facetslide {
    display: none;
    width: 100%;
    padding: 6px 0;
    background-color: #293743;
    color: white;
    position: fixed;
    font-weight: normal;
    bottom: 40px;
    z-index: 999;
    left: 0;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #a7acb0;
}
/* hlb 6 */
.actSRFacetCont.actSRFacetContJobs ul.hlb6 a {
    width: 100%;
}
.hookHeader.agentsSubscribeHeader.actHHeader,
.hookText.agentsSubscribeText.actHText {
    display: none;
}
.hookOuter.agentsSubscribeOuter.actHOuter {
    margin-top: 30px;
}
.hookOuter.agentsSubscribeOuter.actHOuter a {
    background: #C1002B;
    color: #fff;
}
.hookOuter.agentsSubscribeOuter.actHOuter a:hover {
    background: #fff;
    color: #C1002B;
}

/* _________________________________________________________________________ JOBDETAIL */

h2.subHeader.jbdSh.jbdShLoc, .text.jbdText.jbdTextLoc,
h2.subHeader.jbdSh.jbdShPubStart, .text.jbdText.jbdTextPubStart,
h2.subHeader.jbdSh.jbdShCp, .text.jbdText.cpContainer.jbdCpContainer {
    display: none;
}
.jbdOuter .photo1.jbdPhoto1 {
    display: none;
}
.jbdOuter h2.subHeader.jbdSh {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 600;
}
.jbdOuter p, .jbdOuter .jbdText {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.5rem;
}
.jbdOuter ul {
    padding: 20px;
}
.jbdOuter li {
    list-style: disc;
}
#JD #bisjab {
    padding: 50px 0 80px 0;
}
.rightKol input.button.jbdButton.jbdButApl {
    width: 100%;
    margin-top: 30px;
    padding: 10px 16px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.jbdOuter .buttonContainer.jbdBc {
    display: none;
}
.jbdOuter h1.title.jbdTitle {
    display: none;
}
.t1o h1.title.jbdTitle {
    color: #fff;
}
#stickyJD.stick {
    position: fixed;
    top: 0;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
/* Jobdetailhook */

.hookItemContainer.mDhItC {
    display: inline-block;
}
.hookItemTitle.mDhItT, .hookHeader.mDhT, .hookSubHeader.mDhSh,
.hookText.mDhTx.mDhTxAddress {
    display: none;
}
.hookItemContainer.mDhItC ul li {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}
.hookItemContainer.mDhItC ul li:not(:last-child):after {
    content: ',';
}
.hookItemContainer.mDhItC ul li:last-child {
    margin-right: 20px;
}
.hookItemWord.mDhIw ul {
    line-height: 2rem;
}
.hookItemWord.mDhIw.Locatie ul {
    padding-left: 40px;
    background: url(../_images/location_white.png) no-repeat left center;
}
.hookItemWord.mDhIw.Werkervaring ul {
    padding-left: 40px;
    background: url(../_images/ervaring.png) no-repeat left center;
}
.hookItemWord.mDhIw.Vakgebied ul {
    padding-left: 40px;
    background: url(../_images/vakgebied.png) no-repeat left center;
}
.text.jbdStatPub {
    background: #96072e;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 2px 12px;
    margin-bottom: 20px;
    display: none;
}
/* Sticky apply */
body#JD footer {
    padding-bottom: 100px;
}
.stickyApply.scroll-up {
    transform: translateY(+100%);
}
.stickyApply {
    width: 100%;
    background: rgb(35,47,92);
    background: -moz-linear-gradient(left, rgba(35,47,92,1) 0%, rgba(167,1,39,1) 100%);
    background: -webkit-linear-gradient(left, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    background: linear-gradient(to right, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f5c', endColorstr='#a70127',GradientType=1 );
    padding: 35px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    transform: translateY(0);
    transition: 0.4s;
}
.stickyApply h1.title.jbdTitle, .stickyApply input.button.jbdButton.jbdButApl {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 0;
    font-weight: 600;
}
.stickyApply h1.title.jbdTitle {
    vertical-align: middle;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.stickyApply input.button.jbdButton.jbdButApl {
    border: 2px solid #fff;
}
.stickyApply input.button.jbdButton.jbdButApl:hover {
    color: #C1002B;
    background: #fff;
}
.stickyApply .sticky2 {
    text-align: center;
}
.stickyApply .sticky3 {
    text-align: right;
}
.stickyApply .sticky3 span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    vertical-align: middle;
}
/* Addthis */
a.at-icon-wrapper.at-share-btn {
    background-color: transparent!important;
    margin: 0 5px!important;
}
.addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px!important;
}
.addthis_inline_share_toolbox svg.at-icon {
    width: 28px!important;
    height: 28px!important;
    margin-top: 2px!important;
}
/* Consultanthook */

.hookOuter.fhlOuter.chlOuter a,
.hookHeader.fhlTitle.chlTitle,
.consFooter a {
    color: #fff;
}
.hookOuter.fhlOuter.chlOuter {
    background: #363f46;
    color: #fff;
    padding: 30px;
    margin-bottom: 0;
    margin-top: -165px;
}
.hookOuter.fhlOuter.chlOuter p {
    color: #fff;
    margin: 0;
}
#stickyJD.stick .hookOuter.fhlOuter.chlOuter {
    margin-top: 0;
}
.consFooter {
    background: #2a2f35;
    color: #fff;
    padding: 20px 30px;
    margin-bottom: 0;
    border-radius: 0 0 0 25px;
}
.t5o .consFooter .teaserItemContainer:first-child {
    margin-bottom: 20px;
}
.t5o .consFooter .teaserItemContainer:last-child {
    margin-bottom: 0!important;;
}
.hookHeader.fhlTitle.chlTitle {
    font-weight: normal;
}
.hookItemWord.fhlItemWord.chlItemWord span {
    display: none;
}
.hookItemPhoto1.fhlPhoto1.chlPhoto1 {
    text-align: center;
    margin: 15px 0;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneCell {
    padding-left: 30px;
    background: url(../_images/phone.png) no-repeat left center;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail {
    padding-left: 30px;
    background: url(../_images/mail.png) no-repeat left center;
}
.hookItemContainer.fhlItemContainer.chlItemContainer {
    pointer-events: none;
}

/* _________________________________________________________________________ CONTENT / CONTACT */

.outer.qsPIOuter h1.title {
    font-size: 2.6rem;
    line-height: 4rem;
    border-bottom: 1px solid #a7acb0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.outer.qsPIOuter .buttonContainer {
    padding-left: 25%;
}
#CT ul.hlb6 {
    margin-top: 30px;
}
#CT ul.hlb6 li a {
    width: 100%;
    margin-bottom: 20px;
}
#CT ul.hlb6 li:last-child a {
    margin-bottom: 0;
}

/* _________________________________________________________________________ TEASER 1 */

.t1o .teaserItemContainer {
    position: relative;
}
.t1o .teaserItemContainer img {
    width: 100%;
}
.t1o .teaser1Photo {
	line-height: 0;
}
.t1o .textContainer {
	line-height: 2.8rem;
}
.t1o .tableContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

.t1o .teaserSubHeader {
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5.8rem;
    text-align: center;
	max-width: 800px;
	margin: 0 auto;
	/*font-family: 'geogrotesque';*/
}
body:not(#HP):not(#JO) .t1o .teaserSubHeader {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 300;
    text-align: left;
    margin: 0 0 8px 0;
    text-transform: initial;
}
#HP .t1o .teaserSubHeader {
	margin-bottom: 70px;
}
body:not(#HP) .t1o .teaserItemContainer .textContainer {
    margin-top: -25px;
}
body:not(#HP) .t1o .teaserText p, body:not(#HP) .t1o .teaserText {
    font-size: 4.4rem;
    line-height: 5rem;
    color: #fff;
    font-weight: 600;
}
body:not(#HP) .t1o .teaserText p u, body:not(#HP) .t1o .teaserText u {
    font-weight: 600;
    border-bottom: 4px solid white;
    padding-bottom: 8px;
    text-decoration: none;
}
.t1o .teaserIntro {
	position: relative;
	display: none;
}
.t1o .introImage img {
    width: 100%!important;
}
.t1o .introTekst p {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    /* font-family: 'geogrotesque'; */
    margin-bottom: 30px;
}

/* _________________________________________________________________________ TEASER 2 */


/* _________________________________________________________________________ TEASER 3 */

.t3o svg {
    max-width: 100%;
    max-width: 100%;
    /*height: auto;*/
}
.t3o {
    padding: 70px 0 70px 0;
    border-bottom: 1px solid #a7acb0;
}
.t3o .tTitle {
    color: #C1002B;
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.t3o .tSubHeader {
    color: #C1002B;
    font-weight: 600;
}
.t3o .tIntro {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 30px;
}
.t3o .tText, .t3o .tText p {
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 2.8rem;
}
#map {
	position: relative;
	display: block;
    text-align: center;
}
#markers {
	position: absolute;
	display: block;
	width: 433px;
	height: 525px;
	max-width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
}
#markers span {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #C1002B;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #C1002B;
    cursor: pointer;
    background-clip: content-box;
}
svg#mapsvg path {
    fill: #d1d1d1;
    stroke: #fff;
    stroke-width: 0;
}
#popover {
	display: none;
    background: rgba(255,255,255,0.9);
    border: 1px solid #a7acb0;
    position: absolute;
    padding: 30px 30px 85px 30px;
    border-radius: 0 0 0 25px;
    height: 475px;
    width: 370px;
    max-width: 100%;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    top: 20px!important;
}
#popover.open {
	display: block;
}
#popover .close {
	float: right;
	cursor: pointer;
}
#popover h2 {
    font-size: 2.6rem;
    color: #C1002B;
    margin-bottom: 20px;
}
#popover h3 {
	font-size: 1.8rem;
}
#popover .results {
	margin: 0 0 20px 0;
}
#popover .no-results {}
#popover .btn {
    background-color: #C1002B;
    padding: 15px 30px;
    margin: 0 -31px -1px -31px;
    border-radius: 0 0 0 25px;
    position: absolute;
    bottom: 0;
    width: calc(100% + 2px);
}
#popover .btn .button {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 0;
    line-height: 2.4rem;
}
#popover .jobTitle {
	color: #C1002B;
	font-weight: bold;
}
#popover .jobItem {
	border-bottom: 1px solid #a7acb0;
	line-height: 3rem;
	padding: 18px 0;
}

/* _________________________________________________________________________ TEASER 4 */

.t4o .teaserIntro {
    margin-bottom: 18px;
}
.t4o .teaserItemContainer {
    display: inline-block;
    margin-right: 10px;
}

/* _________________________________________________________________________ TEASER 5 */

.t5o a, .t5o p {
    color: #fff;
    margin-bottom: 0;
}
.t5o .teaserItemContainer .teaserSubHeader {
    font-weight: 600;
}
.t5o .teaserItemContainer .teaserText {
    font-weight: 300;
}
.t5o .consFooter .teaserFoto {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    height: 20px;
}
.t5o .consFooter .teaserText {
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 8px;
    font-weight: 300;
}
.t5o .teaserSubHeader {
    font-weight: 600;
}

/* _________________________________________________________________________ JOBSEARCHHOOK */

.hookOuter.actHOuter.actJshOuter {
    max-width: 1070px;
    max-width: 300px;
    margin: 0 auto;
    margin: 0;
}
/* .hookOuter.actHOuter.actJshOuter .hookHeader.actHHeader, */
.hookOuter.actHOuter.actJshOuter .hookBottomLink.actHBl {
	display: none;
}
.hookOuter.actHOuter.actJshOuter {
    border: 1px solid #eeeeee;
    border-radius: 0 0 0 25px;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    background: #fff;
}
.hookOuter.actHOuter.actJshOuter .hookHeader.actHHeader {
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
.hookOuter.actHOuter.actJshOuter form > div {
    width: calc((100% - 200px) / 3);
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 30px;
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 0;
}
.hookOuter.actHOuter.actJshOuter form {
    display: flex;
    position: relative;
}
.hookOuter.actHOuter.actJshOuter input[type="text"]{
    max-width: 100%;
    padding-right: 50px;
}
.hookOuter.actHOuter.actJshOuter .hookButton.actHButton {
    width: auto;
	padding-right: 0;
    
    margin-left: 20px;
    flex-shrink: 0;
    position: absolute;
    top: -1px;
    right: 1px;
}
.hookOuter.actHOuter.actJshOuter .hookButton.actHButton input {
    background: url("../_images/search-solid.svg") no-repeat center center / 20px;
    font-size: 0;
    width: 100%;
    padding: 0;
    width: 50px;
    height: 35px;
}
.hookOuter.actHOuter.actJshOuter .hookInput.actHInput.actHVsi {
    display: none;
}

/* _________________________________________________________________________ JOBSHORTLIST */

.hookOuter.jslOuter .hookHeader.jslTitle {
    text-align: center;
    margin-bottom: 55px;
}
body:not(#HP) .hookOuter.jslOuter {
    padding: 60px 0;
    border-top: 1px solid #a7acb0;
    margin: 0;
}
#HP .hookOuter.jslOuter {
    padding-bottom: 60px;
    border-bottom: 1px solid #a7acb0;
    margin: -32px 0 0 0;
}
#HP .hookHeader.jslTitle {
	display: none;
}
.hookItemContainer.jslItemContainer {
    border-radius: 0 0 0 25px;
	margin-bottom: 20px;
}
.hookItemContainer.jslItemContainer:hover {
	cursor: pointer;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
}
.jslTextContainer {
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-radius: 0 0 0 25px;
    padding: 30px 30px 35px;
}
.jslTextContainer a {
    font-weight: 600;
    font-size: 2.2rem;
}
.jslTextContainer .hookItemWord.jslKeyword.jslLocation {
	font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 9px;
    padding-left: 30px;
    background: url(../_images/location.png) no-repeat left center;
}
.jslTextContainer .hookItemWord.jslKeyword.jslLocation span {
    display: none;
}
.jslPhoto {
    position: relative;
	line-height: 0;
}
.jslPhoto img {
    width: 100%;
}
.jslPhoto:before {
    content: '';
    position: absolute;
    background: url(../_images/arrow_right.png) no-repeat;
    width: 49px;
    height: 49px;
    bottom: 0;
    right: 0;
}
.jslPhoto:after {
    height: 6px;
    left: 0;
    width: 100%;
    content: '';
    bottom: -6px;
    position: absolute;
    background: rgb(35,47,92);
    background: -moz-linear-gradient(left, rgba(35,47,92,1) 0%, rgba(167,1,39,1) 100%);
    background: -webkit-linear-gradient(left, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    background: linear-gradient(to right, rgba(35,47,92,1) 0%,rgba(167,1,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f5c', endColorstr='#a70127',GradientType=1 );
}

/* _________________________________________________________________________ COOKIEBAR */

.ckOuter input[type=submit] {
    padding-left: 30px;
    background: url(https://www.werkenbijsimac.nl/_images_global/ckCheck.png) 8px no-repeat;
}

/* _________________________________________________________________________ LANGUAGEBLOCK LLB */

.llb.currentLang1 a:last-child {
    border-right: none;
}
.llb.currentLang1 a:hover {
    color: #868d93;
}
.llb.currentLang1 .langflag_3 {
    color: #d3d4d6;
}
.llb.currentLang3 .langflag_1 {
    color: #d3d4d6;
}
.langflag_1, .langflag_3 {
    width: auto;
    background: none;
    color: #868d93;
    font-size: 1.3rem;
    font-weight: 300;
    height: auto;
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid #868d93;
    line-height: 1.6rem;
}
.langflag_1:after {
    content: 'Nederlands';
}
.langflag_3:after {
    content: 'English';
}

/* _________________________________________________________________________ SOLLICITEREN */
.menuContainer.aplMc.myProfileMenu,
.pcOuter {
    display: none;
}
.intro.aplLink.aplAplSLink li.aplAplyLogin,
.intro.aplLink.aplAplSLink li.aplAplyPass,
.intro.aplLink.aplAplSLink li.aplAplyTk,
.appRow.aplAr.aplAplSAr,
.intro.aplLink.aplAplSLink li.aplAplyLeave {
    display: none;
}
h1.title.aplTitle,
h2.subHeader.aplSh,
.formField.aplFormField h2.subHeader {
    font-size: 2.6rem;
    line-height: 4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7acb0;
    margin-bottom: 20px;
}
.intro.aplLink.aplAplSLink {
    margin-left: 25%;
    margin-bottom: 20px;
}
.outer.aplOuter.aplAplSOuter .buttonContainer {
    margin-left: 25%;
}
.outer.aplOuter.aplAplSOuter form.qsPageOuter .buttonContainer {
    margin-left: 0;
}
.formInput.formSmallInput.aplCheckContainer {
    display: inline-block;
    width: 50%;
    float: left;
}
.formInput.formSmallInput.aplCheckContainer label {
    width: 50%;
    max-width: 50%;
}
.formInput.aplCsc {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.formInput.aplCsc label {
    display: none;
}
.g-recaptcha {
    float: right!important;
    margin-right: 13px!important;
}
.aplStartFormTkSgnUp .formInput.aplCsc {
    display: block;
    width: 100%;
}
.aplStartFormTkSgnUp .g-recaptcha {
    float: unset!important;
    margin-right: 0!important;
}


/*Company Profiles - added 24-06-2019*/
#CP .leftSide h3 {
    font-size: 2.4rem;
    color: #828c95;
    font-weight: 300;
    line-height: 3rem;
    margin: 0 0 25px 0;
}
#CP .introDuctiontext {
    margin: 0 0 30px 0;
    font-size: 2rem;
    line-height: 3rem;
}
#CP .leftSide h2{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #a80127;
    font-weight: 700;
}
#CP ul.slick-dots{
    display:block;
    margin:15px 0 0 0;
    padding:0;
    text-align:center;
}
#CP ul.slick-dots li button{
    display:none;
}
#CP ul.slick-dots li{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:100%;
    background:#b085af;
    margin:0 5px;
    cursor:pointer;
    transition:0.2s;
}
#CP ul.slick-dots li.slick-active{
    background:#a80127;
}
#CP .moreInfoContainer{
    max-width: 270px;
    background: #363f46;
    color: #fff;
    margin-left: auto;
    padding:30px 30px 0 30px;
    border-radius:0 0 0 25px;
    overflow:hidden;
}
#CP .moreInfoContainer h4 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
}
#CP .contactImage img {
    margin: 20px auto;
    display: block;
    border-radius: 100%;
}
#CP .company {
    font-size: 1.8rem;
}
#CP .linksSection{
    background: #2a2f35;
    color: #fff;
    padding:20px 30px;
    margin:15px -30px 0 -30px;
}
#CP .linksSection a{
    color: #fff;
}
#CP .linksSection a{
    display:inline-block;
    padding-left:24px;
    background-repeat:no-repeat;
    background-position:left center;
}
#CP .linksSection a[href*=mailto]{
    background-image:url(../_images/pcp/mail.png);
}
#CP .linksSection a[href*=tel]{
    background-image:url(../_images/pcp/phone.png);
}
/*Company profile overview*/
#CP .bisjabVestigingen .col-md-4.col-sm-6{
    margin:0 0 30px 0;
}
#CP .vestiging{
    cursor:pointer;
    border-radius: 0 0 0 25px;
    transition:0.2s;
}
#CP .vestigingImage img{
    display: block;
}
#CP .vestigingContent {
    border: 1px solid #eeeeee;
    padding: 30px;
    border-radius: 0 0 0 25px;
}
#CP .vestigingLocation p {
    margin: 0;
}
#CP .vestigingLocation {
    padding-left: 25px;
    background-image: url(../_images/pcp/location.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 17px;
    color: #373f46;
}
#CP .vestigingImage > a {
    position: relative;
    display: block;
}
#CP .pcpButton{
    position:absolute;
    right:0;
    bottom:0;
}
#CP .vestiging:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
#CP .vestigingImage img:not(.pcpButton) {
    display: block;
    width: 100%;
}
body#CP .hookOuter.jslOuter {
    margin: 40px 0 0 0;
    padding-bottom: 0;
}
/* _________________________________________________________________________ 1400PX */

@media screen and (max-width: 1400px) {
    #JO .t1o h1.title.actTitle {font-size: 3.6rem;line-height: 4rem;}
    .outer.actouter.actOuter.vacRes1Outer { margin-top: -35px;}
}

/* _________________________________________________________________________ 1300PX */

@media screen and (max-width: 1300px) {
	.t1o .teaserSubHeader { font-size: 3rem; line-height: 3.5rem; margin-bottom: 25px;}
	#HP .t1o .teaserSubHeader {margin-bottom: 25px;}
}

/* _________________________________________________________________________ 1200PX */

@media screen and (max-width: 1200px) {
    .stickyApply .sticky1, .stickyApply .sticky2, .stickyApply .sticky3 { text-align: center; width: 100%; }
    .stickyApply {padding: 5px 0;}
    .stickyApply .sticky3 > span {display: none;}
    .stickyApply h1.title.jbdTitle { margin-top: 3px; margin-bottom: 10px;}
}

/* _________________________________________________________________________ 1150PX */

@media screen and (max-width: 1150px) {
    #JD .rightKol.col-md-offset-1, #CT .rightKol.col-md-offset-1 {margin-left: 0;}
    #JD .rightKol.col-md-3, #CT .rightKol.col-md-3 {width: 33%;}
}

/* _________________________________________________________________________ 991PX */

@media screen and (max-width: 991px) {

    .hookOuter.actHOuter.actJshOuter {
        max-width: 100%;
    }

    header .rightHeader { position: absolute; right: 15px; top: 0;}
    .bottomHeader {
        position: absolute;
        right: 15px;
        top: 56px;
    }
    header ul.hlb1 li.mainLev { display: block;}
    .menuOpen nav.mainMenuContainer{transform: translateY(0);}
	.menuOpen .hamburger { bottom: calc(100% - 140px);}
	nav li.hasSub a {background: none;}
	nav.mainMenuContainer {
        position: fixed;
        background-color: #fff;
        width: 100%;
        right: 0;
        bottom: 0;
        transition: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
        transform: translateY(100%);
        max-width: 100vw;
        z-index: 999999;
        height: calc(100% - 140px);
        max-height: 100%;
        overflow-y: auto;
        text-align: center;
	}
    header ul.hlb1 li.mainLev a:hover { color: #c1002c; border-bottom: none; }
    header ul.hlb1 li.mainLev a {border-bottom: none; padding: 15px 25px 15px 25px; }
    header ul.hlb1 li.mainLev { margin-right: 0; }
	nav ul > li {  display: block;}
	nav ul > li > a { color: #fff;padding: 15px 30px;display: block;}
	nav ul > li > a:hover { color: #ec7404;}
	nav li.mainLev {  display: block;  width: 100%;	}
	nav ul li.mainLevactive { background-color: transparent;  border-radius: 0; padding: 0;	}
	nav ul li.hasChilderen ul {
		position: relative;
		width: 100%;
		z-index: 100;
	    margin: 0!important;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        padding: 0;
	}
	nav ul li.hasChilderen ul li:first-child a, nav ul li.hasChilderen ul li a, nav ul li.hasChilderen ul li:last-child a {
	    border-radius: 0;
	    padding: 15px 25px 15px 25px;
	    background: rgb(240, 240, 240);
	}
	nav ul li.mainLevactive {display: block;}
	.mainLev.hasChilderen.openSub .subMenu {transform: rotate(90deg);}
	.subMenu {
		width: 60px;
	    height: 60px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    background: url(../_images/arrow_down.png) no-repeat center center;
		transition: 0.5s;
		cursor: pointer;
	}
	li.hasChilderen.openSub ul {display: block;}
	nav.mainMenuContainer ul li {position: relative;   overflow: hidden;}
    .menuBlock{display: block;}
    footer .topFooter .mainLev:nth-child(-n+2) {margin-bottom: 20px;}
    footer{ margin-bottom: 40px;}
	.bisjab2Kolom .kol1 .col-md-6 {padding-right: 15px;}
	.bisjab2Kolom .kol2 .col-md-6 {padding-left: 15px;}
	.bisjab2Kolom .textContainer { padding: 60px 60px;}
	.bisjab2Kolom .photo.mobileContainer { display: block;}
	.bisjab2Kolom .kolContainer:nth-child(3) {display: none;}
	#HP .hookOuter.jslOuter{margin: 40px 0 0 0;}
    .stickyApply {bottom: 40px;}
    .stickyApply .sticky1, .stickyApply .sticky3 {display: none;}
    .stickyApply { padding: 15px 0;}
    /*.rightKol { max-width: 500px; margin: 0 auto;}*/
    .hookOuter.fhlOuter.chlOuter{margin: 0;}
    #stickyJD{position: relative!important; top: unset!important; max-width: 300px!important;margin-top: 50px;}
    div.ckOuter { bottom: 40px;    }
	/* Equalheight */
	.bisjab2Kolom .kolContainer { height: auto!important;}
    .actSROf { max-width: unset;}
    div#Facetslide{display: block;}
    .actSRFacetCont.actSRFacetContJobs {display: none;}
    .itemContainer.actIc .bekijkVac a { width: auto;}
    body:not(#HP) .t1o .teaserItemContainer .textContainer {margin-top: 0;}
    #JD .rightKol.col-md-3, #CT .rightKol.col-md-3 { width: auto;}
}

/* _________________________________________________________________________ 767PX */


@media screen and (min-width: 768px) {
    .outer .apllDate>div, .outer .chosen-container, .outer .fileUpButton, .outer .fileUpParrent, .outer .formMultiCheckbox>div,
    .outer .formRadio>div, .outer .g-recaptcha, .outer .mceEditor, .outer div.formInputTaC, .outer input[type=text],
    .outer input[type=password], .outer input[type=file], .outer select, .outer textarea {
        max-width: 75%;
    }
    #CP .moreInfoContainer {
        margin-top: -160px;
    }
}

@media screen and (max-width: 768px) {
    h1{font-size: 3rem;line-height: 3.8rem;}
    h2, .hookHeader {font-size: 2.3rem;line-height: 3rem;}
    .outer .formInput>label{text-align: left; padding-right: 0;}
    footer {text-align: center;}
    footer .topFooter .mainLev {margin-bottom: 20px;}
    footer .topFooter .mainLev:last-child {margin-bottom: 0;}
    footer ul.hlb5 {float: unset;}
	.hookOuter.actHOuter.actJshOuter form > div { width: 100%; padding-right: 0;}
	.t1o .teaserIntro {display: block;}
	.t1o .teaserItemContainer { display: none;}
	.t1o .teaserSubHeader { font-size: 3rem; line-height: 3.5rem; margin-bottom: 25px;}
	#HP .t1o .teaserSubHeader {margin-bottom: 25px;}
	#HP .hookOuter.jslOuter{margin: -20px 0 0 0;}
    body:not(#HP) .t1o .teaserText p, body:not(#HP) .t1o .teaserText { font-size: 2.8rem;line-height: 3.5rem;}
    .t3o svg { height: auto;}
    .hookOuter.mDhOut .hookItemContainer.mDhItC {display: block;}
    .formInput.formSmallInput.aplCheckContainer, .formInput.aplCsc { display: block; width: 100%; float: unset;}
    .g-recaptcha{float: unset!important; margin-right: 0!important;}
    .intro.aplLink.aplAplSLink{margin-left: 0;}
    .outer.aplOuter.aplAplSOuter .buttonContainer{margin-left: 0;}
	/* Equalheight */
	footer .topFooter .mainLev { height: auto!important;}
    body#JO .t1o .teaserText {display: none;}
    #JO .t1o h1.title.actTitle {font-size: 3rem; line-height: 3.8rem;}
    .itemContainer.actIc{padding: 30px 20px 85px 20px;}
    .matchFooter{padding: 10px 20px;}
    #CP .moreInfoContainer {
        margin: 30px auto 0 auto;
    }
    #CP .introDuctiontext {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

/* _________________________________________________________________________ 550PX */

@media screen and (max-width: 550px) {
	.bisjab2Kolom .textContainer {padding: 40px 0;}
	.t1o .teaserSubHeader { text-transform: initial;  font-size: 2rem; line-height: 2.5rem; margin-bottom: 15px;}
	#HP .t1o .teaserSubHeader {margin-bottom: 15px;}
	#HP .hookOuter.jslOuter {margin: 60px 0 0 0;}
	.hookOuter.actHOuter.actJshOuter form > div { margin-bottom: 10px;}
	.hookOuter.actHOuter.actJshOuter form > div.hookButton.actHButton { margin-bottom: 0;}
    .jslTextContainer a {font-size: 1.8rem;}
    header .rightHeader{padding: 0;}
    header ul.hlb3{display:block;text-align:right;}
    .bottomHeader{top:63px;}
    header .languageBlock{margin-top:-5px;margin-left: 0px;display:block;}
    header ul.hlb3 ul {right: 0;padding-left: 0; padding-right: 10px;}
}