#ce_wg_zitat .zitat-section {
    padding: 4rem 2rem;
    position: relative;
    text-align: center;
}

#ce_wg_zitat .zitat-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/fileadmin/images/WirGastfreunde/ContentElements/ce_wg_zitat/quote-dunkel.svg') no-repeat center center;
    background-size: contain;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

#ce_wg_zitat .container {
    display: inline-block;
}

#ce_wg_zitat .box {
    display: inline;
    position: relative;
    z-index: 1;
}

#ce_wg_zitat .quote,
#ce_wg_zitat p {
    display: inline;
}

.section.section-default > div.frame-background-primary #ce_wg_zitat .quote {
    color: var(--black-color);
}

.section.section-default > div.frame-background-secondary #ce_wg_zitat .quote {
    color: var(--white-color);
}

.section.section-default > div.frame-background-dark #ce_wg_zitat .quote {
    color: var(--white-color);
}

.frame-background-dark-trapezoid #ce_wg_zitat .zitat-section {
    color: var(--white-color);
}