.year-switch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0 !important;
}

.year-switch a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.year-switch a img {
    margin-bottom: 0 !important;
    width: 12px !important;
}

.year-switch .prev, .year-switch .next {
    color: #849ab2;
}

.year-switch > div:nth-of-type(2) {
    text-align: center;
    color: #083465;
}

.year-switch > div:nth-of-type(3) {
    text-align: right;
}

.year-switch a.deactivated {
    cursor: default;
}

.timeline .vertical-line {
    width: 50%;
    height: 20px;
    border-right: solid 2px #083465;
}

.timeline__wrap {
    /*min-height:400px; *//*prevent half hidden month name bug */
}

.timeline__item--top .timeline__content:last-of-type .vertical-line.after {
    margin-bottom: -3px;
}


.timeline__item--top .timeline__content:last-of-type .vertical-line.before {
    display: none;
}

.timeline__item--bottom .timeline__content:last-of-type .vertical-line.after {
    display: none;
}

.timeline__item--bottom .timeline__content:last-of-type .vertical-line.before {
    margin-top: -3px;
}

.timeline .timeline__content {
    border: 0;
    border-radius: 0;
}

.timeline.timeline--horizontal .timeline-divider {
    background-color: #083465;
    height: 2px;
}

.timeline .timeline__item:after {
    border: 1px solid #083465;
    content: attr(data-content);
    color: #083465;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    height: 35px;
    width: 70px;
    text-align: center;
    padding-top: 3px;
}

.timeline .timeline-event {
    border: solid 2px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
}

body .timeline--horizontal .timeline__item {
    padding: 1px 0;
}

.timeline.timeline--horizontal .timeline__item .timeline__content:before,
.timeline.timeline--horizontal .timeline__item .timeline__content:after {
    display: none;
}

/*###### Legend ########*/
.timeline-legend {
    margin-top: 20px;
    float: right;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 40px;
    max-width: 500px;
}

.legend-headline {
    margin-bottom: 20px;
}

.timeline-legend .line {
    display: block;
    width: 40px;
    height: 5px;
}

.timeline-legend .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.timeline .timeline__items {
    min-height: 150px;
}

@media only screen and (max-width: 750px) {

}

@media only screen and (min-width: 750px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}
