.main-news {
    max-width: 1270px;
    margin: 80px auto 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
}

.main-news > h2 {
    margin-bottom: 10px;
    color: #231618;
    font-size: 24px;
}

.main-news > img {
    display: block;
    max-width: 100%;
    min-width: 100%;
}

.mein-news_text {
    text-decoration: none;
    outline: none;
    margin-top: 10px;
}

.mein-news_text > p {
    font-size: 18px;
    color: #231618;
    text-indent: 10px;
    text-align: justify;
    margin-bottom: 5px;
}

.mein-news_text > a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    nav-index: 2;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 5px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #006AA0;
    cursor: pointer;
}

.mein-news_text > a:hover {
    color: #659DB7;
}