footer{
    overflow: hidden;
}

footer .mainfooter{
    background-color: #C02033;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

footer .splitter{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 3px;
}

footer .splitter:before{
    content: '';
    flex: 1;
    height: 2px;
    background: white;
}

footer .splitter:after{
    content: '';
    flex: 1;
    height: 2px;
    background: white;
}

footer .splitter i {
    font-size: 22px;
    color: white;
    flex: 0 0 22px;
}

footer .mainfooter .container{
    display: grid;
    justify-content: space-between;
    column-gap: 80px;
    grid: auto / auto 1fr 1fr 1fr;
}

footer .mainfooter .container .col1 .contactwidget{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 60px;
    row-gap: 20px;
}

footer .mainfooter .container .col1 .contactwidget img{
    height: 50px;
    width: auto;
    object-fit: contain;
}

footer .mainfooter .container .col1 .footerlogos{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

footer .mainfooter .container .col1 .footerlogos img{
    height: 60px;
}

footer .mainfooter .container .linkkolom .kolomsubtitel{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    display: block;
    margin-bottom: 15px;
}

footer .mainfooter .container .linkkolom a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

footer .mainfooter .contactknoppen .buttons{
    display: flex;
    gap: 10px;
}

footer .mainfooter .contactknoppen .buttons .button{
    background: white;

}

footer .mainfooter .contactknoppen .buttons .button.bel:before{
    content: '\f095';
}

footer .mainfooter .contactknoppen .buttons .button.mail:before{
    content: '\f0e0';
}

footer .mainfooter .container .linkkolom a:nth-child(n+3){
    margin-top: 5px;
}

footer .mainfooter .contactcol .button{
    background: white;
    margin-top: 15px;
}

footer .mainfooter .contactcol .button:before{
    content: '\f3c5';
}

footer .mainfooter .container h3{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    margin-bottom: 15px;
    color: white;
}

footer .mainfooter .container .leftside{
    width: 480px;
}

footer .mainfooter .container .contactcol .socialicons{
    margin-top: 20px;
}

footer .mainfooter .container .contactcol .socialicons a{
    
    font-size: 20px;
}

footer .mainfooter .container .leftside h3{
    color: #ADAEAF;
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

footer .mainfooter .container .leftside h3 strong{
    font-weight: normal;
    color: #F07D08;
}

footer .mainfooter .container .leftside h2{
    font-size: 90px;
    line-height: 90px;
    
    font-weight: 800;
    margin: 0;
}

footer .mainfooter .container .rightside{
    width: 250px;
}

footer .mainfooter .container .rightside .button{
    float: right;
}

footer .mainfooter .container .rightside img{
    margin-bottom: 60px;
}

footer .mainfooter .container .rightside .button:nth-child(n+2){
    margin-top: 20px;
}

footer .mainfooter .container .contactstuff a,
footer .mainfooter .container .contactstuff span{
    
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

footer .linkfooter{
    
    background: #F4F4F4;
}

footer .thingy{
    bottom: -48px;
    left: -40px;
    position: absolute;
}

footer .thingy h2{
    font-size: 140px;
    line-height: 140px;
    
    margin: 0;
    opacity: 0.2;
}

footer .linkfooter .gridwrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 80px;
    padding: 60px 0;
    border-bottom: 1px solid black;
}

footer .linkfooter .gridwrapper a{
    color: black;
    display: block;
    font-size: 20px;
}

footer .linkfooter .gridwrapper span.kolomsubtitel{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

#sub-footer{
    background: #212121;
}

#sub-footer .container p{
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: white;
}

#sub-footer .container p a{
    color: white;
    font-weight: bold;
}

.splide__pagination__page{
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 8px;
    opacity: 1!important;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}

.progressbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
}

.progressbar .graan{
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/charliens/assets/images/panhuis_graan.png');
    background-size: contain;
}

.progressbar .tractor{
    left: 0;
    bottom: 0px;
    position: fixed;
    width: 90px;
    height: auto;
}

@media only screen and (max-width: 1100px) {
    footer .mainfooter .container{
        grid: auto / 1fr 1fr;
        column-gap: 40px;
        row-gap: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    footer .mainfooter .container .leftside h2{
        font-size: 50px;
        line-height: 50px;
    }

    footer .mainfooter .container .leftside h3{
        font-size: 30px;
        line-height: 30px;
    }

    footer .mainfooter .container .leftside{
        width: 300px;
    }
}

@media only screen and (max-width: 600px) {
    footer .col1{
        grid-column: span 2;
    }

    footer .contactcol{
        grid-column: span 2;
    }

    footer .mainfooter .container .col1 .contactwidget{
        column-gap: 20px;
        justify-content: center;
    }

    footer .kolom{
        text-align: center;
        grid-column: span 2;
    }

    footer .mainfooter .container .col1 .footerlogos{
        justify-content: center;
    }

    footer .mainfooter .container .contactstuff a, footer .mainfooter .container .contactstuff span{
        justify-content: center;
    }

    footer .mainfooter .contactknoppen .buttons{
        justify-content: center;
    }
}