/*Default css*/

@font-face {
    font-family: 'Sofia';
    src: url("../fonts/sofiapro-light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/sofiapro-light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SofiaPro-Medium";
    src: url("../fonts/SofiaProMedium1.eot"); /* IE9 Compat Modes */
    src: url("../fonts/SofiaProMedium1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SofiaProMedium1.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SofiaProMedium1.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SofiaProMedium1.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SofiaProMedium1.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SofiaProMedium1.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
}

h1, h2{
    font-family: 'SofiaPro-Medium';
    font-weight: 600;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    letter-spacing: 0!important;
}
h3, h4, h5, h6 {
    font-family: 'Sofia';
    font-weight: 300;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    letter-spacing: 0!important;
}

h1 {
    font-weight: 600;
    font-size: 50px; /*50px*/
    line-height: 60px;
    max-width: 400px;
    margin-right: auto;
}

h1 span,
h2 span,
h3 span {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.content-wrapper h1 {
    text-align: center;
    max-width: 600px;
}

h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
}

h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(26, 35, 52, 0.50);
}

h5 {
}

h6 {
    font-size: 13px; /*15px*/
    font-weight: 300;
    line-height: 16px;
    color: #1A2334;
}



a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center,
cite, code, dd, del, dfn, dl, dt, em, fieldset, font, footer, form, header,
html, i, input, iframe, img, ins, kbd, label, legend, li, link, nav, object, ol, p, pre,
q, s, samp, section, small, span, strike, strong, sub, sup, select, table, tbody, td,
tfoot, th, thead, title, tr, tt, textarea, text, u, ul, var, option {
    font-size: 16px; /*15px*/
    font-family: 'Sofia';
    line-height: 28px;
    color: #1A2334;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    width: 100vw;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
    letter-spacing: 0;
}

body {
    color: #1A2334;
    background: #edebe7;
}

* {
    letter-spacing: 0!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;

}

a {
    color: unset;
    background-color: unset;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.site-wide-notify {
    position: fixed;
    background: white;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px 80px 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#close-notification {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    cursor: pointer;
}

#close-notification svg {
    width: 100%;
    height: 100%;
}

#close-notification svg polygon {
    fill: #1A2334;
}

.open-notification .site-wide-notify {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.site-wide-notify p {
    padding: 0;
    margin: 0;
}

/*SMOOTH SCROLL STYLING*/
::-webkit-scrollbar {
    display: none;
}

#js-scroll {
    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;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
    z-index: 111111;
}


.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    -ms-transform: scaleX(1.45);
    transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #B29863;
    opacity: 0.5;
    width: 5px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

:focus {
    outline: none !important;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
    /*background: white;*/
    /*   padding-top: 46px;*/
}

.plate--container {
    width: 100%;
    max-width: 1400px;
    /*Deze padding is te veranderen per project */
    padding-left: 15px;
    padding-right: 15px;
}

/*Use this class to make element or section full width*/
.none {
    width: 100%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

.section-container {
    width: 100%;
    /*Deze padding is te veranderen per project*/
    padding-left: 120px;
    padding-right: 120px;
}

.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;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plate--column {
    position: relative;
}

/* 404 message */
.error-message {
    width: 100%;
    height: 500px;
    z-index: 3;
    margin-top: -276px;
    background: #dddddd;
    position: relative;
}


/*Navigation styling*/

#navigation {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: transparent;
    z-index: 100;

    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    top: 0;
    left: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.navigation:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear , left top, left bottom , from(#e2e0da) , to(transparent));
    background: -o-linear-gradient(#e2e0da , transparent);
    background: linear-gradient(#e2e0da , transparent);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -o-transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


#navigation.fixed-header {
    background-color: white;
}

.fixed-header .navbar-nav .nav-link {
    color: #000;
}

.fixed-header img.logo {
    /*-webkit-filter: invert(1);*/
    /*filter: invert(1);*/
}

nav.navbar {
    position: relative;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.nav-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.left-column {
    margin-right: 10%;
}

.right-column {
    margin-left: 10%;
}

.navbar-inner {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand, .menu-open.fixed-header .navbar-brand, .menu-open .navbar-brand {
    height: 174px;
    z-index: 100;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 33px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}


.navbar-collapse {
    position: relative;
    width: 80%;
    float: right;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-nav .nav-link, .menu-open .navbar-nav .nav-link {
    color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.navbar-toggler {
    display: none;
    padding-right: 0px;
    z-index: 100;
    right: 0;
    top: 40px;
    position: absolute;
}

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    background-color: #fff;
    border: 1px solid #B29863;
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: #B29863;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(0, 123, 255, 0.84);
    text-decoration: none;
    background-color: #ffffff;
}

.bars {
    position: relative;
    height: auto;
    width: 35px;
}

.bar {
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin-bottom: 8px;

    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.bar.bar-3 {
    margin-bottom: 0;
}

.menu-open .bars {
    margin: 0;
}

.menu-open .bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -18px;
}

.menu-open .bar-2 {
    opacity: 0;
}

.navbar {
    padding: 0;
}

.navbar .plate--container {
    height: 100%;
}

ul.navbar-nav {
    position: relative;
    width: 100%;
    background-color: rgba(26, 35, 52, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-brand {
    overflow: hidden;
    width: 128px;
}

.navbar-brand a {
    width: 60px;
}

.navbar-brand:before {
    content: '';
    width: calc(100%);
    height: 36px;
    bottom: 0;
    left: -1px;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fixed-header .navbar-brand:before {
    background-color: #1A2334;
}

.fixed-header .navbar-brand {
    background-color: #1A2334;
    /*box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.25);*/
    border-left: 1px solid #1A2334;
    border-bottom: 1px solid #1A2334;
    border-right: 1px solid #1A2334;
    padding: 33px;
}

img.logo, img.fix-logo {
    max-height: 100%;
    width: 60px;
    -webkit-transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -o-transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    transition: all .5s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    /*-webkit-transition-delay: .4s;*/
    /*-o-transition-delay: .4s;*/
    /*transition-delay: .4s;*/
}

img.fix-logo {
    opacity: 0;
    position: absolute;
    left: 33px;
    height: 60px;
    z-index: -1;
    -webkit-filter: invert(1);
    filter: invert(1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

/*.fixed-header img.fix-logo {*/
/*opacity: 1;*/
/*z-index: 1;*/
/*height: 86px;*/
/*}*/

.fixed-header img.logo {
    /*opacity: 0;*/
    /*z-index: -1;*/
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);

}

.instagram-wrapper .titel {
    margin-bottom: 75px;
}

ul.navbar-nav li {
    padding-right: 60px;
    padding-top: 70px;
    padding-bottom: 65px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fixed-header ul.navbar-nav li {
    padding-top: 15px;
    padding-bottom: 15px;
}


ul.navbar-nav .nav-column.right-column li:nth-child(1n),
ul.navbar-nav .nav-column.left-column li:nth-last-child(1n) {
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}

/*ul.navbar-nav .nav-column.right-column li:nth-child(3),*/
/*ul.navbar-nav .nav-column.left-column li:nth-last-child(3) {*/
/*-webkit-transition-delay: .1s;*/
/*-o-transition-delay: .1s;*/
/*transition-delay: .1s;*/
/*}*/

/*ul.navbar-nav .nav-column.right-column li:nth-child(4),*/
/*ul.navbar-nav .nav-column.left-column li:nth-last-child(4) {*/
/*-webkit-transition-delay: .15s;*/
/*-o-transition-delay: .15s;*/
/*transition-delay: .15s;*/
/*}*/

/*ul.navbar-nav .nav-column.right-column li:nth-child(5),*/
/*ul.navbar-nav .nav-column.left-column li:nth-last-child(5) {*/
/*-webkit-transition-delay: .2s;*/
/*-o-transition-delay: .2s;*/
/*transition-delay: .2s;*/
/*}*/

ul.navbar-nav li.last {
    padding-right: 0;
}

.formulier .image {
    width: 42%;
    height: 565px;
}

.form {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 65px 90px 65px 15%;
    border: 1px solid white;
}

.news .form {
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .5s;
}

.news .swiper-slide-active .form {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 0s;
}

/* BUTTONS */
.button {
    display: inline-block;
    position: relative;
    min-width: 180px;
    min-height: 80px;
    height: 80px;

    background-color: #ffffff;
    /*border: 1px solid #1A2334;*/

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.button.dark_mode {
    background-color: #1A2334;
}

.button.dark_mode span {
    color: #ffffff;
}

button.button {
    padding: 0;
    margin: 0;
    border: 0;
}

.button a, button.button .link {
    position: relative;
    min-width: 100%;
    text-align: center;
    color: #1a2334;
    text-decoration: none;
    padding: 27px 66px 27px 33px;
    height: 100%;
    z-index: 1;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    border: none;

    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;
}

.button.dark_mode a {
    color: #ffffff;
}

.button span {
    padding-right: 100px;
    padding-left: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button:hover span {
    padding-right: 35px;
    padding-left: 65px;
}

.button svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
}

.button:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
    background-color: white;
    left: 0;
    z-index: 2;
}

.button:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
    background-color: white;
    right: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button.dark_mode:before {
    background-color: #1A2334;
}

.button.dark_mode:after {
    background-color: #1A2334;
}

/*.button:hover:after {*/
/*width: 65px;*/
/*right: -35px;*/
/*}*/
.button svg {
    width: 30px;
}

.button svg:nth-last-child(1) {
    right: 30px;
    opacity: 1;
}

.button:hover svg:nth-last-child(1) {
    right: 0px;
    opacity: .4;
}

.button svg:nth-child(1) {
    left: 0px;
    opacity: 1;
}

.button:hover svg:nth-child(1) {
    left: 30px;
    opacity: 1;
}


/*.button:hover,*/
.form-field.file:hover .button {
    background-color: #ffffff;
    /*border: 1px solid #EDEBE7;*/

}

/*.button:hover a,*/
/*.form-field.file:hover .button a {*/
/*color: #EDEBE7;*/
/*}*/

/* CONTACTFORM STYLING */

.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 42px;
    height: auto;
}

.form-field--is-active .form-field__control::after {
    color: #1A2334;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #1A2334;
    opacity: .8;
    font-size: 11px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.form-field--is-filled .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}


.form-field-container .form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field-container.delivery,
.form-field-container.textcard-text,
.deliver h6,
.textcard h6 {
    display: none;
    margin-bottom: 0;
}

.deliver h6,
.textcard h6 {
    opacity: .5;
}

.deliver .form-field__label,
.textcard .form-field__label {
    margin-bottom: 10px;
}

.boeket-show form button {
    margin-top: 20px;
}

.boeket-show .flower-section {
    padding-bottom: 100px;
}

/*.form-field-container .form-field--is-active .form-field__label {*/
/*-webkit-transform: translateY(0px);*/
/*-ms-transform: translateY(0px);*/
/*transform: translateY(0px);*/
/*}*/


/*.form-field-container .form-field--is-filled .form-field__label {*/
/*-webkit-transform: translateY(0px);*/
/*-ms-transform: translateY(0px);*/
/*transform: translateY(0px);*/
/*}*/

.form-field__label {
    display: block;
    font-size: unset;
    font-weight: unset;
    font-family: unset;
    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: #1A2334;
    opacity: 1;
}

.form-field_check_label {
    position: relative;
    margin-bottom: 5px !important;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-field_check_label span {
    margin-left: 10px;
}

.form-field-container .radio label, .form-field-container .checkbox label {
    position: relative;
    top: 0;
}

.radio label {
    padding-right: 15px;
    width: auto;
}

.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-container:nth-last-of-type(1) {
    margin-bottom: 40px;
}

.form-field-container:nth-child(3) {
    padding-top: 0;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333333;
    color: #333333;
    display: block;
    margin-top: 0px;
    outline: 0;
    width: 100%;
    z-index: 5;
    min-height: 42px;
    height: auto;
}

.form-field__textarea {
    min-height: 80px;
}

.form-field-container {
    position: relative;
    overflow: visible;
    display: block;
    padding-top: 24px;
    width: 100%;
}

.form-field-container label {
    position: absolute;
    margin-bottom: 0px;
    top: 8px;
    left: 0;
}

.form-field-container input {
    margin-top: 0;
    padding: 0!Important;
    margin-left: 0;
    left: 0;
}

.form-field.first label {
    display: block;
}

.form-field.select select {
    padding: 5px;
    border: 1px solid #333333;
}

textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-field input[type="file"] {
    padding-left: 0;
    -webkit-appearance: none;
}

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
}

.form-field input[type="checkbox"]:checked {
    color: #99a1a7;
}

.form-field input[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    top: 2px;
    left: 2px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: #333333;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #333333;
}

.form-field input[type="radio"]:checked {
    color: #99a1a7;
}

.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    border-radius: 100%;
    top: 2px;
    left: 2px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="radio"]:checked:after {
    background-color: #333333;
}


textarea {
    height: 200px;
    min-height: 100px;
    max-height: 350px;
}

input.form-submit {
    background: transparent;
    border: none;
}

.submit-form-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0;
}

.submit-form-btn input {
    width: 100%;
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
    font-weight: unset;
    text-transform: unset;
    padding: 15px;
    color: #1A2334;
    border: 1px solid rgba(255, 255, 255, 0);
}

.submit-form-btn:hover input {
    color: #EDEBE7;
    background-color: #1A2334;
}

/* post header & home header */
.post-header-wrapper, .home-header-wrapper {
    position: relative;
    padding: 100px 0 100px 0;
    background: #1A2334;
}

.home-header-wrapper .image img {
    width: 100%;
}

.home-header-wrapper .title-container p, .post-header-wrapper .title-container p {
    color: #B29863;
}

.left-header-side .prices h3 {
    margin-bottom: 20px;
}

.left-header-side .prices p span {
    margin-right: 10px;
}

.left-header-side {
    padding-bottom: 30px;
}

.scroll-indicator {
    position: absolute;
    top: -80px;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

.post__header .scroll-indicator__text {
    position: absolute;
    -webkit-animation: scrolling 2.75s infinite 0s ease-in-out;
    animation: scrolling 2.75s infinite 0s ease-in-out;
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: .6;
    }

    25% {
        -webkit-transform: translateY(0) skewX(0deg);
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(0) skewX(0deg);
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }

    75% {
        -webkit-transform: translateY(0) skewX(0deg);
        transform: translateY(0) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: .6;
    }
}


.post__header .first-row {
    margin-top: -100px;
}

.post__header {
    position: relative;
}

.post__header:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    background: #B29863;
    width: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    height: 1px;
}

.home-header-wrapper .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.home-header-wrapper:before, .post-header-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 20, 0.45);
    opacity: 1;
    z-index: 1;
}

.home-header-wrapper .content-wrapper, .post-header-wrapper .content-wrapper {
    z-index: 2;
    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;
}

.home-header-wrapper {
    min-height: 450px;
    width: 50%;
    height: 100vh;
}

.high_version .post-header-wrapper {
    min-height: 500px;
    width: 100%;
    height: 100vh;
}

.post-header-wrapper {
    min-height: 385px;
    height: auto;
    width: 100%;
}

.home-header-wrapper .buttons .button:nth-child(1n+2) {
    margin-left: 10px;
}

.post-header-wrapper, .home-header-wrapper {
    color: #ffffff;
}

/* post item */
.post-index-item {
    width: 100%;
    position: relative;
}



.category-selection-field input {
    overflow: hidden;
    visibility: hidden;
    border: none;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.inner-panel {
    padding-right: 30px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.inner-panel.checked .category-selection-field {
    position: relative;
}

.inner-panel.checked .category-selection-field:after {
    content: '';
    bottom: 0px;
    height: 1px;
    position: absolute;
    width: 100%;
    background: #1A2334;
    left: 0;
}

.inner-panel * {
    margin-bottom: 0;
}

.items-container {
    position: relative;
    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;
}

.item-wrapper {
    position: relative;
    background: #EDEBE7;
    margin-bottom: 0;
    overflow: hidden;

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.item-wrapper.post, .item-wrapper.project {
    width: 100%;
}

.item-wrapper.post .item-image {
    height: 291px;
    position: relative;
    overflow: hidden;
}

.item-wrapper.project:nth-child(2n), .item-wrapper.post:nth-child(3n) {
    margin-right: 0;
}

.item-wrapper.post:nth-child(3n + 2) {
    top: 50px;
}

.item-wrapper:hover {
}

.items-container .item-wrapper.project:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper .item-wrapper-inner {
    padding: 50px 0 115px 0;
    color: #1A2334;
}

.item-wrapper .item-wrapper-inner p span {
    margin-bottom: 0;
    opacity: .5;
}

.item-wrapper .item-wrapper-inner h3 {
    margin-bottom: 20px;
}

.item-wrapper .item-image {
    height: 415px;
    background-position: center center;
    background-size: cover;
}

/* company info */
.company-info svg {
    height: 16px;
    width: 16px;
    color: #B29863;
}

/* menu element */
ul.menu {
    padding: 0 0 0 20px;
}

.line {
    background: #B29863;
    height: 1px;
    width: 78px;
    position: absolute;
    bottom: 0;
    left: 90px;
}

.image__text .text {
    padding: 50px 30% 50px 75px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid white;
}

.image__text .button {
    margin-left: auto;
}

/* section */
.section {
    position: relative;
}

.section-content {
    position: relative;
    z-index: 3;
}

.image__text .section {
    min-height: 625px;
    padding: 100px 0 150px 0;
}

.image__text .section .image {
    left: unset;
    right: 0;
    width: calc(100% - (37vw + 100px));
}

.itemslider .title-container {

}

.itemslider .title-wrapper h2 {
    display: inline-block;
    margin-bottom: 20px;

}


/* projecten slider */
.project-slider-container {
    padding: 175px 0;
}

.project-slider-container h2 {
    margin-bottom: 80px;
}

.project--show .swiper-container.images {
    overflow: visible;
    padding-bottom: 95px;
    margin-bottom: 95px;
}

.project--show .swiper-container.images .swiper-slide {
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.pro .swiper-container.producten {
    padding: 65px 0 80px 0;
    margin-bottom: 80px;
}

.pro .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .swiper-slide .news--item .image {

}

.news .swiper-slide {
    background: #edebe7;
}

.news .swiper-slide .swiper-pagination-bullet {
    margin-right: 16px;
}

.news .news--item {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.swiper-container.producten {
    padding: 65px 0 95px 0;
    margin-bottom: 135px;
}

.producten .content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
}

.producten .swiper-slide:hover .content h3 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.producten .swiper-slide .button {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    left: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.producten .swiper-slide:hover .button {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.image__text .side_text p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
    text-align: end;
    color: white;
}

.image__text .side_text p span {
    /*text-shadow: 1px 1px 9px #1a2334;*/
    color: white;
}

.introduction h2 {
    margin-bottom: 20px;
}

.introduction h4 {
    margin-bottom: 40px;
}

.producten .content h3 {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.producten .swiper-slide:hover .content p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.producten .content p {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.project--show .section {
    margin-bottom: 155px;
}

.producten .swiper-slide:hover .content {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.70);
}

.project-slider-container .swiper-container {
    width: calc(63vw - 200px);
    height: 100%;
}

.producten .swiper-slide {
    overflow: visible;
}

.project-slider-container .highlighted-image {
    width: calc(37vw + 200px);
    z-index: 3;
    position: relative;
}

.project-slider-container .highlighted-image .image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.project-slider-container .highlighted-image .image img {
    width: calc(100% - 200px);
    height: 100%;
}

.project-slider-container .highlighted-image .button {
    position: absolute;
    z-index: 4;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.producten .swiper-slide {
    height: auto;
}

.swiper-slide {
    text-align: left;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 625px;
}

.producten .swiper-slide {
    height: auto;
}

.news .swiper-slide .image {
    height: 100%;
    width: calc(100% - (40% + 100px));
    right: 0px;
    left: unset;
    position: absolute;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -o-transition: all .7s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    transition: all .7s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.news .swiper-slide.swiper-slide-active .image {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.news .swiper-slide.swiper-slide-active{
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
}
.news .swiper-slide {
    height: auto;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.news .content {
    position: relative;
    opacity: 0;
    /*overflow: hidden;*/
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 1.2s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    -o-transition: all 1.2s cubic-bezier(0.78, 0.02, 0.24, 1.01);
    transition: all 1.2s cubic-bezier(0.78, 0.02, 0.24, 1.01);
}

.news .swiper-slide-active .content{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/*.news .content h3, .news .content p  {*/
/*opacity: .8;*/
/*-webkit-transition: opacity .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*-o-transition: opacity .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*transition: opacity .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*}*/

.form {
    position: relative;
}

/*.news .swiper-slide{*/
/*transition-delay: .7s;*/
/*}*/
/*.news .form:before {*/
/*background: #f5f3ef;*/
/*content: '';*/
/*position: absolute;*/
/*left: 0%;*/
/*top: 0%;*/
/*height: 100%;*/
/*width: 100%;*/
/*-webkit-transition: all .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*-o-transition: all .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*transition: all .8s cubic-bezier(0.78, 0.02, 0.24, 1.01);*/
/*-webkit-transform: translateX(0%);*/
/*-ms-transform: translateX(0%);*/
/*transform: translateX(0%);*/
/*-webkit-transition-delay: 1.75s;*/
/*-o-transition-delay: 1.75s;*/
/*transition-delay: 1.75s;*/
/*z-index: 3;*/

/*}*/

.news .swiper-slide-active .content * {
    opacity: 1;
}

/*.news .swiper-slide-active .form:before {*/
/*width: 0%;*/
/*}*/

.news .swiper-pagination {
    position: relative;
    text-align: left;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 30px;
}

/*.news .desktop {*/
/*position: relative;*/
/*-webkit-transform: translateY(-100%);*/
/*-ms-transform: translateY(-100%);*/
/*transform: translateY(-100%);*/
/*}*/

.news .desktop .button {
    margin-bottom: 0px;
}

.swiper-slide .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.swiper-slide:hover .image img {
    width: 107%;
    height: 107%;
}


.news .swiper-slide:hover .image img {
    width: 100%;
    height: 100%;
}

.swiper-slider-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper-slider-wrapper .title-wrapper {
    padding-top: 50px;
    padding-right: 25px;
}

.swiper-slide .image {
    position: relative;
    height: 415px;
}

.title-wrapper .subtitel {
    opacity: .5;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 10px;
}

.project-content.swiper-container-horizontal > .swiper-pagination-bullets, .project-content.swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: left;
    bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-last-child(1) {
    margin-right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background: #B29863
}

table {
    width: 100%;
}

/* instagram */
#instafeed {
    position: relative;
    height: 100%;
}

#instafeed .image-container {
    width: 26%;
    padding-bottom: 26%;
    margin-bottom: 114px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-right: 11%;
    height: 100%;
}

#instafeed .image-container:nth-child(3n) {
    margin-right: 0;
}

#instafeed .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer;
}

.section.images {
    position: relative;
    padding-top: 85px;
}

.section.images div.first_img, .section.images div.second_img {
    width: 50%;
    position: relative;
}

.section.images div.second_img {
    padding-left: 15px;
}

.section.images .first_img img {
    height: 625px;
    width: 80%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.section.margin {
    margin-top: -70px;
}

.section.images .second_img img {
    height: 415px;
    width: 55%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.section.images .text_round {
    position: absolute;
    z-index: 1;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 55%;
    width: auto;
}

.section.images .first_img .text_round {
    left: 75%;
}

.section.images .first_img .text_round svg {
    height: 145px;
    width: 145px;
}

.image-container:nth-child(3n+2) {
    top: 57px;
}


.text_round span {
    font-size: 20px;
    font-weight: bolder;
}

/* hovers */
.footer-inner.is-delayed .social_media a:before {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.footer-inner.is-delayed .social_media a:hover:before {
    opacity: 1;
}

/* footer */

.call-to-action {
    width: 100%;
    min-height: 750px;
    padding: 150px 0;
    background-color: #fffdf9;
    margin-bottom: -112px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
}

.call-to-action.pro h2, .call-to-action.pro h4 {
    color: white;
    margin-bottom: 30px;
}

.call-to-action.pro h4 {
    opacity: .5;
}

.call-to-action.empty:before, .call-to-action.pro:before {
    display: none;
}

.call-to-action.empty, .call-to-action.pro {
    min-height: unset;
    background-color: #1A2334;
    padding: 120px 0;
}

.call-to-action.multi .call-to-action--content {
    position: relative;
}

.post-index-item.grid {

}

.post-index-item.grid {
    padding: 0 0 125px 0;
}

.home-header-wrapper .image img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 110%;
}

.call-to-action.multi .image img {
    width: 100%;
    height: 110%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.call-to-action.multi:hover .image img, .home-header-wrapper:hover .image img {
    width: 105%;
    height: 115%;
}

.call-to-action .producten .swiper-slide:hover .content {
    background-color: rgba(26, 35, 52, 0.78);
}

.call-to-action .producten .swiper-slide .content h3, .call-to-action .producten .swiper-slide:hover .content h3 {
    color: #ffffff;
}

.image {
    top: 0;
    left: 0;
    position: absolute;
    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;
    width: 100%;
    height: 100%;
}

.image img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    -o-object-fit: cover;
}

.call-to-action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(26, 35, 52, 0.51);
}


.call-to-action h2, .call-to-action p {
    color: white;
    z-index: 4;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.call-to-action.multi p {
    height: 0px;
    opacity: 0;
    margin-top: 20px;
    position: relative;
    max-width: 50%;
}

.call-to-action.multi:hover p {
    height: 100px;
    opacity: 1;
}

.call-to-action.multi:hover h2 {
    margin-bottom: 0px;
}

.call-to-action .button {
    z-index: 4;
    margin-top: 20px;
}

.call-to-action--wrapper {
    z-index: 1;
}

.call-to-action .call-to-action--content {
    width: calc(100% + 30px);
}

.footer {
    padding: 0 0 100px 0;
    position: relative;
    background: #EDEBE7;
}

.footer-inner {
    position: relative;
    z-index: 22;
}

.footer .follow-wrapper .follow-text, .footer .follow-wrapper .social_media {
    background-color: #EDEBE7;
    z-index: 2;
}

.first-row {
    padding-bottom: 80px;
    padding-top: 120px;
    background: #edebe7;
    z-index: 1;
    position: relative;
}

.row-extra {
    min-height: 80px;
}

.footer .follow-wrapper .follow-text {
    padding-right: 35px;
}

.footer .follow-wrapper .social_media {
    padding-left: 35px;
}

.follow-wrapper {
    position: relative;
}

.follow-wrapper:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 1px;
    opacity: .5;
    background-color: #B29863;
    width: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.footer-inner.is-inview .follow-wrapper:before {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 1.2s ease-in-out .3s;
    -o-transition: all 1.2s ease-in-out .3s;
    transition: all 1.2s ease-in-out .3s;

}

.footer .footer-logo img {
    height: 110px;
    width: 50%;
    position: absolute;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-top: 41px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer .fo-logo {
    position: relative;
}

.footer .footer-logo {
    width: 134px;
    height: 258px;
    background: white;
    position: absolute;
    right: 15px;
}

.footer .follow-wrapper p {
    margin-bottom: 0;
}

/* socials */
.follow-wrapper .social_media a:before {
    opacity: 0;
}

.footer-inner.is-inview .social_media a:before {
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-inner.is-inview .social_media a:nth-child(1):before {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.footer-inner.is-inview .social_media a:nth-child(2):before {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.footer-inner.is-inview .social_media a:nth-child(3):before {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.footer-inner.is-inview .follow-wrapper .social_media a:nth-child(4):before {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.social_media a {
    position: relative;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 22px;
}

.social_media a:nth-last-child(1) {
    margin-right: 0;
}

.social_media a:before {
    content: '';
    background: transparent;
    height: 18px;
    width: 18px;
    color: #1A2334;
    line-height: 18px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 18px;
    z-index: 2;
    position: relative;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.social_media a.vimeo:before {
    content: '\f27d';
}

.social_media a.facebook:before {
    content: '\f230';
}

.social_media a.twitter:before {
    content: '\f099';
}

.social_media a.instagram:before {
    content: '\f16d';
}

.section-content .plate--double-container {
    padding-left: 0;
    padding-right: 0;
}

/* producten */
.section_product {
    position: relative;
}

.section_product .image {
    position: absolute;
    width: 41%;
}

.afbeelding {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
}

.insta-container {
    margin-bottom: 75px;
    position: relative;
}

.mobile {
    display: none;
}

.plate--row {
    width: calc(100% + 30px);
}

.post__header .panel::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    display: block;
}

.post__header .panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(26, 35, 52, 0.31);
    box-shadow: inset 0 0 0px rgba(26, 35, 52, 0.31);
    display: block;
}

.post__header .panel::-webkit-scrollbar-thumb {
    background-color: #1A2334;
    outline: 0px solid #1A2334;
    display: block;
}

/*TITEL ANIMATIE*/
.anim-title {
    position: relative;
}

.anim-title__wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.anim-title__inner {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    -o-transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.22, .61, .36, 1);
    transition: -webkit-transform 1s cubic-bezier(.22, .61, .36, 1);
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    transition: transform 1s cubic-bezier(.22, .61, .36, 1), -webkit-transform 1s cubic-bezier(.22, .61, .36, 1);
}

.anim-title__inner--pos {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
}

.anim-title.is-shown .anim-title__inner--pos {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.anim-title__wrapper:first-child .anim-title__inner {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.anim-title__wrapper:nth-child(2) .anim-title__inner {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.anim-title__wrapper:nth-child(3) .anim-title__inner {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.anim-title__wrapper:nth-child(4) .anim-title__inner {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.anim-title__wrapper:nth-child(5) .anim-title__inner {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.anim-title__wrapper:nth-child(6) .anim-title__inner {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.anim-title__wrapper:nth-child(7) .anim-title__inner {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.anim-title__wrapper:nth-child(8) .anim-title__inner {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.anim-title__wrapper:nth-child(9) .anim-title__inner {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.anim-title__wrapper:nth-child(10) .anim-title__inner {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}
@media screen and (min-width: 2200px) {
    .news .swiper-slide .image{
        width: 53%;
    }

    .formulier .image{
        width: 45%;
    }
}
@media screen and (min-width: 1200px) {
    .producten .swiper-slide , .projecten-slider .swiper-slide, .project--show .swiper-container.images .swiper-slide {
        width: 355px;
    }
    .project .postColumn.firstColumn .item-wrapper:nth-child(2n+1){
        display: block;
    }
    .project .postColumn.secondColumn .item-wrapper:nth-child(2n+2){
        display: block;
    }
    .postColumn.thirdColumn{
        display: none;
    }
    .post .postColumn.thirdColumn{
        display: block;
    }
    .project .postColumn{
        width: 47%;
    }
    .post .postColumn{
        width: 30%;
    }
    .post .postColumn .item-wrapper, .project .postColumn .item-wrapper{
        display: none;
    }
    .post .postColumn.firstColumn .item-wrapper:nth-child(3n+4){
        display: block;
    }
    .post .postColumn.secondColumn .item-wrapper:nth-child(3n+5){
        display: block;
    }
    .post .postColumn.thirdColumn .item-wrapper:nth-child(3n+6){
        display: block;
    }
    .filter.post .postColumn.firstColumn .item-wrapper:nth-child(1), .filter.post .postColumn.secondColumn .item-wrapper:nth-child(2), .filter.post .postColumn.thirdColumn .item-wrapper:nth-child(3)  {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .postColumn{
        width: 47%;
    }

    .postColumn .item-wrapper{
        display: none;
    }
    .postColumn.firstColumn .item-wrapper:nth-child(2n+1){
        display: block;
    }
    .postColumn.secondColumn .item-wrapper:nth-child(2n+2){
        display: block;
    }
    .postColumn.thirdColumn{
        display: none;
    }
}
@media screen and (max-width: 1445px) and (min-width: 1170px) {
    .plate--container {
        width: 100%;
        max-width: 1090px;
    }
}

@media screen and (max-width: 1169px) and (min-width: 990px) {
    .plate--container {
        width: 100%;
        max-width: calc(100% - 70px);
    }

    ul.navbar-nav li {
        padding-right: 30px;
    }
}

@media screen and (max-width: 989px) {
    * {
        letter-spacing: 0!important;
    }
    h1 {
        font-size: 39px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    h2, .project-slider-container h2 {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .high_version .post-header-wrapper {
        height: 80vh;
    }

    .menu-open .navbar-nav .left-column .nav-link{
        font-weight: 800;
    }
    .title-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .swiper-slider-wrapper .title-wrapper {
        padding-top: 25px;
        margin-bottom: 0;
    }

    .swiper-slider-wrapper .title-wrapper h3 {
        margin-bottom: 4px;
    }

    .item-wrapper .item-image {
        height: 317px;
    }

    /*h3{*/
    /*margin-bottom: 22px;*/
    /*font-size: 24px;*/
    /*line-height: 35px;*/
    /*}*/
    .item-wrapper.project .item-wrapper-inner {
        padding-bottom: 40px;
    }

    .item-wrapper .item-wrapper-inner h3 {
        margin-bottom: 10px;
    }

    .post-index-item.grid {
        padding: 0 0 0px 0;
    }

    /*.navbar-brand {*/
    /*padding: 20px;*/
    /*}*/

    /*img.logo {*/
    /*width: 50px;*/
    /*}*/

    .navbar-brand, .menu-open.fixed-header .navbar-brand, .menu-open .navbar-brand, .fixed-header .navbar-brand{
        overflow: hidden;
        width: 64px;
        height: 87px;
        padding: 16.5px;
    }

    img.logo, img.fix-logo{
        width: 30px;
        left: 16.5px;
        height: 53px;
    }



    .item-wrapper, .item-wrapper.post, .item-wrapper.project {
        margin-bottom: 0;
    }

    .button {
        min-height: 50px;
        height: 50px;
    }

    .plate--row {
        width: 100%;
    }

    .button a, button.button .link {
        padding: 10px 66px 10px 33px;
    }

    .button:hover svg:nth-child(1) {
        left: 25px;
    }

    .button svg:nth-last-child(1) {
        right: 25px;
    }

    .button:after, .button:before, .button svg {
        width: 25px;
    }

    .button:hover span {
        padding-right: 0px;
        padding-left: 30px;
    }

    .button span {
        padding-right: 30px;
        padding-left: 0px;
    }

    .line {
        display: none;
    }

    .home-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .home-header{
        height: 88vh;
    }

    .home-header-wrapper {
        height: 44vh;
        min-height: 44vh;
        width: 100%;
        padding: 100px 0 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .home-header-wrapper:nth-last-child(1) {
        min-height: 44vh;
        width: 100%;
        height: 44vh;
        padding: 100px 0 160px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .follow-wrapper .social_media {
        padding-left: 0;
    }

    .follow-wrapper .social_media a:before {
        opacity: 1;
        color: rgba(26, 35, 52, 0.5);
    }

    .footer .follow-text {
        display: none;
    }

    .image__text .section .image {
        left: unset;
        right: 0;
        width: 75%;
        height: 225px;
    }

    .post__header .plate--container, .footer .footer-inner.plate--container {
        padding-left: 0;
    }

    .footer .first-row {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .footer-inner .plate--row {
        padding-left: 30px;
    }

    .post__header .first-row {
        margin-top: -70px;
        padding: 120px 35px 50px 35px;
    }

    .swiper-slide .image {
        height: 265px;
    }

    .swiper-slide {
        height: auto;
    }

    .footer {
        padding-bottom: 0;
    }

    .footer .cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: -60px;
    }

    .project--show .section {
        margin-bottom: 70px;
    }

    .call-to-action.normal .button {
        margin-bottom: 65px;
    }

    .call-to-action h2, .call-to-action p {
        margin-bottom: 0;
    }

    .section.margin {
        margin-top: 0;
    }

    .section.images div.first_img, .section.images div.second_img {
        width: 100%;
    }

    .section.images {
        margin-bottom: 80px;
    }

    .section.images .first_img img {
        height: 342px;
        width: 75%;

    }

    .call-to-action, .call-to-action.empty, .call-to-action.pro {
        width: 100% !important;
        margin-bottom: 0;
        min-height: 300px;
        padding-bottom: 65px;
        padding-top: 65px;
    }

    .call-to-action.multi:nth-last-child(1) {
        padding-bottom: 125px;
        min-height: 360px;
    }


    .call-to-action.empty, .call-to-action.pro {
        padding-bottom: 60px;
    }

    .call-to-action .call-to-action--content {
        width: 100%;
    }

    .project--show .swiper-container.images {
        padding: 20px 0 0 0;
        margin-bottom: 0;
    }

    .call-to-action .swiper-container.producten {
        padding: 0 0 0 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .call-to-action.empty, .call-to-action.pro {
        min-height: 185px;
    }

    .section.images .second_img img {
        display: none;
    }

    .call-to-action p {
        display: none;
    }

    .footer-inner p {
        margin-bottom: 40px;
    }

    .footer-inner div:nth-child(3) p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footer-inner .fo-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer-inner .footer-logo {
        position: relative;
        right: 0;
        width: 105px;
        height: 225px;
    }

    .swiper-container.producten {
        padding: 0px 0 35px 35px;
        margin-bottom: 0px;
    }

    .call-to-action.multi p {
        display: none;
    }

    .plate--row {
        margin-right: 0;
        margin-left: 0;
        position: relative;
    }

    .side_text {
        position: absolute;
        top: -165px;
    }

    .side_text p {
        max-height: 170px;
    }

    .plate--column {
        padding: 0;
    }

    .project-slider-container .projecten-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 35px;
    }

    .project-slider-container .swiper-container, .project-slider-container .swiper-container .mobile {
        width: 100%;
    }

    .highlighted-image .image {
        display: none;
    }

    .project-slider-container {
        padding-top: 25px;
    }

    .image__text .section {
        min-height: unset;
        padding: 190px 0 25px 0;
    }

    .image__text .text {
        padding: 70px 30px 30px;
        margin-top: 0;
    }

    .plate--container .plate--container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .plate--container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .left-column, .right-column {

    }

    form {
        margin-bottom: 50px;
    }

    ul.navbar-nav li {
        padding: 0 0 25px;
    }

    ul.navbar-nav .right-column li {
        padding: 0 0 17px;
    }

    .navbar-nav .nav-link {
        padding: 0;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .plate--column {
        min-height: 0px;
    }

    /* menu */
    .navbar-toggler {
        display: block;
        height: 30px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        background: #1A2334;
        left: -110vw;
        width: calc(100% + 70px);
        padding: 100px 35px 35px;
        min-height: 100vh;
        height: 100vh;
        opacity: 0.5;
        z-index: 99;
        overflow: scroll;

        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 .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .navbar-brand:before{
        height: 16px;

    }

    .fixed-header img.logo{
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
    .menu-open .navbar-collapse {
        opacity: 1;
        left: -35px;
    }

    .left-column, .right-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .left-column li a {
        font-size: 32px;
        line-height: 38px;
    }

    .navbar-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .dropdown-menu {
        display: block;
        background: #ffffff00;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .dropdown-menu .dropdown-item:before {
        content: "- ";
    }

    /* itemwrapper */
    .item-wrapper, .item-wrapper.post {
        width: 100%;
        margin-right: 0;
        top: 0;
    }

    .item-wrapper.post:nth-child(3n + 2) {
        top: 0;
    }

    .item-wrapper.post:nth-child(3n) {
        margin-right: 2%;
    }

    .item-wrapper:nth-child(2n), .item-wrapper.post:nth-child(2n) {
        margin-right: 0 !important;
    }

    .item-wrapper.post:nth-child(2n) {
        top: 50px;
    }

    .item-wrapper:nth-child(4n) {
        margin-right: unset;
    }

    .item-wrapper .item-wrapper-inner {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    #instafeed .image-container {
        width: calc(50% - 12.5px);
        padding-bottom: calc(50% - 12.5px);
        margin-bottom: 25px;
        margin-right: 0;
        top: 0;
    }

    #instafeed .image-container:nth-child(3n) {
        margin-right: unset;
    }

    .projecten-slider .project-content.swiper-container-horizontal > .swiper-pagination-bullets, .projecten-slider .project-content.swiper-pagination-custom, .projecten-slider .swiper-pagination-fraction, .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        position: relative;
        padding-top: 25px;
        padding-bottom: 40px;
        width: calc(100% - 35px);
        text-align: left;
    }

    .project-slider-container {
        padding-bottom: 80px;
    }

    .cta .projecten-slider {
        padding-left: 35px;
        padding-right: 35px;
    }

    .news .swiper-slide .news--item .image {
        height: 225px;
        position: relative;
        width: 75%;
        right: 0px;
        left: 25%;
    }

    .news .image-wrapper {
        position: absolute;
        top: 0;
        right: -35px;
    }

    .news .news--item {
        padding-top: 120px;
    }

    .news .swiper-pagination {
        display: none;
    }

    .scroll-indicator {
        top: -100px;
    }

    .post__header:before {
        display: none;
    }

    .afbeelding {
        height: 215px;
        margin-bottom: 70px;
    }

    .post__header .afbeelding {
        width: calc(100% + 70px);
        margin-left: -35px;
        height: 280px;
        margin-top: 70px;
    }

    .boeket-show .image {
        display: none;
    }

    .form {
        border: none;
    }

    .news--item .form {
        padding: 60px 30px 30px;
        border: 1px solid white;
        margin-top: 0;
    }

    .formulier .image {
        width: calc(100% - 35px);
        height: 280px;
        position: relative;
    }

    .form-field input[type="radio"]:after {
        width: 4px !important;
        height: 4px !important;
        left: 1px;
        top: 1px;
    }

    .form-field input[type="radio"] {
        padding: 6px;
        width: 8px;
        height: 8px;
    }

    .boeket-show .form {
        border: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .post__header .panel {
        display: block;
        padding: 0px;
        overflow: auto;
        white-space: nowrap;
        position: relative;
        width: calc(100% + 70px);
    }

    .post__header .panel .inner-panel {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .inner-panel.checked span {
        font-weight: bolder;
    }

    .post__header .panel .inner-panel.checked .category-selection-field:after {
        display: none;
    }

    .footer-inner.is-inview .follow-wrapper:before {
        display: none;
    }

    .navbar-nav .left-column.nav-column{
        margin-bottom: 30px;
    }
    .navbar-nav .right-column .nav-link{
        font-size: 20px;
    }

    .projecten-slider .button{
        margin-top: 20px;
    }

    .image__text .title-wrapper p{
        margin-bottom: 25px;
    }

    .instagram-wrapper .title-wrapper{
        display: none;
    }

    .navigation.fixed-header:before{
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    #close-notification {
        right: 35px;
    }

    .site-wide-notify {
        padding: 35px 70px 35px 35px;
    }

}

@media screen and (max-width: 600px) {
    /*html {*/
    /*background: white;*/
    /*}*/
    /*body {*/
    /*max-width: 375px;*/
    /*}*/

    h1, h2, h3, h4, h5, h6 {
        font-family: 'SofiaPro-Medium'!important;
        font-weight: 600!important;
        -webkit-font-smoothing: antialiased!important;
        -moz-osx-font-smoothing: grayscale!important;
        letter-spacing: 0!important;
    }
    .plate--container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .postColumn{
        width: 100%;
    }

    .postColumn.firstColumn .item-wrapper:nth-child(1n){
        display: block;
    }
    .postColumn.secondColumn{
        display: none;
    }

    .swiper-slide .button{
        display: none;
    }

    .producten .swiper-slide:hover .content, .producten .swiper-slide.swiper-slide-active .content{
        background-color: rgba(255, 255, 255, 0.70);
        opacity: 1;
    }
    .call-to-action .producten .swiper-slide:hover .content, .call-to-action .producten .swiper-slide.swiper-slide-active .content{
        background-color: rgba(26, 35, 52, 0.78);
        opacity: 1;
    }

    .producten .swiper-slide .content h3{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .news .image-wrapper {
        right: -35px;
    }

    .item-wrapper.post {
        margin-right: 0 !important;
    }

    .item-wrapper, .item-wrapper.post, .item-wrapper.project {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0px;
        top: 0 !important;
    }

    .item-wrapper:nth-child(4n) {
        margin-right: unset;
    }
}
