/*
 * MatthiesDigitalSuite 1.0.13
 * Der von JTL-Shop bereitgestellte Online-Widerruf bleibt als eigener
 * Footer-Button sichtbar. Die Widerrufsbelehrung im Linkbereich ist davon
 * unabhängig und wird weiterhin separat ausgegeben.
 */

#footer .withdrawal-link-wrapper {
    align-items: center;
    display: flex !important;
    justify-content: center;
    margin: 1.25rem auto 0;
    max-width: 1280px;
    padding: 0 1rem;
    width: 100%;
}

#footer .withdrawal-link-wrapper a,
#footer .withdrawal-link-wrapper .btn {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 14px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: .72rem 1.15rem;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

#footer .withdrawal-link-wrapper a:hover,
#footer .withdrawal-link-wrapper a:focus-visible,
#footer .withdrawal-link-wrapper .btn:hover,
#footer .withdrawal-link-wrapper .btn:focus-visible {
    background: rgba(30, 108, 255, .22);
    border-color: #66e3de;
    color: #fff !important;
}

