.custom_home_karriere .content_row > *:first-child {
    position: relative;
}
.custom_home_karriere .content_row > *:first-child:after {
    content: ''; position: absolute;
    bottom: 0; left: var(--typo-gap);
    right: var(--typo-gap); height: 0.0625rem; 
    width: auto; background-color: currentColor;
}

@media screen and (min-width:40em){
    .custom_home_karriere .content_row {
        position: relative;
    }
    .custom_home_karriere .content_row > *:first-child {
        position: static;
    }
    .custom_home_karriere .content_row > *:first-child:after {
        left: 50%; top: 0; bottom: 0;
        width: 0.0625rem; height: auto;
    }
}


/***************************************************************************
* Marken
****************************************************************************/
.custom_home_marken {
    background: linear-gradient(0deg,rgb(172,172,172),rgb(238,238,238));
}
.custom_home_marken .laptop_column > .row {
    position: relative;
    height: 100%;
}
.custom_home_marken .laptop_column > .row:before {
    content: ''; position: absolute;
    top: 0; left: 0; width: 100%; height: 70%;
    background: linear-gradient(180deg, rgba(255,255,255,1),transparent);
    z-index: 2;
    border-radius: 0.375em;
    overflow: hidden;
}
.custom_home_marken .laptop_column > .row > .block_image {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1; 
    border-radius: 0.375em;
    overflow: hidden; 
}
.custom_home_marken .laptop_column > .row > .block_image img {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.custom_home_marken .laptop_column > .row > .block_text {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.custom_home_marken .laptop_column > .row > .block_text > * {
    flex: 0 0 auto;
}
.custom_home_marken .laptop_column > .row > .block_text > .content_inner {
    flex: 1 1 0;
}

.custom_home_marken .laptop_column > .row > .block_text > .content_inner img {
    width: 120%;
    max-width: none;
    margin-top: 2rem;
    margin-left: -40%;
    pointer-events: none;
}
@media screen and (min-width:40em){
    .custom_home_marken .laptop_column > .row > .block_text > .content_inner img {
        width: 150%;
        margin-left: -60%;
        margin-top: 3rem;
    }
}
@media screen and (min-width:64em){
    .custom_home_marken .laptop_column > .row > .block_text > .content_inner img {
        width: 170%;
        margin-left: -80%;
        margin-top: 5rem;
    }
}