.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.jobspage .jobcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}



.jobspage .jobscard-header h6 {
    font-weight: normal !important;
    font-family: 'DIN Next LT W02 Regular', sans-serif;
}

.jobspage .jobscard-header h5 {
    font-size: 18px !important;
}

.jobscard-header a,
.jobscard-header i {
    color: #009ddc !important;
    font-size: 18px;
    cursor: pointer;
}

.jobscard-header a:hover,
.jobscard-header i:hover {
    color: #00b0f7 !important;
    transition: all .5ms;
}

.jobs__empfehlung {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.job__reasons {
    padding-bottom: 100px;
}

.job__reasons .card {
    border: none;
    border-radius: 0;
}

.JobLandingPage .card-title,
.jobspage .card-title,
.anprechpartner .card-title,
.JobLandingPage .card-bottom,
.jobspage .card-bottom,
.anprechpartner .card-bottom {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
}

.job__reasons .card-body {
    line-height: 23px;
    font-weight: 300;
}

.job__reasons .card {
    background-image: url("/resources/themes/kuny/images/Check_Icon.png");
    background-repeat: no-repeat;
    background-position: 90% 15px;
}

.job__banner--img{
    position: inherit;
    left: 35%;
}

.job__hero .job__logo--top img {
    height: 100px;
    width: 230px;
}

.job__hero .job__logo--top .card.centered {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    z-index: 99999;
    border: none;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0 !important;
}

.job__description--bg__blue {
    background-color: #009ddc;
    background-image: url("/resources/themes/kuny/images/Kuny--background.png");
    background-repeat: no-repeat;
}

.job__description--bg__blue * {
    color: #fff !important;
}

.job__description--bg__blue ul li {
    list-style-image: url("/resources/themes/kuny/images/Kuny-list-icon-white.png");
}

.job__description span {
    font-size: 20px;
}

.job__description h2 {
    font-size: 25px;
    font-weight: bold;
}

section .job__footer--logo img {
    height: 100px !important;
}

.job__application span.contact__data a,
.job__contact span.contact__data a {
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
}

.job__application input,
.job__application textarea {
    width: 100%;
    border: 1px #eee solid;
    padding: 15px;
}

.job__application .btn__black {
    background-color: #000;
    color: #fff;
    width: 40%;
}

.job__application .btn__black:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.heading--blue-small {
    color: #009ddc !important;
    font-size: 18px !important;
}

.job__contact {
    position: fixed;
    bottom: 80px;
    right: 35px !important;
    z-index: 99;
}

.job__contact--hidden .contact__icon {
    height: 60px;
    width: 60px;
}

.job__contact.active .job__contact--hidden {
    display: flex;
}

.job__contact .job__contact--hidden {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 420px;
}

.job__contact--hidden .card-body{
    padding: 0 15px 15px 15px;
}

#Form_BewerbungsForm_action_handleForm:hover{
    background-color: #00b0f7;
    color: #fff !important;
    border-color: transparent;
    transition: 0.3s;
}

#Form_BewerbungsForm_action_handleForm{
    align-content: center;
    padding: .7rem 2rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #009ddc;
    border-color: transparent;
    font-family: 'DIN Next LT W01 Medium', sans-serif !important;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

#Form_BewerbungsForm_action_handleForm span{
    color: #fff;
}

.modal-body fieldset label.left{
    margin: 1rem 0 0.5rem 0;
}

.job__contact--shaddow {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.job__contact--image {
    position: relative;
}

.job__contact--image img {
    border-radius: 50%;
    border: white solid 3px;
    z-index: 600;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 90px;
    cursor: pointer;
}

.job__contact--hidden .card__close span {
    cursor: pointer;
    font-size: 25px;
    line-height: 25px;
    padding-left: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    z-index: 500;
}

.job__banner--title .jumbotron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 55%;
    line-height: 55px;
}

.interaktiv__link,
.interaktiv__link i{
    color: #009ddc;
    font-size: 16px;
}


@media (max-width: 767.98px) {
    .button_apply--position {
        position: relative;
    }

    .job__contact {
        position: fixed;
        bottom: 30px;
        right: 5px !important;
    }

    .job__application .btn__black {
        width: 100% !important;
    }

    .job__banner--title .jumbotron{
        max-width: 95%;
        margin-top: 15%;
    }

    .job__banner--img{
        left: 10%;
        margin-top: 5%;
    }

    .job__contact .job__contact--hidden{
        width: 330px;
    }

    .job__contact .contact__icon{
        display: none;
    }

    .job__contact .contact__call--telefon {
        margin-left: 0px;
    }

    .job__contact--hidden .contact__icon{
        width: 30px;
    }

    .job__contact--hidden .contact__icon i{
        font-size: 16px;
    }

    .job__contact span.contact__data a{
        font-size: 20px;
    }

    .job__application span.contact__data a,
    .job__contact span.contact__data a {
        font-size: 20px;
    }
}
