.jobboerse .card{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.jobboerse .jobboerse-share-links a i{
    font-size:20px;
}
.jobboerse .jobboerse-share-links a:hover{
    color:#e40614;
}

.jobboerse h4{
    color:#e40614;
    font-weight:500;
}

.jobboerse .tsdb-jobboerse-share-links a i{
    font-size:150px;
    color:#e40614;
}

.jobboerse .btn{
    border-radius:0.5rem;
}

.job-detail-box-red{
    background-color:#e40613;
    border-radius:1.5rem;
    color:#FFFFFF;
}
.job-detail-box-red i{
    font-size:4.0rem;
}

.job-detail-box-red img.jobboerse-icon{
    max-height:60px;
    height:100%;
    width:auto;
    max-width:60px;
}

.job-detail-box-red-head{
    font-weight:500;
}
.job-detail-box-red-text{
    clear:both;
    display:block;
    margin-top:0.5rem;
}

.job-detail-icon-circle{
    --seite: 54px;
    display: flex;
    width: var(--seite);
    height: var(--seite);
    background-color: #E4E4E4;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
}
.job-detail-icon-circle i{
    font-size:2.0rem;
}
.job-detail-contact-text{
    font-weight:500;
}


.jobs-tablehead{
    color: rgba(133, 133, 133, 1);
    font-weight:400;
}
.jobs-tablehead a{
    cursor:pointer;
}

.job-item-row{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
	min-height: 55px;
}

.job-item-row:hover{
    background-color: #e40613;
    color:#FFFFFF;
}
.job-item-row a{
    text-decoration:none;
}
.job-item-row:hover a{
    color:#FFFFFF;
}
.job-item-row:hover .job-item-normal, .job-item-row:hover .job-item-new{
    border-left: 4px solid #FFFFFF;
}
.job-item-normal{
    border-left: 4px solid #E4E4E4 !important;
}
.job-item-new{
    border-left: 4px solid #e40613 !important;
    color:#e40613;
    font-weight:500;

}
.job-item-row:hover .job-item-new{
    border-left: 4px solid #ffffff !important;
    color:#ffffff;
    font-weight:500;
}

.job-item-icon-circle{
    --seite: 34px;
    display: flex;
    width: var(--seite);
    height: var(--seite);
    background-color: #E4E4E4;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color:#000000;
}
.job-item-icon-circle i{
    font-size:1.0rem;
}
.jobboerse-form div.input-group{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}
.jobboerse-form button, .jobboerse-form .form-control{
    border:none;
}
.job-item-icon-circle i.fa-whatsapp{
    font-size:1.3rem;
}

.job-aviat-logo-positiv, .job-aviat-logo-negativ{
    max-height:90px;
    height:auto;
    width:auto;
    max-width:350px;
}