.modul.timeline .timeline {
    max-width: 877.5px;
}

.modul.timeline .timeline_item {
    display: flex;
    gap: 20px;
}

.modul.timeline .timeline_marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 3px;
}

.modul.timeline .timeline_dot {
    width: 14px;
    height: 14px;
    background: var(--color_green);
    flex-shrink: 0;
}

.modul.timeline .timeline_line {
    flex: 1;
    border-left: 3px dashed var(--color_green);
    margin-top: 3px;
    min-height: 24px;
}

.modul.timeline .timeline_content {
    flex: 1;
    padding-bottom: 32px;
}

.modul.timeline .timeline_item:last-child .timeline_content {
    padding-bottom: 0;
}

.modul.timeline .timeline_headline {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #37460d;
    margin: 0 0 8px;
    line-height: 1.3;
}

.modul.timeline .timeline_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.modul.timeline .timeline_text p { margin: 0 0 8px; }
.modul.timeline .timeline_text p:last-child { margin-bottom: 0; }
