:root {
    --main-white: #FFFFFF;
    --main-black: #000000;
    --main-blue: #341FFF;
}
.dark-theme {
    --main-white: #000000;
    --main-black: #FFFFFF;
}
.dark-theme.lockScroll .navbar-toggler {
    --main-black: black;
}
.dark-theme .social_media a:before {
    color: white;
}
.dark-theme .social_media a:hover:before {
    color: var(--main-blue);
}
.dark-theme .navbar img.logo {
    filter: invert(1);
}
.dark-theme .logo-wrapper {
    opacity: 1;
}
.dark-theme .image-container:before {
    background: var(--main-blue);
}
.dark-theme .horizontal-text p,
.dark-theme .horizontal-text .stripe {
    -webkit-text-stroke-width: 1.6px;
}
.dark-theme .horizontal-text .stripe:before {
    border: 1.6px solid var(--main-blue);
}
.dark-theme .footer-cta {
    background: var(--main-blue);
}
.dark-theme .footer-cta .blue {
    color: var(--main-black);
}
.dark-theme h2.blog-titel span.background-half,
.dark-theme .usp-title span.background-half {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(52,31,255)), to(rgb(52,31,255)));
    background-image: -webkit-linear-gradient(left, rgb(52,31,255) 0%, rgb(52,31,255));
    background-image: -o-linear-gradient(left, rgb(52,31,255) 0%, rgb(52,31,255));
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(52,31,255)), to(rgb(52,31,255)));
    background-image: linear-gradient(left, rgb(52,31,255) 0%, rgb(52,31,255));
}
.dark-theme .text-parallax {
    z-index: 1;
}
.dark-theme .title-wrappertje:before {
    background: var(--main-blue);
}


/*GENERAL STYLING*/
@font-face {
    font-family: "Eina03-Regular";

    src: url("../FONTS/Eina03-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Eina';
    src: url('../FONTS/Eina03-Bold.woff2') format('woff2'),
    url('../FONTS/Eina03-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "KazimirText";
    src: url("../FONTS/KazimirText-It.otf") format("opentype"), /* Open Type Font */
         url("../FONTS/KazimirText-It.svg") format("svg"), /* Legacy iOS */
         url("../FONTS/KazimirText-It.ttf") format("truetype"), /* Safari, Android, iOS */
         url("../FONTS/KazimirText-It.woff") format("woff"), /* Modern Browsers */
         url("../FONTS/KazimirText-It.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Eina';
    -webkit-font-smoothing: antialiased;
}
p, a, ul li, li, select, input, textarea, b, strong, ol, span {
    font-family: "KazimirText";
    font-size: 18px;
    line-height: 28px;
    color: var(--main-black);
    letter-spacing: -0.3px;
    -webkit-font-smoothing: antialiased;
}
ul {
    padding-left: 20px;
}
:focus {
    outline: none;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: var(--main-black);
    text-underline-position: under;
}
h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.48px;
    color: var(--main-black);
}
h1 span {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.48px;
    color: var(--main-black);
    font-family: Eina;
    width: 50%;
}
h2 {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    color: var(--main-black);
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
}
h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.5px;
}
h3 span {
    font-size: 62px;
    font-weight: bold;
    font-family: Eina;
    line-height: 64px;
    color: var(--main-black);
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
    width: 50%;
}
h4, h4 span {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.36px;
    color: var(--main-black);
}
h4 span {
    font-family: Eina;
}
h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
h5 span {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.36px;
    color: var(--main-black);
    font-family: Eina;
}
h6 {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
h6.white span {
    color: var(--main-white);
}
h6 span {
    font-size: 62px;
    font-weight: bold;
    font-family: Eina;
    line-height: 64px;
    color: var(--main-black);
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
}
html {
    scroll-behavior: smooth;
}
html, body {
    width: 100vw;
    height: 100vh;
}
.in-view {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible!important;
}
.none {
    visibility: hidden;
}
#progress-bar {
    position: fixed;
    top: 0;
    height: 0;
    left: 0;
    width: 3px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: var(--main-blue);
    z-index: 8000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*404 PAGINA*/
.no-page-found {
    height: 300px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.no-page-found .txt-deco {
    margin-top: 50px;
}
/*PAGE TRANSITION*/
.bg-init,
.animsition-overlay-slide {
    background-color: var(--main-blue)!important;
    overflow: hidden;
}
.animsition-overlay-slide,
.animsition-loading,
.animsition-loading:after {
    z-index: 999;
}
#triangle_svg {
    visibility:hidden;
}
.animsition-loading, .animsition-loading:after,
.animsitions-loading, .animsitions-loading:after {
    width: 56px;
    height: 56px;
    margin-top: -33px;
    margin-left: -33px;
}
.animsition-loading,
.animsitions-loading {
    background-color: transparent;
    border: none;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.animsitions-loading {
     margin-left: 0;
     margin-top: 0;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: absolute;

     -webkit-transition: opacity .3s ease;
     -moz-transition: opacity .3s ease;
     -ms-transition: opacity .3s ease;
     -o-transition: opacity .3s ease;
     transition: opacity .3s ease;
 }
/*SMOOTH SCROLL STYLING*/
::-webkit-scrollbar {
    display: none;
}
#js-scroll {
    background-color: var(--main-white)!important;
    position: relative;
    overflow: hidden;
}
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;
    background: var(--main-white);}
.c-scrollbar {
    display: none;
}

/*---------------------*/
.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}
.lockScroll .c-scrollbar {
    display: none;
}
.blue {
    color: var(--main-blue);
}
.footer-column .blue,
.menu-info a.inloggen-dashboard {
    text-decoration: underline;
    text-underline-position: under;
}
.footer-column .blue:hover {
    text-decoration-color: var(--main-black);
}
.menu-info a.inloggen-dashboard:hover {
    text-decoration: underline!important;
    text-underline-position: under!important;
    text-decoration-color: var(--main-black)!important;
    color: var(--main-black)!important;
}
.white {
    color: var(--main-white)
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}
.main-content-wrapper {
    width: 100%;
    position: relative;
    background: var(--main-white);
    padding-top: 140px;
}
.plate--container {
    width: 100%;
    max-width: unset;
    padding-left: 120px;
    padding-right: 120px;
}
.section-container {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}
.section-padding {
    width: 100%;
    position: relative;
}
.tussenruimte {
    position: relative;
}
.overlay-sectie-title {
    top: 0;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
}
.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-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*CURSOR*/
.ct-widget--active,
.ct-tool,
.ct-tool-group,
.ct-tool-groups,
.ct-tags {
    cursor: auto !important;
}
.cursor {
    pointer-events: none;
    position: absolute;
    z-index: 999999999999999999;
    mix-blend-mode: difference;
}
.cursor__ball {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
}
.cursor__ball circle {
    fill: #eaff1f;
}
.cursor-change {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    position: absolute;
    left: -33px;
    top: -26px;
    height: 80px;
    width: 80px;
    text-align: center;
    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;
    margin-bottom: 0;
    color: var(--main-black);
}
.no-mix-blend-mode .cursor__ball circle {
    fill: var(--main-blue);
}
.no-mix-blend-mode .cursor-change {
    color: var(--main-white);
}
.cursor.drag .cursor-drag {
    opacity: 1;
}
.cursor.scroll .cursor-scroll {
    opacity: 1;
}
.cursor.click .cursor-click {
    opacity: 1;
}
.cursor.ball .cursor-ball {
    opacity: 1;
}

/*NAVBAR STYLING*/
.navigation {
    background: var(--main-white);
    position: fixed;
    width: 100%;
    z-index: 99;

    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    -ms-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}
.navigation.nav-up {
    opacity: 1;
    visibility: visible;
}
.navigation.nav-down {
    opacity: 0;
    visibility: hidden;
}
.social_media {
    height: 23px;
    position: relative;
}
.navbar img.logo {
    min-width: 160px;
    max-width: 160px;
    backface-visibility: hidden;
}
.navbar-brand {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.social_media a {
    position: relative;
    height: 23px;
    width: 23px;
    line-height: 23px;
    display: inline-block;
    margin-right: 15px;
}
.social_media a:before {
    content: '';
    background: transparent;
    height: 23px;
    width: 23px;
    font-size: 24px;
    line-height: 23px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: #BFBFBF;
    text-align: center;
    z-index: 1;
    position: relative;

    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.social_media a:hover:before {
    color: var(--main-blue);
}
.social_media a.facebook:before {
    content: '\f082';
}
.social_media a.vimeo:before {
    content: '\f27d';
}
.social_media a.instagram:before {
    content: '\f16d';
}
.social_media a.twitter:before {
    content: '\f099';
}
.social_media a.pinterest:before {
    content: '\f231';
}
.social_media a.linkedin:before {
    content: '\f0e1';
}
.navbar {
    height: 140px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;

    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
.navigation.nav-up .navbar {
    height: 80px;
}
.navigation.nav-down .navbar {
    height: 80px;
}
.navigation.nav-top .navbar {
    height: 140px;
}
.navbar-toggler {
    display: block !important;
    padding: 0;
    font-family: "Eina";
    color: var(--main-black);
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    letter-spacing: -0.94px;
    text-transform: lowercase;
    z-index: 100;
    width: 80px;
}
.navbar-toggler:focus {
    outline: none;
}

li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding: 8px;
}
li.nav-item p {
    color: var(--main-black);
    font-family: Eina03-Regular;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 0.03px;
    line-height: 28px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    margin-right: 8px;

    -webkit-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}
/*FULLSCREEN MENU*/
#menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FEF0E0;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#menu.active {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
}
#menu.active .menu-social a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.menu-flex {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
ul.navbar-nav.ml-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-info {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: absolute;
    justify-content: center;
    bottom: 20px;
    left: 60px;
}
.inloggen-dashboard {
    margin-top: 15px;
    color: var(--main-blue)!important;
    font-family: "KazimirText"!important;
}
.menu-info,
.menu-adres,
.menu-contact {
    padding: 20px 0;
}
.menu-social a {
    color: black;
    font-family: Eina03-Regular;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin-bottom: 8px;
    opacity: 0;

    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-social a:nth-child(1){
    transition-delay: .12s;
}
.menu-social a:nth-child(2){
    transition-delay: .24s;
}
.menu-social a:nth-child(3){
    transition-delay: .36s;
}
.menu-social a:nth-child(4){
    transition-delay: .48s;
}
.menu-social a:nth-child(5){
    transition-delay: .5s;
}
.lockScroll .menu-social a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.menu-adres p,
.menu-contact a {
    color: var(--main-black);
    font-family: Eina03-Regular;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin: 0;
}
.menu-info a:hover {
    color: var(--main-blue);
    text-decoration: none;
}
.menu-social,
.menu-adres,
.menu-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
li.nav-item a,
li.nav-item span {
    color: black;
    font-family: 'Eina';
    font-size: 62px;
    letter-spacing: -1.48px;
    line-height: 70px;

    -webkit-transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -ms-transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
/*Hover + Active state*/
li.nav-item span {
    display: block;
    position: relative;
    opacity: 0;
}
.nav-link.activeOpacity span {
    opacity: 1;
}
li.nav-item span {
    top: 0;
}
li.nav-item span.first {
    -webkit-transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -ms-transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: top .5s cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
li.nav-item span.first.hidden {
    visibility: hidden;
}
li.nav-item .nav-link {
    height: 76px;
    overflow: hidden;
    width: auto;
    padding: 0!important;
}
li.nav-item .nav-link.active-hover span {
    top: -100%;
}
li.nav-item:hover p {
    opacity: 1;
}

/*CASE SLIDER*/
section.case-slider {
    padding-left: 60px;
}
#case-slider {
    position: relative;
    height: 84vh;
}
#case-slider:focus {
    outline: none;
}
.flickity-viewport {
    max-height: 100%;
}
.flickity-slider {
    height: 100%;
}
.case-slider-container {
    position: relative;
    margin-bottom: 25px;
}
.more-work {
    position: relative;
    float: right;
    padding-right: 200px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    height: 35px;
}
.more-work a span {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: -0.94px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Eina';
    text-transform: lowercase;
}
/* Knop switch */
.top, .bottom {
    position: absolute;

    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bottom {
    top: 100%;
}
.more-work:hover .top {
    top: -30px;
}
.more-work:hover .bottom {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Knop switch end */

/*CASE ITEM*/
#case-slider .case-wrapper {
    height: 100%;
}
.case-wrapper {
    position: relative;
    height: 735px;
    width: 40%;
    padding: 120px 60px;
    margin-right: 25px;
    margin-bottom: 25px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.case-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    overflow: hidden;
}
.case-info {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 355px;
    padding-bottom: 1px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.case-info h3 {
    color: var(--main-white);
    margin-bottom: 0;
}
.excerpt {
    color: var(--main-white);
    margin-top: 20px;
    position: relative;
    opacity: 0;
    height: 0;

    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.case-wrapper:hover .excerpt {
    opacity: 1;
    height: 50px;
}
.case-wrapper .case-info .subtitle,
.case-wrapper .case-info .case-titel {
    animation-delay: 1.2s;
}
/*CASE DETAIL*/
.case-header {
    display: block;
    position: relative;
    height: 80vh;
    padding: 0;
    padding-left: 60px;
    padding-right: 60px;

    -webkit-transition: padding .3s linear;
    -moz-transition: padding .3s linear;
    -ms-transition: padding .3s linear;
    -o-transition: padding .3s linear;
    transition: padding .3s linear;
}
.case-header-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.case-header .case-info {
    max-width: 450px;
    position: absolute;
    left: 180px;
    bottom: 120px;
    z-index: 2;
}
.case-header .case-info h1 {
    color: var(--main-white);
    margin-bottom: 0;
}
.case-intro {
    position: relative;
    padding: 140px 120px;
}
.case-intro-inner {
    position: relative;
}
.case-intro-inner .intro {
    position: relative;
    width: 70%;
    padding-right: 25%;
}
.case-intro-inner .intro p,
.case-intro-inner .klant-info .info-text {
    font-family: 'Eina';
    font-weight: bold;
    margin-bottom: 0;
}
.case-intro-inner .klant-info p {
    margin-bottom: 0;
}
.case-intro-inner .klant-info {
    position: relative;
    width: 30%;
}
.case-intro-inner .klant-info .klantnaam {
    margin-bottom: 12px;
}
.case-intro-inner .klant-info .disciplines {
    margin-bottom: 30px;
}
.case-intro-inner .klant-info .disciplines .current-disciplines p {
    display: inline-block;
}
.case-intro-inner .klant-info .website-link {
    position: relative;
}
.case-intro-inner .klant-info .website-link a {
    font-family: 'Eina';
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.94px;
    text-transform: lowercase;
    text-decoration: none;
    border-bottom: 3px solid black;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.case-intro-inner .klant-info .website-link a:hover {
    border-bottom: 3px solid transparent;
}
.next-case-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 525px;
    height: 300px;
    margin: 120px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.relative {
    position: relative;
    text-align: center;
    color: var(--main-white);
    width: 525px;
    margin: 0 auto;
    z-index: 1;
}
p.case-name {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.text-parallax:hover p.case-name {
    opacity: 1;

    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.horizontal-text-case-container {
    position: absolute;
    top: 0;
    left: -43%;
    z-index: 12;
}

/*IMPRESSIE SLIDER*/
section.impressie-slider {
    position: relative;
}
#impressie-slider {
    height: 100%;
}
.impressie-slider-container {
    position: relative;
    height: 100%;
}
#impressie-slider .image-container {
    position: relative;
    width: 75%;
    height: auto;
    margin: 0 5%;
}
#impressie-slider .image-container .image-inner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;

}
#impressie-slider .image-container:before {
    display: none;
}
/* BLOG POST */
.blog-wrapper {
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    position: relative;
}
.blog-item {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    position: relative;
    height: auto;

    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.blog-item:nth-child(1) {
    width: 66%;
    position: relative;
    height: 560px;
}
.blog-item:nth-child(2) {
    margin-right: 0;
}
.blog-item:nth-child(3n+5) {
    margin-right: 0;
}
.blog-item:nth-child(1) .blog-info {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.blog-item:nth-child(1) .blog-hashtag {
    color: #FFFFFF;
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.82px;
    line-height: 28px;
}
.blog-item:nth-child(1) .blog-titel span.background-half {
    color: #FFFFFF;
    font-family: Eina;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -0.43px;
    line-height: 39px;
    position: relative;
}
.blog-item:nth-child(1) h2:after {
    content: '';
    background-color: transparent;
}
.blog-item:nth-child(1):hover .blog-titel span.background-half {
    background-size: 200% 0.1%;
}
.blog-item:nth-child(1) .blog-img {
    position: absolute;
    height: 100%;
}
.blog-item:nth-child(1) .blog-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-img, .blog-afbeelding {
    position: relative;
    height: 18vw;
    width: 100%;
    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;
}
.blog-img img,
.blog-afbeelding img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.blog-item:hover .blog-img:before {
    opacity: 1;
}
.blog-item:hover h2.blog-titel span.background-half,
.usp-wrapper:hover .usp-title span.background-half {
    background-size: 200% 55%;
}
h2.blog-titel span.background-half,
.usp-title span.background-half {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(254, 247, 239)), to(rgb(254, 247, 239)));
    background-image: -webkit-linear-gradient(left, rgb(254, 247, 239) 0%, rgb(254, 247, 239));
    background-image: -o-linear-gradient(left, rgb(254, 247, 239) 0%, rgb(254, 247, 239));
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(254, 247, 239)), to(rgb(254, 247, 239)));
    background-image: linear-gradient(left, rgb(254, 247, 239) 0%, rgb(254, 247, 239));
    background-size: 200% 0.1%;
    background-repeat: repeat-x;
    background-position: -100% 100%;

    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;

    color: var(--main-black);
    font-family: Eina;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 26px;
}
.blog-img:hover:before {
    color: var(--main-blue);
}
.blog-img:before {
    content: 'Lees verder';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #FEF0E0;
    color: var(--main-black);
    position: absolute;
    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;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.94px;
    font-weight: bold;
    font-family: 'Eina';
    text-transform: lowercase;
    z-index: 1;
    text-decoration: underline;
    opacity: 0;

    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.blog-info {
    padding: 15px 20px;
    position: relative;
}
.blog-hashtag {
    color: var(--main-black);
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
    position: relative;
}
h2.blog-titel {
    color: var(--main-black);
    font-family: Eina;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 26px;
    position: relative;
}
h2.blog-title-inner {
    padding-left: 80px;
    padding-right: 80px;
}
.blogpost-show-wrapper {
    position: relative;
}
.blogpost-header {
    width: 55%;
    margin: -40px auto 0;
    position: relative;
    padding: 0 60px;
}
.blogtekst {
    position: relative;
    margin-top: 50px;
}
.blogtekst .intro-tekst {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.blogtekst .intro-tekst .back-to {
    position: absolute;
    left: -64px;
    top: 65px;
    font-size: 16px;
    text-decoration: none;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.blogtekst .paragraph {
    padding-left: 80px;
    padding-right: 80px;
}
.paragraph a {
    color: var(--main-blue);
}
.blogtekst .social_media a[title]:after {
    content: attr(title);
    color: var(--main-blue);
    position: absolute;
    left: 38px;
    z-index: 20;
    width: auto;
    /* display: inline-block; */
    white-space: nowrap;
    font-size: 16px;
    opacity: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blogtekst .social_media a[title]:hover:after {
    opacity: 1;
}
.blogpost-header .plate--element__image {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-afbeelding {
    position: relative;
    width: 100%;
    height: 62vh;
    padding-left: 60px;
    padding-right: 60px;

    -webkit-transition: padding .3s linear;
    -moz-transition: padding .3s linear;
    -ms-transition: padding .3s linear;
    -o-transition: padding .3s linear;
    transition: padding .3s linear;
}
.auteur-wrapper {
    position: relative;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 60px;

    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.auteur-image {
    position: relative;
    width: 105px;
    height: 105px;
    margin-right: 55px;
}
.auteur-image .auteur-image-inner {
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.written-by {
    position: relative;
    width: calc(100% - 160px);
    height: 80px;
    background: #FEF0E0;

    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.written-by-inner {
    position: relative;
    left: -28px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.written-by-inner p {
    margin-bottom: 0;
}
.written-by-inner p.written {
    border-bottom: 1px solid var(--main-blue);
}
.social_media.blog {
    position: absolute;
    right: -75px;
    width: 50px;
    height: auto;
}
.social_media.blog a {
    padding-top: 5px;
    padding-bottom: 40px;
}
.auteur-data {
    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;
    position: relative;

    padding-left: 80px;
    padding-right: 80px;
}
.auteur-data p {
    opacity: 0.42;
    color: var(--main-black);
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
}
.html-code-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #CCC
}
.html-inner-wrapper {
    position: relative; padding-top: 56%;
}
.h_iframe iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.render-content-padding .plate--container {
    padding: 0;
}
span p {
    color: var(--main-black);
    font-family: Eina03-Regular;
    font-size: 16px;
    letter-spacing: -0.27px;
    line-height: 28px;
}
span p b {
    color: var(--main-black);
    font-family: 'Eina';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.27px;
    line-height: 28px;
}
/* CONTACT STYLING */
.contact-section {
    width: 100vw;
    height: auto;
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.left-content {
    width: 50%;
    position: relative;
}
.contact-head-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 95vh;

    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;
}
.contact-head-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.contact-right {
    position: relative;
    width: 70%;
    height: 60vh;
    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;
}
.contact-right img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.right-content {
    width: 50%;
    position: relative;
    padding: 13% 0 0 8%;
}
.right-text-contact {
    margin-bottom: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.right-text-contact h2 a {
    line-height: normal;
}
.linkje {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 44px;
}
.linkje a {
    line-height: inherit;
    font-family: Eina;
    font-weight: bold;
    font-size: inherit;
}
.contactinfo h1 {
    margin-bottom: 30px;
}
.gedetailleerde-info p,
.gedetailleerde-info .contact a {
    color: var(--main-black);
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
}
.adres p {
    margin: 0;
}
.adres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    margin-bottom: 20px;
}
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    margin-bottom: 20px;
    width: 50%;
}
/* CONTACTFORM STYLING */
.form-field {
    display: block;
    position: relative;
    z-index: 3;
}
.form-field--is-active .form-field__control::after {
    color: var(--main-black);
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}
.form-field--is-active .form-field__label {
    color: var(--main-black);
    opacity: .8;
    font-size: 0.75rem;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.form-field--is-filled .form-field__label {
    font-size: 0.75rem;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.form-field__label {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-family: Eina03-Regular;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    z-index: -1;
    color: var(--main-black);
    opacity: .5;
}
.form-field__control {
    background: #eee;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.form-field__control::after {
    border-bottom: 2px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}
.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-family: Eina03-Regular;
    border: 0;
    border-bottom: 1px solid #a8a8a8;
    color: var(--main-black);
    display: block;
    font-size: 18px;
    margin-top: 24px;
    outline: 0;
    width: 100%;
    z-index: 5;
}
textarea#text-field {
    height: 200px;
}
input.form-submit {
    background: transparent;
    border: none;
    font-family: Eina03-Regular;
}
.submit_form_btn {
    display: inline-block;
    margin-top: 20px;
}
.submit_form_btn input {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.94px;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid var(--main-black);
    text-decoration: none;
    font-family: 'Eina';
    text-transform: lowercase;
    background: transparent;
    padding-left: 6px;
    padding-right: 6px;
}
.right-text-contact h2 {
    text-decoration: none;
}
.right-text-contact h2 a {
    text-decoration: none;
}
/*USP SECTION*/
.title-container {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}
.title-container.usp {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.title-container.title-element {
    padding-left: 0;
    padding-right: 0;
}
.title-container.title-element .title-wrapper {
    margin-bottom: 28px;
}
.title-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}
.title-wrappertje {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
a.txt-deco {
    text-decoration: none;
}
.title-wrapper.double-title {
    position: relative;
    max-width: 700px;
}
.title-wrapper-inner {
    overflow: hidden;
}
.title-wrapper:before,
.title-wrappertje:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-white);
    z-index: 1;

    -webkit-transition: top .3s ease-in;
    -moz-transition: top .5s ease-in;
    -ms-transition: top .5s ease-in;
    -o-transition: top .5s ease-in;
    transition: top .5s ease-in;
}
.title-wrapper.in-view:before,
.title-wrappertje.in-view:before {
    top: 100%;
}
.title-wrappertje:before {
    background: #FEF0E0;
}
.usp-container {
    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*USP ITEM*/
.usp-wrapper {
    position: relative;
    width: 20%;
    margin-bottom: 2%;
}
.usp-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    width: 100%;
}
.icon {
    position: relative;
    height: 100%;
    width: 87px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;

    -webkit-transition: margin-top .3s ease-in;
    -moz-transition: margin-top .3s ease-in;
    -ms-transition: margin-top .3s ease-in;
    -o-transition: margin-top .3s ease-in;
    transition: margin-top .3s ease-in;
}
.usp-wrapper.single {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.usp-wrapper.single .icon-wrapper {
    margin-right: 30px;
}
.usp-wrapper.single .content-wrapper {
    margin-top: 5px;
}
.usp-wrapper:hover .usp-icon .icon {
    margin-top: -10px;
}
/*IMAGES SECTION*/
.image-section {
    position: relative;
}
.over-ons .image-container.first {
    margin-top: -220px;
}
.over-ons .image-container.second {
    margin-top: 100px;
}
.image-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 4;

    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;
}
.image-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fef0e0;
    z-index: 1;
    left: 0;

    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -ms-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
}
.image-container.is-inview:before,
.image-container.in-view:before {
    left: 100%;

    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.image-container.is-selected {
    -webkit-box-shadow: 0 0 50px -15px rgba(0,0,0, .2);
    box-shadow: 0 0 50px -15px rgba(0,0,0, .2);
}
.image-container img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.image-container.first {
    height: 450px;
    width: 50%;
    float: right;
    right: -120px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.image-container.second {
    height: 800px;
    width: 45%;
    margin-top: 200px;

}
.image-container.third {
    height: 500px;
    width: 30%;
    float: right;
    margin-top: -300px;
    margin-bottom: -150px;
}
.image-container .image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*TEKST PARALLAX*/
.text-parallax {
    overflow: visible;
    position: relative;
    width: 100%;
}
.horizontal-text-container {
    position: relative;
    display: block;
    width: 100vw;
    height: 200px;
    overflow: visible;
}
.horizontal-text {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    width: 100vw;
    max-height: 200px;
    overflow: visible;
    left: -40%;
}
.case-parallax {
    top: 3vh;
    z-index: 1;
}
.horizontal-text p,
.horizontal-text .stripe {
    font-family: 'Eina';
    font-weight: bold;
    font-size: 150px;
    line-height: normal;
    letter-spacing: -3.57px;
    -webkit-text-stroke-color: var(--main-blue);
    -webkit-text-stroke-width: 1px;
    color: rgba(255, 32, 181, 0);
    margin-bottom: 0;
    display: inline-block;
}
.horizontal-text .stripe {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    max-height: 200px;
    bottom: 0;
}
.horizontal-text .stripe:before {
    content: '';
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid var(--main-blue);
    top: 56%;
}
/*CASES INDEX*/
.title-container.cases-index {
    margin-top: 80px;
}
.title-container.cases-index .title-wrapper {
    margin-bottom: 110px;
}
.grid {
    position: relative;
}
.grid .grid-item {
    width: calc(50% - 3.5%)!important;
}
.gutter-sizer {
    width: 7%;
}
.cases-index-wrapper {
    position: relative;
}
.blog-item.cases-wrapper {
    display: table;
    width: 100%;
    margin-right: 0;
    margin-bottom: 85px;
    height: auto;
}
.blog-item.cases-wrapper:nth-child(1) .blog-img:after {
    content: none!important;
}
.blog-item.cases-wrapper:nth-child(2n) {
    margin-right: 0;
}
.blog-img .image-inner {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.blog-item.cases-wrapper .blog-info {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 23px 0 0 0;
}
.blog-item.cases-wrapper .blog-img {
    position: relative;
    height: 400px;
}
.blog-item.cases-wrapper .blog-hashtag {
    color: var(--main-blue)!important;
    font-family: KazimirText;
    font-size: 18px;
     letter-spacing: -0.3px;
}
.blog-item.cases-wrapper .blog-titel span.background-half {
    color: var(--main-black);
    font-size: 30px;
    letter-spacing: -0.4px;
    line-height: 26px;
    position: relative;
}
.blog-item.cases-wrapper h2.blog-titel {
    margin-top: 15px;
}
.blog-item.cases-wrapper:nth-child(6n+1) .blog-img,
.blog-item.cases-wrapper:nth-child(6n+4) .blog-img,
.blog-item.cases-wrapper:nth-child(6n+5) .blog-img {
    height: 600px;
}

/*ABOUT US PAGINA*/
#medewerkers-slider {
    position: relative;
    height: 750px;
}
#medewerkers-slider.margin-offset {
    margin-top: -190px;
}
.medewerker {
    width: 330px;
    height: auto;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin-right: 100px;
}
.medewerker:last-child {
    margin-right: 0;
}
.medewerker:nth-child(even) {
    margin-top: 100px;
}
.medewerker:nth-child(odd) {
    margin-top: -50px;
}
.medewerker-info {
    position: absolute;
    bottom: 15px;
    left: 2px;
}
.medewerker-info p {
    margin-bottom: 0;
}
.medewerker-img {
    height: 500px;
    width: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
p.medewerker-naam {
    color: var(--main-black);
    font-family: Eina;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
    margin-bottom: 0;
}
p.medewerker-functie {
    color: var(--main-black);
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}
h1.section-titel {
    padding-bottom: 20px;
}
.img-txt-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-text-section-txt-wrapper {
    width: 43%;
    height: 100%;
    margin-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-text-section-img {
    position: relative;
    width: 41%;
    height: 700px;
    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;
}
.img-text-section-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.img-txt-section-txt {
    position: relative;
}
.img-txt-section-txt .title-wrapper {
    margin-bottom: 0;
}
.section-tekstveld {
    width: 81%;
}
.about-us-container.mirror .img-txt-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-us-container.mirror .img-text-section-txt-wrapper {
    margin-right: 0;
    margin-left: 120px;
}

/*LOGO GALERIJ*/
.images-gallery {
    width: 100%;
    text-align: center;
}
.logo-wrapper {
    position: relative;
    width: 33.33334%;
    height: 250px;
    opacity: .18;

    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.logo-wrapper .logo {
    position: relative;
    width: 100%;
    max-width: 175px;
    height: 100%;
    margin: 0 auto;

    filter: grayscale(100%);

    -webkit-transition: filter .5s ease-in-out;
    -moz-transition: filter .5s ease-in-out;
    -ms-transition: filter .5s ease-in-out;
    -o-transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
}
.logo-wrapper:hover {
    opacity: 1;
}
.logo-wrapper:hover .logo {
    filter: grayscale(0%);
}
/*FULLWIDTH SECTIE*/
.background {
    position: relative;
    width: 100%;
    height: 650px;
    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;
}
.background img {
    height: auto;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.render-content,
.case-images {
    position: relative;
}
.case-images.mirror .image-container.first {
    left: 120px;
    float: left;
    right: unset;
}
.case-images.mirror .image-container.second {
    float: right;
}

/*FULLWIDTH SECTIE VIDEO*/

.video-wrapper {
    position: relative;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}
.video-wrapper .item {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.video-wrapper .play-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    background-color: var(--main-black);

    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;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.video_element_placeholder {
    position: relative;
    width: 100%;
    height: 100%;

    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;
}
.video_element_placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.play-overlay.video-started {
    opacity: 0;
    visibility: hidden;
}
.play-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .1);
    z-index: 1;
}

.section-video{
    height: 0;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.section-vid{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}



.video-btn {
    position: absolute;
    height: 90px;
    width: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid rgba(255,255,255, .35);

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.video-btn:before {
    content: '';
    width: 24px;
    height: 24px;
    border-width: 12px 0 12px 24px;
    position: absolute;
    border-color: transparent transparent transparent var(--main-white);
    border-style: solid;
    margin-left: 2px;
}
.close-video .video-btn:before {
    border-color: var(--main-white) var(--main-white) var(--main-white) var(--main-white);
    margin-left: 0;
}
.video-container {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.close-video {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 30px;
    color: var(--main-white)
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 100%;

    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;
}
.close-video .video-btn {
    opacity: 0;
}
.close-video:hover .video-btn {
    opacity: 1;
}
.iframeWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: var(--main-black);
}
#vimeoElement {
    height: 100%;
    width: 100%;
}
#vimeoElement iframe {
    width: 100%;
    height: 100%;
}

.section-video-element .video-btn {
    display: none;
}

/*WEBSITE SHOWCASE SECTIE*/
.website-showcase-container {
    position: relative;
    background: #FEF0E0;
    padding: 180px 120px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.website-showcase-container .image-container:before {
    display: none;
}
.website-showcase-container .left {
    position: relative;
    width: 50%;
}
.website-showcase-container .right {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}
.website-showcase-container .tekst-wrapper p {
    padding-right: 15%;
}
.website-showcase-container .website-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.website-showcase-container .sticky-element {
    padding-bottom: 380px;
}
.website-showcase-container .title-wrapper:before {
    background: #FEF0E0;
}
.mobile-slider-container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;

    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;
}
.phone-frame {
    content: '';
    position: absolute;
    background-image: url('/theme/assets/IMAGES/Iphone_frame.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 580px;
    height: 715px;
    z-index: 1;
}
#mobileSlider {
    position: relative;
    width: 275px;
    height: 516px;
    overflow: hidden;
    top: 38px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    z-index: 65;
    right: -0.7px;
}
#mobileSlider img {
    margin-right: 22px;
    height: 100%;
}
.case-images .image-container.first {
    height: 600px;
    width: 35%;
    float: right;
    right: 120px;
    margin-top: 100px;
}
.case-images .image-container.second {
    height: 900px;
    margin-top: 0;
}
/*DIENST SECTION*/
.dienst-section-wrapper {
    position: relative;

    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;
}
.dienst-section-wrapper.mirror {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.dienst-section-content, .dienst-section-image {
    position: relative;
    width: 50%;
}
.dienst-section-content {
    padding-right: 5%;
}
.dienst-section-image {
    padding-left: 5%;
}
.dienst-section-wrapper.mirror .dienst-section-content {
    padding-left: 5%;
    padding-right: unset;
}
.dienst-section-wrapper.mirror .dienst-section-image {
    padding-right: 5%;
    padding-left: unset;
}
.dienst-section-image .image-container {
    height: auto;
}
.dienst-section-image .image-container img {
    margin-top: -5%;
    margin-bottom: -5%;
}
.dienst-section-content .opsomming {
    position: relative;
    margin-top: 50px;
}
.dienst-section-content .opsomming .opssomming-wrapper p {
    position: relative;
    border-bottom: 1px solid #FEF0E0;
    padding-bottom: 15px;
}
.dienst-section-content .opsomming .opssomming-wrapper:last-child p {
    border-bottom: none;
}

/*FOOTER*/
.footer {
    padding-top: 100px;
}
.footertext {
    height: 74px;
    overflow: hidden;
}
.footertext span {
    display: block;
    position: relative;
    top: 0;
    width: auto;
    height: 100%;

    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.footertext:hover span {
    top: -100%;
}
.footer-bottom {
    padding: 80px 120px 80px 120px;
}
.footer-cta {
    position: relative;
    background: #FEF0E0;
    height: 450px;
    margin: 0 60px;
}
.footer-cta .title-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.footer-column {
    width: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-column:nth-child(3) p,
.footer-column:nth-child(3) a {
    font-size: 13px;
    color: #BFBFBF;
}
.footer-column:nth-child(4) {
    width: 55%;
    text-align: right;
}
.footer-column p {
    margin-bottom: 0;
}
.footer-column .social_media a:before {
    color: var(--main-black);
}

@media (min-width: 990px) {
    * {
        cursor: none !important;
    }
    /*CONFIG MODE CURSOR*/
    .config-mode * {
        cursor: auto!important;
    }
    .config-mode .cursor {
        display: none;
    }
    .config-mode a:-webkit-any-link {
        cursor: pointer!important;
    }
    .config-mode .image-container:before {
        display: none;
    }
}

@media (max-width: 1400px) {
    .footer-column {
        width: 45%;
    }
    .section-container {
        padding-left: 90px;
        padding-right: 90px;
    }
    section.case-slider {
        padding-left: 50px;
    }
    .plate--container {
        padding-left: 90px;
        padding-right: 90px;
    }
    .footer-cta {
        margin: 0 50px;
    }
    .footer-bottom {
        padding: 50px 90px;
    }
    .navbar {
        padding: 0 50px;
    }
    .case-intro {
        padding: 100px 90px;
    }
    .case-header-inner {
        padding: 90px;
    }
    .website-showcase-container {
        padding: 130px 90px;
    }
    .website-showcase-container .sticky-element {
        padding-bottom: 260px;
    }
    .blog-wrapper {
        padding: 0 50px;
    }
    .blogpost-header {
        padding: 0 50px;
    }
    .blog-afbeelding,
    .case-header {
        padding: 0 50px;
    }
    .image-container.first {
        height: 300px;
    }
    .image-container.second {
        height: 600px;
        margin-top: 250px;
    }
    .image-container.third {
        height: 380px;
    }
    .contact-head-img {
        height: 65vh;
    }
    .contact-right {
        height: 40vh;
    }
    .background {
        height: 500px;
    }
    .blogpost-header {
        width: 75%;
    }
    .case-images .image-container.second {
        height: 700px;
    }
    .case-images .image-container.first {
        height: 420px;
    }
    .img-text-section-txt-wrapper {
        width: 48%;
    }
    .img-text-section-txt-wrapper {
        margin-right: 50px;
    }
    .about-us-container.mirror .img-text-section-txt-wrapper {
        margin-left: 50px;
        margin-right: 0;
    }
    .case-header .case-info {
        left: 150px;
        bottom: 90px;
    }
    .title-container.cases-index {
        padding-left: 90px;
        padding-right: 90px;
    }
    .blogtekst .social_media a[title]:after {
        white-space: pre-wrap;
    }
    .blog-item:nth-child(1) {
        height: 420px;
    }
}
@media (max-width: 1134px) {
    .case-images .image-container.first {
        height: auto;
        right: 70px;
    }
    .case-images .image-container.second {
        height: auto;
    }
    .case-images.mirror .image-container.first {
        left: 70px;
    }
}

@media (max-width: 989px) {
    .website-showcase-container .image-container {
        max-width: 650px;
        margin: 0 auto;
    }
    .website-showcase-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .website-showcase-container .left,
    .website-showcase-container .right {
        width: 100%;
        z-index: 3;
    }
    .cursor {
        display: none;
    }
    .wow {
        visibility: hidden;
    }
    .navbar,
    .case-header,
    .plate--container,
    .title-container,
    .usp-container,
    .blog-afbeelding {
        padding: 0 25px;
    }
    .case-header .case-info {
        left: 50px;
        bottom: 25px;
    }
    .navbar {
        height: 100px;
    }
    .navigation {
        position: fixed;
        width: 100%;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }
    .main-content-wrapper {
        padding-top: 100px;
    }
    .navigation.nav-up .navbar {
        height: 70px;
    }
    .navigation.nav-down .navbar {
        height: 70px;
    }
    .navigation.nav-top .navbar {
        height: 100px;
    }
    .cursor {
        display: none;
    }
    section.case-slider {
        padding: 0 0 0 25px;
    }
    .case-header-inner {
        padding: 25px;
    }
    .section-container {
        padding: 0;
    }
    .case-wrapper {
        width: 70%;
    }
    .blog-wrapper {
        padding: 0 25px;
    }
    .blog-item {
        width: 49%;
    }
    .blog-item:nth-child(1) {
        width: 100%;
        position: relative;
        height: auto;
        margin-bottom: 2%;
        margin-right: 0;
    }
    .blog-item:nth-child(1) .blog-img {
        position: relative;
        height: 100%;
        max-height: 350px;
        min-height: 300px;
    }
    .blog-item:nth-child(2) {
        margin-right: 2%;
    }
    .blog-item:nth-child(2n + 3) {
        margin-right: 0!important;
    }
    .blog-item:nth-child(3n+5) {
        margin-right: 2%;
    }
    .blog-item .blog-img img {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
        height: 100%;
    }
    .blogpost-header {
        width: 100%;
        margin: -40px 0 0 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .blog-afbeelding img {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }
    .social_media.blog {
        position: absolute;
        right: 0;
        width: 25px;
        margin-right: 25px;
    }
    .blog-img {
        height: 240px;
    }
    .logo-wrapper .logo {
        max-width: 175px;
    }
    .contact-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .left-content {
        width: 80%;
    }
    .contact-head-img {
        height: auto;
    }
    .right-content {
        width: 100%;
        position: relative;
        padding: 25px 0 50px 0;
    }
    .right-text-contact {
        margin-bottom: 10%;
        margin-left: 25px;
    }
    .contact-right {
        width: 55%;
        height: 40vh;
        margin-right: 25px;
        float: right;

        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }
    .usp-wrapper {
        width: 46%;
    }
    .image-container.first {
        height: 250px;
        right: 0;
    }
    .image-container.second {
        height: 350px;
        margin-top: 130px;
    }
    .image-container.third {
        height: 275px;
        margin-top: -100px;
        margin-bottom: 0;
    }
    .case-intro,
    .website-showcase-container {
        position: relative;
        padding: 50px 25px;
    }
    .footer-bottom {
        padding: 80px 25px 80px 25px;
    }
    .case-intro-inner .intro {
        position: relative;
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .case-intro-inner .klant-info {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px;
    }
    .background {
        height: auto;
        width: 100vw;
    }
    .footer-column {
        width: 65%;
    }
    .case-wrapper {
        width: 55%;
        height: 270px;
    }
    .img-txt-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-right: 25px;
    }
    .about-us-container.mirror .img-txt-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-us-container.mirror .img-text-section-txt-wrapper {
        margin-left: 0;
    }
    .img-text-section-txt-wrapper {
        padding: 0 25px;
    }
    .img-text-section-img {
        margin-bottom: 50px;
        height: 40vh !important;
    }
    .img-text-section-img,
    .img-text-section-txt-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .image-container.is-inview:before,
    .image-container.in-view:before {
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s;
        -ms-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }
    .usp-icon,
    .usp-title,
    .usp-tekst {
        -webkit-animation-delay: 0s!important;
        -moz-animation-delay: 0s!important;
        -o-animation-delay: 0s!important;
        animation-delay: 0s!important;
    }
    .title-container.usp {
         padding-left: 25px;
         padding-right: 25px;
    }
    h1 br, h2 br {
        display: none;
    }
    h1, h2, h1 span {
        font-size: 48px;
        line-height: 54px;
    }
    h4 {
        font-size: 25px;
        line-height: 38px;
    }
    .case-wrapper {
        padding: 60px 40px;
    }
    #case-slider .excerpt {
        display: none;
    }
    .usp-icon {
        height: 70px;
        width: 70px;
    }
    .icon {
        height: 100%;
        width: 100%;
    }
    .title-wrapper {
        margin-bottom: 20px;
    }
    .horizontal-text-container {
        height: 110px;
    }
    .horizontal-text {
        max-height: 110px;
        left: 0;
    }
    .horizontal-text p, .horizontal-text .stripe {
        font-size: 75px;
        letter-spacing: -1.5px;
    }
    .horizontal-text .stripe {
        margin-left: 10px;
        margin-right: 8px;
        max-height: 120px;
    }
    .horizontal-text .stripe:before {
        height: 16px;
        width: 16px;
    }
    li.nav-item {
        padding: 4px;
    }
    li.nav-item p {
        display: none;
    }
    li.nav-item .nav-link {
        height: 65px;
    }
    li.nav-item span {
        font-size: 45px;
        line-height: normal;
    }
    .menu-social, .menu-adres, .menu-contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu-social {
        flex-wrap: wrap;
        text-align: center;
    }
    .menu-info {
        position: relative;
        width: auto;
        margin: 0 auto;
        left: 0;
        bottom: 75px;
    }
    .menu-social a {
        margin: 10px 6px;
        flex: 1 0 29.85%;
    }
    .section-tekstveld {
        width: 100%;
    }
    .dark-theme .horizontal-text p,
    .dark-theme .horizontal-text .stripe {
        -webkit-text-stroke-width: 1px;
    }
    .dark-theme .horizontal-text .stripe:before {
        border: 1px solid var(--main-blue);
    }
    .medewerker {
        width: 250px;
        margin-right: 20px;
    }
    #medewerkers-slider.margin-offset {
        margin-top: -100px;
    }
    #medewerkers-slider {
        height: auto;
        padding: 0 25px;
    }
    .medewerker-img {
        width: 100%;
        margin-right: 0;
    }
    .medewerker-img:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .contact {
        width: 100%;
    }
    #impressie-slider {
        height: 30vh;
    }
    #impressie-slider .image-container {
        margin: 0 3%;
    }
    .website-showcase-container .sticky-element {
        padding-bottom: 30px;
    }
    .website-showcase-container .tekst-wrapper p {
        padding-right: 0;
    }
    ul.navbar-nav.ml-auto {
        height: 100%;
    }
    .menu-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .next-case-img {
        height: 300px;
        margin: 100px auto 60px auto;
        width: 100%;
    }
    .relative {
        width: 100%;
        max-width: 60%;
    }
    .text-parallax {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }
    .logo-wrapper {
        height: 200px;
    }
    .logo-wrapper .logo {
        max-width: 130px;
    }
    .over-ons .image-container.first {
        margin-top: -150px;
    }
    .image-container img {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }
    .footer-cta {
        margin: 0 25px;
    }
    .blog-afbeelding {
        height: auto;
        max-height: 400px;
    }
    .logo-galerij {
        padding: 0 50px;
    }
    .case-images .image-container.first {
        margin-top: 70px;
    }
    .title-container.cases-index {
        margin-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .title-container.cases-index .title-wrapper {
        margin-bottom: 50px;
    }
    .blog-item.cases-wrapper .blog-img {
        position: relative;
        height: 250px;
    }
    .blog-item.cases-wrapper:nth-child(6n+1) .blog-img,
    .blog-item.cases-wrapper:nth-child(6n+4) .blog-img,
    .blog-item.cases-wrapper:nth-child(6n+5) .blog-img {
        height: 450px;
    }
    .blog-item.cases-wrapper {
        margin-bottom: 50px!important;
    }
    .blog-item.cases-wrapper .blog-titel span.background-half {
        font-size: 24px;
    }
    .blog-item.cases-wrapper h2.blog-titel {
        margin-top: 5px;
    }
    .blogtekst .social_media a[title]:after {
        display: none;
    }
    .inloggen-dashboard {
        flex: 0 1 100%;
    }
}
@media (max-width: 600px) {
    p br {
        display: none;
    }
    .blog-item, .grid .grid-item {
        width: 100%!important;
    }
    .render-content-padding .plate--container {
        padding: 0px !important;
    }
    .footer {
        padding: 80px 25px;
    }
    .footer-bottom {
        padding: 80px 25px 0 25px;
    }
    .footer-cta {
        height: 350px;
    }
    .case-info h3 {
        font-size: 8vw;
        line-height: 8vw;
    }
    .blog-img {
        height: 200px;
    }
    .menu-adres {
        width: 49%;
        float: left;
        text-align: left;
    }
    .menu-contact {
        width: 49%;
        float: right;
        text-align: right;
    }
    .navbar.navbar-expand-lg .social_media {
        display: none;
    }
    #case-slider {
        height: 65vh;
    }
    .more-work {
        padding-right: 170px;
        margin-top: 40px;
    }
    .usp-wrapper {
        margin-bottom: 25px;
    }
    .usp-wrapper:last-of-type {
        margin-bottom: 1vh;
    }
    .case-wrapper {
        width: 80%;
        padding: 40px 25px;
    }
    .usp-wrapper {
        width: 100%;
    }
    .logo-wrapper {
        position: relative;
        width: 50%;
        height: 100px;
    }
    .logo-wrapper:last-of-type {
        margin: 0 auto;
    }
    .footer-cta {
        margin: 0;
    }
    .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .footer-column {
        width: auto;
        padding: 10px 0;
        text-align: center;
    }
    .footer-column:last-of-type {
        width: 100%;
        text-align: center;
    }
    .image-container.first,
    .image-container.second,
    .image-container.third {
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .image-container.first img,
    .image-container.second img,
    .image-container.third img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .social_media a:last-child {
        margin-right: 0;
    }
    .medewerker-img {
        height: 300px;
    }
    .contact-right {
        width: 75%;
    }
    .linkje {
        font-size: 8vw;
        line-height: normal;
    }
    .relative {
        max-width: 80%;
    }
    .next-case-img {
        height: 200px;
    }
    p.case-name {
         -webkit-transform: translateY(-30px);
         -ms-transform: translateY(-30px);
         transform: translateY(-30px);
        opacity: 1;
    }
    .case-header {
        height: 65vh;
    }
    .case-header .case-info {
        max-width: calc(100% - 120px);
    }
    .usp-tekst {
        margin-right: 15%;
    }
    .logo-wrapper .logo {
        max-width: 100px;
    }
    .website-showcase-container .image-container {
        margin: 0 25px;
    }
    .logo-wrapper:nth-child(9) {
        display: none;
    }
    .case-images .image-container.first {
        margin-top: 7%;
        right: 8%;
    }
    .case-images.mirror .image-container.first {
        left: 8%;
    }
    .case-parallax {
        top: 6vh;
    }
    .case-info h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .case-info .subtitle {
        margin-bottom: 5px;
    }
    .blogtekst .intro-tekst,
    h2.blog-title-inner,
    .blogtekst .paragraph,
    .auteur-wrapper,
    .auteur-data {
        padding-left: 20px;
        padding-right: 20px;
    }
    .auteur-wrapper {
        margin-top: 30px;
    }
    .blogtekst .intro-tekst .back-to {
        left: 20px;
        top: -45px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .social_media.blog a {
        padding-top: 5px;
        padding-bottom: 0;
        margin-right: 8px;
    }
    .social_media.blog {
        right: 0;
        width: auto;
        top: -47px;
        margin-right: 20px;
    }
    .written-by {
        width: calc(100% - 140px);
    }
    .written-by-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .auteur-image {
        width: 85px;
        height: 85px;
    }
    .auteur-data p {
        font-size: 16px;
    }
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-item.cases-wrapper:nth-child(6n+1) .blog-img,
    .blog-item.cases-wrapper:nth-child(6n+4) .blog-img,
    .blog-item.cases-wrapper:nth-child(6n+5) .blog-img {
        height: 250px;
    }
    li.nav-item .nav-link {
        height: 55px;
    }
    li.nav-item span {
        font-size: 40px;
        line-height: normal;
    }
    .blog-item:nth-child(1) {
        margin-bottom: 4%;
    }
    .blog-item {
        margin-right: 0!important;
        margin-bottom: 4%;
    }
    .dienst-section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dienst-section-content, .dienst-section-image {
        position: relative;
        width: 100%;
    }
    .dienst-section-image {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .dienst-section-content {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .navbar-brand {
        position: relative;
        left: unset;
        transform: unset;
        margin-right: 1rem;
    }
}
