/* ==========================================
   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 35px;
    display:flex;
    flex-direction:column;

}

/* Nur ein Button pro Karte */

.auswahl-karte .formular-button{

    margin-top:auto;

}
/* Hervorhebungen im Einleitungstext */

.highlight{
    color:#911e64;
    font-weight:700;
}

.feedback-auswahl .formular-button{

    width: fit-content;
    min-width: 170px;

    align-self: center;

    padding: 12px 24px;

    margin-top: auto;

}
.vorteile-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:22px;

    margin-top:35px;

}

.vorteil{

    background:#fff7fa;

    border:1px solid #f3d5e1;

    border-radius:14px;

    padding:22px;

    text-align:left;

}

.vorteil h3{

    color:#911e64;

    margin-bottom:10px;

    font-size:20px;

}

.vorteil p{

    margin:0;

    line-height:1.7;

}

@media(max-width:768px){

    .vorteile-grid{

        grid-template-columns:1fr;

    }

}

/* ==========================================
   Inhaltskarten
========================================== */

.feedback-auswahl{

    padding:30px 20px;

}

.feedback-auswahl .auswahl-karte{

    padding:28px 32px;

    min-height:auto;

}

.feedback-auswahl .auswahl-karte h2{

    margin-bottom:18px;

}

.feedback-auswahl .auswahl-karte p{

    margin-bottom:16px;

    line-height:1.7;

}

.feedback-auswahl .auswahl-karte p:last-of-type{

    margin-bottom:24px;

}
.wunden-liste{

    display:grid;

    grid-template-columns:repeat(2, max-content);

    justify-content:center;

    gap:20px 60px;

    margin-top:25px;

}

.wunden-liste ul{

    list-style:none;

    margin:0;

    padding:0;

    text-align:left;

}       

.wunden-liste li{

    position:relative;

    padding-left:20px;

    margin-bottom:12px;

    line-height:1.6;

}

.wunden-liste li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#911e64;

    font-weight:700;

}

@media(max-width:768px){

    .wunden-liste{

        grid-template-columns:1fr;

        gap:20px;

    }

}
.warum-wundpal{
    text-align:center;
    padding:30px 20px 80px;
}

.zielgruppen{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:15px;

    margin:40px 0;

}

.ziel-btn{

    padding:18px;

    border:none;

    border-radius:12px;

    background:#afadad;

    color:#f1eded;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.ziel-btn:hover{

    background:#d18ab6;

}

.ziel-btn.aktiv{

    background:#911e64;

    color:#fff;

}

.ziel-content{
    text-align:left;
    max-width:750px;
    margin:0 auto;

    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(24, 24, 24, 0.427);
}

.ziel-content h3{

    margin-bottom:20px;

}

.ziel-content ul{

    list-style:none;

    padding:0;

}

.ziel-content li{

    margin-bottom:14px;

    padding-left:24px;

    position:relative;

}


@media(max-width:900px){

    .zielgruppen{

        grid-template-columns:1fr 1fr;

    }

}

@media(max-width:600px){

    .zielgruppen{

        grid-template-columns:1fr;

    }

}
/* ==========================================
   Gesamte Wundmanagement-Seite
========================================== */

main h1,
main h2,
main h3,
main p,
main li{

    color:#911e64 !important;

}
.hero-liste{

    list-style:none;

    padding:0;

    margin:0;

}

.hero-liste li{
    position:relative;
    padding:14px 0 14px 42px;
    margin:0;
    line-height:1.8;
    border-top:1px solid #f1d8e3;
}

.hero-liste li:first-child{

    border-top:none;

}

.hero-liste li::before{

    content:"";

    position:absolute;

    left:0;
    top:15px;

    width:22px;
    height:22px;

    background-image:url("../images/pflaster.png");

    background-repeat:no-repeat;

    background-position:center;

    background-size:contain;

}

.hero-liste li::after{

    content:none;

}
.ziel-content{

    scroll-margin-top:120px;

}

.top3{

    display:inline-flex;
    flex-direction:column;
    text-align:left;

    margin:40px auto;

    max-width:760px;

}

.grund{

    display:flex;

    align-items:flex-start;

    gap:14px;

    margin-bottom:34px;

}

.ziel-content h3{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin-bottom:-25px;

}
.grund img,
.ziel-content h3 img{

    width:96px;

}

.grund img{

    flex-shrink:0;

    margin-top:2px;

}
.mehr{

    max-width:760px;

    margin:35px auto 0;

    text-align:left;

}

.mehr ul{

    padding-left:25px;

}

.hidden{

    display:none;

}
.ziel-content{

    color:#911e64;

}

.ziel-content h3,
.ziel-content h4,
.ziel-content p,
.ziel-content li{

    color:#911e64;

}
.weitere-vorteile{

    text-align:center;

}

.vorteile-liste{
text-align:left;
    max-width:600px;

    margin:50px auto 0;

    padding:0;

    list-style:none;

}

.ziel-content{

    text-align:center;

}

.vorteile-liste li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    padding:0;

    margin-bottom:16px;

}

.vorteile-liste li::before{

    content:"";

    flex:0 0 20px;

    width:20px;

    height:20px;

    margin-top:4px;

    background:url("../images/pflaster.png") no-repeat center;

    background-size:contain;

}
.vorteile-liste li{

    list-style:none;

    position:relative;

    padding-left:34px;

    margin-bottom:14px;

    line-height:1.7;

}
.vorteile-liste li::before{

    content:"";

    position:absolute;

    left:0;

    top:4px;

    width:20px;

    height:20px;

    background-image:url("../images/pflaster.png");

    background-repeat:no-repeat;

    background-size:contain;

}
/* ==========================================
   Beratungs-CTA
========================================== */

.beratung-cta{

    padding:5px 20px 20px;

    text-align:center;

}

.beratung-cta .container{

    max-width:760px;
    margin:0 auto;

}

.beratung-cta h2{

    margin-bottom:25px;

}

.beratung-cta p{

    margin-bottom:35px;
    line-height:1.8;

}

.beratung-cta .formular-button{

    display:inline-block;

}
/* ==========================================
   Hero Einstieg
========================================== */

.hero-box{

    max-width:1100px;

    margin:40px auto 0;

    padding:55px 60px;

    background:#fff;

    border-radius:26px;

    box-shadow:0 12px 35px rgba(109,31,61,.10);

}

.hero-box h1{

    text-align:center;

    margin-bottom:35px;

}

.hero-einstieg{

    max-width:900px;

    margin:0 auto 45px;

    text-align:center;

    font-size:1.45rem;

    font-weight:400;

    line-height:1.75;

}

.hero-einstieg strong{

    color:#911e64;

}
/* ==========================================
   Situationen
========================================== */

.situationen{

    padding:60px 20px;

}

.situationen-box{

    max-width:750px;

    margin:auto;

    background:#fff;

    border-radius:28px;

    padding:50px 60px;

    box-shadow:0 15px 40px rgba(129, 40, 74, 0.436);

}

.situationen-box h2{

    text-align:center;

    margin-bottom:40px;

}
.situationen-einstieg{

    max-width:800px;

    margin:0 auto 35px;

    text-align:center;

    line-height:1.8;

    font-size:1.1rem;
    font-weight:550;
}

.situationen-trenner{

    border:none;

    border-top:1px solid #ead7df;

    margin:0 0 35px;

}
