@charset "UTF-8";
/*a22039*/
.f-border {
    border:0.2rem solid #a22039;
    width:min(58rem, 100%);
}

.f-cols ul {
    margin-bottom:0;
    padding-left:0;
}

.f-leistungen {
    list-style:none;
    font-weight:600;
}

.f-leistungen li {
    display:flex;
    gap:0.5em;
}

.f-leistungen li::before {
    content:"•";
    flex:0 0 auto;
    font-size:1.35em;
    line-height:1.5rem;
}

.f-cols .col-12:first-child {
    margin-bottom:1rem;
}

.f-times {
    width:max-content;
    max-width:100%;
}

.f-times li {
    display:flex;
    justify-content:space-between;
    gap:1rem;
    white-space:nowrap;
}

.f-cols a {
    color:inherit;
    text-decoration:none;
}

.f-cols a:hover,
.f-cols a:focus {
    color:#a22039;
    text-decoration:underline;
}

@media (max-width: 767.98px) {
    .f-border.p-5 {
        padding:1.5rem !important;
    }
}

/* Unterseiten Impressum / Datenschutz */
.f-text {
    width:min(58rem, 100%);
    background:#fff;
}

.f-text-logo {
    max-width:18rem;
}

.f-text h1 {
    font-size:1.75rem;
    margin-bottom:1.5rem;
}

.f-text h2 {
    font-size:1.25rem;
    margin-top:2rem;
}

.f-text h3 {
    font-size:1.05rem;
    margin-top:1.5rem;
}

.f-text h4 {
    font-size:1rem;
    margin-top:1.25rem;
}

.f-text a,
.f-zurueck {
    color:#a22039;
}

.f-text p:last-child {
    margin-bottom:0;
}

.f-footer {
    font-size:0.85rem;
    text-align:center;
    color:#575756;
}

.f-footer a {
    color:inherit;
    text-decoration:none;
}

.f-footer a:hover,
.f-footer a:focus {
    color:#a22039;
    text-decoration:underline;
}

@media (max-width: 767.98px) {
    .f-text.p-5 {
        padding:1.5rem !important;
    }
}
