.newsItem{
    clear: both;
    border-top: 1px dashed !important;
    padding-top: 10px !important;
}

.newsnavigation{
    width: 100%;
    height: 30px;
    background: #CCC;
}

.newsItem h2{
    width: 430px;
    display: block;
    padding: 0 !important;
}

#headBody {
    width: 80vw;
    height: 28vw;
    background: url(https://holdorf.de/cms/upload/hintergruende/igeha-header.jpg) !important;
    background-size: cover !important;
}

/*
.textItem img{
    width: 50%;
    height: auto;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
*/

h2 p {
    color: #2175b5 !important;
    font-size: 23px !important;
    font-weight: normal !important;
    line-height: 1;
    margin-bottom: 10px;
}

.newsItem img{
    float: right;
    width: 200px !important;
    height: auto !important;
    margin-left: 20px;
    margin-top: 5px;
    border: 5px solid !important;
    border-color: #FFF !important;
}

.pdate{
    text-align: right !important;
    width: 200px;
    float: right;
    margin-top: 0;
    font-style: italic;
}

.preadmore{
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsItem p a, .newsItem p a:visited {
    background: #CCCCCC;
    color: #000;
    padding: 7px 13px 8px 13px;
    border-radius: 5px;
    text-decoration: none;
}

.newsItem p a:hover{
    background: #6e6e6e;
    color: #FFF;
}

.newsItem hr{
    height: 10px;
    background-color: #FFFFFF;
    display: none;
} 