img.cover {
    box-shadow: 0 2px 15px #00000078;
}
.articles span.date {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    margin-right: 1.5rem;
}

.articles .news-list .news-item {
    border-bottom: 1px solid #ededed;
}

.articles .news-list > div:first-child {
    border-top: 1px solid #dfdfdf;
}

.articles .news-list > div:last-child {
    border-bottom: none;
}

.articles .news-item p:last-child {
    margin-bottom: 0;
}

.articles .preview_picture {
    padding: 5px 10px 5px 0px;
    float: left;
}

.articles .news-item h2 a {
    text-decoration: none;
}
.articles .news-item h2 {
    font-size: 1.2rem;
    line-height: 1.2em;
    margin: 0.5rem 0;
}

.articles .news-item a:hover {
    text-decoration: underline;
}

.articles h2.rubrick {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.articles .news-item .info {
    margin-bottom: 0.5em;
}

.mag-menu,
.mag-menu ul {
    list-style: none;
    padding-left: 2em;
    line-height: 1.4em;
}

.mag-menu li a,
.mag-menu ul li a {
    text-decoration: none;
    line-height: 1.7em;
}

.mag-menu li a small {
    border-bottom: 1px solid #45aee3;
    /*font-size: 0.8em;*/
}

.mag-menu li a i.fa {
    color: #45aee3;
    margin-left: -1.5em;
    position: absolute;
    padding-top: 0.3em;
}

.mag-menu small {
    font-size: 100%;
}

.mag-menu .treeview ul {
    display: none;
}

.mag-menu .active.treeview ul {
    display: block;
    margin-bottom: 1em;
}

.mag-menu > li.treeview {
    display: inline-block;
    margin-right: 1.5em;
}

.mag-menu > li.active {
    display: block;
}

.mag-menu ul li.active {
    font-weight: bold;
}

.mag-menu > li.sep {
    display: block;
    margin-top: 0.7em;
}
img.av {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin: 4%;
    min-width: 3.5rem;
    background: #fff;
    width: 42%;
}
.pw {
    background: linear-gradient( to bottom, #d4d4d4, #ffffff 50%, #ffffff 50%, #d5d5d5 );
    text-align: center;
    padding: 1rem 10%;
    min-height: 6rem;
}
.subtitle {
    font-size: 1.7em;
    margin-bottom: 2em;
    padding-left: 3em;
    font-style: italic;
}