.module_career_stage_header {
    background: #243c96; /* Blau */
    color: #fff;
    /* margin-top:111px; */
    position: relative;
    /*margin-top:0;*/
}

/* @media (min-width:768px) {
    .module_career_stage_header {
        margin-top:115px;
    }
} */

.module_career_stage_header .container {
    padding-left:0 !important;
}

@media (min-width:768px) and (max-width:991px) {
    .module_career_stage_header .container {
        margin: 0;
        width: 100%;
    }
}

/*@media (min-width:1200px) {
    .module_career_stage_header .container {
        margin-left: 4.5%;
        margin-right: 0;
        position: relative;
        width: auto;
        max-width: 100%;
    }
}*/

@media (min-width:1200px) {
    .module_career_stage_header .container {
        width: 1130px;
    }
}

@media (min-width:1440px) {
    .module_career_stage_header .container {
        width: 1145px;
    }
}

/*@media (min-width:1440px) {
    .module_career_stage_header .container {
        margin-left: 9%;
    }
}*/

.module_career_stage_header .career_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width:1200px) {
    .module_career_stage_header .career_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }
}

/* Bildbereich */


.module_career_stage_header .career_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 0px;
    padding: 0 35px;
}

@media (min-width:768px) and (max-width:1199px) {
    .module_career_stage_header .career_images {
        grid-auto-rows: auto;
        /*padding: 0px 70px;*/
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        padding: 0 50px;
    }
}

/*@media (min-width:992px) and (max-width:1199px) {
    .module_career_stage_header .career_images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
    }
}*/


@media (min-width:1200px) {
    .module_career_stage_header .career_images {
        grid-auto-rows: auto;
        padding: 0px;
        margin-top:0;
        width: fit-content;
    }
}


.module_career_stage_header .career_image_tile {
    overflow: hidden;
}

@media (max-width:767px) {
    .module_career_stage_header .career_image_tile:last-child,
    .module_career_stage_header .career_image_tile:nth-child(5) {
        display:none;
    }
}

@media (min-width:768px) {
    .module_career_stage_header .career_image_tile {
        overflow: hidden;
        aspect-ratio: 1 / 1;
    }
}

@media (min-width:1200px) {
    .module_career_stage_header .career_image_tile {
        max-width: 275px;
        max-height: 275px;
    }
}

.module_career_stage_header .career_image_tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Textbereich */
.module_career_stage_header .career_content {
    padding: 100px 40px 85px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (min-width:768px) {
    .module_career_stage_header .career_content {
        padding: 80px 60px 50px 60px;
    }
}

@media (min-width:992px) {
    .module_career_stage_header .career_content {
        padding-top:60px;
    }
}

@media (min-width:1200px) {
    .module_career_stage_header .career_content {
        padding: 20px;
        margin-left: 20px;
        text-align: left;
    }
}

/*@media (min-width:1600px) {
    .module_career_stage_header .career_content {
        margin-left: -20%;
    }
}*/

/*@media (min-width:1440px) {
    .module_career_stage_header .career_content {
        padding: 0;
        text-align: left;
        position: absolute;
        top: 25%;
        left: 35.5%;
    }
}*/

.module_career_stage_header .career_headline {
    font-size: 42px;
    margin-bottom: 20px;
    color:#fff;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing:-0.0363636em;
}

@media (max-width:767px) {
    .module_career_stage_header .career_headline {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:768px) {
    .module_career_stage_header .career_headline {
        font-size:60px;
        padding: 0 20%;
    }
}

@media (min-width:992px) {
    .module_career_stage_header .career_headline {
        font-size: 76px;
        margin-bottom:40px;
        padding: 0 25%;
    }
}

@media (min-width:1200px) {
    .module_career_stage_header .career_headline {
        margin-bottom: 150px;
        padding:0;
    }
}

@media (min-width:1440px) {
    .module_career_stage_header .career_headline {
        font-size: 84px;
        margin-bottom: 140px;
    }
}

/*@media (min-width:1440px) {
    .module_career_stage_header .career_headline {
        padding-right: 40%;
    }
}*/

.module_career_stage_header .career_text p{
    font-size: 20px;
    color:#fff;
    font-family: 'Inter', sans-serif;
    line-height: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing:-0.3px;

}

@media (min-width:768px) {
    .module_career_stage_header .career_text p{
        font-size: 28px;
        margin-top:10px;
    }
}

/*@media (min-width:768px) and  (max-width:991px) {
    .module_career_stage_header .career_text p{
        padding: 0 20%;
    }
}*/


@media (min-width:992px) {
    .module_career_stage_header .career_text p{
        font-size: 30px;
        margin-top:5px;
    }
}


@media (min-width:992px) and  (max-width:1199px) {
    .module_career_stage_header .career_text p{
        padding: 0 200px;
    }
}


@media (min-width:1200px) {
    .module_career_stage_header .career_text p{
        font-size: 26px;
        margin-top:20px;
        width: 70%;
        margin-bottom:0;
        line-height: 1.4;
    }
}


/*@media (min-width:1440px) {
    .module_career_stage_header .career_text p{
                width: 60%;
    }
}*/
