/* ==========================================
   Leistungen
   Nur Ergänzungen zur feedback.css
========================================== */

/* Überschrift "Leistungen im Überblick" */

.bereich-ueberschrift{

    text-align:center;

    font-size:32px;

    margin-bottom:35px;

    color:#2f2f2f;

}

/* 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:#2f2f2f;
    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:#2f2f2f;

    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:#2f2f2f;

    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:#e8e8e8;

    color:#2f2f2f;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.ziel-btn:hover{

    background:#d9d9d9;

}

.ziel-btn.aktiv{

    background:#d97ba8;

    color:#2f2f2f;

}

.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:#2f2f2f !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:#2f2f2f;

}

.ziel-content h3,
.ziel-content h4,
.ziel-content p,
.ziel-content li{

    color:#d97ba8;

}
.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:#2f2f2f;

}
/* ==========================================
   Situationen
========================================== */

.situationen{

    padding:60px 20px;

}

.situationen-box{

    max-width:880px;

    margin:auto;

    background:#fff;

    border-radius:28px;

    padding:50px 60px;

    box-shadow:0 15px 40px rgba(129, 40, 74, 0.436);
margin-bottom: 40px;
}

.situationen-box h2{

    text-align:left;

    margin-bottom:25px;

    padding-bottom:15px;

    border-bottom:1px solid #ead7df;

}
.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;

}
/* ==========================
   Mein beruflicher Weg
========================== */

.beruflicher-weg{
    padding:80px 0;
}
/* ==========================================
   Privat
========================================== */

.privat{
    padding:80px 0;
}

.privat-box{

    max-width:900px;

    margin:0 auto;

    background:#fff;

    border-radius:28px;

    padding:50px 60px;

    box-shadow:0 15px 40px rgba(129,40,74,.18);

}

.privat-box h2{

    text-align:center;

    margin-bottom:40px;

}

.privat-box p{

    line-height:1.9;

    margin-bottom:24px;

}
.beruf-box{

    display:flex;
    align-items:flex-start;
    gap:60px;
    flex-wrap:wrap;

    max-width:880px;
    margin:0 auto;

    background:#fff;
    border-radius:28px;
    padding:50px 60px;

    box-shadow:0 15px 40px rgba(129,40,74,.18);

}

.beruf-bild.rechts{

    float:right;

    margin:10px 0 30px 35px;

}

.beruf-bild img{
    width:200px !important;
    max-width:200px !important;
    height:auto !important;
    display:block;
    margin:0 auto;
    border-radius:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.beruf-text{
    flex:1 1 500px;
}

.beruf-text h2{
    margin-bottom:25px;
}

.beruf-text p{
    margin-bottom:20px;
    line-height:1.8;
}

/* ==========================================
   Polaroid-Fotos
========================================== */

.privat-bild,
.abschluss-bild{

    margin:35px 0;

}

.privat-bild{

    position:relative;

}

.privat-bild.rechts{

    float:right;
    margin:10px 0 20px 35px;

}

.privat-bild.links{

    float:left;
    margin:10px 35px 20px 0;

}

.privat-bild img{

    display:inline-block;

    width:100%;
    max-width:240px;

    background:#fff;

    padding:12px 12px 40px;

    border-radius:3px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

.privat-bild.rechts img{

    transform:rotate(5deg);

}

.privat-bild.links img{

    transform:rotate(-6deg);

}

.abschluss-bild{

    text-align:center;

    margin-top:50px;

}

.abschluss-bild img{

    display:inline-block;

    width:100%;
    max-width:700px;

    background:#fff;

    padding:12px 12px 45px;

    border-radius:3px;

    box-shadow:0 16px 35px rgba(0,0,0,.22);

    transform:rotate(-2deg);

}

.bild-zitat{

    margin-top:28px;

    font-style:italic;

    color:#2f2f2f;

}
/* ==========================================
   WundPal Signatur
========================================== */

.wundpal-signatur{

    display:flex;
    justify-content:center;
    align-items:center;

    margin:60px auto 20px;

}

.wundpal-signatur img{

    display:block;
    width:120px;      /* nach Wunsch anpassen */
    height:auto;

}
.impressum {
    padding: 60px 0;
}

.impressum .situationen-box {
    margin-bottom: 40px;
}
.kontakt-grid{

    display:grid;
    grid-template-columns:220px 1fr;
    gap:18px 25px;
    row-gap:5px;

}
.kontakt-grid .label{

    font-weight:600;
    color:#333;

}

.kontakt-grid .wert{

    color:#444;
    line-height:1.7;

}

.kontakt-grid a{

    color:#011315;
    text-decoration:none;

}

.kontakt-grid a:hover{

    text-decoration:underline;

}
/* ===========================
   Inhaltsverzeichnis
=========================== */

.inhaltsverzeichnis{

    margin-top:40px;
    margin-bottom:40px;

}

.inhaltsverzeichnis h2{
    margin-top:0;
    margin-bottom:25px;
    text-align:center;
}

.inhalt-grid{
    display:grid;
    grid-template-columns:320px 320px;
    justify-content:center;
    gap:70px;
}

.inhalt-grid ul{
    margin:0;
    padding-left:22px;
    width:320px;
}

.inhalt-grid li{
    margin-bottom:12px;
    line-height:1.6;
}

.inhalt-grid a{
    color:#333;
    text-decoration:none;
}

.inhalt-grid a:hover{
    text-decoration:underline;
}

/* Smartphone */

@media (max-width:768px){

    .inhalt-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .inhaltsverzeichnis{
        padding:25px;
    }

}
/* ===========================
   Button zum Inhaltsverzeichnis
=========================== */

.zurueck-inhalt{

    position:fixed;
    right:25px;
    bottom:25px;

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffffff;

    border:1px solid #d9d9d9;
    border-radius:8px;

    font-size:28px;
    font-weight:600;

    color:#333;

    text-decoration:none;

    box-shadow:0 4px 12px rgba(0,0,0,.12);

    z-index:999;
}

.zurueck-inhalt:hover{

    transform:translateY(-2px);
    transition:.2s;

}
/* ===========================
   Listen in der Datenschutzerklärung
=========================== */

.datenschutz ul{
    margin:20px 0 25px;
    padding-left:22px;
}

.datenschutz li{

    margin-bottom:18px;

    line-height:1.8;

}

.datenschutz li:last-child{
    margin-bottom:0;
}
.datenschutz h2{
    margin-bottom:22px;
}
.datenschutz p{
    margin-bottom:18px;
    line-height:1.8;
}
/* ===========================
   Datenschutzerklärung
=========================== */

.datenschutz .situationen-box{

    max-width:880px;

}

.datenschutz .situationen-box p,
.datenschutz .situationen-box ul{

    max-width:760px;
    margin-left:auto;
    margin-right:auto;

}