@media (max-width: 768px) {
    html body {
        font-size: 14px; 
    }

    .fluentform .frm-fluent-form .fluentform-step .ff-el-group:not(.normal) .ff-el-form-check-label input[type="radio"]~span, .fluentform .frm-fluent-form .fluentform-step .ff-el-group:not(.normal) .ff-el-form-check-label input[type="checkbox"]~span, #question-wrapper .fluentform-step .ff-el-group:not(.normal) .ff-el-form-check-label input[type="radio"]~span, #question-wrapper .fluentform-step .ff-el-group:not(.normal) .ff-el-form-check-label input[type="checkbox"]~span {
        font-size: 16px;
    }
}


.job-locations {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.job-locations li {
    width: 100%;
    display: block; 
}
.job-locations li button { 
    width: 100%; 
}


.reset-filters {
    background: transparent;
    font-family: inherit;
    border: none;
    color: #fff; 
    font-size: .82rem; 
    position: relative; 
    cursor: pointer;
    padding: 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; 


}
.reset-filters img {
    width: 1rem; 
    height: 1rem; 
    object-fit: contain;
    margin-left: 10px; 
    display: block; 
}

.btn-next {
    background-color: #95c11f;
    border: #95c11f solid 0;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    transition: ease all 400ms;
    font-family: inherit; 
    text-transform: uppercase;

}
.btn-next:hover {
    background-color: #7aa017;
    border: #7aa017 solid 0;
    color: #ffffff;
    text-decoration: none;
}


.form-step .btn-next,
.form-step .btn-prev {
    width: 100%; 
}

.form-step .btn-prev {
    padding: 20px; 
    margin-top: 15px; 
}


.job-description {
    overflow: hidden;
}

.job-description:not(.expanded) {
    height: 150px; /* Initial eingeklappte Höhe */
    position: relative;
}

.job-description:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, #151e22); 
    pointer-events: none;
}
.job-description.no-toggle ~ .toggle-job-description {
    display: none; 
} 


.toggle-job-description {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
    font-family: inherit; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    padding: 20px; 
    margin-bottom: 60px; 
}


/* Factorial Stellnausschriebung Styles*/

.job-description h1, 
.job-description h2, 
.job-description h3, 
.job-description h4,
.job-description h5,
.job-description h6 {
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

.job-description h1 {
    font-size: 2.2rem;
}
.job-description h2 {
    font-size: 2rem;
}
.job-description h3 {
    font-size: 1.8rem;
}
.job-description h4 {
    font-size: 1.7rem;
}
.job-description h5 {
    font-size: 1.6rem;
}
.job-description h6 {
    font-size: 1.4*rem;
}