/* Abstände Abschnitts-Block */
.cd-section {
    padding: 20px 10px 10px 10px;
}

/* Blog-Einträge Hintergrundfarbe */
.cd-light .cd-tile-v-box {
    background-color: rgba(255, 216, 10, 0.2);
}

/* Termin-Block Überschrift Hintergrundfarbe */
.cd-light .cd-tile-h-main-area {
    background-color: rgba(255, 216, 10, 0.2);
}

/* Termin-Block Überschrift Text */
.cd-light .cd-tile-h-main-heading {
    color: rgb(51, 51, 51);
    font-weight: normal; /* nicht fett geschrieben */
}

/* Termin-Block Uhrzeit Text */
.cd-light .cd-tile-h-main-subheading {
    color: rgb(51, 51, 51);
}

/* Termin-Block Details (Ort) Hintergrundfarbe */
.cd-light .cd-tile-h-box {
    background-color: rgba(255, 216, 10, 0.05);
}