#job-details >.container > .inner:first-child {
    margin: 0 auto;
}

#job-details h1 {
    margin-bottom: 10px;
    word-wrap: break-word;
}

#job-details h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
}

#job-details .subtitle {
    color: #191919;
    font-size: 30px;
    margin-bottom: 60px;
}

#job-details .subtitle::after {
    content: "";
    position: absolute;
    background: #164194;
    width: 85px;
    height: 4px;
    float: left;
    display: block;
    margin-top: 15px;
}


#job-details .requirements p:before {

}

#job-details .requirements p,#job-details .tasks p,#job-details .offers p{
    margin-bottom: .2rem;
}


#job-details .end-content {
    margin-top: 20px;
    margin-bottom: 20px;
}


#job-details .bohlejobs-apply-question {
    margin-bottom: 1rem;
}

#job-details  .form-control {
    border-top: none;
    border-top-color: currentcolor;
    border-left: none;
    border-left-color: currentcolor;
    border-right: none;
    border-right-color: currentcolor;
    border-radius: 0;
    border-bottom-width: 2px;
    padding: .375rem 0;
}

#job-details  .form-control:focus {
    border-color: #164194;
    box-shadow: none;
}


#job-details .btn-primary {
    color: #191919;
    background-color: transparent;
    border: 2px solid #191919;
}

#job-details .btn-primary:hover {
    color: #fff;
    background-image: linear-gradient(135deg,#667EAD,#164194);
    border-color: #F8F8F8;
    box-shadow: 0px 3px 6px 0px rgba(204,204,204,1);
    background-color: transparent;
}

#job-details #ansprechpartner {
    background-color: #F8F8F8;
}


#job-details .bohlejobs-detail-meta {
    padding-bottom: 100px;
}


#stellen .stellen-menu .btn-anchor {
    text-transform: none;
}

#stellen .einfuehrungstext {
    max-width: 650px;
}

#stellen .ce-headline {
    scroll-margin-top: 6em;
}

.bohlejobs-list-item .initiativbewerbung-headline {
    margin-top: 30px;
    font-weight: bold;
}

.bohlejobs-d-none{
    display: none !important;
}

.bohlejobs-textblock-left{
    display: block;
    width: 100%;
    padding-left: 1em;
}

.bohlejobs-list-item li{
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #0000003d;
}

.bohlejobs-list-item li:last-of-type{
    border-bottom: none;
}

.bohlejobs-list-item li a{
    width: 100%;
}



.bohlejobs-list-item li::before {
    content: counter(my-awesome-counter);
    background: #164194;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    margin-right: 1rem;
    position: relative;
    transform: translateY(40%);
}

.bohlejobs-list-item li.Initiativbewerbung::before {
    content: "\f0eb" !important;
    background: #666666 !important;
    font-family: FontAwesome !important;
    transform: translateY(-10%);

}

.bohlejobs-list-item li.Initiativbewerbung {
    margin-top: 10px;
    border-bottom: none;

}

.bohlejobs-list-item li.Initiativbewerbung .bohlejobs-list-item-meta {
    display: none;
}

.bohlejobs-list-item a{
    display: block;
    margin-bottom: 1em;
}
.bohlejobs-list-item a span{
    display: block;
    width: 100%;
}

.bohlejobs-list-item-name {
    font-weight: 600;
    font-family: 'Jost-600';
    color: #666666;
}

.bohlejobs-list-item-separator{
    display: flex;
    border-color: #999999;
    border-top-width: 1px;
    height: auto;
    margin: 0 auto;
    border-bottom-style: solid;
    border-top-style: solid;
}

.bohlejobs-detail-meta dl dt{
    float: left;
    margin-right: 10px;
}

.bohlejobs-detail-meta dl dt.bohlejobs-detail-meta-nofloat{
    float: none;
}

.bohlejobs-detail-meta dl dd.bohlejobs-detail-meta-text{
    display: block;
    width: 100%;
    padding: 5px 1em;
}
.bohlejobs-detail-meta dl dd ul{
    list-style: none;
}


.bohlejobs-detail-meta dl dd ul li p{
    padding-left: 10px;
    margin-bottom: 0;
}

.bohlejobs-required, .bohlejobs-contact .required{
    color: red;
}

.bohlejobs-failure{
    border-bottom: 2px solid red!important;
}

.bohlejobs-apply-loading{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    background: #fff !important;
}

.bohlejobs-contact h4:nth-last-child{
    margin-top: 1em;
}



.bohlejobs-apply-question label{
    display: block;
    width: 100%;
}
