:root {

}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    height: 100vh;
}

body.lock-scroll {
    overflow: hidden;
}

/* FONT & TEXT STYLING */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "neue-haas-unica";
    src: url("https://use.typekit.net/af/3da9bf/00000000000000003b9b2063/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3da9bf/00000000000000003b9b2063/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3da9bf/00000000000000003b9b2063/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "neue-haas-unica";
    src: url("https://use.typekit.net/af/dff101/00000000000000003b9b2061/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/dff101/00000000000000003b9b2061/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/dff101/00000000000000003b9b2061/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "realist";
    src: url("https://use.typekit.net/af/4e99c8/00000000000000003b9b3c7d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/4e99c8/00000000000000003b9b3c7d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/4e99c8/00000000000000003b9b3c7d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "realist";
    src: url("https://use.typekit.net/af/d07059/00000000000000003b9b3c80/27/l?subset_id=2&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/d07059/00000000000000003b9b3c80/27/d?subset_id=2&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/d07059/00000000000000003b9b3c80/27/a?subset_id=2&fvd=i6&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "realist";
    src: url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "realist", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 .5rem 0;
}

h1 {
    font-size: 58px;
    line-height: 70px;
    font-style: italic;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 25px;
    line-height: 40px;
    color: #73E500;
}

h3 i {
    font-style: italic;
    font-weight: 600;
}

h4 {
    font-size: 19px;
    line-height: 28px;
}

h4 a {
    color: inherit;
}

h5 {
    font-size: 19px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

p, a, u, span, select, section, td, th, option, form, input, b, strong, ul, ol, li, textarea, label, button, input, iframe, table {
    font-family: "neue-haas-unica", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* GENERAL STYLING */

#js-scroll {
    overflow: hidden;
}

:focus {
    outline: none;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.render-content {
    position: relative;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
}

/* SECTION STYLING */

.section-wrapper {
    position: relative;
}

.section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-bg.z-index-0 {
    z-index: 0;
}

.section-container {
    position: relative;
    width: 100%;
}

.section-container.triangle-on {
    overflow: hidden;
}

.section-content {
    position: relative;
    z-index: 2;
}

.section-triangle,
.section-triangle-inner {
    position: absolute;
    width: 2000px;
    height: 2000px;
    background-color: #73e500;
    top: 50%;
    right: 66%;

    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);

}

.section-triangle-inner {
    background-color: rgba(0, 0, 0, .55);
}

.section-triangle-inner.has-image {
    backdrop-filter: blur(8px) brightness(.5);
}

.plate--container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.fullwidth-section .plate--container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* DISPLAY FLEX STYLING */

.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-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* 404 MESSAGE  */

.error-message {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 3;
}

/* NAVIGATION STYLING */

.navigation {
    position: fixed;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.00));
    z-index: 99;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.navigation.fixed-header {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.navbar {
    position: relative;
    height: 100%;
    padding: 0;
}

.navbar-inner {
    position: relative;
    height: 100%;
    padding-top: 40px;

    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}

.navbar-brand {
    position: relative;
    margin-right: 30px;
    height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 10;
    width: auto;
    transform-origin: left;

    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}

.navigation.fixed-header .navbar-brand {
    overflow: hidden;
    transform: scale(.6);
    max-width: 50px;
}

.navbar-brand a {
    position: relative;
    height: 100%;
}

.navbar-brand img {
    position: relative;
    height: 100%;
}

.navbar-collapse {
    position: relative;
    width: 100%;
}

.navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item.last {
    padding-right: 0;
}

.nav-item .nav-link {
    font-family: "realist", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: white;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: #73e500;
}

.nav-item.last .nav-link {
    padding-right: 0;
}

.nav-item.dropdown svg {
    width: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* DROPDOWN STYLING */

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
}

/* NAVBAR TOGGLER STYLING */

.navbar-toggler {
    display: none;
    padding-right: 0;
    z-index: 100;
}

.navbar-toggler:focus {
    outline: none;
}

.bars {
    position: relative;
    height: auto;
    width: 35px;
}

.bar {
    width: 100%;
    height: 3px;
    background: white;
    margin-bottom: 8px;

    -webkit-transition: all .15s linear;
    -moz-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 {
    transform: rotate(45deg);
}

.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -22px;
}

.menu-open .bar-2 {
    opacity: 0;
}

.menu-open #navbarResponsive {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    position: absolute !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    border-radius: 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;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    color: black;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: "realist", sans-serif;
    font-weight: 400;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #73e500;
    color: #000;
}

.navigation.fixed-header .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
}

.navigation.fixed-header .dropdown-menu .dropdown-item {
    color: white;
}

.nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

/*IMAGE LEFT AND RIGHT*/

.image-wrapper {
    position: relative;
    width: 100%;
}

.plate--element__image img {
    object-fit: cover;
}

picture {
    display: block;
    line-height: 0;
}

.plate--element__image picture {
    display: block;
    top: 0
}

.plate--element__image .image-wrapper {
    width: 100%;
    min-width: 100%
}

.header-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.left-edge {
    left: -50px;
}

.right-edge {
    right: -50px;
}

.left-right-cut {
    --notchSize: 50px;

    clip-path: polygon(
            0% var(--notchSize),
            var(--notchSize) 0%,
            0% 0%,
            100% 0,
            100% calc(100% - var(--notchSize)),
            calc(100% - var(--notchSize)) 100%,
            0 100%,
            0% 0%
    );
}

.right-left-cut {
    --notchSize: 50px;

    clip-path: polygon(
            0% 0,
            var(--notchSize) 0%,
            calc(100% - var(--notchSize)) 0%,
            100% var(--notchSize),
            100% calc(100% - var(--notchSize)),
            100% 100%,
            var(--notchSize) 100%,
            0% calc(100% - var(--notchSize))
    );
}

.right-top-cut {
    --notchSize: 50px;

    clip-path: polygon(
            0% 0,
            var(--notchSize) 0%,
            calc(100% - var(--notchSize)) 0%,
            100% var(--notchSize),
            100% 100%,
            100% 100%,
            100% 100%,
            0% 100%
    );
}


/* BUTTONS */

.button {
    position: relative;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background-color: black;

    -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.button-white {
    background-color: white;
}

.button:before {
    content: '';
    position: absolute;
    left: 19px;
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #73E500;
    -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:after {
    content: '';
    top: 0;
    width: 20px;
    height: 50px;
    position: absolute;
    left: 0px;
    background-color: #73E500;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -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:hover:after {
    width: 100%;
}

.button:hover::before {
    left: 100%;
}

.button svg {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 2;
    -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:hover svg {
    left: 25px;
}

.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 11px 40px 11px 70px;
}

.button a {
    font-family: "realist", sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 40px 10px 70px;
    font-weight: 700;
    font-size: 21px;
    z-index: 2;
}

.button.button-white a {
    color: black;
}

/* HOME HEADER */

.home-header-wrapper {
    position: relative;
    width: 100%;
    height: 90vh;
}

.home-header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-header-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.home-header-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.home-header-inner {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 180px;
    z-index: 1;
}

.home-diensten-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.home-diensten-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.home-header-wrapper .title-container h1 {
    color: white;
}

.home-header-wrapper .title-container {

    border-bottom: none;
}

.home-header-wrapper .intro-text-container p {
    color: white;
}

.title-container {
    position: relative;
    display: inline-block;
}

.title-container-line {
    width: auto;
    border-bottom: none;
}


.intro-text-container {
    position: relative;
    padding: 18px 0;
    max-width: 1000px;
}

.intro-text-container p {
    position: relative;
    margin-bottom: 0;
    color: #222222;
}

/*DIENSTEN INDEX*/

.intro-container {
    position: relative;
    margin-top: -120px;
    background: white;
    padding-top: 40px;
    padding-bottom: 100px;
}

.single-dienst .intro-container .intro-wrapper,
.index-project .intro-container .intro-wrapper,
.single-page .intro-container .intro-wrapper {
    margin-left: -5%;
}

.intro-container .intro-wrapper {
    position: relative;
    width: 55%;
}

.intro-container .diensten-overview {
    position: relative;
    width: 45%;
    margin-top: 30px;
}

.intro-container .diensten-wrapper .dienst-item {
    width: auto;
    border-right: 0;
    padding: 12px 50px;
}

.intro-container .diensten-wrapper .dienst-item:before {
    display: none;
}

.intro-tekst {
    position: relative;
    padding: 20px 0 20px 0;
}

.intro-tekst p {
    margin-bottom: 0;
}

/*PROJECTEN INDEX*/

.project-filter {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.project-filter .filter-title {
    position: relative;
    margin-right: 54px;
}

.project-filter .filter-title h3 {
    margin-bottom: 0;
}

.filter-button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 30px;
    font-family: "realist", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-right: 70px;
    cursor: pointer;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.filter-button:focus {
    outline: 0;
}

.filter-button.active {
    color: #73e500;
}

.filter-button:last-child {
    margin-right: 0;
}

.filter-button img {
    position: relative;
    height: 35px;
    width: auto;
    margin-right: 12px;
}

.projecten-container {
    position: relative;
    padding-bottom: 100px;
}

.projecten-container .project-item {
    width: calc(25% - 6px);
    margin-right: 8px;
    margin-bottom: 8px;
}

.projecten-container .project-item:nth-child(9n+5),
.projecten-container .project-item:nth-child(9n+6) {
    width: calc(50% - 4px);
}

.projecten-container .project-item:nth-child(9n+7),
.projecten-container .project-item:nth-child(9n+8),
.projecten-container .project-item:nth-child(9n+9) {
    width: calc(33.33% - 5.34px);
}

.projecten-container .project-item:nth-child(9n+4),
.projecten-container .project-item:nth-child(9n+6),
.projecten-container .project-item:nth-child(9n+9) {
    margin-right: 0;
}

#result__wrapper.fade-out .project-item {
    opacity: 0;
}

/*SINGLE PROJECT*/

.project-info-wrapper {
    position: relative;
    width: 45%;
}

.project-info {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.project-info .current-project {
    position: relative;
    margin-bottom: 12px;
}

.project-info .current-project .icon {
    position: relative;
}

.project-info .current-project .icon img {
    position: relative;
    height: 35px;
    width: auto;
    margin-right: 16px;
}

.project-info .current-project .title {
    position: relative;
}

.project-info .current-project .title h4 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.current-project-info .info-item {
    position: relative;
    margin-bottom: 8px;
    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;
}

.current-project-info .info-item h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: "realist", sans-serif;
    font-weight: 400;
}

.current-project-info .info-item .type {
    position: relative;
    width: 160px;
}

.current-project-info .info-item .type h3 {
    color: #4D9900;
}

.current-project-info .info-item .value span {
    top: -8px;
    position: relative;
    font-size: 14px;
    font-family: "realist", sans-serif;
}

.current-project-info .info-item .value h3 {
    color: #000000;
}

.impressie-afbeeldingen {
    position: relative;
}

.impressie-afbeeldingen .impressie-afbeelding {
    position: relative;
    width: calc(33.33% - 5.34px);
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.impressie-afbeeldingen .impressie-afbeelding:nth-child(5n+1),
.impressie-afbeeldingen .impressie-afbeelding:nth-child(5n+2) {
    width: calc(50% - 4px);
}

.impressie-afbeeldingen .impressie-afbeelding:nth-child(5n+2),
.impressie-afbeeldingen .impressie-afbeelding:nth-child(5n+5) {
    margin-right: 0;
}

.impressie-afbeeldingen .button {
    margin-top: 60px;
    margin-bottom: 60px;
}

.center-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*TEAMLEDEN*/

.teamlid-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.teamlid-image {
    position: relative;
    overflow: hidden;
}

.teamlid-info {
    position: relative;
    padding: 20px 20px 0 20px;
}

.teamlid-wrapper .naam h3 {
    line-height: normal;
    margin-bottom: 0;
}

.teamlid-wrapper .functie p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.teamlid-wrapper .contact a {
    font-size: 16px;
    line-height: normal;
    color: black;
}

/*H2 STRIPE*/

h2 {
    position: relative;
    margin-bottom: 18px;
}

h2:before {
    content: '';
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    background-color: #73E500;
    left: 2px;
    transform: translateX(0%) skewX(-40deg);
    -webkit-transform: translateX(0%) skewX(-40deg);
    -moz-transform: translateX(0%) skewX(-40deg);
    -ms-transform: translateX(0%) skewX(-40deg);
    -o-transform: translateX(0%) skewX(-40deg);
    opacity: 1;
    transition-delay: .2s;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

h2.animate:before {
    width: 30px;
    opacity: 1;
    transform: translateX(0%) skewX(-40deg);
    -webkit-transform: translateX(0%) skewX(-40deg);
    -moz-transform: translateX(0%) skewX(-40deg);
    -ms-transform: translateX(0%) skewX(-40deg);
    -o-transform: translateX(0%) skewX(-40deg);
}

h1:before {
    content: '';
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    background-color: #222222;
    left: 0px;

    opacity: 1;
    transition-delay: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

h1.animate:before {
    width: 100%;
    opacity: 1;
}

.home-header-wrapper .title-container h1::before {
    background-color: white;
}


/*QUOTE*/

.quote-wrapper {
    position: relative;
}

.quote-wrapper .quote {
    position: relative;
    margin-bottom: 60px;
}

.quote-wrapper .quote h2 {
    font-size: 38px;
    line-height: 45px;
    font-style: italic;
    font-weight: 600;
}

.quote-wrapper .quote h2:before {
    width: 0px;
    bottom: -32px;
}

.quote-wrapper .quote h2.animate:before {
    width: 162px;
}

.quote-wrapper .written-by p {
    font-size: 26px;
    line-height: 31px;
    font-family: "realist", sans-serif;
    font-style: italic;
    font-weight: 600;
}

.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white p a {
    color: white;
}

/* POST HEADER */

.post-header-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 100px 0;
    overflow: hidden;
}

.post-header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-header-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}

.post-header-inner {
    position: relative;
    width: 100%;
}

/* POST ITEM */

.items-container {
    position: relative;
}

.items-container .item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper {
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 0;
}

.item-wrapper .item-inner {
    position: relative;
}

.item-wrapper .item-content {
    padding: 15px;
    color: #000000;
}

.item-wrapper .item-inner p {
    margin-bottom: 0;
}

.item-wrapper .item-image {
    position: relative;
    height: 250px;
}

.item-wrapper .item-image .image-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/*DIENSTEN*/

.dienst-item {
    position: relative;
    width: 25%;
    border-right: 1px solid #A8A8A8;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 1;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dienst-item:hover {
    z-index: 2;
    border-right: 1px solid transparent;
}

.dienst-item:before {
    content: '';
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 0 20px 0 transparent;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dienst-item:hover:before {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    transform: scaleX(1.1) scaleY(1.25);
    -webkit-transform: scaleX(1.1) scaleY(1.25);
    -moz-transform: scaleX(1.1) scaleY(1.25);
    -ms-transform: scaleX(1.1) scaleY(1.25);
    -o-transform: scaleX(1.1) scaleY(1.25);
}

.dienst-icon {
    z-index: 1;
    margin-right: 16px;
}

.dienst-title {
    position: relative;
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dienst-item:hover .dienst-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.dienst-title h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
}

.dienst-title h2:before {
    display: none;
}

.diensten-cta {
    position: relative;
    border-right: 0;
    background-color: rgba(115, 229, 0, .75);
    width: 25%;
    padding-left: 50px;
    padding-right: 50px;
}

.dienst-item .read-more-link {
    color: #73e500;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);

    -webkit-transition: opacity .2s ease, transform .6s ease .2s;
    -moz-transition: opacity .2s ease, transform .6s ease .2s;
    -ms-transition: opacity .2s ease, transform .6s ease .2s;
    -o-transition: opacity .2s ease, transform .6s ease .2s;
    transition: opacity .2s ease, transform .6s ease .2s;
}

.dienst-item:hover .read-more-link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.dienst-item .read-more-link svg {
    height: 12px;
    position: relative;
    top: -2px;
}

.dienst-item .read-more-link svg path {
    fill: #73e500;
}

.read-more {
    color: white !important;
    font-size: 18px;
    text-decoration: none !important;
}

.read-more svg {
    position: relative;
    height: 12px;
    top: -2px;
    margin-right: 4px;
}

.read-more svg path {
    fill: white;
}

.diensten-cta h3 {
    color: black;
    margin-bottom: 0;
    line-height: 30px;
}

/*PROJECTEN SLIDER*/

.slider-container.projecten {
    margin-bottom: 60px;
}

/*PROJECT ITEM*/

.project-item {
    position: relative;

    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.project-item:hover .project-item-inner {
    opacity: 1;
}

.project-image {
    position: relative;
    overflow: hidden;
}

.project-image img {
    object-fit: cover;
    width: 100%;
}

.project-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, .6);

    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;
}

.project-item-inner h2 {
    position: relative;
    color: white;
    margin-bottom: 0;
}

.project-item-inner h2:before {
    display: none;
}

.project-item-inner .read-more {
    position: relative;
}

.project-item-inner .read-more p {
    color: #73e500;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.project-item-inner .read-more p svg {
    position: relative;
    height: 12px;
    top: 1px;
    margin-right: 4px;
}

.project-item-inner .read-more p svg path {
    fill: #73e500;
}


/* CONTACTFORM STYLING */

.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
}

.form-field--is-active .form-field__control::after {
    color: #000;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field__label {
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
    color: #73E500;
    padding-left: 14px;
    padding-right: 14px;
}

.form-field__label p {
    position: relative;
    display: inline-block;
    color: #73E500;
    margin-bottom: 0;
}

.form-field_check_label {
    position: relative;

    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__control {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.form-field__control::after {
    border-bottom: 2px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: white;
    color: #333333;
    display: block;
    outline: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 14px;
}

.form-field__input {
    height: 48px;
}

.form-field__select {
    width: 100%;
    height: 48px;
    border: 0;
    background-color: white;
    padding: 10px 14px;
    appearance: none;
    -webkit-appearance: none;
}

select option {
    color: black;
}

select:not(:checked),
select option:disabled {
    color: #C6C6C6;
}

.select-arrow {
    position: absolute;
    right: 16px;
    bottom: 14px;
}

.select-arrow svg {
    transform: rotate(90deg);
    width: 10px;
}

.select-arrow svg path {
    fill: black;
}

.form-field-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 24px;
    width: 100%;
}

.form-field-container input {
    margin-top: 0;
}

.form-field.first label {
    display: block;
}


textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-field input[type="file"] {
    -webkit-appearance: none;
    line-height: 18px;
    border: 2px dashed #707070;
    background-color: transparent !important;
}

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 0;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid black;
}

.form-field input[type="checkbox"]:checked {
    color: black;
}

.form-field input[type="checkbox"]:after,
.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: -1px;
    left: -1px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="radio"]:after {
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: black;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 10px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid black;
}

.form-field input[type="radio"]:checked {
    color: black;
}

.form-field input[type="radio"]:checked:after {
    background-color: black;
}

.form-bottom {
    position: relative;
    margin-top: 36px;
}

::-webkit-input-placeholder {
    color: #C6C6C6;
}

::-moz-placeholder {
    color: #C6C6C6;
}

:-ms-input-placeholder {
    color: #C6C6C6;
}

:-moz-placeholder {
    color: #C6C6C6;
}

textarea {
    min-height: 200px;
    height: 100% !important;
}

.submit-form-btn {
    border: 0;
    padding: 0;
}

.submit-form-btn a {
    color: white !important;
}

button:focus {
    outline: 0;
}

.other-fields-wrapper {
    position: relative;
    width: 50%;
    padding-right: 5%;
}

.textarea-wrapper {
    position: relative;
    width: 50%;
}

.textarea-wrapper .form-field-container,
.textarea-wrapper .form-field-container .form-field {
    height: 100%;
}

.form-font-size {
    font-size: 0;
    line-height: 0;
}

/* FOOTER */

.footer-container {
    position: relative;
    background-color: black;
    padding: 75px 0;
}

.footer-column {
    position: relative;
    margin-bottom: 25px;
}

.footer-column {
    width: auto;
    padding-right: 2%;
}

.footer-column.second {
    max-width: 330px;
}

.footer-column.fourth {
    padding-right: 0;
}

.footer-column.fourth p,
.footer-column.fourth a {
    color: #73e500;
}

.footer-column p {
    margin-bottom: 0;
    color: white;
}

.footer-logo img {
    height: 65px;
    width: auto;
}

.footer-bottom {
    position: relative;
    background: white;
    z-index: 1;
}

.footer-bottom-wrapper {
    position: relative;
    height: 75px;
}

.footer-bottom-wrapper a,
.footer-bottom-wrapper p {
    color: #989898;
}

.footer-links {
    position: relative;
    height: 100%;
}

.footer-links a {
    margin-right: 60px;
}

.footer-site-by {
    height: 100%;
    margin-left: auto;
}

.contact-header .intro-wrapper {
    margin-left: 0 !important;
}

.contact-wrapper {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    width: 45%;
}

.contact-wrapper-inner a,
.contact-wrapper-inner p {
    font-family: "realist", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #73e500;
}

.intro-container.contact-header {
    padding-bottom: 40px;
}

.google-maps {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.google-maps iframe {
    width: 140%;
    height: 100%;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1300px) {
    .dienst-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-diensten-wrapper {
        height: 130px;
    }

    .dienst-icon {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .dienst-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dienst-title h2 {
        text-align: center;
    }

    .plate--container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-item .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-brand {
        height: 50px;
    }

    .nav-item .nav-link {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navigation.fixed-header .navbar-brand {
        max-width: 40px;
        transform: scale(.7);
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 45px;
        line-height: normal;
    }

    h2 {
        font-size: 26px;
        line-height: normal;
    }

    h3 {
        font-size: 22px;
        line-height: normal;
        color: #73E500;
    }

    h3 i {
        font-style: italic;
        font-weight: 600;
    }

    h4 {
        font-size: 18px;
        line-height: normal;
    }

    h5 {
        font-size: 16px;
        line-height: normal;
    }

    h6 {
        font-size: 16px;
        line-height: normal;
    }

    p, a, u, span, select, section, td, th, option, form, input, b, strong, ul, ol, li, textarea, label, button, input, iframe, table {
        line-height: 24px;
    }

    .dropdown-menu {
        min-width: unset;
    }

    .quote-wrapper .quote h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .plate--container {
        padding-left: 36px;
        padding-right: 36px;
    }

    .home-header-wrapper {
        margin-bottom: 360px;
        height: 70vh;
    }

    .home-header-inner {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .home-diensten-wrapper {
        bottom: -360px;
        height: auto;
    }

    .home-diensten-inner {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dienst-item {
        width: 100%;
        height: 80px;
        border-right: 0 !important;
        border-bottom: 2px solid #73E500;
    }

    .dienst-icon {
        margin-right: 16px;
        width: auto;
        margin-bottom: 0;
    }

    .dienst-item:before {
        display: none;
    }

    .dienst-item:nth-child(3) {
        border-bottom: 0 !important;
    }

    .diensten-cta {
        width: 100%;
        height: 120px;
    }

    .left-edge {
        left: -36px;
    }

    .right-edge {
        right: -36px;
    }

    .image-wrapper.right-left-cut, .image-wrapper.left-right-cut {
        width: calc(100% + 72px);
        clip-path: none;
    }

    .plate--column {
        min-height: 0;
    }

    .section-bg {
        background-image: unset !important;
        background: rgba(255, 255, 255, 0) !important;
    }

    .section-container.triangle-on {
        visibility: hidden;
    }

    .button a {
        font-size: 18px;
        padding: 13px 40px 10px 70px;
    }

    .section-triangle,
    .section-triangle-inner {
        right: 50%;
    }

    .footer-container {
        padding: 40px 0;
    }

    .footer-column {
        width: 80%;
        padding-right: 0;
    }

    .footer-column.second,
    .footer-column.third,
    .footer-column.fourth {
        padding-left: 50px;
    }

    .footer-column.fourth {
        margin-bottom: 0;
    }

    .footer-bottom-wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 50px;
    }

    .footer-links a {
        margin-right: 0;
        text-decoration: underline;
    }

    .footer-site-by {
        margin-top: 20px;
        padding-left: 50px;
        margin-left: 0;
    }

    .intro-container {
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-container .intro-wrapper {
        position: relative;
        width: 100%;
    }

    .intro-container .diensten-overview {
        width: 100%;
        margin-top: 30px;
    }

    .intro-container .diensten-wrapper .dienst-item {
        width: calc(100% + 72px);
        margin-left: -36px;
    }

    .single-dienst .intro-container .intro-wrapper,
    .index-project .intro-container .intro-wrapper,
    .single-page .intro-container .intro-wrapper {
        margin-left: 0;
    }

    .post-header-wrapper {
        height: 500px;
    }

    .projecten-container .project-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .project-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .filter-button {
        padding: 10px 0;
        margin-right: 0;
    }

    .project-info-wrapper {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .project-info {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .project-item-inner {
        opacity: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.00));
    }

    .impressie-afbeeldingen .impressie-afbeelding {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .contact-wrapper {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .form-fields-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .other-fields-wrapper,
    .textarea-wrapper {
        position: relative;
        width: 100%;
        padding-right: 0;
    }

    .navbar-inner {
        padding-top: 30px;
    }

    .navbar-toggler {
        display: block;
    }

    #navbarResponsive {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 16;
        bottom: 0;
        padding-top: 100px;
        background: white;
        visibility: hidden;
        opacity: 0;
        padding-left: 36px;
        padding-right: 36px;

        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    #navbarResponsive:before {
        content: '';
        width: 50%;
        background-color: rgba(0, 0, 0, .85);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navigation.fixed-header .dropdown-menu {
        background-color: transparent;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .nav-item {
        width: calc(50% - 36px);
        text-align: right;
        border-bottom: 2px solid rgba(115, 229, 0, .5);
    }

    .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-item.dropdown .nav-link {
        padding-bottom: 0;
    }

    .dropdown-menu {
        position: relative !important;
        visibility: visible;
        opacity: 1;
        top: 0;
        background-color: transparent;
        text-align: right;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        color: #707070;
        padding: 0;
        padding-bottom: 7px;

    }

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:hover {
        background-color: transparent;
    }

    .navigation.fixed-header {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .footer-logo img {
        height: 50px;
        width: auto;
    }
}
