#produktesection {
    padding: 6% 0 6% 0;
    position: relative;
    z-index: 20;

}
#produktesection .row{
    width: 1536px;
    max-width:100%;
    margin: 0 auto;
}

#produktesection h1{
    margin: 0 auto 6rem auto;
}

@media (min-width:767px) {
#produktesection img {
    max-width:50%;
}}

.button-next {
    right: 0px;
}
.button-prev {
    left: 0px;
    transform: rotate(180deg);
}



@media(max-width: 1199px){
#produktesection .container-xl {
    width:400px;
    max-width:100%;
    padding-left:0%;
    padding-right:0%;
}


    .button-next {
        right: 32px;
    }
    .button-prev {
        left: 32px;
        bottom:47% !important;
    }

}


/*
#produktesection  img {

    max-width: 1040px;
}*/


/*

.swiper {
    width: 90vw;
    max-width: 100%;
    height: 50vw;
}*/

#produktesection .swiper img {
   /* width: 34vw;*/
    max-width: 260px;
}

.button-next,
.button-prev {
    position: absolute;
    bottom: 50%;
    width: 40px;
    height: 50px;
    display: block;
    cursor: pointer;
    z-index: 111;

}




/*
@media (max-width: 1680px) {
    #produktesection {
        padding: 4% 5% 4% 5%;
    }
    #produktesection img{
        max-width: 12vw;
    }
}*/





/*
@media (max-width: 480px) {


    .swiper {
        height: 70vw;
    }

    #produktesection .swiper img {
        width: 46vw;
        max-width: 320px;
    }

}*/

@media (max-width: 640px) {

    .button-next,
    .button-prev {
        width:16px;
        height:22px;
    }

}
