.fehlt *{
    color: rgb(164,49,27)!important;
}

.fehlt .wpb_single_image::before,
.wpb_single_image.fehlt::before,
.fehlt .wpb_wrapper:has(> video)::before{
    content: "";
    position: absolute!important;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(164,49,27);
    opacity: 0.5;
    z-index: 3!important;
}
.fehlt .wpb_single_image,
.wpb_single_image.fehlt{
    position: relative;
}
html .fehlt #rank-math-faq .rank-math-list-item{
    background-color: rgba(164,49,27,0.33)!important;
    background: rgba(164,49,27,0.33)!important;
    border: 1px  solid rgb(164,49,27)!important;
}
html .fehlt #rank-math-faq .rank-math-list-item *{
    color: #222222!important;
}