footer{
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .width-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#footer-logo {
    height: 2rem;
}

#person-container{
    display: flex;
    justify-content: space-between;
    /* Philipp Schnabel */

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;

    color: #000000;

    display: flex;
    align-items: center;
}

footer a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #000000;
}

#link-container{
    width: 50%;
}

@media only screen and (min-width: 85rem){
    footer .width-container {
        width: 85rem;
    }
    footer{
        height: 8rem;
    }

    footer a, #person-container{
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }

    #person-container{
        height: 2rem;
    }

    #footer-logo{
        height: 6rem;
    }
}