.tx-wr-jobs li {
    list-style: disc;
}

/*honeypot muss unsichtbar bleiben für menschen aber sichtbar für bots. Daher so lassen*/
.tx-wr-jobs .special {
    position: absolute;
    left: -9999px;
}


.tx-wr-jobs form {
    max-width: 628px;
}

.wr-jobs-list {
    display: table;
    width: 100%;
}
.wr-jobs-list .job-item:hover {
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.04);
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

.wr-jobs-list .job-item {
    background: white;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    margin-bottom: 40px;
}
.wr-jobs-list .job-item * {
    text-decoration: none;
}

.wr-jobs-list .job-item:hover i, .wr-jobs-list .job-item:hover h3, .wr-jobs-list .job-item:hover span, .wr-jobs-list .job-item:hover b {
    color: #e56605;
}
.wr-jobs-list .job-item i {
    font-size: 3rem;
    color: #D8D8D8;
    transition: all 0.3s ease-in-out;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.wr-jobs-list .job-item p{
    color: #212121;
}

.wr-jobs-list .job-item:hover i, .wr-jobs-list .job-item:hover h3, .wr-jobs-list .job-item:hover span, .wr-jobs-list .job-item:hover b {
    color: #e56605;
}
.wr-jobs-list .job-item h3 {
    margin: 10px 0;
    color: #212121;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1.5rem;
    font-weight: normal;
}
.wr-jobs-list .job-item .price .back a.button:hover {
    background: #9e5d2c;
}

.wr-jobs-list .job-item .price {
    position: relative;
}
.wr-jobs-list .job-item .price .back a.button {
    background: #e56605;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    opacity: 0;
}
.wr-jobs-list .job-item .price .back a.button i {
    color: inherit;
    font-size: inherit;
    margin-left: 10px;
}
.wr-jobs-list .job-item:hover .back a.button {
    transform: translateY(0px) !important;
    opacity: 1;
}

.wr-jobs-list .job-item h3 a:hover{
    text-decoration: none;
}


/***DETAIL***/

.back-btn {
    margin-bottom: 50px;
}

.wr-job-posting .date-to, .wr-job-posting .date-from{
    font-size: 24px;
    color: black;
}

.wr-job-posting .job-head{
    margin-bottom: 30px;
}

.wr-job-posting .wr-jobs-title{
    margin-bottom: 50px;
}

.wr-job-posting .job-form .btn-primary{
    margin-top: 20px;
}

.wr-job-posting .job-form {
    width: 100%;
    margin-bottom: 80px;
}

.wr-job-posting .wr-jobs-image{
    margin-bottom: 30px;
}

.wr-job-posting .wr-jobs-image img {
    width: 100%;
    object-fit: cover;
}

.wr-job-posting .job-info .job-detail *{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.wr-job-posting .job-info .job-detail {
    margin-bottom: 30px;
}