footer{
    overflow: hidden;
}

footer .mainfooter{
    background: #4B4B4D;
    color: white;
    padding-top: 60px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
}

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 a.button{
    color: white!important;
}

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: 39px;
}

footer .mainfooter .container .linkkolom .kolomsubtitel{
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    line-height: 20px;
}

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

footer .mainfooter .container .contactcol h3{
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    margin: 0;
    line-height: 20px;
}

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

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

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

footer .mainfooter .container .contactcol .socialicons a{
    color: white;
    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;
    color: white;
    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{
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 200;
}

footer .linkfooter{
    
    background: #F4F4F4;
}

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

footer .thingy h2{
    font-size: 140px;
    line-height: 140px;
    color: white;
    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: #F4F4F4;
}

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

#sub-footer .container p a{
    color: black;
    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;
}

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

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

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