/* ==========================================
   Leistungen
   Nur Ergänzungen zur feedback.css
========================================== */

/* Überschrift "Leistungen im Überblick" */

.bereich-ueberschrift{

    text-align:center;

    font-size:32px;

    margin-bottom:35px;

    color:#222;

}

/* Wundmanagement und Palliativpflege */

.auswahl-karte h2{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

}

/* Etwas angenehmer lesbarer Text */
.auswahl-karte{

    padding:40px 35px 30px;

    display:flex;
    flex-direction:column;

    height:100%;

}

.auswahl-karte p{
    flex:1;
}

/* Nur ein Button pro Karte */

.auswahl-karte .formular-button{

    margin-top:30px;

}
/* Hervorhebungen im Einleitungstext */
.highlight-wm{
    color:#911e64 !important;
    font-weight:600;
}


.highlight-pp{
    color:#eb557d;
    font-weight:600;
}
.feedback-auswahl .auswahl-karte .formular-button{

    width:180px;
    height:48px;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:30px auto 0;

}
.leistungs-thumb{

    width:110px;
    height:110px;

    object-fit:contain;

    border-radius:14px;

    display:block;

    margin:0 auto 18px;

}
/* Wundmanagement-Karte */

.auswahl-karte.wundmanagement h2,
.auswahl-karte.wundmanagement p{

    color:#911e64;

}

.auswahl-karte.wundmanagement .formular-button{

    background:#911e64;

}

.auswahl-karte.wundmanagement .formular-button:hover{

    background:#911e64;

}
/* Palliativpflege-Karte */

.auswahl-karte.palliativpflege h2,
.auswahl-karte.palliativpflege p{
    color: #eb557d;
}

.auswahl-karte.palliativpflege .formular-button{

    background:#eb557d;

}

.auswahl-karte.palliativpflege .formular-button:hover{

    background:#eb557d;

}
.kontakt-hero h1{
    color:#4a4a4a;
}