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

.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;
}

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

.cr_body #editable_content {
    padding: 20px;
}

.editable-content {
    padding: 20px
}

.cr_button {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    height: 32px;
    margin: 5px 5px 0 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
}

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

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

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

.cr_ipe_item textarea {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.cr_ipe_item input {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.cr_ipe_item input[type='email'],
.cr_ipe_item input[type='text'] {
    width: 100%;
}

.cr_ipe_item select {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    margin: 0;
    width: 100%;
    font-size: 16px;
}

.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% 100% 100% 100% !important;
    margin: 3px 3px 0 5px;
}

.cr_ipe_item {
    margin: 0 10px;
    padding: 0 10px;
    width: 100%;
}

.submit_container {
    text-align: center
}

.cr_ipe_item.inactive {
    display: none;
}

.imprint {
    font-size: 0.8em;
}

.cr_captcha {
    padding-left: 130px;
}

.cr_error {
    font-size: 1.1em;
    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: bold;
    background-color: #f2ecb5;
    color: #000;
    font-size: 12px !important;
}

.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%;
}

.cr_form,
.cr_form .submit_container {
    text-align: center !important;
    margin: 5% 0;
}

.cr_form a {
    border: none;
}

.cr_form .cr_page img {
    display: inline;
}

.cr_font .submit_container {
    margin-top: 3%;
}

.cr_form .cr_header_text,
.cr_form .cr_ipe_item.ui-sortable {
    text-align: left;
    margin-bottom: 3%;
}

.cr_form .cr_header_text,
.cr_form .cr_ipe_item.ui-sortable iframe {
    height: 30px;
}

.cr_form .cr_header_text,
.cr_form .cr_ipe_item.ui-sortable.musthave iframe {
    height: auto;
}

.cr_form input[type='text'] {
    width: 10% !important;
    display: inline;
}

.cr_form .cr_ipe_item[rel='recaptcha'] {
    margin-top: 3%;
}

.cr_form .cr_ipe_item[rel='recaptcha'] br {
    display: none;
}

.cr_form .cr_ipe_item[rel='email'] input[type='text'],
.cr_form .cr_ipe_item[rel='text'] input[type='text'],
.cr_form textarea,
.cr_form select {
    width: 100% !important;
}

.cr_form .cr_ipe_item[rel='radio'] input[type='radio'] {
    height: auto;
}

.cr_form a:not(.btn) {
    border: none;
}