:root {
    --color-white: #ffffff;
    --color-white-op: rgba(255, 255, 255, 0.25);
    --color-transparent: rgba(255, 255, 255, 0);
    --color-black: #000000;
    --color-black-op: rgba(0, 0, 0, 0.25);
    --color-black-op-extreme: rgba(0, 0, 0, 0.05);
    --smooth-animation: all .35s ease-in-out 0s;
}

html {
    scroll-behavior: smooth;
    font-family: 'SukhumvitSet', sans-serif;
}

html, body {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FONT & TEXT STYLING */

@font-face {
    font-family: "SpaceMono";
    src: url("../fontsTheme/SpaceMono-Regular.woff") format("woff"), 
      url("../fontsTheme/SpaceMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Brinnan";
    src:  url("../fontsTheme/BrinnanRegular.woff") format("woff"),
      url("../fontsTheme/BrinnanRegular.woff2") format("woff2"); 
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Brinnan";
    src: url("../fontsTheme/BrinnanBold.woff") format("woff"), 
      url("../fontsTheme/BrinnanBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SukhumvitSet";
    src: url("../fontsTheme/SukhumvitSet-Text-03.woff") format("woff"), 
      url("../fontsTheme/SukhumvitSet-Text-03.woff2") format("woff2"); 
    font-weight: 400;
    font-style: normal;
  }

h1, h2, h3, h4, h5, h6, h1 span , h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: 'Brinnan', sans-serif;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h1 span {
    font-size: 100px;
    line-height: 100px;
    max-width: 600px;
    margin-bottom: 30px;
}

h2, h2 span {
    font-size: 80px;
    line-height: 80px;
}

h3, h3 span{
    font-size: 40px;
    line-height: 50px;
}
h3.big, h3.big span {
    font-size: 60px;
    line-height: 70px;
}

h4, h4 span {
    font-size: 20px;
    line-height: 40px;
    opacity: .6;
    font-family: 'SpaceMono', sans-serif;
}

h5, h5 span {
    font-size: 18px;
    line-height: 28px;
}

h6, h6 span {
    font-size: 18px;
    line-height: 36px;
}

p, a, u, span, select, section, td, th, option, form, input, b, strong, ul, ol, li, textarea, label, button, input, iframe, table {
    font-family: 'SukhumvitSet', sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* GENERAL STYLING */

: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;
}

/* SCROLLCONTAINER */
::-webkit-scrollbar {
    display: none;
}

#js-scroll {
    visibility: visible!important;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.4s, opacity 0.4s;
    opacity: 0;
    z-index: 99;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dbdbdb;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* SECTION STYLING */

.section-container {
    position: relative;
    width: 100%;
    z-index: 6;
}

.section-content {
    position: relative;
    z-index: 2;
}

.plate--container {
    width: 100%;
    max-width: unset;
    padding-left: 16.5%;
    padding-right: 16.5%;
}

/* QUOTE */
.quote {
    position: relative;
    border: 1px solid #9ACA1D;
    padding: 65px 13%;
}

.quote h2{
    position: relative;
}

.quote h2::before{
    content: '“';
    position: absolute;
    left: -50px;
    top: 0;
}

/* IMAGE SECTION */
.image-section {
    position: relative;
}

.image-section.right .image{
    order: 2;
}
.image{
    overflow: hidden;
}
.image-section .image{
    position: relative;
    width: 30%;
    min-height: 200px;
    overflow: hidden;
}

.image-section .content{
    width: 100%;
}

.image-section .content {
    width: 70%;
    padding-top: 60px;
    padding-right: calc(16.5% + 100px);
    padding-left: 100px;
    padding-bottom: 60px;
}

.image-section.right .content{
    padding-left: 16.5%;
    padding-right: 100px;
}
/* AFBEELDINGEN PARALLAX */
.wave-afbeeldingen{
    height: 100vh;
    position: relative;
}
.wave-afbeeldingen .afbeelding{
    padding-top: 69%;
    position: absolute;
    top: 50%;
    left: 0;
}

.wave-afbeeldingen .afbeelding:nth-child(1){
    width: 35%;
    padding-top: calc(63 / 100 * 35%);
}
.wave-afbeeldingen .afbeelding:nth-child(2), 
.wave-afbeeldingen .afbeelding:nth-child(3){
    width: 23%;
    padding-top: calc(69 / 100 * 23%);
}


.wave-afbeeldingen .afbeelding:nth-child(4){
    padding-top: calc(80 / 100 * 19%);
    width: 19%;
}

.wave-afbeeldingen .afbeelding:nth-child(5),
.wave-afbeeldingen .afbeelding:nth-child(7),
.wave-afbeeldingen .afbeelding:nth-child(8),
.wave-afbeeldingen .afbeelding:nth-child(9)
{
    padding-top: calc(69 / 100 * 17%);
    width: 17%;
}

.wave-afbeeldingen .afbeelding:nth-child(6){
    width: 15%;
    padding-top: calc(80 / 100 * 15%);
}

.wave-afbeeldingen .afbeelding:nth-child(1){
    top: 40%;
    left: 19%;
}
.wave-afbeeldingen .afbeelding:nth-child(2){
    top: 36%;
    left: 56%;
}
.wave-afbeeldingen .afbeelding:nth-child(3){
    left: 3%;
    top: 30%;
}
.wave-afbeeldingen .afbeelding:nth-child(4){
    left: unset;
    right: 0;
    top: 15%;
}
.wave-afbeeldingen .afbeelding:nth-child(5){
    left: 44%;
    top: 10%;
}
.wave-afbeeldingen .afbeelding:nth-child(6){
    left: 0;
}
.wave-afbeeldingen .afbeelding:nth-child(7){
    left: unset;
    right: 3%;
}
.wave-afbeeldingen .afbeelding:nth-child(8){
    left: 21%;
    top: 0;
}
.wave-afbeeldingen .afbeelding:nth-child(9){
    left: 56%;
    top: unset;
    bottom: 0;
}

.wave-afbeeldingen .afbeelding:nth-last-child(-n+3){
    opacity: .7;
}



/*TEKST PARALLAX*/
.text-parallax {
    overflow: visible;
    position: relative;
    width: 100%;
}
.horizontal-text-container {
    position: relative;
    display: block;
    width: 100vw;
    height: 280px;
    overflow: visible;
}
.config-mode .horizontal-text{
    left: -10%;
}

.button.edit{
    display: none;
}
.config-mode .button.edit{
    display: inline-block;
    margin: 30px 0;
}

.button.edit .button-inner::after{
    border: 1px solid #ff5722;
}


.button.edit .button-inner::before{
    content: url('../images/arrow_edit.svg');
}
.button.edit:hover .button-inner::after{
    background-color: #ff5722;
}
.horizontal-text {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    width: 100vw;
    max-height: 280px;
    overflow: visible;
    left: -15%;
}

.horizontal-text p {
    font-family: 'Brinnan', sans-serif;
    font-size: 240px;
    line-height: normal;
    letter-spacing: 6px;
    color: white;
    opacity: .15;
    margin-bottom: 0;
    display: inline-block;
}

/* 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-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 */
a:hover{
    color: inherit;
}
.navigation {
    top: 0;
    z-index: 400;
    position: absolute;
    width: 100%;
}

.navigation.up .navbar{
    background-color: #000000;
}

.navbar {
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

/* .fixed-header .navbar{
    background-color: white;
} */
.navbar-nav .nav-link{
    font-family: 'SpaceMono', sans-serif;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 1px;
    background: #9ACA1D;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.phone div, .mail div, .usp-image{
    height: 50px;
    width: 50px;
    border: 1px solid #9ACA1D;
    margin-right: 30px;    
    position: relative;
}

.phone div::before, .mail div::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.phone div::before{
    content: url('../images/call.svg');
}

.mail div::before{
    content: url('../images/mail.svg');
}
.phone{
    margin-bottom: 30px;
}
.fixed-header .nav-link{
    opacity: 0;
    visibility: hidden;
}

.navigation.up .nav-link{
    opacity: 1;
    visibility: visible;
}
.navbar-nav .active .nav-link, .nav-link:hover{
    color: #9ACA1D;
}

.navbar-nav .active .nav-link:after, .nav-link:hover::after{
    opacity: 1;
}

.navbar-inner {
    position: relative;
}

.nav-container .cta-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 132px;
    width: 132px;
}


.nav-container .cta-btn::after{
    content: url('../images/callcta.svg');
    filter: grayscale(50) brightness(0) invert(1);
    -webkit-filter: grayscale(50) brightness(0) invert(1);
    position: absolute;
    top: 18%;
    right: 18%;
    left: unset;
    width: 30px;
    height: 30px;
}

.nav-container .cta-btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 132px solid #9ACA1D;
    border-left: 132px solid transparent;
}

.navbar-brand {
    top: -8px;
    position: absolute;
    margin-right: 30px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    width: 16.5%;
    margin-right: 0;
    left: 0;
    padding-left: 8%;
}

.navbar-brand img {
    max-height: 100%;
    width: 83px;
    height: 30px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
 
.navbar-brand img:nth-child(2), .fixed-header .navbar-brand img:nth-child(1){
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}

.fixed-header .navbar-brand img:nth-child(2){
    opacity: 1;
    visibility: visible;
    width: auto;
    overflow: visible;
}

.navbar-collapse {
    position: relative;
    width: 100%;
}

.navbar-nav {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item {
    padding-right: 60px;
}

.navbar-nav .nav-item.last {
    padding-right: 0;
}

/* DROPDOWN STYLING */

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.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: 5px;

    -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: -16px;
}

.menu-open .bar-2 {
    opacity: 0;
}

/* BUTTONS */
.home-header h4{
    margin-bottom: 0;
    max-width: 300px;
}

.home-header .button{
    margin-top: 65px;
}
.button .button-inner::after{
    content: '';
    width: 50px;
    height: 50px;
    border: 1px solid #9ACA1D;
    position: absolute;
    left: 0;
    top: 0;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);
}

.button:hover .button-inner::after{
    width: 100%;
    background-color: #9ACA1D;
}
.button {
    position: relative;
    min-width: 170px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);
}
.button-inner{
    position: relative;
    height: 100%;
    width: 100%;
}
.button .button-inner:before {
    z-index: 1;
    content: url('../images/arrow.svg');
    position: absolute;
    left: 17.5px;
    width: 15px;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);
}


.button:hover .button-inner:before{
    left: 32.5px;
    filter: grayscale(50) brightness(0) invert(1);
    -webkit-filter: grayscale(50) brightness(0) invert(1);
}
/* .button:hover a{
    padding: 10px 30px 13px 60px;
} */

.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 10px 15px;
}

.swiper-button{
    opacity: 0!important;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
    height: 100%;
    width: 22%;
    top: 0;
    margin-top: 0;
    opacity: 1;
    background-color: transparent;
}
.items-container .item-wrapper:nth-last-child(1){
    margin-bottom: 0;
}

.items-container ul{
    width: 100%;
    max-width: 100vw;
    padding-left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    left: auto;
    height: 100%;
    width: 22%;
    top: 0;
    margin-top: 0;
    right: 0;
    opacity: 1;
    background-color: transparent;
}

.swiper-button-next:after{
    left: unset;
    right: 100%;
}

.swiper-button-prev:after{
    left: 100%;
    right: unset;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    z-index: 1;
    content: url('../images/arrowSlider.svg');
    position: absolute;
    left: 30px;
    width: 50px;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);

}

.swiper-button:hover:after{
    filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.678));
    -webkit-filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.377));
}
.swiper-button-next:after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
    line-height: 1px;
    top: 50%;
    height: 15px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    z-index: 1;
    content: url('../images/arrowSlider.svg');
    position: absolute;
    left: unset;
    right: 30px;
    width: 50px;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.button a, .fake-href {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    min-width: 170px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px 13px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--smooth-animation);
    -webkit-transition: var(--smooth-animation);
    -moz-transition: var(--smooth-animation);
    -ms-transition: var(--smooth-animation);
    -o-transition: var(--smooth-animation);
    font-family: 'SpaceMono', sans-serif;
}

/* POST HEADER */

.post-header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 230px 0 190px;
    background-color: #0d748f;
}
.title-container{
    overflow: hidden;
}
.post-header-wrapper .title-container h1, .post-header-wrapper .title-container h4, .post-header-wrapper .button  {
    opacity: 0;
    transition: all 1s cubic-bezier(0.42, 0, 0.24, 1.05);
    -webkit-transition: all 1s cubic-bezier(0.42, 0, 0.24, 1.05);
    -moz-transition: all 1s cubic-bezier(0.42, 0, 0.24, 1.05);
    -ms-transition: all 1s cubic-bezier(0.42, 0, 0.24, 1.05);
    -o-transition: all 1s cubic-bezier(0.42, 0, 0.24, 1.05);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition-delay: 1s;
}

.post-header-wrapper .image-container{
    opacity: 0;
    transition-delay: .5s;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.post-header-wrapper.reveal .image-container{
    opacity: 1;
    transition-delay: .5s;
}


.post-header-wrapper.reveal .title-container h4{
    transition-delay: 1.5s;
}

.post-header-wrapper.reveal .button{
    transition-delay: 2s;
}

.post-header-wrapper.reveal .title-container h1,
.post-header-wrapper.reveal .title-container h4,
.post-header-wrapper.reveal .button{
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.post-header-bottom{
    position: relative;
    padding-bottom: 130px;
    padding-top: 130px;
}

.post-header-bottom .wrapper{
    position: absolute;
    right: 16.5%;
    top: 9vw;
    z-index: 33;
}

.config-mode .is-inview {
    transform: translate(0, 0)!important;
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    -o-transform: translate(0, 0)!important;
}
.header-image{
    position: absolute;
    right: 0;
    width: 40%;
    padding-top: calc(72.30 / 100 * 40%);
    background: #1a1a1a;
    top: -130px;
    z-index: 6;
}

.header-image .image{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.post-header-bottom h4{
    max-width: 50%;
}
.post-header-wrapper .content-wrapper{
    position: relative;
    z-index: 5;
    width: 100%;
    align-items: flex-start;
}

.header-inner{
    position: relative;
}

.header-inner .header-divider{
    background-image: url('../images/divider.png');
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 55vh;
    background-color: transparent;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 4;
    opacity: 0;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.header-inner .header-divider.reveal{
    opacity: 1;
    bottom: 0;
}

.post-header-inner {
    position: relative;
    width: 100%;
    padding-left: 16.5%;
    padding-right: 16.5%;
}

.background-image{
    position: absolute;
    top: 0;
    width: 68%;
    background-color: #0d748f;
    left: unset;
    right: 0;
    z-index: 1;
    height: 100%;
    background-position: bottom left;
}

.post-header-wrapper:before, .post-header-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;    
}

.post-header-wrapper:before{
    width: 32%;
    background-color: #05425d;
    z-index: 4;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition-delay: .5s;
}

.post-header-wrapper.reveal:before{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}


.home-header{
    position: relative;
    min-height: 100vh;

}
.post-header-wrapper::after{
    width: 68%;
    background-color: #0d748f;
    left: unset;
    right: 0;
}

/* USP */
.usp{
    margin-bottom: 60px;
}

.show-mode .usp{
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition-delay: .5s;
}

.show-mode .usp.reveal{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.usp:nth-last-child(1){
    margin-bottom: 0px;
}
.usp-wrapper{
    position: relative;
}

.usp-wrapper h3{
    margin-right: 120px;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
}
.usp-wrapper h3:before{
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #9ACA1D;
}

.item-wrapper.project .tekst span {
    opacity: .6;
    margin-left: 10px;
}

.usp-content{
    padding-top: 20px;
    width: calc(100% - 200px);
}
/* POST ITEM */

.items-container {
    position: relative;
}

.items-container .item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-bottom: 200px;
    overflow: hidden;
    border-radius: 0;
}

#loadMore .button .button-inner:before{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.item-wrapper.project:nth-child(-n+4){
    display: block;
}
.item-wrapper.project{
    display: none;
}
.item-wrapper .swiper-content-inner{
    padding: 100px 19.761%;
}
.item-wrapper .swiper-gallery{
    width: 83.5%;
    margin-right: auto;
}
.item-wrapper:nth-child(2n) .swiper-gallery{
    margin-left: auto;
    margin-right: unset;
}

.item-wrapper .item-inner {
    position: relative;
}

.item-wrapper .item-content {
    
    color: white;
    margin-bottom: 80px;
}

.item-wrapper .item-content .usp-image{
    height: 50px;
    width: 50px;
    outline: 1px solid #9ACA1D;
    margin-right: 30px;
    position: relative;
    border: 13px solid transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    
}

.usps h5{
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.usps p{
    padding-left: 80px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0;
}

.usps .usp-itm{
    margin-top: 25px;
}
.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%;
}

/* Projecten Slider */
.swiper-gallery{
    height: 100VH;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: black;
}

.swiper-slide::before{
    content: '';   
    height: 33%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
}

.swiper-content h4{
    margin-bottom: 20px;
}
.small-slide h4{
    opacity: 1;
}
.swiper-content{
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
    padding-left: 0;
    padding-right: 0;
    left: 0;
}
.swiper-scrollbar{
    height: 2px;
}
.swiper-content-inner{
    position: relative;
    padding: 100px 22%;
    height: 100%;
    width: 100%;
}

.swiper-content-inner a:hover{
    text-decoration: none;
}
.swiper-content-inner a h3{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.swiper-content-inner a:hover h3{
    color: #9ACA1D;
}

.swiper-scrollbar{
    background: rgba(255, 255, 255, 0.6)
}
.non-nested .swiper-scrollbar{
    opacity: 0;
}
.small-slide .swiper-content-inner{
    padding: 32px 60px;
}
.swiper-scrollbar-drag{
    background: rgb(255, 255, 255);
    top: -1px;
    height: 4px;
}
.gallery-top {
    height: 100%;
    width: 75%;
}
.gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    padding: 0px 0;
    width: 25%;
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    height: calc(100% / 3);
    opacity: 1;
}
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-nested{
    opacity: 1;
}


.projects-top {
    padding-bottom: 125px 
}

.projects-top h2{
    margin-bottom: 30px;
}

.projects-top .content-links{
    width: 65%;
}

.projects-top .content-rechts{
    width: 35%;
    margin-bottom: 10px;
}
/* CONTACTFORM STYLING */

.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
}

.contact-info p, .contact-info .phone, .contact-info .mail, .usps h5{
    font-family: 'Brinnan', sans-serif;
} 

.form-field--is-active .form-field__control::after {
    color: #000;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #000;
    opacity: .8;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field--is-filled .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field-container .form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field-container .form-field--is-active .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field-container .form-field--is-filled .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field__label {
    position: absolute;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
    opacity: .5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.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;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333333;
    color: #333333;
    display: block;
    margin-top: 24px;
    outline: 0;
    width: 100%;
    z-index: 5;
}

.form-field-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 24px;
    width: 100%;
}

.form-field-container label {
    position: relative;
    margin-bottom: 10px;
}

.form-field-container input {
    margin-top: 0;
}

.form-field.first label {
    display: block;
}

.form-field.select select {
    padding: 5px;
    border: 1px solid black;
}

textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-field input[type="file"] {
    padding-left: 0;
    -webkit-appearance: none;
}

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid 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;
}

textarea {
    min-height: 150px;
    max-height: 350px;
}

/* REVEAL */
.autoWriteText{
    display:none;
}

.image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #05425d;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -ms-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
}
.small-image.image {
    z-index: 22;
}
.small-image.image::before{
    background-color: #0d748f;
}

.projects-index .swiper-container-vertical .swiper-slide:nth-child(4) .image::before{
    transition-delay: .65s;
}
.projects-index .swiper-container-vertical .swiper-slide:nth-child(3) .image::before{
    transition-delay: .70s;
}
.projects-index .swiper-container-vertical .swiper-slide:nth-child(2) .image::before, .small-image.image::before{
    transition-delay: .75s;
}
.projects-index .swiper-container-vertical .swiper-slide:nth-child(1) .image::before{
    transition-delay: .8s;
}


.image.reveal:before{
    left: 100%; 
    transition-delay: .5s;
}

 
/* CUBE */
.cube-element{
    position: relative;
}
.cube-element .wrapper{
     position: absolute;
     right: 0;
     top: 0;
     transform: translate(30%, -40%);
     -webkit-transform: translate(30%, -40%);
     -moz-transform: translate(30%, -40%);
     -ms-transform: translate(30%, -40%);
     -o-transform: translate(30%, -40%);
     z-index: 20;
}

.cube-element .big-image{ 
    position: relative;
    height: 387px;
    width: 80%;
    background: #1a1a1a;
    margin-left: 10%;
}

.image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cube-element .small-image{
    position: relative;
    height: 340px;
    width: 380px;
    margin-left: auto;
    background: #1a1a1a;
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    margin-bottom: -120px;
}
/* FOOTER */

.cta{
    position: relative;
    background-color: #191919;
    padding-top: 130px;
    padding-bottom: 125px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cta h2 svg{
    height: 35px;
    margin-left: 25px;
}

.cta::before{
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -ms-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
}

.cta h2{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.cta:hover::before {
    left: 0;
}
.cta:hover h2{
    color: #9ACA1D;
}
.footer {
    margin-top: 130px;
    position: relative;
    padding: 0;
    background-color: #9ACA1D;
}
.footer h4{
    opacity: 1;
}

.footer-bottom{
    position: absolute;
    bottom: 130px;
    width: calc(100% - 30px);
    padding-right: 45px;
}

.socials-link {
    background: transparent;
}
.socials-link:before, .socials-link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.socials-link.fb:before{
    content: url('../images/facebook.svg')
}

.socials-link.li:before{
    content: url('../images/linkedin.svg')
}
.footer-inner{
    position: relative;
}

.footer-inner .co-column{
    width: 100%;
}

.footer-bottom p, .footer-bottom p a, .footer-bottom p span  {
    font-size: 18px;
    line-height: 24px;
    color: white;
    margin-bottom: 0;
}

.footer-bottom p span{
    margin-right: 10px;
}
.footer-column {
    position: relative;
    min-height: 20px;
    padding-top: 100px;
    padding-bottom: 210px;
    padding-right: 50px;
}

.footer-column.footer-column-first {
    width: calc(((100% - 60px) / 18) * 6);
}

.footer-column.footer-column-middle {
    width: calc(((100% - 60px) / 18) * 4);
}

.footer-bottom img{
    height: 18px;
    margin-right: 30px;
}

li.menu_item {
    position: relative;
    padding-left: 28px;
    list-style-type: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

li.menu_item:hover{
    padding-left: 35px;
}
li.menu_item a:hover{
    text-decoration: none;
}

li.menu_item::before {
    content: url('../images/arrow.svg');
    position: absolute;
    left: 0;
    top: 0px;
    
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    filter: grayscale(50) brightness(0) invert(1);
    -webkit-filter: grayscale(50) brightness(0) invert(1);
}

li.menu_item:hover::before{
    left: 7px;
}

li.menu_item a {
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    line-height: inherit;
}

.footer-column.footer-column-last {
    padding-left: 40px;
    width: calc(((100% - 60px) / 18) * 4);
    padding-right: 45px;
}


.footer-column.footer-column-middle.second-column{
    padding-right: 0px;
}

.socials{
    padding-top: 10px;
    padding-bottom: 10px;
}
.socials-link {
    position: relative;
    height: 32px;
    width: 32px;
    margin-right: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#more{
    margin-bottom: 500px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 1600px) {
    .navbar-brand{
        top: -8px;
    }
}
@media screen and (max-width: 1600px) {
    .post-header-inner, .plate--container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .wave-afbeeldingen{
        height: 0;
        position: relative;
        padding-top: 49.25%;
    }

    .navbar-brand{
        width: auto;
        position: relative;
        margin-right: 60px;
        padding-left: 0;
        top: 0;
    }

    .nav-container{
        display: flex;
        flex-direction: row;
        align-content: center;
    }

    .item-wrapper .swiper-gallery{
        width: 95%;
    }
}

@media screen and (max-width: 1300px) {
    .footer-column.footer-column-last{
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer-column.footer-column-first{
        width: 100%;
        padding-bottom: 0;
    }

    .footer-column:nth-child(1n + 1){
        padding-top: 50px;
    }
    .navbar-toggler{
        display: block;
    }
    .navbar-brand{
        top: 0;
    }
    .navbar-collapse{
        padding: 30px;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        background: #9ACA1D;
        left: 100%;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .menu-open .navbar-collapse{
        left: 0;
    }

    /* .menu-open .bar,  .menu-open.fixed-header .bar{
        background-color: #9aca1d;
    } */

    .navbar{
        height: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navigation{
        position: fixed;
      
    }

    /* .fixed-header .bar{
        background-color: #9ACA1D;
    } */

    .nav-container{
        justify-content: space-between;
        padding-right: 24px;
    }

    .navbar-nav{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav .nav-item{
        padding-right: 0;
    }

    .menu-open .nav-link, .fixed-header .nav-link{
        color: white;
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav .active .nav-link, .nav-link:hover{
        color: black;
    }

    .navbar-nav .nav-link:after{
        background-color: black;
    }

  
    /* .cta-btn .full-link-btn, .nav-container .cta-btn::after{
        display: none;
    } */
    .navbar-toggler{
        position: relative;
    }

    .plate--container.nav-container{
        padding-right: 100px;
        padding-bottom: 7px;
    }
    .navbar-toggler::before {
        display: none;
        content: '';
        position: absolute;
        top: -21px;
        left: -16px;
        width: 100px;
        height: 68px;
        background: #ffffff;
    }
    .nav-container .cta-btn::after{
        right: 14px;
        top: 16px;
        width: 28px;
        height: 28px;
    }

    .navbar-toggler{
        margin-top: 8px;
    }

    .nav-container .cta-btn{
        height: 60px;
        width: 140px;
        margin-right: 0;
        overflow: hidden;
    }
    .nav-container .cta-btn::before{
        border-top: 100px solid #9ACA1D;
        border-left: 100px solid transparent;
    }

    .footer-column.footer-column-last{
        padding-left: 15px;
        padding-right: 0;
    }
    .footer-column.footer-column-middle{
        padding-right: 0;
    }

    .image-section .image{
        width: 100%;
        min-height: 300px;
    }

    .image-section .content, .image-section.right .content{
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        left: 30px;
        right: unset;
        width: 15px;
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
        right: 30px;
        left: unset;
        width: 15px;
    }
}

@media screen and (max-width: 767px) {
    .plate--column{
        min-height: 0;
    }

    h1, h1 span{
        font-size: 50px;
        line-height: 50px;
        max-width: unset;
    }

    h2, h2 span{
        font-size: 40px;
        line-height: 40px;
    }

    h3.big, h3, h3 span{
        font-size: 30px;
        line-height: 40px;
    }

    h4, h4 span{
        font-size: 16px;
        line-height: 36px;
    }

    .usp-wrapper h3{
        width: 40px;
        height: 40px;
        margin-right: 40px;
    }

    .cta h2{
        font-size: 40px;
        line-height: 60px;
        text-align: center;
    }
    .usp-content{
        padding-top: 3px;
        width: calc(100% - 80px);
    }

    .show-mode .usp{
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    .post-header-inner, .plate--container {
        width: 100%;
        max-width: unset;
        padding-left: 30px;
        padding-right: 30px;
    }

    .projects-top .content-links, .projects-top .content-rechts, .gallery-top, .gallery-thumbs{
        width: 100%;
    }
    .gallery-thumbs .swiper-slide{
        height: 100%;
        width: calc(100% / 3);
    }
    .gallery-top{
        height: 75%;    
    }
    .gallery-thumbs{
        height: 25%;
    }   
    .projects-top .content-rechts{
        margin-top: 30px;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .swiper-gallery{
        height: 50vw;
    }

    .projects-index .swiper-gallery{
        height: 50vh;
    }
    .swiper-content-inner{
        padding: 30px;
    }

    .cube-element{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .post-header-bottom h4{
        max-width: unset;
    }
    .post-header-bottom .wrapper{
        right: unset;
        left: 0;
        top: 0;
        z-index: 33;
        transform: translate(-25%, -12%) scale(.6);
        -webkit-transform: translate(-25%, -12%) scale(.6);
        -moz-transform: translate(-25%, -12%) scale(.6);
        -ms-transform: translate(-25%, -12%) scale(.6);
        -o-transform: translate(-25%, -12%) scale(.6);
    }

    .quote{
        padding: 30px;
    }
    .cube-element .wrapper{
        transform: translate(30%, -50%) scale(.6);
        -webkit-transform: translate(30%, -50%) scale(.6);
        -moz-transform: translate(30%, -50%) scale(.6);
        -ms-transform: translate(30%, -50%) scale(.6);
        -o-transform: translate(30%, -50%) scale(.6);
    }

    .quote h2::before {
        top: -23px;
        font-size: 100px;
        left: -40px;
        transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
    }

    .cube-element .small-image{
        max-width: 70%;
        height: 0;
        padding-top: 50%;
    }

    .cube-element .big-image{
        margin-left: 0%;
        height: 300px;
    }

    .text-parallax .horizontal-text-container{
        top: 0;
        position: relative;
    }
    .horizontal-text-container{
        max-height: 180px;
        position: absolute;
        top: 190px;
    }

    .parallax-effect h4{
        padding-top: 160px;
    }
    .horizontal-text{
        max-height: 180px;
    }

    .horizontal-text p{
        font-size: 130px;
    }

    .projects-top{
        padding-bottom: 60px;
    }
    .small-slide h4{
        display: none;
    }

    .cta h2 svg{
        margin-left: 30px;
        margin-right: 30px;
    }

    .header-image{
        top: -130px;
        margin-bottom: -75px;
    }
    .footer{
        margin-top: 100px;
    }
    .footer-column.footer-column-first{
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .footer-column.footer-column-middle{
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .footer-column.footer-column-middle.second-column{
        padding-top: 0px;
    }

    .footer-column.footer-column-last{
        padding-top: 0;
        padding-bottom: 100px;
    }   
    .footer-column.footer-column-first, .footer-column.footer-column-middle, .footer-column.footer-column-last{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .footer-bottom{
        bottom: 0;
        position: relative;
        width: 100%;
        padding-right: 0;
    }

    .footer-inner .co-column{
        flex-flow: row wrap;
    }

    .footer-bottom img{

    }
    .header-inner .post-header-wrapper:before{
        width: 100%;
        height: 60%;
        z-index: 2;
        display: none;
    }
    .header-inner .background-image{
        top: unset;
        bottom: 0;
        height: 50%;
        width: 100%;
        background-position: top left;
    }

    .post-header-wrapper::after{
        width: 100%;
        z-index: 3;
        background: linear-gradient(#0d748f 50%, transparent 90%);
    }
    .footer-inner .co-column p{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .post-header-bottom{
        display: flex;
        flex-flow: column-reverse;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .post-header-bottom h4{
        margin-top: 20px;
    }

    .post-header-bottom .header-image{
        position: relative;
        width: 80%;
        padding-top: calc(72.30 / 100 * 80%);
        margin-left: auto;
    }

    .image-section{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .image-section .image{
        width: 100%;
        min-height: 300px;
    }

    .image-section .content, .image-section.right .content{
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 0;
    }

    .image-section.right .image{
        order: 0;
    }
    p:empty{
        display: none;
    }

    .item-wrapper .item-content{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .item-wrapper .swiper-content-inner{
        padding: 30px;
    }

    .item-wrapper{
        margin-bottom: 50px;
    }

    .item-wrapper .swiper-gallery{
        width: calc(100% - 30px);
    }

    .cta{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
