/* Parsley */
.parsley-error {
    border: 1px solid #f00 !important;
}

.parsley-errors-list {
    color: #f00;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

#wrapper {
    padding: 20px;
}
h1.jobabo-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
h1 {
    padding-left: 15px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    color: #3684BD;
}
p {
    padding-left: 15px;
}
#jobabo-unsubscribe p {
    padding-left: 0;
}
#subscription-wrapper {
    width: 100%;
}
.jobabo_button {
    text-align: right;
    margin-top: 20px;
}
#abo input, #jobabo-submit-button input, .success-close-button {
    background: #3684BD;
    border-radius: 2px;
    border: none;
    padding: 6px 30px 7px;
    color: #fff;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
    margin-right: 15px;
}
#abo input:hover, #jobabo-submit-button input:hover, .success-close-button:hover {
    background: #005CA9
}
#step-2 #jobabo-submit-button input:hover, .jobabo_button input:hover {
    background: #005CA9;
}
input.searchfield {
    width: 100%;
    margin: 20px 0 15px 0;
}
#content-2 {
    padding: 2px;
}
.ui.form input:not([type]), input#email{
    cursor: text;
    font-size: 15px;
    line-height: 21px;
    font-family: 'DIN Next LT W01 Light', sans-serif;
    color: #005CA9 !important;
    border-radius: 0;
}
/* Datenschutzhinweis */

#abo input[disabled] {
    opacity: 0.2;
}

#opt-in {
    position: relative;
    margin: 40px 0 20px 15px;
}

#single-opt-in {
    position: absolute;
    top: 0;
    left: 0;
}

#label-single-opt-in {
    vertical-align: top;
    font-size: 12px;
    line-height: 19px;
    color: #888;
    position: relative;
    left: 30px;
    top: -5px;
    width: 90%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ui-corner-all input[type='checkbox'] + span::after {
    width: 15px;
    height: 15px;
}

#step-2 #jobabo-submit-button input{
    margin-top: 40px;
    margin-left: 15px;
}
footer {
    width: 100%;
    margin: 0;
}
.oh-outer-dialog-frame {
    padding: 15px;
}
@media screen and (max-width: 600px) {
 #wrapper {
     padding: 0;
 }
    form {
        margin-top: 0;
        margin-bottom: 0;
    }
}
