#stappensection{
    padding-top: 160px;
    overflow: hidden;
    background: #F8F7F4;
    border-radius: 25px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

#stappensection .contentsection{
    overflow: hidden;
}

#stappensection .container{
    overflow: visible!important;
}

#stappensection .specialslider{
    position: relative;
    display: flex;
    align-items: center;
}

#stappensection .contentsection .contentpart p{
    display: inline-block;
}

#stappensection .titlesection .counter{
    font-size: 240px;
    line-height: 240px;
    color: #FFDA34;
    font-family: 'Alfa Slab One', sans-serif;
    display: flex;
    height: 220px;
    overflow: hidden;
}

#stappensection .titlesection{
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

#stappensection .titlesection .titel{
    font-family: 'Alfa Slab One', sans-serif;
    color: black;
    font-size: 80px;
    line-height: 80px;
}

#stappensection .titlesection .maintitlesection{
    height: 80px;
    overflow: hidden;
}

#stappensection .titlesection .subtitelsection{
    overflow: hidden;
}

#stappensection .titlesection .subtitelsection .subtitel{
    font-size: 50px;
    line-height: 60px;
    color: #171717;
    font-weight: bold;
}

#stappensection .titlesection .fulltitle{
    flex: 1;
}

#stappensection .specialcontrols{
    position: absolute;
    left: -100px;
}

#stappensection .specialcontrols i{
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    background: #272727;
    border-radius: 100%;
}

#stappensection .specialcontrols .fa-angle-down:before{
    height: 25px;
}

#stappensection .specialcontrols i:nth-child(2){
    margin-top: 20px;
}

@media only screen and (max-width: 1500px) {
    #stappensection .specialcontrols i{
        width: 45px;
        height: 45px;
        font-size: 26px;
    }

    #stappensection .specialcontrols{
        left: -55px;
    }
}

@media only screen and (max-width: 1200px) {
    #stappensection .titlesection{
        flex-wrap: wrap;
    }

    #stappensection .titlesection .fulltitle{
        flex: 0 0 100%;
    }

    .specialsliderwrapper{
        padding-left: 40px;
    }

    #stappensection .specialcontrols{
        left: -30px;
    }
}

@media only screen and (max-width: 1000px) {
    #stappensection .titlesection .counter{
        font-size: 160px;
        line-height: 160px;
        height: 140px;
    }

    #stappensection .titlesection .titel{
        font-size: 30px;
        line-height: 40px;
    }

    #stappensection .titlesection .subtitelsection .subtitel{
        font-size: 24px;
        line-height: 26px;
    }

    #stappensection{
        padding-top: 60px;
    }
    
    #stappensection .titlesection{
        margin-top: 20px;
        gap: 40px;
    }
    
}