/*.about_sidebar_container {
    overflow: visible
}*/

ul.leaders li {
    margin-bottom: 6px;
}
ul.leaders {
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #fff
    
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #fff;
    position: relative;
    z-index: 1
}

.credits_column .ipsPad:not(.ipsAreaBackground_light), .credits_column .leaders, .credits_column .leaders>li, .credits_column .leaders>li>span {
    background: inherit;
}

.about_page_content p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.nd_img_container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position-x: 50%;
}

.project_image_container {
    width: 100%;
    height: 200px;
    background-size: cover;
}

.project_box {
    display: flex;
}

.project_image_container_fullwidth {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.timeline_image {
    width: 100%;
    height: auto;
}
.timeline_container {
    padding-left: 30px;
    border-left: 5px solid #c9c9c9;
    margin-left: 140px;
    position: relative;
}

/*.timeline_block:before {
    content: ' ';
    background: skyblue;
    height: 20px;
    width:20px;
    position: absolute;
    left: -15px;
    top: 15px;
    border-radius: 20px;
    border: 3px solid #000;
}*/
  
.timeline_info {
    position: absolute;
    /*left: -120px;
    width: 103px;*/
    left: -136px;
    width: 120px;
}

.timeline_info_subtitle {
    font-size: 18px;
    display: block;
    line-height: 30px;
}

.timeline_info_title {
    font-size: 25px;
    display: block;
    line-height: 30px;
}

.timeline_point {
    display: block;
    height: 20px;
    width: 20px;
    background: #1c70b5;
    right: -24px;
    position: absolute;
    border: 3px solid #c9c9c9;
    border-radius: 20px;
    top: 16px;
    transition: 0.4s;
    /*box-shadow: 0px 1px 2px 0px #222;*/
}

.timeline_block:hover .timeline_point {
    transform: scale(1.2);
    transition: 0.4s;
    box-shadow: 0px 1px 4px 0px #222;
}

.timeline_item_description p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}