/*
	general
*/

body {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.table {
	display: table;
}

ul.table li {
	display: table-cell;
	text-align: left;
}

ul.dots {
    list-style-type: disc;
	padding-left: 30px;
}

ul.dots li {
	margin-bottom: 20px;
}

ul.checks {
	margin-top: 136px;
	position: relative;
	display: block;
	width: 100%;
}

ul.checks li {
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: 200;
}

ul.checks li i {
	margin-right: 25px;
}
ul.socials a:hover {
    color: #cb242b;
    transition: 0.5s;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}
.toprow.second {
	display: none;
}

.tiny .toprow.second {
    display: block;
    margin-top: -24px;
    margin-left: calc(-5% - 10px);
    width: calc(100% + 10% + 20px);
}
img {
	max-width: 100%;
}

input, button, a.button {
	outline: none;
}

.container {
	position: relative;
}

a, a:hover, a:focus,a:visited {
	color:inherit;
	text-decoration: underline;
	outline: none;
}



a:hover {
	text-decoration: none;
}
a.red.bold {
    color: #cb252c;
    font-weight: 700;
    text-decoration: none !important;

}
a.red.bold i {
    margin-right: 15px;
}
button, a.button {
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	padding: 15px 0;
	width: 100%;
	border: 0;
	-webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 200;
	color: #CB242B;
	text-decoration: none;
	border: 0;
	-webkit-appearance: none;
	display: inline-block;
}

button.red, a.button.red {
	background-color: #CB242B;
	color: #fff;
}

button.red2, a.button.red2 {
	background-color: #CB242B;
	padding: 15px 45px;
	border: 5px solid #fff;
	color: #fff;
	margin-top: 80px;
}

.button-like {
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
    border: 0;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
    color: #CB242B;
    text-decoration: none;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    margin-top: 125px;
    color: #333 !important;
}
.button-like.block {
	display: block;
}
.button-like.white.block {
	margin-right: 30px;
}
.button-like.red.block {
	margin-left: 30px;
}
.button-like.darkred {
	background-color: #8A1A21;
	color: #fff !important;
}

.button-like.red{
	background-color: #CB242B;
	color: #fff !important;
}
.button-like.red2{
	background-color: #CB242B;
	padding: 15px 45px;
	border: 5px solid #fff;
	color: #fff !important;
	margin-top: 80px;
}
a.no-style {
    text-decoration: none;
}
a.red-pill {
    cursor: pointer;
    background: #E31D1A;
    color: #fff !important;
    border-radius: 15px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 700;
}

.margin-bottom{
	margin-bottom:25px;
}
.hidden {
    display: none;
}
.screen.disable.button {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 150px;
    margin-bottom: -150px;
}

.w100 {
	width: 100%;
}

.modal-backdrop.in {
	opacity: 0.5;
}

.modal-content {
	border-radius: 0;
}
.modal-header {
	border-bottom: 0;
}
.modal-header .modal-title {
	background: rgba(203, 36, 43, 0.8);
	width: 164px;
	text-align: center;
	color: white;
	height: 164px;
	line-height: 164px;
	position: absolute;
	top: 0;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 100;
	z-index: 1;
	left: 82px;
}
.modal-body {
	padding-left: 0;
	padding-right: 0;
}
.modal-body .halfcenter a {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.modal-body .whitebody {
    padding: 1rem;
    padding-top: 0px;
}
.modal-body h6.popuptitel {
	font-weight: 700;
	padding-top: 20px;
	line-height: 35px;
}

/*
	header
*/

header {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	background-color: #fff;
	padding: 0 5%;
}

header .container {
    max-width: 1600px;
}

header .container .row > div:first-child {
	padding-left: 80px;
	padding-right: 0px;
}

header .header__logo .logo__img {
	height: 100%;
}

header .header__nav {
	text-align: right;
}

header .header__nav .socials {
	margin: 20px 0;
}

header .header__nav .socials li {
	display: inline-block;
	color: #A1A1A1;
	margin-left: 30px;
	font-size: 20px;
	line-height: 38px;
}

header .header__nav .nav-list {
	display: table;
	padding-top: 10px;
	float: right;
	text-align: left;
}

header .header__nav .nav-list li {
	display: table-cell;
	text-transform: uppercase;
}

header .header__nav .nav-list li a {
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin-left: 50px;
}

header .header__nav .nav-list li a.active {
	font-weight: 600;
}

header .header__nav .nav-list li a.active:after {
	content: "";
	display: block;
	position: relative;
	height: 5px;
	width: 30px;
	background-color: #E31D1A;
	margin-top: 10px;
}

header.tiny .header__logo {
	padding: 10px 0;
	text-align: left;
}

header.tiny .header__logo img {
	max-width: 150px;
}

header.tiny .header__nav .socials {
	display: none;
}

header.tiny .header__nav .nav-list {
	padding-top: 25px;
}

header.tiny .header__logo .logo__img {
	height: auto;
}
.searchform.hidden {
    top: -252px;
}

.searchform {
    display: inline-block;
    transition: 1s;
    margin-bottom: -15px;
}
.searchform {
    position: absolute;
    top: 0px;
    transition: 1s;
    width: 100%;
    z-index: 99999999;
    background: #000000ba;
    padding: 15px;
}
span.input-group-btn.typeahead__button button, span.input-group-btn.typeahead__button {
    display: inline-block;
    box-shadow: none;
    float: left;
    background: #CB242B;
    color: #fff;
}

span.typeahead__query {
    display: inline-block;
    width: calc(100% - 42px);
}

.input-group.typeahead__container {
    display: block !important;
    align-items: normal;
}

.searchform input#s {
    background: #efefef;
    border: none;
    border-radius: 0;
    height: 38px;
    width: 100%;
}
i.fa.fa-times.opensearch {
    color: #ffffffbf;
    position: absolute;
    right: 0;
    margin-right: -20px;
    line-height: 38px;
}
.typeahead__result {
    padding-left: 42px;
    margin-top: 0;
}

span.typeahead__cancel-button {
    display: none;
}

ul.typeahead__list {
    background: #efefef;
    padding: 15px;
}
.search .typeahead__result {
    width: calc(50% + 42px);
}
.search span.typeahead__query {
    width: 50%;
}
.search ul.typeahead__list {
    background: #0009;
}
.zoeken span.input-group-btn.typeahead__button button,.zoeken span.input-group-btn.typeahead__button {
    background: #333;
}
/*
	main
*/

main {
	padding-top: 160px;
}


.dashed:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
    transform: translate(-50%, 0);
	width: 50px;
	height: 100%;
    display: block;
    background-image: linear-gradient(#D5DAD9 50%, rgba(255,255,255,0) 0%);
	background-position: top center;
	background-size: 7px 52px;
	background-repeat: repeat-y;
}

.bullit:after {
	content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    background-color: #AAAAAA;
    z-index: 2;
    display: block;
    border-radius: 50%;
    border: 10px solid #D5DAD9;
}

.dashed.left:before, .bullit.left:after {
	left: 100px;
}

.dashed.leftmore:before, .bullit.leftmore:after {
	left: 21%;
}
.leftmoreless.dashed:before, .bullit.leftmoreless:after {
    left: 16.7%;
}
section {
	background-color: #F2F2F2;
	margin: 0 5%;
	margin-bottom: 50px;
	color: #4A4A4A;
}
section.vacature.open-sollicitatie {
    background: #cb252c;
    color: #fff;
}
section.vacature.open-sollicitatie .dashed:before {
    background-image: linear-gradient(#B0212B 50%, rgba(255,255,255,0) 0%);
}
section.vacature.open-sollicitatie .dashed:after {
    background-color: #8A1A21;
    border: 10px solid #B0212B;
}

button.btn.btn-save:hover {
	cursor:pointer!important;
}

section.stickybottom {
	position: sticky;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	margin-bottom: 0 !important;
	cursor: pointer;
	box-shadow: 5px -5px 10px -5px rgba(0,0,0,0.75);
}

.video360 {
	width: 100%;
}


section.stickybottom .bullit:after {
	top: 25px;
}

section.stickybottom.block .bullit:after {
	top: 50px;
}

section.stickybottom.block span.scrollicon {
	display: none;
}

section.stickybottom.block {
	box-shadow: none;
}

section.stickybottom h2.title {
	padding: 25px 0;
}

section.stickybottom.block h2.title {
	padding: 50px 0;
}

section.stickybottom .container {
	padding-bottom: 0 !important;
}

section.stickybottom .container h2.title {
	margin: 0 !important;
}

section.red {
	background-color: #CB242B;
	padding: 0 5%;
	margin: 0;
	margin-bottom: 50px;
	color: #fff;
}

section.red.left {
	padding: 0 5%;
}

section.red.leftmore {
	padding: 0 5%;
}

section.red .dashed:before {
	background-image: linear-gradient(#B0212B 50%, rgba(255,255,255,0) 0%);
}

section.red .bullit:after {
    background-color: #8A1A21;
    border: 10px solid #B0212B;
}

section button, section a.button {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
	margin-top: 50px;
}

section.red button.red, section.red a.button.red {
    background-color: #8A1A21;
}
section.red.left.stickybottom {
    background: #f1f1f1;
    color: #333;
}

section#solliciteren {
    background: #f1f1f1;
    color: #333;
    margin-bottom: 0px;
}

a.telefoon_klik{
	transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
}
a.telefoon_klik:hover {
	opacity:0.8;
	text-decoration:underline!important;
}

textarea#motivatie_plat {
    height: 133px;
}
.tab-wrapper {
    background: #fff;
}

.tab-wrapper .tabs {
    width: 100%;
    background: #d9d9d9;
}

.tab-wrapper .tabs .tab {
    width: 49.5%;
    display: inline-block;
    margin-top: 0;
    box-shadow: none;
    border-image-width: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #d9d9d9;
    cursor: pointer;
    padding-left:  0px;
    padding-right:  0px;
    font-weight: 700;
    color: #cb242b;
}
.tab-wrapper .tabs .tab:last-child {
    float: right;
}
.tab-wrapper .tabs .tab.active {
    color: #333333;
    background: #fff;
    transition: 0.5s;
}

.tab-wrapper .persoon, .tab-wrapper .bureau {
    padding: 71px 30px;
}

.tab-wrapper button.g-recaptcha {
    background: #CB242B;
    color: #fff;
    width: auto !important;
    margin: auto;
    display: block;
    margin-top: 50px;
}
select#rout {
   background: #464646;
}

.stickybottom.red .dashed:before {
    background-image: linear-gradient(#acacac 50%, rgba(255,255,255,0) 0%);
}
#solliciteren .dashed:before {
    background-image: linear-gradient(#acacac 50%, rgba(255,255,255,0) 0%);
}
.stickybottom.red .bullit:after {
    background-color: #acacac;
    border: 10px solid #cccccc;
    margin-top: -10px;
}

section h2 {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}

section h2.title {
	text-align: right;
	padding: 50px 0 25px;
	line-height: 50px;
}

section .left h2.title {
	text-align: left;
}

section .leftmore h2.title {
	text-align: left;
}

section h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
}

section h4 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}

section .container, footer .container {
	/* text-align: justify; */
	max-width: 1600px;
	padding-bottom: 50px;
}

section .container.left {
	/* text-align: justify; */
	max-width: 1600px;
	padding-left: 150px;
}

section .container.leftmore {
	text-align: justify;
	max-width: 1600px;
}
.ervaringen .dashed {
    padding-top: 50px;
}
section .container p {
	font-size: 16px;
}

section .container iframe {
	max-width: 100%;
}

section .container .row.morepadding > div {
	padding-left: 80px;
	padding-right: 80px;
}

section .container .row > div.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}
section.vacature .container {
    padding-bottom: 25px;
}
section.header_homepage {
	background-image: url('../img/homepage_top.jpg');
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	height: 633px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 0;
}

section.header_homepage .container {
	height: 100%;
	padding-top: 100px;
	max-width: 1140px;
}

section.header_homepage .container.bullit:after {
	opacity: 1;
	content: "";
	top: 220px;
	background-color: #fff;
	border: 10px solid #D4D7D6;
}

section.header_homepage .container.dashed:before {
	top: 220px;
	margin-top: 13px;
	background-image: linear-gradient(white 50%, rgba(255,255,255,0) 0%);
	opacity: 1;
}

section.header_homepage:before {
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 34, 38, 0.5);
    z-index: -1;
}

section.header_homepage h1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 200;
	color: #fff;
	font-size: 50px;
}

section.header_homepage h1 strong {
	font-weight: 700;
}

section.header_homepage .buttons {
	margin-top: 0px;
	margin-bottom: 50px;
}

section.header_infopage, section.header_listpage {
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 450px;
	overflow: hidden;
	padding: 0 5%;
}

section.header_infopage:before, section.header_listpage:before {
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(217, 19, 19, 0.80);
    z-index: -1;
}

section.header_infopage .container.bullit:after, section.header_listpage .container.bullit:after {
	opacity: 1;
	content: "";
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 0;
}

section.header_infopage .container.dashed:before, section.header_listpage .container.dashed:before {
	top: 50%;
	margin-top: 35px;
	opacity: 1;
	background-image: none;
}

section.header_listpage .container.bullit:after, section.header_listpage .container.dashed:before {
	top: 125px;
}

section.header_infopage .container, section.header_listpage .container {
	height: 100%;
	padding-top: 170px;
	padding-bottom: 50px;
}

section.header_listpage .container {
	padding-top: 100px;
	z-index: 10;
}

section.header_infopage h1 {
	text-transform: uppercase;
	font-weight: 200;
	color: #fff;
	font-size: 50px;
	text-align: left;
}

section.header_listpage h1 {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	text-align: left;
	font-weight: 700;
}

section.header_infopage h1 strong {
	font-weight: 700;
}
/*
section.header_infopage.contact .container {
	max-width: 1140px;
    padding-top: 120px;
}*/

section.header_infopage.contact .container h1 {
    font-weight: bold;
}


section.subheader_homepage .container a {
	text-decoration: none;
}

section.subheader_homepage .container a:hover .hexagon {
	transform: scale(1.1);
}


section.subheader_homepage .container .hexagon {
	margin-top: -150px;
	width: 250px;
	height: 250px;
}
section.subheader_homepage .container .hexagon .top {
	height: 130px;
}

section.ervaringen_homepage p {
	margin-top: 30px;
	margin-bottom: 0px;
}

section.ervaringen_homepage p span:first-child {
	margin-right: 40px;
	display: inline-block;
}

section.ervaringen_homepage h3 {
	margin-bottom: 15px;
	letter-spacing: 1px;
}

section.ervaringen_homepage h4 {
	margin-bottom: 30px;
	letter-spacing: 1px;
}

section.ervaringen_homepage .erv {
	display: none;
}

section.ervaringen_homepage .erv.active {
	display: block;
}

section.ervaringen_homepage .ervaring {
	float: left;
	width: 50%;
}

section.ervaringen_homepage .ervaring:first-child {
	width: 100%;
	margin-bottom: -50px;
}

section.ervaringen_homepage .ervaring .hexagon.whitered.hot, section.ervaringen_homepage .ervaring .hexagon.whitered:hover {
	transform: scale(1.1);
}
.ervaringen_homepage .hexagon.whitered {
    opacity: 0.7;
}

.ervaringen_homepage .hexagon.whitered.hot {
    opacity: 1;
    cursor: auto;
}

.ervaringen_homepage .hexagon.whitered:hover {
    opacity: 1;
}
.ervaringen_homepage .hexagon.whitered.hot:hover .hover {
    display: none;
}

.ervaringen_homepage .hexagon.whitered.hot:hover .default {
    display: block;
}
section.overons .container .row.morepadding {
	padding-left: 80px;
	padding-right: 80px;
}
.row.correct-25 {
    margin-left: -39px;
    margin-right: -39px;
}

section.overons .container .row.morepadding > div {
	padding: 0;
}

section.overons .department .image {
	height: 130px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 200;
	color: #fff;
}

.department {
    padding: 25px;
}

.department .box {
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
}

.department .image:after {
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(217, 19, 19, 0.8);
}
section.overons .department .image span {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
section.solliciteren input {
	width: 100%;
	font-weight: 200;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	background: transparent;
}
section.solliciteren input#id_code {
    text-transform: none;
}
section.solliciteren select {
    width: 100%;
    font-weight: 200;
    padding: 13px;
    margin-bottom: 20px;
    height: 54px !important;
}
section.solliciteren select#f_mv {
    width: 58%;
}
input#f_tussenvoegsel {
    width: 30%;
}

section.solliciteren input#naam {
    /* width: 68%; */
}

section.solliciteren input.gebdatum {
    width: calc(33% - 25px);
    margin-right: 25px;
}

section.solliciteren input.gebdatum:last-child {
    margin-right: 0px;
    width: 32%;
}
label {
    text-align: left;
    text-transform: uppercase;
}
textarea {
    padding: 10px;
    width: 100%;
    height: 165px;
}
select#rout {
    width: 100%;
    border: 3px solid #fff;
    color: #fff;
}
section.solliciteren input.whiteborder {
	width: 80%;
	padding: 20px;
	border: 5px solid #fff;
	background: transparent;
	color: #fff;
}

section.solliciteren input.whiteborder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

section.solliciteren button {
	width: 100%;
}
section.solliciteren button:disabled {
    background: #d6d6d6;
}
.label-text-field {
    background: #f2f2f2;
    padding: 10px 0px 0;
    position: relative;
    width: 100%;
}
.light-blue .label-text-field, .content.custom:nth-child(even) .label-text-field, .footer-top .label-text-field {
    background: #fff;
}
.label-text-field.file {
    background: transparent;
    width: auto !important;
}
section.solliciteren div.fake {
	text-align: center;
	border: 0;
	-webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
	font-size: 16px;
	font-weight: 200;
	text-decoration: none;
	border: 0;
	-webkit-appearance: none;
	display: inline-block;
	width: auto;
	background: #7c7c7c;
	color: #333;
	margin-top: 0px;
	padding: 10px 15px;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
	color: #fff;
}
section.solliciteren div.fake:hover {
	cursor:pointer;
}
.bestandsnaam {
    line-height: 50px;
    clear: right;
    width: 300px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bestandsnaam .material-icons {
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    margin-bottom: 2px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-weight: bold;
    top: 10px;
}
section.solliciteren input[type=file] {
    display: none;
}

.label-text-field input, .label-text-field select {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 10px 0;
    color: #151515;
    position: relative;
    z-index: 2;
}
.label-text-field select {
    padding: 10px;
    margin-top: -10px;
    line-height: 50px;
    height: 50px;
}
.label-text-field input:focus {
    border-color: transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
}

.label-text-field:hover {
}

.label-text-field:focus, .label-text-field:active {
    outline: 0;
    transition: 0.1s;
}

.label-text-field label {
    position: absolute;
    top: 21px;
    font-size: 15px;
    line-height: 16px;
    font-family: UniversLight, sans-serif;
    color: #adadad;
    margin-bottom: 0px;
    padding: 0 10px;
    z-index: 1;
    text-transform: unset;
    overflow: hidden;
    width: inherit;
}

.label-text-field:focus label, .label-text-field:active label, .label-text-field.active label, .label-text-field.filled label {
    top: 6px;
    font-size: 10px;
    color: #464646;
    font-family: UniversRoman, sans-serif;
    line-height: 16px;
    transition: 0.1s;
}

.label-text-field:focus .line-ripple, .label-text-field:active .line-ripple, .label-text-field.active .line-ripple {
    background: #000000;
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 100%;
}
.label-text-field textarea {
    background: transparent;
    border: none;
    box-shadow: none;
}
.label-text-field.required.false .line-ripple {
    background: #d91016;
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 100%;
}
.label-text-field.required .feedback {
    display:none;
}
.label-text-field.required.false .feedback {
    display: block;
    color: #fff;
    background: #ca252a;
    position: absolute;
    top: 55px;
    font-size: 13px;
    width: 100%;
    padding: 2px;
    padding-left: 15px;
}
.label-text-field.required.file.false .feedback {
    /* position: relative; */
    bottom: -1px;
}
.label-text-field.required.false {
    margin-bottom: 44px;
}
.label-text-field.required.correct .line-ripple,.label-text-field.required.correct-file .line-ripple {
    background: #10d951;
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 100%;
}
.label-text-field .form-control:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
}

section.ervaringen p span:first-child {
	margin-right: 40px;
	display: inline-block;
}

section.ervaringen h3 {
	padding-top: 0px;
	margin-bottom: 15px;
}

section.ervaringen h4 {
	margin-bottom: 30px;
}

section.ervaringen .hexagon {
	height: 500px;
	padding-top: 67px;
	background-position: top center;
}

section.ervaringen .hexagon.large .top {
	padding-top: 50px;
	height: 121px;
}

section.ervaringen .hexagon.large .top.image_full {
	background-position: 42% bottom !important;
	background-size: auto 130px;
}

section.ervaringen .hexagon.large .bottom {
	height: 155px;
	padding-top: 40px;
}
/*
section .container.contact {
	max-width: 1140px;
}

section .container.contact h2 {
	padding: 50px 0;
}*/
section.ervaringen .hexagon.large .top h2 {
    padding: 0;
    padding-left: 60px;
}

section.ervaringen .hexagon.large .bottom h2 {padding: 7px;}

section .container.contact p span {
	float: left;
	width: 100px;
	display: inline-block;
	font-weight: 600;
}

section .contact input, section .contact textarea {
	/* width: 80%; */
	text-transform: uppercase;
	font-weight: 200;
	font-size: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
section .contact input[type="submit"] {background: #DDDDDD;}

.content.styling ul {
    list-style-type: disc;
    padding-left: 20px;
}

.content.styling ul li {
    padding-bottom: 10px;
}

.hexagon {
	background-image: url( '../img/hexagon_white.svg' );
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0;
	z-index: 50;
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	transition: all .2s;
	cursor: pointer;
}

.hexagon.large {
	width: 100%;
	height: 400px;
}

.hexagon.content {
	transform: scale( 0.8 );
	width: 350px;
}

.hexagon.content, .hexagon.large {
	height: 500px;
	background-size: 100% auto;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0px;
	position: relative;
	display: block !important;
	z-index: 99;
	-webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
}

.hexagon .content {
	height: 0px;
	overflow: hidden;
	transition: all .2s;
	display: block;
}

.hexagon.content.hover, .hexagon.content.large.hover {

	-webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
}

.hexagon.hover .content, .hexagon.content.active .content {
	height: 220px;
	padding: 10px 0;
	margin-top: -50px;
	transition: all .2s;
}

.hexagon.whitered, .hexagon.large {
	background-image: url( '../img/hexagon_whitered.svg' );
	transition: all .2s;
}
.hexagon.large.contact {
    background-image: url('../img/HR.png');
    transition: all .2s;
}

/*
.hexagon.whitered.hot {
	background-image: url( '../img/hexagon_whitered_hot.svg' );
	padding-right: 30px;
}
*/

.hexagon .top, .hexagon .bottom {
	height: 150px;
	padding: 10px 0;
	transition: all .2s;
}

.hexagon.large .top, .hexagon.large .bottom {
	height: 270px;
	padding-right: 30px;
	padding-top: 166px;
	width: 100%;
	position: relative;
	display:block;
	text-decoration: none;
	transition: all .2s;
}

.hexagon.large .top {
	padding-bottom: 30px;
}

.hexagon .top {
	padding-top: 40px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: 160px 55px;
	display: block;
}


.hexagon.large .top {
	background-repeat: no-repeat;
	background-size: auto 121px;
	background-position: 70% 0px;
	display: block;
}

.hexagon .top.image p {
	text-align: left;
	padding-left: 60px;
	margin-top: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.hexagon .top.image h2 {
	text-align: left;
	padding-left: 60px;
}

.hexagon .top img {
	height: 100%;
	width: auto;
}

.hexagon.content .top h2, .hexagon.large .top h2 {
	font-weight: bold;
	color: #000;
	font-size: 25px;
	transition: all .2s;
}

.hexagon.content.hover, .hexagon.content.active {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

.hexagon.content.hover .top, .hexagon.content.active .top {
	background-image: url( '../img/hexagon_top.svg' );
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: -50px;
	top: -50px;
}

.hexagon.content.hover .bottom, .hexagon.content.active .bottom {
	background-image: url( '../img/hexagon_bottom.svg' );
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
	padding-bottom: 0;
	margin-top: -37px;
}

.hexagon .bottom {
	padding-bottom: 40px;
	padding-right: 15px;
	display: block;
}

.hexagon.whitered .top {
	height: 141px;
}

.hexagon.whitered .bottom, .hexagon.large .bottom {
	padding-top: 10px;
	color: #fff;
}

.hexagon .bottom h2 {
	font-size: 22px;
	padding: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	white-space: inherit;
	overflow: visible;
	text-overflow: unset;
}

.vacatures_homepage .hexagon .bottom h2.hover:after {
	display: none;
}

.hexagon .bottom h2.hover i {
	display: block;
	margin-top: 10px;
}

.vacatures_homepage .hexagon.hover .bottom h2.hover, .hexagon .bottom h2.default {
	display: block;
}

.hexagon .bottom h2.hover, .vacatures_homepage .hexagon.hover .bottom h2.default {
	display: none;
}
.ervaringen .hexagon .bottom h2, .ervaring .hexagon .bottom h2 {
    padding: 7px 25px;
    white-space: inherit;
    overflow: visible;
    text-overflow: unset;
}

.hexagon .bottom h2:after {
	content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: #CB242B;
    position: relative;
    margin: 20px auto 0px;
}

.hexagon.whitered .bottom h2:after, .hexagon.large .bottom h2:after {
    background-color: #fff;
}

section.vacature .hexagon.large, section.ervaringen .hexagon.large {
	max-width: 350px;
}

.owl-stage-outer:before, .owl-stage-outer:after {
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 110px;
    /* background-color: rgba(0,0,0, 0.25); */
    z-index: 1;
}

.owl-stage-outer:after {
    right: 0;
	left: initial;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 100px;
}

.owl-carousel .owl-nav div {
    width: 45px;
    text-align: center;
    background: #FFF;
    color: #CB242B;
    line-height: 45px;
    font-size: 21px;
    margin: 25px;
    box-shadow: 0 0 5px #000;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

div#map {
	height: 300px;
	width: 100%;
	margin-top: 50px;
}

.hide {
	display: none;
}
.fittext-parent {
    overflow: hidden;
}
.fittext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    transform: translateX(0);
    transition: 1s;
}
.sharing {
    display: inline-block;
}
.share-box {
    background: #fff;
    padding: 15px;
    width: auto;
    position: absolute;
    top: -30px;
    display: block;
    margin-top: 10px;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
    background-color: white;
}

.share-box:before {
    content: "";
}
.share-box.hidden {
    display: none;
}

/*
	footer
*/

footer {
	background-color: #393939;
	padding: 100px 5%;
}

footer .container .row > div {
	padding-left: 80px;
    padding-right: 80px;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

footer p.title {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 50px;
	letter-spacing: 2px;
}

footer p.readmore {
	margin-top: 30px;
	font-weight: 600;
}

.owl-carousel {
	padding-right: 100px;
}
.textblock {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 500px;
    max-width: calc(100% - 50px);
    background: rgba(51, 51, 51, 0.8);
    color: #fff;
    padding: 15px;
}

.item {
    position: relative;
}
/* hamburger start */


.hamburger {
  padding: 10px 5px;
  padding-right: 0;
  padding-left: 25px;
  display: inline-block;
  transition: all 150ms linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  top: 17px;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  display: none;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #CB242B;
  border-radius: 4px;
  position: absolute;
}
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #CB242B;
  border-radius: 4px;
  position: absolute;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.image.dept {
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-360 .image.dept:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 58, 109, 0.4);
}

.image.dept span {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 200;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
a.readmore-toggle {
    font-weight: 700;
    cursor: pointer;
}
.breakmobile {
    float: left;
}


.Over svg#plattegrond {
	margin-top: 50px;
	padding: 20px;
}

.Afdelingen svg#plattegrond {
	margin-top: -75px;
}
section.vacature .leftmore h2.title {
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

section.vacature h4.datum{
    font-size: 15px;
    margin-top: -9px;
    margin-bottom: 25px;
}
.vac-diepte h4.datum {
    font-size: 20px;
    margin-bottom: 50px;
}
.formcontainer input {
    width: 80%;
    float: left;
    border-radius: 0;
}

.formcontainer button {
    width: 20%;
    border-radius: 0;
    box-shadow: none;
}
footer .formcontainer input {
    width: 80%;
    float: left;
    border-radius: 0;
    background:#000000a6;
    border-color:#000000a6;
    color:#fff;
}
footer .formcontainer input:focus {
    width: 80%;
    float: left;
    border-radius: 0;
    background:#000000a6;
    border-color:#000000a6;
    color:#fff;
}
@media screen and (max-width: 1500px) {
	.hexagon.content {
		transform: scale( 0.8 );
		width: auto;
	}

	section .container .row.morepadding > div {
		padding-right: 40px;
		padding-left: 40px;
	}

	footer .container .row > div {
		padding-right: 40px;
		padding-left: 40px;
	}

	header .container .row > div:first-child {
		padding-left: 40px;
		padding-right: 0px;
	}


}

@media screen and (max-width: 1200px) {
	.Vacatures .boxcstm {
    	background-size: 140px!important;
   	}
		.formcontainer button, .formcontainer input {
			width:100%!important;
		}
	section.header_homepage {
		max-height: 900px;
	}

	section.header_homepage .container {
		padding-top: 140px;
	}

	section.subheader_homepage .container .row > div {
		padding: 0;
	}

	section.subheader_homepage .container .hexagon {
	}

	.hexagon.content {
		transform: none;
		width: 400px;
	}

	.owl-carousel {
		padding-right: 0;
	}

	.owl-nav {
		padding-right: 0;
	}

	section.overons .department .image, section.overons .department .button {
		/* margin-right: 10px; */
	}

	section.ervaringen .hexagon.large .top {
		background-size: auto 100% !important;
		background-position: 70% 40px;
	}

	.owl-stage-outer:before, .owl-stage-outer:after {
		height: 100%;
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 50px;
		background-color: rgba(0,0,0, 0.25);
		z-index: 1;
	}

	.owl-stage-outer:after {
		right: 0;
		left: initial;
	}

	header .header__nav .nav-list li a {
		margin-left: 30px;
	}
	.hexagon {
		width: 100%;
		max-width: 300px;
		transition: all 99999999s;
	}

	.hexagon.content {
		max-width: 350px;
		height: 400px;
		width: 100%;
	}

	.hexagon.large .top, .hexagon.large .bottom {
		height: 90px;
		padding-left: 0;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 0;
	}

	.hexagon.content.large .top {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.owl-carousel .owl-nav div {
		margin: 5px;
		width: 40px;
		font-size: 20px;
		line-height: 40px;
		background: transparent;
		color: #fff;
	}

	.hexagon.content {
		transform: none;
	}

	.hexagon.content:hover, .hexagon.content.active {
		background-image: url(../img/hexagon_whitered.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.hexagon:hover .content, .hexagon.content.active .content {
		height: 0px;
		padding: 0;
	}

	.hexagon.content:hover .top, .hexagon.content:hover .bottom, .hexagon.content.active .top, .hexagon.content.active .bottom {
		background: none;
		padding-top: 100px;
		padding-left: 0;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 0;
	}

	.hexagon.content:hover .bottom h2.hover {
		display: none;
	}

	.hexagon.content:hover .bottom h2.default {
		display: block;
	}

	.hexagon:hover .content, .hexagon.content.active .content {
		margin-top: 0px;
	}

	.hexagon .top {
		background-position: 140px 55px;
	}

	.hexagon .top.image p {
		padding-left: 40px;
	}

	.hexagon.content.large .top, .hexagon.content.large:hover .top {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.hexagon.content:hover .top, .hexagon.content.active .top {
		margin-top: 0;
		top: 0;
	}

	.hexagon.content:hover .bottom, .hexagon.content.active .bottom {
		margin-top: 0;
	}

	section.vacature .hexagon .top {
		padding-top: 166px;
		padding-right: 30px;
		height: 270px;
	}

	section.vacature .hexagon .bottom {
		padding-top: 10px;
		padding-right: 30px;
	}
}

/* @media screen and (max-width: 1024px) {
	.Over svg#plattegrond {
		margin-top: 0px;
		padding: 0px;
	}

	.Afdelingen svg#plattegrond {
		margin-top: 0px;
	}
} */


@media screen and (max-width: 991px) {
	section .container.left {
		padding-left:0;
		max-width:100%;
	}
	section.header_homepage .container.dashed:before, section.header_homepage .container.dashed:after {
		display: none;
	}
	a.nav-list__link {
    font-size: 12px;
	}
	.fittext {
		white-space:none!important;
	}
	section h2.title {
		text-align: left;
	}

	section .container, footer .container, section .container.left, section .container.leftmore {
		text-align: left;
	}

	header .container {
		max-width: 95%;
	}

	header .header__nav .nav-list {
		padding-top: 5px;
		margin-top: 1px;
		background-color: #fff;
	}

	section.header_homepage {
		max-height: 750px;
	}

	section.header_homepage .container {
		padding-top: 100px;
	}

	section.header_homepage .buttons {
		margin-top: 100px;
		margin-bottom: 0px;
	}

	section.subheader_homepage {
		margin: 0;
		padding: 0;
	}

	section.subheader_homepage .container .hexagon {
		margin-top: -50px;
		width: auto;
		background-size: contain;
	}

	header .header__nav .nav-list li a {
		margin-left: 15px;
	}

	ul.table li {
		display: block;
		width: 100%;
	}
	.steps {
    	height: unset!important;
   }


}
@media screen and (max-width: 767px) {
	.bestandsnaam .material-icons {top:70px;}
	.bestandsnaam {
    line-height: 20px;
    margin-bottom: 10px;
		width:250px;
	}
	.hidden-md {
		display: none;
	}
	.formcontainer input, .formcontainer button {
			width:100%!important;
	}
	.tab-wrapper .tabs .tab {
		width:100%;
	}
	.tab-wrapper .persoon, .tab-wrapper .bureau {
    padding: 111px 30px;
}
	.form-content {margin-top:40px;}
	.boxcstm h1 {
    	font-size: 22px;
	}
	.steps {
    	height: unset!important;
   }
	.button-like {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	main {
		padding-top: 70px;
	}

	header .container {
		max-width: 100%;
	}
	.bestandsnaam {
		width:150px;
	}
	.nav-list {
		position: absolute;
		padding-top: 15px;
		z-index: 2;
		left: 0;
		width: 100%;
		background-color: rgba(238, 37, 129, 0.9);
		transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		z-index: 20;
		flex-direction: column;
		align-items: center;
	}
	.nav-list__item {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.butns a {
    	margin-bottom: 10px;
	}
	section.red.left .boxcstm {
    	margin-top: 20px;
    	background-color: #fff;
    	border: none;
	}
	.nav-list.expanded {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.hamburger {
		display: inline-block;
		position: absolute;
		bottom: -7px;
		left: 0;
		padding-bottom: 0;
	}

	.dashed:before {
		background-image: linear-gradient(#E4EAE8 50%, rgba(255,255,255,0) 0%);
	}

	section.red .dashed:before {
		background-image: linear-gradient(#BC1C24 50%, rgba(255,255,255,0) 0%);
	}

	header .header__nav .nav-list li {
		display: block;
	}

	header .header__nav .socials {
		display: none;
	}

	header .header__logo, header.tiny .header__logo {
		padding: 10px 25%;
		text-align: center
	}

	header .header__logo img, header.tiny .header__logo img {
		max-height: 60px;
		max-width: 100%;
	}

	header .header__logo .logo__img {
		height: 60px;
	}

	section.header_homepage {
		max-height: 600px;
	}

	section.header_homepage .buttons {
		margin-top: 80px;
	}

	section.header_homepage .container.dashed:before {
		top: 300px;
	}

	section.header_homepage .container.bullit:after {
		top: 250px;
	}

	section.subheader_homepage {
		display: none;
	}

	.plattegrond {
		display: none;
	}

	section.subheader_homepage .container .hexagon {
		margin-top: 25px;
	}

	section.reis_homepage h2.title, section.vacatures_homepage h2.title, section.ervaringen_homepage h2.title {
		text-align: center;
		padding-top: 125px;
	}

	section.ervaringen_homepage .ervaring {
		margin-bottom: 25px !important;
		width: 100%;
	}

	section.header_infopage, section.header_listpage {
		height: auto;
		min-height: unset;
	}

	section.header_infopage .container {
		padding-top: 70px;
	}

	section.header_listpage .container {
		padding-top: 40px;
		overflow: hidden;
	}

	section .container .row.morepadding > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .container .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	header .container .row > div:first-child {
		padding-left: 15px;
		padding-right: 0px;
	}

	footer p.title {
		margin-bottom: 20px;
		margin-top: 40px;
	}

	footer {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	section.header_infopage h1 {
		font-size: 40px;
	}

	section.header_infopage .container.dashed:before, section.header_listpage .container.dashed:before {
		display: none;
	}

	section.header_infopage .container.bullit:after, section.header_listpage .container.bullit:after {
		display: none;
	}

	section .container.dashed:before, section.header_listpage .container.dashed:before {
		left: 50%;
	}

	section .container.bullit:after, section.header_listpage .container.bullit:after {
		left: 50%;
	}

	section .left h2.title {
		text-align: center;
		padding-top: 125px;
	}

	section .container.left {
		padding-left: 15px;
	}

	section.overons .container .row.morepadding {
		padding: 0;
	}

	section.overons .container .row.morepadding > div {
		padding: 0 15px;;
	}

	.dashed.leftmore:before, .bullit.leftmore:after {
		left: 35px;
	}

	section.vacature .container > .row > div:first-child, section.ervaringen .container > .row > div:first-child {
		display: none;
	}
	section.vacature .container > .row > div:first-child, section.ervaringen.nieuws .container > .row > div:first-child {
		display: block;
	}

	.hexagon-cutout {
		max-width: 300px;
		height: 300px;
		margin: auto;
		margin-bottom: 30px;
	}

	section.ervaringen.nieuws h3, section.ervaringen.nieuws h4 {
		text-align: center;
	}
	section.vacature .row > div, section.ervaringen .row > div {
		margin-left: 0px;
	}

	section.header_infopage.contact .container {
		padding-top: 40px;
	}

	section.ervaringen .container.contact .row > div {
		display: block;
		margin-left: 0;
		margin-bottom: 25px;
	}

	section.ervaringen .container.contact .ervaring {
		display: none !important;
	}

	section.stickybottom .container h2.title {
		padding-top: 25px;
	}

	section.stickybottom .container.bullit:after {
		display: none;
	}

	section.stickybottom.block .container.bullit:after {
		display: block;
	}

	section.stickybottom.block .container h2.title {
		padding-top: 125px;
	}
	.Vacatures div#first .row:before, .Vacatures div#second .row:before, .Vacatures div#third .row:before, .Vacatures #four .row:before {
		display: none;
	}

	section.red {
		padding: 0;
	}
	section.ervaringen.nieuws h3 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	section {
		margin: 0;
	}

	.button-like.block {
		margin-top: 40px;
		font-size: 16px;
	}
	.button-like.white.block {
		margin-right: 0px;
	}
	.button-like.red.block {
		margin-left: 0px;
	}

	section.vacature {
		margin-bottom: 25px;
	}
	section.vacature .container {
		padding-bottom: 25px;
	}

	section.header_infopage .container, section.header_listpage .container {
		padding-right: 30px;
		padding-left: 30px;
	}

	section.red.left {
		padding: 0;
	}

	section.header_infopage, section.header_listpage {
		padding: 0;
	}

	section.header_homepage .buttons {
		margin-top: 20px;
	}

	section .container, section .container.left {
		padding-left: 30px;
		padding-right: 30px;
	}

	section.solliciteren input, section.solliciteren button {
		width: 100%;
	}

	section .contact input, section .contact textarea {
		width: 100%;

	}

	section.header_infopage .container {
		padding-top: 90px;
	}

	section.header_infopage h1 {
		font-size: 30px;
		text-align: left;
	}

	section.header_listpage h1 {
		font-size: 24px;
		text-align: left;
		margin-bottom: 15px;
	}

	section.header_listpage p {
		font-size: 16px;
		text-align: left;
	}


}


.Vacatures section.header_listpage.red {
    background-color: rgb(203 36 43 / 0.5);
    mix-blend-mode: multiply;
}
.Vacatures .tab-wrapper button.g-recaptcha {
    width: 100%!important;
    display: inline;
}
.Vacatures section.header_infopage:before,
.Vacatures section.header_listpage:before {
    background-color: #CB242B;
    mix-blend-mode: multiply;
    z-index: 9;
}
.Vacatures section.header_infopage:after, .Vacatures section.header_listpage:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
}
section.solliciteren div.fake {
    background-color: transparent;
    border: 1px solid #cb242b;
    color: #cb242b;
}

section.header_infopage:before, section.header_listpage:before {
    background-color: #CB242B;
    mix-blend-mode: multiply;
    z-index: 9;
}
section.header_infopage:after, section.header_listpage:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
}

.Vacatures .btnc {
    padding: 18px;
    color: black;
    line-height: 15px;
    cursor: pointer;
    outline: none;
    vertical-align: sub;
    margin-left: 20px;
}
.Vacatures a.custombtn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 12px;
    text-decoration: none;
    float: left;
    margin-left: 5px;
}
.Vacatures .vac-diepte h4.datum {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 100;
    float: left;
    line-height: 36px;
    margin-right: 50px;
}
.Vacatures .butns {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
}

.Vacatures section.header_listpage h1 {
    font-weight: 600;
    margin-bottom: 39px!important;
}

.Vacatures .header_listpage .button-like {
    margin-top: 0px;
    margin-bottom: 50px;
}

.Vacatures div#first .row:before,
.Vacatures div#second .row:before,
.Vacatures div#third .row:before,
.Vacatures #four .row:before {
    content: "1";
    position: absolute;
    top: 64px;
    left: 96px;
    z-index: 99;
    color: #fff;
    font-weight: 100;
}
.Vacatures div#second .row:before {
	content: "2";
}
.Vacatures div#third .row:before {
	content: "3";
}
.Vacatures #four .row:before {
	content: "4";
	top: 29px;
}
.Vacatures .boxcstm {
  	border: none;
    padding: 0px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: bottom right;
}
.Vacatures .boxcstm ul li a {
    color: #CB242B;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}
.Vacatures .boxcstm ul li a i {
    width: 23px;
}
.Vacatures .boxcstm .content {
    height: 232px;
    vertical-align: middle;
    display: table-cell;
}
.img360 {
    height: 300px;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-top: 150px;
    background-size: cover;
}
.img360 .gradient {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow.svg);
    background-color: rgb(38 38 38 / 0.1);
    height: 100%;
}

.afdelingen section.header_infopage:before, .afdelingen section.header_listpage:before {
	z-index: 0;
}

.stage section.header_listpage:before {
    background-color: #ba232d;
}
.main.stage .bullit .button-like {
    color: #DF322D!important;
    font-size: 20px;
    line-height: 24px;
    margin-top: 50px;
    letter-spacing: 2px;
    padding: 18px 25px;
    font-weight: 500;
}
.main.stage .bullit .button-like:focus {
	text-decoration: none;
}
.stage section .sharing button, 
.stage section a.button-like.print {
    padding: 18px!important;
    margin: 0px;
    cursor:pointer;
    height: 60px;
    outline: none!important;
    vertical-align: sub;
    margin-left: 20px;
    width: 60px;
}
.stage section.header_listpage {
    min-height: 400px;
}
.stage section.header_listpage .container {
    padding-top: 75px;
}
.stage h2.title {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
.stage .content.styling p, 
.stage .content.styling strong {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.stage section.cstm {
	background: rgb(241,241,241);
	background: -moz-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
}
.stage .js-video.ng-isolate-scope {
    width: 100%;
    height: 488px;
    border-radius: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.stage .play {
    height: 488px;
    width: 100%;
    margin-top: 0px;
    transition: 0.3s;
    text-align: center;
    padding: 224px 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.33);
}
.stage .play span {
    color: #e1251b;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 11px;
    transition: 0.3s;
    font-size: 30px;
}
.stage section.red.left.stickybottom {
    z-index: 999;
}
.stage .play:hover {
    background-color: rgba(0, 0, 0, 0.43);	
}
.stage .play:hover span {
	background-color: #de454b;
	color: rgba(255, 255, 255, 0.75);
}
.stage .custom-section {
    width: calc( 50% - 50px);
    float: right;
    z-index: 9999;
    position:relative;
    margin-top: -488px;
    height: 489px;
}
.stage .imagecstm {
    width: 100%;
    height: 482px;
    background-position: center;
    background-size: cover;
    margin-top: 6px;
}
.stage .imagecstm.sec {
    width: 100%;
    margin-top: 50px;
    height: 283px;
}
.stage li.fittext {
    background: #E7E7E7;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px!important;
    color: #333333;
    font-size: 16px!important;
    line-height: 29px!important;
}
.stage ul.checks {
    margin-top: 50px;
}
.stage .fittext span.material-icons {
    color: #CB242B;
    vertical-align: sub;
    margin-right: 20px;
    margin-left: 10px;
    line-height: 16px;
}
.stage img{
	min-width: 100%;
}
.stage .sr-only{
	position: absolute;
	left: -9999999px;
}
.stage .img-responsive,
.stage .thumbnail > img,
.stage .thumbnail a > img,
.stage .carousel-inner > .item > img,
.stage .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stage .carousel {
  position: relative;
}
.stage .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.stage .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.stage .carousel-inner > .item > img,
.stage .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .stage .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .stage .carousel-inner > .item.next,
  .stage .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .stage .carousel-inner > .item.prev,
  .stage .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .stage .carousel-inner > .item.next.left,
  .stage .carousel-inner > .item.prev.right,
  .stage .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.stage .carousel-inner > .active,
.stage .carousel-inner > .next,
.stage .carousel-inner > .prev {
  display: block;
}
.stage .carousel-inner > .active {
  left: 0;
}
.stage .carousel-inner > .next,
.stage .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.stage .carousel-inner > .next {
  left: 100%;
}
.stage .carousel-inner > .prev {
  left: -100%;
}
.stage .carousel-inner > .next.left,
.stage .carousel-inner > .prev.right {
  left: 0;
}
.stage .carousel-inner > .active.left {
  left: -100%;
}
.stage .carousel-inner > .active.right {
  left: 100%;
}
.stage .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.stage .carousel-control.right {
  right: 0;
  left: auto;

}
.stage .carousel-control:hover,
.stage .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.stage .carousel-control .icon-prev,
.stage .carousel-control .icon-next,
.stage .carousel-control .glyphicon-chevron-left,
.stage .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.stage .carousel-control .icon-prev,
.stage .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.stage .carousel-control .icon-next,
.stage .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.stage .carousel-control .icon-prev,
.stage .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.stage .carousel-control .icon-prev:before {
  content: '\2039';
}
.stage .carousel-control .icon-next:before {
  content: '\203a';
}
.stage .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.stage .box .left .imagequote {
    float: left;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 60px;
}
.stage .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.stage .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.stage .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.stage .carousel-caption .btn {
  text-shadow: none;
}
.stage .carousel-inner {
    width: 80%;
    margin: 0 auto;
}
.stage .carousel-inner {
    width: 80%;
    margin: 0 auto;
    overflow: visible;
}
.stage div#myCarousel {
    overflow: hidden;
}
.stage a.left.carousel-control {
    left: -15%;
    height: 234px;
}
.stage a.right.carousel-control {
    right: -15%;
    height: 234px;
}
.stage .carousel-control {
    color: rgb(51 51 51 / 50%)!important;
    text-shadow: none;
    font-size: 24px;
    padding-top: 92px;
    background-color: #ffff;
    opacity: 1!important;
}
.stage section.owl {
    background-color: transparent;
    margin: 100px 0px;
}
.stage section.owl .container {
    padding-bottom: 0px;
}
.stage section.owl p {
    font-size: 24px!important;
    color: #333333!important;
    line-height: 35px!important;
}
.stage section.owl i {
	color:#CB242B;
}
.stage .material-icons.upsidedown {
    color: #CB242B;
    font-size: 70px;
    margin-left: -15px;
}
.stage .newnew.tab-wrapper {
    background: none;
}
@media screen and (min-width: 768px) {
  .stage .carousel-control .glyphicon-chevron-left,
  .stage .carousel-control .glyphicon-chevron-right,
  .stage .carousel-control .icon-prev,
  .stage .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .stage .carousel-control .glyphicon-chevron-left,
  .stage .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .stage .carousel-control .glyphicon-chevron-right,
  .stage .carousel-control .icon-next {
    margin-right: -15px;
  }
  .stage .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .stage .carousel-indicators {
    bottom: 20px;
  }
}


@media (max-width: 1199px) {
	.stage h2.title {
    	font-size: 18px!important;
    	line-height: 28px;
	}
	.steps {
	    height: 114px;
	    overflow: hidden;
	    width: 100%!important;
	    margin-left: 0px!important;
	    margin-top: 50px;
	}
	.steps .step h5 {
	    color: #CB242B;
	    font-size: 14px;
	    line-height: 18px;
	    font-weight: 400;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.dashed.left:before, .bullit.left:after {
	    left: -14px!important;
	}
	
}
@media (min-width: 992px)  {
	.content.styling {
	    padding-right: 15px;
	}
}
@media (max-width: 992px) {
	.stage .box .left .imagequote {
	    display: block;
	    float: unset!Important;
	}
	.steps .step {
    	width: 100vw;
	}
	header .header__nav .nav-list li a {
    	margin-left: 14px!important;
    	letter-spacing: 0px;
    	font-size: 15px;
	}
}

@media (max-width: 768px) {
	.stage .custom-section {
	    width: 100%;
	    margin-top: 20px;
	}
	#between .image {
		    margin-top: 120px;
		    height: 164px;
		}
	.stage section.cstm {
    	background: #F2F2F2!important;
    }
    .stage .custom-section {
    	margin-bottom: 20px;
    }
    #between .row:before {
    	display: none;
    }
    section #between a.button {
    	margin-bottom: 20px;
    }
    .newbutton {
    	float: left;
    	width: 100%!important;
	}
	p.fittext {
	   overflow: unset;
	   text-overflow: unset;
	   white-space: unset;
	}
	.steps .step {
    	padding-right: 15px;
	}
}

.videocall {
    border: 1px solid #D6D6D6;
    padding: 25px;
    display: block;
    margin-top: 50px;
}
.videocall .teams {
	width: 50px;
	height: 50px;
	background-size:contain;
	background-position: center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
}
.videocall h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}
button.buttonew,
a.buttonnew {
	box-shadow: none;
    width: 100%;
    text-align: center;
    color: #CB242B;
    border: 1px solid #CB242B;
    padding: 20px;
    font-size: 16px;
    transition: 0.3s;
    background-color: transparent;
    text-decoration: none!Important;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
}
button.buttonew:hover,
a.buttonnew:hover {
	opacity: 0.7;
	color: #fff;
	background-color: #CB242B;
    border: 1px solid #CB242B;
}


.steps .step {
    background-color: #EFE5E5;
    height: 119px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 47px;
}
.steps .step h5 {
    color: #CB242B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.steps .step:after {
    content: "";
    width: 86px;
    display: inline-block;
    float: right;
    background-color: #EDD8D9;
    position: absolute;
    right: -72px;
    top: 29px;
    z-index: 99;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 58px dashed #efe5e5;
    border-right: 58px solid transparent;
    border-left: 58px solid transparent;
    transform: rotate(-90deg);
}
.steps {
	height: 114px;
    overflow: hidden;
    width: calc(100% - 143px);
    margin-left: 80px;
    margin-top: 50px;
}
.steps .step2 {
	background-color: #EDD8D9;
}
.steps .step2:after {
    background-color: #EACBCC;	
        border-top: 58px dashed #edd8d9;
}
.steps .step3 {
    background-color: #EACBCC;
    padding-right: 15px;
}
.steps .step3:after {
   	display: none;
}
section.vacature.open-sollicitatie.newcustom {
    margin: 0px;
    margin-top: 50px;
}

section.vacature.open-sollicitatie.newcustom .dashed:before {
    height: 50px;
}
section.vacature.open-sollicitatie.newcustom .container .row {
    margin-left: 15px;
    margin-right: 15px;
}
section.newcustom .left h2.title {
    color: #fff;
}
section.vacature.open-sollicitatie.newcustom a.newbutton.button {
		margin-top: 75px;
}
section.vacature.open-sollicitatie.newcustom a.newbutton.button.secondary {
		margin-top: 15px;
}
a.newbutton.button {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-size: 16px;
    font-weight: 400;
    min-width: 224px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 0px;
    margin-top: 15px;
    float: right;
    transition: 0.3s;
}
a.newbutton.button.secondary {
    border: 1px solid white;
    background-color: transparent;
    color: #fff;
}
a.newbutton.button:hover {
	opacity: 0.7;
}

.label-text-field {
    background: #ffffff;
    padding: 10px 0px 0;
    position: relative;
    width: 100%;
}
.date span.icon {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.date label.floating-label {
    top: 6px;
    font-size: 10px;
    color: #464646;
    font-family: UniversRoman, sans-serif;
    line-height: 16px;
    transition: 0.1s;
}
.date,
.date label,
.date input {
	cursor:pointer;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}
textarea#f_motivatie_plat {
    min-height: 193px;
    resize: none;
}
.textarea .label-text-field.required.false .feedback {
    top: 204px;
}
section.solliciteren div.fake {
    color: #CB242B;
    padding: 10px 25px;
    font-weight: 600;
    box-shadow: none;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
    transition: 0.3s;
}
section.solliciteren div.fake:hover {
	opacity: 0.7;
}
.row.form-content label.btncustom {
    font-size: 14px;
    color: #333333;
    text-transform: unset;
    letter-spacing: 0.67px;
    margin-top: 14px;
}
.tab-wrapper label {
    text-transform: unset;
}
.tab-wrapper button.g-recaptcha,
button.g-recaptcha.form-content.newbutton {
    width: 100%!important;
    display: inline-block;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-size: 16px;
    font-weight: 100;
    margin-top: 0px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}
button.g-recaptcha.form-content.newbutton:hover {
	opacity: 0.7;
}
section.stickybottom {
    box-shadow: none;
}
.newnew .persoon {
    padding-top: 0px;
}
section#solliciteren .tab-wrapper {
    background: #f1f1f1;
}
.tab-wrapper .persoon, .tab-wrapper .bureau {
    padding: 40px 0px;
}
.Stage section.stickybottom {
    position: relative;
}

@media (max-width: 1540px) {
	.stage section.cstm {
	background: rgb(241,241,241);
	background: -moz-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 52%, rgba(255,255,255,1) 52.1%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 52%, rgba(255,255,255,1) 52.1%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 52%, rgba(255,255,255,1) 52.1%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
}
}
@media (max-width: 1386px) {
	.stage section.cstm {
	background: rgb(241,241,241);
	background: -moz-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 53%, rgba(255,255,255,1) 53.1%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 53%, rgba(255,255,255,1) 53.1%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 53%, rgba(255,255,255,1) 53.1%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
}
	.stage a.left.carousel-control {
	    left: 0px;
	    height: 234px;
	    width: 98px;
	    margin-left: -93px;
	}
}
@media screen and (max-width: 1200px) {
	header .header__nav .nav-list li a {
    	margin-left: 30px;
    	letter-spacing: 0px;
    	font-size: 15px;
	}
}



#videocall.fade.in {
    opacity: 1;
    top: 20%;
    z-index: 9999;
}
#videocall .modal-dialog {
    max-width: 700px;
    margin: 30px auto;
    transform: none!important;
}
#videocall .modal-header .close {
    text-shadow: none;
    box-shadow: none;
    width: 20px;
    float: right;
    margin-right: 20px;
    font-weight: 100;
    color: black;
    z-index:999999;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    right: 8px;
}
#videocall .modal-body h2 {
    margin-top: -21px;
    margin-left: 30px;
}
#videocall form#invCap {
    padding: 30px;
}
#videocall input,
#videocall textarea {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0px;
    outline: none;
    margin: 0px;
}
.daterangepicker.ltr.single.auto-apply.opensright.show-calendar {
    z-index: 99999;
}
#videocall .form-content .label-text-field {
    background-color: #f1f1f1;
       margin-bottom: 20px;
}
#videocall input, #videocall textarea {
    border: none;
    border-radius: 0px;
    background-color: transparent;
}
#videocall .label-text-field label {
	color: #151515;
}
#videocall .label-text-field.file.required.filled {
	background-color: transparent;
}
#videocall button.g-recaptcha.form-content.newbutton {
	background: #CB242B;
    color: #fff;
    width: auto !important;
    margin: auto;
    display: block;
    margin: 0px 15px;
    margin-top: 20px;
}
input.btn.primaryButton {
    display: none;
}
.Vacatures .boxcstm {
    background-size: 181px!important;
}

section.rood {
	background-color: #CB242B;	
}
#between:before {
    background-image: linear-gradient(#b0212b 50%, rgba(255,255,255,0) 0%);
}
#between.dashed:after {
    background-color: #8A1A21;
    border: 10px solid #B0212B;
}
#between .row:before {
    content: "2";
        position: absolute;
    top: 64px;
    left: 96px;
    z-index: 99;
    color: #fff;
    font-weight: 100;
}
#between .image {
    height: 315px;
    background-size:cover;
    background-position: center;
}
#between {
	padding-bottom: 0px;
}
section #between h2 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-top: 60px;
}
section #between p {
    color: #fff;
    font-weight: 100;
    margin-top: 25px;
}
section #between a.button {
    background-color: #8a1a21;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    padding: 16px 20px;
    margin-top: 20px;
}
.header img.logo__img {
    width: 258px;
    margin-top: 13px;
}
.header.tiny img.logo__img {
    width: 258px;
    margin-top: 0px;
}


.box .content {
    width: 54vw;
    margin: 0 auto;
    display: block;
}


.fittext-parent span.iconnew {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 1px;
    margin-top: -2px;
}
li.fittext span.iconnew {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
header.header.tiny {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 13%);
}

.modal-backdrop.fade.in {
    z-index: 9999999;
}
#videocall.fade.in {
    top: 0px;
    z-index: 999999999999999;
}

@media screen and (max-width: 992px) {
	.stage .custom-section {
	    width: 100%;
	    height: 220px;
	    margin-top: -8px;
	    overflow: hidden;
	    float: unset;
	    background-color: #f1f1f1;
	    padding: 25px;
	}
	section.vacature.open-sollicitatie.newcustom a.newbutton.button {
    	width: 100%;
	}
	.owl-stage-outer:before, .owl-stage-outer:after {
		display:  none;
	}
	.stage .imagecstm {
	    height: 162px;
	}
	div#between {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	.steps .step h5 {
    	color: #CB242B;
    	font-size: 12px;
    	line-height: 17px;
    	font-weight: 400;
	}
	.steps .step {
    	height: 116px;
	}
	.stage section.cstm {
    	background: #f1f1f1!important;
	}
	.Vacatures div#first .row:before, .Vacatures div#second .row:before, .Vacatures div#third .row:before, .Vacatures #four .row:before,
	#between .row:before {
		display:  none;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	section.solliciteren div.fake {
    	font-size: 10px;
	}
	.owl-stage-outer:before, .owl-stage-outer:after {
		display:  none;
	}
	div#between {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	section.vacature.open-sollicitatie.newcustom .dashed:after,
	section.vacature.open-sollicitatie.newcustom .dashed:before {
		display:  none!important;
	}
	.Vacatures .boxcstm {
    	background-size: 104px!important;
	}
}
@media screen and (max-width: 768px) {
	.stage section .sharing button, .stage section a.button-like.print {
		margin-left:  0px;
	}
	.searchform.hidden {
		display:  none;
	}
	p.fittext, p.fittext span {
    	display: block;
    	text-align: center;
	}

}
.bureau .col-sm-12 {
    padding: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
	section.vacature.open-sollicitatie .dashed:after,
	section.vacature.open-sollicitatie .dashed:before {
	    left: 21%!important;
	    opacity: 0.7;
	}
	section.vacature.open-sollicitatie .container.dashed.leftmore.left.bullit .col-md-9 {
		z-index:  9999;
	}
	section.vacature.open-sollicitatie.newcustom.trp .dashed:before,
	section.vacature.open-sollicitatie.newcustom.trp .dashed:after {
    	height: 50px;
    	left: 27px!important;
	}
	section.vacature.open-sollicitatie.newcustom .dashed:after,
	section.vacature.open-sollicitatie.newcustom .dashed:before {
		display:  none!important;
	}
	section.vacature.open-sollicitatie.newcustom h2.title {
		z-index: 999999;
		   position: relative;
	}
}

@media (min-width: 992px ) and (max-width: 1640px) {
	.cstm .content.styling {
    	height: 500px;
    	vertical-align: middle;
    	display: table-cell;
	}
	.stage .imagecstm {
    	width: 100%;
    	height: 676px;
    	background-position: center;
    	background-size: cover;
    	margin-top: -188px;
	}
}

@media (max-width: 768px ) {
	.videocall {
	    background-color: #fff;
	    margin-bottom: 34px;
	}
	section.red.left .boxcstm {
		padding:  15px;
	}

}


@media (max-width: 482px ) {
	section.red.left .boxcstm {
		display:  none;
	}
}

@media (max-width: 992px ) {
	.tab-wrapper .tabs .tab {
    	font-size: 13px!important;
	}
}