.section__filter .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
    .section__filter .medium-10:nth-of-type(-n + 2) {
        padding-bottom: 1rem;
    }
    .section__filter .row::after {
        content: unset;
    }
}
@media screen and (max-width: 39.9375em) {
    .section__filter .medium-10:nth-of-type(-n + 2) {
        margin-bottom: 1em;
    }
}

.karte .form__fieldset input#regional-promotorinnen + label,
.karte .form__fieldset input#fachpromotorinnen + label {
    color: #40acbf;
}

.karte .form__fieldset input#regional-promotorinnen + label span,
.karte .form__fieldset input#fachpromotorinnen + label span {
    border-color: #40acbf;
}

.karte .form__fieldset input#fachpromotorinnen:checked + label span,
.karte .form__fieldset input#regional-promotorinnen:checked + label span {
    background-color: #40acbf;
}

.single .fokushubsbereiche ul {
    list-style: none;
    margin: 0;
}

.single .fokushubsbereiche ul li:first-of-type {
    margin-left: 0;
}
.single .fokushubsbereiche ul li {
    display: inline-block;
    border: 1px solid rgb(67,60,107);
    border-radius: 4px;
    margin-left: 0.6em;
    padding: 1px 7px;
    background-color: rgba(67,60,107,.7);
    font-size: 0.9rem;
}

.single .fokushubsbereiche ul li a {
  font-size: .9rem;
  text-decoration: none;
  color: #fff;
}