.img-overlay {
    background-color: rgb(222, 27, 59);
}

.img-overlay img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.img-overlay:hover img {
    opacity: 0.7;
}

#stellenangebote-details img {
    max-width: 100%;
}

.red-background {
    background-color: #de1b3b;
    padding: 20px 0;
}

.red-background p, .red-background a, .red-background strong {
    color: #fff;
}

.red-background .offer-text {
    margin-bottom: 30px;
}

#stellenangebote-details .icon {
    text-align: center;
    margin-bottom: 6px;
}

#stellenangebote-details .title {
    text-align: center;
    margin-bottom: 12px;
}

#stellenangebote-details .icon img {
    width: 65px;
}

#stellenangebote-details .devider-cont.red {
    border-top: 3px solid #fff;
}

.whitepage .font-white {
    color: #fff;
}

#stellenangebote-details form textarea {
    width: 100%;
}