.tx_stellenangebote_salutation_switcher {
    padding: 2rem 0;
    background-size: cover;
    background-position: center;
}
.tx_stellenangebote_salutation_switcher .introtext {
    color: #606060;
    font-size: 16px;
}
#stellenangeboteSalutationswitcher input[type="radio"] {
    /* margin: 25px 0 0;*/
    margin: 1rem 0 2rem;
}
#stellenangeboteSalutationswitcher input[type="text"] {
    width: 100%;
    max-width: 300px;
    font-size: 15.5px;
    margin-bottom: 3rem;
    font-weight: 300;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    color: #606060;
    border: 0;
    height: 38px;
    padding: 0 1rem;
}
#stellenangeboteSalutationswitcher label {
    margin: 0 2rem 0 1rem;
    font-weight: 400;
    color: #666;
}
/*
#stellenangeboteSalutationswitcher .switcher {
    text-align: right;
    padding-right: 7rem;
}
 */
#stellenangeboteSalutationswitcher .stellenangebote_select {
    width: 100%;
    max-width: 200px;
    font-size: 15.5px;
    margin-bottom: 3rem;
}
#stellenangeboteSalutationswitcher .button-wrapper {
    position: relative;
    display: inline-flex;
}
#stellenangeboteSalutationswitcher i {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    pointer-events: none;
    z-index: 0;
}
#stellenangeboteSalutationswitcher input[type="submit"] {
    text-transform: none;
    border-radius: 10px;
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    transition: .25s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    padding: 0.75rem 5rem 0.75rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 12px;
}
@media(min-width:500px) {
    #stellenangeboteSalutationswitcher input[type="submit"] {
        font-size: 15.5px;
    }
}
#stellenangeboteSalutationswitcher .btn-wrapper:hover {
    transform: scale(1.1);
}
#stellenangeboteSalutationswitcher .usagetext {
    display: block;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 15px;
    max-width: 345px;
    color: #606060;
}
#stellenangeboteSalutationswitcher .info-message {
    color: #e30813;
    display: none;
}
.header-wrap .nmt .red {
    color: #e30813;
}
