.timelines-container {
    padding: 50px 0;
    max-width: 1000px;
}

.timelines-heading {
    font-size: xx-large;
    padding: 50px
}

#timeline {
    list-style: none;
    position: relative;
}

.timeline-future-movement {
    height: 100px;
    width: 100px;
    top: -16px;
    margin-left: 45%;
}

/*Strich in der Mitte*/
#timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: black;
    left: 50%;
    margin-left: -1.5px;
}

/*Viereck auf Strich*/
#timeline .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 23.5px;
    left: 50%;
    margin-left: -11px;
    z-index: 100;
    border: 1px solid #000;
    background-color: #fff;
}

/*Transporter Icon Box*/
.timeline-movement-top {
    height: 120px;
}

/*Transporter Icon*/
.timeline-future-movement {
    height: 100px;
    width: 100px;
    margin-left: 44.5%;
}

/*Timeline Position*/
.timeline-movement {
    position: relative;
}

.timeline-item {
    padding: 0 0;
    width: 51%;
}

.timeline-panel {
    font-size: larger;
}

.timeline-title {
    border-bottom: 1px solid black;
    font-weight: 600;
    margin-right: -30px;
}

.timeline-title-right {
    border-bottom: 1px solid black;
    padding-left: 20px;
    font-weight: 600;
}

.timeline-text {
    margin-right: 20px;
    margin-left: 100px;
}

.timeline-text-right {
    padding-left: 20px;
    padding-right: 130px;
}

.timeline-icon {
    height: 100px;
    width: auto;
    margin-left: -30px;
    top: -16px;
}

.timeline-icon-right {
    height: 80px;
    width: auto;
    float: right;
    right: -15px;
    top: -16px;
}

.timeline-row-text {
    min-height: 17em;
}

.timeline-row-icon {
    float: left;
    height: 80px;
	margin-right: 10px;
}

.timeline-row-title {
    font-size: x-large;
}