/*
 * Copyright:       (c) 2013, 2014  Qonnex.nl
 * Author:          Sem van den Bos
 * Date Created:    2014-01-31
 * Date Modified:   2014-02-07
 */
.news {
    background-color: var(--qonnex-lichtgrijs);
    padding: 10px;
    box-sizing: border-box;
}

.news h1 {
    color: #333;
    font-size: 26px;
    line-height: 40px;
    margin: 10px;
}
.news .article {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
}
.news .article, .news .article h1 {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
}
.news .article h1 .title {
    color: #00adef;
    font-size: 13px;
}
.news .article a {
    color: #00adef;
}
.news .article a:hover {
    color: #005580;
    text-decoration: underline;
}
.news .article .content {
    margin: 0px;
    word-wrap: break-word;
}
.news .article .readmore {
    color: #fff;
    position: absolute;
    top: 176px;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    background-color: #00adef;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    background: url(/icon-inp-arr-right-light.png) calc(100% - 26px) center no-repeat, #00adef;;
}
