.jopspdage .employment{
    background: red; 
    padding: 6px 12px;
}
.jobelement .employment{
    background: #051E2D;
    white-space: nowrap !important;
}
.card-jobs{
    position: relative;
    background: #fff;
}

.jobelement .swiper-slide-thumb-active .card-jobs,
.card-jobs:hover{
    position: relative;
    background: #ED2C1D;
}

.jobelement .swiper-slide-thumb-active .card-jobs *,
.card-jobs:hover *{
    color: #fff;
}

.jobelement .swiper-slide-thumb-active .card-jobs .btn-right,
.card-jobs:hover .btn-right{
    color: #fff !important;
}

.jobelement .swiper-slide-thumb-active .card-jobs .employment,
.card-jobs:hover .employment{
    background: #fff;
    color: #ED2C1D !important;
}
.contactGDPR input.checkbox {
    height: initial !important;
    width: 40px !important;
    display: inline-block !important;
    margin-left: 0;
    float: left;
    position: relative !important;
    top: 0px !important;
    appearance: auto !important;
}
.job1{
    position: absolute;
    bottom: 0;
}
.top-bolck-text{
    position: absolute;
    top: 0;
    z-index: 9;
}


@media (min-width: 768px){
    .circle__content {
        font-size: 56px;
    }
}

.circle {
    position: relative;
    display: block;
    margin: 2em 0 3em;
    background-color: transparent;
    color: #fff;
    text-align: center;
}
.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #000;
    content: "";
}
.circle__content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff;
}
.card-rot{
    background-color: #ED2C1D;
    position: absolute;
    bottom: 35px;
    left: 50px;
    border: 0;
    border-radius: 0;
}