@media screen and (max-width: 1310px){
    .footer-sub-wrapper .col .footer-logo
    {
        margin-right: 0;
        margin-bottom: 100px;
    }

    .footer-sub-wrapper
    {
        display: block;
    }
}

@media screen and (max-width: 1250px){
    .sm-container{
        width: 80%;
    }

    .hero-header-txt
    {
        width: 100%;
    }

    
}

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

    .footer-wrapper
    {
        width: 100%;
    }

    .hero-header-txt
    {
        width: 100%;
        font-size: 45px;
    }

    .wrapper.contact-grid
    {
        grid-template-columns: 1fr 1fr;
    }

    .container .wrapper
    {
        width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .footer-sub-wrapper
    {
        padding: 60px 80px;
    }

    .footer-wrapper
    {
        width: 100%;
    }
}

@media screen and (max-width: 1000px){
    .voordelen-sub-wrapper .section-header .header
    {
        font-size: 40px;
    }
}

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


    .voordelen-sub-wrapper .section-header .header
    {
        width: 90vw;
    }

    .hero-header-txt{
        font-size: 35px;
    }

    h3.hero-description
    {
        font-size: 16px;
    }

    .sm-container
    {
        width: 100%;
    }
}

@media screen and (max-width: 850px){
    .footer-logo
    {
        width: 300px;
    }
}

@media screen and (max-width: 800px){
    .content-wrapper{
        width: 100%;
    }

    .grid-wrapper
    {
        grid-template-columns: 1fr;
    }

    .section-header .header
    {
        font-size: 35px;
    }

    .wrapper.voordelen
    {
        height: auto;
    }

    .col-sub-wrapper
    {
        grid-template-columns: 1fr 1fr;
    }

    .voordelen-sub-wrapper .section-header .header
    {
        font-size: 35px;
        /* width: 560px; */
    }

    h3.sm-header
    {
        font-size: 14px;
    }


    .col.info-container h1.header
    {
        font-size: 25px;
    }

    .wrapper.contact-grid
    {
        display: block;
    }

    .col.info-container
    {
        margin-bottom: 20px;
    }
    .navbar .nav-ul
    {
        display: none;
    }

}


@media screen and (min-width: 801px)
{
    .button-burger-btn{
        display: none;
    }
}


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

    .hero-header-txt
    {
        font-size: 30px;
    }

    .modulles-wrapper
    {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .voordelen-sub-wrapper .section-header .header
    {
        font-size: 30px;
    }

    .wrapper.voordelen{
        height: max-content;
    }

}

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


    .hero-header-txt, h2.container-header, .section-header .header, .voordelen-sub-wrapper .section-header .header,.col.info-container h1.header, .contact-form h1
    {
        font-size: 24px;
    }

    .col-sub-wrapper
    {
        grid-template-columns: 1fr;
    }

    h3.hero-description {
        font-size: 14px;
        line-height: 21px;
    }

    img.web-demo-img
    {
        width: 100%;
    }

    a.primary-btn, button.primary-btn
    {
        font-size: 14px;
    }


}


@media screen and (max-width: 510px){
    .footer-logo{
        width: 200px;
    }

    img.modulle-img
    {
        width: 45%;
    }

    .footer-sub-wrapper
    {
        padding: 40px;
    }

    .col-sub-wrapper .col{
        margin-bottom: 40px;
    }

    img.modulle-img {
        width: 18%;
    }

    .modulles-wrapper
    {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .container.modulles-section
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 450px)
{
    img.logo-badge
    {
        width: 100px;
    }

    .hero-header-txt, h2.container-header, .section-header .header, .voordelen-sub-wrapper .section-header .header, .col.info-container h1.header, .contact-form h1
    {
        font-size:  18px;
    }

    .list-item-wrapp
    {
        grid-template-columns: 1fr;
    }

    .sm-container
    {
        padding: 30px;
    }

    h2.container-header
    {
        margin-bottom: 20px;
    }

    .container
    {
        margin: 10px;
    }

    .container.mar-top-110{
        margin-top: 90px !important;
    }

    .container.hero-container
    {
        padding-top: 30px;
        padding: 30px;
        padding-bottom: 0;
    }

    .container.sm-box{
        margin-top: 40px;
    }

    .voordelen-sub-wrapper .section-header
    {
        margin-bottom: 40px;
    }

    h2.col-header
    {
        font-size: 18px;
    }

    .col.info-container p {
        color: white;
        font-size: 14px;
        line-height: 21px;
    }

    label.label {
        font-size: 14px;
    }

    form.contact-form
    {
        padding: 30px;
        font-size: 12px;
    }


    .col.info-container 
    {
        padding: 30px;
    }

    .nav-img {
        width: 130px;
    }

    li.col-li
    {
        font-size: 14px;
    }

    button.primary-btn.submit-btn
    {
        width: 100%;
    }

    p.footer-info {
        font-size: 14px;
    }
    

    a.footer-link
    {
        font-size: 14px;
    }

    p.sub-footer-text
    {
        font-size: 10px;
        line-height: 15px;
    }

    .sub-footer {
        padding-bottom: 20px;
        padding: 20px;
    }
    
}