@import 'colors.css';

.distanceFooter {
    padding-bottom: 48px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--header-footer-grey-dark);
    color: var(--logo-salmon);
    padding: 1em 0.4em;
    z-index: 8;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content {
    display: flex;
    align-items: center;
    font-size: small;
}

.footer .rights p {
    margin: 0;
}

.footer .impressum a {
    color: var(--logo-grey-light);
    text-decoration: none;
    margin-left: 1em;
}