.timeline {
    list-style: none;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.timeline:before {
    content: " ";
    height: 90%;
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 50px;
    width: 4px;
    margin-left: -1.5px;
    background: #F1F9F4;
}

.timeline:after {
    content: " ";
    height: fit-content;
    width: 30px;
    position: absolute;
    left: 50%;
    border-bottom: 5px dotted #F1F9F4;
    transform: rotate(90deg);
    top: -6px;
    transform-origin: 0;
}

.tldate {
    background: #F1F9F4;
    color: #76C893;
    display: flex;
    width: 230px;
    background-size: cover;
    height: 82px;
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 20px;
    overflow: visible;
    font-family: "Archivo ExtraLight", sans-serif;
}

@media (max-width: 991px) {
    .tldate {
        font-size: 32px;
        width: fit-content;
        height: fit-content;
        padding: 1px 17px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .timeline .tl_item.timeline_inverted + .year {
        padding-top: 0 !important;
    }

    .tl_body .headline,
    .tl_body p {
        color: #fff;
        font-size: 18px !important;
        padding-bottom: 0;
        margin-top: 0;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.7;
    }

    .module_timeline .load_more {
        font-size: 18px !important;
    }
}

.load_more {
    display: block;
    width: 130px;
    padding: 9px 0;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
}

.module_timeline .load_more {
    background: #003763;
    color: #fff;
    font-size: 16px;
    padding: 7px;
}

@media (min-width: 992px) {
    .module_timeline .load_more {
        padding: 17px;
        width: 180px;
    }
}

.load_more:focus {
    color: #fff;
}

.timeline li.tl_item {
    margin: 0 auto 25px auto;
    position: relative;
    padding-left: 0;
    border-radius: 0 0 15px;
    background-color: #003763;
}


.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}

.timeline li:after {
    clear: both;
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}

/** timeline panels **/
.timeline li .timeline_panel {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.timeline li .timeline_panel.noarrow:before,
.timeline li .timeline_panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}

/** timeline content **/
.tl_body {
    padding: 15px;
    overflow: hidden;
}

.tl_date {
    padding-left: 20px;
}

.timeline .year {
    clear: both;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.timeline .tl_item + .year {
    padding-top: 30px;
}

.timeline .tl_item.timeline_inverted + .year {
    padding-top: 50px;
}

.tl_body .headline {
    color: #6e97b9;
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 0;
    display: inline-block;
    letter-spacing: 0.6px;
    font-weight: bold;
}

.module_timeline .headline_container .headline {
    text-align: left;
    padding-bottom: 15px;
    line-height: 28px;
    font-family: "Archivo Regular", sans-serif;
}

.module_timeline .headline_container .subheadline {
    font-size: 20px;
    color: #003763;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left;
    font-family: "Archivo Regular", sans-serif;
}

@media (max-width: 991px) {
    .module_timeline .backlink {
        display: none;
    }

    .module_timeline .headline_container .subheadline {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .module_timeline .headline_container .headline {
        font-size: 38px;
        font-family: "Archivo Light", sans-serif;
        text-align: center;
        margin-bottom: 27px;
    }

    .module_timeline .headline_container .subheadline {
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 20px;
        width: 85%;
        font-family: "Archivo Regular", sans-serif;
    }

    .module_timeline .backlink {
        margin-bottom: 80px;
    }
}

/** Load More Button **/
.load_more_outer {
    padding: 50px 0 50px;
    display: block;
    clear: both;
    text-align: center;
}

.tl_image {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .timeline li.tl_item {
        width: 70%;
    }

    .timeline li.tl_item_img {
        width: 70%;
    }

    .tl_image {
        width: 40%;
        height: 100%;
    }

    .timeline:before {
        height: 97%;
    }

    .load_more_outer {
        padding: 50px 0 50px;
        display: block;
        clear: both;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .tl_body {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .tl_image img {
        height: 100%;
        width: 100%;
    }

    .timeline li.tl_item {
        clear: left;
        display: block;
        float: left;
        left: 0;
        margin: 0 0 25px;
        width: 37%;
    }

    .tldate {
        font-size: 64px;
        font-family: "Archivo ExtraLight", sans-serif;
    }

    .timeline li.timeline_inverted {
        clear: right;
        float: right;
        top: 40px;
    }

    .timeline li.timeline_inverted.tl_item_img {
        left: auto;
        right: 0;
    }

    .timeline li.timeline_inverted .timeline_panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline li.timeline_inverted .timeline_panel:after {
        border-left-width: 0;
        border-right-width: 25px;
        left: -25px;
        right: auto;
    }

    /** timeline circle icons **/
    .timeline li.tl_circ:before {
        position: absolute;
        top: 33px;
        right: -40.2%;
        width: 33px;
        height: 33px;
        z-index: 10;
        border-radius: 100%;
        border: 4px solid #f0f9f4;
        background-color: #fff;
    }

    .timeline li.timeline_inverted.tl_circ:before {
        left: -40.2%;
        right: auto;
    }

    .timeline::after {
        left: 48.5%;
    }

    .timeline li.tl_circ:after {
        position: absolute;
        top: 40px;
        right: -119px;
        background: #003763;
        width: 20px;
        height: 20px;
        z-index: 10;
        border-radius: 100%;
    }

    .timeline li.timeline_inverted.tl_circ:after {
        left: -118px;
        right: auto;
    }

    .timeline .tl_item .line:before {
        border-bottom: 3px solid #003763;
        height: 10px;
        width: 140px;
        content: "";
        position: absolute;
        right: -100px;
        top: 40px;
        z-index: 100;
    }

    .timeline li.timeline_inverted .line:before {
        border-bottom: 3px solid #003763;
        height: 1px;
        position: absolute;
        content: "";
        right: 280px;
        top: 49px;
        z-index: 100;
        width: 140px;
    }

    .tl_body .headline {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .module_timeline .headline_container .subheadline {
        width: 55%;
        text-align: center;
        font-size: 28px;
    }

    .module_timeline .load_more {
        background: #003763;
        color: #fff;
        font-size: 24px;
        font-family: "Archivo SemiBold", sans-serif;
        padding: 7px;
    }
}


@media (min-width: 1200px) {
    .timeline li.tl_item_img {
        width: 46%;
    }

    .timeline li.tl_item {
        left: 0;
    }

    .timeline li.timeline_inverted.tl_item_img {
        left: 34px;
    }

    .timeline li.timeline_inverted.tl_item_img {
        left: auto;
        right: 0;
    }

    .tl_body {
        padding: 15px;
        position: relative;
    }

    .timeline li.timeline_inverted {
        top: 67px;
        margin-bottom: 46px;
    }

    .tl_body .headline {
        display: inline-block;
    }

    .timeline li.tl_circ:before {
        top: 28px;
        right: -40%;
    }

    .timeline li.tl_circ:after {
        top: 36px;
        right: -38%;
    }

    .timeline li.timeline_inverted.tl_circ::after {
        left: -38%;
        right: auto;
    }

    .timeline:after {
        left: 48.8%;
    }

    /** timeline circle icons **/
    .timeline li.tl_circ:before {
        position: absolute;
        top: 30px;
        right: -40%;
        width: 40px;
        height: 40px;
    }

    .timeline li.timeline_inverted.tl_circ:before {
        left: -38.8%;
        right: auto;
    }

    .timeline li.tl_circ:after {
        right: -147px;
        background: #003763;
        width: 17px;
        height: 17px;
        z-index: 100;
        top: 41px;
    }

    .timeline li.timeline_inverted.tl_circ:after {
        left: -146px;
        right: auto;
    }

    /*Lines from Timline-Circle to Content-Box*/
    .timeline .tl_item .line:before {
        border-bottom: 2px solid #003763;
        height: 10px;
        width: 140px;
        content: "";
        position: absolute;
        right: -140px;
        top: 40px;
        z-index: 100;
    }

    .timeline li.timeline_inverted .line:before {
        border-bottom: 2px solid #003763;
        position: absolute;
        content: "";
        right: 130px;
        top: 41px;
        z-index: 100;
        width: 100%;
        height: 10px;
    }

    .timeline li.tl_circ:before {
        position: absolute;
        top: 34px;
        width: 31px;
        right: -39%;
        height: 31px;
        z-index: 10;
        border-radius: 100%;
        border: 4px solid #f0f9f4;
        background-color: #fff;
    }
}

.module_timeline .line {
    display: inherit;
}