.offene-stellen-counter-wrapper {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Proxima Nova';
    position: fixed;
    top: 380px;
    right: 0;
    background: #fff;
    padding: 12px 14px;
    border-radius: 500px 0 0 500px;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.5);
}

.offene-stellen-counter-wrapper .os_text {
    color: #00446E;
}

.offene-stellen-counter-wrapper .os_count {
    height: 52px;
    width: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    background: #00446E;
    color: #fff;
    margin-right: 20px;
}