#sogehtssection{
    padding: 0 0 5rem 0;
    max-width: 1920px;
}

#sogehtshead01{
    margin: 8rem auto -2rem auto;
}

#sogehtsimages {
    margin: 1% 0 3% 0;
}

#sogehtsimages img{
    max-width: 90%;
    margin: 0 auto 1.8rem auto;
}
#sogehtsimages img#step2img{
    transform: translateY(70px);
}
#sogehtsimages img#step3img{
    transform: translateY(70px);
}
#sogehtstext,
#sogehtsimages,
#sogehtstext p,
#sogehtsimages p{
    font-weight: bold;
}

#sogehtschicken{
    margin: 5rem auto 6rem auto;
    display: block;
}


@media (max-width: 1320px) {
/*    #sogehtsimages img {
        max-width: 13vw;
        margin: 0 auto 1.8rem auto;
    }*/
}


@media (max-width: 991px) {
/*    #sogehtsimages img {
        max-width: 19vw;
        margin: 0 auto 1.8rem auto;
    }
    #sogehtshead01 {
        margin: 0rem auto 5vw auto;
    }*/
}


@media (max-width: 767px) {
    #sogehtssection {
        padding: 0 0 8rem 0;
    }
    #sogehtshead01 {
        margin: 8rem auto 0 auto;
    }
    #sogehtsimages img {
        max-width: 40vw;
        margin: 0 auto;
    }
    #sogehtsimages img#step2img{
        transform: translateY(0px);
    }
    #sogehtsimages img#step3img{
        transform: translateY(0px);
    }
    #sogehtsimages p{
        display: block;
        margin: 0.5em auto 0 auto;
        max-width: 353px;
        width: 100%;
    }
    .nomobile767{
        display: none !important;
    }

    #sogehtshinweiserow{
        padding: 0 5%;
    }
}



@media (max-width: 640px) {


    #sogehtsimages img {
        max-width: 31vw;
    }

    #orangechicken {
        max-width: 63px;
    }


}



@media (max-width: 360px) {
    .nomobile360{
        display: none !important;
    }
}