

#gewinnesection{
    padding: 2% 0 2% 0;
}

#gewinnesection h1{
    margin: 0 auto 0.3em auto;
}

#gewinnerow3mobile{
    display: none;
    padding: 1px 0 70px 0;
}
#gewinnerow3mobile .swiper{
    padding-top: 16px;
}
#gewinnerow3mobile .swiper .gewinneholderinner{
    height: 40vw;
}
.button-prev,
.button-next{
    position: absolute;
    bottom: 25px;
    right: calc(50% + 80px);
    transform: translateX(50%);
    width: 40px;
    height: auto;
}
.button-next{
    right: calc(50% - 80px);
}

#gewinnerow3{
    padding: 16px 0 0 0;
}

#gewinnerow3a{
    padding: 0 0 0px 0;
}
#gewinnerow3a .col:first-child,
#gewinnerow3a .col:nth-child(2),
#gewinnerow3a .col:nth-child(3){
    margin-bottom: 16px;
}


.gewinneholder{
    padding-left: 8px;
    padding-right: 8px;
}
.gewinneholder:first-child,
.gewinneholder:nth-child(4){
    padding-left: 0;
    padding-right: 8px;
}
.gewinneholder:last-child,
.gewinneholder:nth-child(3){
    padding-left: 8px;
    padding-right: 0;
}

.gewinneholderinner{
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 12px;
    background: #EDF5E2;
    padding: 12px;
}

.anzahlbubble{
    position: absolute;
    top: -12px;
    left: 4%;
}

.vorderseite{

}
.gewinnabb{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
}
.vorderseite .mehrinfos{
    cursor: pointer;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.vorderseite .mehrinfos:hover{
    opacity: 0.8;
}

.rueckseite{
    display: none;
    padding: 0 4% 0 4%;
}
.rueckseite h3{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 9% auto 0.2em auto;
}
.rueckseite p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.rueckseite .zurabb{
    cursor: pointer;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.rueckseite .zurabb:hover{
    opacity: 0.8;
}


#gewinn3 .gewinnabb{
    top: 8%;
}











@media (max-width: 1200px) {
    #gewinnesection {
        padding: 2% 5% 2% 5%;
    }

    #gewinnerow3a .col:first-child,
    #gewinnerow3a .col:nth-child(2),
    #gewinnerow3a .col:nth-child(3),
    #gewinnerow3a .col:nth-child(4){
        margin-bottom: 16px;
    }


    .gewinneholder{
        padding-left: 8px;
        padding-right: 8px;
    }
    .gewinneholder:first-child,
    .gewinneholder:nth-child(3),
    .gewinneholder:nth-child(5){
        padding-left: 0;
        padding-right: 8px;
    }
    .gewinneholder:last-child,
    .gewinneholder:nth-child(2),
    .gewinneholder:nth-child(4){
        padding-left: 8px;
        padding-right: 0;
    }

}


@media (max-width: 767px) {
    #gewinnerow3mobile{
        display: block;
    }

    #gewinnerow3{
        display: none;
    }

    .rueckseite h3{
        font-size: 2.6vw;
        line-height: 3vw;
        margin: 6% auto 0.4em auto;
        padding:0 10%;
    }
    .rueckseite p{
        font-size: 2.22vw;
        line-height: 2.8vw;
        padding:0 10%;
    }

    .gewinnabb{
        width: 50%;
        height: auto;
    }
    #slide3 .gewinnabb{
        width: 16%;
        top: 10%;
    }
    #slide4 .gewinnabb{
        width: 35%;
        top: 18%;
    }
    #slide5 .gewinnabb{
        width: 43%;
        top: 12%;
    }
    #slide6 .gewinnabb{
        width: 27%;
        top: 8%;
    }
}



@media (max-width: 600px) {
    .rueckseite h3 {
        font-size: 3.2vw;
        line-height: 3.7vw;
        margin: 6% auto 0.4em auto;
        padding: 0 2%;
    }

    .rueckseite p {
        font-size: 2.9vw;
        line-height: 3.6vw;
        padding: 0 2%;
    }
}


@media (max-width: 480px) {

    #gewinnerow3mobile .swiper .gewinneholderinner{
        height: 70vw;
    }
    .rueckseite h3 {
        font-size: 3.8vw;
        line-height: 4.4vw;
        margin: 6% auto 0.4em auto;
        padding: 0 2%;
    }

    .rueckseite p {
        font-size: 3.5vw;
        line-height: 4.2vw;
        padding: 0 2%;
    }

    .gewinnabb{
        width: 70%;
        height: auto;
    }
    #slide3 .gewinnabb{
        width: 28%;
        top: 10%;
    }
    #slide4 .gewinnabb{
        width: 55%;
        top: 18%;
    }
    #slide5 .gewinnabb{
        width: 55%;
        top: 12%;
    }
    #slide6 .gewinnabb{
        width: 45%;
        top: 8%;
    }
}


@media (max-width: 360px) {

    .rueckseite h3 {
        font-size: 4.4vw;
        line-height: 4.8vw;
        margin: 10% auto 0.4em auto;
        padding: 0;
    }

    .rueckseite p {
        font-size: 4vw;
        line-height: 4.8vw;
        padding: 0;
    }
}

