#introouter{
   /* background: linear-gradient(180deg, #FFA200 10%, #E2271C 95%);*/
    position: relative;
    z-index: 200;
}

#introsection{
    padding: 0 0 8rem 0;
}

#introrow{
/*    background: transparent url(../images/02_hg.jpg) no-repeat center center;
    background-size: 100% 100%;*/
    padding: 2% 0 0.2% 0;
}


#introsection #gewinneintro{
    margin: 6rem auto 5rem auto;
    transform: translateX(2%);
}




#dot11{
    left: 9%;
    top: 2%;
}
#dot12{
    left: 13%;
    bottom: 15%;
}
#dot13{
    left: 73%;
    top: 35%;
}
#dot14{
    left: 22%;
    top: 39%;
}
#dot15{
    right: 3%;
    top: 5%;
}
#dot16{
    right: 17%;
    bottom: 5%;
}
#line11{
    right: 11%;
    top: 34%;
}
#line12{
    left: 5%;
    top: 18%;
}
#line13{
    right: 9%;
    bottom: 21%;
}




@media (max-width: 640px) {
    #introsection #gewinneintro {
        margin: 0rem auto 0 auto;
        transform: translateX(2%);
    }
    #introsection {
        padding: 0 0 4rem 0;
    }
}