/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root{
    --base-px: 18px;
    --font-size-h4: calc(60 / var(--base-px, 18) * 1rem);
}

.full-width-content .container.grid-container, .site-header
{
    max-width: calc(100vw - (3rem * 2));
    margin: 0 auto;
}

.contact-header-knop{
        font-family: 'Barlow Condensed', sans-serif !important;
}

.full-width-content .container.grid-container{
/* body:not(.home) .full-width-content .container.grid-container{ */
    border-left: 1.8px solid #575760;
    border-right: 1.8px solid #575760;
}

.wp-block-group__inner-container {
    max-width: none;
}

.site-main .wp-block-group__inner-container{
    padding: 0;
}

.afbeelding-container-vorm.rechts{
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 12% 86%);
}

.afbeelding-container-vorm img{
    width: 100%;
}

.site-header{
    margin-top: 40px;
    border: 1.8px solid #575760;
    border-bottom: 0;
}

.site-header .header-widget{
    height: 110px;
    border-left: 1.8px solid #575760;
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
}

.header-knop .gb-text{
    line-height: 1em;
}

.contact-link{
    color: black !important;
    text-decoration: none !important;
}

.contact-link:hover{
    color: #0166b0 !important;
}

.page-id-24.lenis.lenis-smooth iframe{
    pointer-events: all;
}

.header-knop{
    border-bottom: 3.6px solid transparent;
    padding: 10px 0px;
}

.container-titel-single-project{
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 80px;
}

.header-knop:hover .gb-text{
    color: #1F73BE;
}

.content-flex-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 2rem 0;
}

.cta-sectie button{
    background: transparent;
    border: 1.6px solid white;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta-sectie button span{
    text-transform: uppercase;
    font-weight: 700;
}

.cta-sectie button:hover{
    background: #191919;
    border: 1.6px solid #191919;
}

.cta-sectie button:hover span{
    color: #2e99e7;
}

.cta-sectie {
    transform: translateX(100%);
    transition: transform 0.8s ease-out;
}

.flex-row {
    width: 100%;
}

.flex-row-top {
    display: flex;
    gap: 2rem;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.flex-row-bottom {
    width: 100%;
}

.left-column {
    flex: 0 0 calc(70% - 1.4rem);
    min-width: 0;
}

.right-column {
    flex: 0 0 calc(30% - 0.6rem);
    min-width: 0;
    background: #f5f5f3;
}

.informatie-project{
    padding: 20px;
    border-left: 1.6px solid #0166b0;
}

.afbeelding-container-vorm{
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 0% 100%);
    background: #f0f0f0;
}

.swiper-container-wrapper {
    position: relative;
    width: 100%;
}

.swiper-navigation-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
    gap: 20px;
    padding-left: 20px;
    margin-top: -7.5vh;
}

.projectSwiper {
    width: 100%;
    height: auto;
    padding: 80px 0;
    overflow: visible;
}

.mijn-parallax-sectie {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--parallax-h-mob, 250px);
    transition: height 0.3s ease;
}

.mijn-parallax-img-wrapper {
    position: absolute;
    top: -20%; 
    left: 0;
    width: 100%;
    height: 175%;
    z-index: 0;
    pointer-events: none;
    will-change: transform;
}

.page-id-24 .mijn-parallax-img-wrapper {
    top: 5%;
}

.mijn-parallax-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.mijn-parallax-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 999px) {
    .mijn-parallax-sectie {
        height: var(--parallax-h-desk, 400px);
    }
}

/* .projectSwiper, .gerelateerdeSwiper{
    overflow: visible !important;
} */

.projectSwiper .swiper-wrapper {
    align-items: center;
}

.projectSwiper {
    position: relative;
}

.swiper-button-prev-project, .swiper-button-prev-gerelateerd{
    transform: rotate(180deg);
}

.gerelateerde-navigation.swiper-navigation-container{
    justify-content: flex-end;
}

.projectSwiper .swiper-slide {
  width: 65%;
  height: 85vh;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  filter: grayscale(1) brightness(1);
  transition: clip-path 5s cubic-bezier(0.34, 1.56, 0.64, 1), 
              filter 0.85s ease-in-out;
}

.gerelateerde-header{
    padding: 20px;

}

.gerelateerde-header h2{
    font-size: 50px;
}

.projectSwiper .swiper-slide-active {
  z-index: 2;
}

.padding-box-werkzaamheden{
    padding-left: 40px;
    padding-right: 40px;
}

.single-ff_project .werkzaamheden-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.werkzaamheden-container .werkzaamheden {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    border-bottom: 1.6px solid #575760;
    padding-bottom: 40px;
    padding-top: 20px;
    min-width: 0;
    overflow-wrap: break-word;
}

.werkzaamheden-container .werkzaamheden .checkmark-icon {
    width: 115px;
    height: 115px;
    flex-shrink: 0;
}

.werkzaamheid-text {
    flex: 1;
}

.werkzaamheden h3{
    font-size: 45px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .werkzaamheid-item {
        width: 100%;
    }
    .container-titel-single-project h1{
        font-size: 66px;
    }
}

@media (max-width: 500px) {
    .container-titel-single-project h1 {
        font-size: 58px;
    }
}

.projectSwiper .swiper-slide-prev,
.projectSwiper .swiper-slide-next {
  filter: grayscale(1) brightness(0.5);
}

    .projectSwiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slide-content {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 40px;
    }

.slide-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f0f0f0;
}

.slide-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: none;
}

.swiper-button-next-project,
.swiper-button-prev-project,
.swiper-button-prev-gerelateerd,
.swiper-button-next-gerelateerd
{
    position: relative;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    color: #333 !important;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1.6px solid #191919;
    cursor: pointer;
}

.swiper-button-next-project svg,
.swiper-button-prev-project svg,
.swiper-button-prev-gerelateerd svg,
.swiper-button-next-gerelateerd svg {
    width: 33px;
    height: 33px;
}

.swiper-button-disabled{
    opacity: 0.2;
}

.swiper-button-next-project:hover, .swiper-button-prev-project:hover, .swiper-button-next-gerelateerd:hover, .swiper-button-prev-gerelateerd:hover{
    border: 1.6px solid #0166b0;
    background: #0166b0;
}

.swiper-button-next-project:hover svg line, .swiper-button-prev-project:hover svg line, .swiper-button-next-project:hover svg polyline, .swiper-button-prev-project:hover svg polyline, .swiper-button-next-gerelateerd:hover svg line, .swiper-button-next-gerelateerd:hover svg polyline, .swiper-button-prev-gerelateerd:hover svg line, .swiper-button-prev-gerelateerd:hover svg polyline{
    stroke: white;
}

.projectSwiper{
    margin-top: 50px;
}

.right-content {
    height: 100%;
}

.project-jaar,
.project-categorie,
.project-werkzaamheden,
.project-beschrijving {
	margin-bottom: 2rem;
}
	
.project-beschrijving p{
		margin-bottom: 0px;
}
	
.project-content p {
    margin-bottom: 0;
    max-width: 620px;
}

.project-beschrijving {
    border-bottom: none;
	margin-bottom: 0;
}

.right-content h3 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Barlow';
}

.right-content p {
    color: #000000;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.8rem;
}
	
.project-content p{
	color: grey;
    font-weight: 500;
    font-size: 1.3rem;
}

.project-werkzaamheden .werkzaamheden-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.werkzaamheden-sectie{
    margin-bottom: 40px;
}

.werkzaamheid-item {
    display: inline-block;
    background: #e8e8e8;
    color: #555;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.9rem;
    border: 1px solid #d0d0d0;
    transition: all 0.2s ease;
}

.werkzaamheid-item:hover {
    background: #ddd;
    border-color: #bbb;
}

.project-content {
    color: #666;
    line-height: 1.7;
}

.project-content p {
    margin-bottom: 0rem;
}

.pods-section {
    padding: 40px 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.pods-section .flex-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1185px;
}

.pods-section .flex-column {
    flex: 1;
    width: 50%;
    text-align: center;
}

.pods-section .column-title {
    font-size: 85px;
    margin-bottom: 10px;
    color: #137dc1;
    line-height: 1.1em;
    text-transform: none;
}

.pods-section .column-subtitle {
    font-size: 30px;
    color: #575760;
    line-height: 1.1em;
    margin-top: 20px;
}

.containter-actie h5{
    text-transform: none;
    color: #1f73be;
    font-size: 30px;
    text-decoration: underline;
    text-underline-offset: 12px;
}

@media(max-width: 1350px){
    .project-werkzaamheden {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media(max-width: 991px){
    .left-column,
    .right-column {
        flex: 1 1 100%;
        width: 100%;
    }

    .flex-row-top {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .flex-row-top .left-column {
         padding-right: 20px !important;
    }

    .uitgelichte-afb img{
        height: 100%;
        object-fit: cover;
    }

    .container-titel-single-project{
        padding-top: 0px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .content-flex-container {
        margin-top: 0;
    }

    .afbeelding-container-vorm{
        width: calc(100% + 3.1rem);
        aspect-ratio: 4 / 4;
    }

    /* .afbeelding-container-vorm img{
        height: 100%;
        object-fit: cover;
    } */

    .informatie-project {
        border-left: 0;
    }

    .flex-row-top {
        gap: 1rem;
    }

    .cta-sectie {
        margin-left: 20px;
    }
    .cta-sectie{
        padding: 40px 20px !important;
        padding-right: 20px !important;
        margin-right: calc(-1.26rem) !important;;
    }

    .projectSwiper .swiper-slide {
        height: 55vh !important;
    }
    .swiper-navigation-container{
        margin-top: 1vh !important;
    }
    .werkzaamheden-container .werkzaamheden {
        width: 100%;
    }
    .padding-box-werkzaamheden{
    padding-left: 20px;
    padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .pods-section .flex-column {
        width: 100%;
    }
    .projectSwiper .swiper-slide-active {
    clip-path: polygon(0px 100%, 0% 0px, 50% 8%, 100% 0px, 100% 100%) !important;
    }
    .pods-section .column-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .projectSwiper .swiper-slide {
        width: 80%;
    }
    
    .projectSwiper .swiper-slide-active {
        width: 90%;
    }
    .werkzaamheden h3 {
    font-size: 33px;
    line-height: 1.2em;
    }
    .werkzaamheden-sectie{
        margin-bottom: 0;
    }
    .pods-section {
        padding-top: 0;
    }
}

.cta-sectie{
    background: #1f73be;
    margin-top: 40px;
    padding: 40px 20px;
    margin-right: calc(-3.1rem);
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 2% 100%);
    visibility: hidden;
    opacity: 0;
}

.cta-sectie.slide-in-active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.cta-sectie h3{
    color: white;
    font-weight: 700;
    font-size: 77px;
    text-align: center;
    line-height: 1.1em;
}

.header-knop:hover{
    border-bottom: 3.6px solid #1F73BE;
}

    .c-marquee-banner {
        --_inner-width: 100%;
        --_v-padding: calc(.1051042353 * var(--_inner-width) / 2);
        --ff-glider-items-height: 120px;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        color: #fff;
        font-weight: 600;
        line-height: 1.15em;
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 700;
        z-index: 1;
    }
    
    .c-marquee-banner__inner {
        display: grid;
        -ms-flex-pack: center;
        justify-content: center;
        width: var(--_inner-width);
        padding: var(--_v-padding) 0;
        margin: calc(var(--_v-padding) * -1) 0;
        overflow: hidden;
    }
    
    .c-marquee-banner__glider {
        width: 100%;
        background-color: #1B6BB1;
    }
    
    .ffglider {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .ffglider_wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100px;
    }
    
    .ffglider_wrapper .item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        will-change: transform;
    }
    
    .c-marquee-banner__text {
        display: block;
        padding: .175em .45em .075em;
        white-space: nowrap;
        font-size: 100%;
    }
    
    .c-marquee-banner__separator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-marquee-banner__separator:before {
        content: "";
        position: absolute;
        top: -12px;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 1.6px;
        height: 124px;
        padding: .2em 0;
        background-color: #fff;
        background-clip: content-box;
}

.afbeelding-div{
    overflow: hidden;
}

.outline-text{
    color: transparent !important;
    -webkit-text-stroke: 1px #5757606b;
}

.meta-ingang:after{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 20px;
    border: 1px #83878e solid;
    pointer-events: none;
    border-top: none;
}

.afbeelding-div:after{
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: -3px;
    border: 1px #fff solid;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 2px 1px rgba(6, 15, 28, .07), 0 0 2px 1px rgba(6, 15, 28, .07) inset;
    box-shadow: 0 0 2px 1px #060f1c12, 0 0 2px 1px #060f1c12 inset;
    clip-path: inset(-3px -3px 3px -3px);
    z-index: 1;
    pointer-events: none;
}

.knop-border{
    position: relative;
}

.knop-border span{
    position: absolute;
    right: -20px;
    bottom: -20px;
    padding: 10px;
}

.knop-border span::before{
    height: 100%;
    border-left: 1px #83878e solid;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.19,1,.22,1) .2s;
    transition: -webkit-transform .35s cubic-bezier(.19,1,.22,1) .2s;
    transition: transform .35s cubic-bezier(.19,1,.22,1) .2s;
    transition: transform .35s cubic-bezier(.19,1,.22,1) .2s, -webkit-transform .35s cubic-bezier(.19,1,.22,1);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.knop-border span::after {
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    border-top: 1px solid rgb(131, 135, 142);
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.ingang-home:hover .knop-border span::after,  .project-item:hover .project-meta .knop-border span::after, .gerelateerdeSwiper .swiper-wrapper .swiper-slide a:hover .knop-border span::after{
    transform: scaleX(1);
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.ingang-home:hover .knop-border span::before, .project-item:hover .project-meta .knop-border span::before, .gerelateerdeSwiper .swiper-wrapper .swiper-slide a:hover .knop-border span::before{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.55,.055,.675,.19);
    transition: -webkit-transform .2s cubic-bezier(.55,.055,.675,.19);
    transition: transform .2s cubic-bezier(.55,.055,.675,.19);
    transition: transform .2s cubic-bezier(.55,.055,.675,.19), -webkit-transform .2s cubic-bezier(.55,.055,.675,.19);
}

.link-ingang-home{
    text-decoration: none;
}

.link-ingang-home{
    color: inherit;
    --_crooked-backdrop-color: #2e71b2;
    --_crooked-backdrop-x: 0;
    --_crooked-backdrop-y: 0;
    --_crooked-backdrop-rotation: -4deg;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.link-ingang-home .ingang-home::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--_crooked-backdrop-color);
    transform: translate3d(var(--_crooked-backdrop-x, 0), var(--_crooked-backdrop-y, 0), 0) rotate(var(--_crooked-backdrop-rotation, -4deg));
    z-index: -1;
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(0deg) scale(0.99) !important;
}

.link-ingang-home:hover .ingang-home::before {
transform: rotate(-3deg) scale(1) !important;
}

.link-ingang-home.ingang-1{
    transform: rotate(-2deg) scale(1);
}

.link-ingang-home.ingang-2 {
    transform: rotate(2deg) scale(1);
}

.outline-text{
    font-size: clamp(50px, 18vw, 350px);
}

.subtitel-container{
    margin-top: -118px;
}

.subtitel-negatief{
    font-size: clamp(32px, 8vw, 75px);
}

.single-projecten.full-width-content .container.grid-container{
	padding-top: 40px;
    background: #f5f5f3;
    border: 1.6px solid #575760;
    border-top: 0;
    border-bottom: 0;
}

body:not(.home) .site-header{
  border-bottom: 1.8px solid #575760;
}

.inside-article{
	background: #f5f5f3;
}

.uitgelichte-afb{
    margin-left: calc(-3.1rem);
}

.mech-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1B6BB1;
    margin: 120px auto 40px auto;
    padding: 0 25px 0px 25px;
    max-width: 1440px;
    position: relative;
}

.button-lijn.wit {
    color: white;
    border: 2px solid white;
}

.inner-column-mech{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1285px;
    margin: 0 auto;
}

.mech-cta-left {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
}

.mech-cta-img {
    display: block;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin-top: -80px;
}


.mech-cta-right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mech-cta-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 77px;
    text-align: center;
    line-height: 1.1;
    color: white;
    max-width: 749px;
}

.mech-cta-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mech-cta-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.outline-text.machinebouw{
    font-size: 220px;
}

.subtitel-container.machinebouw{
    margin-top: -95px;
}


@media (max-width: 999px) {
    .mech-cta-wrapper {
        flex-direction: column;
        text-align: center;
        margin-top: 60px;
        padding: 0 2em 0px 2em;
    }

    .mech-cta-left, 
    .mech-cta-right {
        width: 100%;
        padding-left: 0;
    }

    .mech-cta-img {
        margin: -60px auto 0px auto;
        max-width: 340px;
    }
}

@media(max-width: 745px){
    .inner-column-mech {
        flex-direction: column;
    }
    .mech-cta-wrapper {
        padding-top: 40px;
    }
    .mech-cta-left{
        margin-top: 90px;
        order: 1;
    }
}

@media(min-width: 1400px){
    .afbeelding-container-vorm img {
    object-fit: cover;
    }
}

@media(max-width: 1530px){
    .subtitel-container {
        margin-top: -105px;
    }
}

@media(max-width: 1275px){
    .subtitel-container {
        margin-top: -95px;
    }
    .gerelateerd-project-inner {
        padding-right: 0 !important;
    }
}

@media(max-width: 1030px){
    .subtitel-container {
        margin-top: -80px;
    }
}

@media(max-width: 830px){
    .subtitel-container {
        margin-top: -65px;
    }
}

@media(max-width: 630px){
    .subtitel-container {
        margin-top: -65px;
    }
}



        .projecten-lijst {
            display: flex;
            flex-direction: column;
            gap: 1px;
            margin: 40px 0;
            background: #575760;
            border-top: 1px solid #575760;
            border-bottom: 1px solid #575760;
        }
        
        .project-item-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        .project-item {
            background: #f5f5f3;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .project-item:hover .project-meta {
            background: white;
        }
        
        .project-item-inner {
            display: flex;
            flex-direction: row;
            min-height: 250px;
        }
        
        /* Uitgelichte afbeelding container */
        .project-image {
            flex: 0 0 450px;
            position: relative;
            overflow: hidden;
            background: #f5f5f5;
            transition: 0.3s ease-in-out;
        }

        .project-item:hover .project-image{
            flex: 0 0 485px;
        }
        
        .project-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .project-item:hover .project-thumbnail {
            transform: scale(1.1);
            overflow: hidden;
        }
        
        .project-placeholder-image {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        /* Project Meta container */
        .project-meta {
            flex: 1;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            background: #eeeeee;
            transition: all 0.3s ease;
        }

        .project-meta .knop-border{
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .project-meta .knop-border span {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto;
            width: 82px;
            height: 82px;
            display: block;
            padding: 0;
        }

        .project-meta .knop-border span svg{
            height: 82px;
            width: 82px;
            padding: 10px;
        }
        
        .project-meta-inner {
            display: flex;
            flex-direction: column;
            gap: 0px;
        }
        
        /* Top info (categorie en jaar) */
        .project-top-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            color: #666;
        }
        
        .project-category, .project-category span {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 35px;
            font-family: 'Barlow Condensed';
            color: #575760;
        }
        
        .project-year {
            padding: 4px 20px;
            font-weight: 500;
            font-size: 14px;
            border-radius: 40px;
            border: 1px solid #575760;
            height: 100%;
            color: #575760;
            max-height: 31px;
        }

        .project-title {
            font-size: 90px;
            font-weight: 700;
            margin: 0;
            color: #1f73be;
            line-height: 0.85;
        }

        .project-werkzaamheden {
            margin-top: 35px;
        }
        
        .werkzaamheden-label {
            display: block;
            text-transform: uppercase;
            font-weight: 500;
            color: #666666;
            margin-bottom: 10px;
            font-size: 25px;
            font-family: 'Barlow Condensed';
        }
        
        .werkzaamheden-items {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .werkzaamheid-item {
            color: #1f73be;
            padding: 6px 20px;
            border-radius: 20px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            border: 1px solid #1f73be;
            width: max-content;
        }

        .swiper-slide a{
            text-decoration: none;
        }

        .projecten-header {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 2rem;
            padding-right: 40px;
        }

.projecten-footer {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.alle-projecten-knop {
    display: flex;
    color: #575760;
    border: 1.8px solid #575760;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    padding-left: 10px;
    font-size: 29px;
}

.alle-projecten-knop span{
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    border-left: 1.8px solid #575760;
}

.alle-projecten-knop span svg{
    width: 82px;
    height: auto;
}

.alle-projecten-knop:hover {
    border: 1.8px solid #2796E4;
}

.alle-projecten-knop:hover span{
    border-left: 1.8px solid #2796E4;
}

.alle-projecten-knop:hover span svg line, .alle-projecten-knop:hover span svg polyline{
    stroke: #2796E4;
}

.alle-projecten-knop-mobile {
    display: none;
}

/* .rij-full-width{
    margin-left: -3rem !important;
    width: calc(100% + 6rem);
} */

.afbeelding-kolom.rechts{
    margin-right: -3rem;
}

.afbeelding-kolom{
    margin-left: -3rem;
}

.werkzaamheden-container.content .werkzaamheden .checkmark-icon {
    width: 80px;
    height: 80px;
}

.werkzaamheden-container.content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.werkzaamheden-container.content .werkzaamheden h3 {
    font-size: 28px;
}

.afbeelding-container-vorm{
    position: relative;
}

.afbeelding-container-vorm{
    clip-path: polygon(0 3%, 100% 0, 88% 86%, 0% 100%);
}

.over-ons-rij{
    margin-top: -165px;
}

#responsive-titel{
     display: inline-block;
    white-space: nowrap;
}

.contact-titel{
    font-size: 150px;
}

.wp-block-social-links .wp-block-social-link.wp-social-link{
    border-radius: 0;
}

.wp-block-social-link{
    font-size: 40px;
    margin-bottom: 0px !important;
}

.wp-block-social-links{
    margin-bottom: 0px !important;
}

.swiper-navigation-container .swiper-button-prev svg{
	rotate: -180deg;
}

.flex-row-top .left-column{
	padding-right: 5vw;
}

@media (max-width: 1520px) {
    .over-ons-rij{
        margin-top: -135px;
        column-gap: 2em !important;
    }
}

@media (max-width: 1385px) {
    .subtitel-negatief {
        font-size: clamp(32px, 8vw, 50px);
    }
}

@media (max-width: 1165px) {
    .over-ons-rij{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .afbeelding-kolom{
        order: 1;
    }
    .tekst-kolom{
        padding-left: 20px;
    }
    .over-ons-rij {
        margin-top: -45px;
    }
    .contact-blok{
        flex-direction: column;
    }
    .contact-titel{
    font-size: 100px;
    }
}

@media (max-width: 991px) {
    .contact-titel{
    font-size: 100px;
    }

    .tekst-kolom {
        padding-left: 5px;
    }

    .over-ons-rij .afbeelding-kolom .afbeelding-container-vorm{
        width: 100%;
        aspect-ratio: 3 / 4;
    }
    .afbeelding-kolom {
        padding-right: 20px;
        padding-top: 40px;
        margin-left: -1.5rem;
    }

    .afbeelding-kolom.rechts {
            padding-left: 20px;
            padding-right: 0;
            margin-right: -1.25rem;
            margin-left: 0;
    }
}

@media (max-width: 768px) {
    .alle-projecten-knop-desktop {
        display: none;
    }

    .projecten-header{
        height: 0px;
        visibility: hidden;
        display: none;
    }
    
    .alle-projecten-knop-mobile {
        display: flex;
    }
    .contact-titel{
        font-size: 85px !important;
    }
}

@media(max-width: 625px){
    .contact-titel{
        font-size: 50px !important;
    }
}

        #generate-slideout-menu {
            background: #f5f5f3e0;
            z-index: 100001;
            backdrop-filter: blur(25px);
            height: 100%;
        }

        .slideout-navigation.do-overlay .slideout-menu li a{
            font-size: 4rem;
        }

        .offside-js--is-open{
             overflow: hidden;
        }

        @media(max-width: 1200px){
            .inside-header{
                padding: 0px 20px 0px 20px;
            }
            .main-navigation .main-nav ul li a{
                padding-left: 10px;
                padding-right: 10px;
            }
        }

     @media(max-width: 1065px){
            .has-inline-mobile-toggle .header-widget{
                flex-basis: 133px;
            }
            .has-inline-mobile-toggle #site-navigation {
                flex-basis: auto;
                margin-left: 0;
            }
            .site-header .header-widget {
                padding: 0px 0px 0px 20px;
                margin: 0;
            }
            .main-navigation .menu-toggle{
                display: flex;
                align-items: center;
                 margin-top: -8px;
            }
        }

        @media(max-width: 1180px){
            .project-image{
                flex: 0 0 35%;
            }
            .project-item:hover .project-image{
                flex: 0 0 37%;
            }
            .project-title{
                font-size: 65px;
            }
            .project-category {
                font-size: 28px;
            }
            .werkzaamheden-label {
                font-size: 20px;
            }
    }

    @media(max-width: 991px){
        .project-meta{
            padding-bottom: 95px;
        }
        .full-width-content .container.grid-container, .site-header {
            max-width: calc(100vw - (1.25rem * 2));
            margin: 0 auto;
        }
    }
        
    @media (max-width: 825px) {
            .project-item-inner {
                flex-direction: column;
            }
            
            .project-image {
                flex: 0 0 auto !important;
                height: 335px;
            }
            
            .project-meta {
                padding: 20px;
            }
            
            .project-title {
                font-size: 50px;
            }
            
            .project-top-info {
                flex-wrap: wrap;
                gap: 10px;
            }
            .projecten-lijst {
                margin: 20px 0;
            }

            .projecten-lijst{
                background: transparent;

            }
            
            .werkzaamheden-items {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .werkzaamheid-item {
                display: inline-block;
            }
        }

        @media(max-width: 475px){
            .gb-text-4b16bf96 {
                font-size: 55px !important;
            }
        }

        @media(max-width: 444px){
            .gb-text-4b16bf96 {
                font-size: 48px !important;
            }
        }

        @media(max-width: 400px){
            .gb-text-4b16bf96 {
                font-size: 42px !important;
            }
        }


        @media(max-width: 435px){
            .inside-header{
                padding: 0px 10px 0px 10px;
            }
            .site-header .header-widget{
            padding: 0px 0px 0px 10px; 
        }
            .has-inline-mobile-toggle .header-widget{
            flex-basis: 110px;
        }
        .menu-toggle{
            padding: 0 10px;
        }
        .site-header .header-image {
            width: 120px;
    }
            .slideout-navigation.do-overlay .slideout-menu li a{
            font-size: 3.2rem;
        }
}



@media(max-width: 1620px){
.gb-element-43cb98ec,
.gb-element-44d07afb,
.gb-element-e13d7064 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}





.gerelateerd-project-inner{
    display: flex;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    align-items: center;
}

.gerelateerd-project-meta{
    height: 100%;
    padding: 40px;
    background: white;
    position: relative;
    flex: auto;
    transform: rotate(-7deg);
    left: -40px;
}

.gerelateerd-project-meta:after{
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px #83878e solid;
    pointer-events: none;
}

.gerelateerd-top-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gerelateerde-projecten-sectie .project-meta .knop-border{
    right: 20px;
    bottom: 20px;
}

.gerelateerde-projecten-sectie .project-meta .knop-border span svg {
    height: 62px;
    width: 62px;
}

.gerelateerde-projecten-sectie .werkzaamheden-items {
    flex-direction: column;
}

.gerelateerd-meta-inner{
    padding: 20px;
}

.gerelateerd-project-image{
    width: 60%;
    height: 60vh;
}

.gerelateerd-project-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media(max-width: 1080px){
    .gerelateerd-project-image {
    width: 100%;
    max-height: 480px;
}
.gerelateerd-project-meta {
    height: 100%;
    width: calc(100% - 80px);
    padding: 40px;
    background: white;
    position: relative;
    flex: auto;
    transform: rotate(0deg);
    left: 0px;
}
.gerelateerd-project-inner{
    flex-direction: column;
    padding-right: 20px !important;
}

.gerelateerd-title{
    font-size: 55px;
}
.gerelateerde-navigation.swiper-navigation-container{
    padding-left: 0;
    justify-content: flex-start;
}
}


@media(max-width: 1920px){
    .afbeelding-div img{
        height: 450px;
    }
    .afbeelding-div{
        max-height: 450px;
    }
}

@media(max-width: 1800px){
    .ingang-titel{
        font-size: 65px;
        margin-bottom: 20px !important;
    }
    .meta-ingang p{
        font-size: 21px;
    }
    .afbeelding-div img{
        height: 370px;
    }
    .afbeelding-div{
        max-height: 370px;
    }
}

@media(max-width: 500px){
        .gerelateerd-project-image {
        max-height: 300px;
        }
}

@media(max-width: 1500px){
    .ingang-titel{
        font-size: 55px;
    }
    .meta-ingang p{
        font-size: 18px;
    }
    .afbeelding-div img{
        height: 320px;
    }
    .afbeelding-div{
        max-height: 320px;
    }
}

@media(max-width: 1300px){
    .ingang-rij-container{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
} 

@media(max-width: 1065px){
    .ingang-rij-container{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        row-gap: 4em !important;
        max-width: 500px;
        margin: 0 auto;
    }
}


.modern-form-container * {
    box-sizing: border-box;
}

.modern-form-container {
    max-width: 100%;
    margin: 0 auto;
}


.form-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.form-column {
    width: 48%; 
    flex: 1;   
    position: relative;
}


.modern-form-container input[type="text"],
.modern-form-container input[type="email"],
.modern-form-container input[type="tel"],
.modern-form-container textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 3px solid white; 
    padding: 10px 0;
    font-size: 16px;
    color: white;
    outline: none;
    border-radius: 0;
    transition: border-color 0.3s ease, padding 0.3s ease;
}


.modern-form-container label {
    display: block;
    font-size: 33px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
}


.modern-form-container input:focus,
.modern-form-container textarea:focus {
    border-bottom: 3px solid #2e99e7; 
    padding-left: 5px;
}

.modern-form-container textarea {
    min-height: 50px;
    resize: vertical;
}

.submit-row {
    text-align: right;
}

.container-sluitknop-overlay{
    width: max-content;
    position: fixed;
    top: 20px;
    right: 20px;
}

.modern-form-container input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.modern-form-container input[type="submit"]:hover {
    background-color: #444;
    transform: translateY(-2px);
}

.form-column p{
    margin-bottom: 0;
}

.form-column p br{
    display: none;
}

.modern-form-container input::placeholder,
.modern-form-container textarea::placeholder {
    color: #ffffffcb; 
    opacity: 1;
}


.modern-form-container input::-webkit-input-placeholder,
.modern-form-container textarea::-webkit-input-placeholder { color: #ffffff61; }
.modern-form-container input::-moz-placeholder,
.modern-form-container textarea::-moz-placeholder { color: #ffffff61; opacity: 1; }
.modern-form-container input:-ms-input-placeholder,
.modern-form-container textarea:-ms-input-placeholder { color: #ffffff61; }

.contactpagina .modern-form-container label {
    color: #575760;
}


.contactpagina .modern-form-container input[type="text"],
.contactpagina .modern-form-container input[type="email"],
.contactpagina .modern-form-container input[type="tel"],
.contactpagina .modern-form-container textarea {
    color: #575760;
    border-bottom-color: #575760; 
}


.contactpagina .modern-form-container input::placeholder,
.contactpagina .modern-form-container textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}


.contactpagina .modern-form-container input::-webkit-input-placeholder,
.contactpagina .modern-form-container textarea::-webkit-input-placeholder { 
    color: rgba(0, 0, 0, 0.6); 
}
.contactpagina .modern-form-container input::-moz-placeholder,
.contactpagina .modern-form-container textarea::-moz-placeholder { 
    color: rgba(0, 0, 0, 0.6); 
    opacity: 1; 
}
.contactpagina .modern-form-container input:-ms-input-placeholder,
.contactpagina .modern-form-container textarea:-ms-input-placeholder { 
    color: rgba(0, 0, 0, 0.6); 
}

.contactpagina .modern-form-container input:focus,
.contactpagina .modern-form-container textarea:focus {
    border-bottom-color: #000000;
    color: black;
}


@media screen and (max-width: 768px) {
    .form-row {
        display: block;
        margin-bottom: 0;
    }
    
    .form-column {
        width: 100%;
        margin-bottom: 25px;
    }

    .submit-row {
        text-align: center;
    }
    
    .modern-form-container input[type="submit"] {
        width: 100%;
    }
}

@media(max-width: 1350px){
    .outline-text.machinebouw {
        font-size: 140px;
    }
    .subtitel-container.machinebouw {
        margin-top: -66px;
    }
}

@media(max-width: 999px){
    .outline-text.machinebouw {
        line-height: 0.8;
    }
    .subtitel-container.machinebouw {
        margin-top: 40px;
    }

    .subtitel-container.aanpak{
        margin-top: -5px;
    }

.werkzaamheden-container .werkzaamheden .checkmark-icon {
    width: 65px;
    height: 65px;
}
.werkzaamheden-sectie .project-werkzaamheden{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 0;
}
}

@media(max-width: 500px){
    .outline-text.machinebouw {
        font-size: 60px;
    }
    .pods-section .column-title {
        font-size: 48px;
    }
    .pods-section {
        padding-top: 40px;
    }
    .pods-section .flex-container{
        gap: 35px;
    }
}

@media(max-width: 450px){
    .c-marquee-banner__text {
        font-size: 50%;
    }
    .ffglider_wrapper {
        height: 80px;
    }
    .c-marquee-banner__inner{
        padding: 0;
        margin-bottom: 35px;
        height: 80px;
    }
    .c-marquee-banner__glider{
        margin-bottom: 35px;
        z-index: 9;
    }
    .subtitel-container {
        margin-top: -20px;
    }
    .ingang-titel {
        font-size: 43px;
    }
    .meta-ingang{
        padding-top: 20px !important;
    }
    .knop-border .gb-shape svg{
        height: 50px;
        width: 50px;
    }
    .meta-ingang p {
       margin-bottom: 60px;
       min-height: auto;
    }
    .ingang-rij-container{
        padding: 20px !important;
        row-gap: 50px !important;
        margin-bottom: 20px !important;
    }
    .projecten-lijst{
        margin-top: 10px;
    }
    .project-werkzaamheden{
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 100px;
    }
    .alle-projecten-knop span svg {
        width: 60px;
        height: auto;
    }
    .alle-projecten-knop-mobile{
        line-height: 2.6em;
    }
    .alle-projecten-knop span{
        height: 100%;
    }
    .subtitel-container.machinebouw{
        margin-top: 15px;
    }

    .mijn-parallax-img-wrapper {
        top: -10%;
        height: 130%;
    }
    ul {
        margin: 0 0 10px 25px;
    }
    .wp-block-list li{
        font-size: 21px;
    }
    .tab-content__inner {
        grid-row-gap: 1em;
    }
    .tab-description {
        font-size: 21px;
    }
    .main-navigation .main-nav ul li a{
        line-height: 70px;
        margin-bottom: 20px;
    }
}

@media(max-width: 400px){
    .ingang-titel {
        font-size: 38px;
    }
}

.gb-overlay .gb-overlay__content {
    max-height: 90vh !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    width: 95%;
    max-width: 750px;
    margin: auto;
    padding-right: 5px;
    background: #0166b0;
}

.gb-overlay .gb-overlay__content:after {
    content: "";
    display: block;
    height: 50px;
}

.mobiel-break {
    display: none;
  }

  .footer-link{
    color: white;
  }
  
  @media screen and (max-width: 768px) {
    .mobiel-break {
      display: inline;
    }
  }

  .slideout-navigation.do-overlay .inside-navigation{
    padding: 10% 5% 0 !important;
  }
  