.ccf_copyright_wrapper {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

input[name="ccf_sendcopytome"] {
    pointer-events: none;
}

.widerruf-footer-btn {
    background-color: #EA0000;
    color: #ffffff !important;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.widerruf-footer-btn:hover {
    background-color: #c00000;
    color: #ffffff !important;
}
footer.footer .container-fluid > hr {
    display: none !important;
}

footer.footer .container-fluid {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

footer.footer .container-fluid > div.custom,
footer.footer .container-fluid > p {
    margin: 0 !important;
}

footer.footer .container-fluid > p.pull-right {
    order: 2;
    margin-left: auto !important;
}

footer.footer .container-fluid > div.custom {
    order: 0;
}

footer.footer .container-fluid > p:not(.pull-right) {
    order: 1;
}