#heroA{
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroA .heroslider img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 10px;
} 

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

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

#heroA .custom-logo-link{
    display: block;
}

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

#heroA h1{
    color: #C02033;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 160px;
    font-size: 160px;
    pointer-events: none;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

#heroA h1 span{
    -webkit-text-stroke: 2px #C02033;
    color: rgba(0, 0, 0, 0);
}

#heroA h2{
    margin: 0;
    color: #C02033;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
}

#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 .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;
    width: 555px;
    color: white;
}

#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{
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#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;
    }
    #heroA .illustratie{
        position: static;
        flex: 0 0 400px;
        order: 1;
        z-index: 1;
    }

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

    #heroA .container{
        justify-content: center;
    }

    #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 h2{
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
    }

    #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;
    }
}

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

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

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

    #heroA .heroslider img{
        height: 400px;
    }

    #heroA .custom-logo-link img{
        width: 300px;
    }
}