.hp-field-validate { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.footer-widerruf-btn {
    display: inline-block;
    background-color: #721c24; /* Weinrot passend zur Kellerei */
    color: #ffffff !important;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 5px;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.footer-widerruf-btn:hover {
    background-color: #a81c1c; /* Helleres Rot beim Drüberfahren */
}