/*==============================
Slate Forms
================================ */
div[style].form_question.form_header {
    font-weight: bold;
    padding: 4px 5px;
    margin-top: 1rem;
    border-bottom: 1px solid black;
    float: none !important;
    width: 100% !important;
}
div[style].form_header .form_label {
    background: none;
}
div[style].form_question.form_text .form_label,
div[style] legend,
div[style].form_question.form_select {
    font-size: .875rem;
    font-weight: bold;
    color: #5a5a5a;
}
div[style].form_question.form_birthdate .form_responses {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
div[style].form_question.form_birthdate select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: inherit !important;
    flex-grow: 1;
    flex-basis: auto;
    outline: 0;
    box-shadow: none;
    background: #fff url('https://www.faktorzehn.org/de/wp-content/uploads/sites/2/2012/02/f10-org-new_3_6_0-arrowdown.gif') 90% 12px no-repeat;
    width: 30% !important;
    margin-right: 10px;
    padding: inherit !important;
    height: 40px;
    line-height: 2rem;
    padding-left: 15px !important;
}
div[style].form_question.form_birthdate select:last-of-type {
    margin-right: unset;
}
div[style].form_question.form_select select, div[style].form_question.form_address select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: inherit !important;
    flex-grow: 1;
    flex-basis: auto;
    outline: 0;
    box-shadow: none;
    background: #fff url('https://www.faktorzehn.org/de/wp-content/uploads/sites/2/2012/02/f10-org-new_3_6_0-arrowdown.gif') 98% 12px no-repeat;
    margin-right: 10px;
    padding: inherit !important;
    height: 40px;
    line-height: 2rem;
    padding-left: 15px !important;
}
div[style].form_question.form_text, div[style].form_question.form_p {
    float: inherit;
    width: 100% !important;
}
div[style].form_question.form_p {
    /*! background-color: yellow; */
    padding: 10px;
    /*! margin-left: 1px; */
}
div[style].form_question.form_p hr {
    height: 0 !important;
    padding: 0 !important;
}
hr:first-child {
    margin-top: 0;
}
.form_page {
    margin-top: 2rem;
}
div[style].form_question.form_address .form_responses {
    margin-top: 1rem;
}
div[style].form_question.form_address .form_responses label {
    margin-top: .5rem;
    font-size: .875rem;
    font-weight: bold;
    color: #5a5a5a;
}
div[style].form_question.form-checkbox,
div[style].form_question.form_p {
    font-size: .875rem;
}
div[style] legend p{
    font-weight: normal;
}
div[style].form_question.form_text, div[style].form_question.form_p {
    float: inherit;
    width: 100% !important;
}
div[style].form_page input[type="password"],
div[style].form_page input[type="text"],
div[style].form_page input[type="email"],
div[style].form_page input[type="tel"],
div[style].form_page input:not([type]),
div[style].form_page select,
div[style].form_page textarea {
    box-sizing: border-box;
    max-width: 100%;
    padding: 20px;
    font-size: 1rem;
    height: 20px;
    width: 100% !important;;
    min-width: 100% !important;;
    float: inherit;
    border: 1px solid #c1c1c1;
    margin-left: 0 !important;
}
#middle #content .sanatized p {
    margin-bottom: 10px;
    margin: 0 !important;
}
.landing-page-flex-parent .flex-item:first-child {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
button.default {
    margin-top: 1.5rem;
}

.slate-container {
    background-color: #eaeaea;
    padding: 20px;
}