/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

.cd-button-login {
    display: none;
}

.cd-news-text {
    max-width: inherit;
}

.cd-button {
    color: #fff !important;
}

footer a {
    color: #3d87a9 !important;
}
footer a:hover {
    color: #fff!important;
}

.cd-content .cd-block[data-block-type="0"],
.cd-block-content .cd-detail-area {
    background-color: #f2e4d8;
}

.cd-tile-h-detail-label {
    color: rgba(51,51,51,1.0) !important;
}

.cd-block-content .cd-detail-area {
    padding: 10px 20px;
}

.cd-news-detail .cd-news-text,
.cd-news-detail .cd-carousel-container {
    background: rgba(242,228,216,1.0);
    padding: 5px 10px;
}
.cd-news-detail .cd-news-text > p:first-of-type {
    margin-top: 0px;
}
.cd-news-detail > .m12 > p:not(:first-of-type) {
   margin: 0px;
}