/* =========================================================
   ST FORSTBEDARF – FOOTER
   ========================================================= */

.st-footer {
    background: #202020;
    color: rgba(255, 255, 255, 0.82);
}

.st-footer__inner {
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.st-footer__company {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.st-footer__company strong {
    color: var(--st-white);
}

.st-footer__menu ul {
    margin: 0;
    padding: 0;

    display: flex;
    gap: 22px;

    list-style: none;
}

.st-footer__menu a {
    color: var(--st-white);

    text-decoration: none;
}

.st-footer__menu a:hover,
.st-footer__menu a:focus {
    color: var(--st-orange);
}