
.loadingoverlay .loadingwrapper{
    height: 300px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

.loadingoverlay .loadingwrapper .loadbar{
    width: 400px;
    height: 10px;
    border: 1px solid white;
    box-sizing: border-box;
    position: relative;
}

.loadingoverlay .loadingwrapper .innerloadbar{
    left: 0;
    height: 100%;
    width: 0px;
    background: #FF8A15;
    transition: 0.3s ease-in-out all;
}

#heroA::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 90%);
    top: 0;
    left: 0;
    z-index: 1;
}

#heroA .mediahero .teksthero h1{
    font-size: 66px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    color: white!important;
}

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

#heroA .buttonsection{
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #dfdfdf;
    z-index: 2;
    background: #eeeeee;
}


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


    #heroA .buttonsection {
        display: none;
    }


}

#heroA .buttonsection .container{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#heroA .buttonsection .container .singlebutton{
    flex: 0 0 25%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    font-size: 23px;
    font-weight: 300;
    display: -webkit-inline-box;
}


#heroA .buttonsection .container .singlebutton img {
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

#heroA .buttonsection .container .singlebutton:last-child{
    border-right: 0;
}

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

#heroA .herobeeldmerk{
    position: absolute;
    top: -00px;
    right: 0%;
    height: 100%;
    width: auto;
    max-width: none;
    z-index: 0;
    pointer-events: none;
}

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

#heroA .mediahero{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#heroA .mediahero img{
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: top;
}

#heroA .mediahero .teksthero{
    position: absolute;
    color: white;
    box-sizing: border-box;
    z-index: 1;
    top: 160px;
}

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

#heroA .mediahero .teksthero > *{
    margin: 0;
}

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

    #heroA .mediahero video{
        height: 600px;
    }

    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 img{
        height: 700px;
    }

    #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: 700px) {

    #heroA .mediahero .postcodecheck{
        max-width: 90%;
    }

    #heroA .mediahero .teksthero{
        max-width: 90%;
    }

    #heroA .mediahero .postcodecheck .velden{
        gap: 2%;
    }

    #heroA .mediahero .postcodecheck .velden > div{
        width: 49%;
    }

    #heroA .mediahero .postcodecheck .velden input{
        width: -webkit-fill-available;
    }

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

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

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