.newsletter_kachel_einzel{
    display:inline-block;
    vertical-align: top;
    width:33.3333%;
    border:4px solid var(--rowColor);
}
.newsletter_kachel_einzel .inner{
    border:1px solid var(--mainBGColor);
}
.newsletter_kachel_einzel:hover .inner{
    border:1px solid var(--primaryColor);
}
.newsletter_kachel_einzel .bild{
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.newsletter_kachel_einzel .details{
    background-color: #8B8B8B;
    padding:10px;
}
.newsletter_kachel_einzel .details article.text p,
.newsletter_kachel_einzel .details article.text p strong{
    color:white;
}
.newsletter_kachel_einzel .details article.text p:last-of-type{
    margin-bottom:0px;
}
@media screen and (max-width:1150px){
    .newsletter_kachel_einzel{
        width:50%;
    }
}
@media screen and (max-width:500px){
    .newsletter_kachel_einzel{
        width:100%;
    }
}