.fussbereich-tcm {
    background: linear-gradient(180deg, #ecece5 0%, #e4e4dc 100%);
    color: #333333;
    padding: 80px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.fussbereich-tcm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(83, 127, 34, 0) 0%, rgba(83, 127, 34, 0.55) 50%, rgba(83, 127, 34, 0) 100%);
}

.fussbereich-tcm h3 {
    color: #111111;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footerlogo-tcm img {
    width: 150px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footerliste-tcm {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerliste-tcm li {
    margin-bottom: 0.7rem;
}

.footerliste-tcm a,
.footerkontakt-tcm a,
.footerdesign-tcm a {
    color: rgba(17, 17, 17, 0.82);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footerliste-tcm a:hover,
.footerkontakt-tcm a:hover,
.footerdesign-tcm a:hover {
    color: #537f22;
}

.footerliste-tcm a {
    display: inline-block;
}

.footerliste-tcm a:hover {
    transform: translateX(4px);
}

.footerkontakt-tcm {
    display: grid;
    gap: 0.6rem;
}

.footerkontakt-tcm span,
.footerkontakt-tcm a {
    color: rgba(17, 17, 17, 0.82);
}

.footerunten-tcm {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footerunten-tcm p {
    margin: 0;
    color: rgba(17, 17, 17, 0.72);
}

.footerdesign-tcm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    color: rgba(17, 17, 17, 0.72);
    text-align: right;
    width: 100%;
}

.footerdesign-tcm span {
    color: rgba(17, 17, 17, 0.72);
}

.footerdesign-tcm a {
    font-weight: 700;
    color: #333333;
}

.footer-animation-tcm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

.js-footer-animation-aktiv-tcm .footer-animation-tcm {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}

.js-footer-animation-aktiv-tcm .footer-animation-tcm.footer-sichtbar-tcm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.footer-verzoegerung-1-tcm {
    transition-delay: 0s;
}

.footer-verzoegerung-2-tcm {
    transition-delay: 0.08s;
}

.footer-verzoegerung-3-tcm {
    transition-delay: 0.16s;
}

.footer-verzoegerung-4-tcm {
    transition-delay: 0.24s;
}

.footer-verzoegerung-5-tcm {
    transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .footer-animation-tcm,
    .js-footer-animation-aktiv-tcm .footer-animation-tcm,
    .js-footer-animation-aktiv-tcm .footer-animation-tcm.footer-sichtbar-tcm {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .fussbereich-tcm {
        padding: 65px 0 25px;
    }

    .footerdesign-tcm {
        justify-content: flex-start;
        text-align: left;
    }

    .footerliste-tcm a:hover {
        transform: none;
    }
}