footer * {
    font-size: 0.9375rem !important;
}

footer .h3 {
    white-space: nowrap;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

footer .logo {
    height: auto;
    margin-top: -1px;
    width: 112px;
}

footer p {
    font-size: 1rem;
    line-height: 1.2;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #1A1A17;
    text-decoration: underline;
    transition: all 0.5s ease-out;
}

footer .small *,
footer .small {
    font-size: 1rem !important;
}

footer .verysmall *,
footer .verysmall {
    font-size: 0.875rem !important;
}

footer .inhalt-black *,
footer .inhalt-black {
    font-size: 1.125rem !important;
    color: #1A1A17 !important;
}

footer .list__horizontal {
    padding: 0;
}

footer .legal__footer .footer__social i {
    font-size: 1.25rem !important;
    color: #1A1A17 !important;
}

footer .legal__footer .copy {
    font-size: 0.8125rem !important;
    line-height: 1.0625rem !important;
    color: #1A1A17 !important;
}

footer .legal__footer a:hover {
    color: #20514B !important;
    transition: all 0.5s ease-out;
}


footer .list__horizontal li {
    margin-right: 20px;
    line-height: 1;
}

footer .custommenuimage {
    height: 22px;
    width: auto;
    margin-top: -3px;
}

footer .footer__overlay {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

footer .footer__imagebar--content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #fff;
    padding: 12px 22px;
    font-size: 2.5rem !important; 
    line-height: 2.625rem !important;
    pointer-events: none;
}

#totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    top: auto;
    cursor: pointer;
    background: rgba(26, 26, 23, 0.8);
    color: #fff;
    width:3rem;
    height:3rem;
    border-radius: 1.5rem;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}

#totop:hover {
    background: rgba(26, 26, 23, 1);
    transition: all 0.3s ease-out;
}

#totop i {
    display: block;
    line-height: 3rem;
    text-align: center;
    color: #fff;
}

footer .payment__image {
    height: auto;
    width: 250px;
}

footer .logo-verlagseite {
    width: 65px !important;
}

footer .logo-verlagseite.olivia-logo {
    width: auto !important;
    height: 30px;
}


@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    footer .list__horizontal li {
        float: none;
    }

    footer .footer__imagebar--content {
        top: 40%;
        font-size: 1.875rem !important;
        line-height: 2rem !important;
    }

    footer .logo-verlagseite {
        width: 60px !important;
    }

}

@media (max-width: 767.98px) {
    footer .footer__imagebar--content {
        top: 44%;
        padding: 10px 22px;
        font-size: 1.5rem !important;
        line-height: 1.625rem !important; 
    }

    footer .logo-verlagseite.olivia-logo {
        width: auto !important;
        height: 20px;
    }
}

@media (max-width: 575.98px) {}