#footer a[href*="vertrag-widerrufen"],
.footer-boxes a[href*="vertrag-widerrufen"] {
    display: inline-block !important;
    background-color: #e07b1a !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: background-color 0.2s ease-in-out !important;
    border: none !important;
    margin-top: 5px !important;
}

#footer a[href*="vertrag-widerrufen"]:hover,
.footer-boxes a[href*="vertrag-widerrufen"]:hover {
    background-color: #c9670f !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
