/* ==========================================
   Preise
   Ergänzungen zur feedback.css
========================================== */

/* Überschrift "Preise" */

.bereich-ueberschrift{

    text-align:center;

    font-size:32px;

    margin-bottom:35px;

    color:#222;

}

/* Karten */

.auswahl-karte h2{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

}

.auswahl-karte{

    padding:40px 35px 30px;

    display:flex;
    flex-direction:column;

    height:100%;

}

.auswahl-karte p{

    flex:1;

}

.auswahl-karte .formular-button{

    margin-top:30px;

}

/* Hervorhebungen im Einleitungstext */

.highlight-wm{

    color:#911e64;

    font-weight:600;

}

.highlight-pp{

    color:#eb557d;

    font-weight:600;

}

/* Einheitliche Buttongröße */

.feedback-auswahl .auswahl-karte .formular-button{

    width:180px;

    height:48px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:30px auto 0;

}

/* Bilder */

.leistungs-thumb{

    width:110px;

    height:110px;

    object-fit:contain;

    border-radius:14px;

    display:block;

    margin:0 auto 18px;

}

/* Wundmanagement */

.auswahl-karte.wundmanagement h2,
.auswahl-karte.wundmanagement p{

    color:#911e64;

}

.auswahl-karte.wundmanagement .formular-button{

    background:#6d1f3d;

}

.auswahl-karte.wundmanagement .formular-button:hover{

    background:#911e64;

}

/* Palliativpflege */

.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;

}

/* Hero */

.kontakt-hero h1{

    color:#4a4a4a;

}