footer{
    overflow: hidden;
    background: #15388d;
}

footer .firstpart{
    background: white;
}

footer .container.contactblokken{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
    
}

footer .container.contactblokken a.contactblok{
    background: #15388d;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    padding: 40px;
}


footer .container.contactblokken .rightsection h3{
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'FatFrank', sans-serif;
    letter-spacing: 1.3px;
}

footer .container.contactblokken .rightsection p{
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}

footer .container.contactblokken .rightsection span{
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
}

footer .container.contactblokken .rightsection span::after{
    content: '\f054';
    bottom: 20px;
    left: 20px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    width: 26px;
    height: 26px;
    color: #ffffff;
    background: #eb5c1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: -2px;
}

footer .socialicons a {
    margin-left: 0 !important;
}

.socialicons a {
    color: white;
    background: #eb5c1d;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 24px;
}

footer .socialicons {
    display: flex;
    gap: 15px;
}

footer .mainfooter{
    color: white;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}

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 .kolomcontainer{
    display: grid;
    justify-content: space-between;
    column-gap: 80px;
    grid: auto / auto 1fr 1fr 1fr auto;
    padding-top: 40px;
}

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

footer .mainfooter .kolomcontainer .col1 .contactwidget img{
    height: 100px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

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

footer .mainfooter .kolomcontainer .col1 .footerlogos img{
    height: 39px;
}

footer .mainfooter .kolomcontainer .kolomsubtitel{
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer .mainfooter .kolomcontainer .linkkolom a{
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 34px;
    color: white;
    display: flex;
    justify-content: space-between;
}

footer .mainfooter .kolomcontainer .linkkolom a::after {
    content: '\f061';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    position: relative;
    top: 9px;
    color: #eb5c1d;
}

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

footer .mainfooter .kolomcontainer .contactcol h3{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

footer .mainfooter .kolomcontainer .contactcol .contactstuff{
    margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

footer .mainfooter .kolomcontainer .contactstuff a,
footer .mainfooter .kolomcontainer .contactstuff span,
footer .mainfooter .kolomcontainer .contactstuff span p{
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
}

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

footer .linkfooter .gridwrapper a{
    color: #15388d;
    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 .container{
    border-top: 1px solid #ebebeb;
}

#sub-footer .container p{
    color: white;
    text-align: center;
}

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

#sub-footer .kolomcontainer p{
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #15388d;
}

#sub-footer .kolomcontainer p a{
    color: #15388d;
    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 .kolomcontainer{
        grid: auto / 1fr 1fr;
        column-gap: 40px;
        row-gap: 40px;
    }
}

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

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

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

    footer .container.contactblokken{
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

    footer .mainfooter .kolomcontainer .linkkolom a{
        display: block;
    }

    footer .mainfooter .kolomcontainer .linkkolom a:after{
        display: none;
    }

    footer .socialicons{
        justify-content: center;
    }

    footer .container.contactblokken .rightsection span{
        font-size: 20px;
        line-height: 22px;
    }

    footer .container.contactblokken a.contactblok{
        padding: 30px;
    }
}