.diemayrei-widerruf-footer {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 10px;
}
.diemayrei-widerruf-button {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #222;
    background: #222;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
}
.diemayrei-widerruf-button:hover {
    background: #444;
    text-decoration: none;
}
.diemayrei-widerruf-form .field { margin-bottom: 16px; }
.diemayrei-widerruf-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.diemayrei-widerruf-form input,
.diemayrei-widerruf-form select,
.diemayrei-widerruf-form textarea { width: 100%; max-width: 640px; }
.diemayrei-widerruf-form .required-note { margin-bottom: 20px; color: #666; }
