.fp_top_opener{
    position: relative;
    width: 100%;
    height: 850px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp_opener_center_cont{
    width: 1400px;
    height: 600px;
    background-color: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fp_opener_sec_left{
    width: 600px;
    height: 600px;
    background-color: none;
}

#top_card{
    position: relative;
    left: 50%;
    top: 35%;
    width: 485px;
    height: auto;
    transform: translate(-50%,-50%);
    rotate: -5deg;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    box-shadow: 0 5px 20px rgba(57, 63, 72, 0.15);
    z-index: 200;
}

#bot_card{
    position: relative;
    left: 50%;
    top: 10%;
    width: 485px;
    height: auto;
    transform: translate(-50%,-50%);
    rotate: 5deg;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    box-shadow: 0 5px 20px rgba(57, 63, 72, 0.15);
    z-index: 100;
}

.fp_opener_sec_right{
    width: 650px;
    height: 600px;
    background-color: none;
}

.fp_opener_sec_right h1{
    position: relative;
    font-family: SF-B;
    font-size: 70px;
    width: 100%;
    height: auto;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    text-align: left;
    color: black;
}

.fp_opener_sec_right h2{
    position: relative;
    font-family: SF-L;
    font-size: 35px;
    width: 100%;
    height: auto;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    text-align: left;
    color: black;
    opacity: 0.4;
}

.fp_opener_sec_left h1{
    position: relative;
    font-family: SF-B;
    font-size: 70px;
    width: 100%;
    height: auto;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    text-align: left;
    color: black;
}

.fp_opener_sec_left h2{
    position: relative;
    font-family: SF-L;
    font-size: 35px;
    width: 100%;
    height: auto;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    text-align: left;
    color: black;
    opacity: 0.4;
}

.fp_to_buy{
    position: relative;
    width: 210px;
    height: 55px;
    background-color: rgb(35, 126, 201);
    border-radius: 28px;
    top: 210px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 15px;
    padding-right: 0px;
}

.fp_to_buy p{
    font-family: SF-M;
    font-size: 20px;
    text-align: center;
    width: auto;
    height: auto;
    color: white;
}

.fp_to_buy img{
    width: 30px;
    height: auto;
}


#bf_banner{
    width: 300px;
    background-color: rgb(187, 9, 9);
}

#bf_banner b{
    font-family: SF-B;
    font-size: 25px;
    padding-right: 13px;
}

#bf_banner p{
    font-family: SF-L;
    font-size: 22px;
}



#mockup_pic_1{
    position: relative;
    width: 700px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 18px;
    -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
    box-shadow: 0 5px 20px rgba(57, 63, 72, 0.15);
}

#mockup_pic_2{
    position: relative;
    width: 700px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 18px;
}


#ai_top{
    position: relative;
    top: 200px;
    font-size: 25px;
    font-family: SF-L;
    height: auto;
    width: 135px;
    opacity: 0.75;
}

#ai_preis{
    position: relative;
    top: 170px;
    left: 160px;
    font-size: 60px;
    font-family: SF-B;
    height: auto;
    width: 300px;
    background-color: none;
}

#ai_preis b{
    font-family: SF-L;
    font-size: 26px;
    opacity: 0.8;
}


#bf_preis_bar{
    position: relative;
    width: 200px;
    height: 8px;
    background-color: rgb(187, 9, 9);
    border-radius: 5px;
    top: 210px;
    left: 140px;
    z-index: 2000;
    rotate: -10deg;
}

#bf_add_info{
    position: relative;
    top: 240px;
    font-size: 15px;
    font-family: SF-T;
    opacity: 0.4;
}


#ai_preis_bf{
    position: relative;
    top: 170px;
    left: 160px;
    font-size: 60px;
    font-family: SF-B;
    height: auto;
    width: 300px;
    background-color: none;
    color: rgb(187, 9, 9);
}

#ai_preis_bf b{
    font-family: SF-L;
    font-size: 26px;
    opacity: 0.8;
    color: black;
}



.fp_motivation{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: rgb(255, 255, 255);
}

.fp_motivation h2{
    position: relative;
    left: 50%;
    top: 60px;
    width: 750px;
    height: auto;
    font-size: 50px;
    transform: translateX(-50%);
    text-align: center;
    font-family: SF-SB;
}

.fp_motivation h3{
    position: relative;
    left: 50%;
    top: 65px;
    width: 750px;
    height: auto;
    font-size: 28px;
    transform: translateX(-50%);
    text-align: center;
    font-family: SF-T;
    opacity: 0.5;
}









.footer{
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #cccccc;
    top: 0px;
    z-index: 18;
    }
    
    #count_head{
      position: absolute;
      left: 200px;
      top: 70px;
      font-size: 15px;
      font-family: SF-L;
      color: #999999;
      height: 20px;
    }
    
    #countdown{
      position: absolute;
      left: 200px;
      bottom: 100px;
      font-size: 60px;
      font-family: SF-M;
      color: #999999;
      height: 60px;
    }
    
    #count_days{
      position: absolute;
      left: 550px;
      bottom: 100px;
      font-size: 30px;
      font-family: SF-M;
      color: #999999;
      height: 30px;
    }
    
    #foot_logo{
      position: relative;
      left: 50%;
      width: 50px;
      margin-left: -25px;
    }
    
    #copyright_info{
      position: relative;
      left: 50%;
      bottom: 30px;
      font-size: 14px;
      font-family: SF-LI;
      color: #999999;
      height: 15px;
      width: 500px;
      margin-left: -250px;
      text-align: center;
      opacity: 0.5;
    }
    
    #impressum_cap{
      position: absolute;
      right: 200px;
      top: 50%;
      font-size: 30px;
      font-family: SF-L;
      color: #999999;
      height: 30px;
      margin-top: -15px;
    }


    @media screen and (max-width: 1500px){
        .fp_top_opener{
            transform: scale(0.8);
        }
    }

    @media screen and (max-width: 750px){
        html{
            overflow-x: hidden;
        }

        .fp_top_opener{
            position: relative;
            width: 100%;
            height: 1050px;
            background-color: none;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: scale(1.0);
            padding-bottom: 45px;
        }
        
        .fp_opener_center_cont{
            width: 350px;
            height: 1000px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        #lp_to{
            height: 800px;
        }

        #lp_cc{
            height: 750px;
        }

        #t_wrap_rev{
            flex-wrap: wrap-reverse;
        }

        .fp_opener_sec_left{
            width: 400px;
            height: 600px;
            background-color: none;
        }

        #to_lp_top{
            height: 300px;
            background-color: none;
        }
        
        #top_card{
            width: 300px;
        }
        
        #bot_card{
            width: 300px;
        }

        #to_lp_bot{
            height: 500px;
            margin-top: -50px;
            background-color: none;
        }
        
        .fp_opener_sec_right{
            width: 400px;
            height: 600px;
            background-color: none;
        }

        .fp_opener_sec_right h1{
            font-size: 40px;
            top: 120px;
        }
        
        .fp_opener_sec_right h2{
            font-size: 24px;
            top: 140px;
        }

        .fp_opener_sec_left h1{
            font-size: 40px;
            top: 120px;
        }
        
        .fp_opener_sec_left h2{
            font-size: 24px;
            top: 140px;
        }

        #mockup_pic_1{
            position: relative;
            width: 500px;
            height: auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 18px;
            -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
            -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
            box-shadow: 0 5px 20px rgba(57, 63, 72, 0.15);
        }
        
        #mockup_pic_2{
            position: relative;
            width: 350px;
            height: auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 18px;
            overflow: hidden;
        }

        .fp_to_buy{
            position: relative;
            width: 210px;
            height: 55px;
            background-color: rgb(35, 126, 201);
            border-radius: 28px;
            top: 160px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding-left: 15px;
            padding-right: 0px;
        }

        #bf_banner{
            transform: scale(0.8);
        }

        #ls_lc{
            background-color: none;
        }

        #ls_cc{
            background-color: none;
        }

        #ls_left{
            height: 300px;
            background-color: none;
        }

        #ls_right{
            height: 600px;
            background-color: none;
        }


        #ai_top{
            position: relative;
            top: 175px;
            font-size: 20px;
            font-family: SF-L;
            height: auto;
            width: 135px;
            opacity: 0.75;
        }
        
        #ai_preis{
            position: relative;
            top: 180px;
            left: 0px;
            font-size: 60px;
            font-family: SF-B;
            height: auto;
            width: 300px;
            background-color: none;
        }
        
        #ai_preis b{
            font-family: SF-L;
            font-size: 26px;
            opacity: 0.8;
        }
        
        
        #bf_preis_bar{
            position: relative;
            width: 200px;
            height: 8px;
            background-color: rgb(187, 9, 9);
            border-radius: 5px;
            top: 225px;
            left: -10px;
            z-index: 2000;
            rotate: -10deg;
        }
        
        #bf_add_info{
            position: relative;
            top: 245px;
            font-size: 15px;
            font-family: SF-T;
            opacity: 0.4;
        }
        
        
        #ai_preis_bf{
            position: relative;
            top: 180px;
            left: 0px;
            font-size: 60px;
            font-family: SF-B;
            height: auto;
            width: 300px;
            background-color: none;
            color: rgb(187, 9, 9);
        }
        
        #ai_preis_bf b{
            font-family: SF-L;
            font-size: 26px;
            opacity: 0.8;
            color: black;
        }


        .fp_motivation{
            position: relative;
            width: 100%;
            height: auto;
            padding-bottom: 50px;
            background-color: rgb(255, 255, 255);
        }
        
        .fp_motivation h2{
            position: relative;
            left: 50%;
            top: 60px;
            width: 350px;
            height: auto;
            font-size: 40px;
            transform: translateX(-50%);
            text-align: center;
            font-family: SF-SB;
        }
        
        .fp_motivation h3{
            position: relative;
            left: 50%;
            top: 65px;
            width: 350px;
            height: auto;
            font-size: 24px;
            transform: translateX(-50%);
            text-align: center;
            font-family: SF-T;
            opacity: 0.5;
        }
    }


    /* #### - - - FOOTER - - - #### */
@media screen and (max-width: 1400px){
    #countdown{
      bottom: 120px;
      font-size: 40px;
      height: 40px;
    }
  }
  
  @media screen and (max-width: 1400px){
    #count_days{
      left: 200px;
      bottom: 100px;
      font-size: 17px;
      height: 17px;
    }
  }
  
  
  @media screen and (max-width: 1100px){
    .footer{
      height: 350px;
      top: 0px;
    }
  }
  
  @media screen and (max-width: 1100px){
    #countdown{
      left: 50%;
      width: 210px;
      margin-left: -105px;
      text-align: left;
      top: 80px;
      font-size: 35px;
      height: 35px;
    }
  }
  
  @media screen and (max-width: 1100px){
    #count_days{
      left: 50%;
      width: 210px;
      margin-left: -105px;
      text-align: left;
      top: 115px;
      font-size: 17px;
      height: 17px;
    }
  }
  
  @media screen and (max-width: 1100px){
    #count_head{
      left: 50%;
      width: 210px;
      margin-left: -105px;
      text-align: left;
      top: 60px;
      font-size: 13px;
      height: 15px;
    }
  }
  
  @media screen and (max-width: 1100px){
    #impressum_cap{
      left: 50%;
      width: 300px;
      margin-left: -150px;
      text-align: center;
      top: 250px;
      font-size: 24px;
      height: 25px;
      margin-top: -12.5px;
    }
  }
  
  
  @media screen and (max-width: 1100px){
    #copyright_info{
      font-size: 10px;
    }
  }