h5.flag-advert{
    font-weight: normal;
    text-transform: uppercase;
    color: grey;
}

h2 {
    line-height: 1.2;
}

h3 > span, h4 > span, h5 > span, h6 > span {
    color: #444 !important;
}

p {
    font-size: 1.1rem;
}

.entry-content-news li {
    margin: 0 0 5px 20px !important;
    font-size: 1.1rem !important;
}

div.masonry-thumbs.col-6 {
    padding: 0 0 0 0 !important;
}

.further-news-padding:first-child{
    padding-right: 5px;
}

.further-news-padding:last-child{
    /*padding-left: 5px;*/
}

ul > li:nth-child(2)::before, ul > li:nth-child(3)::before{
    display: none;
}

.share-col, .si-share{
    padding-left: 0;
}

.alltagcloud{
    margin-top: 0;
}

.card {
    margin-bottom: 30px !important;
}

.card-body p{
    font-size: 1.0rem;
    line-height: 1.2rem !important;
    overflow-y: hidden;
}

.card-body h4 a {
    line-height: 1.2rem !important;
    height: 59px;
    overflow-y: hidden;
}

.further .item{
    padding: 5px;
}

.card-body{
    padding: 10px;
}

.card-body li{
    margin: 0;
}

.bigitem{
    margin-bottom: 0;
}

.line{
    margin-top: 40px;
    margin-bottom: 40px;
}

.sponsored {
    color: white !important;
    background-color: #000000;
    padding: 0.1em 0.8em 0.1em 0.8em;
    border-radius: 3px ;
}

.sponsored a {
    color: white !important;
    text-transform: uppercase;
}

.drop-cap::first-letter {
    -webkit-initial-letter: 4;
    initial-letter: 4;
    font-weight: bold;
    margin-right: .75em;
}

.entry-content-news :not(.tagcloud) a {
    color: var(--content-text-links);
}