#produktesection {
    background-color: #faa41a;
    padding: 8rem 0 12rem 0;
    position: relative;
    z-index: 20;
}

#produktesection h2{
    margin: 0 auto 5rem auto;
}


#stoebernbtn{
    margin: 5rem auto 0 auto;
}

#aktionsprodukte {
    width: 1050px;
    max-width: 90vw;
}


#dot51{
    left: 10%;
    top: 2%;
}
#dot52{
    left: 43%;
    bottom: 5%;
}
#line51{
    right: 15%;
    top: 29%;
}



@media (max-width: 640px) {
    #produktesection h2 {
        margin: 0 auto 2rem auto;
    }
    #produktesection {
        background-color: #faa41a;
        padding: 8rem 0 8rem 0;
        position: relative;
        z-index: 20;
    }
    #stoebernbtn {
        margin: 2.5rem auto 0 auto;
    }
}