/* CleverReach */

/* ---------------------- */
/* Global Rules           */
/* ---------------------- */
* {
    box-sizing: border-box;
}

/* ---------------------- */
/* CleverReach Archive    */
/* ---------------------- */
#crArchive {
    margin-bottom: 20px;
    border: none;
    display: flex;
}

#crArchive .crArchiveItem {
    border: 1px solid rgba(64, 118, 119, 0.2);
    margin: 0 25px 25px 0;
    padding: 0 15px 15px 15px;
}

#crArchive .crArchiveItemDate,
#crArchive .crArchiveItemDescription {
    display: none;
}

#crArchive .crArchiveItemName {
    margin-bottom: 10px;
}

/* ---------------------- */
/* Body / Content         */
/* ---------------------- */
.cr_body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    padding: 20px;
    font-weight: 500;
}

.cr_body #editable_content {
    padding: 20px;
}

.cr_body .no-label {
    font-weight: 500;
}

.cr_body label,
.cr_body .label {
    float: none;
    clear: both;
    display: inline-block;
    width: auto;
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
    position: relative;
}

/* ---------------------- */
/* Headers                */
/* ---------------------- */
.cr_body h1,
.cr_header h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

.cr_body h2,
.cr_header h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.cr_header {
    color: #000000;
    text-align: center;
    background: transparent !important;
}

.cr_header img {
    max-width: 100%;
}

/* ---------------------- */
/* Horizontal Rule        */
/* ---------------------- */
.cr_hr {
    background-color: #ccc;
}

/* ---------------------- */
/* Form Errors / Notes    */
/* ---------------------- */
.clever_form_error {
    background-color: #f99;
    color: #000;
    border: 1px solid #f22 !important;
}

.clever_form_note {
    margin: 26px 0 0 3px;
    position: absolute;
    display: inline;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #f2ecb5;
    color: #000;
    font-size: 16px !important;
}

/* ---------------------- */
/* Input Elements          */
/* ---------------------- */
.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
    -moz-binding: none;
    -moz-box-sizing: border-box;
    background-color: -moz-field !important;
    border: 2px inset ThreeDFace !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    padding: 0 !important;
    width: 13px;
}

.cr_ipe_item input.cr_ipe_radio {
    -moz-appearance: radio;
    border-radius: 100% !important;
    margin: 3px 3px 0 5px;
}

.cr_ipe_item input {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 3px 0 10px 0;
}

.cr_ipe_item label {
    line-height: 150%;
    font-size: 16px;
}

.cr_ipe_item select {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 5px !important;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.cr_ipe_item textarea {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.cr_ipe_item.inactive {
    display: none;
}

.cr_ipe_item {
    margin: 0;
    padding: 0;
}

/* ---------------------- */
/* Form Flex Layout        */
/* ---------------------- */
.cr_form-flex {
    display: flex;
}

.cr_form-flex > .cr_form-inputgroup {
    flex-grow: 1;
    margin-right: 5px;
}

.cr_form-flex > .cr_form-inputgroup:last-child {
    margin-right: 0;
}

.cr_form-flex input {
    width: 100%;
    font-family: 'Lato', sans-serif;
}

/* ---------------------- */
/* Buttons                */
/* ---------------------- */
.cr_button,
.cr_button-small {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    width: auto;
    white-space: nowrap;
    height: 36px;
    margin: 5px 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 38px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    vertical-align: top;
}

.cr_button {
    background-color: var(--green1, #1a936f);
    color: #ffffff;
    margin-top: 15px;
}

.cr_button:hover,
.cr_button-small:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ---------------------- */
/* Captcha / Errors       */
/* ---------------------- */
.cr_captcha {
    padding-left: 130px;
}

.cr_error {
    font-size: 1.1em;
    padding: 12px;
}

/* ---------------------- */
/* Fonts / Typography     */
/* ---------------------- */
.cr_font {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding: 0 15px;
}

/* ---------------------- */
/* Responsive             */
/* ---------------------- */
.cr-mail-responsive,
.cr-mail-responsive * {
    box-sizing: unset;
}

/* ---------------------- */
/* Page Wrappers           */
/* ---------------------- */
.cr_page {
    width: 100% !important;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px 0;
}

.wrapper {
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: left;
    border-radius: 8px;
    padding: 20px 0;
}

/* ---------------------- */
/* Site / Links           */
/* ---------------------- */
.cr_site a {
    color: #0084ff;
}

.cr_site {
    margin: 0;
    padding: 75px 0 0 0;
    text-align: center;
    background-color: #eeeeee;
}

/* ---------------------- */
/* Editable Content        */
/* ---------------------- */
.editable-content {
    padding: 20px;
}

/* ---------------------- */
/* Imprint / Footer        */
/* ---------------------- */
.imprint {
    color: #000;
    font-size: 0.8em;
}

.powered {
    padding: 20px 0;
    width: 560px;
    margin: 0 auto;
}

/* ---------------------- */
/* Submit Container        */
/* ---------------------- */
.submit_container {
    text-align: center;
}