/**
 * JobAbo.
 */
#wrapper {
    padding: 30px;
    font-family: 'Fira Sans', sans-serif !important;
    color: #000 !important;
    font-size: 14px;
}
h1 {
    font-size: 28px;
    margin: 10px 0;
    font-family: 'Fira Sans', sans-serif !important;
}
article.filter {
    margin-top: 20px;
}
#stichwort:focus {
    height: 20px !important;
}
input[type=text]:not(.browser-default) {
    height: 20px !important;
    width: 98% !important;
}
.row .col.s12 {
    max-width: 99% !important;
}
input#stichwort, #stichwort:focus {
    background-color: transparent;
    border: 1px solid #384194 !important;
    border-radius: 3px !important;
}
.row.preselected.desktop {
    margin-top: 20px;
}

/**
 * Buttons.
 */

#jobabo-close-button {
    margin-top: 1em;
}
#step-2 .ui.primary.button {
    margin-top: 20px;
}

/**
 * Multi select.
 */
.ui-multiselect span.ui-icon {
    right: 12px;
}

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

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


/**
 * DSGVO
 */
#opt-in {
    position: relative;
    margin-bottom: 20px;
}

#single-opt-in {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    height:15px;
    width:15px;
    border: 1px solid #3f4a75;
    top: 2px;
    left: 0;
}
#single-opt-in:checked {
    background: #3f4a75;
}

#label-single-opt-in {
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    position: relative;
    width: 90%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:pointer;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    top: 5px;
    border: 1px solid #384194;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #384194;
    border: 1px solid #384194;
    top: 5px;
}

button.jobabo-subscribe-button:disabled {
    opacity: .45 !important;
}
button.jobabo-subscribe-button, .jobabo-submit-button, .jobabo-close-button {
    transition: all 0.2s ease;
    background: #384194;
    border: 1px solid #384194;
    border-radius: 3px;
    color: #fff;
    padding: 5px 25px;
    font-family: 'Fira Sans', sans-serif !important;
}
.jobabo-submit-button {
    margin-top: 20px;
}

.button.jobabo-subscribe-button:hover, .jobabo-submit-button:hover, .jobabo-close-button:hover {
    background-color: transparent !important;
    color: #384194 !important;
}