.recruitment-body {
    margin: 50px 0;
}

.recruitment-headline {
    font-size: 36px;
    font-family: "din-condensed", sans-serif;
    line-height: 38px;
    color: #AC2641;
}

.recruitment-card-text {
    font-size: 20px;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
    line-height: 30px;
}

.recruitment-divide {
    margin-top: 36px;
    margin-bottom: 36px;
}

.recruitment-content {
    margin-bottom: 75px;
}

.recruitment-header-img {
    background-image: url('../images/content-background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}

.img-section-container {
    /* full height - header - img padding - sticky footer */
    min-height: calc(100vh - 290px - 47px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recruitment-header-img h1 {
    color: #fcb316;
    font-size: 40px;
    line-height: 65%;
}

.recruitment-header-img h2 {
    border-bottom: 5px solid #fcb316;
    display: inline-block;
    font-size: 40px;
}

.recruitment-header-img h3 {
    font-size: 32px;
    line-height: 90%;
}

.img-top-section {
    font-family: "din-condensed", sans-serif;
}

.img-bottom-section {
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.top-section-bottom {
    margin-top: 20px;
}

@media screen and (max-width: 450px) {
    .recruitment-header-img {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .recruitment-header-img h1, 
    .recruitment-header-img h2 {
        font-size: 32px;
    }

    .recruitment-header-img h3 {
        font-size: 24px;
        line-height: 90%;
    }

    .img-bottom-section {
        font-size: 16px;
    }

    .img-section-container {
        /* full height - header - img padding - sticky footer */
        min-height: calc(100vh - 242px - 47px);
    }

}

@media screen and (min-width: 850px) {
    .img-section-container {
        /* full height - header - img padding */
        min-height: calc(100vh - 242px - 175px);
    }

    .recruitment-header-img {
        padding-top: 100px;
    }
    
    .recruitment-header-img h1, 
        .recruitment-header-img h2 {
        font-size: 75px;
    }

    .recruitment-header-img h3 {
        font-size: 45px;
        line-height: 90%;
    }

    .img-bottom-section {
        font-size: 24px;
    }

    .recruitment-content {
        display: flex;
    }

    .recruitment-left {
        flex: 2;
        -ms-flex: 1 1 auto;
        margin-right: 50px;
    }
    
    .recruitment-right {
        flex: 1;
        -ms-flex: 2 2 auto;
        min-width: 375px;
    }
}

.recruitment-card {
    background-color: #e1feff;
    text-align: center;
    padding: 50px;
}

.recruitment-card .headline {
    color: #AC2641;
}

.recruitment-card .text {
    font-weight: bold;
}

.recruitment-info h2 {
    text-align: center;
}

.recruitment-info {
    border: 1px solid #B7B7B7;
    padding: 50px;
}

.recruitment-info-img  {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 375px;
    margin: 24px 0;
}

.recruitment-info-img-en-us, .recruitment-info-img-other {
    background-image: url('../images/plasma/whatisplasma-en-us.png');
}

.recruitment-info-img-es-us {
    background-image: url('../images/plasma/whatisplasma-es-us.png');
}

.recruitment-info-img-de-de, .recruitment-info-img-de-at {
    background-image: url('../images/plasma/whatisplasma-de-de.png');
}

.recruitment-info-img-cs-cz {
    background-image: url('../images/plasma/whatisplasma-cs-cz.png');
}

.recruitment-info-img-hu-hu {
    background-image: url('../images/plasma/whatisplasma-hu-hu.png');
}
