/*------------------------------------*\
  #Layout Blau
\*------------------------------------*/

.editor-style-text-h3::after,
.editor-style-text-h3:is(h1, h2, h3, h4, h5, h6)::after,
:where(.style-text, .bh-bodytext) h3::after {
    background-color: var(--Weiß);
}

.bh-touch-content {
    background-color: var(--Blau);
    color: var(--Weiß);
}

.bh-touch-content .bhAccordeonItem {
    border-top: 1px solid var(--Weiß);
    border-bottom: 1px solid var(--Weiß);
    color: var(--Weiß);
}

.el-spacer--line .el-spacer__row:before, 
.el-spacer--line .el-spacer__row:after {
    background-color: var(--Weiß) !important;
}

.el-touchgallery-content .swiper-pagination-bullets .swiper-pagination-bullet {
    background: var(--Weiß) !important;
}