.testimonialContainer {

    height: auto;

    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    padding: 0px 50px 50px 50px;

    border-radius: 25px;
    backdrop-filter: blur(20px);
    box-shadow: 10px 30px 20px -10px #26394d7b, inset 10px -10px 20px -10px #26394d7b, inset -15px 20px 30px -15px #ffffffbb;

}

h4 {
    width: auto;

    text-align: center;
    padding: 20px;
    font-size: clamp(1rem, 1.3vw, 1.5rem);



    color: #f0eff2;

}

.testimonialBeschreibungSpan {
    font-size: clamp(0.8rem, 1vw, 1.2rem);
}

.testimonial-project-heading {
    box-shadow: 10px 30px 20px -10px #26394d7b, inset 10px -20px 20px -10px #26394d7b, inset -15px 20px 30px -25px #ffffffbb;
    border-radius: 35px;
    background-color: var(--accent-color);
    position: absolute;
    top: -100px;
    right: 0px;
}

#testimonials-h1 {
    margin-bottom: 15px;

}

.testimonialsPart2 {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.gallery-container {



    margin-left: 20px;

}

.gallery-button {
    padding: 10px;
    border-radius: 25px;
    background-color: transparent;
    border: solid 5px;
    background-color: #484b48;
    box-shadow: rgb(38, 57, 77) 0px 0px 13px 5px;
    width: 80%;

}

.gallery-button img {
    width: 50%;
    height: 50%;

}

.gallery-button:hover {
    background-color: #ffffff09;
    box-shadow: none;
}


.gallery-button:active {
    box-shadow: none;
    background-color: transparent;
    box-shadow: rgb(38, 57, 77) inset 0px 0px 13px 3px;
}

#left-button {
    margin-right: 15px;
    margin-left: 15px;
}

#right-button {
    margin-left: 15px;
    margin-right: 15px;
}


.testimonialsPart3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;

    margin-top: 20px;
}

.testimonialsBeschreibung {
    width: 627px;
    min-height: 150px;

    border-right: 2px solid var(--accent-color);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;

    padding: 15px;
    padding-left: 0;
    padding-right: 0;


}

.section_5_details_summary_parent {
    width: 100%;

}



.section_5_details_details_parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    /* Abstand zwischen Marker und Text */
    margin: 15px;

}

.section_5_details_details_parent h6 {
    margin: 0;
    padding: 0;


}


.summary-heading {
    color: #f0eff2;
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
    text-decoration: underline;
    margin-bottom: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.section_5_details_details_parent {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    /* Marker ausblenden */
    position: relative;
}

.summary-marker {
    transform: rotate(90deg);
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
    background-color: var(--accent-color);
    position: relative;
    top: 0px;
    margin-right: 12px;
    /* Abstand zum Text */
    vertical-align: middle;
}

details[open] .summary-marker {
    transform: rotate(270deg);
    /* 90deg + 180deg */
    transition: transform 0.3s;
}

.beschreibung_Summarys {

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;


}

#beschreibungstext {
    padding: 25px;
    text-align: justify;
    font-size: clamp(0.8rem, 1.5vw, 1.7rem);
}


.section_5_details {
    text-align: justify;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    color: #f0eff2;
    margin-bottom: 15px;
}

.section_5_summary {
    text-align: justify;
    box-shadow: none;
    ;
    font-size: clamp(0.8rem, 1vw, 127rem);

    background-color: 858389;
    padding: 0px;
    border-radius: 10px;
    width: 100%;

}

details[open] {

    padding-bottom: 15px;
}



.section_5_summary {
    margin-bottom: 0px;
    border: solid 3px transparent;

}

.section_5_summary:hover {
    margin-bottom: 0px;


}

.testimonialsPart4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    height: 400px;
    padding-bottom: 25px;
    margin-top: 20px;



}

.testimonialsFeaturesChildButtonParent {
    margin-top: 20px;
}



.testimonialContainer h6 {

    padding: 10px;
    padding-top: none;
    border-radius: 10px;


    text-align: center;

    color: #f0eff2;

}





.testimonialsFeatures {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;

    width: 650px;



    padding: 15px;
    padding-left: 0;
    padding-right: 0;

}

.testimonialsFeaturesChild {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;

    padding: 15px;


}

.testimonialIMG {
    width: auto;
    height: 450px;
    border-radius: 35px;
    padding: 10px;

}


.entwicklungsContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

    border-radius: 10px;
    height: 50px;


}

.entwicklungsContainerBesonderheiten {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;



}

.entwicklungsIcon {
    width: 32px;
    height: 32px;

    position: relative;
    top: 0px;
    left: -10px;

}

.entwicklungsText {

    color: #f0eff2;
    font-size: clamp(1.2rem, 1.0vw, 1.3rem);
    width: 200px;
    margin-left: 10%;
}

.entwicklungsTextBesonderheiten {

    color: #f0eff2;
    font-size: clamp(0.8rem, 1.0vw, 1.3rem);
    text-align: start;
    padding-left: 10px;
    width: 80%;
    background-color: transparent !important;

}

.check-Icon {
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    /* Rund machen */
    filter: brightness(0) invert(1);
    opacity: 0.91;
    /* 0.41 ≈ 0x69/255 für die Transparenz */


}



.testimonial-link-button {
    width: 90%;
    height: 60%;
    background-color: var(--accent-color);
    color: #ffffff !important;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    position: relative;
    /* Wichtig für ::before */
    overflow: hidden;
    /* Verhindert, dass ::before übersteht */
    border: none !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.testimonial-link-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: shine 2s ease-in-out infinite;
    pointer-events: none;
    border-radius: 25px;
}


.testimonial-link-button:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: solid 2px var(--accent-color) !important;

}





@keyframes pulse {
    0% {
        transform: scale(1);
        /* Normalgröße */
    }

    50% {
        transform: scale(1.07);
        /* 20% größer */
    }

    100% {
        transform: scale(1);
        /* Zurück zur Normalgröße */
    }
}






.testimonial-link-button:active {

    box-shadow: #26394d 0px 10px 23px 3px;
}

.testimonial-link-button {

    border: none !important;
}



.testimonialMiddleChild {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 350px;
    height: 450px;

    border-right: 2px solid var(--accent-color);



}