
.element-subheader   { color: white; font-size: 1rem;}


/* Weisse BG bei Stellenbeschreibung */

.frame-background-none hr {color: var(--var-primary);width: 8rem;border-bottom-color: white;}

.frame-type-ce_columns2 .ce-col .frame {
        border: 0px solid yellow;
        width: 100%;
        height: 100%;
}
    

.frame-background-tertiary {
    background: rgba(255, 255, 255, 0.4);
    color: white;
}
.frame-background-tertiary p {
    background: transparent;
    color: white;
}
.frame-background-tertiary .element-header {
    background: transparent;
    color: white;
}

.frame-background-tertiary .btn-primary {
    background: var(--var-primary);
    color: white;
    border: 1px solid white;
}

.frame-background-tertiary .btn-primary a::hover {
    background: var(--var-primary);
    color: red;
    border: 1px solid white;
}


.frame-background-primary .noafter .element-header span::after {
  content: ""; 
  display: block;
  width: 8rem;
  height: 0px;
  background: white;
  margin-top: 0.5rem;
}