footer#footline_mobile {
    display: none;
}
footer#footline_mobile_anschluss {
    display: none;
}
footer#footline_desktop {
    bottom: 0%;
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-family: Verdana;
}
footer#footline_desktop a {
    color: white;
}
footer#footline_desktop a:hover {
    color: rgb(211, 57, 57);
}
footer#footline_mobile {
    display: none;
}

@media (max-width: 450px) {
    footer#footline_desktop {
        display: none;
    }
    footer#footline_mobile {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0%;
        z-index: 10;
        text-align: center;
        font-family: Verdana;

    }
    footer#footline_mobile a {
        color: rgb(255, 255, 255);
    }
    footer#footline_mobile a:hover {
        color: rgb(211, 57, 57);
    }
    footer#footline_mobile_anschluss {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0%;
        z-index: 10;
        text-align: center;
        font-family: Verdana;

    }
    footer#footline_mobile_anschluss a {
        color: rgb(255, 255, 255);
    }
    footer#footline_mobile_anschluss a:hover {
        color: rgb(211, 57, 57);
    }

}