.karriere{
    /* height: auto; */
    margin-top: 50px;
}
.karriere h2{
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
hr{
    height: 2px;
    background-color: #bb1e0f;
}
h3{
    margin: 30px 0;
}

@media (max-width: 410px) {
    .karriere {
        /* height: max-content; */
        margin-bottom: 50px;
    }
}