.timeline_block {
    margin-right: auto;
        margin-left: auto;
}
.timeline_item div.rte div {
    width: calc(50% + 1px);
        position: relative;
        padding-bottom: 80px;
        margin-bottom: 0;
        min-height: 140px;
        display: flex;
        align-items: center;
    margin-top: 5px;
}
.timeline_item:nth-child(2n + 1) div.rte div p {
    text-align: right;
        display: block;
        width: 100%;
}
.timeline_item div.rte div p {
    margin: 0;
}
.timeline_item img {
    position: absolute;
        padding: 5px;
        background-color: #ffffff;
        font-size: 1.5em;
        font-weight: bold;
        -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.15);
        box-shadow: 3px 3px 6px rgba(0,0,0,.15);
        align-items: center;
        justify-content: center;
        border-radius: 50%;
}
.timeline_item:nth-child(2n) div.rte div {
    margin-left: auto;
        padding-left: 5%;
        border-left: 2px dashed #1d1d3f;
}
.timeline_item:nth-child(2n) img {
    left: 20px;
    top: 0;
        transform: translate(-100%);
}
.timeline_item:nth-child(2n + 1) div.rte div {
    margin-right: auto;
        padding-right: 5%;
        border-right: 2px dashed #1d1d3f;
    text-align: right;
}
.timeline_item:nth-child(2n + 1) img {
    right: 20px;
        transform: translate(100%);
    top: 0;
}
.ce_image.vorteile.position_left {
    float: left;
}
