@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,900|Montserrat:300,400,500,600,700,900);

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
body,
html {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	color: #000000;
}
html {
	font-size: 62.5%
}
body {
	font-size: 16px;
	font-size: 1.6rem
}
label {
    margin: 10px 0 0 0;
}
.intro,
.text,
.tekstblokje,
.itemContainer,
.itemDescription,
.hookItemContainer,
.hookText,
.formText,
.moduleIntro,
.moduleTextm,
.error,
.tText {
	line-height: 30px;
	line-height: 3rem
}
.intro {
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 2em
}
h1 {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 42px;
	line-height: 4.2rem;
	margin: 0 0 30px 0;
	color: #000000
}
h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 27px;
	line-height: 2.7rem;
	margin: 0;
	color: #000000;
    font-weight: 900;
}
a {
	text-decoration: none;
	color: #F0542D;
}
a:hover {
	opacity: .8
}
img {
	max-width: 100%;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover
}
.table {
	height: 100%;
	width: 100%;
	display: table
}
.cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle
}
p {
	margin: 0 0 1em 0
}
.outer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0
}
.aplStartOuter ul,
.aplStartOuter ul li {
	padding: 0
}
.apllDate>div>span {
	max-width: 100%
}
.buttonContainer .button,
.buttonContainer button {
	max-width: 100%;
	margin-right: 0;
}
ul.buttonsList {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.buttonsList li {
	display: inline-block;
	margin: 0 30px 20px 0;
	padding: 0
}
.starter ul.buttonsList {
	margin: 30px 0 0 0
}
.contentText {
	margin: 0 0 2em 0
}
.slick-slide:focus,
.slick-slide *:focus {
	outline: none
}
.sw {
	max-width: 1172px;
	margin: 0 auto;
	padding: 0 15px
}
.content-sw {
	position: relative
}
@-webkit-keyframes dropdown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes dropdown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
header {
	background-color: #000;
	position: absolute;
	z-index: 999;
	width: 100%;
    height: 80px;
}
header .row {
	margin: 0
}
header .top-wrapper {
	font-size: 0;
    height: 80px;
}
header .top-wrapper ul li.loginButtonMenu a {
	font-size: 0 !important;
}
header nav#hlb1 {
	width: 100%
}
/*Login hook */
.loginHookOuter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.9);
}
body.loginHook .loginHookOuter {
    display: block;
}
#login {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 570px;
    max-height: 100%;
    z-index: 2;
    width: 100%;
}
#login .ocdHookHeader {
    display: block;
}
.hookOuter.webUserHookOuter.ocdHookOuter {
    margin: 0;
    padding: 30px;
}
.hookHeader.webUserHookHeader.ocdHookHeader {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 30px;
}
.hookText.webUserHookText.ocdHookText span {
    display: none;
}
.hookText.webUserHookText.ocdHookText.logged span {
    display: inline-block;
}
.hookText.webUserHookText.ocdHookText.logged {
    margin-bottom: 20px;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input {
    background: #000000;
    border: #000000;
    margin-left: 10px;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input:hover {
    background: #F0542D;
    border: #F0542D;
}
#login .hookWord {
    font-weight: bold;
    margin-bottom: 10px;
}
#login .loginButtonContainer {
    display: flex;
    justify-content: space-between;
}
#login .hookInput.webUserHookInput.ocdHookInput {
    margin-bottom: 20px;
}
#login .intro {
    margin-bottom: 20px;
    color: red;
    font-weight: normal;
}
#login .rightBlock {
    display: flex;
    margin-top: 8px;
}
#login .ocdRegister a {
    color: #000;
}
#login .ocdRegister a:before {
    content: '|';
    padding: 0 5px;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #F0542D;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.close:hover {
    transform: rotateZ(90deg);
}
.close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
.close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}
/*End login hook */
.sticky header {
	position: fixed;
    transition: 0.3s;
    animation: header .5s;
}
@keyframes header {
  0%   { top: -80px; }
  100% { top: 0; }
}
.hamburger {
	width: 36px;
	height: 22px;
	float: left;
	margin: 30px 20px;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	z-index: 999
}
.hamburger .line {
	height: 4px;
	background: #F0542D;
	border-radius: 20px;
	margin: 0 0 5px 0;
	-webkit-transition: -webkit-transform ease .5s;
	transition: -webkit-transform ease .5s;
	-o-transition: transform ease .5s;
	transition: transform ease .5s;
	transition: transform ease .5s, -webkit-transform ease .5s
}
.hamburger .line:nth-child(1) {
	width: 95%
}
.hamburger .line:nth-child(2) {
	width: 85%
}
.hamburger .line:nth-child(3) {
	width: 100%;
	-webkit-transition: margin-top ease .5s;
	-o-transition: margin-top ease .5s;
	transition: margin-top ease .5s
}
body.sticky .hamburger .line {
	height: 4px;
	background: #F0542D
}
body.menuOpen .hamburger {
	width: 37px;
	position: fixed;
	z-index: 99999
}
body.menuOpen .hamburger .line {
	position: absolute;
	width: 36px;
	top: 43%;
	background: #F0542D
}
body.menuOpen .hamburger .line:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
body.menuOpen .hamburger .line:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
body.menuOpen .hamburger .line:nth-child(3) {
	margin-top: -200px
}
body.menuOpen header nav#hlb1 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
#logo {
    display: inline-block;
    height: 100%;
    max-height: 80px;
}
#logo a {
	display: inline-block;
}
#logo a span {
	font-weight: bold
}
#logo a img {
	display: block;
	max-height: 50px;
}
body.sticky #logo {
	height: 80px
}
body.sticky #logo img {
	max-height: 50px
}
body.sticky #logo a {
	color: #000000;
	padding: 0;
}
body.sticky #logo span {
	color: #F0542D
}
#headerRight {
	float: right
}
.main {
	padding: 60px 0;
}
.vacatures .main {
	padding: 60px 0 60px;
	background: #F6F8FB
}
.fullwidth .main {
	padding: 60px 0
}
body.home .main {
	display: none
}
#s1 {
    background-color: #000;
	position: relative;
	padding-top: 79px
}
#s2 {
	background: #F6F8FB;
	padding: 95px 0px 41px
}
#s3 {
	background: #fff
}
#s5 {
	display: none
}
.content .contentSubHeader {
	margin-bottom: 5px
}
.main ul,
.main ul li {
	padding: 0
}
.content .contentText {
	margin-bottom: 45px
}
.content-details,
.contactgegevens {
	position: relative
}
.content-details .content-details-scrollbox,
.contactgegevens .content-details-scrollbox {
	padding-top: 60px
}
.content a strike {
    background: none;
    color: #F0542D;
}
.content a.hlb4 strike {
	background: #000000;
	color: #fff;
	border-radius: 10px;
	max-width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	width: 264px;
	max-width: 100%
}
.content .details a strike {
	padding: 20px;
	width: 100%;
	margin-bottom: 30px
}
.content a strike:hover {
    background: #F0542D;
    color: #fff;
    border: 1px solid #F0542D;
}
.jobdetail #s5 {
	background: #fff
}
footer {
	background: #F6F8FB
}
footer #footerTop {
	padding: 20px 0 0
}
footer #footerTop .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
footer #footerTop .row .col {
	padding-top: 75px;
	padding-bottom: 75px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
footer #footerTop .row .col:first-of-type:after {
	background: none
}
#footerLogo {
	margin: 0 0 40px 0
}
#footerBottom {
	background: #000000;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1
}
#footerBottom a {
	color: #fff
}
#scrolldown {
	position: absolute;
	bottom: 20px;
	left: 50vw;
	margin-left: -5px
}
#scrolldown .icon-scroll {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	height: 33px;
	width: 33px;
	cursor: pointer;
	position: relative
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
@keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
#scrolldown .icon-scroll:before {
	content: '';
	background-image: url(../_images/scrolldown.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	top: 1px;
	left: 9px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: absolute
}
input,
select,
textarea {
	outline-color: #2B2B2B
}
.button,
a strike,
a s,
input[type=button],
input[type=submit],
button,
.actMlCJsa a {
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #F0542D;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	min-width: auto;
	text-align: center;
	background: #F0542D;
	border-radius: 10px;
	-webkit-transition: 125ms ease-in, color 125ms ease-in;
	-o-transition: 125ms ease-in, color 125ms ease-in;
	transition: 125ms ease-in, color 125ms ease-in;
    padding: 12px 20px;
}
.button:hover,
a strike:hover,
a s:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.actMlCJsa a:hover {
	background: #000000;
    border: 1px solid #000000;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.aplStartBcFpwd input {
	min-width: 280px
}
.button:focus,
a strike:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
	outline-color: none;
}
ul.slick-dots li button {
	min-width: auto
}
select {
	padding: 10px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
	-webkit-appearance: none;
	border: 0;
	border: 1px solid #2B2B2B;
	border-radius: 10px
}
select {
	padding: 18px 30px !important
}
.fancybox-inner select {
	padding: 8px 16px !important;
	outline: none
}
input[type=text],
input[type=file],
input[type=password],
textarea,
.formInputTaC {
    padding: 12px 16px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
textarea:focus,
.formInputTaC:focus {
	outline: none;
	border: 1px solid #F0542D
}
.formInput>label {
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: bold;
}

/*File inputs*/
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f574';
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
}
.fileInputHolder.empty:hover:after {
    font-weight: bold;
}
.inputFile{
    cursor:pointer;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    max-width: calc(100% - 170px)!important;
    width: 100%;
    padding: 11px 16px;
    margin-left: 170px;
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 4rem;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
    color: red;
}
span.remove:after{
    content: '\f2ed';
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 12px;
    line-height: 4rem;
}
span.remove:hover:after {
    font-weight: bold;
}
input[type=file]{
    border: 1px solid #d9d9d9;
}

/* Otysselect */
.t1o .inputBox .selectedItems > div,
.t1o .otysSelectInner {
    font-size: 14px;
}
.otysSelectInner .inputBox {
    padding: 7px 25px 7px 16px;
    min-height: 0;
}
span.selectTitle {
    line-height: 32px;
}
.inputBox .selectedItems > div,.optionHolder > .option.selected,.otysSelectInner.count.filled > span.counter{
    background-color: #F0542D; /*Main colour*/
}
.optionHolder > .option:hover {
    background-color: #F0542D50; /*Main colour but lighter*/
}
.otysSelectInner {
    box-shadow: inset 0 0 0px 1px #D5D5D5;
    border-radius: 10px;
    text-align: left;
}
.optionHolder {
    border-radius: 0 0 10px 10px;
    border: 1px solid #D5D5D5;
    border-top: 0;
    padding-top: 7px;
    margin-top: -7px;
}
.optionHolder > .option {
    padding: 8px 16px;
}
.otysSelect .navArrow {
    right: 16px;
    background-size: auto 15px;
    width: 15px;
}
/* End otysselect */
/* Jobalert */
.newAgentFormFrag .text {
    display: none;
}
.fancybox-skin {
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 30px!important;
    color: #2b2b2b!important;
}
.ajaxWindow.newAgentFormFrag .otysSelect {
    max-width: 100%;
}
.ajaxWindow.newAgentFormFrag h2.title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 20px;
}
.intro.actIntro.vacActIntro {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.ajaxWindow.newAgentFormFrag .formInput label {
    margin: 0 0 10px;
}
.buttonContainer.actEqueryBc {
    margin-left: 0;
}
a.fancybox-item.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #F0542D;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
a.fancybox-item.fancybox-close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
a.fancybox-item.fancybox-close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}
a.fancybox-item.fancybox-close:hover {
    transform: rotateZ(90deg);
    opacity: 1;
}
/* End Jobalert */
.error {
	color: red;
	margin: -15px 0 15px 0
}
.aplCsc img {
	display: inline-block
}
.formInput.formSmallInput.aplCic input {
	max-width: 220px
}
.jobdetail .fancybox-title-float-wrap,
.jobdetail .fancybox-title-float-wrap .child {
	display: none;
	margin-bottom: 0
}
.jobdetail .formInput select {
	max-height: 45px
}
input[type=checkbox] {
	-webkit-appearance: none;
	border: 1px solid #d5d5d5;
	padding: 14px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox]:focus {
	outline: none
}
input[type=checkbox]:checked {
	border: 1px solid #d5d5d5;
	color: #000000
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    color: #000000;
    line-height: 18px;
}
input[type=radio] {
	-webkit-appearance: none;
	border: 1px solid #d5d5d5;
	padding: 11px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-bottom: -5px;
	outline: none;
    cursor: pointer;
}
input[type=radio]:checked {
	border: 1px solid #d5d5d5;
	color: #000000
}
input[type=radio]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #000000
}
.formCheckboxContainer {
	padding-top: 0
}
.formCheckboxContainer span {
    font-weight: bold;
}
.aplCheckContainer>label,
.aplCheckContainer>.formCheckboxContainer>span {
    line-height: 26px;
}
.home h1 {
	font-size: 70px;
	font-size: 7rem;
	line-height: 1
}
.home h2 {
	font-size: 70px;
	font-size: 7rem;
	line-height: 1;
	margin: 0 0 30px 0
}
.home .outer {
	text-align: center;
	padding: 100px 0 82px 0;
	max-width: 800px;
	margin: 0 auto
}
.home .outer p {
	margin: 0 0 40px 0;
	font-size: 22px;
	font-size: 2.2rem
}
.home .contentText {
	margin: 0
}
.home .outer ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.home .outer ul li {
	display: inline-block;
	padding: 0 25px;
	margin: 0 0 1em 0
}
.ckOuter .sw {
	line-height: 45px
}
.t1o > .tIntro {
    display: none;
}
.t1o .tIntro img,
.t8o .tIntro img {
	min-width: 100%;
	height: auto !important
}
.t1o,
.t8o {
	position: relative;
	color: #FFF
}
.t1o .sliderdots,
.t8o .sliderdots {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	pointer-events: none
}
.t1o .sliderdots .slick-dots,
.t8o .sliderdots .slick-dots {
	bottom: 0;
	list-style: none;
	text-align: right;
	width: 100%;
	left: 0;
	right: 0
}
.t1o .sliderdots .slick-dots li,
.t8o .sliderdots .slick-dots li {
	display: inline-block;
	line-height: 0px;
	pointer-events: all
}
.t1o .sliderdots .slick-dots li button,
.t8o .sliderdots .slick-dots li button {
	min-width: auto;
	font-size: 0;
	height: auto;
	padding: 0;
	margin: 0 5px;
	line-height: 15px;
	width: 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.25);
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
    border: 0;
}
.t1o .sliderdots .slick-dots li.slick-active button,
.t8o .sliderdots .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.75)
}
.t1o .JobSearchHookTeaser1,
.t8o .JobSearchHookTeaser1 {
	position: absolute;
	top: 27.2%;
	width: 100%;
	display: none;
	pointer-events: none
}
.t1o .JobSearchHookTeaser1 .jobSearchContainer,
.t8o .JobSearchHookTeaser1 .jobSearchContainer {
    text-align: right;
    color: #2B2B2B;
}
.t1o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter,
.t8o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter {
	pointer-events: all
}

.t1o .teaserinner,
.t8o .teaserinner {
	position: absolute;
	top: 27%;
	width: 100%
}
.t1o .teaserinner .actTopMenu,
.t8o .teaserinner .actTopMenu {
	padding: 0
}
.t1o .teaserinner .menuLink.actMlJc,
.t8o .teaserinner .menuLink.actMlJc {
	display: block;
	border: 0;
	font-size: 60px;
	font-size: 6rem;
	padding-right: 110px
}
.t1o .teaserinner .desktop.tItemContainer a strike,
.t8o .teaserinner .desktop.tItemContainer a strike {
	color: #fff;
	background: none;
	border: 1px solid;
	min-width: 195px;
	border-radius: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: opacity 125ms ease-in;
	-o-transition: opacity 125ms ease-in;
	transition: opacity 125ms ease-in
}
.t1o .teaserinner .desktop.tItemContainer .tTitle,
.t1o .teaserinner .desktop.tItemContainer .title,
.t8o .teaserinner .desktop.tItemContainer .tTitle,
.t8o .teaserinner .desktop.tItemContainer .title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin: 0 0 0 40px;
	padding: 0;
	line-height: initial
}
.t1o .teaserinner .desktop.tItemContainer .tTitle:before,
.t1o .teaserinner .desktop.tItemContainer .title:before,
.t8o .teaserinner .desktop.tItemContainer .tTitle:before,
.t8o .teaserinner .desktop.tItemContainer .title:before {
	content: '';
	display: inline-block;
	width: 104px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -115px;
	top: 50%
}
.t1o .teaserinner .desktop.tItemContainer .tSubHeader,
.t1o .teaserinner .desktop.tItemContainer .tSubHeader h1,
.t1o .teaserinner .desktop.tItemContainer .actMc,
.t8o .teaserinner .desktop.tItemContainer .tSubHeader,
.t8o .teaserinner .desktop.tItemContainer .tSubHeader h1,
.t8o .teaserinner .desktop.tItemContainer .actMc {
	font-size: 60px;
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 72px;
	line-height: 7.2rem
}
.t1o .tFoto img,
.t8o .tFoto img {
	height: auto;
	min-height: 250px;
	display: block;
	width: 100%
}
.t1o .slider,
.t8o .slider {
	position: relative
}
.t1o .slides,
.t8o .slides {
	position: relative
}
.t1o .slides .item,
.t8o .slides .item {
	position: relative;
	overflow: hidden;
	display: block !important
}
.t1o .slides .item:nth-child(n+2),
.t8o .slides .item:nth-child(n+2) {
	display: none !important
}
.t1o .slides.slick-initialized .item,
.t8o .slides.slick-initialized .item {
	display: block !important
}
.t1o .mobileheader,
.t8o .mobileheader {
	display: none;
	position: relative
}
.t1o .mobileheader .teaserinner .sw,
.t8o .mobileheader .teaserinner .sw {
	height: 100%
}
.t1o .mobileheader .teaserinner .sw .tItemContainerOuter,
.t8o .mobileheader .teaserinner .sw .tItemContainerOuter {
	height: 100%;
	width: 100%;
	display: table
}
.t1o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer,
.t8o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px
}
.t1o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer .tText,
.t8o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer .tText {
	text-align: center
}
.t1o .mobileheader .tFoto img,
.t8o .mobileheader .tFoto img {
	width: 100%
}
body.home .t1o .JobSearchHookTeaser1 {
	display: block !important
}
.t2o {
	padding-top: 100px
}
.t2o .tItemCon {
	padding: 20px 0 0
}
.t2o .tSubHeader,
.t2o .tSubHeader h2 {
	color: #000000;
	font-size: 41px;
	font-size: 4.1rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 41px;
	line-height: 4.1rem;
	margin: 0 0 34px 0
}
.t2o .tText {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem
}
.t2o .tText strong {
	color: #F0542D
}
#s2 .t2o {
	padding: 0 0 40px 0
}
.t3o {
	padding: 100px 0 148px
}
.t3o .tTitle {
	font-size: 70px;
	font-size: 7rem;
	margin: 0 0 30px 0;
	line-height: 1;
	font-weight: bold
}
.t3o .tIntro {
	margin: 0 0 40px 0;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 50px 0 0;
	position: absolute;
	top: 115px;
	left: 115px
}
.t3o .tIntro img {
	max-width: initial
}
.t3o .tItemCon.column2 {
	margin-top: 100px
}
.t3o .tItemCon ol {
	list-style: none;
	margin: 0;
	padding: 16px 0 0 0;
	margin-left: -10px;
	margin-right: -10px
}
.t3o .tItemCon ol:after {
    content: '';
    clear: both;
    position: relative;
    display: block;
}
.t3o .tItemCon ol li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 10px;
    float: left;
}
.t3o .tItemCon ol li a {
	width: 100%;
	display: inline-block
}
.t3o .tItemCon ol li a strike {
	width: 100%
}
.t3o .tItemCon .tText {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem
}
.t3o .padding {
	padding: 100px 15px
}
.t3o .tSubHeader,
.t3o .tSubHeader h2 {
	line-height: 55px;
	line-height: 5.5rem;
	color: #000000;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	margin: 0 0 20px 0
}
.t3o .tText b {
	color: #F0542D
}
.t3o li a strike {
	background: #F0542D;
	color: #fff;
	border-radius: 10px;
	max-width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	min-width: auto;
	padding: 15px 15px
}
.t3o li a strike:hover {
    border: 1px solid #F0542D;
}
.t3o li:hover a strike {
	background: #F0542D
}
.t3o li:last-of-type a strike {
	background: none;
	border: 1px solid #F0542D;
	color: #F0542D
}
.t3o li:last-of-type:hover a strike {
	background: #F0542D;
	color: #fff;
}
.contact .t3o {
	padding: 0;
	position: absolute;
	top: 36.2%
}
.contact .t3o .col-xlg-6 {
	width: 100%
}
.contact .t3o .tSubHeader {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-left: 40px;
}
.contact .t3o .tSubHeader:before {
	content: '';
	display: inline-block;
	width: 104px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -115px;
	top: 50%
}
.contact .t3o .tText {
	line-height: 1;
	font-size: 60px;
	font-size: 6rem;
	color: #fff;
	font-weight: bold
}
.t4o {
	text-align: center;
	color: #fff
}
.t4o p:first-child {
    margin-bottom: 30px;
}
.t4o .tTitle {
	font-size: 70px;
	font-size: 7rem;
	color: #F0542D;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0
}
.t4o .tItemContainer {
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover
}
.t4o .tItemContainer .tSubHeader,
.t4o .tItemContainer .tSubHeader h2 {
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: initial;
	color: #fff
}
.t4o .col1 {
	margin: 0 auto 40px auto;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0;
	text-align: center;
	max-width: 720px
}
.t4o .col4 {
	text-align: center;
	padding: 40px 0 0 0
}
.t4o .tIntro {
	font-size: 70px;
	font-size: 7rem;
	line-height: 1;
	margin: 0 0 30px 0;
	text-align: center
}
.t4o .tTextInner {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	max-width: 555px;
	margin: 0 auto
}
.t4o .tTextInner a {
	color: #fff
}
.t4o .tText {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
    max-width: 650px;
    margin: 0 auto;
}
.t4o strike {
	background: transparent;
	border: 1px solid;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out
}
.t4o strike:hover {
    opacity: 1;
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #fff;
}
.t5o .tItemCon {
	position: relative;
	text-align: center;
	display: block !important;
	cursor: pointer
}
.t5o .tItemCon .cell .tBody {
	line-height: 28px;
	line-height: 2.8rem;
	padding: 0 20px
}
.t5o .tItemCon .cell .tBody b,
.t5o .tItemCon .cell .tBody strong {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 30px 0 0 0
}
.t5o .tItemCon .cell .tBody p {
	margin: 0 0 25px 0
}
.t5o .tItemCon .cell .tBody p:last-child {
	margin: 0
}
.t5o .tItemCon:hover .tText {
	display: block
}
.t5o .tItemCon .tText {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../_images/t5overlay.png) no-repeat;
	background-size: cover;
	display: none;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem
}
.t5o .tItemCon .tSubHeader b {
	display: block
}
.t5o .t5Title {
	font-size: 70px;
	font-size: 7rem;
	line-height: 70px;
	line-height: 7rem;
	text-align: center;
	margin: 0 0 50px 0
}
.t5o .t5Title b {
	display: block
}
.t5o .tSubHeader {
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	margin: 0 0 10px 0
}
.t6o {
	text-align: left
}
.t6o .tIntro p {
	margin: 0 auto 40px auto;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	max-width: 720px
}
.t6o ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}
.t6o ul li {
	display: inline-block;
	padding: 0 15px
}
.t6o .tSubHeader {
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	margin: 0 0 10px 0
}
.t6o .tText em {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	width: 70px
}
.t6o a {
	color: #000000
}
#s7 {
	clear: both
}
.t7o {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 45px;
	font-size: 4.5rem
}
.t7o a {
	color: #fff
}
.t7o .tItemContainer {
	padding: 60px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.t7o .tTextInner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 500px
}
.t7o .tText {
    line-height: 55px;
    line-height: 5.5rem;
    font-size: 45px;
    font-size: 4.5rem;
}
.t7o .tText p {
	margin: 0;
    font-size: 45px;
    font-size: 4.5rem;
}
.t9o .tItemCon {
	padding: 30px 0 0
}
.t9o .tSubHeader {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    margin: 0 0 15px 0;
}
.t9o .tIntro p {
    margin: 0;
}
.t9o .tText {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem
}
.t9o .tText strong {
	color: #F0542D
}
.networkHookHeader,
.networkHookItemLink {
	display: none
}
#s5 .networkHookOuter {
	margin: 0;
	padding: 34px 0 6px
}
#s5 .networkHookOuter .hookItemContainer {
	width: auto !important
}
#s5 .networkHookOuter .slick-initialized .slick-slide {
	display: table
}
#s5 .networkHookOuter .slick-slide>div {
	display: table-cell;
	text-align: center;
	height: 100px;
	vertical-align: middle
}
.networkHookItemContainer:focus {
	outline: none
}
.jbbOuter {
	overflow: hidden
}
.jbbOuter #jobBannerHookPhotoDiv,
.jbbOuter .jbbHeader,
.jbbOuter .jbbIwCustomer {
	display: none !important
}
.jbbOuter .jobbannerItemText,
.jbbOuter #jobBannerHookReadMoreDescription {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px
}
.jbbOuter .jobBannerInner {
	width: 50%;
	float: left;
	position: relative
}
.jbbOuter .jobBannerInner .cookie {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 9
}
.jbbOuter .jobBannerInner .cookie .favorites_cookies_detail {
	position: relative;
	left: 0;
	right: 0;
	top: 0
}
.jbbOuter .jobBannerInner .cookie .favorites_cookies_detail .hide-by-default {
	display: none
}
.jbbOuter .jobHookContentReloader {
	padding: 40px;
	background: #fff;
	margin: 0 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	position: relative
}
.jbbOuter .location {
    color: #F0542D;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 20px;
    line-height: 2rem;
}
.jbbOuter .location ::before {
	content: "\f3c5";
	display: inline-block;
	vertical-align: top;
	width: 13px;
	color: #000000;
	margin-right: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.jbbOuter ul.slick-dots {
	text-align: center;
	list-style: none;
	font-size: 10px;
	font-size: 1rem;
	padding: 0;
	margin: 15px 0
}
.jbbOuter ul.slick-dots li {
	display: inline-block
}
.jbbOuter ul.slick-dots li button {
	font-size: 0;
	line-height: 2px;
	border-radius: 50%;
	padding: 5px 6px;
	margin: 0 3px;
	border: 2px solid #000000;
	background-color: transparent
}
.jbbOuter ul.slick-dots li.slick-active button {
	border: 2px solid #F0542D
}
.jbbFunctionName a {
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 5px 0;
	line-height: 28px;
	line-height: 2.8rem;
	display: inline-block
}
.jobHookContentReloader a.jobbannerItemLink,
#jobBannerHookReadMoreDiv a {
	background: none;
	border: 1px solid #F0542D;
	color: #F0542D;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	text-align: center;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	display: block;
    max-width: 100%;
	margin: 0 auto;
    font-weight: bold;
}
.jobHookContentReloader a.jobbannerItemLink:hover,
#jobBannerHookReadMoreDiv a:hover {
	background: #F0542D;
	color: #fff
}
.actJshOuter {
    background: #fff;
    padding: 38px 42px 25px 42px;
    text-align: center;
    max-width: 325px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
.actJshOuter .hookInput {
    margin-bottom: 20px;
}
.actJshOuter .actFullSearch {
	font-size: 14px;
	font-size: 1.4rem
}
.actJshOuter a {
    color: #000000;
}
.actHHeader {
	color: #000000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 20px 0
}
.searchText,
.actHHeader>.tIntro {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2B2B2B;
	font-weight: 500;
	margin-top: 10px;
}
.actHIKw.hookInput input {
	color: #2B2B2B;
	font-size: 14px;
	font-size: 1.4rem;
}
#asSearchHookKeywords.hidden {
	background: none
}
.actJshOuter .actHInput.actHICrit select {
	background: transparent url(../_images/add-query-icon.png) no-repeat;
	border-bottom: 1px solid #e6eaf1 !important
}
.actJshOuter .actHButton input {
	background: #F0542D;
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 125ms ease-in, color 125ms ease-in;
	-o-transition: 125ms ease-in, color 125ms ease-in;
	transition: 125ms ease-in, color 125ms ease-in
}
.actJshOuter .actHButton input:hover {
	background: #000000;
    border: 1px solid #000000;
}
.actJshOuter .actHButton {
	margin: 20px 0 10px
}
.catid95101 .contentTitle {
	text-align: center;
	margin: 0 0 30px 0
}
.contentIntro .webUserHookOuter {
	text-align: center
}
.contentIntro .webUserHookText {
	margin: 0 0 1em 0
}
.ocdHookHeader {
	display: none
}
.catid95101 .contentOuter {
	max-width: 700px;
	margin: 0 auto
}
.webUserHookButton {
	display: inline-block
}
.cookie {
	display: inline-block;
	position: relative;
    width: 20px;
	vertical-align: middle
}
.nshDetailsContainer a {
	width: 30px;
	height: 30px;
	position: relative
}
.nshDetailsContainer a:before {
	content: "\f005";
	position: relative;
	width: 25px;
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900 !important
}
.nshDetailsContainer a:hover:before {
	font-weight: 900 !important;
	color: #F0542D
}
.loginButtonMenu a:before {
	content: "\f023";
	position: relative;
	width: 25px;
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900 !important;
	top: 2px
}
.loginButtonMenu a:hover:before {
	font-weight: 900 !important;
	color: #F0542D
}
.loginButtonMenu a:after {
	display: none !important
}
.nshDetailsContainer a:after {
	display: none
}
.nshDetailsContainer a:hover:after {
	display: inline-block
}
.favouriteJobList {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out
}
.favouriteJobList h1 {
	margin-bottom: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}
.favouriteJobList .favouriteJobListItem {
	margin: 0 10px 20px;
	position: relative;
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out
}
.favouriteJobList .favouriteJobListItem.removed {
	opacity: 0.2;
	pointer-events: none
}
.favouriteJobList .favouriteJobListItem.removed>a {
	pointer-events: all
}
.favouriteJobList .favouriteJobListItem span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50px;
	flex: 1 1 50px
}
.favouriteJobList .favouriteJobListItem::after {
    content: "\f005";
    position: absolute;
    display: block;
    vertical-align: top;
    width: 16px;
    top: 30px;
    right: 30px;
    color: #F0542D;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    -o-transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.favouriteJobList:hover .favouriteJobListItem:after {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: animate-cookies;
	animation-name: animate-cookies
}
@-webkit-keyframes animate-cookies {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes animate-cookies {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.qAplOuter {
	display: none
}
.qsPageOuter .buttonContainer a:after {
	content: url(../_images/applyLinkedin.png);
	margin: 0 0 0 4px;
	display: inline-block
}
.mDhOut,
.rJhVOut,
.chlOuter {
	padding: 30px 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out
}
.chlOuter.stick {
	position: fixed;
	top: 0
}
.rJhVT {
	margin: 30px 0;
	cursor: pointer
}
.rJhVT:before {
    content: "\f13a";
    position: absolute;
    vertical-align: top;
    width: 20px;
    left: 16px;
    margin-top: 1px;
    margin-right: 20px;
    color: #F0542D;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    -webkit-transition: -webkit-transform 125ms;
    transition: -webkit-transform 125ms;
    -o-transition: transform 125ms;
    transition: transform 125ms;
    transition: transform 125ms, -webkit-transform 125ms;
}
.rJhVT.rotate-icon:before {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rJhVIt a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000000;
	font-weight: bold
}
.mDhOut,
.rJhVIc,
.chlOuter {
	background: #fff
}
.mDhOut {
	margin-bottom: 30px;
	will-change: transform;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out
}
.rJhVOut {
	padding: 0
}
.rJhVIc {
	padding: 30px
}
.rJhVIc {
	margin-bottom: 11px
}
.rJhVIc.block {
	display: block
}
.rJhVIc .rJhVIt {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.rJhVRegion {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    color: #F0542D;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.rJhVRegion span {
    font-size: 0;
}
.rJhVRegion span:before {
    content: "\f3c5";
    display: inline-block;
    vertical-align: top;
    width: 13px;
    color: #000000;
    margin-right: 6px;
    padding-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 600 !important;
}
.mDhT,
.rJhVT,
.chlTitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.rJhVT {
	margin-left: 40px
}
.mDhItC {
	margin-bottom: 0
}
.mDhOut .mDhSh {
	display: none
}
.mDhIw,
.mDhOut .mDhItT {
	display: inline-block;
	min-width: 33px
}
.mDhOut .mDhItT {
	text-align: center
}
.mDhItT i.fas,
.jbdAddthis i.fas {
	font-style: normal;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 17px 0 1px
}
.mDhItT img {
	vertical-align: initial;
	margin: 0 15px 0 0;
	display: inline-block;
	width: 17px;
	height: auto;
	position: relative;
	top: 3px
}
.mDhIw ul li {
	display: inline-block;
	color: #F0542D
}
.mDhIw ul li:not(:last-of-type):after {
	content: ','
}
.mDhItT,
.mDhIw {
	font-size: 14px;
	font-size: 1.4rem
}
.mDhIw ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.jbdAddthis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	position: relative;
	cursor: pointer;
    margin-top: 2px;
}
.jbdAddthis img {
	margin-right: 22px
}
.jbdAddthis .jbdAddthis-text {
	font-size: 14px;
	line-height: 27px;
	line-height: 2.7rem;
    color: #F0542D;
}
.jbdAddthis > span {
    margin-left: 6px;
}
.jbdAddthis .addthis_inline_share_toolbox {
	position: absolute;
	text-align: center;
	top: 120%;
	left: 0;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	will-change: visibility;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	padding: 10px 10px;
	background: #FFF;
	-webkit-box-shadow: 0px 3px 4px -1px rgba(207, 187, 163, 0.65);
	box-shadow: 0px 3px 4px -1px rgba(207, 187, 163, 0.65);
	border-radius: 5px
}
.jbdAddthis:hover .addthis_inline_share_toolbox {
	pointer-events: all;
	opacity: 1;
	top: 100%
}
.jbdAddthis a[role="button"] {
	background: #F0542D !important
}
.chlOuter .chlItemContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.chlPhoto1 {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.chlPhoto1 img {
	width: 300px;
	max-width: 100%;
	height: auto
}
.chlOuter a {
	color: #F0542D
}
.chlItemTitle {
	margin-bottom: 4px
}
.chlItemTitle a {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem
}
.chlItemWord {
	margin-bottom: 8px
}
.chlSkype {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000000;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 2px
}
.chlSkype span {
	display: none
}
.chlEmail a,
.chlPhoneCell {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000000
}
.chlOuter .chlPhoneCell span {
	margin-right: 10px;
	color: transparent;
	width: 18px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle
}
.chlOuter .chlPhoneCell span::before {
	content: '\f095';
	display: inline-block;
	vertical-align: top;
	width: 16px;
	color: #000000;
	margin-right: 6px;
	padding-left: 1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH
}
.chlOuter .chlEmail span {
	margin-right: 10px;
	color: transparent;
	width: 18px;
	height: 29px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle
}
.chlOuter .chlEmail span::before {
	content: "\f0e0";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	color: #000000;
	margin-right: 6px;
	padding-left: 1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH
}
.jslTitle {
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px 0
}
.jslEmployee,
.jslLocation {
	display: none
}
.jslFoto img {
	width: 100%;
	height: auto
}
.jslInner {
	margin: 15px;
	background: #FFF;
	-webkit-box-shadow: 0 0 10px #afafaf;
	box-shadow: 0 0 10px #afafaf
}
.jslText {
	padding: 36px 50px
}
.jslText a {
	font-weight: bold;
	color: #2c2c2c;
	padding: 15px 0;
	display: inline-block
}
.jslFunctionName a {
	color: #2B2B2B;
	padding: 0
}
.jslItemContainer .jslLocation img {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 10px 0 0
}
.jsh {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../_images/jsh.png) no-repeat;
	background-size: cover;
	padding: 40px 0
}
.jsh .actJshOuter {
	margin: 0
}
.jsh .actHHeader {
	display: none
}
.jsh .actHInput,
.jsh .actHButton {
	width: 33%;
	float: left;
	padding: 0 15px;
	margin: 0
}
.jsh .actHBl {
	display: none
}
.hlb2 {
	display: block;
	max-width: 380px;
	margin: 30px 0 0 0;
	text-align: center
}
.hlb2:before {
	content: url(../_images/phone.png);
	vertical-align: middle;
	margin: 0 15px 0 0;
	display: inline-block;
	line-height: 17px
}
body.jobdetail,
body.content {
	background: #F6F8FB
}
body.jobdetail .main {
	padding: 0
}
.details {
	padding-top: 60px
}
.details .jbdButApl {
	width: 100%
}
input[type=button].jbdButApl.clone,
.hlb3 strike {
	margin-bottom: 20px;
	margin-right: 0
}
.hlb3 strike {
	background: none;
	border: 1px solid #000000;
	color: #000000;
	width: 100%
}
.hlb3 strike:hover {
	border: 1px solid #000000;
    background: #000000;
	color: #fff;
}
.text ul li {
	list-style: outside;
	padding: 0;
	list-style: none;
	position: relative;
	padding-left: 20px
}
.text ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
    border-radius: 50%;
	display: inline-block;
	background: #000000;
	margin-right: 20px;
	vertical-align: middle;
	left: 0;
	top: 14px
}
.jobTitlePlaceholder {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../_images/jsh.png);
	padding: 39px 0
}
.jobTitlePlaceholder h1.jbdTitle {
	color: #fff;
	text-align: center;
	text-shadow: 2px 3.464px 5px rgba(0, 0, 0, 0.15);
	font-size: 40px;
	font-size: 4rem
}
.jdItemCon .jdItem:first-child .jbdTextSh {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	margin: 0 0 30px 0
}
.jbdPhoto1 {
	display: none
}
.jdItemCon .jdItem blockquote {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem
}
.jbdBc .jbdButPrint,
.jbdBc .jbdButMail {
	display: none
}
.jbdBc .inlineShare {
	display: inline-block;
	margin: 10px 0 -10px 10px
}
.stickyCon input[type="button"].jbdButApl {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	max-width: 380px
}
input[type=button].jbdButApl {
	background: #F0542D;
	color: #fff;
	border-radius: 10px;
	max-width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	margin-right: 20px;
}
input[type=button].jbdButApl:hover {
	background: #000000;
    border: 1px solid #000000;
}
input[type=button].jbdButBack {
	background: none;
	color: #F0542D;
    border: none;
}
input[type=button].jbdButBack:hover {
	color: #000000;
    border: none;
}
.jobdetail input[type=button]:active {
	outline: none
}
.jbdTextSh,
.jbdText {
	font-size: 16px;
	font-size: 1.6rem
}
.jbdTextSh {
	margin: 0 0 5px 0
}
.jbdText {
	margin: 0 0 2em 0
}
.jbdShLoc,
.jbdShCp,
.jbdCpContainer,
.jbdStatPub {
	display: none
}
.favorites_cookies {
	float: right
}
.favorites_cookies {
    position: absolute;
    right: 40px;
    top: 40px;
}
.actIc .favorites_cookies{
    right: 30px;
    top: 30px;
}
.favorites_cookies .save input,
.favorites_cookies .delete input,
.favorites_cookies_detail .hide-by-default input,
.favorites_cookies_detail div[id*=save-favorite-]>input,
.favorites_cookies_detail div[id*=delete-favorite-]>input {
	font-size: 0;
	background: none;
	position: absolute;
	width: 100%;
	height: 100%;
    border: 0;
}
.favorites_cookies_detail .save-item-jobbanner,
.favorites_cookies_detail div[id*=save-favorite-] {
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
    right: 0;
    margin-left: auto;
}
.favorites_cookies .save {
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
    right: 0;
    margin-left: auto;
}
.favorites_cookies .save:before,
.favorites_cookies_detail .save-item-jobbanner:before,
.favorites_cookies_detail div[id*=save-favorite-]:before {
    content: "\f005";
    position: absolute;
    vertical-align: top;
    width: 18px;
    color: #F0542D;
    font-size: 18px;
    font-size: 1.8rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900 !important;
    opacity: 0.5;
}
.favorites_cookies .save:hover:before,
.favorites_cookies_detail .save-item-jobbanner:hover:before,
.favorites_cookies_detail div[id*=save-favorite-]:hover:before {
	font-weight: 900 !important;
	opacity: 1;
}
.save-item-jobbanner input {
	font-size: 0;
	padding: 0;
	background: none
}
.favorites_cookies .delete,
.favorites_cookies_detail div[id*=delete-favorite-] {
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
    right: 0;
    margin-left: auto;
}
.favorites_cookies .delete:before,
.favorites_cookies_detail div[id*=delete-favorite-]:before {
	content: "\f005";
	position: absolute;
	vertical-align: top;
	width: 18px;
	color: #F0542D;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900 !important
}
.favorites_cookies .delete:hover:before,
.favorites_cookies_detail div[id*=delete-favorite-]:hover:before {
	font-weight: 900 !important;
	color: #F0542D
}
.favorites_cookies input {
	outline-color: transparent
}
.favorites_cookies_detail a {
	font-size: 0
}
.favouriteJobListItem {
	margin: 15px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #afafaf;
	box-shadow: 0 0 10px #afafaf;
	position: relative;
	padding: 30px 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 31%;
	flex: 1 0 31%;
	max-width: 366px
}
.favouriteJobListItem a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 45px;
	flex: 1 1 45px;
	overflow: hidden
}
.vacancy-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.jobdetail-descr .jbdOuter {
	position: relative
}
.favorites_cookies_detail {
    position: absolute;
    right: 0px;
    top: -18px;
}
.jbdTextLoc {
	color: #F0542D;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	margin: 0
}
.jbdTextLoc span {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 0;
	margin-right: 7px;
}
.jbdTextLoc span:before {
	content: "\f3c5";
	display: inline-block;
	vertical-align: top;
	width: 13px;
	color: #000000;
	margin-right: 6px;
	padding-left: 1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.jbdShLoc+.jbdTextLoc {
	display: none
}
.contact .main,
.content .main {
	padding: 0;
	background: #F6F8FB;
	position: relative
}
.contact .formInput>textarea {
	height: 225px
}
.algemene-content {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background: #fff
}
.content-main {
	background: #fff
}
.content-main .contentTitle {
	margin: 0
}
.algemene-content::after {
	content: ' ';
	position: absolute;
	width: calc((100vw - 100%) / 2);
	height: 100%;
	top: 0;
	left: calc((-100vw + 100%) / 2);
	background: #fff
}
.contactgegevens .t9o img {
	margin-bottom: 35px;
	height: auto
}
.algemene-content h1,
.outer.contentOuter h1,
.algemene-content .p-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0
}
.algemene-content .text,
.outer.contentOuter .text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem
}
body.contact .algemene-content .text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	margin-bottom: 30px
}
.contact .qsPIOuter .aplCsc>label {
	/*display: none*/
}
.contact .t2o .tIntro a strike,
.content .t2o .tIntro a strike,
.content-details a strike,
.contactgegevens a strike {
	width: 100%;
	margin-bottom: 30px
}
.contact .t2o .tItemCon,
.content-details .chlOuter,
.t9o .tItemCon {
	background: #fff;
	padding: 30px 34px
}
body.content .chlTitle {
	display: none
}
body.content .contentIntro,
body.content .contentIntro p {
	font-size: 16px;
	font-size: 1.6rem
}
.contact .t2o .tSubHeader {
	font-size: 18px;
	font-size: 1.8rem
}
.content-details .tItemCon a[href*=tel]:before,
.contactgegevens .tItemCon [href*=tel]:before {
	content: "\f095";
	display: inline;
	width: 16px;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
    margin-right: 5px;
}
.content-details .tItemCon a[href*=mailto]:before,
.contactgegevens .tItemCon [href*=mailto]:before {
    content: "\f0e0";
    display: inline;
    width: 16px;
    color: #000000;
    margin-right: 6px;
    padding-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 600 !important;
    margin-right: 7px;
}
.content-details .tItemCon a[href*=maps]:before,
.contactgegevens .tItemCon [href*=maps]:before {
    content: "\f124";
    display: inline;
    width: 16px;
    color: #000000;
    margin-right: 6px;
    padding-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 600 !important;
    margin-right: 7px;
}
.consDetOuter {
	padding: 20px 30px;
	max-width: 900px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.24)
}
.consDetOuter h1.consDetTitle {
	display: inline-block
}
.details>.jbdAddthis {
	display: none
}
.actonomy .main {
	padding: 100px 15px
}
.actEquery {
	display: none
}
.act-filter-toggle {
	display: none
}
.vacTitle {
	position: absolute;
	top: 30%
}
.vacTitle .actTitle {
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0
}
.vacTitle .actTitle:before {
	content: "";
	height: 2px;
	width: 100px;
	background: #fff;
	display: inline-block;
	margin: 6px 21px 6px 30px
}
.vacTitle .actMlJc {
	border-right: none;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	display: block;
	display: none
}
.actMlEq,
.actMlNs,
.actMlSb,
.actIFwPd,
.actIFwRef {
	display: none
}
.optionListContainer {
	border-bottom: none;
	margin-bottom: 0px
}
.optionListContainer .optionList ul {
	padding: 0px;
	margin: 0
}
.optionListContainer .optionList ul li:nth-last-child(1) {
	margin-bottom: 50px
}
.facetListTitle {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	padding-left: 40px
}
.facetListTitle a {
	color: #F0542D;
}
.facetListTitle a:before {
	content: "\f13a";
	position: absolute;
	vertical-align: top;
	width: 20px;
	left: 15px;
	margin-top: 2px;
	color: #000000;
	font-size: 20px;
	font-size: 2rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900 !important;
	-webkit-transition: -webkit-transform 125ms;
	transition: -webkit-transform 125ms;
	-o-transition: transform 125ms;
	transition: transform 125ms;
	transition: transform 125ms, -webkit-transform 125ms
}
.facetListTitle a.rotate-icon:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.facetList ul {
	padding: 0
}
.facetList ul li {
	padding: 0;
	margin-bottom: 8px
}
.facetList ul li a {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem
}
.actSRCf .optionListTitle {
	display: none;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #000000
}
.actLcMcrit a,
.actLcKeywords a {
	font-weight: bold
}
.actLcMcrit a:before,
.actLcKeywords a:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../_images/remove-icon.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 2px
}
.actLcMcrit ul,
.actLcMcrit ul li,
.actLcKeywords ul,
.actLcKeywords ul li {
	padding: 0;
	-webkit-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms
}
.actLcMcrit li:hover a,
.actLcKeywords li:hover a {
	text-decoration: line-through
}
.facetFreq {
	color: #000000;
	font-weight: bold
}
.jobTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 26px
}
.actSResContainer .location {
    color: #F0542D;
    font-size: 16px;
    font-size: 1.6rem;
}
.actSResContainer .location ::before {
	content: "\f3c5";
	display: inline-block;
	vertical-align: top;
	width: 13px;
	color: #000000;
	margin-right: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.actRewriteTitle {
	font-size: 70px;
	font-size: 7rem;
	line-height: 70px;
	line-height: 7rem;
	margin: 0 0 30px 0
}
.actRewriteTitle b {
	display: block
}
.custRewriteIntro {
	max-width: 800px;
	margin: 0 auto 60px auto;
	color: #F0542D;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 27px;
	line-height: 2.7rem;
	text-align: center
}
.actShNj {
	margin: 30px 0 0 0
}
.actBottomMenu div.actMlCJsa {
	border: 0;
	padding: 0;
	margin: 0
}
.newsSQFormFrag {
	padding: 20px
}
.newsSQFormFrag h1 {
	font-size: 35px;
	font-size: 3.5rem
}
div.fancybox-skin {
	background: #fff
}
.actBottomMenu {
	padding: 0
}

.actIc {
	margin: 0 0 20px 0;
	padding: 30px;
	background: #fff;
	position: relative;
    transition: 0.125s;
}
.actIc .actItemTitle a {
    transition: 0.125s;
}
.actIc:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.actIc:hover .actItemTitle a {
    color: #F0542D;
}
.actIc .favorites_cookies .hide-by-default {
	display: none
}
.actIc .actIf.itemFooter {
	display: none
}
.actLayover {
	display: none;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../_images/actHover.png) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px;
	line-height: 1
}
.actIc:hover .actLayover {
	display: block
}
.actLayover img {
	margin: 0 0 30px 0
}
.actLayover span {
	font-weight: bold
}
.actItemImagePhoto1 {
	display: block
}
.actItemImage {
	float: none
}
.actItemImage img {
	max-width: 100%;
	margin: 0;
	width: 100%;
	display: block
}
.actItemText {
	padding: 30px 35px
}
.actItemTitle {
	margin: 0;
	padding: 0;
	min-height: 35px
}
.actItemTitle a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000000
}
.actIc .itemDescription {
	margin: 0 0 12px 0;
	line-height: 30px;
	line-height: 3rem;
	font-size: 16px;
	font-size: 1.6rem
}
.additional-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.additional-info>div {
	display: inline-block;
	margin: 0 30px 0 0
}
.additional-info span {
	width: 17px;
	height: 19px;
	line-height: 17px;
	line-height: 1.7rem;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	vertical-align: middle
}
.gewuren-info span:before {
	content: "\f017";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.opleidn-info span:before {
	content: "\f508";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.regio-info span:before {
	content: "ï?…";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.functiegr-info span:before {
	content: "ï‚±";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.dienstvb-info span:before {
	content: "ï?³";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
.gewuren-info_item,
.opleidn-info_item,
.regio-info_item,
.functiegr-info_item,
.dienstvb-info_item {
	display: inline-block;
	color: #F0542D;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem
}
.gewuren-info_item:after,
.opleidn-info_item:after,
.regio-info_item:after,
.functiegr-info_item:after,
.dienstvb-info_item:after {
	content: '/';
	margin: 0 0px 0 3px
}
.gewuren-info_item:last-of-type:after,
.opleidn-info_item:last-of-type:after,
.regio-info_item:last-of-type:after,
.functiegr-info_item:last-of-type:after,
.dienstvb-info_item:last-of-type:after {
	content: '';
	margin: 0
}
.actIc .readmore {
	font-weight: bold;
	margin: 5px 0 0 0;
	display: block;
	color: #000000
}
.actMatch .actMatchItem {
	width: 33%;
	float: left;
	font-size: 16px;
	font-size: 1.6rem
}
.actMatch>div img {
	margin: 0 10px 0 0;
	vertical-align: middle
}
.actMlCrss,
.actMlCsvq,
.actMlCJsa {
	display: none
}
.actPageNav {
	text-align: left;
	margin-left: 15px;
	padding: 40px 0 0 0;
	line-height: 42px
}
.actPageNav a {
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 15px;
	font-weight: 400
}
.actPageNav a:hover {
	text-decoration: underline
}
.actPageNav a.actNext,
.actPageNav a.actLast,
.actPageNav a.actPrev {
	color: #F0542D;
	font-weight: bold;
	font-size: 0;
	position: relative
}
a.pnNext.actNext,
a.pnPrev.actPrev {
	content: '';
	display: inline-block;
	vertical-align: top
}
a.pnNext.actNext::before,
a.pnPrev.actPrev::before {
	content: "ï„¸";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	color: #000000;
	margin-right: 6px;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 600 !important
}
a.pnPrev.actPrev {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.actPageNav a.actLast,
.actPageNav a.actFirst,
a.pnNext.actNext:first-of-type {
	display: none
}
.actPageNav a.actActive {
	background: none;
	color: #F0542D;
	font-weight: bold
}
.aplEnrollOuter .formInput label,
.aplAplSOuter .formInput label {
	margin-bottom: 10px
}
.aplAplSOuter .explain,
.aplEnrollOuter .explain,
.qsOuter .explain {
	padding: 0 0 15px
}
.aplAplSLink,
.aplAplSTitle {
	display: none
}
.aplAplSAr,
.actonomy .qsPIOuter h1.title,
.aplEnrollOuter h1.title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 42px;
	line-height: 4.2rem;
	margin: 0 0 30px 0;
	border: 0;
	padding: 0;
}
.aplAplSAr {
    color: #000;
    font-weight: bold;
}
.aplAplSAr span {
	color: #F0542D;
    font-weight: bold;
}
.actonomy .qsPIOuter h1.title,
.aplAplSAr span,
.aplEnrollOuter h1.title {
	font-weight: bold;
	display: block
}
.aplAplSAr {
	font-size: 42px !important;
	font-size: 4.2rem !important
}
.aplAplSAr span {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 10px
}
.outer .aplPrivAreaInput label {
	max-width: 35%
}
.formInputTaC {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	height: auto
}
.aplCsc label[for=captcha] {
	display: none
}
.qsPageOuter>.text {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.4rem;
    margin-bottom: 30px;
}
.aplStartOuter .formInput>label {
	max-width: 100%
}
.aplStartOuter h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}
.aplStartOuter .fileUpParrent,
.aplStartOuter .fileUpButton,
.aplStartOuter input[type=text],
.aplStartOuter input[type=password],
.aplStartOuter input[type=file],
.aplStartOuter select,
.aplStartOuter textarea {
	width: 100% !important;
	max-width: unset
}
.aplStartOuter .aplStartBc,
.aplStartOuter .aplStartBcFpwd,
.aplStartOuter .aplSignBc {
	text-align: right
}
.aplStartOuter .aplCsc .g-recaptcha {
	float: right !important
}
.aplStartOuter .aplStartFormFSgnUp ul {
	list-style: none
}
.aplStartOuter .aplStartFormFSgnUp ul li {
	padding: 0
}
.aplStartOuter .aplStartFormFSgnUp ul li:before {
	display: none
}
.vacRes1Outer .actTitle,
.vacRes1Outer .actTopMenu {
	display: none
}
.outer.aplOuter.aplEnrollOuter .fileUpParrent,
.outer.aplOuter.aplEnrollOuter .fileUpButton,
.outer.aplOuter.aplAplSOuter .fileUpParrent,
.outer.aplOuter.aplAplSOuter .fileUpButton {
	width: 100%;
	max-width: 100%
}
.outer.aplOuter.aplCpOuter .fileUpParrent,
.outer.aplOuter.aplCpOuter .fileUpButton {
	width: 100%
}
.mobile,
input.mobile {
	display: none
}
.t3o .tTitle,
.home h1,
.t4o .tTitle,
.home h2,
.t4o .tIntro,
.t5Title,
.starter .contentTitle,
.t8Title,
.actRewriteTitle,
.contact .headerPlaceholder h1,
.contact .headerPlaceholder .text,
.aplAplSAr {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1
}
.actMatch .actMatchItem {
	width: 50%;
	margin: 0 0 10px 0
}
.qsPageOuter .buttonContainer a:after {
	margin: -5px 0 -4px 4px;
	vertical-align: middle
}
.jsh input[type=submit] {
	padding: 16px 40px 15px 40px
}
.home .outer {
	padding: 70px 0 30px 0
}
.actonomy main {
	padding: 50px 15px
}
.t5o .tItemCon .cell .tBody p:first-child,
.t8o .tItemCon .cell .tBody p:first-child {
	display: none
}

@media (min-width: 576px) and (max-width: 767.98px){

}

@media (min-width: 768px){
    .outer .explain, .outer .formInput>label {
        display: block;
        float: left;
        width: 170px;
        min-height: 1px;
    }
    .outer .explain {
        max-width: 170px!important;
    }
    .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, .otysSelect {
        max-width: calc(100% - 170px);
    }
    input[type=file] {
        max-width: 100%!important;
    }
    .t1o .otysSelect {
        max-width: 100%;
    }
    .buttonContainer,
    .formButton {
        margin-left: 170px;
    }
    .buttonContainer.jbdBc {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.t1o .JobSearchHookTeaser1 .jobSearchContainer .actHInput,
	.t8o .JobSearchHookTeaser1 .jobSearchContainer .actHInput {
		width: 33.3%;
		float: left
	}
	.t1o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .hookInput,
	.t8o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .hookInput {
		margin: 0;
		padding: 0 15px
	}
	.t1o .JobSearchHookTeaser1 .jobSearchContainer .actHButton,
	.t8o .JobSearchHookTeaser1 .jobSearchContainer .actHButton {
		width: 33.3%;
		float: left;
		margin: 0
	}
    .actJshOuter form:after {
        content: '';
        position: relative;
        clear: both;
        display: block;
    }
    .hookBottomLink.actHBl {
        margin-top: 20px;
    }
    .actJshOuter .actHButton input {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media (min-width: 1200px) {
    header nav#hlb1 {
		display: inline-block;
	}
	header nav#hlb1 ul {
		list-style: none;
		margin: 0 10px 0 0;
		padding: 0;
	}
	header nav#hlb1 ul li a {
		text-decoration: none;
	}
	header nav#hlb1 ul li.mainLevactive>a {
		font-weight: bold;
		color: #F0542D;
	}
	header nav#hlb1 ul li.mainLevactive>a:after {
		border-color: #F0542D;
	}
	header nav#hlb1 ul li.mainLev.active>a {
		font-weight: bold;
		color: #F0542D;
	}
	header nav#hlb1 ul li.mainLev.active>a:after {
		border-color: #F0542D;
	}
	header nav#hlb1 ul>ul {
		display: inline-block
	}
	header nav#hlb1>ul {
		display: inline-block;
        line-height: 8rem;
	}
	header nav#hlb1>ul>li {
		display: inline-block;
		position: relative
	}
    header nav#hlb1>ul>li.hasSub {
        padding-right: 10px;
    }
    header nav#hlb1>ul>li.hasSub:hover span.toggle {
        color: #F0542D;
    }
    span.toggle:after {
        content: '\f078';
        font-family: "Font Awesome 5 Pro" !important;
        font-size: 1.4rem;
        font-weight: bold;
    }
    header nav#hlb1>ul>li.hasSub span.toggle {
        display: block;
        color: #FFF;
    }
    span.toggle {
        display: none;
        position: absolute;
        right: 5px;
        top: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	header nav#hlb1>ul>li>a {
		font-size: 1.6rem;
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		padding: 0px 15px;
		display: inline-block;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}
	header nav#hlb1>ul>li>a:hover {
		color: #F0542D;
	}
    header nav#hlb1>ul>li.loginButtonMenu>a {
        line-height: 50px;
    }
	header nav#hlb1>ul>li>ul {
		display: block;
		pointer-events: none;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
		text-align: center;
		width: 200px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		margin: 0;
		overflow: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}
	header nav#hlb1>ul>li>ul>li {
		background-color: #fff;
        line-height: 3rem;
	}
	header nav#hlb1>ul>li>ul>li>a {
		color: #000;
		text-decoration: none;
		font-size: 1.6rem;
		padding: 0 10px;
		line-height: 50px
	}
	header nav#hlb1>ul>li>ul>li:nth-child(1) {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}
	header nav#hlb1>ul>li:hover ul {
		pointer-events: all;
		visibility: visible;
		opacity: 1;
		margin-top: -10px
	}
    .sticky header {
        padding: 0
    }
    body.sticky header nav#hlb1 li.mainLevactive>a {
        color: #F0542D
    }
    body.sticky header nav#hlb1 li.mainLev.active>a {
        color: #F0542D
    }
    body.sticky header nav#hlb1 > ul > li > a {
        color: #FFF;
    }
    body.sticky header nav#hlb1 > ul > li:hover > a {
        color: #F0542D
    }
    header nav#hlb1 > ul > li > ul > li > a:hover {
        color: #F0542D
    }
    body.sticky header nav#hlb1>ul>li>ul {
        -webkit-box-shadow: 0px 5px 5px -2px rgba(207, 187, 163, 0.35);
        box-shadow: 0px 5px 5px -2px rgba(207, 187, 163, 0.35)
    }
}

@media (max-width: 1600px) {
	.t1o .JobSearchHookTeaser1,
	.t8o .JobSearchHookTeaser1 {
		top: 9%
	}
    .t1o .teaserinner,
    .t8o .teaserinner {
        top: 20%
    }
}

@media (max-width: 1500px) and (min-width: 1024px) {
	.contact .t3o {
		top: 25%
	}
}

@media (max-width: 1199.98px) and (min-width: 580px) {
	.actTopMenu {
		padding: 0
	}
}

@media (max-width: 1199.98px) {
    header nav#hlb1 {
		position: fixed;
		width: 390px;
		max-width: 100vw;
		right: 0;
		z-index: 200;
		background: #fff;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		overflow: auto;
		z-index: 9999;
		padding: 60px 0
	}
	header nav#hlb1 ul {
		list-style: none;
		margin: 0;
		padding: 0
	}
	header nav#hlb1 ul li a {
		text-decoration: none
	}
	header nav#hlb1>ul>li>a {
		font-size: 2.4rem;
		color: #010101;
		padding: 10px 22px;
		display: block;
		text-align: center
	}
	header nav#hlb1>ul>li.mainLevactive>a {
		color: #F0542D;
		font-weight: bold
	}
	header nav#hlb1>ul>li.hasSub>span {
		padding: 20px 22px;
		position: absolute;
		right: 0;
		z-index: 99;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
		margin-right: 10px
	}
	header nav#hlb1>ul>li.hasSub>span:before {
		font-family: "Font Awesome 5 Pro" !important;
		font-weight: 900 !important;
		content: "\f067";
		position: relative;
		width: 20px;
		color: #F0542D;
		font-size: 1.6rem
	}
    li.loginButtonMenu {
        margin-bottom: 10px;
    }
	header nav#hlb1>ul>li.hasSub>span:hover {
		opacity: 0.5
	}
	header nav#hlb1>ul>li.hasSub.itemOpen>span:before {
		font-family: "Font Awesome 5 Pro" !important;
		font-weight: 900 !important;
		content: "\f068";
		position: relative;
		width: 20px;
		color: #F0542D;
		font-size: 1.6rem
	}
	header nav#hlb1>ul>li>ul {
		display: none
	}
	header nav#hlb1>ul>li>ul>li>a {
		font-size: 1.8rem;
		color: #010101;
		padding: 15px 22px;
		display: block;
		text-align: center;
		background: #f1f1f1
	}
	header nav#hlb1>ul>li.hasSub.itemOpen>ul {
		display: block;
		margin: 0 !important
	}
	header nav#hlb1 .cookie {
		left: 50%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%)
	}
    .hamburger {
        display: block
    }
    .content-details .content-details-scrollbox,
    .contactgegevens .content-details-scrollbox {
        padding-top: 15px
    }
    .t1o .JobSearchHookTeaser1,
    .t8o .JobSearchHookTeaser1 {
        position: relative;
        bottom: auto
    }
    .t1o .JobSearchHookTeaser1 .jobSearchContainer,
    .t8o .JobSearchHookTeaser1 .jobSearchContainer {
        text-align: center
    }
    .t1o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter,
    .t8o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px 25px 0px
    }
    .t1o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .actHHeader,
    .t8o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .actHHeader {
        margin: 30px 0 20px 0
    }
    .t1o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .hookInput select,
    .t8o .JobSearchHookTeaser1 .jobSearchContainer .actJshOuter .hookInput select {
        color: #000000
    }
    .t1o .teaserinner .menuLink.actMlJc,
    .t8o .teaserinner .menuLink.actMlJc {
        font-size: 4.2rem
    }
    .t1o .teaserinner .desktop.tItemContainer .tSubHeader,
    .t1o .teaserinner .desktop.tItemContainer .tSubHeader h1,
    .t1o .teaserinner .desktop.tItemContainer .actMc,
    .t8o .teaserinner .desktop.tItemContainer .tSubHeader,
    .t8o .teaserinner .desktop.tItemContainer .tSubHeader h1,
    .t8o .teaserinner .desktop.tItemContainer .actMc {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }
    .t2o {
        padding-top: 30px
    }
    .t9o {
        padding-top: 30px
    }
    .vacTitle .actMlJc {
        font-size: 4.2rem
    }
    .t3o .tTitle,
	.home h1,
	.t4o .tTitle {
		font-size: 5rem
	}
	.home h2,
	.t4o .tIntro {
		font-size: 5rem
	}
	.t3o .right {
		display: none
	}
	.favouriteJobList {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.algemene-content,
	.content-main,
	.content-details {
		padding: 30px 15px;
		height: auto !important;
		margin-bottom: 20px;
		background: #fff
	}
	.content-main {
		margin-bottom: 0
	}
	.content-details {
		background: none
	}
	.algemene-content {
		margin-bottom: 0
	}
	.algemene-content .col-md-8 {
		width: 100%
	}
	.jsh {
		padding: 20px 0
	}
	main,
	#s2 {
		padding: 30px 0
	}
	footer>.col:first-of-type {
		display: none
	}
	#sticky {
		width: 100% !important
	}
	.stickyCon input[type="button"].jbdButApl {
		display: none
	}
	.button,
	a strike,
	a s,
	input[type=button],
	input[type=submit],
	button {
		max-width: 264px
	}
	.jobHookContentReloader+.jobHookContentReloader {
		margin-left: 10px
	}
	.details {
		padding-top: 30px;
		margin-left: 0
	}
	.addthis_inline_share_toolbox {
		visibility: visible
	}
	.map-route {
		right: 50%;
		-webkit-transform: translate(50%);
		-ms-transform: translate(50%);
		transform: translate(50%);
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.map-route input[type=submit] {
		width: initial
	}
	#sticky.stick {
		position: fixed;
		top: 0;
		z-index: 10;
		border-radius: 0 0 0.5em 0.5em
	}
}

@media (max-width: 991.98px){
    body.sticky .hamburger {
		margin: 19px 20px
	}
    body.sticky #logo {
        height: 60px
    }
    body.sticky .top-wrapper {
        font-size: 0;
        height: 60px;
    }
    body.sticky header {
        height: 60px;
    }
    .content-details,
    .contactgegevens {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }
    .content-details,
    .contactgegevens {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }
    .content a.hlb4 strike {
        width: 100%
    }
    footer #footerTop .row .col {
        padding-top: 0;
        padding-bottom: 0
    }
    footer .t5o,
    footer .jslOuter {
        display: none
    }
    footer .t6o {
        text-align: center;
        padding-bottom: 20px
    }
    #scrolldown {
        display: none
    }
    .t2o .tSubHeader,
    .t2o .tSubHeader h2 {
        font-size: 2.8rem
    }
    .t3o {
        padding: 50px 0
    }
    .t3o .tIntro {
        display: none
    }
    .t3o .tItemCon.column1 img {
        height: auto;
        max-width: 100%;
        margin-bottom: 30px;
        display: none
    }
    .t3o .tItemCon.column2 {
        margin-top: 0px
    }
    .t3o .tSubHeader,
    .t3o .tSubHeader h2 {
        font-size: 2.8rem
    }
    .t4o .tItemContainer {
        padding: 50px 0
    }
    .t4o .tItemContainer .tSubHeader {
        margin-bottom: 20px
    }
    .t4o .tItemContainer .tSubHeader {
        font-size: 2.8rem
    }
    .jbbOuter .jobBannerInner {
        width: 100%;
        margin-bottom: 30px
    }
    body.jobdetail {
        margin: 0 0 50px 0
    }
    .details {
        padding-top: 30px;
        text-align: center;
    }
    .algemene-content-wrapper {
        background: #FFF
    }
    .jobdetail-descr {
        background: #fff
    }
    .jobdetail-descr .algemene-content {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .act-filter-toggle {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        top: calc(100% - 50px);
        left: 0;
        background: #000000;
        color: #FFF;
        text-align: center;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 99999
    }
    .act-filter-toggle.open {
        top: 0
    }
    .act-filter-toggle:active {
        background: #F0542D
    }
    .actSRFacetCont .actSROf {
        overflow-y: scroll;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 50px);
        z-index: 99998;
        background: #FFF;
        top: 0;
        left: 0;
        padding: 30px 30px 30px 30px;
        pointer-events: none;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-top: 50px
    }
    .actSRFacetCont .actSROf.open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all
    }
    .contactgegevens {
		text-align: center
	}
	input[type="button"].jbdButApl {
		position: fixed;
		bottom: 0;
		margin: 0;
		width: 100vw;
		left: 0;
		z-index: 100;
		border-radius: 0px
	}
	.map-route.show {
		top: 150px
	}
	.jobSearchContaner {
		position: absolute;
		right: 0;
		margin-top: -52px
	}
	.mDhOut,
	.rJhVIc,
	.chlOuter {
		max-width: 100%;
        text-align: left;
	}
	.chlOuter {
		text-align: center
	}
	.jbdButApl.clone {
		display: none
	}
	.t4o .tSubHeader {
		line-height: 3.9rem
	}
	footer .col .tSubHeader:after,
	footer .col .jslTitle:after {
		left: 40%
	}
	.actItemText {
		padding: 30px 35px
	}
	.jobBannerInner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0
	}
	#jobBannerHookReadMoreDiv a {
		max-width: 220px
	}
	.t3o .col1 .tItemCon,
	.t3o .col2 .tItemCon {
		padding: 0
	}
	#jobBannerHookReadMoreDiv a {
		padding: 10px;
		width: 100%
	}
	.contact .t3o .tText {
		font-size: 5.4rem
	}
	.facetListTitle a:before {
		margin-right: 8px
	}
	.favorites_cookies .save input,
	.favorites_cookies .delete input {
		width: 30px
	}
}

@media (max-width: 767.98px){
    .apllDate>div>span {
		width: 100%
	}
    .buttonContainer .button,
    .buttonContainer button {
        width: 100%
    }
    .formButton input {
        width: 100%;
        max-width: 100%;
    }
    .t1o .sliderdots,
    .t8o .sliderdots {
        display: none
    }
    .t1o .teaserinner,
    .t8o .teaserinner {
        bottom: auto;
        top: 0;
        height: 100%
    }
    .t1o .teaserinner .menuLink.actMlJc,
    .t8o .teaserinner .menuLink.actMlJc {
        font-size: 3.2rem;
        padding-right: 0
    }
    .t1o .slides,
    .t8o .slides {
        display: none
    }
    .t1o .mobileheader,
    .t8o .mobileheader {
        display: block
    }
    .t1o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer,
    .t8o .mobileheader .teaserinner .sw .tItemContainerOuter .tItemContainer {
        padding: 0
    }
    .t3o .tItemCon ol li {
        width: 100%;
        display: block;
        margin: 15px 0
    }
    .jbbOuter ul.slick-dots li {
        margin: 0 5px
    }
    .jbbOuter ul.slick-dots li button {
        margin: 0
    }
    label {
        margin: 0 0 10px 0;
        float: none!important;
    }
    .fileInputHolder {
        max-width: 100%!important;
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 575.98px) {
	input[type=button].jbdButApl {
		margin-right: 0
	}
    .contact .formInput {
        display: block !important
    }
    .contact .formInput>textarea,
    .contact .formInput input[type=text] {
        width: 100%;
        max-width: 100%
    }
    input,
	select,
	textarea {
		width: 100%;
		max-width: 100%
	}
	body {
		font-size: 1.6rem
	}
	footer .col:after {
		content: none
	}
	.actonomy main,
	.starter main,
	.contact main {
		padding: 30px 15px
	}
	.actRewriteTitle,
	h1,
	.t5Title,
	.starter .contentTitle,
	.t8Title,
	.contact .headerPlaceholder h1,
	.contact .headerPlaceholder .text,
	.jobTitlePlaceholder h1.jbdTitle {
		font-size: 2.8rem;
		line-height: 2.8rem
	}
	.vacTitle .actTitle {
		margin-bottom: .8rem
	}
	.actItemTitle {
		max-width: 95%
	}
	ul.buttonsList li {
		display: block;
		margin: 0 0 20px 0
	}
	ul.buttonsList li:last-child {
		margin: 0
	}
	ul.buttonsList li a strike {
		display: block;
		text-align: center
	}
	.vacatures main {
		padding: 30px 0
	}
	.button,
	a strike,
	a s,
	input[type=button],
	input[type=submit],
	button {
		font-size: 1.6rem
	}
	.content a strike {
		width: 100%;
		font-size: 1.2rem;
		width: 264px
	}
	.home h1,
	.aplAplSAr {
		font-size: 3.2rem
	}
	.aplAplSAr {
		line-height: 3.4rem
	}
	.home h2,
	.t4o .tIntro {
		font-size: 3.2rem
	}
	.map-route.show {
		width: 93%
	}
	.t1o .tIntro ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 50px;
		left: 22px;
		right: 22px
	}
	.t1o .desktop .tSubHeader {
		font-size: 4rem;
		margin-bottom: 25px
	}
	.actonomy .t1o .tIntro ul,
	.jobdetail .t1o .tIntro ul {
		display: none
	}
	.t1o .tIntro ul li {
		margin: 0 0 20px 0
	}
	.t1o .tIntro ul li:last-child {
		margin: 0
	}
	.t1o .tIntro ul li a strike {
		display: block;
		text-align: center
	}
	.vacTitle .actMlJc {
		max-width: initial;
		display: block;
		font-size: 4.6rem;
		margin-left: 0
	}
	.vacTitle .actTitle:before {
		margin: 6px 21px 6px 15px
	}
	.t3o .padding {
		padding: 50px 15px
	}
	.t3o .tIntro,
	.t3o .col1 .tItemCon,
	.t3o .col2 .tItemCon {
		padding: 0
	}
	.t3o ul li {
		margin: 0 0 20px 0;
		padding: 0
	}
	.t3o ul li:last-child {
		margin: 0
	}
	.t3o .right {
		display: none
	}
	.t3o li:first-of-type {
		margin-right: 0
	}
	.t3o .tIntro {
		display: none
	}
	.t3o .col1 {
		position: initial;
		padding: 0 15px;
		width: 100%;
		height: auto
	}
	.t3o .col1 img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block
	}
	.t4o .col1 {
		padding: 0
	}
	.t4o .col4 strike {
		display: block
	}
	.t4o .tFoto img {
		height: 385px
	}
	.t4o .tSubHeader {
		line-height: 4.2rem;
		font-size: 4.2rem
	}
	.t6o ul li,
	.t6o ul li strike {
		display: block
	}
	.t6o ul li {
		margin: 0 0 20px 0
	}
	.t6o ul li:last-child {
		margin: 0
	}
	.t7o .tIntro {
		line-height: 3rem
	}
	.t7o .tFoto img {
		min-height: 216px;
		height: auto
	}
	.t7o .tText p {
		font-size: 3.3rem;
		line-height: 3.3rem
	}
	.home .outer {
		padding: 50px 0
	}
	.home .outer p {
		margin: 0
	}
	.home .outer ul {
		display: none
	}
	.home .outer ul li,
	.home .outer ul li strike {
		display: block
	}
	.home .outer ul li {
		margin: 0 0 20px 0
	}
	.home .outer ul li:last-child {
		margin: 0
	}
	#s5 {
		padding: 50px 15px
	}
	.jslTitle {
		margin: 0 0 10px 0
	}
	.jslText {
		padding: 20px
	}
	#s5 .networkHookHeader {
		display: none
	}
	#s2 .jobHookContentReloader+.jobHookContentReloader {
		margin-left: 0
	}
	#s2 .jobHookContentReloader {
		min-height: 280px;
		margin-bottom: 25px
	}
	#footerTop {
		padding: 15px
	}
	#footerTop #footerLogo {
		max-width: 60%;
		margin: 0 0 30px 0
	}
	.t7o .col2 {
		display: block
	}
	.jsh {
		background: none
	}
	.jsh .actHInput,
	.jsh .actHButton {
		width: 100%;
		float: none;
		margin: 0 0 20px 0
	}
	.jsh input[type=submit] {
		color: #fff;
		background: url(../_images/jshButtonArrowWhite.png) no-repeat right 30px center
	}
	.actJshOuter .actHButton input {
		max-width: 85%
	}
	.custRewriteIntro {
		font-size: 1.6rem;
		line-height: 1.8rem
	}
	.actSRFacetCont {
		max-width: 100%
	}
	.actIc {
		margin: 0 0 30px 0
	}
	.actIc:hover .actLayover {
		display: none
	}
	.actItemImagePhoto1 {
		display: none
	}
	.actItemText {
		padding: 0
	}
	.actItemTitle a {
		font-size: 1.6rem
	}
	.mDhItT,
	.mDhIw {
		font-size: 1.6rem
	}
	.mDhItT {
		line-height: 1.2rem
	}
	.mDhItC,
	.jbdAddthis,
	.mDhT {
		padding: 0 10px
	}
	.addthis_inline_share_toolbox {
		margin-top: 20px
	}
	.jdItemCon .jdItem:first-child .jbdTextSh {
		font-size: 2.8rem;
		line-height: 2.8rem
	}
	.jobTitlePlaceholder {
		position: relative
	}
	.mDhOut {
		padding: 20px 0
	}
	.jbdButApl.clone {
		display: none
	}
	.topBar .favorites_cookies .delete input,
	.topBar .favorites_cookies_detail div[id*=delete] input,
	.topBar .favorites_cookies .save input,
	.topBar .favorites_cookies_detail div[id*=save] input {
		padding: 10px 0
	}
	.mDhT {
		text-align: center
	}
	.jbdButApl.clone,
	.hlb3 strike {
		width: 100%
	}
	.chlOuter {
		padding: 25px
	}
	.qAplOuter {
		display: block
	}
	.qAplHeader {
		font-size: 3.2rem;
		line-height: 3.2rem;
		text-align: center;
		margin: 0 0 40px 0
	}
	.qAplTAplNl {
		margin: 0 0 20px 0
	}
	.qAplTAplNl a {
		text-align: center
	}
	.qAplBcApl {
		margin: 0 0 20px 0
	}
	#jobBannerHookReadMoreDiv a {
		padding: 5px 15px;
		width: 100%;
		bottom: 10px
	}
	.actPageNav {
		margin-left: 0
	}
	.consDetTextPersonal>div {
		margin-bottom: 10px
	}
	.consDetTextPersonal .textWord span {
		width: 100%;
		font-weight: bold
	}
}

@media screen and (max-width: 460px) {
	.favouriteJobListItem {
		padding: 20px;
		max-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.t1o .desktop .tSubHeader {
		font-size: 3rem;
		margin-bottom: 25px
	}
	.outer .aplPrivAreaInput label {
		max-width: 100%
	}
	.aplAplSOuter div.formInputTaC {
		padding: 10px
	}
	#s2 .t2o {
		padding: 0 0 40px
	}
	.contact .t3o {
		bottom: 2px
	}
}

@media screen and (max-width: 450px) {
    #login .loginButtonContainer {
        flex-direction: column;
    }
}

@media screen and (max-width: 320px) {
	.vacTitle .actMlJc {
		font-size: 4.2rem
	}
	.actHHeader {
		font-size: 2.1rem
	}
	.actJshOuter .actHButton input {
		max-width: 80%;
		font-size: 1rem
	}
	.vacTitle .actTitle:before {
		width: 50px;
		margin: 6px 14px 6px 15px
	}
	.vacatures main {
		padding: 20px 0
	}
	.jobSearchContainer {
		padding: 0
	}
	.actIc {
		padding: 15px
	}
	.actPageNav a {
		padding: 0 10px
	}
	.contact .t3o .col-xlg-6 {
		position: relative;
		left: 15px
	}
	.contact .t3o .tText {
		font-size: 4.4rem
	}
	.algemene-content .col-md-8 {
		padding: 0
	}
}
