/*
 * Copyright (c) 2022.
 * Author Peter Placzek (tada5hi)
 * For the full copyright and license information,
 * view the LICENSE file that was distributed with this source code.
 */

.page-footer {
    /*
    position: fixed;
    width: 100%;
    bottom: 0px;
    left:0px;
    display:flex;
    align-items: center;
    justify-content: center;
     */
    height: 34px;
    background-color: #ececec;
    box-shadow: 0px 1px 0px 0px #e0e0e0 inset;
    padding: 10px 0px 4px 0px;
    text-align: center;
    color: #aeb2b7;
}

.page-footer .copyright {
    flex: none;
}

.page-footer .copyright a {
    flex: none;
    text-decoration: none;
    color:#FF5B5B;
}

@media (max-width: 768px) {
    .page-footer {
        display: none;
    }
}
