﻿body {
}

.ah-buehne {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.3)),url('/img/classic-partner.webp?v=2');
    background-size: cover;
    background-repeat: no-repeat;
}




.bmwicon-xl {
    font-size: 3.5rem;
}

#c-container, #c-tinte {
    padding-top: 30px;
    padding-bottom: 30px;
}


#ct-service{
    margin-top:100px;
    padding-top:60px;
    padding-bottom:100px;
}


.ah-swiper{
    padding-right: 0px!important;
}

.classic-slide {
    height: 620px;
}

/* linke Seite */
.classic-left {
    padding: 30px;
}

/* Profilblock oben */
.classic-person {
    margin-bottom: 40px;
}

/* Profilbild */
.classic-avatar {
    width: 200px;
    height: 200px;
/*    border: 4px solid white;*/
    object-fit: cover;
}

/* Zitattext */
.classic-quote {
    /*   margin-top: auto; */
    font-size: 1.1rem;
    max-width: 520px;
}

/* rechte Bildseite */


.classic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 280px;
}

.swiper-team {
    color: rgba(0, 0, 0);
    height: auto;
}

.slide-content {
    min-height: 400px;
}

#c-container li {
 font-size:16px;
}
#c-container .row {
   padding-top:25px
}


/*.quote::before {
    content: "„";
}

.quote::after {
    content: "“";
}*/

.quote {
    font-style: italic;
}

.swiper-geschichten {
    width: 100%;
   /* overflow: visible;*/
}

    .swiper-geschichten .swiper-slide {
        width: 100%;
    }

.swiper-team {
    width: 100%;
    overflow: hidden; 
}

    .swiper-team .swiper-slid {
        width: 100%;
        max-width: 450px;
        margin-right: 20px;
    }


    .accordion-body p{
        font-size:1rem;
    }


.accordion-button.collapsed, .accordion-button:focus, .accordion-button:not(.collapsed) {
    background-color: #000032;
    color: #ffffff;
    font-size: 1rem;
}
        /* Pfeil im collapsed Zustand weiß */
        .accordion-button::after, .accordion-button:focus::after {
            filter: brightness(0) invert(1);
        }

        #c-beratung{
            margin-top:120px;
        }



        #ct-faq p{
            line-height:2em;
        }

    @media (max-width: 768px) {
        .classic-slide {
            height: auto;
        }
    }

    @media (min-width: 1024px) {
        .ah-buehne {
            background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2)),url('/img/classic-partner.webp?v=2');
            background-size: cover;
            background-repeat: no-repeat;
            max-height: 700px;
        }

        .bmwicon-xl {
            font-size: 4.5rem;
        }

        #c-container {
            padding-top: 40px;
            padding-bottom: 80px;
        }

            #c-container li {
                font-size: 18px;
            }
       #c-container{
            margin-top:40px;
        }

       #c-container .row{
           padding-top:40px;
       }

            #c-container li {
                margin-top: 5px;
                margin-bottom: 5px;
            }

        #c-tinte {
            padding-top: 80px;
            padding-bottom: 80px;
        }
        /* Bild füllt Bereich */
        .classic-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .classic-right {
            height: 100%;
        }

        /* linke Seite */
        .classic-left {
            padding: 60px;
        }


    }
