/*GENERAL STYLING*/
@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../FONTS/GalanoGrotesque-SemiBold.woff2') format('woff2'),
    url('../FONTS/GalanoGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../FONTS/GalanoGrotesque-Regular.woff2') format('woff2'),
    url('../FONTS/GalanoGrotesque-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
body.lock-scroll {
    position: fixed;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'GalanoGrotesque', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p, a, span, select, li, td, th, option, form input, b, ul, textarea, label, button {
    font-size: 18px;
    line-height: 28px;
    font-family: 'GalanoGrotesque', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font-size: 64px;
    line-height: 58px;
    color: white;
}
h2 {
    font-size: 48px;
    line-height: 46px;
}
h3 {
    font-size: 36px;
    line-height: 46px;
}
h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
h5 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}
h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button {
    min-width: 250px;
    height: 78px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: white;
    font-family: 'GalanoGrotesque', sans-serif;
    font-weight: 400;
    height: 100%;
    padding: 24px 27px 27px 27px;
    cursor: pointer;

}
.button a {
    position: relative;
    width: auto;
    min-width: 250px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 23px 15px;
    font-weight: 400;
    height: 100%;
}
.button:hover a {
    color: white;
}
p a:hover {
    text-decoration: none;
}
.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
}
/*.site-wrapper {
    position: relative;
    overflow-x: hidden;
}*/
.main-content-wrapper {
    width: 100%;
    position: relative;
    background: white;
}
.plate--container {
    position: relative;
    max-width: none!important;
    padding-left: 90px;
    padding-right: 100px;
    z-index: 0;
}
.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;
}

/*NAVIGATION STYLING*/

.top-bar {
    position: relative;
    height: 4vh;
    background-color: #EAEAEA;
}
.top-bar-left,
.top-bar-right {
    width: 50%;
    position: relative;
}
.top-bar-left {
    padding-left: 90px;
}
.top-bar-left a {
    font-size: 15px;
    text-decoration: none;
}
.navbar {
    position: relative;
    height: 10vh;
    padding: 10px 40px 10px 90px;
}
.navbar-expand-lg .navbar-nav a.nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-brand {
    margin-right: 30px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    max-height: 100%;
}
.navbar-toggler {
    display: block;
    z-index: 5;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .bar {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: white;
}
.navigation.menu-open .bars {
    margin-top: 0;
    position: relative;
}
.navigation.menu-open .bar-1 {
    transform: rotate(45deg);
}
.navigation.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}
.navigation .bar-3 {
    margin-bottom: 0;
}

/*BOXED LAYOUT*/

.header-container.two .header-inner {
    width: 50%;
}

/*NAV ICONS*/

.navbar-icons {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-icons.mobile {
    display: none;
}
.nav-icon {
    position: relative;
    margin-right: 40px;
}

.nav-icon.search {
    margin-right: 0;
}
.top-bar-search-wrapper {
    position: absolute;
    right: calc(6.5vw - 57px);
    width: 250px;
    top: 0;
}
.top-bar-search-wrapper input[type="text"] {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0, .3);
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.login-block {
    position: absolute;
    width: 275px;
    z-index: 6;
    top: 6.7vh;
    right: 0;
    background: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    display: block;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.login-block:before {
    content: '';
    position: absolute;
    top: -25px;
    height: 25px;
    width: 100%;
    background: transparent;
    right: 0;
}
.login-block .input-field {
    width: 100%;
    margin-left: 0!important;
}
.login-block .input-field.margin-bot {
    margin-bottom: 28px;
}
.login-block .input-field input {
    padding: 0 0 12px 0;
}
.login-block h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.login-block .button {
    height: 54px;
    width: 100%;
    min-width: 100%;
}
.login-block .button input {
    padding: 10px 17px 17px 17px;
}
.login-block a.forgot-password {
    font-size: 12px;
    line-height: 16px;
}
.login-block input.logout {
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding: 0;
}
a.change-data {
    text-decoration: none;
}
li.nav-icon.user:hover .login-block,
.login-block.open {
    visibility: visible;
    opacity: 1;
}
.data-forms h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 45px;
}
.data-forms .form-fields .input-field:first-child {
    margin-bottom: 50px;
    width: 100%;
}
.data-forms .form-fields.login .input-field:first-child {
    margin-bottom: 20px;
    width: 49%;
}
.data-forms .form-fields-password .title {
    margin-bottom: 35px;
}
.data-forms .form-fields-password .title h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.data-forms .form-fields-password .input-field:nth-of-type(2) {
    margin-left: 0;
    width: 100%;
}
.data-forms .form-fields-password .button,
.data-forms .form-fields.login .button {
    margin-top: 38px;
}
.data-forms form .button {
    margin-top: 20px;
}
.data-forms .form-fields.login .button {
    margin-bottom: 15px;
}
.data-green-block {
    min-height: 700px;
}
.form-fields.recover .input-field {
    width: 100%;
    margin-left: 0;
}

/*HEADER STYLING*/
.home-header {
    position: relative;
}
.header-wrapper,
.post-header-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}
.header-wrapper-inner {
    width: 93.5vw;
    height: 86vh;
    display: block;
    z-index: 1;
}
.header-container {
    position: relative;
    width: 100%;
    height: 76vh;
}
.header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-right: 90px;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.header-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-content .title-wrapper {
    position: relative;
    max-width: 430px;
    margin-bottom: 25px;
}
.align-text-center .title-subtitle {
    text-align: center;
}
.header-inner.aligned-bottom .header-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 18vh;
}
a.more-info {
    color: #FFFFFF;
    text-transform: lowercase;
}
a.more-info svg {
    vertical-align: sub;
    margin-left: 10px;
}
.scroll-explore {
    position: absolute;
    letter-spacing: 3px;
    right: 0;
    max-width: 5vw;
    height: 6.5vw;
    transform: rotate(-90deg);
    top: 45%;
}
.scroll-explore p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 150px;
}
.home-header .square,
.project-single-header .square {
    top: 50vh;
    width: 39%;
    max-height: 600px;
    max-width: 600px;
}
.square {
    position: absolute;
    min-width: 200px;
    z-index: 0;
    right: 0;
}
.square:not(:empty) {
    background-color: transparent;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square .image-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    opacity: .3;
}
.scroll-down {
    width: 80px;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 90px;
    padding: 30px;
    z-index: 1;
}
.scroll-down-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.scroll-down svg.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}
.scroll-down svg.rotate path,
.scroll-down svg.rotate line {
    stroke: #FFFFFF;
}

/*3 BLOCKEN HEADER*/

.block-wrapper {
    width: 100%;
    padding-left: 90px;
    padding-right: 200px;
    position: relative;
    margin-top: -20vh;
    z-index: 1;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-block {
    position: relative;
    width: 32%;
    padding: 50px 30px;
}
.header-block-inner {
    position: relative;
}
.header-block-inner .title {
    margin-bottom: 20px;
}
.header-block-inner .title h3,
.header-block-inner .text p {
    color: white;
}

/*TITEL MET INTRO TEKST*/
.titel-met-intro {
    position: relative;
    width: 100%;
}
.titel-met-intro .titel {
    margin-bottom: 40px;
}
.titel-met-intro .tekst p {
    max-width: 500px;
    margin-left: 100px;
}

/*TITELS VOOR SECTIONS*/

.title-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 70px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.title-wrapper.mobile {
    display: none;
}
.accordion.mobile {
    display: none;
}
.link-naast-titel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.link-naast-titel a {
    text-decoration: none;
}
.link-naast-titel svg {
    margin-left: 10px;
}
.link-naast-titel.hide-block {
    visibility: hidden;
}
.title-subtitle {
    position: relative;
}
.subtitel p.subtitle,
.footer-kolom .title p,
.breadcrumbs,
.breadcrumbs a,
.contactgegevens .title p {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19px;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 7px;
}
.item-wrapper .subtitel p.subtitle {
    color: black;
    opacity: .5;
}
.footer-kolom .title p {
    margin-bottom: 24px;
}
.contactgegevens .title p {
    margin-bottom: 15px;
}
.contactgegevens .contact {
    margin-bottom: 35px;
}
.contactgegevens .contact p {
    margin-bottom: 0;
}
.contactgegevens .contact a {
    display: block;
}
.contact-info .hoofdtitel {
    margin-bottom: 35px;
    max-width: 240px;
}
.contact-info {
    padding-right: 10%;
}

/*ITEM WRAPPER GENERAL*/

.item-wrapper {
    position: relative;
    width: 32.5%;
    margin-bottom: 1.5%;
}
.item-wrapper .item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.item-wrapper:hover {
    cursor: pointer;
}
.item-wrapper.active .item-inner {
    -webkit-background-size: 80%;
    background-size: 80%;
}

/*ITEM WRAPPER PRODUCT*/

.product-container,
.project-container {
    position: relative;
    width: 100%;
    overflow: hidden;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-wrapper.product:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.item-wrapper.product .item-inner {
    position: absolute;
    top: 0;
    left: 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;
}
.item-wrapper .item-inner-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-wrapper .product-info {
    position: relative;
    margin-top: auto;
    margin-bottom: 80px;
    opacity: 0;
}
.item-wrapper.product .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-wrapper.product .info p {
    margin-bottom: 0;
}
.item-wrapper .subtitel {
    margin-top: 80px;
    opacity: 0;
}
.item-wrapper.product .power {
    margin-right: 24px;
}

/*PAGINATION PRODUCTS*/

.pagination {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
    height: 35px;
}
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
}
.pagination ul li {
    margin-left: 4px;
    margin-right: 4px;
}
.pagination a {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.pagination span {
    top: -3px;
    position: relative;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pagination .next span {
    margin-right: 10px;
}
.pagination .prev span {
    margin-left: 10px;
}
.pagination .prev svg.rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*ITEM WRAPPER PRODUCT HOVER STATES*/

.item-wrapper.active .product-info {
    -webkit-animation: fadeInUp .4s ease-out;
    animation: fadeInUp .4s ease-out;
    -webkit-animation-fill-mode: forwards;
}
.item-wrapper.active .subtitel {
    -webkit-animation: fadeInDown .4s ease-out;
    animation: fadeInDown .4s ease-out;
    -webkit-animation-fill-mode: forwards;
}
.item-wrapper.active .item-inner {
    opacity: .4;
}

/*USP SLIDER */

.usp-container {
    position: relative;
    overflow: hidden;
    height: 140px;
}
.usp-container .usp-intro {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-right: 40px;
}
.usp-container .usp-slider {
    position: relative;
    width: 100%;
}
.usp-container .usp-slider .usp-line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.usp-container .usp-slider .usp-line h3 {
    font-size: 100px;
    line-height: normal;
}

/*REFERENTIE SECTIE*/

.referentie-container {
    padding: 200px 100px 200px 90px;
}
.referentie-container .subtitel p.subtitle {
    color: rgba(255, 255, 255, .5);
}
.referentie-container .title-wrapper {
    margin-bottom: 85px;
}
.referentie-container .titel h2 {
    color: white;
}
.referentie-wrapper {
    padding-left: 40px;
    padding-right: 50px;
}
.referentie-wrapper .company-logo {
    margin-right: 60px;
    cursor: pointer;
}
.referentie-wrapper .company-logo:hover img {
    opacity: .9;
}
.referentie-wrapper .company-logo img {
    height: 45px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .65;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.referentie-wrapper .company-logo.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}
.referentie-wrapper .logos {
    margin-bottom: 75px;
    position: relative;
}
.referentie-wrapper .referentie-inner-wrapper {
    position: relative;
    width: 100%;
    height: 370px;
}
.referentie {
    position: absolute;
    width: 100%;
    opacity: 0;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.referentie.active {
    opacity: 1;
}
.referentie .quote {
    position: relative;
    width: 60%;
    display: inline-block;
    padding-right: 10%;
}
.referentie .afbeelding-logo {
    position: relative;
    width: 40%;
    height: 100%;
    display: inline-block;
    margin-top: -150px;
}
.referentie .afbeelding-logo .image-inner {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.referentie .afbeelding-logo .logo {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 60px 25px;
}
.referentie .afbeelding-logo .logo img {
    width: 100%;
}
.referentie .quote .tekst {
    margin-bottom: 27px;
}
.referentie .quote .tekst p {
    color: white;
    font-size: 21px;
    line-height: 36px;
}
.referentie .quote .name-function p {
    display: inline-block;
}
.referentie .quote .name-function p.name {
    color: white;
    font-weight: 600;
}
.referentie .quote .name-function p.function,
.referentie .seperator {
    color: rgba(255, 255, 255, .5);
}

/*PROJECTEN SECTIE*/
.projects-section {
    z-index: 1;
}
.item-wrapper.project {
    height: 750px;
}
.item-wrapper.project:nth-child(2n) {
    margin-top: 100px;
}
.item-wrapper.project .item-inner {
    background-position: center top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}
.item-wrapper.project.active .item-inner {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.item-wrapper.project .subtitel {
    margin-top: 120px;
    opacity: 0;
    margin-bottom: 20px;
}
.item-wrapper.project .product-info {
    margin-top: unset;
}
.item-wrapper.project .product-info .titel {
    padding-right: 40%;
}

/*NIEUWS SECTIE*/

.news-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news-section .highlighted-article,
.news-section .more-articles {
    position: relative;
    width: 50%;
}
.news-section .more-articles .articles {
    margin-bottom: 50px;
}
.news-section .more-articles .articles .mobile-highlighted {
    position: relative;
    display: none;
}
.news-section .highlighted-article {
    padding-top: 150px;
    padding-left: 90px;
}
.news-section .highlighted-article .title-wrapper {
    margin-bottom: 100px;
}
.highlighted-article .highlighted {
    position: relative;
}
.highlighted-article .highlighted .item-wrapper.news {
    width: 72%;
}
.highlighted .item-wrapper.news {
    height: 400px;
}
.item-wrapper.news {
    height: 100%;
}
.item-wrapper.news .item-inner:before {
    content: '';
    padding-bottom: 68%;
    display: block;
}
.item-wrapper.news .subtitel {
    margin-top: 170px;
}
.item-wrapper.news .product-info {
    margin-top: unset;
}
.more-articles {
    padding: 180px 100px 150px 100px;
}
.more-articles .news-item {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 16px 0;
}
.more-articles .news-item .published {
    width: 80px;
}
.more-articles .news-item p {
    color: white;
    margin-bottom: 0;
}
.homepage .news-section {
    margin-top: -75px;
}
.news-section .link-naast-titel {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.news-section .link-naast-titel a {
    color: white;
}
.news-section .link-naast-titel a:hover {
    color: rgba(255, 255, 255, .5);
}
.news-section svg.rotate path,
.news-section svg.rotate line,
.back-to-top svg.rotate path,
.back-to-top svg.rotate line {
    stroke: black;
}
.news-section svg,
.back-to-top svg {
    opacity: .15;
}
.post-overview-wrapper .item-wrapper.news:nth-child(2n) {
    margin-top: 100px;
}



/*FOOTER*/

.footer-cta {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: -50px;
}
.footer-cta-left,
.footer-cta-right {
    position: relative;
    width: 50%;
}
.footer-cta-left {
    padding-left: 90px;
    padding-right: 100px;
}
.footer-cta-left .title-wrapper {
    margin-bottom: 30px;
}
.footer-cta-left .title-wrapper .title {
    max-width: 450px;
}
.footer-cta-left .cta a {
    display: block;
    padding: 15px 0;
}
.cta a i {
    margin-right: 22px;
    font-size: 20px;
}
.footer-cta-left .cta a:first-child {
    border-bottom: 1px solid #F0F0F0;
}
.footer-cta-left .cta a:first-child i {
    font-size: 22px;
}
.footer-image {
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.footer-container {
    position: relative;
    width: 100%;
}
.footer-left {
    position: relative;
    width: 65%;
    background-color: #EAEAEA;
    padding: 200px 90px;
}
.footer-right {
    position: relative;
    width: 35%;
    padding: 200px 100px;
}
.footer-kolom.first,
.footer-kolom.second {
    position: relative;
    width: 50%;
}

.footer-kolom .contact p {
    margin-bottom: 0;
    line-height: 29px;
}
.footer-kolom .contact .tel {
    margin-top: 20px;
    display: block;
}
.footer-kolom.second .links {
    margin-bottom: 24px;
}
.footer-kolom .copyright p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
}
.back-to-top {
    position: absolute;
    bottom: 0;
    height: 78px;
    width: 40%;
    right: 100px;
    padding: 30px;
    text-align: right;
}
.back-to-top svg.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
}

/*INDEX HEADER*/

.index-header {
    position: relative;
    width: 100%;
    padding-left: 90px;
    padding-right: 100px;
    padding-top: 100px;
}

.index-header-right,
.index-header-left {
    width: 50%;
    position: relative;
}
.index-header-right .square {
    width: 100%;
    height: 100%;
    right: -100px;
    position: relative;
}
.index-header-right .square:after {
    padding-bottom: 500px;
}

.index-header .titel h1 {
    color: black;
}

/*PRODUCT OVERVIEW*/

.post-overview-wrapper {
    position: relative;
    width: 100%;
    margin-top: -180px;
}
.post-overview-wrapper .plate--container {
    padding-bottom: 90px;
}
.post-overview-wrapper .filters {
    position: relative;
    width: 30%;
    padding-right: 3%;
}
.post-overview-wrapper .products-overview-container {
    position: relative;
    width: 70%;
}
#products-container {
    position: relative;
    width: 100%;
}
.post-overview-wrapper .item-wrapper {
    margin-right: 1.25%;
}
.post-overview-wrapper .item-wrapper:nth-child(3n) {
    margin-right: 0;
}
.download-brochure {
    position: relative;
    width: 300px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 40px;
}
.download-brochure .button {
    width: 100%;
    min-width: 100%;
}
.download-brochure .button a {
    min-width: 100%;
    width: 100%;
}
.download-brochure-inner {
    padding: 30px;
}
.download-brochure .title h4 {
    font-size: 21px;
    line-height: 40px;
}
.download-brochure .button {
    margin-top: 20px;
    height: 53px;
}
.download-brochure .incl-price,
.download-brochure .excl-price {
    cursor: pointer;
}
.download-brochure .incl-price .checkmark,
.download-brochure .excl-price .checkmark {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.download-brochure .button a {
    padding: 10px 15px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #018996;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


/*CATEGORIE FILTER*/

.filters .filter-tags {
    margin-top: 40px;
}
.filters li{
    list-style: none;
}
.filters .label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: lowercase;
}
.filters .label:first-letter {
    text-transform: uppercase;
}
.filters .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}
.filters .checkmark,
.incl-price .checkmark,
.excl-price .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #EAEAEA;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filters .label:hover input ~ .checkmark {
    background-color: #EAEAEA;
}
.subcats {
    padding-left: 35px;
}
.hoofdcat {
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    padding: 12px 0 16px 0;
    width: 100%;
    text-align: left;
}
.accordion.active {
    border-bottom: 1px solid #D8D8D8;
}
.accordion:focus {
    outline: 0;
}

/*SINGLE PRODUCT PAGE*/

.single-product-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100px;
}
.single-product .product-header .product-image,
.single-product .product-header .product-info {
    position: relative;
    width: 50%;
}
.product-header .product-image .image-inner {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-print-color-adjust: exact;
    max-width: 600px;
}
.product-header .product-image .image-inner:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}
.foto-container-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}
.foto_container {
    position: relative;
    margin-bottom: 20px;
}
.foto_container img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.foto_container:nth-child(1n+2) {
    width: 31%;
    height: 31%;
    margin-right: 3.5%;
}





.product-header .product-info {
    position: relative;
    padding: 0 60px;
}
.product-header .product-info .power {
    margin-right: 24px;
}
.product-info .power svg,
.product-info .temperature svg {
    margin-right: 10px;
    vertical-align: sub;
}
.product-header .product-info .titel {
    margin-bottom: 34px;
}
.product-header .product-info .titel h1 {
    color: black;
    font-size: 48px;
    line-height: 46px;
}
.product-info .price {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}
.single-product .product-specs {
    position: relative;
    margin-top: 170px;
}
.single-product .product-specs .titel {
    margin-bottom: 40px;
}
.single-product .product-specs .specs-wrapper {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    position: relative;
    margin-bottom: 40px;
}
.single-product .product-specs .specs-wrapper .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

    border-bottom: 1px solid #F0F0F0;
}
.single-product .product-specs .specs-wrapper .spec p {
    margin-bottom: 0;
    padding: 10px 0;
}
.single-product .technic-drawing {
    position: relative;
}
.single-product .technic-drawing .link {
    text-align: right;
}
.product-info.single .intro {
    margin-bottom: 30px;
}
.suitable-for-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.suitable-for {
    position: relative;
    width: 230px;
    text-align: center;
}
.suitable-for-text {
    position: relative;
    margin-right: 20px;
}
.suitable-for .suitable-item {
    position: relative;
    margin-right: 12px;
    width: 25px;
    margin-bottom: 15px;
}
.suitable-for-text p {
    margin-bottom: 0;
}
.suitable-item svg path {
    fill: #d1d1d1;
}
.product-variations {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}
.product-variations-wrapper {
    margin-bottom: 30px;
}
.product-variations label {
    margin-right: 30px;
    margin-bottom: 0;
    min-width: 80px;
}
.go-to-specs {
    height: 78px;
    position: relative;
    padding: 23px 15px;
}
.add-to-cart {
    margin-right: 15px;
}
.more_products .plate--container {
    padding-left: 0;
    padding-right: 0;
}
.cta-bar-wrapper {
    position: fixed;
    background: white;
    height: 78px;
    bottom: -78px;
    z-index: 1;
    -webkit-transition: bottom .2s ease-in-out;
    -moz-transition: bottom .2s ease-in-out;
    -ms-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    width: calc(100% - 100px);
    padding-left: 90px;

    -webkit-box-shadow: 0 -3px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -3px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 50px rgba(0, 0, 0, 0.05);
}
.cta-bar-inner {
    position: relative;
}
.cta-bar-inner .cta {
    margin-right: auto;
}
.cta-bar-inner .add-to-cart {
    margin-right: 0;
}
.download-specs {
    margin-right: 10px;
}
.download-specs a {
    top: 2px;
    position: relative;
}
.technic-drawing a svg,
.download-specs a svg {
    position: relative;
    top: -10px;
}
.cta-down {
    bottom: -78px;
}
.cta-up {
    bottom: 0;
}

#product-360 {
  width: 100%;
  cursor: grab;
  transition: box-shadow 0.3s ease-in-out;
}
#product-360:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

/*SINGLE PROJECT*/

.project-single-header {
    position: relative;
}
.project-single-header .header-overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(84,84,84,0) 50%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(84,84,84,0) 50%);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(84,84,84,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545454",GradientType=1);
}
.project-single .title-wrapper .title {
    margin-bottom: 40px;
}
.project-single .project-subtitel {

}
.project-single .project-subtitel p {
    color: white;
}
.project-intro {
    width: 100%;
    position: relative;
    padding-top: 110px;
    padding-bottom: 90px;
}
.project-intro .tekst p {
    font-size: 22px;
    line-height: 32px;
    max-width: 500px;
}
.project-info-wrapper {
    position: relative;
    width: 100%;
    padding-right: 100px;
    margin-top: 90px;
    margin-bottom: 90px;
}
.project-info-wrapper .afbeelding {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.project-info-wrapper .content-block {
    position: relative;
    height: auto;
    margin-top: 230px;
    width: 60%;
    float: right;
    padding: 85px 90px;
}
.project-info-wrapper .content-block .title {
    margin-bottom: 45px;
    max-width: 499px;
}
.project-info-wrapper .content-block .tekst {
    padding-left: 100px;
    -webkit-columns: 2;
    columns: 2;
    column-gap: 20px;
}
.project-info-wrapper .content-block .title h2,
.project-info-wrapper .content-block .tekst p {
    color: white;
}
.share {
    position: absolute;
    right: 100px;
    top: 100px;
}
.share p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 36px;
}
.share a {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.share a:before {
    content: '';
    background: transparent;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    color: #D6DBE0;
    text-align: center;
    font-size: 25px;
    z-index: 2;
    position: relative;

    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.share a.facebook {
    margin-right: 28px;
}
.share a.facebook:before {
    content: '\f230';
}
.share a.twitter:before {
    content: '\f099';
}

.breadcrumbs {
    position: absolute;
    top: -40px;
}
.breadcrumbs a {
    cursor: pointer;
}
/*POST HEADER*/

.post-header-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 10vh;
}
.post-header-wrapper-inner {
    width: 93.5vw;
    height: 50vh;
    display: block;
    z-index: 1;
}
.post-header-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.post-header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-header-inner.newsarticles .header-overlay {
    opacity: 1;
}
.post-header-inner .header-overlay {
    opacity: .69;
}
.post-header-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 100px 90px 90px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post-header-content .title-wrapper {
    margin-bottom: 0;
}
.post-header-content .title-wrapper h1 {
    font-size: 48px;
    line-height: 46px;
}
.box {
    width: 39%;
    height: 10vh;
    position: absolute;
    min-width: 200px;
    z-index: 0;
    right: 200px;
    bottom: 0;
}
.box.grey {
    background: #EAEAEA;
}
/*TEKST MET AFBEELDING*/

.tekst-afbeelding {
    padding-left: 90px;
    padding-right: 200px;
    position: relative;
    width: 100%;
}
.tekst-afbeelding .afbeelding {
    position: relative;
    float: right;
    width: 38.6vw;
    height: 450px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.tekst-afbeelding .afbeelding .image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tekst-afbeelding .content h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

/*EMPLOYEE SECTION*/

.employee-section .title-wrapper .title-subtitle {
    width: 100%;
}

.item-wrapper.project.employee .subtitel {
    margin-top: 520px;
    margin-bottom: unset;
}

/*MULTI BLOCKS*/

.multi-block-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 1.5%;
}
.multi-block-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.multi-block-inner .titel {
    padding-right: 5%;
}
.multi-block-inner .titel h3 {
    line-height: 40px;
}
.multi-block-inner .titel h3,
.multi-block-inner .subtitel p,
.multi-block-wrapper .tekst p {
    color: white!important;
}
.multi-block-wrapper.rounded-image .titel,
.multi-block-wrapper.rounded-image .tekst {
    padding-right: 120px;
}
.multi-block-inner .image-wrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.multi-block-inner .image-wrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.multi-block-inner .image-wrapper .image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.multi-block-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.multi-block-bg:after {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
}
.background-image-hover .multi-block-bg {
    opacity: 0;
}
.background-image-hover .multi-block-bg:after {
    display: none;
}
.multi-block-wrapper.background-image-hover:hover .multi-block-bg {
    opacity: .4;
}
.multi-block-wrapper .read-more p {
    margin-bottom: 0;
    text-align: right;
    margin-top: 100px;
    color: white;
    text-transform: lowercase;
}
.multi-block-wrapper .read-more p svg {
    margin-left: 10px;
}
.multi-block-wrapper .read-more p svg path,
.multi-block-wrapper .read-more p svg line {
    stroke: white;
}
.multi-block-wrapper .read-more {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}
.multi-block-wrapper.background-image-hover:hover .read-more {
    opacity: 1;
}
.multi-block-wrapper .tekst p {
    margin-bottom: 0;
}

/*BLOKKENSTRUCTUUR*/

.contact-info-wrapper {
    position: relative;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.blokken-structuur {
    position: relative;
    width: 100%;
}
.blokken-structuur .multi-block-wrapper {
    width: 49.25%;
}
.blokken-structuur .multi-block-wrapper:nth-child(odd) {
    margin-right: 1.5%;
}
.blokken-structuur .multi-block-wrapper:nth-child(2) {
    margin-top: 0!important;
}
.blokken-structuur .multi-block-wrapper:first-child {
    margin-top: 100px;
}
.blokken-structuur .multi-block-wrapper:nth-child(even) {
    margin-top: -100px;
}
.top-offset {
    margin-top: -210px;
}
.blokken-structuur .active-elements.active-top-offset {
    margin-top: -100px;
}
.active-elements .multi-block-wrapper.expired .titel,
.active-elements .multi-block-wrapper.expired .subtitel {
    opacity: 1;
}

.blokken-structuur .expired-elements .multi-block-wrapper .titel,
.blokken-structuur .expired-elements .multi-block-wrapper .subtitel,
.blokken-structuur .expired-elements .multi-block-wrapper .image-wrapper,
.multi-block-wrapper.expired .titel,
.multi-block-wrapper.expired .subtitel,
.multi-block-wrapper.expired .image-wrapper {
    opacity: .2;
}

.expired-elements .multi-block-wrapper .full-link-btn {
    display: none;
}

/*FORM STYLING*/

.form-fields,
.form-fields-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.form-fields.beurzen {
    display: none;
    margin-bottom: 80px;
}
.input-field {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 49%;
    height: 100%;
    min-height: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    z-index: 3;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.input-field:nth-child(even) {
    margin-left: 2%;
}
.input-field input, .input-field textarea {
    border: none;
    width: 100%;
    background: transparent;
    padding: 0 145px 22px 0;
}
.input-field.textarea {
    width: 100%;
}
.input-field textarea {
    min-height: 120px;
    outline: 0;
}
.input-field p {
    margin-bottom: 0;
}
.input-field label {
    z-index: -1;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    left: 0;
    transform: translateX(0%);

    -webkit-transition: left .3s ease, transform .3s ease;
    -moz-transition: left .3s ease, transform .3s ease;
    -ms-transition: left .3s ease, transform .3s ease;
    -o-transition: left .3s ease, transform .3s ease;
    transition: left .3s ease, transform .3s ease;
}
@-webkit-keyframes labelRight {
    0% {}
    10% {opacity: .5}
    60% {text-transform: uppercase;:uppercase;letter-spacing: 3px;}
    95% {font-weight:600;}
    100% {font-size: 10px;text-transform: uppercase;opacity: .2;font-weight:600;letter-spacing: 3px;}
}
@-moz-keyframes labelRight {
    0% {}
    10% {opacity: .5}
    60% {text-transform: uppercase;letter-spacing: 3px;}
    95% {font-weight:600;}
    100% {font-size: 10px;text-transform: uppercase;opacity: .2;font-weight:600;letter-spacing: 3px;}
}
@-o-keyframes labelRight {
    0% {}
    10% {opacity: .5}
    60% {text-transform: uppercase;letter-spacing: 3px;}
    95% {font-weight:600;}
    100% {font-size: 10px;text-transform: uppercase;opacity: .2;font-weight:600;letter-spacing: 3px;}
}
@keyframes labelRight {
    0% {}
    10% {opacity: .5}
    60% {text-transform: uppercase;letter-spacing: 3px;}
    95% {font-weight:600;}
    100% {font-size: 10px;text-transform: uppercase;opacity: .2;font-weight:600;letter-spacing: 3px;}
}
input {
    width: 100%;
}
select {
    width: 100%;
    border: 0;
    color: rgba(0,0,0, .3)!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}
select option {
    cursor: pointer;
}
select:focus, input:focus {
    outline: none;
}
.select-arrow {
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    top: 5px;
}

.input_field input[type="checkbox"] {
    position: relative;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    padding: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    margin: 5px 16px 3px 0;
    border-radius: 0;
}
.input_field input[type="checkbox"]:checked {
    color: #99a1a7;
}
.input_field input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    top: -1px;
    left: -1px;
}
.input_field.AVG {
    margin-bottom: 35px;
}
.input_field.AVG input[type="checkbox"] {
    border: 1px solid rgba(255,255,255, .2);
    margin: 4px 16px 3px 0;
}
.input_field.AVG input[type="checkbox"]:checked:after {
    background: rgba(255, 255, 255, .4);
}
.input_field.AVG label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    top: unset;
    bottom: 0!important;
    cursor: pointer;
    margin-bottom: unset!important;
    font-size: 12px;
    color: white;
}
.input_field.beurs {
    position: relative;
    margin-top: 15px;
    margin-bottom: 60px;
}
.input_field.beurs label {
    cursor: pointer;
}
.form-field--is-active .form-field__control::after {
    color: #000;

    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #000;
    opacity: .8;
    left: 100%;
    transform: translateX(-100%);

    -webkit-animation: labelRight .3s ease forwards;
    -o-animation: labelRight .3s ease forwards;
    animation: labelRight .3s ease forwards;
}
.form-field--is-filled .form-field__label {
    left: 100%;
    transform: translateX(-100%);

    -webkit-animation: labelRight .3s ease forwards;
    -o-animation: labelRight .3s ease forwards;
    animation: labelRight .3s ease forwards;
}
.input-field.req {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.input-field.req:after {
    content: 'Verplicht';
    font-family: 'GalanoGrotesque';
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 92%;
    transform: translateX(-100%);
    line-height: 28px;
    top: 0;
}
.contact-form .input_field.AVG label {
    color: black;
}
.input_field.checkbox label {
    cursor: pointer;
}

/*SHOPPING CART*/

.shopping-cart-container,
.login-data-container {
    width: 100%;
    position: relative;
    min-height: 600px;
    padding-top: 100px;
}
.shopping-cart-container .shopping-form,
.login-data-container .data-forms {
    position: relative;
    width: 60%;
    padding-left: 90px;
    padding-right: 100px;
}
.shopping-cart-container .invoice,
.login-data-container .data-green-block {
    position: relative;
    width: 40%;
    padding: 80px 100px 180px 90px;
}
.shopping-cart-container .invoice .subtitel p.subtitle {
    color: rgba(255, 255, 255, .5);
}
.shopping-cart-container .invoice .subtitel {
    margin-bottom: 60px;
}
.shopping-form .title {
    margin-bottom: 45px;
}
.invoice_btn {
    display: block;
    cursor: pointer;
}
.invoice-products {
    position: relative;
    margin-bottom: 100px;
}
.invoice-products .product-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    border-top: 1px solid rgba(0,0,0, .08);
}
.invoice-products .product-wrapper:first-child {
    border-top: 1px solid rgba(0,0,0, .08);
}
.invoice-products .product-wrapper .image-wrapper {
    height: 72px;
    width: 72px;
    position: relative;
    margin-right: 30px;
}
.invoice-products .product-wrapper .image-wrapper .image-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.invoice-products .product-wrapper .title p {
    color: white;
    margin-bottom: 0;
}
.cart .footer-container {
    padding-top: 0!important;
}
.cart #footer {
    margin-top: -50px;
}
.delete-product-from-cart{
  cursor: pointer;
  margin-left: 20px;
  color: #FFF;
}
.product-count {
    position: absolute;
    top: 0;
    border: 2px solid white;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-size: 10px;
    color: white;
    text-align: center;
    line-height: 0;
    padding: 5px;
}
.delete-product-from-cart p {
    margin-bottom: 0;
    color: white;
}

/*NEWSARTICLES*/

.post-header-inner.newsarticles .title-wrapper .subtitel p.subtitle {
    color: rgba(255, 255, 255, .5);
}
.news-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*VACATURES*/

.overview .blokken-structuur {
    padding-bottom: 80px;
}
.title-wrapper .subtitel p.vacature-sub {
    margin-bottom: 0;
    position: relative;
    color: white;
}
.single-vacature .footer-cta {
    display: none;
}
.button.contact-forms {
    margin-top: 20px;
}
.contact-form .input_field.AVG {
    margin-top: 20px;
}
.vacature-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.vacature-footer-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.vacature-form {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.vacature-footer-wrapper .form-fields .input-field.textarea {
    width: 100%;
    margin-left: 0;
}
input[type="file"] {
     opacity: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0 0 22px 0;
    height: auto;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: '';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}
.input-field.file label {
    top: 3px;
    left: 0!important;
    -webkit-transform: translateX(0%)!important;
    -moz-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
}

/*SPEERPUNTEN*/

.usp-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.usp-wrapper .usp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.usp-wrapper .usp-icon {
    width: 24px;
    position: relative;
    height: 24px;
    display: block;
    margin-right: 20px;
    margin-top: 4px;
}
.usp-wrapper .usp-icon i {
    font-size: 24px;
}
.usp-wrapper .tekst {
    padding-right: 5%;
}

/*SLIDER SECTION*/

.slider-container .slides {
    width: 100%;
    height: 200px;
    list-style: none;
    padding-left: 0;
}
.gallery-cell {
    width: 33.3334%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-cell img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.flickity-prev-next-button {
    top: 50%;
    width: 25px;
    height: 25px;
    background: transparent;
    color: black;
}
.flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.flickity-button:hover {
    background: transparent;
    cursor: pointer;
}
.flickity-button:active {
     opacity: 1;
}
.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}

/*AFBEELDINGS GALERIJ*/

.galerij-wrapper {
    width: 100%;
    position: relative;
    display: grid;
    grid-auto-rows: 5px;
    grid-gap: 0 20px;
    grid-template-columns: repeat(3,1fr);
}
.galerij-wrapper .galerij-image {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 20px;
}
.galerij-wrapper .galerij-image img {
    position: relative;
    width: 100%;
    height: auto;
}
.galerij-wrapper .galerij-image:nth-child(2) {
    margin-top: 100px;
}

/*CONTACT BLOK + FORMULIER*/
.contact-info-wrapper {
    position: relative;
    width: 100%;
}
.contact-info-wrapper .contact-info,
.contact-info-wrapper .formulier {
    position: relative;
    width: 50%;
}
.contact-info-wrapper .formulier {
    margin-top: 125px;
}
.social_media {
    position: relative;
    top: 5px;
}
.social_media a {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}
.social_media a:before {
    content: '';
    background: transparent;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 25px;
    z-index: 2;
    position: relative;
    opacity: .2;
}
.social_media a.linkedin:before {
    content: '\f0e1';
}
.social_media a.facebook:before{
    content: '\f230';
}
.social_media a.twitter:before {
    content: '\f099';
}
.social_media a.instagram:before {
    content: '\f16d';
}
.multi-block-wrapper.beurs.expired .image-wrapper {
    opacity: .2;
}

.beurzen-section .blokken-structuur {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/*MANDELO TRIANGLE*/

.copyright_mandelo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;

    position: absolute;
    bottom: 0;
    left: 90px;
}
#mandelo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}
#mandelo svg.text {
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
    display: none;
}
#mandelo.animate svg.text:before{
    height: 0;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 1600px) {
    .item-wrapper.project {
        height: 600px;
    }
    .item-wrapper.project.employee .subtitel {
        margin-top: 350px;
    }
}
@media only screen and (max-width: 1500px) {
    .usp-container {
        height: 235px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .usp-container .usp-slider {
        height: 100%;
    }
    .referentie .afbeelding-logo {
        margin-top: -100px;
    }
    .referentie .afbeelding-logo .image-inner {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 1300px){
    .item-wrapper.project {
        height: 500px;
    }
    .item-wrapper.project.employee .subtitel {
        margin-top: 250px;
    }
    .highlighted-article .highlighted .item-wrapper.news {
        width: 90%;
    }
    .highlighted .item-wrapper.news {
        height: 360px;
    }
    .input-field {
        width: 100% !important;
        margin-left: 0!important;
    }
    .post-overview-wrapper .item-wrapper {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .post-overview-wrapper .item-wrapper:nth-child(3n) {
        margin-right: 2%;
    }
    .post-overview-wrapper .item-wrapper:nth-child(2n) {
        margin-right: 0;
    }
    .download-brochure {
        width: 100%;
        min-width: 100%;
    }
    .filters {
        padding-right: 2%;
    }
    .filters h2.title {
        font-size: 32px;
        line-height: 32px;
    }
    .download-brochure-inner {
        padding: 20px;
    }
    .download-brochure .title h4 {
        line-height: 25px;
    }
    .post-overview-wrapper .item-wrapper.news:nth-child(2n) {
        margin-top: 0;
    }
    .project-info-wrapper .content-block {
        padding: 60px 65px;
    }
    .project-info-wrapper .content-block .tekst {
        padding-left: 0;
    }
    .navbar-brand {
        margin-right: 20px;
    }
    .navbar-expand-lg .navbar-nav a.nav-link {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 16px;
    }
    .nav-icon {
        margin-right: 25px;
    }
    .shopping-cart-container .invoice,
    .login-data-container .data-green-block {
        padding: 80px 40px 180px 40px;
    }
}
@media only screen and (max-width: 1200px){
    .referentie .afbeelding-logo {
        margin-top: -30px;
    }
    .referentie .afbeelding-logo .image-inner {
        width: 350px;
        height: 350px;
    }
    .referentie-container {
        padding: 100px 100px 100px 90px;
    }
    .highlighted .item-wrapper.news {
        height: 340px;
    }
    .titel-met-intro .tekst p {
        margin-left: 50px;
    }
    .product-header .product-info {
        padding: 0 0 0 40px;
    }
    .select-arrow {
        right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .usp-container {
        height: 185px;
    }
    .usp-container .usp-slider .usp-line {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .usp-container .usp-slider .usp-line h3 {
        font-size: 80px;
    }
    .usp-container .usp-intro {
        margin-right: 0;
        margin-bottom: 0;
    }
    .usp-container .usp-intro h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .highlighted .item-wrapper.news {
        height: 280px;
    }
    .index-header-left {
        z-index: 1;
    }
    .index-header-right {
        z-index: 0;
    }
    .post-overview-wrapper {
        z-index: 2;
    }
    .nav-icon {
        margin-right: 20px;
    }
    .navbar-expand-lg .navbar-nav a.nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-brand {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-toggler {
        display: block!important;
    }
    .navbar-brand {
        margin-right: auto;
    }
    #navbarResponsive {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: white;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-top: 80px;
        margin-top: 10vh;
        z-index: 5;
    }
    .menu-open #navbarResponsive {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-open #navbarResponsive.pushed {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .navbar-expand-lg .navbar-nav a.nav-link {
        padding-right: 30px;
        padding-left: 25px;
        font-size: 24px;
        line-height: 45px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navbar-collapse .navbar-icons {
        position: absolute;
        top: 15px;
        left: 25px;
        width: calc(100% - 55px);
    }
    .nav-icon.search {
        width: 100%;
    }
    .top-bar-search-wrapper {
        right: unset;
        width: 100%;
        display: block!important;
    }
    .top-bar-search-wrapper input[type="text"] {
        height: 45px;
        background: #EAEAEA;
        border-bottom: 0;
        padding: 10px;
        border-radius: 0;
    }
    .navbar-collapse .navbar-icons .nav-icon.cart,
    .navbar-collapse .navbar-icons .nav-icon.user {
        display: none;
    }
    .navbar-icons.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .login-block {
        display: none;
    }
}
@media only screen and (max-width: 989px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .product-header .product-info .titel h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 32px;
        line-height: 32px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .plate--container {
        padding-left: 25px;
        padding-right: 30px;
    }
    .scroll-explore {
        display: none;
    }
    .header-wrapper-inner {
        width: 100vw;
    }
    .scroll-down {
        left: 25px;
        width: 50px;
        height: 100px;
        bottom: 43px;
        padding: 15px;
    }
    .header-inner {
        padding-left: 25px;
        padding-right: 30px;
    }
    .home-header .square {
        display: none;
    }
    .titel-met-intro .tekst p {
        margin-left: 0;
    }
    .titel-met-intro .titel {
        margin-bottom: 25px;
    }
    .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-container.two .header-inner {
        height: 50%;
        width: 100%;
    }
    .header-inner.aligned-bottom .header-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .title-wrapper.align-text-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .title-wrapper .title-subtitle {
        margin-bottom: 10px;
    }
    .hide-block {
        display: none;
    }
    .usp-container {
        height: 130px;
    }
    .usp-container .usp-slider .usp-line h3 {
        font-size: 58px;
    }
    .referentie-container {
        padding: 50px 30px 100px 25px;
    }
    .referentie-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .referentie-container .title-wrapper {
        margin-bottom: 40px;
        text-align: center;
    }
    .referentie-wrapper .logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .referentie-wrapper .logos .company-logo:last-child {
        margin-right: 0;
    }
    .referentie-wrapper .company-logo {
        margin-right: 35px;
    }
    .referentie-wrapper .company-logo img {
        height: 30px;
    }
    .referentie-wrapper .logos {
        margin-bottom: 40px;
    }
    .referentie-wrapper .referentie-inner-wrapper {
        height: 400px;
    }
    .referentie-inner-wrapper .referentie {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .referentie-inner-wrapper .referentie .quote {
        padding-right: 0;
        width: 100%;
        text-align: center;
        order: 2;
    }
    .referentie-inner-wrapper .referentie .afbeelding-logo {
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
    }
    .referentie-inner-wrapper .referentie .afbeelding-logo .image-inner {
        width: 210px;
        height: 210px;
    }
    .referentie-inner-wrapper .referentie .afbeelding-logo .logo {
        width: 75px;
        height: 75px;
        padding: 25px 10px;
    }
    .referentie-inner-wrapper .referentie .quote .tekst p {
        font-size: 18px;
        line-height: 33px;
    }
    .referentie .quote .tekst {
        margin-bottom: 15px;
    }
    .homepage .news-section {
        margin-top: 60px;
    }
    .news-section .highlighted-article {
        display: none;
    }
    .news-section .more-articles {
        width: 100%;
    }
    .title-wrapper.mobile {
        display: block;
        margin-bottom: 40px;
    }
    .title-wrapper.mobile .titel h2 {
        color: white;
    }
    .title-wrapper.mobile .subtitel p.subtitle {
        color: rgba(255, 255, 255, .5);
    }
    .more-articles {
        padding: 50px 30px 50px 25px;
    }
    .more-articles .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .more-articles .news-item .published p {
        font-size: 10px;
        font-weight: 600;
    }
    .news-section .more-articles .articles .mobile-highlighted {
        display: block;
    }
    .homepage .newsarticles-section .section-container {
        padding-bottom: 0!important;
    }
    .homepage .footer-container {
        padding-top: 0!important;
    }
    .footer-left {
        padding: 100px 30px 100px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-kolom {
        width: 100%!important;
        margin-bottom: 35px;
    }
    .footer-right {
        display: none;
    }
    .back-to-top {
        height: 50px;
        right: 0;
        padding: 12px 20px;
    }
    .footer-kolom .title p {
        margin-bottom: 0;
    }
    .item-wrapper.project {
        height: 100%;
    }
    .item-wrapper.project .item-inner {
        height: 500px;
        position: relative;
    }
    .item-wrapper.project.active .item-inner {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .item-wrapper.project .subtitel {
        margin-top: 0;
        margin-bottom: 0;
    }
    .item-wrapper.news .item-inner {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .item-wrapper .item-inner-wrapper {
        position: relative;
        height: auto;
        margin-top: 15px;
    }
    .item-wrapper.active .item-inner {
        opacity: 1;
    }
    .item-wrapper .product-info {
        margin-bottom: 0!important;
    }
    .item-wrapper .subtitel {
        margin-top: 0!important;
    }
    .item-wrapper.product.active .item-inner {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .item-wrapper.product .item-inner {
        background-position: center top;
    }
    .footer-cta-left {
        padding-left: 25px;
        padding-right: 30px;
    }
    .footer-cta-left, .footer-cta-right {
        width: 100%;
    }
    .cta a i {
        margin-right: 15px;
    }
    .footer-cta-right {
        height: 250px;
    }
    .index-header {
        padding-left: 25px;
        padding-right: 30px;
    }
    .contact-info-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .post-header-content {
        padding: 25px 30px 25px 30px;
    }
    .post-header-wrapper-inner {
        width: 100%;
    }
    .box {
        right: 30px;
    }
    .tekst-afbeelding {
        padding-left: 25px;
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tekst-afbeelding .afbeelding {
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
        height: 400px;
    }
    .tekst-afbeelding .content {
        order: 1;
    }
    .navbar {
        padding: 10px 30px 10px 25px;
    }
    .plate--column {
        flex-basis: 100%;
        max-width: 100%;
    }
    .multi-block-wrapper {
        min-height: auto;
    }
    .index-header-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .index-header-right {
        width: 35%;
        position: absolute;
        right: 0;
    }
    .index-header .square {
        display: none;
    }
    .index-header .square .image-inner {
        height: 100%;
        width: 100%;
        right: 0;
        position: absolute;
    }
    .top-offset {
        margin-top: 0;
    }
    .multi-block-inner {
        padding: 25px 30px 25px 25px;
    }
    .post-overview-wrapper {
        margin-top: 0;
    }
    .post-overview-wrapper .filters {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .post-overview-wrapper .products-overview-container {
        width: 100%;
    }
    .accordion.mobile {
        display: block;
        width: 100%;
        text-align: left;
    }
    .filter-tags.panel,
    .download-brochure.panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out;
        border-bottom: 1px solid #D8D8D8!important;
    }
    .filters .filter-tags {
        margin-top: 0;
    }
    .download-brochure {
        margin-top: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .cooling {
        margin-bottom: 20px;
    }
    .download-brochure-inner {
        padding: 20px 0;
    }
    .download-brochure-inner .title {
        display: none;
    }
    .post-overview-wrapper .item-wrapper {
        margin-bottom: 40px;
    }
    .flickity-prev-next-button.next {
        right: -20px;
    }
    .flickity-prev-next-button.previous {
        left: -20px;
    }
    .gallery-cell {
        width: 50%;
        height: 150px;
    }
    .slider-container .slides {
        height: 150px;
    }
    .title-wrapper {
        margin-bottom: 30px;
    }
    .single-product .product-header .product-image,
    .single-product .product-header .product-info {
        width: 100%;
        padding-left: 0;
    }
    .single-product .product-header .product-image {
        margin-bottom: 30px;
    }
    .suitable-for-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .suitable-for-text {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .single-product-wrapper {
        padding-top: 70px;
    }
    .top-bar-left {
        padding-left: 25px;
        width: 99%;
    }
    .top-bar-right {
        width: 1%;
    }
    .single-product .product-specs {
        margin-top: 80px;
    }
    .footer-container {
        padding-top: 40px!important;
    }
    .cta-bar-wrapper {
        display: none;
        padding-left: 25px;
    }
    .product-header .product-info .titel {
        margin-bottom: 20px;
    }
    .index-header {
        padding-top: 50px;
    }
    .post-overview-wrapper .plate--container {
        padding-bottom: 45px;
    }
    .project-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .project-intro .tekst p {
        font-size: 20px;
        line-height: 26px;
    }
    .project-single-header .square {
        display: none;
    }
    .project-info-wrapper {
        padding-right: 30px;
        padding-left: 25px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .project-info-wrapper .afbeelding {
        width: 50%;
    }
    .project-info-wrapper .content-block {
        width: 100%;
        margin-top: 150px;
        padding: 30px 30px 30px 25px;
    }
    .share {
        right: 30px;
        top: 40px;
        text-align: center;
    }
    .share p {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .share a.facebook {
        margin-right: 20px;
    }
    .post-header-wrapper-inner {
        height: 40vh;
    }
    .vacature-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .shopping-cart-container .invoice,
    .login-data-container .data-green-block {
        width: 100%;
        padding-left: 25px;
        padding-right: 30px;
    }
    .shopping-cart-container .shopping-form, .login-data-container .data-forms {
        width: 100%;
        padding-left: 25px;
        padding-right: 30px;
    }
    .shopping-cart-container,
    .login-data-container {
        padding-top: 50px;
    }
    .data-green-block {
        display: none;
    }
    .data-forms {
        margin-bottom: 100px;
    }
    .input-field input,
    .input-field textarea {
        padding: 0 100px 22px 0;
    }
    .delete-product-from-cart p {
        font-size: 16px;
    }
    .product-count {
        line-height: 5px;
    }
    .copyright_mandelo{
        height: 50px;
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .product-container,
    .project-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item-wrapper.project .item-inner {
        height: auto;
    }
    .item-wrapper.project .item-inner:before {
        content: '';
        padding-top: 100%;
        display: block;
    }
    .product-container .item-wrapper,
    .project-container .item-wrapper {
        width: 60%;
        margin: 0 auto 40px auto;
    }
    .item-wrapper.project:nth-child(2n) {
         margin-top: 0;
    }
    .item-wrapper.project {
        height: auto;
    }
    .item-wrapper.project.employee .item-inner {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .multi-block-wrapper {
        width: 100%!important;
        margin-right: 0!important;
        margin-top: 0!important;
        margin-bottom: 10px!important;
    }
    .active-top-offset {
        margin-top: 0!important;
    }
    .blokken-structuur .expired-elements,
    .blokken-structuur .active-elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-info-wrapper .contact-info,
    .contact-info-wrapper .formulier {
        width: 100%;
    }
    .contact-info-wrapper .formulier {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .product-container .item-wrapper,
    .project-container .item-wrapper {
        width: 100%;
    }
    .usp-container {
        height: 100px;
    }
    .usp-container .usp-slider .usp-line h3 {
        font-size: 36px;
    }
    .usp-container .usp-intro h3 {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .referentie-inner-wrapper .referentie .quote .tekst p,
    .referentie .quote .name-function p.name,
    .referentie .quote .name-function p.function {
        font-size: 14px;
        line-height: 28px;
    }
    .referentie .quote .name-function {
        margin-bottom: 20px;
    }
    .referentie .quote .name-function p {
        display: block;
        margin-bottom: 0;
    }
    .referentie .seperator {
        display: none;
    }
    .referentie-wrapper .referentie-inner-wrapper {
        height: 420px;
    }
    .referentie-wrapper .company-logo img {
        height: 20px;
    }
    .referentie-wrapper .logos {
        margin-bottom: 30px;
    }
    .referentie-container .title-wrapper {
        margin-bottom: 30px;
    }
    .footer-left {
        padding: 50px 30px 65px 25px;
    }
    .footer-kolom .contact p,
    .footer-kolom .contact a,
    .footer-link a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-kolom .contact .tel {
        margin-top: 10px;
    }
    .post-overview-wrapper .item-wrapper {
        width: 100%;
        margin-right: 0!important;
    }
    .gallery-cell {
        width: 100%;
    }
    .cta-buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cta-buttons-wrapper .button {
        margin-right: 0;
    }
    .cta-buttons-wrapper .button a {
        min-width: 100%;
    }
    .go-to-specs {
        padding: 23px 0;
    }
    .single-product .product-specs .specs-wrapper {
        -webkit-columns: 1;
        columns: 1;
    }
    .single-product .product-specs .titel {
        margin-bottom: 20px;
    }
    .top-bar-left a {
        font-size: 12px;
    }
    .project-info-wrapper .content-block .tekst {
        -webkit-columns: 1;
        columns: 1;
        column-gap: 20px;
    }
    .copyright_mandelo {
        height: 50px;
        left: 25px;
    }
    #mandelo svg.text g path:nth-child(-n+20) {
        display: none;
    }
    #mandelo svg.text {
        margin-left: -130px;
        display: block;
    }
}

@media only screen and (max-width: 450px) {
    .product-variations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .select-arrow {
        top: unset;
        bottom: 25px;
        position: absolute;
    }
    .breadcrumbs {
        position: absolute;
        top: -60px;
    }
    .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-brand img {
        width: 135px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .usp-container .usp-slider .usp-line h3 {
        font-size: 26px;
    }
    .usp-container .usp-intro h3 {
        font-size: 16px;
    }
    .usp-container {
        height: 100px;
    }
    .referentie-wrapper .referentie-inner-wrapper {
        height: 475px;
    }
    .footer-left {
        width: 75%;
    }
}
@media only screen and (max-width: 374px) {
    .navbar-brand img {
        width: 125px;
    }
    .nav-icon.user svg {
        width: 20px;
        height: 22px;
    }
    .nav-icon.cart svg {
        width: 20px;
        height: 20px;
    }
}

/*MAX HEIGHT MEDIA QUERY*/

@media only screen and (max-height: 680px) {
    .header-container {
        height: 650px;
    }
    .header-wrapper-inner {
        height: 700px;
    }
    .navbar {
        height: 70px;
    }
    .top-bar {
        height: 30px;
    }
    .scroll-down {
        bottom: 0;
    }
    .home-header .square, .project-single-header .square {
        top: 460px;
    }
    #navbarResponsive {
        margin-top: 70px;
    }
}
