#heroA{
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

#heroA:before{
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    height: 800px;
    width: 800px;
    background-size: contain;
    background-image: url('/wp-content/uploads/2025/07/Nieuw-project-4.png');
    opacity: 0.05;
    background-repeat: no-repeat;
    pointer-events: none;
}

#heroA .heroslider img{
    width: 100%;
    height: 600px;
    object-fit: cover;
} 

#heroA .videowrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroA .illustratie{
    position: absolute;
    top: 0;
    right: 60px;
    width: 50%;
}

#heroA .button{
        background: var(--maincolor);
    color: white;
    display: inline-block;
    padding: 13px 20px;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    font-weight: 100;
    box-sizing: border-box;
}

#heroA .custom-logo-link{
    display: block;
    margin-bottom: 100px;
}

#heroA .custom-logo-link img{
    margin: 0 auto;
    width: 100px;
}

#heroA h1{
    color: var(--maincolor);
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 60px;
    font-size: 60px;
    pointer-events: none;
    position: relative;
    font-weight: 700;
    text-align: left;
}
#heroA h2{
    margin: 0;
    color: var(--maincolor);
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    line-height: 58px;
}

#heroA h3{
    font-size: 22px;
    line-height: 26px;
    margin-top: 60px;
    margin-bottom: 30px;
}

#heroA .mediahero .container a.button{
    margin-top: 20px;
}

#heroA .menu-hoofdmenu-container ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 20px;
    padding: 0;
    justify-content: center;
    margin: 0;
}

#heroA .menu-hoofdmenu-container ul li a{
    color: #09212B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#heroA .swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#heroA .swiper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#heroA .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container .searchbar{
    padding: 25px;
    background: white;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    margin-top: 20px;
    border-radius: 5px;
}

#heroA .rightside{
    position: absolute;
    top: 0;
    right: 8%;
    width: 40%;
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}

#heroA .rightside .splide__track{
    height: 100%;
}

#heroA .rightside .splide__pagination{
    display: none;
}

#heroA .rightside img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.container .searchbar form{
    height: 50px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.container .searchbar form input[type='text']{
    padding: 10px 20px 10px 50px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border: 1px solid #313233;
    height: 100%;
    border-radius: 3px;
    background-image: url('data:image/svg+xml,<svg fill="%23005e5d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d="M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 14px;
    width: 100%;
}

.container .searchbar form input[type='submit']{
    background: #005e5d;
    color: white;
    height: 100%;
    border-radius: 3px;
    padding: 0 30px;
    min-width: 170px;
    font-weight: 700;
}

#heroA .container .arrows{
    position: absolute;
    right: 0;
    top: 0;
}

#heroA .container .stukjetekst{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    color: black;
}

#heroA .mediahero .border{
    height: 1px;
    background: white;
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
}

#heroA .mediahero .container .herobutton{
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 60px;
}

#heroA .mediahero .container .herobutton i{
    background: #FFDA34;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;
}

#heroA .mediahero .container .herobutton i:before{
    position: absolute;
    bottom: 5px;
}

#heroA .mediahero .container p{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
        color: #000000;
}

#heroA .container .arrows > div:nth-child(2){
    margin-top: 30px;
}

#heroA .container .leftsection{
    flex: 0 0 600px;
}

#heroA .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 170px);
    object-fit: cover;
    object-position: bottom;
}

#heroA .patent .streep{
    background: linear-gradient(180deg, #007FFF, #BE57FF);
    width: 2px;
}

#heroA .wavevideo{
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#heroA .wavevideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroA .videooverlay{
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #0f0334e3;
}

#heroA .buttonsection{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
#heroA .mediahero .zonsectie{
    position: absolute;
    left: 7.5%;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 230px;
}

#heroA .mediahero .zonsectie .zon{
    width: 50px;
}

#heroA .mediahero .zonsectie .zontekst{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3A3A39;
}

#heroA .mediahero .teksthero h1{
    font-size: 100px;
    line-height: 97px;
    color: white!important;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}

#heroA .mediahero .teksthero h1 strong{
    font-style: normal!important;
}

#heroA .mediahero .teksthero h2{
    color: black;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: inherit;
    font-size: 70px;
    line-height: 88px;
}

#heroA .mediahero .teksthero h1 span{
    font-weight: 300;
    color: #80C959;
}

#hero form.postcodecheck{
    z-index: 1;
}

#heroA .mediahero .teksthero .groenekubuswrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: contents;
}

#heroA .mediahero .teksthero .groenekubus{
    background: #ae0018;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 50px;
    top: 20px;
}

#heroA .mediahero .postcodecheck{
    position: absolute;
    bottom: 60px;
    z-index: 1;

}

#heroA .mediahero .postcodecheck .velden{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#heroA .mediahero .postcodecheck .velden > div{
    background: white;
    padding: 20px;
    box-sizing: border-box;
    color: #7B7B7B;
    border-radius: 10px;
    padding-bottom: 15px;
}

#heroA .mediahero .postcodecheck .velden input{
    padding: 5px 0;
    outline: none!important;
}

#heroA .mediahero .postcodecheck .velden label{
    display: block;
    font-size: 20px;
}

#heroA .mediahero .postcodecheck h2{
    font-size: 43px;
    line-height: 55px;
}

#heroA .mediahero .postcodecheck h2, #heroA .mediahero .postcodecheck h3{
    color: black;
    text-align: center;
    margin: 0;
}

#heroA .mediahero .postcodecheck a.button{
    background: #FF8A15;
    width: 100%;
    justify-content: center;
    padding: 30px 15px;
    font-weight: 400;
    font-size: 26px;
}

body:not(.home) #heroA{
    margin-bottom: 220px;
}


#heroA .herobeeldmerk img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroA .mediahero{
    padding-top: 300px;
    padding-bottom: 60px;
    width: 100%;
    background: #fef6f4;
}

#heroA .mediahero .topoff{
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
}

#heroA .mediahero .topoff .topoffwrapper{
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

#heroA .mediahero .topoff .topoffwrapper:before{
    height: 280px;
    width: 120%;
    background: #ffffff5c;
    position: absolute;
    top: 0;
    content: '';
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;

}

#heroA .mediahero video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

#heroA .mediahero .rightsection{
    object-fit: contain;
    float: right;
    position: relative;
    right: 0;
    flex: 1;
}

#heroA .mediahero .rightsection .house{
    height: 100%;
    width: auto;
}

#heroA .mediahero .rightsection .vierkanten{
    position: absolute;
    right: -200px;
    bottom: 0;
    z-index: -1;
    height: 100%;
}

#heroA .mediahero .teksthero{
    box-sizing: border-box;
    z-index: 1;
    top: 0px;
    flex: 0 0 100%;
}

#heroA .mediahero .teksthero p{
    font-size: 20px;
    line-height: 30px;
}


@media only screen and (max-width: 1200px) {

    #heroA .mediahero{
        order: 2;
        padding-top: 470px;
    }

    #heroA h1{
        font-size: 45px;
        line-height: 45px;
    }

    #heroA h2{
        font-size: 40px;
        line-height: 40px;
    }

    #heroA .rightside{
        margin: 0 2.5%;
        width: 95%;
        height: 400px;
        padding: 0!important;
        top: 50px;
        left: 0;
    }

    #heroA .rightside img{
        width: 100%;
    }

    #heroA .illustratie{
        position: static;
        flex: 0 0 400px;
        order: 1;
        z-index: 1;
    }

    #heroA{
        display: flex;
        flex-direction: column;
    }

    #heroA .container .leftsection{
        flex: 0 0 100%;
    }

    #heroA .container{
        grid-template-columns: 1fr;
        display: block;
    }

    #heroA .container{
        row-gap: 20px;
    }

    #heroA .container .leftsection p{
        margin-top: 0;
    }

    body #heroA > .mediahero .teksthero h1{
        font-size: 38px;
        line-height: 48px;
    }

    body #heroA > .mediahero .teksthero h1 span{
        font-size: 38px;
        line-height: 48px;
    }
    #heroA .mediahero .teksthero .groenekubus{
        top: -85px;
    }

    #heroA .mediahero .postcodecheck .velden > div{
        padding: 10px 20px;
        padding-bottom: 5px;
    }

    #heroA .mediahero .postcodecheck a.button{
        padding: 12px 15px;
    }

    #heroA .mediahero .postcodecheck .velden label{
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
}
