
#imprint-modal .close {
    color: black;
    opacity: 1;
}

#imprint-modal {
    font-family: "Roboto";
    font-weight: normal;
}

#imprint-modal .modal-open {
    padding-right: 0px !important;
}

#imprint-modal .modal-content {
    border-radius: 0px;
    font-size: 10pt;
    font-weight: 500;
}

#imprint-modal th,
#imprint-modal td {
    font-size: 10pt;
    font-weight: normal;
}

#imprint-modal h1,
#imprint-modal .h1 {
    font-size: 15pt;
    font-weight: 500;
}

#imprint-modal h2,
#imprint-modal .h2 {
    font-size: 12pt;
    font-weight: 500;
}

#imprint-modal .wb-send-btn-secondary,
#imprint-modal .wb-send-btn-link {
    color: white;
    background-color: #7391B5;
    transition: background-color 0.4s;
}

#imprint-modal .wb-send-btn {
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: inherit;
    color: white;
}

#imprint-modal .btn-font,
#imprint-modal .wb-send-btn {
    font-family: 'Roboto';
    font-size: 10pt;
    font-weight: normal;
}

#imprint-modal .wb-send-btn {
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 0px;
    padding: 10px 20px;
}

#imprint-modal .wb-send-btn-default:focus,
#imprint-modal .wb-send-btn-link {
    color: white;
    background-color: #262626;
}

#imprint-modal .wb-send-btn-default,
#imprint-modal .wb-send-btn-link {
    color: white;
    background-color: #435973;
    transition: background-color 0.4s;
}
