:root {
    --color-dark: #0a0a0a;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    font-family: var(--font-p);
    width: 100%;
    height: 100vh;
    color: var(--color-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* FONT & TEXT STYLING */

@font-face {
    font-family: "OCR-A";
    src: url("../fonts/OCRAMedium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/OCRAMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/OCRAMedium.otf") format("opentype"), /* Open Type Font */
      url("../fonts/OCRAMedium.svg") format("svg"), /* Legacy iOS */
      url("../fonts/OCRAMedium.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/OCRAMedium.woff") format("woff"), /* Modern Browsers */
      url("../fonts/OCRAMedium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Haas';
    src: url('../fonts/NHaasGroteskTXPro-75Bd.woff2') format('woff2'),
        url('../fonts/NHaasGroteskTXPro-75Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haas';
    src: url('../fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
        url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haas';
    src: url('../fonts/NHaasGroteskTXPro-65Md.woff2') format('woff2'),
        url('../fonts/NHaasGroteskTXPro-65Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3, 
h4,
h5,
h6, 
.button input,
.file input {
    font-family: var(--font);
    font-weight: var(--bold-titles);
}

h1 {
    position: relative;
    font-size: var(--heading-1);
    line-height: var(--heading-1-lineh);
    color: white;
    max-width: 600px;
    letter-spacing: var(--ls-h1);
}



.all-buttons-filled .filled_dot h2::after, 
.all-buttons-filled .filled_dot h3::after, 
.all-buttons-filled .filled_dot h4::after, 
.all-buttons-filled .filled_dot h5::after, 
.all-buttons-filled .filled_dot h6::after {
    content: '.';
    font-size: inherit;
    font-weight: inherit;
    color:  #349ef9;
} 

.filled_dot h2,
.filled_dot h3,
.filled_dot h4,
.filled_dot h5,
.filled_dot h6{
    position: relative;
}

h2 {
    position: relative;
    font-size: var(--heading-2);
    line-height: var(--heading-2-lineh);
    letter-spacing: var(--ls-h2);
}

h3 {
    font-size: var(--heading-3);
    line-height: var(--heading-3-lineh);
    letter-spacing: var(--ls-h3);
}

h4, .button input {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: var(--ls-h4);
}

h5 {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: var(--ls-h5);
}

h6 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: var(--ls-h6);
}

p,
u,
a,
span,
select,
section,
td,
th,
option,
form,
input,
b,
strong,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table {
    font-family: var(--font-p);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: var(--ls-h3);
    font-weight: var(--bold);
}

ul{
    padding-left: 60px;
}
p a {
    color: var(--color-first);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

p a:hover, p a.color-span:hover {
    color: var(--color-first);
}
a:hover {
    color: white;
}

/* GENERAL STYLING */
/* *{
    outline: 1px solid rgba(255, 255, 255, 0.082);
} */
:focus {
    outline: none!important;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.render-content {
    position: relative;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.home-header-wrapper.full-header h1{
    max-width: unset;
}


.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 15%;
    object-fit: cover;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}
/* SECTION STYLING */

.section-container {
    position: relative;
    width: 100%;
}

.section-gesplit{
    max-width: 100vw;
    overflow: hidden;
}
.section-container .marginblock{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: white;
}

.section-container .plate--container{
    position: relative;
}

.section-container .marginblock.rightmargin{
    left: calc(100% - 15px);
}

.section-container .overlapcontent{
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    width: 100%;
}

.section-content {
    position: relative;
    z-index: 2;
}

.plate--container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}
.f1-row {
    flex-direction: row;
}
.f1-container {
    display: flex;
}

.small .plate--container {
    max-width: 1010px;
}

.plate--container-fluid {
    padding-left: 0;
    padding-right: 0;
}
/* DISPLAY FLEX STYLING */

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


/* ANIMATIONS */

.navbar-collapse:after,
.swiper-button-next:before,
.swiper-button-prev::before,
.swiper-button-next:after,
.swiper-button-prev:after {
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
/* 404 MESSAGE  */

.error-message {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 3;
}
/* NAVIGATION STYLING */

.navigation {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 100;
}
.navigation-slider-header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 100;
    top: 0;
}

.navbar-collapse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--color-dark);
}

.fixed-header .navbar-collapse:after {
    width: 100%;
}

.navbar {
    position: relative;
    height: 100%;
    padding: 0 0 0 0;
}

.navbar-inner {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    position: relative;
    margin-right: 0px;
    height: 100%;
    padding: 0px;
    z-index: 1000;
    background: var(--color-dark);
}

.fixed-header .navbar-brand.logo-trans {
    /* background-color: black; */
}
.navbar-brand.logo-trans {
    padding: 20px 30px;
    background-color: transparent;
}

.fixed-header .navigation.logo-trans-menu{
    background: var(--color-first);
}

.fixed-header .navigation.logo-trans-menu .navbar{ 
    background-color: white;
}

.logo-trans-menu, .navigation.logo-trans-menu .navbar {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.logo-trans-menu .navbar-collapse:after{
    display: none;
}
.navbar-brand.logo-trans img{
    max-height: 24px;
    filter: grayscale(50) brightness(0) invert(1);
    -webkit-filter: grayscale(50) brightness(0) invert(1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.fixed-header .navbar-brand.logo-trans img{
    filter: none;
    -webkit-filter: none;
}

.fixed-header .logo-trans-menu .nav-link{
    color: var(--color-first)
}

.fixed-header .logo-trans-menu .last .nav-link{
    color: white;
}

.navbar-brand img {
    height: 100%;
    width: auto;
    max-height: 86px;
    vertical-align: middle;
    object-fit: contain;
    object-position: middle;

}

.navbar-collapse {
    position: relative;
    width: 100%;
    display: flex;
    /* background-color: var(--color-dark); */
}

.navbar-nav {
    position: relative;
    margin-left: auto;
    width: auto;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item, .apply-button .nav-item {
    padding-right: 35px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-item.last, .apply-button .nav-item {
    padding-left: 26px;
    padding-right: 26px;
}

.navbar-nav .nav-item.last:before, .apply-button .nav-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-first);
    z-index: -1;
}

.nav-link {
    color: white;
    position: relative;
}


.apply-button .nav-item .nav-link{
    z-index: 3;
}


/* SLIDER */
.recommend {
    width: 100%;
    max-width: 100vw;
    position: relative;
    overflow-x: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slider-container{
    width: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-slider .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}



/* WhatsApp STYLING */

.whatsapp-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    background-color: #43ee60;
    padding: 9px ​10px 10px 10p;
    border-radius: 110%;
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.custom-whatsapp {
    background-color: var(--color-first);
    border: none;
    height: 60px;
    width: 60px;
    align-items: center;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .09);
}

.custom-whatsapp svg path{
    fill: white;
}
.whatsapp-icon svg {
    height: 50px;
    width: 50px;
}

/* DROPDOWN STYLING */

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 77px 18px 18px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown:after {
    content: '';
    display: flex;
    position: absolute;
    width: 9px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--color-first);
    left: unset;
    right: 20px;
}
.sub-dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 77px 18px 18px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: black;
    font-weight: 300;
}
.sub-dropdown-item:hover{
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.dropdown:hover .dropdown-menu.sub-dropdown-menu{
    visibility: hidden;
    transition: all cubic-bezier(0.39, 0.575, 0.565, .3);
    -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, .3);
    -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, .3);
    -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, .3);
    -o-transition: all cubic-bezier(0.39, 0.575, 0.565, .3);
}
.dropdown .dropdown-menu .sub-dropdown.sub-dropdown-menu{
    padding-top: 12px; 
    padding-bottom: 19px; 
}

.dropdown .dropdown-menu .sub-dropdown:hover .sub-dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .03);
    width: auto;
    box-shadow: -2px 7px 10px rgb(0 0 0 / 6%);
    flex-flow: column wrap;
    display: flex;
    height: auto;
    left: 100%;
    border: unset;
    border-radius: 0 10px 10px 10px;
    visibility: visible;
    transform: unset;
    top: 0;
}
.dropdown .dropdown-menu .sub-dropdown:hover .sub-dropdown-menu {
    padding-top: 0;
}
.dropdown .dropdown-menu .sub-dropdown:hover .sub-dropdown-menu .sub-dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-inner-menu-item{
    position: relative;
}
.dropdown-inner-menu-item:nth-child(2n+2){
    background: rgb(35 34 34 / 8%);
}
.dropdown-inner-menu-item:hover:nth-child(2n+2){
    background: rgb(35 34 34 / 14%);
}
.dropdown-menu .sub-dropdown-menu .sub-dropdown-item:nth-child(2n+2){
    background: rgb(35 34 34 / 8%);
}
.dropdown-menu .sub-dropdown-menu .sub-dropdown-item:hover:nth-child(2n+2){
    background: rgb(35 34 34 / 14%);
}
.dropdown-inner-menu-item.sub-dropdown:after {
    content: '';
    display: flex;
    position: absolute;
    width: 9px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--color-dark);
    bottom: 17px;
    transform: rotate(0deg);
    bottom: 50%;
    top: 50%;
}

.dropdown:hover .dropdown-menu{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-first);
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 0px 0;
    margin: 0 0 0 0;
    border-radius: 10px 10px 10px 10px;
    transform: translateX(-15px);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: black;
}
.dropdown-item:hover {
    background-color: rgb(35 34 34 / 0%);
    color: black;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: var(--color-first);
    font-weight: 700;
    color: black;
}
/* .nav-item.dropdown svg {
    display: flex;
    /* flex-direction: row; */
    /* position: absolute;
    transform: rotate(-90deg);
    margin-left: 92px;
    margin-top: 2px;
    width: 12px;
    color: white;
}

.dropdown .dropdown-menu svg {
    display: none;
}

.svg-flip {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
} */ 

/* NAVBAR TOGGLER STYLING */

.navbar-toggler {
    display: none;
    padding-right: 0;
    z-index: 100;
}

.navbar-toggler:focus {
    outline: none;
}

.bars {
    position: relative;
    height: auto;
    width: 35px;
        right: 20px;
}

.bar {
    width: 100%;
    height: 3px;
    background: var(--bar);
    margin-bottom: 5px;
    -webkit-transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bar.bar-3 {
    margin-bottom: 0;
}

.menu-open .bars {
    margin: 0;
}

.menu-open .bar-1 {
    transform: rotate(45deg);
}

.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}

.menu-open .bar-2 {
    opacity: 0;
}

.post-header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--color-first);
    z-index: 1;
}
/* BUTTONS */

.button {
    position: relative;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    background-color: var(--color-first);
    border: 1px solid #C4C4C4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: var(--color-dark);
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 9px 15px;
}

.button a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    color: var(--color-dark);
    text-decoration: none;
    padding: 8px 15px;
    z-index: 3;
}
.button-wrapper.rig {
    justify-content: flex-end;
}
.button-wrapper.mid {
    justify-content: center;
}
.button-wrapper .button-wrapper-inner {
    position: relative;
}

/* IMAGE STYLING */
picture {
    position: relative;
    display: block;
    line-height: 0;
    height: 0;
}
picture img {
    position: absolute;
    top: 0;
}
picture.img-pos-left img {
    object-position: left top;
}
.width-cover {
    width: 100%;
    height: 100%;
}
.width-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.height-contain {
    width: 100%;
    height: 100%;
}
.height-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.parallax-img {
    width: 100%;
    height: 100%;
}
.parallax-img img {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -10%;
}
.reveal-image {
    overflow: hidden;
}
.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}


/* HOME HEADER */

header{
    position: relative;
}

.header .content-wrapper-side{
    width: 50%;
}
.header-tekst{
    position: relative;
}

.home-header-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 100px 0 75px;
    min-height: 100px;
}

.home-header-wrapper.full-header{
    padding: 100px 0;
}


.full-header .content-wrapper{
    width: 100%;
}
.home-header-wrapper.full-header {
    position: relative;
    min-height: 80vh;
}

.header-wrapper-image.full-width {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.--outside .title-container-intro{
    margin-top: 24px;
}

.header.--outside .post-header-wrapper {
    margin-bottom: 200px;
    padding-bottom: 0px;
}

.header.--outside .post-header-wrapper .content-wrapper-side.content-image{
    margin-bottom: -100px;
}
.page .header.--outside .post-header-wrapper .title-container{
    margin-bottom: auto;
    margin-top: 50px;
}
.slider--header .full-header h1{
    max-width: 630px;
    color: black;
    font-size: 36px;
    line-height: 43px;
}

.hidden.culture-wrapper {
    display: none;
}

.uitgelichte-dienst-image .full-link-btn{
    z-index: 50;
    opacity: 0;
}

.uitgelichte-dienst:hover .uitgelichte-dienst-image .uitgelichte-dienst-image-inner{
    background-color: var(--color-first);
   
}
.home-header-inner {
    position: relative;
    width: 100%;
    z-index: 2;
}

.header-wrapper-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 0;
}

.culture-wrapper {
    padding: 100px 0 75px;
    background-color: var(--color-dark);
    z-index: 4;
    margin-left: auto;
}

.uitgelichte-dienst {
    width: 100%;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #505050;
    margin-left: 70px;
    margin-right: 20%;
}
.uitgelichte-dienst:hover .uitgelichte-dienst-content h4, .uitgelichte-dienst:hover p{
    color: var(--color-first);
    opacity: 1;
}
#imageModal .modal-content{
    background-color: transparent;
    border: none;
}

.modal-body .image-wrapper  {
    width: 100%;
    height: auto;
    padding-top: 53%;
    background-color: transparent;
}

.modal-body .image-wrapper img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    object-fit: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.dropdown-menu{
    padding: 0 0 0 0;
}

.send.button, .nav-item.last{
    position: relative;
}
.send.button::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
}

.button::after{
    background-color: white;
}

.send.button::after{
    background: var(--color-first);
}

.send.button:after, .nav-item.last:after, .button::after, .apply-button .nav-item::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-item.last:after,  .apply-button .nav-item:after{
    background-color: white;
}



.send.button:hover::before, .nav-item.last:hover::after, .button:hover::after,  .apply-button .nav-item:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.uitgelichte-dienst:nth-last-child(1){
    border-bottom: 0px;
}
.uitgelichte-dienst p {
    font-size: 14px;
    opacity: .6;
    line-height: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.uitgelichte-dienst-image{
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.uitgelichte-dienst-image .uitgelichte-dienst-image-inner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-blend-mode: multiply;
}

.uitgelichte-dienst-image .uitgelichte-dienst-image-inner .video-js{
    padding-top: 100%;
    opacity: 0;
}

.modal-dialog .video-js.vjs-has-started .vjs-control-bar{
    display: flex
}


.vjs-playin span{
    font-size: 30px;
}
.video{
    border-radius: 4px;
    position: relative;
}
.gallerij-video .video-element{
    position: absolute;
    top: 0;
}

.video-element {
    border-radius: 4px;
    position: relative;
    height: 100%;
    padding-top: 56.25%;
    max-width: unset;
    width: 100%;
}

.video-element .video-full-screen{
    opacity: 0;
    z-index: 41;
}
.video-element .video{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.modal-dialog .close {
    padding: 0;
    background-color: black;
    border: 0;
    -webkit-appearance: none;
    height: 54px;
    width: 54px;
    opacity: 1;
    z-index: 33333333333333333;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    transform: translate(50%, -50%);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}
.video .close {
    display: none;
    position: absolute;
    height: 54px;
    width: 54px;
    background: var(--color-dark);
    top: 20%;
    right: 20%;
    z-index: 44444;
    opacity: 1;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.modal-body button.close:hover{
    display: block;
    opacity: 1;
}

.video-js .vjs-modal-dialog{
    display: none!important;
}

.close div{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: var(--color-first);
}

.close div:before{
    content: url('../images/button.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.close:hover div:before{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.video .vjs-fullscreen .close, .video .vjs-fullscreen .close:not(:disabled):not(.disabled):focus, .video .vjs-fullscreen .close:not(:disabled):not(.disabled):hover{
    display: block;
}

.video .vjs-poster:before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.404);
}

.video-js .vjs-control-bar{
    display: none;
}

.vjs-fullscreen .vjs-control-bar{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-js .vjs-play-control .vjs-icon-placeholder:before{
    content: var(--arrow);
    width: 22px;
    height: auto;
}

.filled-arrow.swiper-button-next:after, .filled-arrow.swiper-button-prev:after{
    display: none;
}
.uitgelichte-dienst-image .uitgelichte-dienst-image-inner .video-js.active-fullscreen  {
    opacity: 1;
}

.filled-arrow svg{
    width: 12px;
    position: relative;
    z-index: 3;
}
.filled-arrow.swiper-button-prev svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.uitgelichte-dienst-content {
    width: calc(100% - 135px);
}

.uitgelichte-dienst-content h4{
    opacity: var(--opacity-p);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
/* HEADER */

.header-wrapper::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--header-img-overlay);
    opacity: var(--header-img-overlay-op);
    position: absolute;
    z-index: 1;
}

h1 span{
    position: relative;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    max-width: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-weight: inherit;
    display: block;
}
/* POST HEADER */

.post-header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 80px;
    min-height: 400px;
    margin-bottom: 100px;
}

.post-header-wrapper .title-container p{
    color: white;
    opacity: var(--opacity-p);
    
}
.page .post-header-wrapper .title-container{
    max-width: 450px;
} 

.vacature.show-page .header-wrapper::before, .no-img::before {
    opacity: 1;
}
.vacancy-categories{
    margin-bottom: 30px;
}

.vacancy-categories:nth-last-child(1){
    margin-bottom: 0;
}

.vacature.show-page h1{
    max-width: unset;
}

.post-header-inner {
    position: relative;
    width: 100%;
    z-index: 4;
}

.apply-button {
    display: none;
}

/* SLIDER-HEADER */

h1.slider-header {
    margin-top: 230px;
}

span.titel-slider-header.last-sentence {
    font-size: 34px;
    font-weight: bold;
    line-height: 43px;
    color: var(--color-first);
}

.slider--header .header-slider {
    overflow: visible;
    padding-left: 8.3333333333%;
}

header.slider--header {
    overflow: hidden;
}

header.slider--header .swiper-slide{
    background-color: white;
}

.slider--header .header-content{
    padding-bottom: 90px;
}

.slider--header .header-content h1{
    font-size: 60px;
    line-height: 70px;
}

.slider--header .header-content .slider-header-intro {
    margin-bottom: 0;
}

.slider--header .header-content .button-wrapper{
    margin-top: 20px;
}

.slider-header-intro{
    padding-right: 0;
    width: 50%;
    margin-bottom: 90px;
    font-size: 34px;
    line-height: 43px;
    opacity: 80%;
    font-weight: bold;
    color: var(--color-first);
}

  .swiper-image {
    height: 100%;
    width: 100%;
}

.header-swiper-image {
    height: 505px;
    margin-right: 0px;
    width: 100%;
}

.header-swiper-slide img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider--header .swiper-button-next.swiper-button-next-header {
    margin-top: 0px;
    left: 0px;
    top: 30%;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    background-color: var(--bar);
    opacity: 100%;
}

/* .swiper-button-prev.swiper-button-prev-header.swiper-button.filled-arrow.swiper-button-disabled {
    margin-top: 0px;
    left: 0;
    top: 80%;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    background-color: var(--bar);
    opacity: 100%;
} */

.slider--header  .swiper-button-prev.swiper-button-prev-header{
    margin-top: 0px;
    left: 0px;
    top: 15%;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    background-color: var(--bar);
}

button.full-link-btn.video-full-screen.header-slider-video {
    border: none;
    opacity: 0;
}
.bg-cover-slider {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 15%;
    object-fit: cover;
}
.full-link-btn.video-full-screen.header-slider-video::before {
    content: url('../images/playnew.svg');
}
/* POST ITEM */

.items-container {
    position: relative;
}

.items-container .item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper {
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid var(--color-dark);
    border-radius: 0;
}

.item-wrapper .item-inner {
    position: relative;
}

.item-wrapper .item-content {
    padding: 15px;
    color: var(--color-dark);
}

.item-wrapper .item-inner p {
    margin-bottom: 0;
}

.item-wrapper .item-image {
    position: relative;
    height: 250px;
}

.item-wrapper .item-image .image-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* share */
.author-container, .author-inner {
    position: relative;
}
.post-content.smaller .author-container .author-inner, .post-content.smaller .citaat-wrapper, .post-content.smaller .paragraph, .post-content.smaller .plate--element__contact_form, .post-content.smaller .plate--element__knop, .post-content.smaller .quote-wrapper, .post-content.smaller .tabs-container {
    padding-left: 10%;
    padding-right: 10%;
}
.author-wrapper {
    position: relative;
    width: 60%;
    padding-right: 5%;
}
.author-inner:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 80%;
    height: 1px;
    background-color: white;
}
.share-on {
    margin-bottom: 0;
    margin-right: 18px;
    margin-top: 15px;
}
.mobile, .show-mobile {
    display: none !important;
}
.author-container{
    margin-bottom: 40px;
}
.author-container .share-socials {
    margin-top: 30px;
}

.outro-img{
    position: relative;
    width: 100%;
}

.default-template picture img{
    width: 100%;
}

.outro-img img{
    width: 100%;
}
.author-container .share-socials div:first-of-type .copy-link{
    margin-left: 0;
}
.share-socials{
    position: relative;
}
.button .text span, .share-socials .icon-hover span {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    display: block;
}
.button .text:after, .share-socials .icon-hover .inner-icon {
    opacity: 0;
    display: block;
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.button .text:after, .button span, .share-socials .icon-hover span {
    transition: transform 275ms cubic-bezier(0.785, 0.135, 0.15, 0.86),opacity 275ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: transform,opacity;
    margin-top: 25%;
    margin-left: 1%;
}
.button:hover .text span, .item-wrapper:hover .button .text span, .publicatie-wrapper:hover .button .text span, .share-socials a:hover .icon-hover .icon {
    opacity: 0;
    transform: translateY(-75%);
}
.button:hover .text:after, .item-wrapper:hover .button .text:after, .publicatie-wrapper:hover .button .text:after, .share-socials a:hover .icon-hover .inner-icon {
    opacity: 1;
    transform: translateY(-50%);
}

.share-socials a svg path {
    fill: #fff;
}
.copy-link svg {
    width: 29px;
    height: 29px;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-inline--fa.fa-w-16{
    width: 25px;
    height: 25px;
}
.svg-inline--fa.fa-w-14 {
    width: 25px;
    height: 25px;
}
.button .text, .share-socials .icon-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.share-socials a {
    height: 52px;
    width: 52px;
    background-color: var(--color-first);
    position: relative;
    border-radius: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.share-socials a:hover .icon-hover .icon {
    opacity: 0;
    transform: translateY(-75%);
}


svg.svg-inline--fa.fa-whatsapp.fa-w-14.fa-5x {
    height: auto;
    width: 32px;
    background-color: transparent;
}


/* VACANCY */

.vacancy-category {
    padding: 13px 29px;
    background: white;
    margin-bottom: 10px;
    height: 54px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.vacancy-category svg{
    width: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.all-buttons-filled-other .vacancy-category svg{
    width: 16px;
}

.all-buttons-filled-other .vacancy-category svg path{
    stroke: var(--color-first);
}

.header-line.line-1{
    width: 15px;
    height: 250px;
    position: absolute;
    left: 0;
    background: transparent;
    z-index: 5;
    bottom: 0;
    border-bottom: 15px solid white;
    border-left: 15px solid white;
}
.header-line.line-2{
    width: 150px;
    height: 15px;
    position: absolute;
    left: 0;
    background: transparent;
    z-index: 5;
    bottom: 0;
    border-bottom: 15px solid white;
    border-left: 15px solid white;
}

.vacancy-category:hover {
    background-color: #E1E0DC;
}

.boxs .vacancy-category:hover {
    background-color: white;
    box-shadow: -1px 1px 20px 6px rgba(226, 226, 226, 0.5);
}

.vacancy-category-title {
    width: 45%;
}

.vacancy-category-workform {
    width: 25%;
}

.vacancy-category-place {
    width: 30%;
}
/* CATEGORIE VACATURES */
.vacature-titel{
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20.7px;
    padding-top: 37.3px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-flow: column;
}
.categorie-vacatures{
    background-color: #e0e0e0;
    height: auto;
    width: auto;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 44px;
}
.categorie-vacatures .button-wrapper{
    margin-top: auto;
}
.plate--element__categorie_vacature, .categorie-vacatures {
    height: 100% 
}
/* CONTACTFORM STYLING */
.fields-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;   
}

.fields-wrapper .textarea .form-field__label{
    display: block;
    margin-bottom: 10px;
}
.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
}

.form-field *{
    font-size: 17px;
}


.fields-wrapper .very-small{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: .4;
}

/* .form-field-container.textarea{
    margin-top: 10px;
} */


.form-field--is-active .form-field__control::after {
    color: var(--color-dark);
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}
.form-field-container .form-field__label{
    font-size: 14px;
    color: black;
    opacity: var(--opacity-p);
    font-weight: bold;
    margin-bottom: 0;
}
.form-field-container .form-field__label i{ 
    color: var(--color-first)
}
.form-field--is-active .form-field__label {
    color: var(--color-dark);
    opacity: .8;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field--is-filled .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field-container .form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field-container .form-field--is-active .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field-container .form-field--is-filled .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field__label {
    position: absolute;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
    opacity: .5;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.form-field_check_label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-field_check_label span {
    margin-left: 10px;
}

.form-field__control {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.form-field__control::after {
    border-bottom: 2px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #C4C4C4;
    color: rgba(10, 10, 10, 0.5);
    display: block;
    margin-top: 0;
    outline: 0;
    width: 100%;
    z-index: 5;

}

.form-field-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
    margin-bottom: 10px;
}

.sign-form {
    height: 55px;
    max-width: 405px;
}

.sign-form .button.submit-form-btn {
    height: 55px;
    min-width: unset;
    border-color: white;
    background-color: white;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.sign-form .button.submit-form-btn.filled-button:hover {
    background-color: var(--color-first);
}

.sign-form .button.submit-form-btn:hover input{
    color: white;
}
.sign-form .button.submit-form-btn input{
    color: black;
    background-color: transparent;
    position: relative;
    z-index: 2;
    transition: all  0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all  0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all  0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all  0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all  0.3s cubic-bezier(0.77, 0, 0.175, 1);
}


.sign-form .button input{
    padding: 9px 20px;
}
.sign-form .form-field__input,
.sign-form .form-field {
    height: 100%;
}

.sign-form .form-field__input {
    border-color: white;
    color: white;
}

.sign-form .form-field__input::placeholder {
    color: white;
}

.form-field__input {
    padding: 4px 18px;
    border-radius: 2px;
    overflow: hidden;
}

.sign-form .form-field-container {
    padding-top: 0;
    margin: 0 0 0 0;
}

.form-field-container label {
    position: relative;
    margin-bottom: 10px;
}

.form-field-container input {
    margin-top: 0;
}

.form-field.first label {
    display: block;
}

.form-field.select select {
    width: 100%;
    border: 1px solid #C4C4C4;
    color: rgba(10, 10, 10, 0.7);
    padding: 4px 13px;
    font-size: 17px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.form-field.select{
    position: relative;
}
.form-field.select:before {
    content: '';
    position: absolute;
    right: 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.52);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    height: 10px;
    width: 10px;
    top: 13px;
    z-index: 2;
    transform: rotate(45deg);
}

.form-field.select select option{
    color: rgba(10, 10, 10, 0.5);
}

textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
textarea,
input[type="text"]{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.file span{
    position: absolute;
    top: 50%;
    left: 240px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
    opacity: .5;
}
.form-field input[type="file"]:before{
    margin-right: 20px
} 

.form-field input[type="file"]{
    color: black;
    border: none;
    padding-left: 0;
    padding-right: 0;
} 

.file span, .form-field input[type="file"]::-webkit-file-upload-button {
    position: absolute;
    margin-left: 25%;
} 

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}   
.form-field input[type="file"]:before {
    content: var(--button-text);
    display: inline-block;
    padding: 12px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    color: black;
    border: 1px solid #c4c4c4;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid black;
}

.form-field input[type="checkbox"]:checked {
    color: black;
}

.form-field input[type="checkbox"]:after,
.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: -1px;
    left: -1px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="radio"]:after {
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: transparent;
    border-bottom: 1px solid var(--color-dark);
    border-right: 1px solid var(--color-dark);
    transform: rotate(45deg);
    width: 5px!important;
    height: 13px!important;
    top: 1px;
    left: 6px;

}

.form-field .form-field_check_label.single-check span {
    font-size: 14px;
}

textarea.form-field__input {
    padding: 20px 18px;
    min-height: 160px;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 10px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid var(--color-dark);
}

.form-field input[type="radio"]:checked {
    color: var(--color-dark);
}

.form-field input[type="radio"]:checked:after {
    background-color: var(--color-dark);
}

.form-field .single-check

textarea {
    min-height: 150px;
    max-height: 350px;
}

.button.submit-form-btn{
    background-color: var(--color-first);
    border: 1px solid var( --color-first);
    height: 54px;
}

.filled-button .button{
    border: 1px solid var(--color-first);
    border-bottom: 1px solid var(--color-first);
    background-color: var(--color-first);
    height: 50px;
}

.button a h4{
    font-weight: var(--bold);
}
.filled-button .button a{
    padding: 13px 15px;
}

.filled-button .button h4, .filled-button .button input{
    color: white;
    font-family: var(--font-p);
    font-weight: var(--bold);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.filled-button .button:hover h4{
    color: var(--color-first);
}   

.filled-button .button::after{
    background-color: white;
}

.button.submit-form-btn input{
    color: white;
}

.navbar-nav .nav-link, .apply-button .nav-link{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 3;
}
.navbar-brand svg path.a{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.navbar-nav .nav-link, .apply-button .nav-link{
    padding-right: 0;
    padding-left: 0;
} 
.navbar-brand:hover svg path.a{
    fill: var(--color-first);
}

.vacature.show-page .nav-button-filled .navbar-brand {
    padding: 0 0 0 0;
}
.nav-button-filled .navbar-brand svg path.a{
    fill: var(--color-first);
}

.nav-button-filled .navbar-brand:hover svg path.a{
    fill: var(--color-second);
}
.nav-button-filled .navbar-brand:hover svg path.b{
    stroke: var(--color-first);
}

.navbar-nav .nav-item.last:hover .nav-link,  .apply-button .nav-item:hover .nav-link{
    color: #000000;
}
.navbar-nav .nav-link:hover{
    color: var(--color-first);
}   
/* VIDEOS */

.video{
    position: relative;
}

.video-js{
    width: 100%;
    height: auto;
    padding-top: 58%;
    background-color: rgba(0, 0, 0, 0.404);
}

.vjs-poster{
    background-size: cover;
    background-position: center center;
}
.video .video-full-screen {
    opacity: 0;
}

.vjs-poster.inactive{
    display: none;
}
.vjs-control-text, .video-js button{
    font-size: 11px;
    line-height: 13px;
}
.vjs-button>.vjs-icon-placeholder:before{
    font-size: unset;
    line-height: unset;
}

.video-js .vjs-play-control{
    margin-right: 0px;
}
.video-js .vjs-load-progress div, .video-js .vjs-progress-holder, .video-js .vjs-load-progress{
    background: white;
}
.video-js .vjs-play-progress {
    background-color: var(--color-first);
}

.video-js .vjs-play-progress:before{
    color: var(--color-first);
    display: none;
}

.video-js .vjs-control-bar{
    background-color: transparent;
    height: 50px;
    padding: 0 60px 20px;
}

.video-js .vjs-progress-control .vjs-progress-holder, .video-js .vjs-progress-control .vjs-progress-holder{
    margin: 0 0 0 0;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.modal-body{
    padding: 0 0 0 0;
}
.video-js .vjs-progress-control{
    width: 100%;
}
.video-js .vjs-tech{
    object-fit: cover;
}

.video-js .vjs-volume-panel, .video-js .vjs-time-control, .video-js .vjs-picture-in-picture-control, .video-js .vjs-fullscreen-control{
    display: none;
}

.video-js .vjs-big-play-button, .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-color: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    border: none;
}

.video-button{
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}
.video-button button{
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.video-button button.full-link-btn{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
    background-color: red;
    z-index: 13;
    border-radius: 0;
    opacity: 0;
}

.home-header-inner .video-button p{
    width: auto;
}

.home-header-wrapper .title-container p {
    max-width: 600px;
    color: white;
    margin-top: 35px;
}
.home-header-wrapper .title-container .video-button p{
    margin-top: unset;
}   

.home-header-wrapper .title-container .button-wrapper{
    margin-top: 35px;
}

.video-button p{
    width: calc(100% - 70px);
    margin-left: 20px;
    color: white;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.video-button:hover p{
    color: var(--color-first);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-button button:before, .uitgelichte-video:before, .swiper-image .video:before, .video-element::before{
    content: var(--arrow);
    position: absolute;
    left: 50%;
    top: 50%;
    height: 42px;
    width: 35px;
    transform: translate(-50%, -50%);
    z-index: 40;
}

.swiper-image button{
    z-index: 41;
}

/* .swiper-image-play{
    position: absolute;
    height: 0;
    width: 0;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-image-play-inner{
    position: relative;
} */

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{
    content: url('../images/pause.svg')!important;
}

.uitgelichte-video:before, .video-button button::before{
    height: 24px;
    width: 20px;
}

.video-button button::before{
    left: 56%;
}

.video-button:hover button {
    border-color: var(--color-first);
}

.video-js.vjs-fullscreen .vjs-tech {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    transform: translate(-50%, -50%);
}

.video-js.vjs-fullscreen  .vjs-control-bar {
    width: 60%;
    bottom: 20%;
    left: 20%;
}

.video-js .vjs-progress-holder{
    height: 6px;
}

.video-js.vjs-has-started .vjs-big-play-button, .video-js.load .vjs-big-play-button, .video-js.vjs-has-started .vjs-poster{
    display: none;
}

.video-js.load .vjs-loading-spinner{
    display: block;
    visibility: visible;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 750ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 750ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 750ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;


}

.video-js.vjs-has-started.vjs-fullscreen .vjs-big-play-button, .video-js.vjs-has-started.vjs-fullscreen  .vjs-poster{
    display: none;
}
:not(:root):fullscreen::backdrop{
    height: 0;
    width: 0;
}

@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

/* DEFAULT TEMPLATE */ 
.default-template h2{
    margin-bottom: 22px;
}

.default-template .plate--row{
    margin-bottom: 50px;
}

.default-template ul{
    padding-left: 21px;
    margin-bottom: 50px;
}

.default-template .video-titel {
    margin-top: 40px;
}

.default-template .tekst-blok-text{
    padding: 65px 65px 65px 65px;
}

.default-template .tekst-blok-text :nth-last-child(1){
    margin-bottom: 0;
}

.default-template .form-field-container input[type="text"]{
    min-height: 50px;
}

.default-template .form-field input[type="checkbox"]{
    transform: translateY(4px);
}

.default-template .outro .button-wrapper{
    margin-bottom: auto;
}

.default-template .contact_blok{
    margin-bottom: 100px;
}
/* DIVIDERS */
.divider{
    height: 1px;
    background-color: #C4C4C4;
}
/* SLIDERS */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container.image-slider {
    margin-bottom: 0;
    overflow: hidden;
    /* padding-right: 55px; */
    max-width: 100%;
    margin-left: 0;
    z-index: 3;
}

.swiper-container.image-section-slider {
    width: 100%;
    height: 620px;
}

button.next-prev-btn {
    height: 52px;
    width: 52px;
    border: none;
    z-index: 1004;
    position: absolute;
    bottom: 0;
    left: unset;
    right: 0;
}

.inactive {
    opacity: .2;
    filter: blur(2px);
}

button.next-prev-btn.next{
    transform: translate(100%);
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
}

.swiper-container.image-slider .swiper-image{
    position: relative;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    max-width: 500px;
    background-color: var(--color-first);
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.image-slider .swiper-slide{
    text-align: center;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.image-slider .slide-text .button-wrapper{
    margin-top: 30px;
}

.image-slider .slide-text{
    width: calc(100% - 550px);
    text-align: left;
    padding-left: 140px;
    padding-top: 90px;
}

.image-slider{
    padding-top: 90px;
}

.logo-trans-menu .bars{
    width: 25px;
}

.logo-trans-menu .bar{
    height: 1px;
    margin-bottom: 7px;
}

.logo-trans-menu .bar.bar-3{
    margin-bottom: 0px;
}

.fixed-header .logo-trans-menu .bar{
    background-color: var(--color-first);
}
.logo-trans-menu .navbar-nav .last{
    border: 1px solid var(--color-first);
}

.section-container-slider{
    position: relative;
    background-color: #0A0A0A;
}

.all-buttons-filled .swiper-button-next{
    background-color: white;
}

.all-buttons-filled .swiper-button-prev{
    background-color: var(--color-first);
}

.all-buttons-filled .swiper-button-prev svg{
    filter: grayscale(50) brightness(0) invert(1);
    -webkit-filter: grayscale(50) brightness(0) invert(1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.all-buttons-filled .swiper-button-prev:hover svg{
    filter: none;
    -webkit-filter: none;
}
.dienst-image div{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-container-slider.section-align h2{
    width: calc(100% + 200px);
    margin-bottom: 45px;
    transform: translateX(-195px);
    -webkit-transform: translateX(-195px);
    -moz-transform: translateX(-195px);
    -ms-transform: translateX(-195px);
    -o-transform: translateX(-195px);
}
.section-container-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 65px;
    background-color: white;
}
.swiper-image button{
    opacity: 0;
}

.swiper-image .bg-cover{
    height: 100%;
}
.slide-text{
    color: white;  
}

.slide-text .content-tekst{
    opacity: var(--opacity-p);
}
.swiper-container.image-slider .swiper-image-inner{
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000000;
    opacity: .3;
    width: 100%;
}

.swiper-container.image-slider .swiper-image img, .swiper-container.image-section-slider img, .gallerij img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.swiper-container.image-slider .swiper-slide {
    height: 620px;
}

.swiper-buttons {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
} 

.swiper-button-next,
.swiper-button-prev {
    top: unset;
    background-color: white;
    width: 55px;
    height: 55px;
    bottom: 65px;
    left: unset;
    right: 0;
}

.image-slider .swiper-button-next {
    left: 500px;
    right: unset;
}

.image-slider .swiper-button-prev{
    left: 445px;
    right: unset;
}


.swiper-button-prev {
    right: 55px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    z-index: 4;
}

.swiper-button-prev::after,
.swiper-button-next:hover::after {
    color: var(--color-first);
}

.swiper-button-next::after{
    color: white;
}

.swiper-button::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--color-second);
}

.swiper-button-next {
    background-color: var(--color-first);
}

.swiper-button-next::before {
    background-color: var(--color-second);
    width: 0;
    left: 0;
    right: unset;
}

.swiper-button-prev::before {
    width: 0;
    right: 0;
    left: unset;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    width: 100%;
}

.logo-slider .swiper-wrapper {
    height: 180px;
    transition-timing-function: linear;
}

.logo-active .swiper-wrapper{
    height: 150px;
}

.logo-titel h3{
    text-align: center;
    color: var(--color-first);
}

.swiper-container.logo-slider {
    border-top: 1px solid #C4C4C4;
}

.logo-slider .swiper-slide {
    width: auto;
}
.video-titel{
    position: relative;
}
.video-titel:before{
    content: ''!important;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    opacity: 0;
    background-color: var(--color-first);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

/* 
.plate--element.plate--element__tekst_blok{
    height: 100%;
} */

.tekst-blok {
    border-radius: var(--border-r);
    -webkit-border-radius: var(--border-r);
    -moz-border-radius: var(--border-r);
    -ms-border-radius: var(--border-r);
    -o-border-radius: var(--border-r);
    overflow: hidden;
}

.tekst-blok.aligned{
    height: 100%;
}
.blok-titel{
    font-size: 66px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0px;
}

.video-titel:hover:before{
    opacity: .5;
}

.video-titel .video-button:hover button{
    border-color: rgba(255, 255, 255, 0.7);
}

.video-titel .video-button:hover p{
    color: rgba(255, 255, 255, 0.7);
}
.logo-slider img {
    max-height: 60px;
}

.video-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video-element .video-center .video-button{
    margin-top: 0;
}
.video-element .video-center .video-button button.button-play{
    opacity: 1;
}
.navigation-slider-header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 100;
    top: 0;
}
.slider-background{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 240px;
    width: 100%;
    background: white;
}
.slider-container-header {
    position: relative;
}
.slider-container .slider.testimonial_slider, .slider-container .slider.header_slider {
    overflow: visible;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.header-swiper-slide{
    width: 640px;
    height: 505px;
}

.swiper-slide {
    text-align: center;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* GALLERIJ */
.gallerij .gallerij-image {
    position: relative;
    padding-top: 17%;
    width: calc(1/3 * 100% - (1 - 1/3) * 6%);
    height: 0;
    margin-right: 6%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.gallerij .gallerij-image:nth-last-child(1n + 4){
    margin-bottom: 6%;
}

.gallerij .gallerij-image:nth-child(3n){
    margin-right: 0;
}

.gallerij .video{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.knoppen-wrapper .button-wrapper{
    margin-right: 33px;
}

.knoppen-wrapper .button-wrapper:nth-last-child(1){
    margin-right: 0;
}

.gallerij .video-js, .gallerij-image .video-full-screen{
    padding-top: 58%;
}

/* SPLIT SECTIE */
.section-half-side {
    width: 100%;
}

.section-half-side.left {
    position: relative;
    z-index: 2;
}
.section-half-side.right {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50vw;    
    height: 100%;
}

/* QUOTE */
.section-container-quote{
    padding-top: 60px;
}

.section-container-quote .image-uitgelicht{
    min-height: 455px;
    height: 100%;
    width: 360px;
    z-index: 2;
    position: relative;
}

.quote-section-content{
    padding-top: 40px;
    padding-bottom: 160px;
    width: calc(100% - 360px);
}

.quote-section.fl-row .quote-section-content{
    padding-left: 60px;
}

.quote-section.fl-row-reverse .quote-section-content{
    padding-right: 60px;
}


.quote-section-content p{
    color: white;
    margin-bottom: 30px;
}


.quote-section-content h4{
    margin-top: auto;
    color: var(--color-first);
}
/* CONTACT BLOK */
.contact_blok{
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact-inner{
    padding: 55px 200px 45px calc(60px + 25%);
    background-color: var(--color-second);
    width: 100%;
    position: relative;
}

.contact-inner .contact-image{
    height: 100%;
    position: absolute;
    left: 0;
    width: 25%;
    top: 0;
}

.contact-columns .contact-column{
    padding-right: 60px;
}

.contact-inner h2{
    color: var(--color-first);
}
.contact-column h4{
    line-height: 30px;
}
/* TEKST-BLOK */

.tekst-blok-text {
    padding: 65px;
    background: var(--color-first);
    z-index: 1;
    position: relative;
    padding-top: 20px;
}

.tekst-blok:after {
    content: "";
    display: none;
    height: 184px;
    width: 192px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 0;
    background-color: #289cfc;
    background-image: var(--color-gradient);
}

.socials-element{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}



.paragraph h2, .paragraph h3, .paragraph h4, .paragraph a{
    opacity: 1;
} 

.paragraph a{
    text-decoration: underline;
    color: inherit
}

.paragraph p, .paragraph li {
    opacity: var(--opacity-p);
}  

.tekst-blok ul, .checkpoints ul, .paragraph ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tekst-blok ul li, .checkpoints ul li, .paragraph ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.tekst-blok ul li:nth-last-child(1), .checkpoints ul li:nth-last-child(1), .paragraph ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.tekst-blok ul li::before, .checkpoints ul li::before {
    content: url('/theme/assets/images/check-white.svg');
    position: absolute;
    left: 0;
    top: 1px;
    height: 11px;
    width: 15px;
}

.paragraph ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    height: 4px;
    width: 4px;
    background: black;
    border-radius: 100%;
}

.all-buttons-filled .paragraph a{
    color:  #349ef9;
}
.all-buttons-filled .video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.all-buttons-filled .video-button button:before, 
.all-buttons-filled .uitgelichte-video:before, 
.all-buttons-filled .swiper-image .video:before, 
.all-buttons-filled .video-element::before {
    content: url('../images/playnew.svg');
}

.all-buttons-filled-other .video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.all-buttons-filled-other .video-button button:before, 
.all-buttons-filled-other .uitgelichte-video:before, 
.all-buttons-filled-other .swiper-image .video:before, 
.all-buttons-filled-other .video-element::before {
    content: url('../images/play.svg');    
}
.all-buttons-filled.vacature.show-page .navbar-brand svg #navbutton{
    fill: var(--color-first);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
} 
.all-buttons-filled.vacature.show-page .navbar-brand:hover svg #navbutton{
    fill: var(--color-second);
} 

.all-buttons-filled .plate--element__image img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.all-buttons-filled-other .swiper-button-prev svg,
.all-buttons-filled-other .swiper-button-next svg{
    width: 16px;
}
.all-buttons-filled-other .swiper-button-prev svg path{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    stroke: var(--color-first);
}



.all-buttons-filled-other .swiper-button-next svg path{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.all-buttons-filled-other .swiper-button-next:hover svg path{
    stroke: var(--color-first);
}

.all-buttons-filled.vacature.show-page .navbar-brand svg #play{
    fill: white;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.header {
    position: relative;
}

.all-buttons-filled.vacature.show-page .navbar-brand:hover svg #play{
    fill: var(--color-first);
    stroke: var(--color-first);
}
.checkpoints ul li::before {
    content: url('../images/check-dark.svg');
}

.checkpoints ul li.custom_color_li::before{
    display: none;
}
.checkpoints ul li svg{
    position: absolute;
    left: 0;
    top: 11px;
    height: 11px;
    width: 15px;
}

.all-buttons-filled .contact-column h4, .all-buttons-filled .contact-column p{
    color: var(--color-first);
}


/* VACANCY */

.vacature.show-page .navbar-brand svg{
    height: 55px;
    width: 55px;
}

.previous-vacancy h2{
    color: var(--color-first);
}

.previous-vacancy h4{
    margin-bottom: 40px;
}
.all-buttons-filled .form-field input[type="file"]:before{
    color: var(--color-first);
    font-weight: 400;
}

.previous-vacancy .paragraph h4{
    color: var(--color-first);
}
/* DIENST */

.dienst {
    position: relative;
    padding: 0 4rem;
}

.dienst.dienst-border{
    position: relative;
    background-color: white;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dienst-border .dienst-image{
    margin-bottom: 0;
}
.plate--element.plate--element__dienst{
    height: 100%;
}
.dienst.dienst-border.dienst-link:hover{
    box-shadow: -1px 1px 20px 6px rgba(226, 226, 226, 0.5);
}

.dienst.dienst-border .dienst-inner{
    padding: 25px;
}

.dienst-image span.material-icons {
    font-size: 55px;
}

.dienst .dienst-image {
    max-width: 50%;
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 35px auto;
}
.usp_icon {
    position: relative;
    font-size: 4.2rem;
    margin-left: 0;
    margin-bottom: 2.62rem;
    height: 4.2rem;
    width: 4.2rem;
}
/* SIGN UP */

.sign-up {
    background-color: var(--color-first);
}

.sing-wrapper h2{
    padding-right: 40px;
}

.sign-form .form-field__label {
    display: none;
}

.sign-form .button input {
    padding: 9px 20px;
}

/* FOOTER */

.footer {
    overflow: hidden;
    position: relative;
    background-color: var(--color-second);
}

.footer-bottom-column{
    width: 100%;
}

.footer2 {
    position: relative;
    background-color: var(--color-second);
}

.footer2 .img{
    position: absolute;
    top: 80px;
    width: 30vw;
    height: 30vw;
    line-height: 0;
    transform: translateY(calc(-50%));
    right: 7%;
    z-index: 3;
}

.footer2 .img img{
    width: 100%;
}
.footer2 .footer-content-container{
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 2;
    position: relative;
}

.footer2::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 62vw solid var(--color-first);;
    border-left: 62vw solid transparent;
    bottom: 0;
    right: 0;
}

.video-button button{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid white;
    z-index: 10;
    cursor: pointer;
}

.big-buttons .video-button button{
    height: 70px;
    width: 70px;
}

.big-buttons .video-button p{
    width: calc(100% - 90px);
    font-size: 25px;
}
.footer-bottom{
    position: absolute;
    bottom: 65px;
    width: calc(100% - 30px);
    padding-right: 45px;
}

.footer2 .footer-bottom{
    position: relative;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
}

.footer2 .footer-bottom p span{
    margin-right: 30px;
}

.footer-inner{
    position: relative;
}

.footer-inner .co-column{

}

.footer-bottom p, .footer-bottom p a, .footer-bottom p span  {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}

.footer-bottom p span{
    margin-right: 10px;
}
.footer-column {
    position: relative;
    min-height: 20px;
    padding-top: 100px;
    padding-bottom: 170px;
    padding-right: 50px;
}

.footer-column.footer-column-first {
    width: calc(((100% - 60px) / 9) * 4);
}

.footer-column.footer-column-middle {
    width: calc(((100% - 60px) / 9) * 2);
}

.footer-bottom img{
    height: 40px;
    margin-right: 40px;
}

.footer2 .footer-bottom img{
    height: 14px;
    margin-right: 30px;
}
li.menu_item {
    font-family: var(--font);
    color: var(--color-first);
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    letter-spacing: var(--ls-h4);
    font-size: 16px;
    line-height: 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

li.menu_item:hover{
    padding-left: 25px;
}
li.menu_item a:hover{
    text-decoration: none;
}

li.menu_item::before {
    content: ">";
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
    top: 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

li.menu_item:hover::before{
    left: 7px;
}

li.menu_item a {
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    line-height: inherit;
}
li.menu_item {
    font-family: var(--font);
    color: var(--color-first);
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    letter-spacing: var(--ls-h4);
    font-size: 16px;
    line-height: 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

li.footer_link:hover{
    padding-left: 25px;
}
li.footer_link a:hover{
    text-decoration: none;
}

li.footer_link::before {
    content: ">";
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
    top: 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: lightgray;
    background-color: lightgray;
}

li.footer_link:hover::before{
    left: 7px;
}

li.footer_link a {
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    line-height: inherit;
}


.footer-column.footer-column-last {
    padding-left: 140px;
    width: calc((100% - 60px) / 3);
    padding-right: 45px;
}

.socials{
    padding-top: 10px;
    padding-bottom: 10px;
}
.socials-link {
    position: relative;
    height: 52px;
    width: 52px;
    background: white;
    margin-right: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.socials .socials-link:before {
    content: '';
    background: transparent;
    height: 100%;
    width: 100%;
    line-height: 52px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: var(--color-first);
    text-align: center;
    font-size: 22px;
    z-index: 2;
    position: absolute;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    left: 0;
    top: 0;
}

.socials .socials-link.tw:before{
    content: '\f099';

}
.socials .socials-link.yt:before{
    content: '\f16a';
}   
.socials .socials-link.insta:before{
    content: '\f16d';
}

.socials .socials-link.li:before{
    content: '\f0e1';
}
.socials .socials-link.fb:before{
    content: '\f09a';
}

.socials .socials-link:hover:before{
    color: white;
}
.socials-link:hover{
    background-color: var(--color-first);
}
.socials-link:nth-last-child(1){
    margin-right: 0;
}
.footer-column .footer-column-inner {
    z-index: 2;
    position: relative;
}

.footer-column-last:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    background-color: #E1E0DC;
    height: 100%;
}

.turner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    z-index: 4444;
    background: var(--color-dark);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: infinite-spinning 2s infinite linear;
    -webkit-animation: infinite-spinning 2s infinite linear;
}

.turner svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
}

@keyframes infinite-spinning {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      -moz-transform: translate(-50%, -50%) rotate(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
      -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* MEDIA QUERIES */

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
    .footer-bottom {
        position: relative;
        bottom: 0;
        height: 70px;
    }
    
    .footer-bottom .fl-container{
        height: 100%;
    }
    .swiper-buttons{
        right: 30px!important;
    }
    .swiper-buttons .swiper-button-next, 
    .swiper-buttons .swiper-button-prev{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        bottom: 30px;
    }
    .culture-wrapper{
        width: 100%!important;
    }
    .header-wrapper-image,
    .home-header-wrapper, 
    .culture-wrapper,
    .cm-30{
        width: 100%;
    }

    .home-header-wrapper, 
    .culture-wrapper{
        position: relative;
    }

    .home-header-wrapper{
        min-height: 400px;
        padding: 30px 0;
    }

    .uitgelichte-dienst{
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
    }

    .culture-wrapper {
        padding: 0 5px 0 5px;
    }

    .footer-column.footer-column-last {
        padding-left: 30px;
    }

    .footer-column {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1260px) {
    .section-container .marginblock{
        display: none;
    }

    .footer2 .paragraph {
        color: var(--color-first)!important;
    }

    .footer2::after{
        border-bottom: 300px solid var(--color-first);
        border-left: 300px solid transparent;
    }

    .footer2 .img{
        top: 30px;
        width: 200px;
        height: 200px;
        right: 15px;
    }

    .footer2 h5{
        color: var(--color-first)
    }

    .footer2 .socials-link{
        border: 1px solid var(--color-first);
    }

    .footer2 .paragraph p{
        color: var(--color-first)!important;
    }

    .footer2 .sign-form .button.submit-form-btn{
        border: 1px solid var(--color-first);
        background: var(--color-first);
    }

    .footer2 .sign-form .button.submit-form-btn input{
        background-color: var(--color-first);
        color: white;
    }
    .footer2 .sign-form .form-field__input{
        border-color: var(--color-first);
        color: var(--color-first);
    }
    .footer2 .sign-form .form-field__input::placeholder{
        color: var(--color-first);
    }
}

@media screen and (min-width: 1260px){
    .footer2 .footer-bottom .recroot-link, .footer2 .footer-bottom .recroot-link span, .footer2 .footer-bottom .recroot-link span a{
        color: white;
    }
}

@media screen and (min-width: 1024px) {
    .logo-trans-menu .navbar-nav .last{
        min-height: 70px;
    }
    .dropdown:after {
        content: '';
        display: flex;
        position: absolute;
        width: 9px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid var(--color-first);
    }
    .dropdown-inner-menu-item.sub-dropdown:after {
        content: '';
        display: flex;
        position: absolute;
        width: 9px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid var(--color-dark);
        bottom: 17px;
        right: 25px;
    }
    .navbar-nav .nav-item.dropdown{
        padding-right: 50px;
    }
    .menu-open .navbar-collapse {
        padding-top: 20px;
        left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .fakemargin{
        height: 50px;
        padding-top: 50px;
        width: 100%;
    }

    .page .header.--outside .post-header-wrapper .title-container{
        max-width: calc(100% - 50px);
        margin-bottom: 50px;
    }
    .vacancy-category{
        height: auto;
    }
    h1 {
        font-size: var(--heading-1-mobile);
        line-height: var(--heading-1-mobile-lineh);
    }
    
    h2 {
        font-size: var(--heading-2-mobile);
        line-height: var(--heading-2-mobile-lineh);
    }
    
    h3 {
        font-size: var(--heading-3-mobile);
        line-height: var(--heading-3-mobile-lineh);
    }

    .navbar-toggler {
        display: block;
        padding-right: 15px;
    }
    .navbar-nav .nav-item.dropdown{
        padding-right: 50px;
    }

    .dropdown .dropdown-menu {
        position: initial!important;
    }

    .dropdown-inner-menu-item{
        padding-left: 15px;
        padding-right: 15px;
    }

    .dropdown:hover .dropdown-menu{
        transform: none;
        margin-top: 25px;
    }

    .dropdown-inner-menu-item.sub-dropdown:after {
        bottom: 50%;
        transform: rotate(0deg) translateY(50%);
        top: 20px;
        right: 10px;
}
    .dropdown .dropdown-menu .sub-dropdown .sub-dropdown-menu{
        box-shadow: none;
        display: none;
    }
    .dropdown:after {
        top: 12px!important;
    }

    .dropdown .dropdown-menu .sub-dropdown:hover .sub-dropdown-menu {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 15px;
        box-shadow: -3px 2px 5px 0px #0000001c;
        font-size: 16px;
    }

    .section-container-slider.section-align h2{
        width: 100%;
        margin-bottom: 20px;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .dienst-border{
        margin-bottom: 15px;
    }

    .dienst{
        height: auto;
    }
    .section-container .overlapcontent{
        height: 34px;
    }

    
    .apply-button {
        display: block;
    }

    .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 0;
        height: 100vh;
        z-index: 99;
        overflow-y: scroll;
        overflow-x: hidden;
        background: var(--color-dark);
        left: 100%;
        padding: 100px 30px 30px;
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header-line{
        display: none;
    }

    .logo-trans-menu.menu-open .navbar-brand.logo-trans img{
        filter: none;
        -webkit-filter: none;
    }
    
    .logo-trans-menu.menu-open .bar{
        background-color: var(--color-first);
    }
    .logo-trans-menu .navbar-collapse{
        background-color: white;
    }
    .navbar-nav .nav-item.button{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .logo-trans-menu .navbar:after{
        display: none;
    }
    .logo-trans-menu .navbar-nav .nav-link{
        color: var(--color-first);
    }

    .logo-trans-menu .navbar-nav .last .nav-link{
        color: white;
    }

    .navbar-nav .nav-item.button:nth-child(2n){
        margin-right: 0px;
    }
    .navbar-nav{
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-flow: column;
    }
    .menu-open .navbar-collapse{
        left: 0;
    }
    .navbar-nav .nav-item{
        text-align: left;
        padding-right: 0;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .tekst-blok{
        padding: 30px;
    }

    .tekst-blok-text{
        padding: 0 0 0 0;
        background: transparent!important;
    }

    .video-js .vjs-control-bar{
        padding: 0 20px 20px;
    }

    .video-js .vjs-play-control{
        margin-right: 10px;
    }

    .video-js .vjs-fullscreen-control {
        margin-left: 10px;
    }

    .video-js .vjs-fullscreen-control, .video-js .vjs-play-control{
        display: block;
    }

    .video-js.vjs-fullscreen .vjs-tech{
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .video-js.vjs-fullscreen .vjs-control-bar{
        width: 100%;
        bottom: 0%;
        left: 0%; 
    }

    .swiper-container.image-slider .swiper-image{
        height: 0;
        padding-top: 56.25%;
        max-width: unset;
        width: 100%;
    }

    .swiper-container.image-slider .swiper-slide{
        height: auto;
        flex-direction: column;
    }

    .swiper-container.image-slider .slide-text{
        padding-top: 40px;
        padding-left: 0;
        width: 100%;
        padding-bottom: 70px;
    }

    .section-container-slider .swiper-button-next, .section-container-slider .swiper-button-prev{
        bottom: 40px;
        left: 0;
    }

    .section-container-slider .swiper-button-next{
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .swiper-container.image-slider {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-container-slider::before{
        display: none;
    }
    .swiper-container.image-slider .swiper-slide .video {
        position: absolute;
        top: 0;
        width: 100%;
    }    

    .section-container-slider.section-container-quote::before{
        display: block;
    }

     
}

@media screen and (max-width: 767px) {
    .footer-bottom-row{
        flex-direction: column; 
        align-items: flex-start;
        justify-content: flex-start;
    }  

    .page .header.--outside .post-header-wrapper .title-container{
        max-width: unset;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    
    .header .content-wrapper-side{
        width: 100%;
    }

    .slider--header .header-slider{
        padding-left: 0;
    }

    .slider-header-intro{
        width: 100%;
    }
    .section-container-quote{
        padding-top: 30px;
    }
    .section-container-slider.section-container-quote::before{
        display: none;
    }
   
    .section-container-quote .image-uitgelicht{
        padding-top: 64%;
        height: 0;
        width: 100%;
        min-height: unset;
    }

    .section-container-quote .quote-section .quote-section-content{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .dropdown-menu {
        background-color: transparent;
    }
    .sub-dropdown-item{
        font-size: 12px;
        text-decoration: none;
        color: black;
        padding: 0;
    }
    .sub-dropdown-item:hover{
        font-size: 12px;
        color: black;
        font-weight: 500;
        text-decoration: none;
    }
    .dropdown-item{
        padding: 0 15px 0 0;
        color: white;
    }
    .dropdown-item:hover{
        color: black;
        font-weight: 100;
    }
    .dropdown .dropdown-menu .sub-dropdown:hover .sub-dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .03);
        width: auto;
        box-shadow: -2px 7px 10px rgb(0 0 0 / 6%);
        flex-flow: column;
        display: flex;
        height: auto;
        border: unset;
        left: 110%;
    }
    .dropdown:hover .dropdown-menu{
        position: initial;
        box-shadow: 2px 3px 12px rgb(0 0 0);
    }
    .dropdown:hover .dropdown-menu.sub-dropdown-menu {
        display: none;
    }
    .footer-bottom {
        width: 100%;
        position: relative;
        bottom: 0;
        height: auto;
        padding-right: 0;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .footer-bottom p{
        margin-bottom: 20px;
    }
    .desktop {
        display: none;
    }

    .footer-bottom img{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer-bottom-wrapper{
        width: 100%;
      
    }
    .co-column{
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .co-right-column{
        margin-top: 0px;
    }
    .blok-titel {
        font-size: 66px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 40px;
    }

    .x-cm-5 {
        width: 5%;
    }
    .x-cm-10 {
        width: 10%;
    }
    .x-cm-15 {
        width: 15%;
    }
    .x-cm-20 {
        width: 20%;
    }
    .x-cm-25 {
        width: 25%;
    }
    .x-cm-30 {
        width: 30%;
    }
    .x-cm-35 {
        width: 35%;
    }
    .x-cm-40 {
        width: 40%;
    }
    .x-cm-45 {
        width: 45%;
    }
    .x-cm-50 {
        width: 50%;
    }
    .x-cm-55 {
        width: 55%;
    }
    .x-cm-60 {
        width: 60%;
    }
    .x-cm-65 {
        width: 65%;
    }
    .x-cm-70 {
        width: 70%;
    }
    .x-cm-75 {
        width: 75%;
    }
    .x-cm-80 {
        width: 80%;
    }
    .x-cm-85 {
        width: 85%;
    }
    .x-cm-90 {
        width: 90%;
    }
    .x-cm-95 {
        width: 95%;
    }
    .x-cm-100 {
        width: 100%!important;
    }

    .plate--container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .plate--column{
        min-height: 0;
    }

    .contact-columns .contact-column:nth-child(1){
        margin-bottom: 30px;
    }

    .file span{
        position: relative;
        top: 0%;
        left: 0;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        -moz-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        -o-transform: translateY(-0%);
    }
    .dropdown:after {
        content: '';
        display: flex;
        position: absolute;
        width: 9px;
        height: 0px;
        left: unset;
        right: 0;
        top: 16px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid var(--color-first);
    }
    .dropdown:hover:after{
        position: absolute;
    }
    /* .navbar-toggler {
        padding-right: 30px;
    } */

    .paragraph :nth-last-child(1){
        margin-bottom: 0;
    }

    /* .turner {
        display: block;
    } */
    .vacancy-category-title, 
    .vacancy-category-workform, 
    .vacancy-category-place, 
    .footer-column.footer-column-first,
    .footer-column.footer-column-middle,
    .footer-column.footer-column-last{
        width: 100%;
    }

    .image-section-slider .swiper-slide{
        width: 100%!important;   
    }

    .post-header-wrapper{
        min-height: 400px;
        padding: 30px 0;
    }

    .post-header-wrapper{
        margin-bottom: 30px;
    }

    .uitgelichte-dienst{
        margin-left: 30px;
        margin-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
    }

    .vacancy-category{
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .vacancy-category-title{
        color: var(--color-first);
    }

    .vacancy-category-workform, .vacancy-category-place{
        font-size: 15px;
        line-height: 20px;
    }

    .tekst-blok{
        padding: 30px;
    }

    .tekst-blok-text{
        padding: 0 0 0 0;
        background: transparent!important;
    }

    .swiper-container.image-slider{
        max-width: 100%;
        margin-bottom: 0;
    }

    .swiper-container.image-section-slider{
        height: 310px;
    }

    .logo-slider .swiper-wrapper{
        height: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .logo-slider img {
        max-height: 30px;
    }

    .dienst {
        padding: 30px;
    }

    .sign-up{
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .footer-column.footer-column-first,
    .footer-column.footer-column-middle,
    .footer-column.footer-column-last{
        padding: 60px 0 60px 0;
    }

    .footer-column.footer-column-middle{
        padding-top: 0;
    }

    .footer-column-last:after{
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
    }

    .contact_blok .contact-inner{
        padding: 0 30px 30px;
    }
    .contact-inner .contact-image{
        height: 200px;
        position: relative;
        width: calc(100% + 60px);
        margin-bottom: 30px;
        left: -30px;
    }



    .home-header-wrapper.full-header{
        min-height: unset;
        padding-top: 150px;
    }


    .footer2::after{
        border-bottom: 77vw solid var(--color-first);
        border-left: 77vw solid transparent;
    }

    .big-buttons .video-button button{
        height: 50px;
        width: 50px;
    }
    
    .big-buttons .video-button p{
        width: calc(100% - 70px);
        font-size: 18px;
    }
    .dropdown-inner-menu-item{
        padding-bottom: 10px;
    }
    .dropdown-inner-menu-item.sub-dropdown:after {
        content: '';
        display: flex;
        position: absolute;
        width: 9px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid black;
        /* margin-left: 0px; */
        transform: rotate(0);
        left: unset;
        right: 0;
        top: 21%;
    }
    .dropdown-inner-menu-item.sub-dropdown:hover:after {
        transform: rotate(0);
        position: absolute;
        right: 10px;
        top: 8px;
    }
}

@media screen and (min-width: 0px){
    .modal-dialog, .modal.show .modal-dialog {
        max-width: 80%;
        margin: 50vh auto 0 auto;
        transform: translate(-0%, -50%);
        -webkit-transform: translate(-0%, -50%);
        -moz-transform: translate(-0%, -50%);
        -ms-transform: translate(-0%, -50%);
        -o-transform: translate(-0%, -50%);
    }
    /* .navigation.fixed-header .navbar-brand,
    .navbar-brand {
        height: 50px;
    } */
}

@media (max-height: 600px) and (max-width: 981px){
    .modal-dialog, .modal.show .modal-dialog{
        max-width: 60%;
    }
}
.cm-5 {
    width: 5%;
}
.cm-10 {
    width: 10%;
}
.cm-15 {
    width: 15%;
}
.cm-20 {
    width: 20%;
}
.cm-25 {
    width: 25%;
}
.cm-30 {
    width: 30%;
}
.cm-35 {
    width: 35%;
}
.cm-40 {
    width: 40%;
}
.cm-45 {
    width: 45%;
}
.cm-50 {
    width: 50%;
}
.cm-55 {
    width: 55%;
}
.cm-60 {
    width: 60%;
}
.cm-65 {
    width: 65%;
}
.cm-70 {
    width: 70%;
}
.cm-75 {
    width: 75%;
}
.cm-80 {
    width: 80%;
}
.cm-85 {
    width: 85%;
}
.cm-90 {
    width: 90%;
}
.cm-95 {
    width: 95%;
}
.cm-100 {
    width: 100%;
}




.blog-index{
    background-color: var(--color-dark);
}

.blog_result .blog_card{
    position: relative;
    width: calc(50% - 40px);
    margin-bottom: 110px;
}

.blog_card_published, .blog_card_category_label{
    font-family: var(--font-p);
    font-size: 16px;
    line-height: 1;
    letter-spacing: var(--ls-h3);
    font-weight: var(--bold);
}

.blog_card_post_info{
    margin-top: 25px;
    margin-bottom: 20px;
}

.blog_card_post_info .blog_card_category_label{
    background-color: var(--color-first);
    padding: 5px;
}

.blog_card .button-wrapper{
    margin-top: 25px;
}

.blog_card .blog_card_published, .blog_card h3, .blog_card p, .blog_card .blog_card_post_info .blog_card_category_label{
    color: white;
}

.tax__filter{
    width: 100%;
    padding-top: 25px;
}
.blog-index-title{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-first);
}
.blog-index-title h1{
    text-align: center;
    width: 100%;
    max-width: unset;
    
}

.filter-button {
    background: transparent;
    border: none;
    padding: 0 0 0 0;
    line-height: 1;
    cursor: pointer;
}

.filter-button h4{
    color: var(--color-first);
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.filter-content{
    margin-bottom: 110px;
    margin-top: 195px;
}

.blog-show h1{
    color: var(--color-dark);
    margin-bottom: 25px;
}

.blog-show .blog-show-top{
    margin: 0 auto;
    margin-bottom: 65px;
}

.blog-show .blog_card_category_label{
    color: white;
}
.blog.show-page .post-header-wrapper{
    margin-bottom: 65px;
}

.recommended-items .blog_card .blog_card_published, 
.recommended-items .blog_card h3, 
.recommended-items .blog_card p {
    color: var(--color-dark);
}

.recommended-items .swiper-slide{
    text-align: left;   
}

.recommended-items{
    margin-top: 100px;
    margin-bottom: 100px;
}

.recommended-items-wrapper-text{
    margin-bottom: 65px;
}
