.col-4 {
    width: 33.333333333333333333333%;
}

.buttoncollapse {
    background-color: var(--c-main);
    color: white;
    min-height: 56px;
}

.benefit {
    width: 22%;
    /*border: 2px solid var(--c-mint);*/
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 16.5rem;
    margin-right: calc(.5 * var(--bs-gutter-x));
    margin-left: calc(.5 * var(--bs-gutter-x));
}

.benefit .benefitText {
    display: none;
    vertical-align: middle;
    cursor: default;
    padding: 1rem;
}

.benefit h4 {
    font-size: 1rem !important;
}

.preview {
    display: block;
    margin: auto;
    height: 100%;
}

.videoDiv {
    width: 98.5%;
}

.marginForBorder {
    margin-right: calc(.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(.5 * var(--bs-gutter-x)) !important;
}

#socials img {
    width: 3rem;
    margin: 0 1rem;
}

.preview div:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.preview>div {
    height: 50%;
}

#openJobs>div {
    border: 1px solid var(--c-sub2);
    padding: 1.5rem;
}

.bg-systeam {
    background: var(--c-main);
    color: white;
}

.bg-systeam2 {
    background: var(--c-sub2);
    /* color: var(--c-systeam); */
}

.jobs {
    background-color: white;
    width: 95%;
}

div#applicationSteps>div {
    width: 23%;
    min-height: 23rem;
    border: 2px solid var(--c-sub2);
    padding: 0.5rem;
    text-align: center;
}

.hover:hover {
    background-color: #d5eff2;
}

.btn.bg-systeam:hover {
    background: rgba(0, 58, 105, 0.5);
    color: white;
}


.hersteller_btn {
    color: var(--c-systeam) !important;
}

.hersteller_btn:focus,
.hersteller_btn:hover {
    color: white !important;
}

#ncContent h1 {
    text-transform: none;
}


#footer-wrapper_ausb {
    margin-top: 0px;
    background-color: var(--c-color);
    color: white;
}

.txt_contact {
    padding-left: 25px;
}

#contact_row a {
    font-weight: 400;
}

.hiddenSelect {
    display: none;
}

form>div {
    width: 48%;
}

input[type=file] {
    width: 48%;
    display: inline-block;
}

.form-label {
    display: block;
}

.hiddenFile {
    display: none;
}

input[type=file]+span {
    margin-left: 1.5rem;
}

#datenschutz {
    text-decoration: underline;
}

.b-systeam2 {
    border: 1px solid var(--c-sub2);
}

a.systeam3 {
    color: var(--c-sub3);
}

a.systeam3:hover {
    color: var(--c-sub3);
}

#openAppr>div {
    border: 1px solid #d5eff2;
    padding: 1.5rem;
}

.icons {
    width: 68px;
    height: 65px;
}

.box {
    border: 1px solid #d5eff2;
}


#main .mintBorderBtm a {
    color: var(--c-sub3);
}

#main p a {
    color: var(--c-sub3) !important;
}

#main .mintBorderBtm a:hover {
    color: var(--c-sub3);
}

#main #openJobs a,
#main #openAppr a {
    color: var(--c-main);
}

#applicationSteps {
    word-wrap: break-word;
}

/* Für Chrome, Safari, Edge und Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Für Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.aus_div {
    background-color: var(--c-main);
}

.aus_div img {
    height: 100%;
    width: 100%;
}

.ausbild {
    padding-left: 2rem;
}

/* .ausbild li::marker {
    content: none;
}

.ausbild li:before {
    content: "\2022";
    font-weight: bold;
    color: var(--c-systeam);
    padding-right: 15px;
} */


.border-main {
    border-color: var(--c-main) !important;
}

@media (max-width: 599px) {
    div#applicationSteps>div {
        width: 100%;
    }

    .benefit {
        width: 45%;
    }

    form>div {
        width: 100%;
    }

    input[type=file] {
        width: 100%;
    }

    input[type=file]+span {
        margin: 0.5rem auto 0 auto;
        display: block;
        text-align: center;
    }

    #job {
        width: 100%;
    }

    #content {
        margin-top: 72px;
    }

    .benefit .benefitText {
        font-size: 1rem;
    }

}

@media (max-width: 992px) {
    .benefit {
        width: 44%;
        height: 19rem;
    }

    .kerstin {
        padding-bottom: 12px;
    }
}

@media (min-width: 600px) and (max-width: 992px) {

    div#applicationSteps>div {
        width: 45%;
    }

    #job {
        width: 48%;
    }

    #content {
        margin-top: 77px;
    }

    .txt_contact {
        padding-left: 50px;
    }

}

@media (min-width: 992px) {
    #job {
        width: 48%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aus_div img {
        padding-left: 2rem;
    }
}