#gewinneouter{
    background-color: #faa41a;
}

#gewinnesection{
    padding: 2% 0 2% 0;
}

#gewinnesection h1{
    margin: 0 auto 0.3em auto;
}

#gewinnesliderrow .swiper{
    padding-top: 16px;
    max-width: 1080px;
    width: 88vw;
}

#gewinnesliderrow p{
    font-size: 18px;
    line-height: 115%;
    min-height: 112px;
}

.button-prev,
.button-next{
    position: absolute;
    bottom: 250px;
    right: calc(50% + 580px);
    width: 40px;
    height: auto;
    z-index: 10;
}
.button-next{
    right: calc(50% - 620px);
}





#dot41{
    left: 14%;
    top: 8%;
    z-index: 1;
}
#dot42{
    right: 3%;
    bottom: 20%;
    z-index: 1;
}
#dot43{
    left: 5%;
    bottom: 40%;
    z-index: 1;
}
#dot44{
    right: 18%;
    top: 1%;
    z-index: 1;
}






@media (max-width: 1300px) {

    #gewinnesliderrow .swiper{
        max-width: 800px;
        width: 86vw;
    }
    .button-prev {
        right: auto;
        left: calc(50% - 440px);
    }
    .button-next{
        right: calc(50% - 440px);
    }

}

@media (max-width: 991px) {

    #gewinnesliderrow .swiper{
        max-width: 640px;
        width: 86vw;
    }
    #gewinnesliderrow .slidetext{
        margin-top: -10px;
    }
    #gewinnesliderrow p {
        font-size: 16px;
        line-height: 115%;
        min-height: 96px;
    }
    .button-prev {
        right: auto;
        left: calc(50% - 370px);
    }
    .button-next{
        right: calc(50% - 370px);
    }
}




@media (max-width: 767px) {

    #gewinnesliderrow .swiper{
        max-width: 380px;
        width: 86vw;
    }
    #gewinnesliderrow .slidetext{
        margin-top: -10px;
    }
    #gewinnesliderrow p {
        font-size: 16px;
        line-height: 115%;
        min-height: 96px;
    }
    .button-prev {
        right: auto;
        left: calc(50% - 242px);
    }
    .button-next{
        right: calc(50% - 242px);
    }
}


@media (max-width: 520px) {

    #gewinnesliderrow .swiper{
        max-width: 100%;
        width: calc(96vw - 88px);
    }
    #gewinnesliderrow .slidetext{
        margin-top: -10px;
    }
    #gewinnesliderrow p {
        font-size: 15px;
        line-height: 115%;
        min-height: 92px;
    }
    .button-prev {
        right: auto;
        left: 2%;
    }
    .button-next{
        right: 2%;
    }
}

