@charset "utf-8";



.newsletterkarte {
    width: calc(50% - 46px);
    padding: 16px;
    min-height: 100px;
    margin-right: 8px;
    margin-bottom: 8px;
    vertical-align: top;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    overflow: hidden;
}

.newsletterkarte:hover {
    border: 1px solid #727272;
}

@media screen and (max-width: 1000px) {
    .newsletterkarte {
        width: calc(100% - 44px);
    }
}

.newsletterkarte .betreff {
    font-size: 18px;
    margin-bottom: 8px;
    color: #488925;
    white-space: nowrap;
}



.newsletterblock {
    max-width: 100%;
    width: 600px;
    border: 0px;
}

.newsletterblock td {
    vertical-align: top;
}

.newsletterblock img {
    max-width: 100%;
}



.newsletterneu .inhalt .newslettervorschaublock {
    cursor: pointer;
    padding: 0px 16px 16px 16px;
    border: 1px solid #484848;
    width: 300px;
    height: 150px;
    margin-bottom: 16px;
    overflow: hidden;
}

.newsletterneu .inhalt .newslettervorschaublock:hover {
    background-color: #fff;
}

.newsletterneu .inhalt .newslettervorschaublock .newslettervorschaublocktools {
    position: relative;
    text-align: right;
    top: 130px;
}



.newsletternachlademarkierung img {
    height: 64px;
}