.kk_outer{
    background-color: #e8e4de;
    overflow-x: hidden;
    font-size:0.9em;

}
.kk_outer p{
    font-size:1.0rem;
}
.kk_outer h1, .kk_outer h2, .kk_outer h3, .kk_outer p{
    color:#054538;
    
}

.bonus-system-redeem-points-container{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}




.kk_outer .kk_lwrapper.toAnimate{
    animation: fadeMeIn2 1s ease forwards;
}

.kk_outer #kk_rondell.animateMe{
    animation: fadeMeIn2 1s ease forwards;
}
.kk_outer .kk_kopfbild .animateMe{
    animation: fadeMeIn 1s ease forwards;
}
.kk_outer .toAnimate {
    opacity: 0;
}
    .kk_outer .kk_imgWrapper.animateMe{
    animation: fadeMeIn2 1s ease forwards;
}

.kk_outer .kk_mt-3{
    margin-top: 250px;
}
.kk_outer .kk_mb-2{
    margin-bottom: 80px;
}

.kk_outer li{
    font-size: 1.125rem;
}
.kk_outer .kk_kopfbild{
    background-image: url(/media/b4/e9/b4/1720701816/rpet_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 38vw;
    height: auto;
}
.kk_outer .logos{
    text-align: right;
    align-self: flex-start;
    padding-top: 18%;
    padding-right: 15%;
}

.kk_outer #fuchsProdukte{
    width:103%;
    height: auto; 
}

.kk_outer .logos #fuchsLogo{
    width:70%;
    margin-bottom: 15%;
    height: auto;
}
.kk_outer .logos #urbenaLogo{
    width:70%;
    height: auto;
}

.kk_outer .kk_kopfbild .kk_inner{
    padding-top:5%;
    padding-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    max-width: 1600px;
    grid-template-columns: 20% 44% 20%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.kk_outer .kk_kopfbild .kk_inner h1{
    font-size:5vw;
    font-size:5em;
    color:#054538;
}

.kk_outer .kk_tub{
    display: grid;
    justify-content: space-between;
    grid-template-columns: 60% 30%;
    grid-colum-gap: 20px;
}
.kk_outer .kk_imgWrapper img{
    width:100%;
    height: auto;
}

.kk_outer .kk_container{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.kk_outer img.kk_scale{

    
}
.kk_outer .m2{
    margin-top: 120px;
    margin-bottom: 120px;
}
.kk_outer ul.kk_ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.kk_outer ul.kk_ul li{
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 20px;
    margin-left: 0px;
}
.kk_outer ul.kk_ul li::before{
    content: '';
    position: absolute;
    background-image: url(/media/37/f7/b7/1720701816/rpet_checck.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height: 20px;
    top:-4px;
    left: 0px;
}

.kk_outer .kk_row2{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    align-items: stretch;
}
.kk_outer .kk_lwrapper{
    background-color: #869e2e;
}
.kk_outer .kk_rwrapper{
    background-color: #054538;
}
.kk_outer .kk_row2, .kk_outer .kk_row2 h2{
    color:white;
}
.kk_outer .kk_rowinner{
    padding:40px;
}

.kk_outer .kk_rpet_x{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.kk_outer .kk_rpet_x img{
    width:50%;
    height: auto;
}

.kk_outer .kk_bubble{
    width:40px;
    height: 40px;
    position: absolute;
    border-radius: 160px;
    background-color: #869e2e;
    border:3px solid white;
    top:3%;
    left: 45%;
    cursor: pointer;
    animation: wobble-animation-freq 5s ease-out infinite;
}

@media only screen and (max-width : 800px) {
    .kk_bubble{
        width:4vw;
        height: 4vw;
    }
}
@media only screen and (max-width : 450px) {
    .kk_outer .kk_bubble{
        width:7vw;
        height: 7vw;
    }
    
    .kk_outer .kk_rpet_x .kk_overlay_tb {
        width: 100% !important;
        left: 0px !important;
    }    
    
    
}

.kk_outer .kk_bubble1{
    top:3%;
    left: 45%;
    animation-delay: 0s;
}
.kk_outer .kk_bubble2{
    top:40%;
    left: 47%;
    animation-delay: 0.3s;
    
}
.kk_outer .kk_bubble3{
    top:60%;
    left: 60%;
    animation-delay: 0.6s;
}
.kk_outer .kk_overlay_tb{
    position: absolute;
    pointer-events: none;
    width:50%;
    padding:30px;
    background-color: rgba(255,255,255,0.8);
    transform: scale(0);
    transition: 0.2s ease-out;
}

.kk_outer .kk_overlay_tb.visible{
    animation: wobble-animation 0.5s forwards;
    z-index: 99999;
            

}

.kk_outer .kk_overlay_tb ul{
    padding-left: 10px;
}
.kk_outer #kk_tb1{
    top:-90px;
    left: calc(45% + 20px);
}

.kk_outer #kk_tb2{
    top: 30%;
  left: 146px;
  width: 511px;
}
.kk_outer #kk_tb3{
    top:50%;
    left: calc(60% + 20px);
    width:36%;
}
.kk_outer .kk_uuu{
        color:#054538;
    margin-left: 10px;
}
.kk_outer .kk_uuu li{
    margin-bottom: 1em;
}





.kk_outer #kk_rondell{
    background-image: url(/media/8a/40/85/1720701816/rpet_tmp.jpg);
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;

    max-width: 1000px;
    position: relative;
    margin-bottom: 200px;
}

.kk_outer #kk_rondell .kk_inner_rondell{
position: relative;
  width: 74%;
  height: auto;
  margin-left: 10%;
  margin-top: 5%;
    margin-bottom: 15%;

}

.kk_outer #kk_rondell h2{
    position: absolute;
    top:28%;
    left: 29%;
    font-size:50px;
    line-height: 1em;
    text-align: center;
}

.kk_outer .kk_point{
    position: absolute;


}
.kk_outer .kk_point .kk_overlay_tb{
    font-size:1.5em;
    padding:10px;
    color:#054538;
            z-index: 99999;

}

.kk_outer #kk_tb_u1{
    width:auto;
    left: 40%;
  top: 19%;
}

.kk_outer .kk_klickpoint{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:2.2em;
    font-weight: bold;
    position: absolute;
    background-color: #869e2e;
    border: 4px  solid white;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    color:white;
    cursor: pointer;
    left: 73%;
      top: 2%;
    z-index: 5;
    min-width: 35px;
    min-height: 35px;
    
        animation: wobble-animation-freq 5s ease-out infinite;
}
.kk_outer .kk_point2 .kk_klickpoint{
    animation-delay: 0.2s;
}
.kk_outer .kk_point3 .kk_klickpoint{
    animation-delay: 0.4s;
}
.kk_outer .kk_point4 .kk_klickpoint{
    animation-delay: 0.6s;
}
.kk_outer .kk_point5 .kk_klickpoint{
    animation-delay: 0.8s;
}
.kk_outer .kk_point6 .kk_klickpoint{
    animation-delay: 1s;
}

.kk_outer .kk_point img.kkimg{
    width:100%;
    height: auto;
}
.kk_outer .kk_point1{
width: 40%;
  top: 5%;
  left: 14%;
}


.kk_outer .kk_point.animateMe{
    animation: fadeMeIn 2s ease-in-out forwards;
}



.kk_outer .kk_point2{
  width: 17%;
  top: 2%;
  left: 55%;
}

.kk_outer .kk_point2 .kk_klickpoint{
    left: 72%;
      top: 52%;
}
.kk_outer #kk_tb_u2{
width: 90%;
  left: 45%;
  top: 18%;
}

.kk_outer #kk_tb_u3{
    display: grid;
    grid-template-columns: 60% 38%;
    justify-content: space-between;
    align-items: center;
}
.kk_outer #kk_tb_u3 .imgWrapper img{
    width:100%;
    height: auto;
}

.kk_outer .kk_point3{
width: 28%;
  top: 22%;
  left: 67%;
}
.kk_outer .kk_point3 .kk_klickpoint{
left: 44%;
  top: 72%;
}
.kk_outer #kk_tb_u3{
width: 85%;
  left: 5%;
  top: 35%;
}



.kk_outer .kk_point4{
width: 26%;
  top: 51%;
  left: 57%;
}
.kk_outer .kk_point4 .kk_klickpoint{
left: -15%;
  top: 56%;
}
.kk_outer #kk_tb_u4{
width: 85%;
  left: 5%;
  top: 35%;
}



.kk_outer .kk_point5{
width: 22%;
  top: 68%;
  left: 27%;
}
.kk_outer .kk_point5 .kk_klickpoint{
left: -8%;
  top: 25%;
}
.kk_outer #kk_tb_u5{
width: 85%;
  left: 17%;
  top: 12%;
}



.kk_outer .kk_point6{
width: 28%;
  top: 46%;
  left: 0%;
}
.kk_outer .kk_point6 .kk_klickpoint{
left: 56%;
  top: 83%;
}
.kk_outer #kk_tb_u6{
width: 106%;
  left: 5%;
  top: -33%;
}

@media only screen and (max-width : 1000px) {
    #kk_rondell h2{
        font-size:5.3vw;
    }
    .kk_klickpoint{
        width:5.5vw;
        height: 5.5vw;
        font-size:2.4vw;
    }
    .kk_point .kk_overlay_tb{
        font-size:1.2em;
    }
    .kk_kopfbild .kk_inner h1{
        font-size:5vw;
    }    
}
@media only screen and (max-width : 750px) {
    
    #kk_tb_u1{
        left: 10%;
        min-width: 200px;
    }
    
            #kk_tb_u2{
                min-width: 250px;
                width: 383%;
                  left: -252%;
            }
            #kk_tb_u3{
                width: 146%;
              left: -226%;
                left:-60vw;
              top: 35%;
                min-width: 330px;

            }
            #kk_tb_u4{
        width: 200%;
          left: -78%;
          top: 12%;

            }   
            #kk_tb_u5{
            width: 165%;
          left: 17%;
          top: 12%;
            }


        #kk_tb_u6 {
          width: 246%;
          left: 5%;
          top: -33%;
        }    
    
    .kk_row2, .kk_tub{
         grid-template-columns: 100%;
    }
    .kk_lwrapper{
        margin-bottom: 1em;
    }
    img.kk_scale{
        transform: scale(1) translateX(0);
    }
    
    #kk_tb1{
        top: -90px;
      left: calc(5% + 20px);
      width: 80%;
    }
    #kk_tb2{
        top: 30%;
      left: 1px;
      width: 90%;
    }
    #kk_tb3{
top: 21%;
  left: 0;
  width: 98%;
    }    
    
}



        @keyframes wobble-animation {
            0% {
                transform: scale(0);
            }
            70% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
            }
        }

        @keyframes wobble-animation-freq {
            0% {
                transform: scale(1);
            }
            10% {
                transform: scale(1);
            }
            11% {
                transform: scale(2);
            }
            20% {
                transform: scale(1);
            }
            100% {
                transform: scale(1);
            }
        }



        @keyframes moveInCircle {
            from {
                transform: rotate(0deg) translateX(-450px) translateY(-950px) rotate(0deg);
                opacity: 0;
            }
            to {
                transform: rotate(-180deg) translateX(0px) translateY(0px) rotate(180deg);
                opacity: 1;
            }
        }
        @keyframes fadeMeIn {
            from {
                transform: translateY(-150px);
                opacity: 0;
            }
            to {
                transform: translateX(0px);
                opacity: 1;
            }
        }
        @keyframes fadeMeIn2 {
            from {
                transform: translateX(-250px);
                opacity: 0;
            }
            to {
                transform: translateX(0px);
                opacity: 1;
            }
        }