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

/* Grundlayout */
.cr_site {
    margin: 0;
    padding: 75px 0 0 0;
    text-align: left;
    background-color: #eeeeee;
}

.cr_page {
    margin: 0 auto 10px auto;
    text-align: left;
    width: auto;
    max-width: 640px;
}

.wrapper {
    margin: 0 auto 10px auto;
    text-align: left;
}

/* Header */
.cr_header {
    text-align: center;
    color: #000;
}
.cr_header img {
    max-width: 100%;
}

/* Body */
.cr_body {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
    border-radius: 8px;
    line-height: 150%;
    background-color: #ffffff;
    color: #000000;
}

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

.cr_body #editable_content,
.editable-content {
    padding: 1.5em;
}

/* Buttons */
.cr_button {
    display: inline-block;
    height: 32px;
    margin: 5px 0;
    padding: 0 22px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    vertical-align: top;
    background-color: black;
    color: #ffffff;
}

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

/* Footer / Powered */
.powered {
    padding: 20px 0;
    width: 560px;
    margin: 0 auto;
}

/* Formularelemente */
.cr_ipe_item {
    margin: 0px 2px;
    padding: 0px;
}

.cr_ipe_item textarea,
.cr_ipe_item input,
.cr_ipe_item select {
    background: #ffffff;
    border-radius: var(--border-radius);
    border: 1px solid #ccc;
}

.cr_ipe_item textarea {
    /*font-size: 16px;*/
}

.cr_ipe_item input {
    /*padding: 12px;*/
}

.cr_ipe_item select {
    width: 100%;
    display: block;
    margin: 0;
    padding: 5px; /* korrigiert */
}

.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
    background-color: -moz-field !important;
    border: 2px inset ThreeDFace !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    width: 13px;
    padding: 0 !important;
}

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

.cr_ipe_item.inactive {
    display: none;
}

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

/* Fehler */
.cr_error {
    padding: 10px;
}

.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: var(--weight-medium);
    color: #000;
}

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

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

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

.cr_form-flex input {
    width: 100%;
}

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

.cr_site a {
    color: #0084ff;
}

.imprint {
    color: #000;
}

/* ----------------------------------------------- */
/* Angepasster Style: Links bündiges Newsletter-Formular */
/* ----------------------------------------------- */

.col .layout_form.cr_form,
.col .cr_page,
.col .formbox,
.col .cr_body {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
}

.col .wrapper {
    margin: 0 !important;
    text-align: left !important;
}

.col .cr_body #editable_content,
.col .editable_content {
    padding: 0 !important;
}

/* Checkboxen nebeneinander */
.cr_form-component--checkbox .cr_form-inputgroup {
    display: inline-block !important;
    margin-right: 1em !important;
}

/* Button linksbündig */
.submit_container {
    text-align: left !important;
}