.startbild_black {
    background-image: url("../images/Assets/azubica_Welle_ohne_weiß.svg") !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* Changed from 100% to cover */
    padding-bottom: 120px;
    margin-bottom: -60px;
    padding-top: 20px;
    min-height: 300px;
    /* Set a minimum height */
}

.blog-desc-content {
    background-image: url("../images/Assets/dark-background-image.png");
    background-size: 250%;
    width: 100%;
    padding-bottom: 2rem;
}

.responsive-info-berufsfeld {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    align-items: start;
    margin-left: 6rem;
    margin-right: 6rem;
}

.info-berufsfeld-icon {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
}

.info-berufsfeld-heading {
    font-weight: 900;
    font-size: 3rem;
    grid-column: 2;
    grid-row: 1;
}

.info-berufsfeld-description {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    gap: 1.125rem;
}

.berufsfeld-job-link {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0.938rem;
    width: 45%;
    max-height: 10%;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.startbild .startbild_black .colamu-5 {
    width: 46.3%;
    position: absolute;
    right: -100px;
    top: 0;
}

.navbar {
    /* position: relative; */
    min-height: unset;

}

@media (max-width: 1500px) {
    .startbild .startbild_black .colamu-5 {
        right: 0px;
    }
}

@media (max-width: 1023px) {
    .colamu-7 {
        width: 100%;
    }

    body .mobile-title,
    body .mobile-view {
        display: block !important;
        text-align: center;
    }

    .startbild .startbild_black .text-claim {
        display: none;
    }
}


@media screen and (max-width: 1023px) {
    .startbild .startbild_black .colamu-5 {
        right: auto;
        width: 100%;
        top: auto;
        position: relative;
        max-width: 450px;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .startbild .startbild_black .row .colamu-5 {
        order: -1;
        margin-bottom: 15px;
    }
}

@media (max-width: 1023px) {
    .startbild .startbild_black .row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1023px) {
    .startbild .startbild_black .row .colamu-5 img {
        margin: 0 auto;
        display: block;
        max-width: 280px !important;
    }
}

@media screen and (max-width: 479px) {
    .startbild .startbild_black .row .colamu-5 img {
        max-width: 160px !important;
        margin: 0 auto;
        display: block;
    }
}

.startbild .startbild_black .text-claim {
    font-size: 48px !important;
    padding-top: 50px;
    color: #fff;
    /* font-weight: bold; */
    margin-bottom: 30px;
    /* font-family: 'Amaranth'; */
    /* font-family: 'Roboto'; */
}

.startbild .startbild_black .text-claim h1 {
    font-size: 48px !important;
    /* padding-top: 50px; */
    color: #fff;
    line-height: 1.42857143;
    /* font-weight: bold; */
    margin-bottom: 30px;
    margin-top: 0px;
    /* font-family: 'Amaranth'; */
    /* font-family: 'Roboto'; */
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .startbild .startbild_black {
        padding-bottom: 70px;
    }

    .startbild .startbild_black .text-claim {
        font-size: 35px !important;
    }

    .startbild .startbild_black .text-claim h1 {
        font-size: 35px !important;
    }

    .statistik-title {
        margin-top: 0px;
    }

    .statistik-icon {
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .startbild .startbild_black .text-claim {
        font-size: 26px !important;
        padding-top: 0px !important;
        margin-bottom: 15px !important;
        /* max-width: 380px; */
    }

    .startbild .startbild_black .text-claim h1 {
        font-size: 26px !important;
        padding-top: 0px !important;
        margin-bottom: 15px !important;
        /* max-width: 380px; */
    }

    .start-btn-suchen-darkgreen {
        /* width: unset !important; */
    }

    .sec-heading {
        font-size: 35px !important;
        /* margin-bottom: 30px!important; */

    }

    .startbild .startbild_black {
        padding-bottom: 60px;
        margin-bottom: -35px;
    }

    .statistik-title {
        margin-top: 0px;
    }

    .statistik-icon {
        margin-top: 40px;
    }

    .btn-unset-width {
        width: unset;
        margin: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .startbild .startbild_black .text-claim {
        display: none !important;
    }

    .startbild .startbild_black .text-claim h1 {
        display: none !important;
    }

    .sec-heading {
        font-size: 28px !important;
        /* margin-bottom: 30px!important; */
    }

    .btn-unset-width {
        width: unset;
        margin: auto !important;
    }

    .statistik-title {
        margin-top: 0px;
    }

    .statistik-icon {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .startbild .startbild_black .text-claim {
        font-size: 28px !important;
        padding-top: 0px !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .startbild .startbild_black {
        padding-bottom: 60px;
        margin-bottom: -35px;
    }

    .startbild .startbild_black-suche {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {
    .startbild .startbild_black .text-claim {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .responsive-info-berufsfeld {
        display: block;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .info-berufsfeld-icon {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 1rem;
    }

    .info-berufsfeld-heading {
        font-size: 2rem;
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 1rem;
    }

    .info-berufsfeld-description {
        grid-column: auto;
        grid-row: auto;
    }

    .berufsfeld-job-link {
        width: 100%;
    }
}


@media (min-width: 360px) {
    .pagination {
        margin-left: 0px;
    }
}


/* 
For anybody wondering why these classes are here:
.col-md-4-berufsfeld and .col-sm-6-berufsfeld are custom classes created to override Bootstrap's default padding on column classes.
It ensures, that there is no padding to the right.

This is sadly necessary (i think so). 
I dont like bootstrap, it hides too much stuff in the background.
*/
.col-md-4-berufsfeld {
    position: relative;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0px;
}

.col-sm-6-berufsfeld {
    position: relative;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .col-sm-6-berufsfeld {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4-berufsfeld {
        width: 33.3333%;
        float: left;
    }
}