/**
 * @copyright Copyright (c) rexx systems GmbH
 *
 * @link https://www.rexx-systems.com
 *
 * This software is protected by copyright.
 *
 * It is not permitted to copy, present, send, lease and / or lend the website
 * or individual parts thereof without the consent of the copyright holder.
 *
 * Contravention of this law will result in proceedings under criminal
 * or civil law.
 *
 * All rights reserved.
 */

.footer {
    position: absolute;
    bottom: 0;
    background-color: #231f20;
    color: #fff;
    padding: 20px 50px;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .logo img {
    height: auto;
}

.footer .copyright {
    text-align: center;
}

.footer .social-icons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #7A7A7A;
    border-radius: 50%;
    margin-right: 10px;
}

.footer .social-icons img {
    height: 24px;
    width: 24px;
    padding: 8px;
}
