#footer{
    z-index: 35;
    /*display: flex;*/
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: black;
    font-family: "Buderus Catalog Medium", sans-serif;
}
.footer_link{
    width: 200px;
    text-align: center;
    color: white;
    float: left;
}
.footer_link:hover{
    background-color: #111;
    cursor: pointer;
}
#footer .footer_link:nth-child(1){
    margin-left: 30px;
}