body {
    font-weight: normal !important;
  }


  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: bold !important;
    line-height: 1.2;
  }  

main .card {
    border-radius: 12px;
  }  

main .jobs-header {
    height: 65vh;
    min-height: 420px;
    background-color: #055F96;
    background-image: url('../images/jobs-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}

main .jobs-header h1 {
    font-size: 2rem;
    font-weight: 600;
}

main .hamburg-city {
    height: 50vh;
    min-height: 400px;
    background-color: #055F96;
    background-image: url('../images/hamburg-beliner-tor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

main .hamburg-city h4 {
    max-width: 768px;
    margin: auto;
}



main .jobs .card-pic {
    display: flex;
    margin-bottom: .5em;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1em;

}

main .jobs .card-pic img {
    max-width: 6rem;
    border-radius: 999px;
}

main .jobs .card .card-text {
    /* max-width: 14rem; */
    font-size: 1rem;
}

main .team h4 img {
    max-width: 170px;
    margin-top: -18px;
}

main .btv-cross.first {
    position: absolute;
    width: 64px;
    top: 3px;
    left: -2px;
}

main .btv-cross.second {
    position: absolute;
    bottom: 30px;
    left: 12px;
    width: 48px;
}

main .btv-cross.third {
    position: absolute;
    top: 97px;
    left: -16px;
}

main .come-to-our-team {
    display: flex;
    gap: 1rem;
}



@media only screen and (max-width: 767px) {
    main .jobs-header {
        height: 40vh;
        min-height: 300px;
        background-image: url('../images/jobs-header-mobile.jpg');
    }

    main .jobs-header h1 {
        font-size: 1.3rem;
        font-weight: 400;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }

    main .team h4 img {
        max-width: 128px;
        margin-top: -5px;
    }

    main .btv-cross.first {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 50px;
    }

    main .btv-cross.second {
        position: absolute;
        bottom: 30px;
        left: 10px;
        width: 50px;
    }

    main .btv-cross.third {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 50px;
    }

    main .jobs .card .kontakt img {
        max-width: 8rem;
        float: right;
    }

}