*{
    font-size: 15px;
    font-weight: 400;
   
}
.top_head{
    background-color: #ffffff;
    padding:10px;
}
.top_container{
    
    display: grid;
    grid-column-gap: 10%;
    grid-template-columns: 40% 50%;
}
ol{
    color : #017;
    margin : 0px;
    padding: 0px;
    list-style: none;
    display:grid;
    grid-template-columns: repeat(6, auto);

}
ul{
    color : #ffffff;
    margin : 0px;
    padding: 0px 0px 6px 0px;
    list-style: none;
    /* display:grid;
    grid-template-columns: repeat(3, auto); */

}
a { color: inherit; } 
.content{
    padding-top: 30px;
}
.head_next{
    padding : 10px 15px 0px 15px;
    background-color: #015;
}
.second_container{
    border-bottom: 1px solid white;
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 13% 25%  auto;
    padding-bottom: 10px;
}
.head_last{
    padding : 10px 15px 0px 15px;
    background-color: #015;
}
.sec_part2{
    display: grid;
    place-items: stretch;
}
.m-services
{
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}
.m-services >:first-child{
    padding-right: 20px;
}
a:hover 
{
     color:#00A0C6; 
     text-decoration:none; 
     cursor:pointer;  
}

/* .third_container
{
    display:grid;
    grid-template-columns: 70% 30%;
} */
.o-footer__bottom {
    padding: 20px;
    background-color: #000;
    overflow: hidden;
}
.o-footer__languages {
    display: none;
    padding-bottom: 20px;
    text-align: center;
}

.o-footer__copyright {
    float: right;
    font-size: 16px;
}
.o-sidebar .page-teaser {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 10px 10px 0;
}
.o-sidebar{
    padding-top: 7pc;
}
.teaser-list__head {
    padding: 0 0 10px;
}
.page-teaser__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.page-teaser__count {
    min-width: 40px;
    color: #1781e3;
    font-size: 50px;
    font-weight: 700;
}
.page-teaser__count::before {
    content: counter(most-read-counter);
    counter-increment: most-read-counter;
}
.page-teaser__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 60px;
    color: #2f2f2f;
    font-weight: 500;
    border-top: 1px solid #e2e2e2;
}
.teaser-list__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
}
.page-teaser--count {
    counter-reset: most-read-counter;
}
.main_content{
    padding: 0px 50px;
}
.c-image__text {
    
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    height: auto;
    color: #666;
}
.figcaption
{
    border-bottom: 1px solid #66666685;
    padding-bottom: 10px;
}
.m-socialheader {
    margin-top: 30px;
    margin-bottom: 50px;
}
.m-socialheader__top {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.m-social-bar--socialheader {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
}.m-social-bar {
    display: -webkit-box;
    display: flex;
    /* padding-top: 20px; */
    /* margin-top: 50px;
    margin-bottom: 30px; */
    /* border-top: 1px solid #e2e2e2; */
}
.m-social-bar__item {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #ecf1f6;
    color: #015;
    margin-right: 10px;
    border-radius: 50%;
}
.m-social-bar__item--email {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .top_head{
        display:none;
    }
    .sec_part2{
        visibility: hidden;
    }
    .second_container{
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 25% 10% auto;
 }
  }
 
  .a-paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 768px){
    .m-socialheader__details {
        padding-bottom: 0;
    }
    .a-author {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }
    .a-timestamp {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        font-weight: 400;
    }
    
.m-socialheader__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
}
.m-socialheader__bottom {
    margin-top: 20px;
    margin-bottom: -20px;
}
.a-timestamp {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-weight: 400;
    font-style: italic;
    color: #666;
    margin-top: 7px;
}
.a-author {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
