/*****MEILENSTEINE******/
#meilensteine {
    border-left: 2px dotted #ccc;
    text-align: left;
    padding-left: 13px;
    margin-left: 50%;
}

#meilensteine .left {
    margin-left: -150px;
}

#meilensteine .left::before {
    content: "●";
    color: #333;
    position: absolute;
    margin-left: 131px;
    margin-top: 7px;
}

#meilensteine .left .meilenstein {
    border-radius: 2rem 0 0 2rem;
}

#meilensteine .left .meilenstein::before {
    content: "";
    color: #333;
    margin-left: 49px;
    width: 28.5px;
    height: 28.5px;
    background: #DE2922;
    transform: rotate(-135deg);
    position: absolute;
    border-radius: 30%;
    margin-top: -3.5px;
}

#meilensteine .left .meilentxt {
    position: relative;
    margin-left: -100px;
    text-align: right;
}

#meilensteine .right {
    margin-left: 30px;
}

#meilensteine .right::before {
    content: "●";
    color: #333;
    margin-left: -49px;
    position: absolute;
    margin-top: 7px;
}

#meilensteine .right .meilenstein {
    border-radius: 0 2rem 2rem 0;
}

#meilensteine .right .meilenstein::before {
    content: "";
    color: #333;
    margin-left: -49px;
    width: 29.5px;
    height: 29.5px;
    background: #DE2922;
    transform: rotate(-135deg);
    position: absolute;
    border-radius: 30%;
    margin-top: -4.5px;
}

.meilenstein {
    cursor: pointer;
    color: #fff;
    background: #DE2922;
    display: block;
    width: 94px;
    margin: 1rem 0;
    padding: 7.1px 32px;
    height: 34.5px;
}

.meilenstein:hover {
    font-weight: bold;
}

.meilentxt {
    max-width: 200px;
}

#meilensteine .active::before {
    content: "●";
    color: #333;
    position: absolute;
    margin-top: 7px;
    font-size: 300%;
}

#meilensteine .left.active::before {
    margin-left: 124px !important;
}

#meilensteine .right.active::before {
    margin-left: -57px !important;
}


.milestone-wrapper span.fontsize2 {
    margin-bottom: 0;
}