/* ==========================================
   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);

}

.situationen-box h2 {
    margin-top: 0;
}

.situationen-box p + h2 {
    margin-top: 45px;
}
.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{


    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;
      margin-bottom: 80px;

    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;

}
/* ==========================================
   PERSÖNLICHES FOTO – HÄNDE
========================================== */

.lebensweg-bild {
    padding: 50px 0;
}

.lebensweg-bild-inhalt {
    text-align: center;
}

.lebensweg-zitat {
    margin: 0 auto 35px;
    max-width: 750px;

    font-family: "Great Vibes", cursive;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
}

.lebensweg-foto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lebensweg-foto img {
    display: block;

    width: 20%;
    max-width: 220px;
    min-width: 160px;
    height: auto;

    padding: 14px;
    background: #ffffff;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);



    transform: rotate(-1deg);
}
/* ==========================================
   AUFKLAPPBARE LEITSÄTZE
========================================== */

.leitsatz summary {
    display: flex;
    align-items: center;

    cursor: pointer;

    padding: 16px 20px;

    font-weight: 600;

    list-style: none;

    transition: background-color 0.2s ease;
}

.leitsatz summary::-webkit-details-marker {
    display: none;
}

.leitsatz summary:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.leitsatz-titel {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Schwarzes Dreieck – geschlossen: zeigt nach rechts */

.leitsatz-pfeil {
    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;

    flex-shrink: 0;

    transition: transform 0.2s ease;
}

/* Geöffnet: Dreieck zeigt nach unten */

.leitsatz[open] .leitsatz-pfeil {
    transform: rotate(90deg);
}
/* Abstand nach den Leitsätzen */

.leitsatz:last-of-type {
    margin-bottom: 55px;
}

.lebensweg-bild.links {
    float: left;
    width: 28%;
    margin: 0 35px 20px 0;
}

.lebensweg-bild.links img {
    display: block;
    width: 100%;
    height: auto;

    padding: 12px;
    background: #fff;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);


}
.gita-sanskrit {
    font-family: "Noto Sans Devanagari", sans-serif;
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 8px;
    text-align: center;
}

.gita-transliteration {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 18px;
        text-align: center;
}

.gita-zitat p {
    margin: 0 0 8px;
    font-style: italic;
    font-weight: normal;
        text-align: center;
}

.gita-zitat span {
    font-size: 0.9rem;
    font-style: italic;
        text-align: center;
}
.gita-deutsch {
    font-family: "Freestyle Script", cursive;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 8px;
        text-align: center;
}
.beruf-einstieg{
    flex:1 1 100%;
}

.beruf-einstieg a{
     color: #911e64;
    font-weight: 700;
    text-decoration:none;
    cursor:pointer;

}

.beruf-einstieg a:hover{
    text-decoration:underline;
}

#beruflich,
#vorhaben{
    scroll-margin-top:180px;
}
html{
    scroll-behavior:smooth;
}

/* ==========================================
   BERUFLICHER WERDEGANG
========================================== */


/* Hinweis vor dem Werdegang */


.kurzprofil-hinweis {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: normal;
}


/* ==========================================
   ÄUSSERER ÖFFNER
========================================== */









/* ==========================================
   GELBE GESAMTBOX
   Anfangszustand: unsichtbar
========================================== */

.werdegang-container {
    background-color: #fff8d9;

    width: 70%;
    margin: 0 auto 20px;

    padding: 18px 25px;

    box-sizing: border-box;

    color: #333333;

    font-size: 0.7rem;

    font-family: "Courier New", Courier, monospace;
}


/* Geöffnet */

.werdegang-container.offen {

    display: block;

}


/* ==========================================
   HINWEIS INNERHALB DER GELBEN BOX
========================================== */

.werdegang-hinweis {

    margin: 0 0 20px;

    font-size: 0.9rem;

    color: #555555;

}


/* ==========================================
   EINZELNE STATIONEN
========================================== */

.werdegang-liste details {

    border-bottom: 1px solid rgba(51, 51, 51, 0.20);

}


.werdegang-liste details:last-child {

    border-bottom: none;

}


/* Überschrift der einzelnen Station */

.werdegang-liste summary {

    list-style: none;

    cursor: pointer;

    padding: 16px 5px;

    display: flex;

    align-items: center;

    gap: 12px;

    font-weight: bold;

}


.werdegang-liste summary::-webkit-details-marker {

    display: none;

}


/* Hover */

.werdegang-liste summary:hover {

    color: #911e64;

}


/* ==========================================
   DREIECK DER EINZELNEN STATION
========================================== */

.werdegang-pfeil {

    width: 0;

    height: 0;

    border-top: 6px solid transparent;

    border-bottom: 6px solid transparent;

    border-left: 8px solid #000000;

    flex-shrink: 0;

    transition: transform 0.2s ease;

}


/* Geöffnet – Dreieck zeigt nach unten */

.werdegang-liste details[open] .werdegang-pfeil {

    transform: rotate(90deg);

}


/* ==========================================
   INHALT DER EINZELNEN STATION
========================================== */

.werdegang-inhalt {

    padding: 0 20px 18px 25px;

    font-size: 0.9rem;

    line-height: 1.6;

}


.werdegang-inhalt strong {

    font-weight: bold;

}


.werdegang-inhalt p {

    margin: 5px 0 0;

}
.bildbeschreibung {
    margin: 8px 0 0;
    text-align: center;
    font-size: 0.75rem;
 color: #911e64 !important;
    font-style: italic;
}