/*GENERAL STYLING*/
@font-face {
    font-family: 'KazimirText';
    src: url('../FONTS/KazimirText-It.woff2') format('woff2'),
    url('../FONTS/KazimirText-It.svg') format('svg'), /* Legacy iOS */ url('../FONTS/KazimirText-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@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;
}

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: black;
    letter-spacing: -0.3px;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    color: black;
    text-underline-position: under;
}

h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.48px;
    color: #000000;
}

h2 {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    color: #000000;
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
}

h6 span {
    font-size: 62px;
    font-weight: bold;
    font-family: Eina;
    line-height: 64px;
    color: #000000;
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
}

h3 span {
    font-size: 62px;
    font-weight: bold;
    font-family: Eina;
    line-height: 64px;
    color: #000000;
    letter-spacing: -1.48px;
    position: relative;
    display: inline-block;
    width: 50%;
}

h6.white span {
    color: #FFFFFF;
}

h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.36px;
    color: #000000;
}

h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

h6 {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
.loading {
    overflow: hidden;
    height: 100vh;
}
/*body {
    overflow-x: hidden;
}*/

h1:after {
    content: '';
    height: 125%;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;

    -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

h1.loader-titel:after {
    content: none;
}

h1 span {
    font-size: 62px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: -1.48px;
    color: #000000;
    font-family: Eina;
    width: 50%;
}

h1.loader-titel:after {
    background-color: #fef0e0 !important;
}

h1.footertext:after {
    background-color: #fef0e0 !important;
}

h1.loader-titel {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

h1.preload:after {
    height: 0;
}

h1.animate:after {
    position: absolute;
    content: '';
    height: 0;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;

    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

@keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        -webkit-transition: all ease-in 4s;
        -o-transition: all ease-in 4s;
        transition: all ease-in 4s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all ease-in 4s;
        -o-transition: all ease-in 4s;
        transition: all ease-in 4s;
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        -webkit-transition: all ease-in 4s;
        -o-transition: all ease-in 4s;
        transition: all ease-in 4s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all ease-in 4s;
        -o-transition: all ease-in 4s;
        transition: all ease-in 4s;
    }
}

h1.animate {
    animation: slide-up-fade-in .7s .4s forwards;
}

h1.preload {
    animation: slide-up-fade-in .7s forwards;
}

h2.animate {
    animation: slide-up-fade-in .7s .4s forwards;
}

h4.animate {
    animation: slide-up-fade-in .7s .4s forwards;
}

.right-text-contact.loaded {
    animation: slide-up-fade-in .7s .4s forwards;
}

h2:after {
    content: '';
    height: 125%;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;

    -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

h2.animate:after {
    position: absolute;
    content: '';
    height: 0;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;

    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

h4:after {
    content: '';
    height: 125%;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;

    -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

h4.animate:after {
    position: absolute;
    content: '';
    height: 0;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;

    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

h5 span {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -0.36px;
    color: #000000;
    font-family: Eina;
}

/*----------------------- Preloader -----------------------*/
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FEF0E0;
    z-index: 99999;
    opacity: 1;
}

.preloader.complete .loader-titel-wrapper {
    opacity: 0;
    z-index: -11;
}

.loader-titel-wrapper {
    z-index: 999999;
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: center;
    top: 38vh;
    opacity: 1;
}

p.loader-subtitle {
    color: #341FFF;
    font-family: KazimirText;
    font-style: italic;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
    z-index: 999999;
}

h6.loader-titel span {
    color: #000000;
    font-family: Eina;
    font-weight: bold;
    font-size: 62px;
    letter-spacing: -1.48px;
    line-height: 64px;
    width: 50%;
    z-index: 999999;
}

.loader-subtitle,
.loader-titel {
    opacity: 0;
    top: 70px;
    position: relative;

    -webkit-transition: ease-out;
    -moz-transition: ease-out;
    -ms-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
}

/*----------------------- Preloader styling end -----------------------*/

.lockScroll {
    width: 100%;
    overflow: hidden;
}

.blue {
    color: #341FFF;
}

.white {
    color: #FFFFFF;
}

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: white;
}

.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;
}

.mobile-slider-container {
    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*/

* {
    cursor: none !important;
}

.ct-widget--active,
.ct-tool,
.ct-tool-group,
.ct-tool-groups,
.ct-tags {
    cursor: auto !important;
}

.cursor {
    pointer-events: none;
    position: fixed;
    z-index: 999999999999999999;
    mix-blend-mode: difference;
}

.cursor__ball {
    position: fixed;
    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: black;
}

.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: white;
    position: relative;
}

img.logo {
    min-width: 160px;
}

.social_media {
    height: 23px;
    position: relative;
}

.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: #341FFF;
}

.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';
}

.navbar {
    height: 14vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
}

.navbar-toggler {
    display: block !important;
    padding: 0;
    font-family: "Eina";
    color: #000000;
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    letter-spacing: -0.94px;
    text-transform: lowercase;
    z-index: 4;
}

/*.navbar-toggler span {*/
    /*font-family: "Eina";*/
    /*color: #000000;*/
    /*font-size: 30px;*/
    /*line-height: 41px;*/
    /*font-weight: bold;*/
    /*letter-spacing: -0.94px;*/
    /*text-transform: lowercase;*/
/*}*/

.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: #000000;
    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: -100vh;
    width: 100vw;
    height: 100vh;
    background-color: #FEF0E0;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    transition: ease-in .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-transform: translateY(-150vh);
    -ms-transform: translateY(-150vh);
    transform: translateY(-150vh);
}

#menu.active {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
    opacity: 1;
    top: 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;
}

.menu-info,
.menu-adres,
.menu-contact {
    padding: 20px 0;
}

.menu-social a {
    color: #000000;
    font-family: Eina03-Regular;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin: 10px 0;
}


.menu-adres p,
.menu-contact a {
    color: #000000;
    font-family: Eina03-Regular;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin: 0;
}

.menu-info a:hover {
    color: #331DE0;
    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: #000000;
    font-family: 'Eina';
    font-size: 62px;
    letter-spacing: -1.48px;
    line-height: 70px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*Hover + Active state*/


li.nav-item span {
    display: block;
    position: relative;
}
li.nav-item span {
    top: 0;
}
li.nav-item .nav-link,
li.nav-item span.first {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
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 a:hover {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke-color: #341FFF;
    -webkit-text-stroke-width: 1.5px;
}

li.nav-item.active {
    padding-bottom: 20px;
}

li.nav-item.active a {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke-color: #341FFF;
    -webkit-text-stroke-width: 1.5px;
    padding: 20px 0;
}

li.nav-item.active:hover a {
    -webkit-text-stroke-color: #000000;
}*/

li.nav-item:hover p {
    opacity: 1;
}

html.lockScroll .navbar {
    margin-right: 17px;
}

/*CASE SLIDER*/

section.case-slider {
    padding-left: 60px;
}

#case-slider {
    height: 84vh;
}

.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 */


.revealer {
    display: inline-block;
}

.reveal {
    position: relative;
    display: block;
}

.reveal:after,
.reveal__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.reveal:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #341FFF;
    -webkit-animation-name: reveal-effect;
    animation-name: reveal-effect;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.revealSecond:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fef0e0;
    -webkit-animation-name: reveal-effect;
    animation-name: reveal-effect;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.revealSecond {
    position: relative;
    display: block;
}

.revealSecond:after,
.reveal__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.reveal__content.animate {
    -webkit-animation-name: reveal-content;
    animation-name: reveal-content;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.reveal.animate:after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.revealSecond.animate:after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.reveal__content {
    -webkit-animation-name: reveal-content;
    animation-name: reveal-content;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


@-webkit-keyframes reveal-content {
    0%,
    49.999% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


@keyframes reveal-content {
    0%,
    49.999% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal-effect {
    0%, 100% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: 100%;
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@keyframes reveal-effect {
    0%, 100% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: 100%;
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

/*CASE ITEM*/

#case-slider .case-wrapper {
    height: 100%;
}

.case-wrapper {
    position: relative;
    height: 735px;
    width: 40%;
    padding: 120px 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    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;
}

.case-info {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 350px;
    padding-bottom: 1px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.case-info h3 {
    color: white;
    margin-bottom: 0;
}

.excerpt {
    color: #FFFFFF;
    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 DETAIL*/

.case-header {
    position: relative;
    height: 80vh;
    padding: 0 60px;
}

.case-header-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-header-inner .case-info {
    max-width: 450px;
}

h1.animate span {

}

.case-header-inner .case-info h1 {
    color: 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-decoration: underline;
    text-transform: lowercase;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.case-intro-inner .klant-info .website-link a:hover {
    text-decoration: none;
}

.next-case-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 525px;
    height: 350px;
    margin: 120px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.relative {
    position: relative;
    text-align: center;
    color: 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);
}

/*IMPRESSIE SLIDER*/

section.impressie-slider {
    position: relative;
}

#impressie-slider {
    height: 550px;
}

.impressie-slider-container {
    position: relative;
}

#impressie-slider .image-container {
    position: relative;
    width: 80%;
    height: 100%;
    padding: 0 3%;
}

/* BLOG POST */

.blog-wrapper {
    padding: 0 47px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-item {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25%;
    position: relative;
    height: auto;

    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.blog-item:nth-child(1) {
    width: 65.33333%;
    position: relative;
}

.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-style: italic;
    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%;
    -webkit-box-shadow: inset 0 -150px 130px 3px rgba(50, 50, 50, 0.44);
    box-shadow: inset 0 -150px 130px 3px rgba(50, 50, 50, 0.44);
}

.blog-img {
    height: 18vw;
    width: 100%;
    background-position: top 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.blog-item:hover .blog-img:before {
    opacity: 1;
}

.blog-item:hover h2.blog-titel span.background-half {
    background-size: 200% 55%;
}

h2.blog-titel 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: #000000;
    font-family: Eina;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 26px;
}

.blog-img:hover:before {
    color: #341FFF;
}

.blog-img:before {
    content: 'Lees verder';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #FEF0E0;
    color: #000;
    position: relative;
    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: #000000;
    font-family: KazimirText;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -0.3px;
    line-height: 28px;
    position: relative;
}

h2.blog-titel {
    color: #000000;
    font-family: Eina;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 26px;
    position: relative;
}

.blogpost-show-wrapper {
    padding: 0 60px;
    position: relative;
}

.blogpost-header {
    width: 50%;
    margin: -40px auto 0;
    position: relative;
}

.blog-afbeelding {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 62vh;
    position: relative;
    margin: 0 auto;
}

.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;
}

.auteur-data p {
    opacity: 0.42;
    color: #000000;
    font-family: KazimirText;
    font-style: italic;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
}

.render-content-padding * {
    padding: 0 2px;
}

span p {
    color: #000000;
    font-family: Eina03-Regular;
    font-size: 16px;
    letter-spacing: -0.27px;
    line-height: 28px;
}

span p b {
    color: #000000;
    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 {
    background-position: center -27px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 95vh;
}

.contact-right {
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70%;
    position: relative;
    height: 60vh;
}

.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-top: -30px
}

h2 a {
    color: #000000;
    font-family: Eina;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: -0.5px;
    line-height: 44px;
}

.contactinfo h1 {
    padding: 20px 0;
}

.gedetailleerde-info p,
.gedetailleerde-info .contact a {
    color: #000000;
    font-family: KazimirText;
    font-style: italic;
    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%;
}

.right-text-contact:after {
    content: '';
    height: 100%;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;

    -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

.right-text-contact.animate:after {
    height: 0;
}

.right-text-contact.loaded:after {
    position: absolute;
    content: '';
    height: 0;
    bottom: -10px;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;

    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* CONTACTFORM STYLING */

.form-field {
    display: block;
    position: relative;
    z-index: 3;
}

.form-field--is-active .form-field__control::after {
    color: #000;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #000;
    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: #000;
    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: 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;
}

a.send input {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.94px;
    font-weight: bold;
    border-bottom: 2px solid black;
    text-decoration: none;
    font-family: 'Eina';
    text-transform: lowercase;
}

.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.title-element {
    padding-left: 0;
    padding-right: 0;
}

.title-container.title-element .title-wrapper {
    margin-bottom: 28px;
}

.title-wrapper {
    width: 100%;
    margin-bottom: 80px;
}

.title-wrappertje {
    width: 100%;
    margin-bottom: 40px;
}

a.txt-deco {
    text-decoration: none;
}

.title-wrapper.double-title {
    max-width: 700px;
}

.usp-container {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*USP ITEM*/

.usp-wrapper {
    position: relative;
    width: 23%;
    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%;
}

.icon1 {
    height: 100%;
    width: 87px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
}

.icon2 {
    height: 67px;
    width: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 34px;
    z-index: 0;
}

.usp-title {
    margin-top: 10px;
}

.usp-tekst {
    margin-top: 18px;
}

/*IMAGES SECTION*/

.image-section {
    position: relative;
}

.image-container {
    position: relative;
    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;
}

.image-container.is-selected {
    -webkit-box-shadow: 0px 0px 20px -15px #00000091;
    box-shadow: 0px 0px 20px -15px #00000091;
}

.image-container img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.image-container.fill img {
    height: 100%;
    width: 100%;
}

.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: -200px;
}

.case-parallax {
    top: 10vh;
    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: #341FFF;
    -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 #341FFF;
    top: 56%;
}

/*ABOUT US PAGINA*/

.medewerkers-wrapper::-webkit-scrollbar {
    display: none;
}

.medewerkers-section {
    width: 100vw;
    height: 100vh;
}

#medewerkers-slider {
    height: 100%;
    margin-top: -190px;
}

.medewerkers-wrapper {
    width: 70vh;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vw;
}

.medewerker {
    width: auto;
    height: 100%;
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    white-space: nowrap;
    font-size: 0;
    margin-right: 100px;
}

.medewerker:nth-child(2n) {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.medewerker-img {
    height: 500px;
    width: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-right: 2%;
}

p.medewerker-naam {
    color: #000000;
    font-family: Eina;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 28px;
}

p.medewerker-functie {
    color: #000000;
    font-family: KazimirText;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 0;
}

.section-container.no {
    padding: 0;
    margin-top: -170px;
}

.section-container.no .image-container.first {
    right: 0;
    top: 0;
}

.section-container.no .text-parallax {
    top: 200px;
}

.section-container.no .image-container.second {
    left: 5%;
}

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: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-text-section-img {
    background-position: center center;
    background-size: cover;
    width: 41%;
    background-repeat: no-repeat;
    position: relative;
}

.img-txt-section-txt {
    position: relative;
}

.section-tekstveld {
    width: 81%;
}

/*LOGO GALERIJ*/

.images-gallery {
    width: 100%;
    text-align: center;
}

.logo-wrapper {
    position: relative;
    width: 33.33334%;
    height: 250px;
}

.logo-wrapper .logo {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 40%;
    height: 100%;
    margin: 0 auto;
}

/*FULLWIDTH SECTIE*/

.background {
    position: relative;
    width: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*WEBSITE SHOWCASE SECTIE*/

.website-showcase-container {
    position: relative;
    background: #FEF0E0;
    padding: 180px 120px;
    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%;
}

.sticky-stopper {
    width: 30px;
    height: 2px;
    background-color: black;
    position: relative;
}

.website-showcase-container .left {
    position: relative;
    width: 50%;
}

.website-showcase-container .right {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}

.website-showcase-container .right .plate--container {
    padding-left: 0;
    padding-right: 0;
}

.website-showcase-container .tekst-wrapper p {
    padding-right: 15%;
}

.mobile-slider {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

mobileSlider {
    z-index: 3;
    width: 290px;
    height: 300px;
}

.image-inner {
    background-image: url('../IMAGES/iphone_scherm.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.imageover {
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    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;
    width: 298px;
    left: 18px;
    top: 96px;
}

#mobileSlider {
    width: 100%;
}

/*FOOTER*/

.footer {
    padding-top: 60px;
}

.footer-bottom {
    padding: 60px 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 .blue {
    text-decoration: underline;
}

.footer-column .social_media a:before {
    color: black;
}

@media (max-width: 1400px) {

    .footer-column {
        width: 45%;
    }
}


@media (max-width: 1134px) {

    .cursor {
        display: none;
    }

    .website-showcase-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .website-showcase-container .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin: 0;
    }

    .website-showcase-container .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 0;
    }

}

@media (max-width: 965px) {
    .navbar,
    .case-header,
    .plate--container,
    .title-container,
    .usp-container,
    .blogpost-show-wrapper {
        padding: 0 25px;
    }

    .cursor {
        display: none;
    }

    section.case-slider {
        padding: 0 0 0 25px;
    }

    .case-header-inner {
        padding: 30px;
    }

    .section-container {
        padding: 0;
    }

    .case-wrapper {
        width: 70%;
    }

    .blog-wrapper {
        padding: 0 25px;
    }

    .blog-item {
        width: 48%;
    }

    .blog-item:nth-child(1) {
        width: 100%;
        position: relative;
        height: 350px;
        margin-bottom: 25px;
    }

    .blogpost-header {
        width: 90%;
    }

    .blog-img {
        height: 240px;
    }

    .logo-wrapper .logo {
        max-width: 65%;
    }

    .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: 50vh;
    }

    .right-text-contact h2 a {
        font-size: 8vw;
        line-height: 13vw;
    }

    .right-text-contact h2 {
        font-size: 8vw;
        line-height: 8vw;
    }

    .right-content {
        width: 100%;
        position: relative;
        padding: 25px 0 50px 0;
    }

    .right-text-contact {
        margin-bottom: 10%;
        margin-left: 25px;
    }

    .contact-right {
        width: 80%;
        height: 40vh;
        margin-right: 25px;
        float: right;
    }

    .usp-wrapper {
        width: 50%;
    }

    #impressie-slider .image-container {
        width: 95%;
    }

    ul.navbar-nav.ml-auto {
        width: 40%;
    }

    .section-container.no .image-container.second {
        left: 0;
    }

    .image-container.first {
        height: 450px;
        width: 80%;
        float: right;
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .image-container.second {
        height: 800px;
        width: 80%;
    }

    .image-container.third {
        height: 500px;
        width: 50%;
        float: right;
        margin-top: -50px;
    }

    .case-intro,
    .website-showcase-container,
    .footer-bottom {
        position: relative;
        padding: 50px 25px;
    }

    .case-intro-inner .intro {
        position: relative;
        width: 100%;
        padding-right: 20%;
        -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,
    .impressie-slider-container,
    .image-container {
        height: 20vh !important;
        width: 100vw;
    }

    .footer-column {
        width: 65%;
    }

    .image-container.first,
    .image-container.second,
    .image-container.third,
    .case-wrapper {
        width: 55%;
        height: 270px;
    }

    .image-container.second.fill {
        top: -25px;
    }

    .medewerker-img {
        height: 350px;
        width: 250px;
    }

    .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;
    }

    .img-text-section-txt-wrapper {
        padding: 0 25px;
    }

    .img-text-section-img {
        margin-bottom: 25px;
        height: 80vh !important;
    }

    .section-container.no {
        margin-bottom: 25px;
    }

    .img-text-section-img,
    .img-text-section-txt-wrapper {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 700px) {

    ul.navbar-nav.ml-auto {
        width: 50%;
    }
}

@media (max-width: 600px) {

    .blog-item {
        width: 100%;
    }

    .blogpost-header {
        width: 75%;
    }

    .render-content-padding .plate--container {
        padding: 0px !important;
    }

    .footer {
        padding: 0 25px;
    }

    .footer-cta {
        height: 350px;
    }

    .case-info h3 {
        font-size: 8vw;
        line-height: 8vw;
    }

    .blog-img {
        height: 200px;
    }

    .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;
    }

    ul.navbar-nav.ml-auto {
        width: 98%;
        margin-top: 100px;
    }

    .menu-info {
        width: 90%;
        margin: 0 auto;
    }

    li.nav-item.active a {
        line-height: 65px;
        font-size: 15vw;
        padding-bottom: 0;
    }

    li.nav-item a {
        line-height: 65px;
        font-size: 13vw;
    }

    li.nav-item a:hover {
        font-size: 18vw;
    }

    .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;
    }

    .image-container.first,
    .image-container.second,
    .image-container.third {
        width: 65%;
        height: 270px !important;
    }

    .case-wrapper {
        height: 50vh;
    }

    #case-slider {
        height: 65vh;
    }

    .more-work {
        padding-right: 25px;
    }

    .usp-wrapper {
        margin-bottom: 10vh;
    }

    .usp-wrapper:last-of-type {
        margin-bottom: 1vh;
    }

    .image-container.second.fill {
        left: 25px;
        top: 25px;
    }

    .image-container.third {
        margin-top: 50px;
        margin-right: 25px;
    }

    .case-wrapper {
        width: 80%;
        height: 270px;
    }

    .case-wrapper {
        padding: 120px 15px;
    }

    .usp-wrapper {
        width: 100%;
    }

    .logo-wrapper {
        position: relative;
        width: 50%;
        height: 120px;
    }

    .logo-wrapper:last-of-type {
        margin: 0 auto;
    }

    .logo-wrapper .logo {
        max-width: 65%;
    }

    .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: 50%;
        padding: 10px 0;
        text-align: center;
    }

    .footer-column:last-of-type {
        width: 100%;
        text-align: center;
    }
}
