/*GENERAL STYLING*/

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100vh;
}

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
/*black version*/
@font-face {
    font-family: "GT-Walsheim";
    src: url("../FONTS/GT-Walsheim-Pro-Black.woff2") format("woff2"),
    url("../FONTS/GTWalsheimProBlack.woff") format("woff");
    font-weight: 900;
}

/*special version */
@font-face {
    font-family: 'GT-Walsheim-Condensed';
    src: url('../FONTS/GTWalsheimPro-CnBd.woff2') format('woff2'),
        url('../FONTS/GTWalsheimPro-CnBd.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*bold version*/
@font-face {
    font-family: "GT-Walsheim";
    src: url("../FONTS/GT-Walsheim-Pro-Bold.woff2") format("woff2"),
    url("../FONTS/GTWalsheimProBold.woff") format("woff");
    font-weight: 800;
}

/*Medium version*/
@font-face {
    font-family: "GT-Walsheim";
    src: url("../FONTS/GT-Walsheim-Pro-Medium.woff2") format("woff2"),
    url("../FONTS/GTWalsheimProMedium.woff") format("woff");
    font-weight: 600;
}

/*default version*/
@font-face {
    font-family: "GT-Walsheim";
    src: url("../FONTS/GT-Walsheim-Pro-Regular.woff2") format("woff2"),
    url("../FONTS/GTWalsheimProRegular.woff") format("woff");
    font-weight: 400;
}

/*Ultra light version*/
@font-face {
    font-family: "GT-Walsheim";
    src: url("../FONTS/GT-Walsheim-Pro-Ultra-Light.woff2") format("woff2"),
    url("../FONTS/GTWalsheimProUltraLight.woff") format("woff");
    font-weight: 300; /*200?*/
}

@font-face {
  font-family: "Mrs-Eaves-XL";
  src: url("../FONTS/Mrs-Eaves-XL-Serif-OT-Reg-Italic.woff2") format("woff2"),
  url("../FONTS/Mrs-Eaves-XL-Serif-OT-Reg-Italic.woff") format("woff");
  font-weight: 400;
}

/* Default font */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../FONTS/helveticaneue-light.woff2") format("woff2"),
  url("../FONTS/helveticaneue-light.woff") format("woff");
  font-weight: 300;
}

/* Medium font */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../FONTS/HelveticaNeue-Medium.woff2") format("woff2"),
  url("../FONTS/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 400;
}

/* Thick font */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../FONTS/helveticaneue.woff2") format("woff2"),
  url("../FONTS/helveticaneue.woff") format("woff");
  font-weight: 500;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue";
    font-weight: 500;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.font-change h1, .font-change h1 span{
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
}
p, a, ul li, li, select, input, textarea, b, strong, ol, span {
    font-family: "Helvetica Neue";
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.plate--container {
    position: relative;
}

.plate--element__image {
    position: relative;
}

.wrong-page-wrapper {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

a:hover {
    color: black;
    text-underline-position: under;
}

:focus{
    outline: none!important;
}

.intro-tekst {
    position: relative;
    margin-bottom: 50px;
}

p.intro, p.intro a {
    color: #797979;
}

.chosen-recensie p.intro {
    color: white;
}


h1, h1 span {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
}

h2, h2 span {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

h3, h3 span {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

h4, h4 span {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

h5, h5 span {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

h6, h6 span {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

h2.big-title{
    font-size: 58px;
    line-height: 59px;
    letter-spacing: -1.16px;
}
.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-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-center-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jc-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.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;
}
.main-content-wrapper {
    width: 100%;
    position: relative;
}

.wow {
    visibility: hidden;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    visibility: visible !important;
}

.bg-cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(25vh);
      -webkit-transform: translateY(25vh);
      -moz-transform: translateY(25vh);
      -ms-transform: translateY(25vh);
      -o-transform: translateY(25vh);
}
  
    to {
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
}
  }


@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(25vh);
      -webkit-transform: translateY(25vh);
      -moz-transform: translateY(25vh);
      -ms-transform: translateY(25vh);
      -o-transform: translateY(25vh);
}
  
    to {
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
}
  }

/*SMOOTH SCROLL STYLING*/

/* ::-webkit-scrollbar {
    display: none;
} */

.section-container.section-container-full .plate--container, .post-type-vacature.vacature-show .main-content .section-container.section-container-full .plate--container{
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
}

#js-scroll {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
        -ms-transform: scaleX(1.45);
            transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #C1C0C0;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/*BUTTON STYLING*/

.buttons-in-row {
    width: 450px;
    display: inline-block;
    bottom: 120px;
    right: 15px;
    position: absolute;
    height: 80px;
}

.buttons-in-row a {
    display: block;
    float: left;
    width: 50%;
    padding: 23px 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
    text-align: center;

    position: relative;
    color: white;
    overflow: hidden;
    pointer-events: auto;
    z-index: 0;

    -webkit-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    transition: color .4s cubic-bezier(.19, 1, .22, 1);
}

.buttons-in-row a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    background-color: #ffffff;

    -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    z-index: -1;
}

.buttons-in-row a:first-of-type {
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.buttons-in-row a:last-of-type {
    border: 1px solid white;
}


.buttons-in-row:hover a:not(:hover):before {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.buttons-in-row a.is-active:before, .buttons-in-row a:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.buttons-in-row:hover a:not(:hover):first-of-type:before {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
}

.buttons-in-row a:last-of-type:before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}

.buttons-in-row a.is-active, .buttons-in-row a:hover {
    color: black;
}

.buttons-in-row:hover a:not(:hover) {
    color: white;
}

.button {
    background: transparent;
    border: 1px solid white;
    height: 50px;
    display: inline-block;
    position: relative;
}

.button.base-color{
    background-color: var(--color-contrast)!important;
    border: 1px solid var(--color-contrast);
}

.button.base-color:hover a{
    color: var(--color-contrast)!important;
}

.button.donker {
    border: 1px solid black;
}

.button.donker a {
    color: black;
}

.home_header .button {
    background-color: rgba(0, 0, 0, 0.1);
}

.button a {
    position: relative;
    min-width: 100%;
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 7px 22px;
    height: 100%;
    font-size: 17px;
    z-index: 1;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button.second a {
    color: white;
}

.button:after,
.bx-wrapper .bx-controls-direction a:after,
.slider-buttons a:after{
    content: '';
    position: absolute;
    height: 0;
    display: block;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-transition: height .35s ease-in-out;
    -o-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out;
    width: 100%;
    z-index: 0;
}

.button:hover:after,
.bx-wrapper .bx-controls-direction a:hover:after,
.slider-buttons a:hover:after{
    height: 100%;
    top: 0;
    background: white;
}

.button:hover a,
.bx-wrapper .bx-controls-direction a:hover:before,
.slider-buttons a:hover:before {
    color: black;
}


.button.donker:after,
.slider-buttons.black a:after {
    background: black;
}

.button.donker:hover:after,
.slider-buttons.black a:hover:after {
    background: black;
}

.button.donker:hover a,
.slider-buttons.black .btn-prev:hover:before, .slider-buttons.black .btn-next:hover:before {
    color: white;
}

.externe-buttons-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.externe-buttons-wrapper .active-site {
    background-color: black;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 45px;
}
.externe-buttons-wrapper .active-site p {
    color: white;
    padding-left: 44px;
    padding-right: 44px;
    margin-bottom: 0;
}
.extern-button {
    position: relative;
    border-bottom: 1px solid black;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.extern-button:after {
    content: '';
    position: absolute;
    height: 0;
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transition: height .35s ease-in-out;
    -o-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out;
    width: 100%;
    z-index: 0;
}
.extern-button.first:after {
    background-color: #275fbb;
}
.extern-button.second:after {
    background-color: #d64937;
}
.extern-button:hover:after {
    height: 100%;
    top: 0;
}
.extern-button .button-tekst {
    padding-left: 18px;
    padding-right: 18px;
    z-index: 1;
}
.extern-button:hover .button-tekst p {
    color: white;
}
.extern-button .button-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.extern-button p {
    color: black;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}
.extern-button.first .button-arrow {
    background-color: #275fbb;
}
.extern-button.second .button-arrow {
    background-color: #d64937;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container .slider-buttons {
    width: 160px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: unset;
    bottom: 20px;
    left: unset;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 900px;
    min-height: 250px;
    height: 500px;
}
.swiper-slide .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* whatsapp */
body.cta-nav #widget-container.bottom{
    margin-bottom: 60px!important;
}

body.cta-nav .cc-floating.cc-theme-classic.inwindow{
    bottom: 80px!important;
}

.dark-nav .navigation.fixed-header .button a.nav-link{
    color: white;
}
/*MENU STYLING*/

.cta-header {
    position: relative;
    /* background: rgba(0, 0, 0, 0.350); */
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;

    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-bar {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 98;
    background-color: #000000;
    border-top: 0px solid #ffffff;
}

.cta-bar .button {
    border: none;
    width: 100%;
}


.navigation.fixed-header .cta-header,
.navigation.menu-open .cta-header {
    height: 0;
    padding: 0;
    min-height: 0;
}

.cta-header p,
.cta-header a {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

.navigation {
    height: 125px;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navigation .cijfer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-right: 15px;
    overflow-y: hidden;
    transition: height .4s ease;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    -ms-transition: height .4s ease;
    -o-transition: height .4s ease;
}

.navigation.fixed-header .cijfer{
    height: 0;
    padding: 0 0 0 0;
    visibility: hidden;
}

.navigation.fixed-header .cta-header{
    overflow: hidden;
}
.navigation .cta-header ul.navbar-upper-nav{
    display: flex;
    height: 40px;
}

.navigation .cta-header ul.navbar-upper-nav a.nav-link{
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 100%;
    font-size: 14px;
    margin-left: 20px;
    color: white;
}
.navigation .cta-header ul.navbar-upper-nav a.nav-link:nth-last-child(1){
    padding-right: 0;
}
.navigation .cijfer .fa-star{
    margin: 0 2.5px 1.5px;
    position: relative;
    overflow: hidden;
    height: 11px;
    width: 11px;
    line-height: 0;
    color: transparent;
}

.navigation .cijfer .cijfer-beoordeling{
    margin-left: 17.5px;
}

.navigation .cijfer .cijfer-beoordeling a{
    text-underline-position: under;
    text-decoration: underline;
}

.navigation .cijfer .cijfer-beoordeling a:hover{
    text-decoration: none;
}

.navigation .cijfer .fa-star.last::after{
    display: none;
}
.navigation .cijfer .fa-star.last svg{
    position: absolute;
    top: 0;
    left: 0;
    width: var(--cijfer);
    z-index: 3;
    filter: brightness(0) invert(1);
}
.navigation .cijfer .fa-star:after, .navigation .cijfer .fa-star::before{
    content: url('../IMAGES/star_check.svg');
    position: absolute;
    color: #ffd000;
    left: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.navigation .cijfer .fa-star::before{
    content: url('../IMAGES/star.svg'); 
    filter: brightness(0) invert(1);
}

.dark-nav .cta-header p, .dark-nav .cta-header a, .dark-nav .navigation .cta-header ul.navbar-upper-nav a.nav-link{
    color: #8A8D8F;
}

.navigation .cijfer .fa-star::before, .navigation .cijfer .fa-star:after, .navigation .cijfer .fa-star::before, .navigation .cijfer .fa-star.last svg{
    filter: unset;
}

.navigation .cijfer .cijfer-star{
    letter-spacing: -0.25px;
    margin-left: 15px;
    line-height: 30px;
}
.navigation .cijfer .cijfer-star span{
    font-size: inherit;
    font-weight: inherit;
    color: white;
    line-height: inherit;
}
.navigation .cijfer .fa-star.empty:after{
    width: 0;
}

.fa-star:before{
    position: relative;
    z-index: 2;
}


.navbar {
    height: 85px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.navigation.fixed-header {
    margin: 0;
    height: 85px;
}

.navigation.fixed-header .navbar {
    height: 85px;
}

.navigation.fixed-header .navbar-brand {
    height: 50px;
}
.mobile{
     display: none;
}
.WPML-mobile {
    font-size: 7vw;
    line-height: 9vw;
}

.navigation {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: transparent;

    -webkit-transition: background-color .3s ease, height .3s ease;
    -o-transition: background-color .3s ease, height .3s ease;
    transition: background-color .3s ease, height .3s ease;
}

.navigation.fixed-header,
.navigation.hovered {
    background: white;
}

.navigation.fixed-header a.nav-link,
.navigation.hovered a.nav-link {
    text-shadow: none !important;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar-collapse, .navbar-nav {
    height: 100%;
}

.navbar-collapse .footer-link,
.navbar-collapse .footer-link-sub {
    display: none;
}

.navbar-brand {
    height: 100%;
    z-index: 1;
    padding: 0;
    -webkit-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    -o-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
}
.wide img.logo{
    width: 200px;
}
img.logo {
    width: 150px;
    height: 100%;

    -webkit-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    -o-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
}

.navigation.fixed-header .filter-off img.logo,
.navigation.hovered .filter-off img.logo,
.navigation.menu-open .filter-off img.logo,
.footer-logo.filter-off{
    filter: unset;
    -webkit-filter: unset;
    
}
.navigation.fixed-header .filter-off img.logo,
.navigation.hovered .filter-off img.logo,
.navigation.menu-open .filter-off img.logo,
.filter-off img.logo{
    width: 215px;
}
.navigation.fixed-header img.logo,
.navigation.hovered img.logo,
.navigation.menu-open img.logo {
    filter: contrast(0.1);
    -webkit-filter: contrast(0.1);
}

.navigation.fixed-header .filter-brown img.logo,
.navigation.hovered .filter-brown img.logo,
.navigation.menu-open .filter-brown img.logo,
.footer-logo.filter-brown{
  filter: invert(66%) sepia(8%) saturate(1916%) hue-rotate(337deg) brightness(92%) contrast(89%);
  -web-kit-filter: invert(66%) sepia(8%) saturate(1916%) hue-rotate(337deg) brightness(92%) contrast(89%);
    
}

/* .navigation.fixed-header .dropdown-menu.submenu-open svg{
    display: block;
} */

li.nav-item {
    margin-left: 30px;
}

li.nav-item.last {
    padding: 7px 22px;
    height: 50px;
    border: 1px solid #ffffff;
}

.nav-item .cursive {
  font-family: "Mrs-Eaves-XL";
  font-style: italic;
  /* font-size: 20px; */
}

.cursive {
  font-family: "Mrs-Eaves-XL";
  font-style: italic;
}

.navigation.fixed-header li.nav-item.last {
    border: 1px solid #000000;
}

.navigation.fixed-header li.nav-item.last.button.donker:after {
    background: #000000;
}

.navigation.fixed-header li.nav-item.last:hover a.nav-link {
    color: #ffffff;
}

.navigation.fixed-header li.nav-item.last:after {
    background: #000000;
}

.navigation.fixed-header li.nav-item.last a:after {
    color: #000000;
}

li.nav-item.last a:after {
    content: none;
}

li.nav-item.last a.nav-link {
    height: 32px;
}

li.nav-item.last a {
    color: #ffffff;
}

li.nav-item.last.button.donker:after {
    background: #ffffff;
}

li.nav-item.last:hover a.nav-link {
    color: black;
}

.navigation.fixed-header ul.navbar-upper-nav {
    height: 0;
}

li.nav-item:nth-child(1) {
    -webkit-animation-delay: .0s;
            animation-delay: .0s
}

li.nav-item:nth-child(2) {
    -webkit-animation-delay: .07s;
            animation-delay: .07s
}

li.nav-item:nth-child(3) {
    -webkit-animation-delay: .14s;
            animation-delay: .14s
}

li.nav-item:nth-child(4) {
    -webkit-animation-delay: .21s;
            animation-delay: .21s
}

li.nav-item:nth-child(5) {
    -webkit-animation-delay: .26s;
            animation-delay: .26s
}

li.nav-item:nth-child(6) {
    -webkit-animation-delay: .30s;
            animation-delay: .30s
}

li.nav-item:nth-child(7) {
    -webkit-animation-delay: .36s;
            animation-delay: .36s
}

li.nav-item:nth-child(8) {
    -webkit-animation-delay: .42s;
            animation-delay: .42s
}

.dropdown-item:nth-child(1) {
    -webkit-animation-delay: .0s;
            animation-delay: .0s
}

.dropdown-item:nth-child(2) {
    -webkit-animation-delay: .06s;
            animation-delay: .06s
}

.dropdown-item:nth-child(3) {
    -webkit-animation-delay: .12s;
            animation-delay: .12s
}

.dropdown-item:nth-child(4) {
    -webkit-animation-delay: .18s;
            animation-delay: .18s
}

.dropdown-item:nth-child(5) {
    -webkit-animation-delay: .24s;
            animation-delay: .24s
}

.dropdown-item:nth-child(6) {
    -webkit-animation-delay: .30s;
            animation-delay: .30s
}

.dropdown-item:nth-child(7) {
    -webkit-animation-delay: .36s;
            animation-delay: .36s
}

.dropdown-item:nth-child(8) {
    -webkit-animation-delay: .42s;
            animation-delay: .42s
}

.sub-item-list:nth-child(1) .list-title {
    -webkit-animation-delay: .0s;
            animation-delay: .0s
}

.sub-item-list:nth-child(2) .list-title {
    -webkit-animation-delay: .06s;
            animation-delay: .06s
}

.sub-item-list:nth-child(3) .list-title {
    -webkit-animation-delay: .12s;
            animation-delay: .12s
}

.sub-item-list:nth-child(4) .list-title {
    -webkit-animation-delay: .18s;
            animation-delay: .18s
}

.sub-item-list:nth-child(5) .list-title {
    -webkit-animation-delay: .24s;
            animation-delay: .24s
}

.sub-item-list:nth-child(6) .list-title {
    -webkit-animation-delay: .30s;
            animation-delay: .30s
}

.sub-item-list:nth-child(7) .list-title {
    -webkit-animation-delay: .36s;
            animation-delay: .36s
}

.sub-item-list:nth-child(8) .list-title {
    -webkit-animation-delay: .42s;
            animation-delay: .42s
}

.navbar-collapse.pushed li.nav-item,
.navbar-collapse.pushed li.footer-link {
    -webkit-animation-delay: unset;
    animation-delay: unset;
}


a.nav-link {
    position: relative;
    height: 48px;
    padding: 0 !important;
    color: white;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.white-nav a.nav-link {
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.26);
}

a.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 28px;
    right: 0;
    background: white;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
}

.upper-nav-item a.nav-link:hover {
    opacity: .5;
}

.upper-nav-item a.nav-link:after {
    content: none;
}

a.nav-link:hover:after {
    width: 100%;
    left: 0;
    background: white;
}

.navigation.fixed-header a.nav-link,
.navigation.hovered a.nav-link {
    color: black;
}

.navigation.fixed-header a.nav-link:after,
.navigation.hovered a.nav-link:after {
    background: black;
}

.navigation.fixed-header a.nav-link:hover:after {
    background: black;
}

.black-nav a.nav-link {
    color: black;
}

.black-nav a.nav-link:after {
    background: black;
}

.fixed-header .progress-container {
    position: absolute;
    width: calc(100% - 220px);
    height: 4px;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fixed-header .progress-container {
    opacity: 1;
}

.fixed-header .progress-bar {
    height: 4px;
    background: #464646;
    width: 0;
}

.navbar-toggler {
    display: block;
    z-index: 5;
    position: relative;
    right: 10px;
    top: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    height: 32px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}

.navbar-toggler .bar {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: white;
}

.fixed-header .navbar-toggler .bar {
    background-color: black;
}

.navbar-toggler .bar-3 {
    margin-bottom: 0;
}

.navigation.menu-open .bars {
    margin-top: 0;
    position: relative;
}

.navigation.menu-open .bar-1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.navigation.menu-open .bar-3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -16px;
}

.navigation.menu-open .bar-2 {
    opacity: 0;
}

.dropdown-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    top: 50px;
    border: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: auto;
    border-radius: 0;
    background-color: rgba(193, 192, 192, 0.8);
    padding: 20px 30px;
    margin: 0;
    text-align: left;
    z-index: 1;

    -webkit-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    -o-transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
    transition: all .6s cubic-bezier(0.67, 0.3, 0.01, 0.93);
}

.dropdown-menu.dropdown-open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

a.dropdown-item {
    padding: 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #e4e4e4;
    background: transparent;
}

.dropdown-menu svg, .nav-item.dropdown svg {
    display: inline-block;
    height: 12px;
    transform: rotate(-90deg);
    margin-left: 6px;
    margin-top: 2px;
}

.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";
}

ul.navbar-upper-nav {
    display: none;
    list-style-type: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
    height: 70px;
    overflow-y: hidden;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

li.upper-nav-item a {
    margin-left: 30px;
    font-size: 14px;
}

ul.submenu-big {
    position: relative;
    list-style-type: none;
    text-align: left;
    padding: 40px 60px 0 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-title {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 17px !important;
}

li.sub-item-list {
    width: 33.3334%;
    padding-left: 60px;
    border-right: 1px solid rgba(70, 70, 70, .1);
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

li.sub-item-list:last-child {
    border-right: 0;
}

li.sub-item-list:nth-child(3n) {
    border-right: 0;
}

li.sub-item-list .sub-item {
    font-size: 15px;
    line-height: 22px;
}

/*HEADER STYLING*/

#headerSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#headerSlider:before {
    content: '';
    width: 60%;
    background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.55) 65%, rgba(0,0,0,0) 100%);
}

.customoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.customoverlay--radial {
  --overlay_kleur: #ffcc00;
  --overlay_opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150vw;
  z-index: 1;
  background: radial-gradient(circle at 15% 100%,var(--overlay_kleur) 25%, transparent 35%);
  opacity: var(--overlay_opacity);
}

.post-header .customoverlay {
    height: 100%;
}

#headerSlider .carousel-cell {
    height: 100%;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    left: 0 !important;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: -2;
}

#headerSlider .carousel-cell.is-selected {
    opacity: 1;
    z-index: 1;
}

#headerSlider .flickity-slider {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

#headerSlider.no-buttons .flickity-page-dots{
    display: none;
}

#headerSlider .flickity-page-dots {
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: unset;
    right: 6px;
    z-index: 2;
}

#headerSlider .flickity-page-dots .dot {
    background: white;
    opacity: .75;
    border: 1px solid transparent;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 8px;
}

#headerSlider .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: transparent;
    border: 1px solid white;

    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.home_header .button {
    margin-top: 20px
}

.home_header .button.second {
    margin-left: -1px;
    margin-right: 0;
}

.home_header .background {
    height: 90vh;
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_header .subtitle p.intro {
    color: white;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.home_header .titles {
    height: auto;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 6%;
    margin-left: -4px
}

.home_header .title h1,
.home_header .title h1 a {
    font-size: 88px;
    line-height: 100px;
    color: white;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: default;
}

.home_header .title h1 a {
    border-bottom: 1px solid white;
    display: inline-block;
    cursor: pointer;
    line-height: 38px;
}

.home_header .plate--row,
.home_header .plate--container {
    position: relative;
    height: calc(100% - 85px);
    z-index: 1;
}
.home_header .text {
    max-width: 750px;
}
.home_header .text p,
.home_header .text b {
    color: white;
    font-size: 19px;
}
.home_header .text b { 
    font-weight: 700;
}
.home_header .header-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1;
    height: 85px;
    background-color: white;
}
.home_header .header-cta .cta-link {
    position: relative;
    padding-left: 85px;
    padding-right: 85px;
    line-height: 85px;
}
.home_header .header-cta .cta-link::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background-color: #C1C0C0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home_header .header-cta .cta-link:last-child:after {
    display: none;
}
.buttons {
    font-size: 0;
    position: absolute;
    right: 15px;
    bottom: 120px;
}

.word-reveal .word {
    overflow: hidden;
    display: inline-block;
}

.word-reveal .word,
.word-reveal .word .word-inner {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: bottom;
}

.word-reveal .word .word-inner {
    display: inline-block;
    -webkit-transform: translate3d(0, 110%, 0);
    -ms-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);

    -webkit-transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.word-reveal .word:nth-child(1) > .word-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
       transition-delay: .1s
}

.word-reveal .word:nth-child(2) > .word-inner {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
       transition-delay: .2s
}

.word-reveal .word:nth-child(3) > .word-inner {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
       transition-delay: .3s
}

.word-reveal .word:nth-child(4) > .word-inner {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
       transition-delay: .4s
}

.word-reveal .word:nth-child(5) > .word-inner {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
       transition-delay: .5s
}

.word-reveal .word:nth-child(6) > .word-inner {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
       transition-delay: .6s
}

.word-reveal .word:nth-child(7) > .word-inner {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
       transition-delay: .7s
}

.word-reveal .word:nth-child(8) > .word-inner {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
       transition-delay: .8s
}

.word-reveal .word:nth-child(9) > .word-inner {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
       transition-delay: .9s
}

.word-reveal .word:nth-child(10) > .word-inner {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
       transition-delay: 1s
}

.word-reveal .word:nth-child(11) > .word-inner {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
       transition-delay: 1.1s
}

.word-reveal .word:nth-child(12) > .word-inner {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
       transition-delay: 1.2s
}

.word-reveal .word:nth-child(13) > .word-inner {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
       transition-delay: 1.3s
}

.word-reveal .word:nth-child(14) > .word-inner {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
       transition-delay: 1.4s
}

.word-reveal .word:nth-child(15) > .word-inner {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
       transition-delay: 1.5s
}

.word-reveal .word:nth-child(16) > .word-inner {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
       transition-delay: 1.6s
}

.word-reveal .word:nth-child(17) > .word-inner {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
       transition-delay: 1.7s
}

.word-reveal .word:nth-child(18) > .word-inner {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
       transition-delay: 1.8s
}

.word-reveal .word:nth-child(19) > .word-inner {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
       transition-delay: 1.9s
}

.word-reveal .word:nth-child(20) > .word-inner {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
       transition-delay: 2s
}

.word-reveal.revealed .word .word-inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.word-reveal .button {
    opacity: 0;

    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.word-reveal.revealed .button {
    opacity: 1;
}

.word span {
    color: white;
}

/*DIENSTEN*/

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 10;
}

.hoofddiensten {
    padding: 100px 0 50px 0;
    position: relative;
}

#hoofddiensten {
    width: 100%;
    position: relative;
    z-index: 2;
}

.item-wrapper {
    position: relative;
    height: 500px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    overflow: hidden;
    background-size: cover;
}

.item-wrapper .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1), -webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.item-wrapper:not(.dienst):hover .image-container {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.item-wrapper:hover .dienst-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-wrapper .dienst-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1), -webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.item-wrapper .item-inner {
    position: relative;
    padding: 60px 70px;
    height: 100%;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.item-wrapper.dienst .item-inner {
    padding: 30px 40px;
}

.item-wrapper:last-child {
    margin-right: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    z-index: 0;
    top: 0;
    left: 0;
}

.animated.pop{
    animation: pop 1.5s linear 1;
    -webkit-animation: pop 1.5s linear 1;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}

.diensten-slider-wrapper {
    padding-bottom: 35px;
}
.diensten-slider-wrapper .swiper-scrollbar {
    height: 1px;
    background: rgba(0,0,0,.25);
}
.diensten-slider-wrapper .swiper-scrollbar-drag {
    background: rgba(0,0,0,.75);
}

@-webkit-keyframes pop{
    0%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    20%
    {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
    40%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    60%
    {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
    80%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    100%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
}
    
@keyframes pop{
    0%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    20%
    {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
    40%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    60%
    {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
    80%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
    100%
    {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }
}
  
  
.item-wrapper .title, .item-wrapper .title .white-title {
    position: relative;
    z-index: 3;
}

.white-title {
    color: white;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}
.item-wrapper.dienst .title p {
    margin-bottom: 0;
}
.item-wrapper.dienst .text {
    max-height: 80px;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    transition: height .5s ease;
}
.item-wrapper.dienst .text p {
    color: white;
    font-size: 19px;
    line-height: 27px;
    height: 80px;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.item-wrapper.dienst:hover .text {
    height: 80px;
}
.item-wrapper.has-button .button {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    border: 0;
    background-color: black;
    transition: transform .5s ease;
}
.item-wrapper.has-button .button a {
    color: white;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.item-wrapper.has-button:hover .button {
    transform: translateY(0);
}
.item-wrapper.has-button:hover .item-inner {
    transform: translateY(-50px);
}

/*TITEL MET INTRO*/

.title-intro {
    position: relative;
    width: 100%;
}

.title-intro .title h2 {
    margin-bottom: 12px;
}

/*SPEERPUNTEN*/

.speerpunt-wrapper {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.speerpunt-wrapper .speerpunt-header,
.speerpunt-wrapper .speerpunt-body {
    position: relative;
}

.speerpunt-wrapper .speerpunt-body {
    padding-left: 15px;
}

.speerpunt-wrapper .speerpunt-body .tekst p {
    color: #616161;
}

.speerpunt-wrapper .speerpunt-body p.intro {
    margin-bottom: 10px;
}
.speerpunt-wrapper.has-color .speerpunt-body p.intro {
    color: inherit;
}

.speerpunt-wrapper .speerpunt-icon {
    position: relative;
    width: 20px;
    height: 40px;
    top: -2px;
}

.background-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*PROJECTEN*/

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-slider-container:before {
    content: '';
    width: calc((100vw - (1470px + 17px)) / 2);
    display: block;
    position: absolute;
    height: 100%;
    background: white;
    border-bottom: 100px solid #C1C0C0;
    z-index: 1;
}

.project-slider-container .bx-viewport {
    overflow: visible !important;
}

.item-wrapper.project {
    height: 520px;
    width: 100%;
    margin-right: 20px;
}

.item-wrapper .item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;

    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-wrapper .item-inner .client {
    z-index: 1;
}

.item-wrapper .item-inner .client p {
    color: white;
    margin-bottom: 0;
}

.image-slider .item-wrapper.project .title,
.image-slider .item-wrapper.project .client {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.image-slider .item-wrapper.project .title.visible,
.image-slider .item-wrapper.project .client.visible {
    opacity: 1;
}

.image-slider {
    position: relative;
    width: 100%;
}

.image-slider .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    background: transparent;
}

.bx-controls {
    height: 50px;
}

.bx-controls-direction {
    position: absolute;
    right: 300px;
    bottom: 100px;
    width: 160px;
    height: 80px;
    display: inline-block;
}

.bx-wrapper .bx-controls-direction a,
.slider-buttons a {
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    top: 0;
    margin-top: 0;
    position: relative;
    text-indent: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    pointer-events: auto;

    -webkit-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    transition: color .4s cubic-bezier(.19, 1, .22, 1);
}


.bx-wrapper .bx-controls-direction a:after,
.slider-buttons a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    background-color: #ffffff;

    -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
}


.bx-wrapper .bx-controls-direction a:first-of-type,
.slider-buttons a:first-of-type {
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.bx-wrapper .bx-controls-direction a:last-of-type,
.slider-buttons a:last-of-type {
    border: 1px solid white;
}

.bx-wrapper .bx-controls-direction:hover a:not(:hover):after,
.slider-buttons:hover a:not(:hover):after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.bx-wrapper .bx-controls-direction a:hover:after,
.slider-buttons a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.bx-wrapper .bx-controls-direction:hover a:not(:hover):first-of-type:after,
.slider-buttons:hover a:not(:hover):first-of-type:after {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
}

.bx-wrapper .bx-controls-direction a:last-of-type:after,
.slider-buttons a:last-of-type:after {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}

.bx-wrapper .bx-controls-direction a:hover:before,
.slider-buttons a:hover:before {
    color: black;
}

.bx-wrapper .bx-controls-direction:hover a:not(:hover):before,
.slider-buttons:hover a:not(:hover):before {
    color: white;
}

.bx-wrapper .bx-prev,
.slider-buttons .btn-prev {
    position: relative;
    left: 0;
    background: none;
    cursor: pointer;
}

.bx-wrapper .bx-prev:before,
.slider-buttons .btn-prev:before {
    content: '\f104';
    position: absolute;
    font-family: 'FontAwesome';
    color: white;
    line-height: 80px;
    font-size: 30px;
    left: 0;
    right: 0;
    top: -2px;
    text-align: center;
    z-index: 1;


}

.bx-wrapper .bx-controls-direction a:before,
.slider-buttons a:before {
    z-index: 1;
    -webkit-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .4s cubic-bezier(.19, 1, .22, 1);
    transition: color .4s cubic-bezier(.19, 1, .22, 1);
}

.bx-wrapper .bx-next,
.slider-buttons .btn-next {
    right: 0;
    background: none;
    cursor: pointer;
}

.bx-wrapper .bx-next:before,
.slider-buttons .btn-next:before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    color: white;
    line-height: 80px;
    font-size: 30px;
    left: 0;
    right: 0;
    top: -2px;
    text-align: center;
    z-index: 1;
}

.counter {
    position: absolute;
    left: 800px;
    bottom: 100px;
}

.counter p {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 0;
}

.project-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

#post-card-container .paginate-navigation {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#post-card-container .paginate-navigation .paginate-item {
    position: relative;
    width: 20px;
    height: 20px;
}

#post-card-container .paginate-navigation .paginate-item:before {
    content: '•';
    font-size: 46px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.post_filter {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.post_filter .panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}

.post_filter .panel .inner-panel:nth-child(odd) {
    border-right: 1px solid #EFEFEF;
}

.post_filter .inner-panel {
    width: 50%;
    padding: 0 !important;
    border-bottom: 1px solid #EFEFEF;
}

.post_filter .inner-panel label {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
}

.post-index-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-index-item .item-wrapper {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.post-index-item .item-wrapper .item-inner {
    background-color: #464646;
    opacity: 0;
}

.post-index-item .item-wrapper .item-inner p.white-title {
    font-size: 40px;
    line-height: 44px;
}

.post-index-item .item-wrapper:hover .item-inner {
    background-color: #464646;
    opacity: 1;
}

.post-index-item .item-wrapper:nth-child(even) {
    margin-right: 0;
}

.category-selection-field .blog_checkbox {
    display: none;
}

.category-selection-field input[type="checkbox"] + span.category-title {
    background-color: white;
    color: black;
    position: relative;
    display: block;
    padding: 20px 25px;
    cursor: pointer;
}

.category-selection-field input[type="checkbox"]:checked + span.category-title {
    background-color: #EFEFEF;
}

.category-selection-field input[type="checkbox"]:checked + span.category-title .remove-filter {
    display: block;
}

.remove-filter {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: none;
}

.remove-filter:before, .remove-filter:after {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #CECECE;
}

.remove-filter:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.remove-filter:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


/*RECENSIE BLOKKEN*/

.recensie-container {
    height: auto;
    position: relative;
    margin-top: -100px;
    z-index: -1;
}

.recensie-container:before {
    content: '';
    width: 70%;
    height: 100%;
    background: #C1C0C0;
    position: absolute;
}

.recensie-container .left,
.recensie-container .right {
    width: 50%;
    display: inline-block;
    position: relative;
}

.recensie-container .recensie-wrapper {
    padding-top: 180px;
    padding-bottom: 140px;
}

.writen-by {
    text-align: right;
}

.writen-by p {
    margin-bottom: 0;
    color: white;
}

.writen-by p:before {
    border-top: 1px solid white;
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 10px;
    width: 15px;
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer-wrapper,
.footer-contact,
.footer-contact .contact,
.footer-info,
.footer-column-wrapper {
    position: relative;
    width: 100%;
}

.footer-contact {
    background: white;
    padding: 110px 0;
}

.footer-contact .contact {
    text-align: center;
}

.footer-contact .contact .tekst {
    max-width: 700px;
    margin: 20px auto 50px auto;
}

.footer-info {
    background: black;
    padding: 100px 0;
}

.footer-info-tail::before {
  content: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75 0H0V75L75 0Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  right: 26%;
}

.footer-column.middle .title h3 {
    color: white;
    margin-bottom: 25px;
    font-size: 23px;
}

.social_media a {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-right: 15px;
}
.social_media a:last-child{
    margin-right: 0;
}
.social_media a:before {
    content: '';
    background: transparent;
    height: 60px;
    width: 60px;
    line-height: 58px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: white;
    border: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    font-size: 26px;
    z-index: 2;
    position: relative;

    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social_media a.facebook:before,
.share a.facebook:after {
    content: '\f09a';
}

.social_media a.twitter:before,
.share a.twitter:after {
    content: '\f099';
}

.social_media a.linkedin:before {
    content: '\f0e1';
}

.social_media a.google:before {
    content: '\f0d5';
}

.social_media a.instagram:before {
    content: '\f16d';
}

.social_media a.pinterest:before,
.share a.pinterest:after {
    content: '\f231';
}


.social_media a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    border-radius: 50%;
    z-index: 0;
}

.social_media a:hover:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.social_media a:hover:before {
    color: black;
}

.share {
    position: absolute;
    bottom: -70px;
    overflow: hidden;
    right: 0;
    z-index: 3;
}

.projectshow .share, .postshow .share{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: auto;
    bottom: 0;
    margin-bottom: 30px;
}

.projectshow .content-header .content-wrapper {
    width: 70%;
}
.post-item .plate--container{
    width: 50%;
}
.postshow .content-header .content-wrapper{
    width: 100%;
    margin: 0 auto;
}
.post-item .social_media{
    margin-bottom: 40px;
    margin-top: 100px;
}

.post-item .social_media h2{
    margin-bottom: 50px;
    text-align: center;
}

.post-item .social_media a:before{
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgb(0, 0, 0);
    color: #000;
}

.post-item .social_media a:hover:before{
    color: #ffffff;
}
.post-item .social_media a:after{
    background: black;
}

.projectshow .content-header, .postshow .content-header {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.share p {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.share a {
    height: 30px !important;
    width: auto !important;
    border: none !important;
    overflow: hidden;
}

.share a:before, .share a:after {
    height: auto;
    width: auto;
    line-height: normal !important;
    color: black;
    margin-left: 10px;
    border: 0 !important;
    padding: 2px 0;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.share a:after {
    content: '';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: none;
    height: 30px;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 26px;
    top: 100%;
    left: 0;
    background: transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.share a:hover:after {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.share a:hover:before {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*.share a:hover {
}*/

.footer-column-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
}

.footer-logo {
    position: relative;
    display: block;
    height: 55px;
    top: 10px;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
}


.footer-logo .logo_brown {
  filter: invert(64%) sepia(22%) saturate(591%) hue-rotate(338deg) brightness(98%) contrast(87%);
  -webkit-filter: invert(64%) sepia(22%) saturate(591%) hue-rotate(338deg) brightness(98%) contrast(87%);
}
.footer-column.left {

}

.footer-column.left p {
    line-height: 40px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    margin-top: auto;
}

.footer-column.right {
    min-width: 25%;
}

.footer-column.right .link {
    line-height: 40px;
}

.footer-column.right .link a {
    color: white;
}


/*POST HEADER */

.breadcrumbs {
    position: relative;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 2;
}

.breadcrumbs a,
.breadcrumbs .caret-right {
    font-size: 17px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    text-transform: lowercase;
}

.breadcrumbs .caret-right:after {
    content: '\f105';
    position: relative;
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, .5);
    margin-left: 10px;
    margin-right: 8px;
    font-size: 15px;
}

.post-header {
    width: 100%;
    position: relative;
}

.post-header.content .background {
    height: 400px;
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.post-type-post .post-header.content .background, .post-type-blog_post .post-header.content .background {
    height: 600px;
}

.title-breadcrumbs-wrapper {
    margin-bottom: 70px;
}

.post-header.content .background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 1;
}

.post-header .titles {
    position: relative;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.postshow .post-header .titles{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.post-header .titles .title {
    display: inline-block;
    position: relative;
}

.post-header .titles .title h1,
.post-header .titles .subtitle p {
    color: white;
}

.post-header .titles .title h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.post-count {
    position: relative;
    display: inline-block;
    top: -30px;
    font-weight: normal;
}

.post-count p.intro {
    margin-bottom: 0;
    color: white;
}

.post-header .titles .title {
    padding-right: 25px;
}

/*---------content page---------*/
.page-content {
    position: relative;
}

.page-content-container {
    position: relative;
}

.carousel-cell {
    width: 100%; /* full width */
    height: 160px; /* height of carousel */
    margin-right: 10px;
}

.content-page {
    position: relative;
    width: 100%;
    height: auto;
}

.content-left {
    position: relative;
    width: 30%;
    margin-right: 5%;
    padding-top: 100px;
}

.content-wrapper.content-right {
    position: relative;
    width: 70%;
}

.content-wrapper.content-right.full-width {
    width: 100%;
}

.sidebar-menu {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.menu-item-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-menu-items {
    list-style: none;
    padding-left: 0;
}

.sidebar-menu-items li {
    padding: 14px 0;
    border-bottom: 1px solid #E0E0E0;
}

.sidebar-menu-items li:last-child {
    border-bottom: none;
}

.sidebar-menu-items li .link {
    font-size: 17px;
}

.sidebar-cta {
    position: relative;
}

.cta-afbeelding {
    position: relative;
    height: 120px;
    width: 120px;
    margin-bottom: 30px;
}

.cta-afbeelding .image-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-titel {
    position: relative;
    margin-bottom: 30px;
}

.cta-tekst {
    position: relative;
}

.cta-tekst a {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-tekst a:hover {
    color: #C1C0C0;
}

/* VACATURES */
.vacature::after, .vacature-wrapper::after{
    content: '';
    height: 1px;
}

.vacature-wrapper{
    width: 100%;
}
.vacature__overview{
    margin-top: 25px;
}
.vacature__filter{
    margin-bottom: calc(60px - .5rem);
}
.vacature__filter .category-selection-field{
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.vacature__filter h4{
    margin-bottom: .5rem;
}

.grow_timeline{
    position: relative;
    overflow: hidden;
}
.grow_item{
    position: relative;
    padding: 14px 17px;
    background-color: #909090;
    }

.grow_item p{
    color: white;
    margin-bottom: 0;
}
.grow_item:nth-child(1){
    background-color: black;
}

.grow_item:nth-last-child(1){
    background-color: #BFBFBF;
}

.grow_item:nth-child(1)::after{
    content: '';
    width: 30px;
    height: 100%;
    background-color: white;
    z-index: 2;
    position: absolute;
    top: 0;
    right: -30px;
}

.grow_item:nth-child(2)::after{
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #909090;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.grow_item:nth-last-child(1)::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: white;
    z-index: 2;
    position: absolute;
    top: 0;
    left: -30px;
}

.schedule {
    overflow: hidden;
}

.schedule .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white;
}

.schedule .slider-container__tabs .swiper-pagination {
    position: relative !important;
    text-align: left;
    margin-bottom: 33px;
    bottom: 0;
    background-color: #E8E8E8;
    padding: 5px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.swiper-pagination-bullet-active{
    background-color: white;
}

.schedule-item__text p, .schedule-item__time p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}
.schedule .swiper-pagination-clickable .swiper-pagination-bullet{
    opacity: 1;
    width: auto;
    height: 100%;
    padding: 11px 25px;
    color: black;
    background-color: transparent;
    border-radius: 50px;
    margin: 0 0 0 0;
}

.weekoverview .afbeelding{
    margin-top: 60px;
}
.schedule-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.schedule-item:nth-last-child(1){
    margin-bottom: 0;
}
.schedule-item__time{
    width: 100px;
}
.schedule-item__text {
    padding: 16px 20px;
    width: calc(100% - 100px);
    background-color: #E8E8E8;
    border-radius: 5px;
}

.schedule-item__text p{
    margin-bottom: 0;
}


.collegas-slider-wrapper .collega{
    height: auto;
    max-height: unset;
    max-width: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}

.collegas-slider-wrapper .collega__image{
    height: 100%;
    width: 35%;
    min-height: 450px;
}

.collegas-slider-wrapper .collega__text{
    width: calc(65% - 188px);
    height: 100%;
    padding: 60px 0 ;
}

.collegas-slider-wrapper .slider-buttons{
    right: 65%;
    top: 60px;
    transform: translateX(50%);
    z-index: 1;
}

.collegas-slider-wrapper .slider-buttons a:first-of-type{
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.collegas-slider-wrapper .slider-buttons a:last-of-type{
    border: 1px solid black;
}

.collegas-slider-wrapper .slider-buttons .btn-next:before,
.collegas-slider-wrapper .slider-buttons .btn-prev:before,
.collegas-slider-wrapper .slider-buttons:hover a:not(:hover):before{
    color: black;
}

.collegas-slider-wrapper .collega__text h3{
    margin-bottom: 20px;
}

.post-type-vacature ul{
    padding-left: 20px;
}

.post-type-vacature .single-project-slider-container{
    height: 560px;
}

.post-type-vacature .single-project-slider-container .sliders #slider-1{
    width: 62%;
}

.post-type-vacature .single-project-slider-container .sliders #slider-2{
    max-width: 470px;
    right: unset;
    left: calc(62% - 130px);
    height: 330px;
    bottom: -60px;
}

.post-type-vacature ul.slides{
    padding-left: 0;
}

.collegas-slider-wrapper{
    position: relative;
}

.slider-container__tabs .swiper-slide{
    max-height: unset;
    min-height: unset;
    height: unset;
    justify-content: flex-start;
    align-items: flex-start;
}
.post-type-vacature.vacature-show .section-container-first .plate--container{
    position: relative;
    background-color: white;
    padding-top: 60px;
    margin-top: -140px;
    z-index: 3;
    min-height: 140px;
}

.button.sollicitatie_knop{
    margin-top: 42px;
    background-color: white!important;
    border: 1px solid white;
}

.button.sollicitatie_knop a{
    color: black;
}

.button.sollicitatie_knop:hover a{
    color: white!important;
}

.button.sollicitatie_knop:after{
    background-color: black;
}


.post-type-vacature b, 
.post-type-vacature strong{
    font-weight: bolder;
} 

.post-type-vacature.vacature-show .main-content .plate--container{
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
}
.post-type-vacature.vacature-show .post-header.content .background{
    min-height: 100vh;    
    height: auto;
    padding-bottom: 140px;
}
.vacature__filter__boxen{
    width: auto;
    margin-bottom: 0;
}

.vacature__filter .category-selection-field:nth-last-child(1){
    margin-right: 0;
}

.vacature__filter .category-selection-field input[type="checkbox"] + span.category-title{
    padding: 6px 15px;
}

.vacature__filter .category-selection-field input[type="checkbox"]:checked + span.category-title{
    background-color: black;
    color: white;
}
.vacature__item, .vacature::after, .vacature-wrapper::after{
    position: relative;
    width: calc(1 / 3 * 100% - (120px / 3));
}

.vacature__item:hover .vacature__item__image{
    transform: scale(1.1);
}
.vacature__item__image__hidden{
    overflow: hidden;
    position: relative;
}

.vacature__item__image{
    padding-top: calc((49 / 66) * 100%);
    transition: all .3s ease-in-out;
}

.itm-divider{
    margin-left: 22px;
    margin-right: 22px;
    color: inherit;
}

.vacature__item__content{
    position: relative;
    background-color: white;
    padding: 30px 30px 0 30px;
    width: calc(100% - 40px);
    transform: translateY(-40px);
}

.vacature__item__content p{
    color: #6D7278;
    margin-top: 7px;
}
/*ACCORDION*/

.faq-item{
    border: 1px solid #EFEFEF;
    border-bottom: 0px solid white;
    position: relative;
}
.faq-item:nth-last-child(1){
    border-bottom: 1px solid #EFEFEF;
}

.accordion {
    position: relative;
    background-color: white;
    border: none;
    border-top: none;
    line-height: 100px;
    height: auto;
    cursor: pointer;
    padding: 0px 25px;
    width: 100%;
    text-align: left;
    outline: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.post_filter .accordion{
    border: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.post_filter .accordion .intro{
    margin-bottom: 0;
    line-height: 70px;
}

.post_filter .accordion:after{
    top: 10px;
}
.faq-item:first-child {
    border-top: 1px solid #EFEFEF;
}

.accordion:focus {
    outline: none;
}

.accordion .intro {
    line-height: 60px;
    color: #000;
}

.accordion.active, .accordion:hover {
}

.accordion:after {
    content: '\002B';
    font-size: 35px;
    color: #c1c0c0;
    position: absolute;
    top: 5px;
    right: 25px;
    line-height: 43px;
    text-align: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 25px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border: 1px solid #EFEFEF;
    border-top: none;
    border-bottom: 0;
}

.accordion.active + .panel {
    border-bottom: 1px solid #EFEFEF;
}

.panel .inner-panel {
    padding: 0 0 20px 0;
}

.panel .inner-panel p {
    margin-bottom: 0;
    width: 80%;
}

/*SINLGE PROJECT SLIDER*/

.single-project-slider-container {
    width: 100%;
    height: 620px;
    position: relative;
}

.single-project-slider-container.marg-bot {
    margin-bottom: 75px;
}

.sliders {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
}

#slider-1 {
    width: 66%;
    height: 100%;
    position: relative;
}

#slider-2 {
    position: absolute;
    right: 0;
    width: 50%;
    height: 400px;
    bottom: -120px;
    z-index: -1;
}

.slides {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slides img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
}

.gallery-cell {
    height: 100%;
    width: 100%;
}

.slider-buttons {
    width: 160px;
    height: 80px;
    position: absolute;
    right: -78px;
    top: 80px;
}

.slider-buttons a {
    position: absolute !important;
}

.slider-buttons.black a:first-of-type {
    border-left: 1px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.slider-buttons.black a:last-of-type {
    border: 1px solid black !important;
}

.slider-buttons.black:hover a:not(:hover):before {
    color: black;
}

.slider-buttons.black a:before {
    color: black;
}

.single .recensie-container {
    margin-top: -170px;
    z-index: -2;
    margin-bottom: 75px;
}

.single .recensie-container .recensie-wrapper {
    max-width: 625px;
}

/*SLIDER WITH CONTENT*/

.slider-met-recensie {
    position: relative;
}

.mobile-section-container.slider-recensie-container{
    height: auto;
}

.mobile-section-container #slider-recensie{
    height: auto;
    width: 100%;
}

.mobile-section-container .flickity-viewport{
    width: 66%;
}

.mobile-section-container .slides{
    height: 400px;
}

.mobile-section-container .content-blokje-wrapper, .mobile-section-container .content-blokje-wrapper.big-content{
    bottom: unset;
    top: unset;
    position: relative;
    right: unset;
    left: unset;
    margin: 0 auto ;
    width: calc(100% - 40px);
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    margin-bottom: -150px;
    max-width: 738px;
}


.rechts #slider-recensie .slider-buttons{
    left: unset;
    right: 175px;
}
.mobile-section-container #slider-recensie .slider-buttons{
    bottom: unset;
    top: 30px;
    left: calc(66% - 30px);
    right: unset;
    transform: translateX(-100%);
}

.slider-recensie-container {
    position: relative;
    width: 100%;
    height: 700px;
}

.slider-recensie-container.rechts #slider-recensie {
    float: right;
}

.slider-recensie-container.rechts #slider-recensie .content-blokje-wrapper {
    right: unset;
    left: -275px;
}


#slider-recensie {
    width: 66%;
    height: 600px;
    position: relative;
}

#slider-recensie .slider-buttons {
    left: 175px;
    bottom: 100px;
    right: unset;
    top: unset;
}

.content-blokje-wrapper {
    height: auto;
    width: 100%;
    max-width: 550px;
    padding: 80px 75px;
    position: absolute;
    background-color: #C1C0C0;
    bottom: -100px;
    right: -275px;
}

.content-blokje-tail::before {
  content: url("data:image/svg+xml,%3Csvg width='93' height='50' viewBox='0 0 93 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M93 0H0L23 50L93 0Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  right: 20%;
  width: 93px;
  height: 50px;
}

.dark-nav .navigation img.logo{
    filter: invert(1);
}

.dark-nav .navigation.fixed-header li.nav-item.last{
    border: 1px solid white;
}
.dark-nav .navigation .button.donker{
    filter: invert(1);
}
.dark-mode .content-blokje-wrapper{
    background-color: black;
}
.content-blokje-wrapper.element {
    position: relative;
    width: 100%;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    max-width: unset;
}

.content-blokje-wrapper.big-content {
    max-width: 825px;
}

.content-blokje-inner {
    position: relative;
    color: #FFFFFF;
}

.content-blokje-inner h2,
.content-blokje-inner h3,
.content-blokje-inner h4,
.content-blokje-inner h5,
.content-blokje-inner h6,
.content-blokje-inner p,
.content-blokje-inner a,
.content-blokje-inner span {
    color: white;
}

.contact-info {
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-info .naam h3 {
    margin-bottom: 30px;
}

.contact-info .locatie,
.contact-info .telefoon {
    margin-bottom: 30px;
}

.contact-info .locatie p {
    margin-bottom: 0;
}

.contact-info .social_media {
    position: absolute;
    top: unset;
    bottom: -10px;
    right: 0;
}

.contact-info .social_media a:before {
    border: 0;
    color: white;
}

.image-contact-info {
    background-color: black;
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5%;
}
.image-contact-info h5 {
    font-weight: 700;
}
.image-contact-info h5,
.image-contact-info p {
    color: white;
    margin-bottom: 0;
}

/*GALERIJ AFBEELDINGEN*/

.afbeeldingen-galerij {
    position: relative;
}

.galerij-afbeelding {
    position: relative;
    height: 400px;
    margin-bottom: 20px;

    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-images .galerij-afbeelding{
    padding-top: 57%;
    width: 100%;
    height: auto;
    position: relative;
}

.post-images .fancybox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.galerij-afbeelding img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.galerij-afbeelding.one_fourth {
    width: calc(1/4 * 100% - (1 - 1/4) * 20px);
}

.galerij-afbeelding.two_fourth {
    width: calc(2/4 * 100% - (1 - 2/4) * 20px);
}

.galerij-afbeelding.one_third {
    width: calc(1/3 * 100% - (1 - 1/3) * 20px);
    margin-right: 20px;
}

.galerij-afbeelding.one_third:nth-child(3n){
    margin-right: 0;
}


.galerij-afbeelding.one_third:nth-last-child(1){
    margin-right: auto;
}

.galerij-afbeelding.three_fourth {
    width: calc(3/4 * 100% - (1 - 3/4) * 20px);
}

.galerij-afbeelding.four_fourth {
    width: calc(4/4 * 100% - (1 - 4/4) * 20px);
}


.fancybox {
    height: 100%;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fancybox-progress {
    background: #C1C0C0;
}
.fancybox-container *{
    color: white;
}
.fancybox-thumbs__list a:before{
    border: 1px solid #000000; 
}

/*TITEL MET LINK*/

.titel-met-link {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}

.titel-met-link .link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
}

.titel-met-link .link a {
    color: black;
    text-decoration: none;
}

.titel-met-link .link a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: black;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
}

.titel-met-link .link a:hover:after {
    width: 0;
}

/*FORM STYLING*/
.tooltip {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #C1C0C0;
    opacity: 1;
    border-radius: 100%;
    top: 2px;
    margin-left: 8px;
    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;
}

.tooltip:hover{
    background-color: var(--color-contrast);
}

.tooltip:before {
    content: '?';
    color: white;
    width: 96%;
    height: 100%;
    text-align: center;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    font-family: "GT-Walsheim";
}

.tooltip .fa-info-circle {
    font-size: 27px;
}
  
.tooltip .tooltiptext p{
    color: white;
}
.tooltip .tooltiptext img{
    width: 100%;
    margin-bottom: 20px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 0px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0%;
    margin-left: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0%;
    margin-left: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext, .tooltip .tooltiptext.active-tooltip {
    visibility: visible;
    opacity: 1;
}

.form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 4;
}

form.steps-form .form-fields.avg{
    width: 100%;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}


form.steps-form .form-fields{
    z-index: 4;
    width: calc(100% + 20px);
    transform: translate(-10px);
    -webkit-transform: translate(-10px);
    -moz-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
}

form.steps-form  .input_field{
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    z-index: 2;
}

form.steps-form .input_field.full{
    width: calc(100% - 20px);
}

form .input_field.full{
    width: 100%;
}


form.steps-form .form-fields .input_field:nth-child(even) {
    margin-left: 10px;
}
.form-fields .input_field:nth-child(even) {
    margin-left: 2%;
}

.form-fields .input_field.full:nth-child(even){
    margin-left: unset;
}

.form-fields .input_field.quotation_field:nth-child(even){
    margin-left: unset;
}

form .input_field.quotation_field{
    width: 28%;
}
form .input_field.w-10{
    width: 10%;
}

form .input_field.text label, form .label {
    z-index: -1;
}

form input::placeholder, form .label label{
    font-family: "GT-Walsheim";
    font-size: 17px;
    line-height: 30px;
}
form label, form .label {
    
    position: absolute;
    bottom: 0;
    left: 1px;
    color: rgba(0, 0, 0, .3);
    cursor: auto;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

form .label label {
    position: relative;
}
form .input_field.active label, form .active-item label, form .filled label, form .input_field.active .label, form .active-item .label, form .filled .label {
    bottom: 36px;
    font-size: 15px;
    margin-bottom: 0;
}

form .input_field.active .label label, form .active-item .label label, form .filled .label label{
    bottom: 0;
}

form .filled .label, form .active-item .label, form .input_field.active .label{
    z-index: 10;
} 

form .label .tooltip{
    opacity: 0;
}
form .filled .label .tooltip, form .active-item .label .tooltip, form .input_field.active .label .tooltip{
    opacity: 1;
}

form .filled label{
    color: black;
}

form .invalid label, form .invalid p {
    color: red!important;
}

form .input_field {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 49%;
    height: 100%;
    min-height: 25px;
    border-bottom: 1px solid black;
}

form .input_field.radio, form .input_field.select, form .input_field.checkbox {
    border-bottom: none;
    position: relative;
}

/* form .input_field.radio .form-field_check_label::before{
    content: '';
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    left: 0;
} */

/* form .input_field.radio .form-field_check_label::after{
    content: '';
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid transparent;
    width: 0px;
    height: 0px;
    left: 9px;
    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;
}
form .input_field.radio .form-field_check_label.filled::after{
    border-color: black;
    transform: scale(7);
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
} */
form .input_field.select .select-inner{
    position: relative;
}

form .input_field.select .select-inner::before {
    content: '';
    z-index: 2;
    top: 50%;
    right: 30px;
    position: absolute;
    background-color: transparent;
    height: 13px;
    width: 13px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(-45deg) translateX(calc(50% + 6px));
    -webkit-transform: rotate(-45deg) translateX(calc(50% + 6px));
    -moz-transform: rotate(-45deg) translateX(calc(50% + 6px));
    -ms-transform: rotate(-45deg) translateX(calc(50% + 6px));
    -o-transform: rotate(-45deg) translateX(calc(50% + 6px));
}

.form-fields .input_field.AVG{
    margin-left: 0;
    width: 100%;
}
form .input_field.file{
    border: none;
}

.file label{
    color: black;
}
form .input_field.file input{
    border: 1px solid black;
}
form .input_field.file label, form .input_field.file.filled label {
    position: relative;
    bottom: 0;
    font-family: "GT-Walsheim";
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.post-type-vacature form .input_field.select select{
    background-color: transparent;
}

form .input_field.select select{
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid black;
    -webkit-appearance: none;
    padding: 10px;
}
form .input_field input:focus,
form .input_field textarea:focus {
    outline: none;
}

form .input_field input[type="file"] {
    background: transparent !important;
    padding-left: 0;
    -webkit-appearance: none;
    padding: 7px 10px;
    opacity: 1;
    height: 52px;
}

.file .step-fields{
    position: relative;
    margin-bottom: 10px;
}
.file .step-fields::before{
    content: '\f093';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 18px;
    height: 20px;
    width: 20px;
    right: 10px;
}
form .input_field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
form .input_field.quotation_field input[type="file"]:before{
    content: 'Foto';
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

form .input_field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: unset;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
}

form .input_field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    display: inline-block;
    float: left;
    margin: 5px 7.5px 6.5px 0;
    cursor: pointer;
}

form .input_field.AVG input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin: 5px 7.5px 6.5px 0;
    cursor: pointer;
}

form .input_field input[type="checkbox"]:checked {
    color: #99a1a7;
}

form .input_field input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    top: 2px;
    left: 2px;
    color: black;
    padding: 0px;
    display: block;
    padding-left: 3px;
    background: black;
}

form .input_field input[type="radio"]{
    position: relative;
    -webkit-appearance: none;
    padding: 5px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid black;
}

form .input_field input[type="checkbox"]:after, 
form .input_field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

form .input_field input[type="radio"]:checked:after {
    background-color: black;
}

form .input_field input[type="radio"]:after {
    top: 2px;
    left: 2px;
    border-radius: 100%;
}

form .input_field input,
form .input_field textarea {
    border: none;
    padding: 10px 2px;
    width: 100%;
    background: transparent;
}

form .input_field textarea {
    min-height: 150px;
}

form .input_field p {
    margin-bottom: 0;
}

form .submit_button {
    margin-top: 40px;
    cursor: pointer;
}

form .submit_button:focus {
    outline: none;
}

form .input_field.AVG {
    border-bottom: 0;
}

.has-error:nth-child(1n + 2){
    display: none;    
}

form .input_field.AVG {
    margin-bottom: 0;
}
form .input_field.AVG label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    top: unset;
    bottom: 0 !important;
    cursor: pointer;
    margin-bottom: unset !important;
    font-size: 17px;
}
form .depedent-item {
    display: none;
}
form .depedent-item.dependent {
    display: block;
}
.divider{
    padding-top: 40px;
    padding-bottom: 50px;
}

.divider .divider-inner{
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.advies-sectie-inner{
    position: relative;
    padding-right: 75px;
    padding-bottom: 60px;
    padding-top: 15px;
    background-color: white;
    margin-bottom: 70px;
    z-index: 1;
    width: calc(50% + 80px);
}

.advies-sectie{
    position: relative;
    min-height: 51vh;
}
.advies-sectie .section-image{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    min-height: 51vh;
    height: 100%;
}
.advies-sectie .section-image .overlay{
    background-color: rgba(0, 0, 0, 0.45);
}
.advies-sectie .section-image img { 
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.advies-sectie .section-image .overlay .image-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}
.advies-sectie .section-image .overlay img{
    position: absolute;
    height: 25%;
    width: 50%;
    top: 50%;
    left: calc(50% + 40px);
    -o-object-fit: contain;
       object-fit: contain;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.advies-sectie-inner h2 {
    margin-bottom: 15px;
}
/* HIGHLIGHT */
.highlights-container {
    position: relative;
    height: auto;
    max-height: 900px;
    overflow: hidden;
}

.header__highlights {
    position: relative;
    height: auto;
    width: 100%;
    max-height: 900px;
}

.header__highlights img {
    position: relative;
    width: 100%;
    height: 100%;
}

.header__highlight {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
    position: absolute;
    z-index: 16;
    cursor: pointer;
}

.pulse-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    z-index: 1;
    position: relative;
}

.pulse-ring {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
}

.header__highlight .pulse-ring:before {
    content: '';
    position: absolute;
    display: block;
    width: 300%;
    height: 300%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 0;
    opacity: 1;
    -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;

    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
}
@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
}

.product-detail-container {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 2;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0, 1.1);
    -o-transition: all .6s cubic-bezier(0.24, 1, 0, 1.1);
    transition: all .6s cubic-bezier(0.24, 1, 0, 1.1);
}

.product-detail-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.close-container {
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    z-index: 20;
}

.active_highlight .close-container{
    height: 100%;
} 
.close-container:hover{
    cursor: default
}
.modal-dialog .menu-open .bar{
    background-color: white;
}


.product-detail-container .product-detail {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 200px;
    min-width: 200px;
    margin-right: 0;
    margin-left: auto;
    background: white;
    font-size: 14px;
    padding: 14px 20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    border: 1px solid black;
    -webkit-transform: translateX(calc(-100% - 40px)) translateY(-50%);
    -ms-transform: translateX(calc(-100% - 40px)) translateY(-50%);
    transform: translateX(calc(-100% - 40px)) translateY(-50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.product-detail-container.left .product-detail{
    -webkit-transform: translateX(40px) translateY(-50%);
    -ms-transform: translateX(40px) translateY(-50%);
    transform: translateX(40px) translateY(-50%);
}

.product-detail-container.modal-open .product-detail {
    opacity: 1;
    
}

.product-detail p,
.product-detail a { 
    color: #000000;
    margin-bottom: 0;
}

/*AFSPRAAKBLOK*/
.afspraak-blok{
    width: 100%;
    position: relative;
    background-color: white;
    margin-top: 30px;
}

.afspraak-blok.diapositief{
    background-color: black;
}

.afspraak-blok .afspraak-status {
    height: 95px;
    width: 95px;
    border-radius: 100%;
    position: absolute;
    background: white;
    top: -30px;
    left: 40px;
    -webkit-box-shadow: -3px -8px 10px rgba(154, 154, 154, 0.06);
            box-shadow: -3px -8px 10px rgba(154, 154, 154, 0.06);
}

.afspraak-blok.diapositief .afspraak-status{
    background:black;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.afspraak-blok .afspraak-content{
    padding: 0 40px 20px;
    position: relative;
}

.afspraak-blok .afspraak-content h3{
    padding-right: 50px;
}

.afspraak-blok .afspraak-content .afspraak-content-inner{
    top: -20px;
    position: relative;
}

.afspraak-blok .afspraak-content::before{
    content: '';
    position: absolute;
    left: 0;
    height: 82px;
    width: calc(100% - 60px);
    background-color: white;
    top: -50px;
}

.afspraak-blok.diapositief .afspraak-content::before{
    background-color: black;
}

.afspraak-blok.diapositief *{
    color: white;
}


.afspraak-blok .afspraak-content ul{
    padding-left: 0;
    list-style-type: none;
}

.afspraak-blok .afspraak-content ul li{
    padding-left: 18px;
    position: relative;
}

.afspraak-blok .afspraak-inner img{
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
}
.afspraak-blok .afspraak-content ul li:after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: rgb(0, 0, 0);
    top: 11px;
    left: 0;
}

.afspraak-blok.diapositief .afspraak-content ul li:after{
    background-color: white;
}

.afspraak-status p{
    text-align: center;
}

/*TEKST PARALLAX*/
.text-parallax {
    overflow: visible;
    position: relative;
    width: 100%;
}
.horizontal-text-container {
    position: relative;
    display: block;
    width: 100vw;
    height: 300px;
    overflow: visible;
}
.horizontal-text {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    width: 100vw;
    max-height: 300px;
    overflow: visible;
    left: -70%;
}
.case-parallax {
    top: 3vh;
    z-index: 1;
}

.horizontal-text p,
.horizontal-text .stripe
{
    font-size: 211px;
    line-height: normal;
    letter-spacing: -4.22px;
    -webkit-text-stroke-color: #C1C0C0;
    -webkit-text-stroke-width: 1px;
    color: #C1C0C0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}

.horizontal-text .stripe {
    margin-left: 0px;
    margin-right: 40px;
    position: relative;
    max-height: 300px;
    bottom: 0;
}

.double-slider {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 90px;
}
.double-slider__left {
    position: absolute;
    width: calc(50% + 80px);
    padding-right: 80px;
    overflow: hidden;
    height: calc(100% - 90px);
    top: 90px;
    z-index: 2;
}
.double-slider__left__inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.double-slider__right {
    position: relative;
    width: 60%;
    background-color: black;
    margin-left: auto;
}
.double-slider__right__inner {
    width: 100%;
    overflow: hidden;
}
.double-slider__right__inner .swiper-slide {
    padding: 90px 0 60px 230px;
    align-items: flex-start;
}
.double-slider__right::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    right: -100%;
    top: 0;
}
.double-slider .swiper-slide {
    height: auto;
    max-height: unset;
}
.double-slider .swiper-slide .quote {
    margin-bottom: 90px;
}
.double-slider .swiper-slide .quote .quote_inner {
    color: white;
    font-size: 23px;
    line-height: 33px;
}
.double-slider .swiper-slide .quote .name {
    color: #C1C0C0;
}
.double-slider .swiper-slide .titel-met-link {
    position: absolute;
    right: 0;
    bottom: 60px;
    margin-bottom: 0;
    width: auto;
}
.double-slider .swiper-slide .titel-met-link a {
    color: white;
}
.double-slider .swiper-slide .titel-met-link a::after {
    background: white;
}
.double-slider .slider-buttons {
    right: 1px;
    top: unset;
    bottom: 150px;
}
.double-slider .slider-pagination {
    bottom: 60px;
    left: -5px;
    position: absolute;
    width: auto;
    z-index: 1;
    display: none;
}
.double-slider .slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: .5;
    margin: 0 5px;
}
.double-slider .slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

#myModal{
    background: rgba(193, 192, 192, 0.89);
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}

#myModal .modal-body{
    padding: 50px;
}

#myModal button span{
    color: white;
}

#myModal .paragraph{
    width: calc(100% - 130px);
    margin-top: 0px;
    padding-left: 45px;
}
#myModal button{
    height: 40px;
    width: 40px;
    border: none;
    background: var(--color-contrast);
    right: 0;
    position: absolute;
    z-index: 1222;
    top: 0;
    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%);
    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;
}

#myModal button:hover{
    opacity: .76;
}

.close::before, .close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 11px;
    top: 50%;
    height: 1px;
    width: 18px;
    background-color: white;
}

.close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.close::after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#myModal.show{
    overflow: visible;
    display: block;
}

.modal-body img{
    width: 130px;
    max-height: 130px;
    max-width: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 0;
       object-position: 0 0;
}

.modal.show .modal-dialog{
    height: 100vh;
    margin: 0 auto;
    min-width: 50%;
    max-width: 50%;
}

#myModal .modal-body{
    padding: 0px 43px;
}

#myModal .modal-body .modal-inner{
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #E0E0E0;
}

#myModal .modal-content{
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/*COOKIE*/

body .cc-floating.cc-type-info.cc-theme-classic .cc-btn{
    padding: 10px;
    border: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    font-weight: 400;
}
body .cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover{
    background-color:unset;
    text-decoration: none!important;
}
body .cc-floating.cc-theme-classic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-flow: row!important;
            flex-flow: row!important;
    overflow: hidden!important;
    opacity: 0;
    bottom: 0px!important;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    left: 20px!important;
    right: unset!important;
    padding: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    height: 50px!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    z-index: 999999999999999999999999;
}

.weekoverview .afbeelding{
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
}

body .cc-floating.cc-theme-classic.inwindow{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    bottom: 20px!important;
    opacity: 1;

}

body .cc-theme-classic .cc-btn:last-child {
    min-width: 50px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

body .cc-link:active, body .cc-link:visited {
    color: white;
}

body .cc-link{
    color: white;
    opacity: 1;
    display: inline-block;
    padding: 0;
    padding-left: 3px;
    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;
}
body .cc-floating .cc-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-right: 0px;
    position: relative;
    padding-left: 20px;
    padding: 6px 15px;
    background: black;
    color: white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

form .input_field.checkbox label, form .input_field.radio label{
    position: relative;
}
/*MEDIA QUERIES*/

@media only screen and (max-width: 1530px) {
    .bx-controls-direction {
        right: 200px;
    }

    .counter {
        left: 640px;
    }
}

@media only screen and (max-width: 1200px) {
    li.nav-item {
        margin: 0 5px;
    }

    a.nav-link {
        padding: 10px 8px !important;
    }

    .bx-controls-direction {
        right: 120px;
    }

    .counter {
        left: 500px;
    }
    .double-slider__right__inner .swiper-slide {
        padding: 90px 0px 60px 180px;
    }
}

@media only screen and (max-width: 989px) {
    
    h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .button a{
        line-height: 30px;
    }
    .post-type-blog_post .post-header .titles .title h1,  .post-type-post .post-header .titles .title h1{
        font-size: 50px;
        line-height: 55px;
    }
    p.intro {
        font-size: 20px;
        line-height: 25px;
    }

    p, a, ul li, li, select, input, textarea, b, strong, ol, span {
        font-size: 17px;
        line-height: 25px;
    }

    .navigation, .navbar {
        height: 80px !important;
        width: 100%;
    }

    .galerij-afbeelding{
        height: 250px;
    }

    .home_header .background {
        height: 80vh;
    }

    #hoofddiensten {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .hoofddiensten {
        padding: 50px 0 0 0;
    }

    #hoofddienst1 {
        margin-top: 0;
    }

    #hoofddienst2 {
        margin-top: 0;
    }

    #hoofddienst3 {
        margin-top: 0;
    }

    .item-wrapper.dienst {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        margin-right: 0;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .home_header .plate--container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home_header .title h1,
    .home_header .title h1 a {
        font-size: 70px;
        line-height: 81px;
    }

    .buttons-in-row {
        left: 15px;
        bottom: 25px;
        margin-top: 30px;
    }

    .item-wrapper .item-inner {
        padding: 30px;
    }

    .plate--column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }

    .item-wrapper.project,
    .item-wrapper.nieuws {
        height: 300px;
        margin-bottom: 15px;
    }

    .post-index-item .item-wrapper .item-inner {
        background-color: transparent;
        opacity: 1;
    }

    .post-index-item .item-wrapper:hover .item-inner {
        background-color: transparent;
    }

    .post-index-item .item-wrapper .item-inner p.white-title {
        font-size: 30px;
        line-height: 34px;
    }

    .recensie-container::before {
        width: 100%;
    }

    .recensie-container .recensie-wrapper {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .recensie-container .left {
        width: 100%;
    }

    .recensie-container .right {
        display: none;
    }

    .bx-controls-direction {
        display: none;
    }

    .bx-pager {
        bottom: 0 !important;
    }

    .bx-pager a {
        background: rgba(255, 255, 255, .5) !important;
    }

    .bx-pager a.active {
        background: rgba(255, 255, 255, 1) !important;
    }

    .slider-container .counter {
        display: none;
    }

    .footer-column-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-column {
        margin-bottom: 30px;
        width: 100%;
    }

    .footer-info {
        padding: 80px 0 100px 0;
    }

    .social_media a:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .post-header.page .background {
        height: 400px;
    }

    .post-header .titles .title h1 {
        max-width: 550px;
    }

    .post-header .titles .title {
        padding-right: 0;
    }

    .post-index-item .item-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .remove-filter {
        right: 0;
        top: 24px;
    }

    .category-selection-field input[type="checkbox"] + span.category-title {
        padding: 20px 20px;
    }

    .accordion {
        padding: 20px;
    }

    .accordion:after {
        top: 28px;
        right: 20px;
        line-height: 33px;
        width: 40px;
        height: 40px;
    }

    .footer-logo {
        height: 80px;
    }

    #slider-recensie {
        width: 100%;
        height: 500px;
    }

    #slider-recensie .slider-buttons {
        left: 100px;
    }

    .content-blokje-wrapper {
        width: 50%;
        right: 15px;
        padding: 60px;
    }

    .rechts .content-blokje-wrapper {
        left: 15px !important;
    }

    #navbarResponsive {
        width: 100%;
        height: 100vh;
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        left: 0;
        right: 0;
        top: 0;
        background: white;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-top: 100px;
    }

    .menu-open #navbarResponsive {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-open #navbarResponsive.pushed {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .menu-open .navbar-toggler .bar {
        background-color: black;
    }

    .navbar-nav {
        width: 100%;
        height: auto;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }

    .menu-open.navigation .cijfer .fa-star:after{
        color: transparent;
    }

    ul.navbar-upper-nav {
        display: block;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    
    .navigation.menu-open .cta-header{
        overflow: hidden;
    }
    .navigation .cta-header ul.navbar-upper-nav{
        display: none;
    }

    .navigation .cijfer{
        margin: 0 auto;
    }
    .navigation li.nav-item.last a.nav-link {
        height: auto;
        color: black;
    }

    .navigation.fixed-header li.nav-item.last:hover a.nav-link {
        color: black;
    }

    .navigation li.nav-item.last {
        border: none !important;
    }

    .navigation.fixed-header ul.navbar-upper-nav {
        height: auto;
    }

    .navigation li.nav-item.last.button:after {
        content: unset;
    }

    a.nav-link,
    .dropdown-item {
        height: auto;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .menu-open a.nav-link {
        color: black;
    }

    .menu-open a.nav-link:after {
        display: none;
    }

    li.nav-item.last {
        padding: 0;
        height: auto;
    }

    .main-content-wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .main-content-wrapper.pushed {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    li.nav-item {
        margin: 0;
        width: 100%;
    }

    li.upper-nav-item a {
        margin-left: 0;
        padding: 4px 15px !important;
        font-size: 17px;
        line-height: 25px;
        font-weight: 400;
    }

    .navbar-collapse .footer-link,
    .navbar-collapse .footer-link-sub {
        display: block;
    }

    .navbar-collapse .footer-link:hover a,
    .navbar-collapse .footer-link-sub:hover a,
    .navbar-collapse .footer-link:visited a,
    .navbar-collapse .footer-link-sub:visited a {
        color: black;
    }

    .navbar-collapse .footer-link.first,
    .navbar-collapse .footer-link-sub.first {
        margin-top: 15px;
    }

    .white-nav a.nav-link {
        text-shadow: none !important;
    }

    .dropdown-menu {
        background-color: #ffffff!important;
        position: fixed !important;
        top: 0;
        left: 0;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        width: 100%;
        height: 100vh;
        opacity: 0;
        padding: 100px 15px 20px 15px;
        border: 0;
        visibility: visible;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: white;
        text-align: left;
        white-space: unset;
        float: unset;
        -moz-transform: translateX(200%);
        -o-transform: translateX(200%);
}

    .navigation.fixed-header .dropdown-menu.submenu-open,
    .dropdown-menu.submenu-open {
        opacity: 1;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
}

    .dropdown-menu .dropdown-item {
        display: block;
        margin: 0;
        width: 100%;
        white-space: unset;
        color: black;
        height: auto;
        font-size: 25px;
        line-height: 25px;
        font-weight: 600;
        padding: 8px 0 !important;
    }

    .dropdown-menu svg.fa-arrow-left {
        height: 30px;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        margin-left: 0 !important;
        cursor: pointer;
        display: inline-block;
    }

    .navigation.fixed-header .dropdown-menu {
        top: 0;
        opacity: 1 !important;
    }

    .nav-item.dropdown svg {
        margin-left: 15px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        transform: scaleX(-1);
    }

    .dropdown .dropdown-menu svg {
        transform: none;
        display: block;
    }

    .dropdown-menu .footer-link-sub {
        padding: 4px 0;
    }

    .post-header.content .background {
        height: 450px;
    }

    .post-type-post .post-header.content .background, .post-type-blog_post .post-header.content .background{
        height: 550px;
    }

    .content-wrapper.small-content {
        position: relative;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding-bottom: 50px;
    }

    .share {
        position: relative;
        top: 0;
        text-align: center;
    }

    .share a:before,
    .share a:after {
        margin-left: 0;
        margin-right: 0;
        width: 40px;
        height: 30px;
        background: transparent;
    }

    .share a:after {
        font-size: 20px;
    }

    .share p {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .single-project-slider-container {
        width: 100%;
        height: 520px;
        position: relative;
    }

    .sliders {
        height: 400px;
    }

    #slider-2 {
        height: 300px;
        bottom: -80px;
    }

    .slider-buttons {
        top: 50px;
    }

    .project-container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .footer-contact {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    .footer-column.left p {
        position: absolute;
        bottom: -30px;
    }

    .form-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .steps-form .form-fields{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        
    }
    form .input_field {
        width: 100%;
        margin-left: 0 !important;
    }

    form.steps-form .input_field {
        width: 100%;
        margin-left: 10px !important;
    }

    form .input_field.AVG label {
        font-size: 16px;
    }

    form .submit_button {
        margin-top: 20px;
    }

    .navigation.fixed-header {
        background: white;
    }

    .navigation.hovered {
        background: transparent;
    }

    #headerSlider .flickity-page-dots {
        width: auto;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: 15px;
        right: 15px;
        -moz-transform: unset;
        -o-transform: unset;
    }

    .vacature__item, .vacature::after, .vacature-wrapper::after{
        width: calc(1 / 2 * 100% - (20px / 2));
    }
    .social_media a {
        height: 50px;
        width: 50px;
    }

    .share a {
        margin-right: 0;
    }

    ul.submenu-big {
        overflow-y: scroll;
        height: 63vh;
        padding: 0;
    }

    li.sub-item-list {
        padding-left: 0;
        border-right: 0;
        width: 100%;
        margin-bottom: 20px !important;
        overflow: hidden;
    }

    .list-title {
        font-size: 45px !important;
        line-height: 50px !important;
        font-weight: bold;
    }

    li.sub-item-list .sub-item {
        font-size: 17px;
        line-height: 25px;
    }

    .page-content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
    }

    .content-left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        padding: 0 15px;
    }

    .content-wrapper.content-right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
    }

    .cta-afbeelding {
        margin: 0 auto 30px;
    }

    .cta-titel,
    .cta-tekst {
        text-align: center;
    }
    .hidden{
        overflow: hidden;
    }
    img.logo {
        width: 170px;
    }
    img.logo.logo-bigger{
      width: 250px;
    }

    .galerij-afbeelding{
        height: 200px;   
    }

    #myModal.show{
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .modal.show .modal-dialog{
        max-width: calc(100% - 60px);
      
        height: 80vh;
    }

    ::-webkit-scrollbar{
        display: none;;
    }

    #myModal .modal-content{
        top: 0px;
        transform: translateY(-0%);

        -webkit-transform: translateY(-0%);
        -moz-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        -o-transform: translateY(-0%);
    }
    .modal-body img{
        width: 100%;
        margin-bottom: 30px;
    }

    #myModal .paragraph{
        width: 100%;
        padding-left: 0;
    }

    
    .home_header .header-cta {
        height: 60px;
    }
    .home_header .header-cta .cta-link {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        line-height: 60px;
        text-align: center;
    }
    .double-slider {
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 0;
    }
    .double-slider .swiper-slide {
        min-height: 350px;
        padding: 90px 0 0 0;
    }
    .double-slider__left {
        position: relative;
        width: 100%;
        top: 50px;
        padding-right: 0;
        height: 100%;
    }
    .double-slider__right::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: inherit;
        left: -100%;
        top: 0;
    }
    .double-slider__right {
        width: 100%;
        margin-left: unset;
    }
    .double-slider .swiper-slide .quote .quote_inner {
        font-size: 20px;
        line-height: 27px;
    }
    .double-slider .slider-buttons {
        display: none;
    }
    .double-slider .swiper-slide .titel-met-link {
        bottom: 40px;
    }
    .double-slider .slider-pagination {
        display: block;
        bottom: 40px;
    }
}

@media only screen and (max-width: 769px) {
    .post-type-vacature.vacature-show .post-header.content .background{
        padding-bottom: 0;
        min-height: unset;
        height: 450px;
    }

    .post-type-vacature.vacature-show .single-project-slider-container .slider-buttons {
        top: 40px;
    }

    .home_header .plate--row, .home_header .plate--container {
        height: calc(100% - 120px);
    }
    .home_header .title h1, .home_header .title h1 a{
        font-size: 9.5vw;
        line-height: 10.5vw;
    }
    .home_header .text p, .home_header .text b {
        font-size: 17px;
    }
    .home_header .header-cta {
        height: auto;
        width: 100%;
        flex-direction: column;
    }
    .home_header .header-cta .cta-link::after {
        width: calc(100% - 80px);
        height: 1px;
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
        top: unset;
    }

    
    h1, .post-type-blog_post .post-header .titles .title h1,  .post-type-post .post-header .titles .title h1{
        font-size: 8.5vw;
        line-height: 9.5vw;
    }
    h2 {
        font-size: 7.5vw;
        line-height: 8.5vw;
    }

    h2.big-title{
      font-size: 9.5vw;
      line-height: 10.5vw;  
    }

    .advies-sectie .plate--container{
        padding-left: 0;
        padding-right: 0;
    }
    .advies-sectie-inner{
        width: 85%;
        padding: 30px 30px;
        margin-bottom: 0px;
    }

    .horizontal-text-container{
        height: 150px;
    }

    .horizontal-text p, .horizontal-text .stripe{
        font-size: 80px;
        letter-spacing: 0;
    }

    .horizontal-text .stripe{
        margin-right: 15px;
    }

    .advies-sectie .section-image {
        top: unset;
        width: 85%;
        height: 200px;
        bottom: 0;
        margin-left: auto;
        position: relative;
        margin-top: -50px;
        min-height: 35vh;
    }

    .mobile-section-container .content-blokje-wrapper, .mobile-section-container .content-blokje-wrapper.big-content{
        margin: 0 auto;
        width: calc(100% - 40px);
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        margin-bottom: -50px;
        max-width: unset;
    }
    .mobile-section-container .flickity-viewport{
        width: 100%;
    }

    .nav-item.dropdown{
        position: inherit;
    }

    .mobile-section-container #slider-recensie .slider-buttons{
        left: unset;
        right: 20px;
        top: 100px;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .mobile-section-container .slides{
        height: 250px;
    }
    
    .advies-sectie .section-image .overlay img{
        left: 50%;
        top: calc(50% + 25px);
        height: 40%;
        width: 70%;
    }

    .cta-bar .button a {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .post-item .social_media h2{
        margin-bottom: 30px;
    }
    .post-item .plate--container{
        width: 100%;
    }
    .projectshow .share, .postshow .share   {
        width: 120px;
        margin-top: 0;
    }

    .projectshow .content-header, .postshow .content-header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .projectshow .content-header .content-wrapper, .postshow .content-header .content-wrapper {
        width: 100%;
    }
    .navigation {
    }

    .grow_timeline{
        flex-flow: column;
    }

    .grow_timeline .grow_item{
        margin-bottom: 60px;
        width: 100%;
        text-align: center;
    }

    .schedule-item__time{
        width: 70px;
    }

    .schedule-item__text{
        width: calc(100% - 70px);
    }

    .grow_item:nth-child(2)::after{ 
        width: 1px;
        height: 100vh;
        top: 50%;
        left: 50%;
    }
    .post-type-vacature .single-project-slider-container{
        height: 410px;
    }

    .post-type-vacature .single-project-slider-container .sliders{
        padding-left: 15px;
        padding-right: 15px;
    }
    .collegas-slider-wrapper .collega__image{
        width: 100%;
    }

    .post-type-vacature .single-project-slider-container .sliders #slider-2{
        right: 15px;
        left: unset;
    }

    .collegas-slider-wrapper .collega__image{
        height: 400px;
        min-height: unset;
        max-height: unset;
    }

    .collegas-slider-wrapper .slider-buttons {
        top: 320px;
        right: 0;
        left: 0;
        transform: translateX(0px);
        width: 80px;
        height: 160px;
    }

    .collegas-slider-wrapper .slider-buttons a{
        width: 100%;
    }

    .collegas-slider-wrapper .slider-buttons a:first-of-type{
        width: 100%;
        top: 80px;
        border-top: unset;
        border-right: 1px solid black;
    }

    .collegas-slider-wrapper .collega__text{
        width: 100%;
        height: auto;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .post-type-vacature .single-project-slider-container .sliders #slider-2{
        height: 250px;
    }
    .grow_item:nth-child(1)::after, .grow_item:nth-last-child(1)::before {
        width: 30px;
        height: 10px;
        top: unset;
        right: 50%;
        bottom: -10px;
        transform: translateX(50%);
    }

    .grow_item:nth-last-child(1)::before {
        width: 30px;
        height: 10px;
        top: -10px;
        right: 50%;
        bottom: unset;
        transform: translateX(50%);
        left: unset;
    }

    .grow_item:nth-last-child(1){
        margin-bottom: 0;
    }

    .home_header .title h1,
    .home_header .title h1 a {
        font-size: 50px;
        line-height: 59px;
    }

    #slider-recensie .slider-buttons {
        left: 15px;
    }

    .content-blokje-wrapper {
        width: calc(100% - 60px);
        padding: 50px;
        bottom: -200px;
        right: 30px;
    }

    .rechts .content-blokje-wrapper {
        left: 0 !important;
    }

    .single-project-slider-container {
        height: 470px;
    }

    .sliders {
        height: 350px;
    }

    .horizontal-text{
        left: 30%;
    }

    #slider-2 {
        height: 250px;
    }

    .swiper-slide{
        height: 250px;
        max-height: 300px;
    }

    .vacature__item, .vacature::after, .vacature-wrapper::after{
        width: 100%;
    }

    .post-type-vacature.vacature-show .section-container-first .plate--container{
        position: relative;
        padding-top: 40px;
        margin-top: 0px;
        z-index: 3;
        min-height: 140px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .post-type-vacature.vacature-show .main-content .plate--container{
        padding-right: 15px;
        padding-left: 15px;
    }

    .customoverlay--radial {
      width: 250vw;
    }
}

@media only screen and (max-width: 529px) {
    .galerij-afbeelding.three_fourth, .galerij-afbeelding.two_fourth, .galerij-afbeelding.one_fourth, .galerij-afbeelding.four_fourth {
        width: 100%;  
        height: calc(100vw - 60px); 
    }

    .buttons-in-row {
        width: auto;
    }

    .content-blokje-wrapper {
        padding: 30px;
    }

    .share a {
        height: 30px !important;
        width: 30px !important;
    }

    .share a:before,
    .share a:after {
        width: 30px;
        height: 30px;
    }

    .social_media a {
        margin-right: 1px;
    }

    form .input_field.quotation_field,  form .input_field.w-10{
        width: 100%;
    }

    form .input_field.quotation_field:nth-child(3){
        width: calc(75% - 12.5px);
    }

    form .input_field.w-10{
        width: calc(25% - 12.5px);
        margin-left: 25px;
    }

    
}


/*EVEN CONTAINERS*/
@media screen and (min-width: 0px) {

    .project-slider-container:before {
        width: 15px;
    }

    .navigation.fixed-header .navbar-brand,
    .navbar-brand {
        height: 50px;
    }

}

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 738px;
    }

    .navbar-brand {
        height: 50px;
    }

    .project-slider-container:before {
        width: calc((100vw - (736px + 17px)) / 2);
        width: -moz-calc((100vw - (736px + 17px)) / 2);
    }

    .navbar {
        max-width: 100%;
    }

    #headerSlider .flickity-page-dots {
        margin-right: calc((100vw - (738px + 17px)) / 2);
    }
}

@media screen and (max-width: 768px) {
  .customoverlay--radial {
    width: 250vw;
  }
}

@media screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 962px;
    }

    .project-slider-container:before {
        width: calc((100vw - (960px + 17px)) / 2);
        width: -moz-calc((100vw - (960px + 17px)) / 2);
    }

    .navbar-nav {
        margin-left: auto !important;
    }

    .navigation.fixed-header .navbar-brand {
        height: 60px;
    }

    .navbar-brand {
        height: 60px;
    }

    .navbar {
        max-width: 100%;
    }

    #headerSlider .flickity-page-dots {
        margin-right: calc((100vw - (962px + 17px)) / 2);
    }

    .dropdown-menu {
    }
    
    .navigation.fixed-header .dropdown-menu.submenu-open {
        top: 70px;
        opacity: 1 !important;
        visibility: visible;
        z-index: 3;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }

    .project-slider-container:before {
        width: calc((100vw - (1168px + 17px)) / 2);
        width: -moz-calc((100vw - (1168px + 17px)) / 2);

    }

    .navbar {
        max-width: 100%;
    }

    .navbar-brand {
        height: 60px;
    }

    #headerSlider .flickity-page-dots {
        margin-right: calc((100vw - (1170px + 17px)) / 2);
    }

    .dropdown-menu {
    }
}

@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }

    .navbar-brand {
        height: 60px;
    }

    .project-slider-container:before {
        width: calc((100vw - (1438px + 17px)) / 2);
        width: -moz-calc((100vw - (1438px + 17px)) / 2);
    }

    .dropdown-menu {
    }

    .navbar {
        max-width: 100%;
    }

    #headerSlider .flickity-page-dots {
        margin-right: calc(((100vw - (1440px + 17px)) / 2));
    }
}

/* TABLE */
.table {
    position: relative;
    margin-bottom: 0;
}
.table .table-row-cell{
    width: 20%;
    padding: 10px 20px;
    text-align: center;
}

table .table-row-cell{

}


.table .table-rows{
    padding-top: 50px;
    width: 100%;
    overflow-x: scroll;
    padding-left: 14%;
    cursor: grab;
}

.table .table-row-cell.table-row-cell-option {
    background-color: #f2f2f2;
    text-align: left;
    width: 100%;
}

.table .table-row-cell.table-row-cell-listitem {
    border-right: 1px solid #e6e6e6;
    width: 300px;
}
.table .table-row:nth-last-child(1) .table-row-cell{
    padding-bottom: 30px;
}
.table .table-row-header .table-row-cell{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.table-row-cell-round {

    position: absolute;
    height: 80px;
    display: flex;
    width: 80px;
    border-radius: 100%;
    background: black;
    top: 0;
    right: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 12px;
    transform: translateY(-50%);
    box-shadow: -7px 9px 10px rgba(80, 79, 79, 0.068);
}

.table .table-row-header, .table .table-row-header .table-row-cell{
    background-color: #e6e6e6;
}

.table .table-row-cell.table-row-cell-check svg{
    width: 16px;
}

.table .table-row-cell.table-row-cell-selected{
    background-color: var(--color-contrast);
}

.table .table-row-cell.table-row-cell-selected, .table .table-row-cell.table-row-cell-selected *{
    color: white;
}

.table .table-sidebar {
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    background-color: #f2f2f2;
    width: 14%;
}

.table .table-sidebar .table-inner::before {
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    transform: translateX(100%);
    background: linear-gradient(270deg, rgba(72, 72, 72, .00) 0%, rgba(0, 0, 0, .01) 51%, rgba(0, 0, 0, .07) 100%);
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .table .table-row-cell:not(.table-row-cell-option), .table .table-row-cell.table-row-cell-listitem {
        width: 300px!important;
        font-size: 10px;

    }
    .table .table-row-header .table-row-cell{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .table .table-rows{
        padding-left: 120px;
    }  

    .table .table-sidebar{
        width: 120px;
    }

    .table .table-row-cell.table-row-cell-check svg{
        width: 12px;
    }

    .table .table-row-cell.table-row-cell-option{
        font-size: 10px;
    }

    .table-row-cell-round{
        height: 50px;
        width: 50px;
        font-size: 9px;
    }
}

@media screen and (max-width:992px) {
    .table .table-row-cell:not(.table-row-cell-option), .table .table-row-cell.table-row-cell-listitem {
        width: 200px!important;
      
    }

   
}


/* IMAGE STYLING */
picture {
    position: relative;
    display: block;
    line-height: 0;
    height: 0;
}

picture img {
    position: absolute;
    top: 0;
}

.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%;
    @include media-breakpoint-down(md) {
        height: 100%;
        margin-top: 0;
    }
}
