.blog-post-info {
}

.blog_teaser {
    /*max-height: 50px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_teaser p {
    font-size: 15px;
    line-height: 15px;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    color: black;
}
.blog_teaser  *{
    /*Over write colors changed in post*/
    color: black !important;
}

.blog_teaser .more-link {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    background-color: #900000;
    padding: 10px 20px;
    border-radius: 150px;
    color: #ffffff !important;
    border: 1px solid transparent;
    font-weight: bolder;
    width: 110px;
    margin-right: 100px;
}
.blog_teaser .more-link:hover {
    background-color: transparent;
    color: #900000 !important;
    border-color: #900000;
}

.read_more-container {
    display: flex;
    flex-direction: column;
}

