*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

.news.font_open_sans {
    font-family: 'Open Sans', sans-serif;
}

.news.font_roboto {
    font-family: Roboto, sans-serif;
}

.news.font_lato {
    font-family: Lato, sans-serif;
}

.news .newsTitle {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 2.500em;
}

.news .newsItem {
    margin: 20px 0;
    padding-bottom: 20px;
    position: relative;
}

.news .newsItem .title {
    font-weight: normal;
    font-size: 1.786em;
    line-height: 1.280em;
    margin-bottom: 0.480em;
}

.news .newsItem .copyright {
    font-size: 9px;
}

.clear{
    float: none;
    clear: both;
}

/*
 * Template spezifische Eigenschaften
 */

.template1{
    max-width:420px;
}

.template1 .news .newsItem .image img{
    width:100%;
    height: auto;
}

.template1 .news .newsItem .image.floatRight {
    float: right;
}

@media only screen and (min-width: 425px) {
    .template1 .news .newsItem .image {
        float: left;
        width: 40%;
        overflow: hidden;
        margin: 6px 30px 30px 0;
        line-height: 0;
    }
}

.template1.max-width {
    max-width: 100%;
}

.template1.max-width .news .newsItem .image {
    float: left;
    overflow: hidden;
    margin: 6px 30px 30px 0;
    line-height: 0;
}

.template2{
    max-width:820px;
}

.template2 .news .newsItem .image.floatRight {
    float: right;
}

.template2 .image img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 425px) {
    .template2 .news .newsItem .image {
        float: left;
        width: 35%;
        overflow: hidden;
        margin: 6px 30px 30px 0;
        line-height: 0;
    }

    .template2 .news .newsItem .image img{
        width:100%;
        height: auto;
    }
}

.template3 .news .newsList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(1, 1fr);
}

.template3 .news .newsItem .image img {
    width: 100%;
}

.template3 .news .newsItem {
    margin: 0;
    padding: 0;
}

.template3 .news .newsItem .text a {
    display: block;
    margin-top: 10px;
}

.template3 .newsItem .image{
    line-height: 0;
    margin-bottom: 13px;
}

.template3 .news .newsItem .text a::first-letter {
    text-transform: uppercase;
}

.template3 .news .newsItem .title {
    margin: 3px 0 8px 0;
}

.template3 .news .newsItem:not(:last-child):after {
    display: none;
}

@media only screen and (min-width: 425px) {
    .template3 .news .newsList {
        grid-template-columns: repeat(2, 1fr);
    }

    .template3 .news .newsItem .image {
        max-height: 31.2vw;
        overflow:hidden;
    }
}

@media only screen and (min-width: 768px) {
    .template3 .news .newsList {
        grid-template-columns: repeat(3, 1fr);
    }

    .template3 .news .newsItem .image {
        max-height: 21.1vw;
        overflow:hidden;
    }
}

.template4 .news .newsList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(1, 1fr);
    padding: 5px 10px 5px;
}

.template4 .news .newsItem {
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color:#FFFFFF;
}

.template4 .news .newsItem .category {
    background-color: rgba(129,138,145,0.7);
    border-radius: 20px;
    color: #fff;
    margin: 20px;
    padding: .6em 1.2em;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.template4 .news .newsItem .date {
    border-top: 1px solid #eaeaea;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.template4 .news .newsItem .image {
    position: relative;
    line-height: 0;
}

.template4 .news .newsItem .image img {
    width: 100%;
}

.template4 .news .newsItem .text {
    margin-bottom: 78px;
    padding: 0 30px;
}

.template4 .news .newsItem .text a {
    display: block;
    margin-top: 10px;
}

.template4 .news .newsItem .text a::first-letter {
    text-transform: uppercase;
}

.template4 .news .newsItem .title {
    margin: 0;
    padding: 30px 30px 15px;
}

@media only screen and (min-width: 425px) {
    .template4 .news .newsList {
        grid-template-columns: repeat(2, 1fr);
    }

    .template4 .news .newsItem .image {
        max-height: 29.6vw;
        overflow:hidden;
    }
}

@media only screen and (min-width: 768px) {
    .template4 .news .newsList {
        grid-template-columns: repeat(3, 1fr);
    }

    .template4 .news .newsItem .image {
        height: 20.5vw;
        max-height: 20.5vw;
        overflow:hidden;
    }

    .template4 .news .newsItem .image img {
        height: 20.5vw;
        object-fit: cover;
    }

}