

.section_eins{
    width: 100%;
    height: 1260px;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 0;
    background-color: white;
    position: relative;
    padding-top: 140px;
    border: 0.5px solid var(--border-color);
    border-top: none;
    overflow: hidden;
}



.section_eins::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(rgba(0,0,0,.06) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: linear-gradient(to top, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
    display: none;

}

.section_eins span:hover::after {
    width: 100%;
    box-sizing: border-box;
}

.Überschriftcontainer{
    width: 90%;
    max-width: 890px;
    height: fit-content;
    text-align: center;
}

.Überschriftcontainer h1{
    font-size: clamp(30px, 5vw, 60px);
}

.Überschriftcontainer span{
    font-size: clamp(30px, 5vw, 60px);
}

.header_farbverlauf{
    background: linear-gradient(to top, #235AEA -20%, #000000 220%); /* Verlauf von unten (#AC51FF) nach oben (weiß) */
    -webkit-background-clip: text;  /* Für Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Text transparent, zeigt den Gradient */
    color: transparent; /* Für andere Browser */
    line-height: 110%;
}

.patner_logos{
    margin-top: 55px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: rgb(255, 255, 255);    
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;

  /* Verblassen nach links und rechts */
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  width: 65%;
  overflow: hidden;
  gap: 20px;

  margin: auto;
  margin-top: 45px;

}

  
  .logo_border_one,
  .logo_border_two {
    height: 1px;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
  }
  
  .logos_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  
  .logos_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    animation: slideLogos 18s linear infinite;
    align-items: center;
    height: 100%;
  }
  
  .logos_slide img {
    height: 50px;
    transition: transform 0.3s;
  }
  
  .logos_slide img:hover {
    transform: scale(1.1);
    opacity: 1;
  }
  
  @keyframes slideLogos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
.dashboard_preview_select{
    width: 75vw;
    max-width: 1373px;
    height: 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    margin-top: 65px;

}

.dashboard_preview_select_split_one,
.dashboard_preview_select_split_two{
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_preview_select h2{
    font-size: 18px;
    font-weight: 550;
}

.dashboard_preview_one,
.dashboard_preview_two,
.dashboard_preview_three,
.dashboard_preview_for{
    height: 100%;
    width: 48%;
    border: 1px solid var(--border-color);
    border-radius: 14px ;
    transition: 0.3s ease;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard_preview_one:hover,
.dashboard_preview_two:hover,
.dashboard_preview_three:hover,
.dashboard_preview_for:hover{
    background-color: #FBFBFB;
}




.dashboard_preview {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  }
  


  .dashboard_preview_one_child,
  .dashboard_preview_two_child,
  .dashboard_preview_three_child,
  .dashboard_preview_for_child{
    width: 98.8%;
    height: 96.5%;
    border-radius: 12px;
    background-color: white;

    z-index: 200;
    transition: 0.2s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}



.dashboard_preview_one_child_content,
.dashboard_preview_two_child_content,
.dashboard_preview_three_child_content,
.dashboard_preview_for_child_content{
    width: 85%;
    height: 60%;
    border-radius: 10px;

    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
}

.dashboard_preview_one_child:hover,
.dashboard_preview_two_child:hover,
.dashboard_preview_three_child:hover,
.dashboard_preview_for_child:hover{
    background-color: #FBFBFB;
}

.dashboard_preview_one_child_content_imagecontainer,
.dashboard_preview_two_child_content_imagecontainer,
.dashboard_preview_three_child_content_imagecontainer,
.dashboard_preview_for_child_content_imagecontainer{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--standard-box-shadow);


    background-color: #ab51ff12;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border: 1px solid #ab51ff00;

}

.dashboard_preview_one_child_content_imagecontainer img,
.dashboard_preview_two_child_content_imagecontainer img,
.dashboard_preview_three_child_content_imagecontainer img,
.dashboard_preview_for_child_content_imagecontainer img{
    width: 65%;
}

  
  /* Der Kegel */
  .dashboard_preview.active .rotating-cone {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;     /* Länge des Kegels */
    height: 650px;
    background: conic-gradient(
      #AC51FF 0deg 80deg,
      transparent 10deg 360deg
    );
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center center;
    animation: rotate-cone 3.5s linear infinite;
    border-radius: 50%;
    z-index: 0;
    filter: blur(10px);
  }


  .dashboard_preview.active .dashboard_preview_one_child_content_imagecontainer  {
    border: 1px solid var(--primary-color);

    background-color: var(--primary-color);

  }
  .dashboard_preview.active .dashboard_preview_two_child_content_imagecontainer  {
    border: 1px solid var(--primary-color);

    background-color: var(--primary-color);


  }
  .dashboard_preview.active .dashboard_preview_three_child_content_imagecontainer  {
    border: 1px solid var(--primary-color);    

    background-color: var(--primary-color);


  }
  .dashboard_preview.active .dashboard_preview_for_child_content_imagecontainer  {
    border: 1px solid var(--primary-color);

    background-color: #ab51ff12;
    background-color: var(--primary-color);



  }




  .dashboard_preview.active .dashboard_preview_one_child_content_imagecontainer svg  {
    color: var(--primary-color);
    color: white;

  }
  .dashboard_preview.active .dashboard_preview_two_child_content_imagecontainer svg  {
    color: var(--primary-color);
    color: white;


  }
  .dashboard_preview.active .dashboard_preview_three_child_content_imagecontainer svg  {
    color: var(--primary-color);
    color: white;


  }
  .dashboard_preview.active .dashboard_preview_for_child_content_imagecontainer svg  {
    color: var(--primary-color);
    color: white;


  }



  .dashboard_preview.active h2  {
    color: var(--primary-color);
  }

  .dashboard_preview.active   {
    box-shadow: none;
  }


  /* Inhalt oben drüber */

  
  /* Rotation */
  @keyframes rotate-cone {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  

.image_rahmen_dos{
    width: 73vw;
    max-width: 1350px;
    aspect-ratio: 16 / 7.5;

    border: 1px solid var(--border-color);
    border-radius: 20px  20px 0px 0px;
    border-bottom: none;
    background-color: #fdfdfd;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: auto;
    margin-top: auto;

    margin-top: 40px;

}

.image_rahmen_dos img{
    height: 100%;
    width: 100%;
    display: none;
}


.image_rahmen_dos::before{
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 25px  25px 0px 0px;
    z-index: -1;
    border: 1px solid var(--border-color);
    background-color: rgba(128, 128, 128, 0.043);

}

.image_rahmen_dos::after{
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: 0px;
    z-index: -1;
    border: 1px solid var(--border-color);
    background-color: rgba(128, 128, 128, 0.043);
    z-index: -100000;
    background-color: #ab51ff4a;
    border-radius: 25px  25px 0 0;
    display: none;
}


.shopify_container{
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 500px;
    padding: 6px 30px;
    margin-bottom: 10px;
    z-index: 9;
    transition: box-shadow 0.2s ease;

    background-color: white;
    box-shadow: 0 0px 6px rgba(15, 23, 42, 0.169); /* sehr weicher Schatten */
    cursor: pointer;

}

.shopify_container{

    background-color: white;
    box-shadow: 0 0px 0px rgba(15, 23, 42, 0); /* sehr weicher Schatten */
    border: 1px solid var(--border-color);
    background-color: #FCFCFC;
}

.shopify_container:hover{
    box-shadow: 0 0px 10px rgba(15, 23, 42, 0.292); /* sehr weicher Schatten */

}

.shopify_container a{
    color: black;
}



.shopify_link{
    font-size: 22px;
}




.login_buttons_dos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.uper_testimonial_container{
    width: fit-content;
    height: 38px;
    border-radius: 29px;
    margin: auto;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.uper_testimonial_container img{
    height: 90%;
}

.uper_testimonial_container p{
    font-size: 17px;
    color: black;
    font-weight: 500;
}

.uper_testimonial_container span{
    font-size: 17px;
    font-weight: 900; 
}

.login_dos{
    padding: 10px 35px;
    border: 1.5px solid black;
    border-radius: 12px;
    color: black;
    font-weight: bold;
    transition: 0.3s;
    background-color: white;
}

.login_dos:hover{
    color: var(--secondary-color);
    border: 1.5px solid var(--secondary-color);
}

.testen_dos{
    padding: 10px 20px;
    background-color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 0px 28px -9px rgba(172,81,255,0.73);


}
.chrome_extension_button{
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    color: black;
    border-radius: 12px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    background-color: white;    
    font-size: 18px;
    transition: box-shadow 0.3s ease-in-out;    
    box-shadow: none;
    font-weight: bold;


}

.chrome_extension_button:hover{
    box-shadow: inset 0 0 0 1.5px var(--primary-color);

}


.testen_dos:hover{
    opacity: 0.9;
}

.container_davon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section_vier{
    height: 400px;
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;    
    gap: 120px;
    margin-bottom: 45px;
}

.img_box{
    width: 40%;
    height: 80%;
    border-radius: 15px;
}


.faq-container {
    max-width: 870px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    padding: 25px;
}

.faq-item {
    border-bottom: 1px solid #eaeaea;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-icon {
    display: inline-block;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 0 16px;
}

.faq-answer-content {
    padding: 12px 0;
}

.section_sechs{
    width: 100%;
    margin: auto;
    margin-bottom: 30px;

}

.section_sieben {
    height: 420px;
    width: 100%;
    border: 1px solid var(--border-color);
    margin: auto;
    display: flex;
    background: radial-gradient(circle at bottom right, #4c1d95, #0f0c29);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    position: relative;
    overflow: hidden;
    user-select: text;
    margin-top: 40px;
    max-width: 1300px;
    border-radius: 26px;

}

.shopify_logo_icon,
.amazon_logo_icon,
.ebay_icon_logo,
.woocomerce_icon_logo{
    border-radius: 50%;
    width: 80px;
    z-index: 1;
}

.shopify_logo_icon{
    position: absolute;
    top: 70px;
    left: 130px;
    left: max(70px, calc((80vw - 1400px) / 2));

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 85px;
    height: 85px;
}

.ebay_icon_logo{
    position: absolute;
    top: 80px;
    right: 130px;
    right: max(70px, calc((80vw - 1400px) / 2));

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 85px;
    height: 85px;
}

.amazon_logo_icon{
    position: absolute;
    bottom: 70px;
    left: 230px;
    left: max(210px, calc((80vw - 1227px) / 2));

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 85px;
    height: 85px;

}

.woocomerce_icon_logo{
    position: absolute;
    bottom: 70px;
    right: 230px;
    right: max(210px, calc((80vw - 1227px) / 2));

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 85px;
    height: 85px;
}



.section_sieben_button_one_container {
    display: inline-flex;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section_sieben_button_one {
    padding: 13px 40px;
    background-color: white;
    border-radius: 10px;
    font-weight: 550;
    transition: padding-right 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: black;
  }
  
  /* Das Bild wird absolut positioniert, außerhalb der ursprünglichen Button-Breite */
  .section_sieben_button_one_img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    width: 8%;
    padding-top: 1px;

  }
  
  /* Hover-Effekt: Bild einblenden und Button erweitert sich leicht */
  .section_sieben_button_one_container:hover .section_sieben_button_one_img {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  
  .section_sieben_button_one_container:hover .section_sieben_button_one {
    padding-right: 60px; /* Platz schaffen fürs Bild */
  }
  
  



.section_sieben h1{
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-size: clamp(35px, 8vw, 60px);

}

/* Gemeinsamer Stil für alle Kreise */
.section_sieben_line_one,
.section_sieben_line_two,
.section_sieben_line_three,
.section_sieben_line_for,
.section_sieben_line_five {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.501);
    border-bottom: 1px solid transparent;
    -webkit-mask-image: linear-gradient(to bottom, white 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, white 40%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.section_sieben_line_for,
.section_sieben_line_five{
    display: none;
}

/* Basisgrößen (für große Bildschirme) */
.section_sieben_line_one {
    width: 550px;
    height: 550px;
}
.section_sieben_line_two {
    width: 850px;
    height: 850px;
    border: 2px solid rgba(255, 255, 255, 0.337);

}
.section_sieben_line_three {
    width: 1150px;
    height: 1150px;
    border: 2px solid rgba(255, 255, 255, 0.215);
}

.section_a{
    display: none;
}


.section_a_subcontainer{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 80px;
    height: fit-content;
    gap: 30px;
    background-color: #FCFAFF;
    background-color: white;
}

.feature_tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    border-radius: 16px;
    background-color: #FCFAFF;
    height: 65px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    margin-top: 30px;

    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.04);

}


.tab{
    font-weight: 600;
    font-size: 18px;
    color: black;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    width: 33%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}



.tab.active {
    color: var(--primary-color);  
}

.feature_border_line{
    height: 60%;
    width: 1px;
    color: black;
    background-color: var(--border-color);
}








.feature_content_wrapper {
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: space-between;
    height: 400px;
    margin-top: 10px;
    position: relative;
  }
  
  .feature_content_wrapper h1{
    font-size: 33px;
  }

  .feature_content {
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    height: 100%;
  }
  
  .feature_content.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  .feature_content .left {
    width: 50%;
    padding-right: 20px;
    height: 80%;
    padding-left: 18px;
  }

  .feature_content .left h1{
    padding-bottom: 30px;

  }
  
  .feature_content .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: var(--standard-box-shadow);

  }
  
  .feature_content .right img,
  .feature_content .right video {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    display: none;
  }

  .feature_content li img{
    width: 30px;
    display: none;
  }

  .tab_dots{
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: var(--green-dots);
  }

  .feature_content_wrapper li{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    line-height: 220%;
  }
  


.section_x,
.section_y,
.section_z,
.section_adlibrary{
    width: 90vw;
    max-width: 1300px;
    height: 480px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 0px;
    padding: 35px;
    border-radius: 25px;

    
}

.section_x{
    margin-top: 40px;
}

.section_adlibrary{
    margin-bottom: 0px;
}





.section_y_content_badge{
    background-color: #FBF5FF;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
    width: fit-content;
    padding: 0 16px 0 16px;
    height: 35px;
    border-radius: 12px;
    border: 1px solid #EFDDFC;

    position: absolute;
    top: 20px;
    left: 20px;

}









.section_adlibrary_content_badge{
    background-color: #FBF5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: fit-content;
    height: 35px;
    border-radius: 12px;
    border: 1px solid #EFDDFC;
    padding-left: 15px;
    padding-right: 15px;

    position: absolute;
    top: 20px;
    left: 20px;

}

.section_adlibrary_content_badge p{
    color: #8300DA;
    font-size: 19px;

}




.section_x_img,
.section_y_img,
.section_z_img,
.section_adlibrary_img{
    width: 50%;
    height: 380px;
    border-radius: 20px;
    position: relative;
    background-color: white;
    border: 0.5px solid var(--border-color);
}



.section_x_content,
.section_y_content,
.section_z_content,
.section_adlibrary_content{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    align-items: start;
    gap: 20px;

}


.section_z_content_badge{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 35px;
    background-color: #4c1d95;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #FBF5FF;
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
}


.section_y_content_badge p{
    color: #8300DA;
    font-size: 19px;
}

.section_z_content_badge p{
    color: #8300DA;
    font-size: 19px;
}

.section_x_content p,
.section_y_content p,
.section_z_content p,
.section_adlibrary_content p{
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}



.section_x h1,
.section_y h1,
.section_z h1,
.section_adlibrary h1{
    font-size: 32px;
    color: #333333;
    color: var(--primary-color);
}


.section_x_content_badge{
    background-color: #FBF5FF;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 35px;
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #EFDDFC;

    position: absolute;
    top: 20px;
    left: 20px;
}

.section_x_content_badge p{
    color: #8300DA;
    font-size: 19px;
}






.section_y_content_dot_container_one_mother,
.section_z_content_dot_container_one_mother,
.section_adlibrary_content_dot_container_one_mother{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.section_y_content_dot_container_one li,
.section_z_content_dot_container_one li,
.section_adlibrary_content_dot_container_one li{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    line-height: 180%;
    color: black;
    font-size: 19px;

}

.section_y_content_dot_container_one img,
.section_z_content_dot_container_one img,
.section_adlibrary_content_dot_container_one img{
    width: 25px;
}



.section_x_content_dot_container_one_mother,
.section_y_content_dot_container_one_mother,
.section_z_content_dot_container_one_mother,
.section_adlibrary_content_dot_container_one_mother{
    display: none;
}



.section_x_img::before,
.section_y_img::before,
.section_z_img::before,
.section_adlibrary_img::before{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 25px;
    z-index: -1;
    border: 0.5px solid var(--border-color);
    background-color: rgba(128, 128, 128, 0.018);
    
    display: none;
}

.section_zwei_box{
    text-align: center;
}

.mehr_erfahren{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-weight: 550;
    display: none;
}

.mehr_erfahren_span{
    color: var(--primary-color);
    font-size: 20px;
    display: inline-flex;
    position: relative;
    transition: padding 0.3s ease; /* <--- das fehlt vermutlich! */
    
}

.mehr_erfahren svg{
    padding-top: 2px;
    width: 14%;
    transition: transform 0.3s ease;
}


.mehr_erfahren:hover svg {
    transform: translateX(7px);
}

.section_triple_card{
    width: 90vw;
    border-radius: 16px;
    height: 250px;
    margin: auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); 
    margin-bottom: 30px;

}

.section_triple_card h1{
    font-size: 34px;
    color: #333333;
}

.section_triple_card p{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.section_triple_card span{


    font-size: 90px;
}

.triple_card_one,
.triple_card_two,
.triple_card_three{
    width: 32%;
    height: 100%;
    border-radius: 16px;
    box-shadow: var(--standard-box-shadow);
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}



.section_quad{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 900px;
    margin: auto;
    max-width: 1200px;
    margin-top: 80px;
    display: none;

}

.section_quad_row_one,
.section_quad_row_two{
    width: 100%;
    height: 48.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.section_quad_one,
.section_quad_two,
.section_quad_three,
.section_quad_for{
    height: 100%;
    border-radius: 16px;
    position: relative;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);

}

.section_quad_one{
    width: 58.5%;
    width: 100%;
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section_quad_one_left{
    width: 45%;
    height: 80%;
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}


.section_quad h1{
    font-size: 22px;
}

.section_quad p{
    font-size: 15px;
    line-height: 150%;

}

.section_quad_one_left span{
    font-size: 15px;
    line-height: 150%; 
    color: #000000;
    font-weight: bold;
}


.section_quad_one_blur_circle{
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: #ab51ffa4;
    left: 50%;
    top: 100%;
    border-radius: 300px;
    transform: translate(-50%, -50%);
    filter: blur(190px);
    display: none;
}

.section_quad_one_right{
    width: 50%;
    height: 80%;
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section_quad_two{
    width: 39%;
    display: none;
}

.section_quad_three{
    width: 58.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.section_quad_three_up{
    width: 90%;
    height: 30%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.section_quad_three_bottom{
    width: 95%;
    height: 45%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}


.section_quad_three_bottom_effect_cube{
    width: 250px;
    height: 150px;
    border-radius: 500px;
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section_quad_three_bottom_effect_cube_inner_box{
    width: 98.5%;
    height: 98%;
    background-color: white;
    z-index: 200000;
    border-radius: 500px;
}


.section_quad_three_bottom_effect_cube_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;     /* Länge des Kegels */
    height: 650px;
    background: conic-gradient(
      #AC51FF 0deg 120deg,
      transparent 10deg 360deg
    );
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center center;
    animation: rotate-cone 1.8s linear infinite;
    border-radius: 50%;
    z-index: 0;
    filter: blur(10px);
  }


.section_quad_three_bottom_image_droplink,
.section_quad_three_bottom_image_shopify{
    width: 75px;
    height: 75px;
    border-radius: 26px;
    box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.376);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    position: absolute;
    transition: 0.3s ease;
}
.section_quad_three_bottom_image_droplink:hover,
.section_quad_three_bottom_image_shopify:hover{
    transform: scale(1.05);

}

.section_quad_three_bottom_image_droplink{
    left: 175px;
    z-index: 200000000;
    background-color: white;
    top: 60%;
}

.section_quad_three_bottom_image_shopify {
    width: 65px;
    height: 65px;
    right: 0;
    right: 175px;
    z-index: 200000000;
    background-color: white;
    bottom: 60%;
    padding: 10px;
}

.section_quad_three_bottom_image_droplink img{
    width: 100%;
}



.section_quad_three_bottom_image_shopify img{
    width: 100%;
}

.section_quad_for{
    width: 39%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.section_quad_for_text_content{
    width: 85%;

    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}





.section_quad_for_chrome_container{
    width: 280px;
    position: relative;
    height: 280px;

    display: flex;
    justify-content: center;
    align-items: center;


}

.section_quad_for_chrome_container_straight_line_one::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(237, 237, 237, 0) 0%,        /* ganz links: transparent */
        #EDEDED 15%,                      /* sichtbar ab 20% */
        #EDEDED 85%,                      /* sichtbar bis 80% */
        rgba(237, 237, 237, 0) 100%       /* ganz rechts: transparent */
      );
  }

  .section_quad_for_chrome_container_straight_line_two::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(237, 237, 237, 0) 0%,        /* ganz links: transparent */
        #EDEDED 15%,                      /* sichtbar ab 20% */
        #EDEDED 85%,                      /* sichtbar bis 80% */
        rgba(237, 237, 237, 0) 100%       /* ganz rechts: transparent */
      );
  }

  .section_quad_for_chrome_container_line::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(237, 237, 237, 0) 0%,        /* ganz links: transparent */
        #EDEDED 15%,                      /* sichtbar ab 20% */
        #EDEDED 85%,                      /* sichtbar bis 80% */
        rgba(237, 237, 237, 0) 100%       /* ganz rechts: transparent */
      );
  }

  .section_quad_for_chrome_container_radar_line::after{
    position: absolute;
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      to top,
      #AC51FF 0%,                     /* unten: voll sichtbar */
      rgba(172, 81, 255, 0) 95%      /* oben: komplett transparent */
    );
  }



.section_quad_for_chrome_container_radar_line {
    position: absolute;
    width: 1.5px;                    /* Dicke der Linie */
    height: 160px;                  /* Länge der Linie – halbe Boxhöhe */
    top: 50%;
    left: 50%;
    transform-origin: bottom center;
    transform: translate(-50%, -100%) rotate(0deg);
    animation: radarRotate 9s linear infinite;
    z-index: 1;

    box-shadow: -8px 30px 20px 4px rgba(171, 81, 255, 0.285); /* #AC51FF als RGBA */
    border-radius: 20px 20px 0 0;
  }
  
  @keyframes radarRotate {
    from {
      transform: translate(-50%, -100%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -100%) rotate(360deg);
    }
  }

.section_quad_for_chrome_container_straight_line_one{
    width: 110%;
    height: 1px;
    position: absolute;
    top: 50%;
    opacity: 0.7;
}

.section_quad_for_chrome_container_straight_line_two{
    width: 1px;
    height: 110%;
    position: absolute;
    left: 50%;
    opacity: 0.7;
}

.section_quad_for_chrome_container_line{
    position: absolute;
    width: 1px;
    height: 110%;
    top: 0;
    z-index: 0;
    opacity: 0.7;
}

.line_one{
    transform: rotate(45deg) translateX(-50%);
}

.line_two{
    transform: rotate(-45deg) translateX(-50%);
}

.section_quad_for_chrome_container_circle_one{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 500px;
    background-color: #e3c3ffbc;
    background-color: white;
    border: 0.5px solid var(--border-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.7;
}

.section_quad_for_chrome_container_circle_two{
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 500px;
    background-color: #e8ceffad;
    background-color: white;
    border: 0.5px solid var(--border-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    opacity: 0.6;
}

.section_quad_for_chrome_container_circle_three{
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 500px;
    background-color: #e8ceff6c;
    background-color: white;
    border: 0.5px solid var(--border-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
    opacity: 0.5;
}

.section_quad_for_chrome_container_circle_for{
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 500px;
    background-color: #e8ceff6e;
    background-color: white;
    border: 0.5px solid var(--border-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
    opacity: 0.3;
}

.chrome_extension_container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.section_quad_for_chrome_container svg{
    width: 75px;
    height: 75px;
    z-index: 2;
    transition: 0.3s ease;
    position: relative;
}

.section_quad_for_chrome_container svg:hover{
    transform: scale(1.06);
}

.chrome_extension_container::after{
    content: "";
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 68px; /* Höhe des Verblassens */
    width: 84%;
    pointer-events: none; /* Damit Klicks durchgehen */
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0.276), rgba(240, 240, 240, 0));
    background: linear-gradient(
        to top,
        rgba(240, 240, 240, 0) 50%,
        rgba(240, 240, 240, 0.65) 100%
      );
    z-index: 10000;
    border-radius: 500%;
}

  
.section_review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 870px;
    gap: 0px; 
    position: relative;
    z-index: 10;
    width: 95%;
    max-width: 1200px;
    margin-bottom: 30px;
}

  .blur_background{
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: var(--primary-color);
    z-index: 9;
    filter: blur(600px);
    opacity: 0.8;
    top: 45%;
  }

  .section_review_headline_one{
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;
    z-index: 10;
    padding-top: 40px;
    font-size: clamp(39px, 5vw, 60px);
    padding-bottom: 30px;
  }

  .review_row_one,
  .review_row_two{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    height: 37%;
    width: 100%;


  }

  .review_one,
  .review_two,
  .review_three,
  .review_for,
  .review_five,
  .review_six{
    width: 28%;
    height: 77%;
    z-index: 10;
    color: white;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13%;
    overflow: hidden;
    border: 1px solid var(--border-color);


  }

  .review_two,
  .review_five{
    height: 69%;
  }

  .review_uper_area{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 20%;
  }

  .review_uper_area_image_container{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.review_pices{
    width: 130%;
  }

.fabio_pic{
    width: 90%;
}

.justin_pic{
    width: 180%;
}

.review_uper_area_headline{
    font-size: 30px;
    color: black;
    margin-right: 15px;

  }

.review_uper_area_paragraph{
    color: black;
    text-align: center;
    font-size: 21px;
}

.section_sieben_viewable_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}




  
  
  
  
  
@media(max-width:1360px){ /* HEADER */
    .shopify_container{
        width: fit-content;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        padding: 3px 16px;
        margin-bottom: 10px;


    }

    .shopify_container a{
        font-size: clamp(16px, 1.5vw, 50px);
    }

    .shopify_container svg{
        width: clamp(18px, 1.5vw, 50px);
    }

    .testen_dos{
        padding: 10px 15px;
        background-color: var(--primary-color);
        border: 1.5px solid var(--primary-color);
        border-radius: 12px;
        color: white;
        font-weight: bold;
        transition: 0.3s;

    }

    .testen_dos{
        font-size: clamp(8px, 4vw, 20px);
    }

    .section_review{
        height: fit-content;
        gap: 25px;
        width: 90%;

    }

    .review_row_one,
    .review_row_two{
        flex-direction: column;
        gap: 25px;
    }

    .review_one,
    .review_two,
    .review_three,
    .review_for,
    .review_five,
    .review_six{
      width: 90%;
      gap: 20px;
    }

    .review_uper_area{
        gap: 15px;
    }




    
}


@media(max-width:1024px){ /* MAIN */

    .logos_slide{
        animation: slideLogos 8s linear infinite;
    }



    .section_x,
    .section_y,
    .section_z,
    .section_adlibrary{
        flex-direction: column-reverse;
        margin-top: 70px;
        gap: 30px;
        padding: 20px;
        border: none;
        border: 1px solid var(--border-color);
        box-shadow: var(--standard-box-shadow);
        width: 82%;
    }

    .section_y,
    .section_adlibrary{
        flex-direction: column;
    }


    .section_x_content,
    .section_y_content,
    .section_z_content,
    .section_adlibrary_content{
    width: 100%;
    }

    .section_x_img,
    .section_y_img,
    .section_z_img,
    .section_adlibrary_img{
        width: 100%;
    }

    .Überschriftcontainer{
        width: 90%;
        text-align: center;
        margin-top: 110px;
        border-radius: 50px 0 50px 0;
    }
        
    .section_eins{
        height: 1080px;
        height: fit-content;
        padding-top: 20px;
    }

    .image_rahmen_dos{
        width: 90vw;
        max-width: 1350px;
    }

    .img_box{
        width: 100%;
    }

    .section_sieben h1{
        width: 90%;
        font-size: clamp(35px, 8vw, 60px);
    
    }

    .section_x_img::before{
        display: none;
    }

    .section_sieben{
        height: 600px;
        width: 100%;
        border-radius: 0;
    }

    .section_sieben_line_one {
        width: 70vw;
        height: 70vw;
        margin-top: 70%;

    }
    .section_sieben_line_two {
        width: 100vw;
        height: 100vw;
        margin-top: 70%;

    }
    .section_sieben_line_three {
        width: 130vw;
        height: 130vw;
        margin-top: 70%;

    }

    .section_sieben_viewable_content{
        margin-top: auto;
        margin-bottom: 70px;
    }

    .shopify_logo_icon{
        position: absolute;
        top: 20px;
        left: 200px;
    }
    
    .ebay_icon_logo{
        position: absolute;
        top: 20px;
        right: 200px;
    }
    
    .amazon_logo_icon{
        position: absolute;
        top: 130px;
        left: 130px;
    }

    .woocomerce_icon_logo{
        position: absolute;
        top: 130px;
        right: 130px;
    }

    .feature_content{
        flex-direction: column-reverse;
        gap: 30px;
    }



    .feature_content .left {
        width: 120%;
    }

    .feature_content .right {
        width: 120%;
        height: 2000px;
    }

    .feature_content_wrapper {
        height: 550px;
    }

    .feature_tabs{
        width: 100%;
    }

    .tab{
        font-size: 17px;
    }

    .section_triple_card{
        flex-direction: column;
        height: 680px;

    }

    .triple_card_one,
    .triple_card_two,
    .triple_card_three{
        width: 100%;
        height: 31%;
        max-width: 500px;
    }

    .dashboard_preview_select{
        width: 90%;
        height: 130px;
    }

    .dashboard_preview_select_split_one,
    .dashboard_preview_select_split_two {
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;

    }

    .dashboard_preview{
        width: 100%;
        height: 48%;
    }

    .dashboard_preview_select h2{
        font-size: 16px;
    }
}

/* Small Screens (z.B. Smartphones) */
@media (max-width: 600px) {


    .logos_slide{
        animation: slideLogos 2.8s linear infinite;
        gap: 40px;

    }

    .logos_slide img{
        width: 150px;
    }

    .login_buttons_dos a{
        font-size: clamp(17px, 3vw, 300px);
        width: 60vw;
    }
    .chrome_extension_button{
        display: none;
    }

    .section_sieben{
        height: 530px;
    }

    .shopify_logo_icon{
        position: absolute;
        top: 20px;
        left: 80px;
        transform: scale(0.8); /* 80% der Originalgröße */


    }
    
    .ebay_icon_logo{
        position: absolute;
        top: 20px;
        right: 80px;
        transform: scale(0.8); /* 80% der Originalgröße */



    }
    
    .amazon_logo_icon{
        position: absolute;
        top: 140px;
        left: 60px;
        transform: scale(0.8); /* 80% der Originalgröße */

    }

    .woocomerce_icon_logo{
        position: absolute;
        top: 140px;
        right: 60px;
        transform: scale(0.8); /* 80% der Originalgröße */

    }

    .section_sieben_line_one {
        width: 70vw;
        height: 70vw;
        margin-top: 80%;

    }
    .section_sieben_line_two {
        width: 100vw;
        height: 100vw;
        margin-top: 80%;
    }
    .section_sieben_line_three {
        width: 130vw;
        height: 130vw;
        margin-top: 80%;
    }

    .section_sieben_line_for{
        width: 160vw;
        height: 160vw;
        margin-top: 80%;
        border: 2px solid rgba(255, 255, 255, 0.128);
        display: flex;
    }

    .section_sieben_line_five{
        width: 190vw;
        height: 190vw;
        margin-top: 80%;
        border: 2px solid rgba(255, 255, 255, 0.128);
        display: flex;

    }
}


.section_y_content_dot_container_one .tab_dots{
    display: none;
}












  .main_badges{
    top: -60px;
    left: 0;
    display: none;

}






