/* Start Page 1 */



.badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(23, 162, 184, 0.10);
    width: fit-content;
    height: 40px;
    line-height: 0;
    padding: 4px 12px 4px 4px;
    position: relative;
    margin: 0 auto 40px;
    z-index: 10;
    gap: 8px;
  }

  .badge-icon {
    line-height: 0;
  } 
  
  .badge-icon img {
    width: 32px; 
    height: 32px; 
    margin-right: 8px;
  }
  
  .badge-text {
    color: #171717;
    font-size: clamp(12px, 3vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  
  
  #badgeIcon .vc_column-inner {
    display: flex !important;
    justify-content: center !important;
  }
  
  
  
  #badgeBackground {
    width: 552.302px;
    height: 504.682px;
    transform: rotate(-0.39deg);
    flex-shrink: 0;
    border-radius: 552.302px;
    background: rgba(98, 86, 202, 0.50);
    filter: blur(250px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }


  .findthe_foryour {
    max-width: 448px;
    width: 100%;
  }

  .findthe_foryour svg {
    max-width: 430px;
    width: 100%;
    height: auto;
  }

  .furIhrUnter {
    text-align: center;
    margin: 0 0 16px 0;
  }


  #lottie_animation, .findthebusiness {
    position: relative;
    z-index: 10;
    /* margin-top: -54px; */
  }

  /* #lottie_animation svg {
    height: revert-layer !important;
  } */

  .findthebusiness {
    margin: 0 auto;
  }

  .findthebusiness .findfirstDiv {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: -25px;
    gap: 5px;
  }


  .findthebusiness h1 {
    color: #333;
    font-size: clamp(22px, 3vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .findthebusiness p {
    color: #3C3939;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 3vw, 28px);
  }

  .overSoftware {
    color: #333;
    text-align: center;
    font-size: clamp(16px, 3vw, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 36px auto;
    position: relative;
    z-index: 10;
  }





  /* START CAROUSEL */
    :root {
        --items-per-page: 11;
    }

    .carousel {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
    }
    
    .carousel:before, .carousel:after {
        position: absolute;
        top: 0;
        content: '';
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    .carousel:before {
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    .carousel:after {
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
    }
    
    .carousel-container {
        white-space: nowrap;
    }

    .carousel-item {
        display: inline-block;
        min-width: calc(100% / var(--items-per-page));
        box-sizing: border-box;
    }

    .carousel-item img {
        height: 20px;
        padding: 0 20px;
        cursor: pointer;
        /* width: -webkit-fill-available; */
        object-fit: contain;
    }

  /* END CAROUSEL */



  .start_comparing {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .start_comparing:hover {
    color: #6256CA;
  }




  .get_personalized_recommendations {
    display: flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #6256CA;
    border-radius: 8px;
    background: #6256CA;
    box-shadow: 4px 11px 22.8px 0px rgba(0, 0, 0, 0.06);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    max-width: 240px;
    width: 100%;
  } 

  .btns_header, .free_register_head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
  }

  .free_register_head {
    gap: 13px;
  }

  .free_register_head div {
    display: flex;
    align-items: center;
  }

  .free_register_head div p {
    color: #4e4e4e;
    font-size: clamp(13px, 3vw, 17px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(16px, 3vw, 28px);
    letter-spacing: -0.34px;
    margin: 0 0 0 6px;
  }

  .homePageSoftware {
    max-width: 1336px !important;   
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 40px;
  }

  .software_solutions {
    color: #333;
    text-align: center;
    font-size: clamp(22px, 3vw, 44px);
    font-style: normal; 
    font-weight: 600;
    margin: 120px auto 24px;
    line-height: clamp(22px, 3vw, 40px);
  }

  .software_solutions_description {
    margin: 0 auto 44px;
    color: #4e4e4e;
    text-align: center;
    font-size: clamp(16px, 3vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 3vw, 28px);    

  }

  .content_hr_software {
    display: flex;
    width: 295px;
    height: 375px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: -2px 2px 16px 0px rgba(217, 217, 217, 0.70);
    margin: 0 10px;
    position: relative;
  }

  .content_hr_software:hover {
    box-shadow: -2px 2px 16px 0px #333333ab
  }

  .top4SoftwaresIcons {
    position: absolute;
    right: 0;
    top: 76px;
    background: #d9d9d980;
    width: 65px;
    height: 27px;
  }

  .top4SoftwaresIcons img {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 24px;
    top: -5px;
  }

  .conthrShead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }

  .conthrShead a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .conthrShead a span {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;

    display: inline-block;
    /* max-width: 12ch; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logoContent {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .logoContent img {
    display: flex;
    width: 99px;
    height: 35px;
    object-fit: contain;
  }

    .compareSwap { 
        max-width: 243px;
        width: 100%;
        height: 74px;
        position: absolute;
        background: #FFFFFF;
        top: 52px;
        z-index: 10;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 4px 8px;
        border-radius: 6px;
        box-shadow: 1px -1px 8px 0px #D9D9D9;
        display: none;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .compareSwap span {
        white-space: normal !important; 
        word-wrap: break-word !important; 
        overflow-wrap: break-word !important;
        letter-spacing: -0.42px !important;
        color: #333 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 21px !important;
    }

    .compareSwap svg {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

  .checkContentHead {
    display: flex;
    width: 160px;
    height: 42px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #6256CA;
    background: rgba(98, 86, 202, 0.05);
    cursor: pointer;
    margin-bottom: 20px;
}

.checkContentHead input {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px;
    border: 1px solid #4e4e4e !important;
    background: #FFFFFF !important;
    appearance: none;
    cursor: pointer;
}

.checkContentHead input:checked {
    background: #6256CA !important;;
    border: 1px solid #6256CA !important;;
}

.checkContentHead input[type="checkbox"]:checked:before {
    color: #FFFFFF !important;;
}

.checkContentHead span {
    color: #6256CA;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.funparameters {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.funparameters p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.hrLine {
    width: 100%;
    margin: 0 !important;
}




.contentTopHrSoftware {
    overflow: auto;
    white-space: nowrap;
    position: relative; 
    margin: 0 auto;
    cursor: grab; 
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
}

.contentTopHrSoftware:active {
    cursor: grabbing; 
}

.topHrSoftware, .hrVendors {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s; 
    height: 430px;
}

.hrVendors {
    justify-content: space-between;
}


.contenthrVendors {
    overflow: auto !important;
}

.contentTopHrSoftware::-webkit-scrollbar {
    display: none; 
}
  

.contentTopHrSoftware:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.contentTopHrSoftware:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}


.carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.carousel-indicators span {
    width: 10px !important;
    height: 10px !important;
    background-color: #D9D9D9;
    border-radius: 50%;
    border: 1px solid '#D9D9D9';
    cursor: pointer;
}  

.carousel-indicators span.indActive {
    background-color: #79747E;
    border: 1px solid '#333';

}


.anbieterubersicht {
    display: flex;
    width: 180px;
    height: 42px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center; 
    gap: 10px;
    border-radius: 8px; 
    border: 1px solid #6256CA;
    background: #6256CA;
    margin: 48px auto 0;
    color: #FFFFFF;
}

.welcheHrData a {
    border: 1px solid #6256CA;
}

.anbieterubersicht:hover span {
    color: #6256CA;
}

.anbieterubersicht:hover svg path {
    stroke: #6256CA;
}

.anbieterubersicht:hover, .welcheHrData a:hover, .get_personalized_recommendations:hover {
    background: #FFFFFF;
    color: #6256CA;
}
 
.anbieterubersicht span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.indicator3 {
    display: none;
}

.warumSieunserem {
    width: 100%;
    display: flex;
    padding: 80px 0px;
    align-items: center;
    gap: 62px;
    align-self: stretch;
    background: #008ef00d;
    margin: 70px 0;
}

.warumSieunserem .shortFeatureIntro h3 {
    color: #333;
    text-align: center;
    font-size: clamp(22px, 3vw, 44px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}

.warumSieunserem .shortFeatureIntro p {
    color: #4e4e4e;
    text-align: center;
    font-size: clamp(16px, 3vw, 22px);  
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 3vw, 28px);
    align-self: stretch;
}

.warumSieunserem img {
    max-width: 506px;
    width: 100%;
}

.themselves {
    color: #333;
    text-align: center;
    font-size: clamp(22px, 3vw, 44px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 3vw, 44px);
}

.themselvesHead {
    display: flex;
    justify-content: center;
    margin: 0 0 24.5px 0;
    line-height: clamp(22px, 3vw, 28px);
    gap: 10px;
}

.themselvesHead div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 262px;
    width: 100%;
    text-align: center;
}

.themselvesHead div h4 {
    color: #000;
    font-size: clamp(22px, 3vw, 40px);
    font-style: normal;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.themselvesHead div p {
    color: #333;
    font-size: clamp(14px, 3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#speak_themselves {
    margin: 40px 0 0 0;
}

#speak_themselves .vc_column-inner {
    padding: 0 !important;
}


.welcheHrSoftware {
    display: flex;
    justify-content: space-between;
    padding: 79px 0;
}

.welcheHrSoftware div h3 {
    color: #1D1D1D;
    font-size: clamp(22px, 3vw, 44px);
    font-style: normal;
    font-weight: 700;
    margin: 0 0 24px 0;
    line-height: clamp(26px, 3vw, 44px);
}

.welcheHrSoftware div p {
    color: #464646;
    font-size: clamp(14px, 3vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 3vw, 28px);
    margin: 0;
}

.welcheHrSoftware div a {
    display: flex;
    max-width: 180px;
    width: 100%;
    height: 42px;
    padding: 8.5px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #6256CA;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 24px 0 0 0;
    cursor: pointer;
}

.welcheImages img {
    max-width: 500px;
    width: 100%;
    margin: 0 !important;
}

 
.welcheHrData {
    max-width: 680px;
    width: 100%;
}


.circule_datas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    cursor: pointer !important;
}

.circule_datas div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
}

.circuleActive {
    background: #73B736 !important;
}

.experienceLabel {
    display: none;
    align-items: center;
    justify-content: center;
    background: #FFF !important;
    position: absolute;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.42px;
    bottom: 61px;
    right: 4px;
    width: 103px !important;
    height: 30px !important;
    border-radius: 6px !important;
    box-shadow: 1px -1px 8px 0px #D9D9D9;
}

.circule_datas:hover .experienceLabel {
    display: flex;
}

.experienceLabel svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
}


.vonflexExperten {
    display: flex;
    align-items: center;
    gap: 60px;
}

.conthrShead a {
    border-bottom: 1px solid #ffffff00;
}

.conthrShead a:hover {
    border-bottom: 1px solid #333;
}

@media(max-width: 1500px) {
    .contentTopHrSoftware {
        /* max-width: 1000px; */
        margin: 0 auto;
    }


    .findthe_foryour {
        max-width: 350px;
    }
}  

@media (max-width: 1410px) {
    .indicator3 {
        display: block;
    }

}

@media (max-width: 1280px) {
    .welcheHrData {
        max-width: 1000px;
        padding-right: 20px;
    }

    .welcheImages img {
        max-width: 350px;
    }
}

@media (max-width: 1024px) {
    
    .top4SoftwaresIcons {
        width: 55px;
    }

    .top4SoftwaresIcons img {
        right: 14px;
    }

    .funparameters p {
        font-size: 12px;
    }

    .circule_datas div {
        width: 6px;
        height: 6px;
    }
 
    .warumSieunserem img {
        max-width: 380px;
    }

    .carousel:before, .carousel:after {
        width: 30px;
    }

    .content_hr_software {
        width: 216px;
        padding: 16px 15px;
    }

    .findthe_foryour {
        max-width: 320px;
    }

    .hrVendors .content_hr_software {
        width: 216px;
    }

    .compareSwap span {
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .compareSwap {
        max-width: 195px;
        padding: 4px;
    }

    .logoContent img {
        width: 80px;
    }

    .conthrShead a span {
        font-size: 16px;
    }
}



@media(max-width: 978px) {

}


@media(max-width: 860px) {
    .findthebusiness .findfirstDiv {
        align-items: center;
        flex-direction: column;
    }

    .findthebusiness h1 {
        margin: 0;
    }

    .findthe_foryour {
        line-height: 0;
    }
}

@media(max-width: 768px) {

    .warumSieunserem {
        padding: 50px 0px;
    }

    .vonflexExperten {
        flex-direction: column;
    }

    .homePageSoftware {
        padding: 0 15px;
    }

    .welcheHrData {
        padding-right: 10px;
    }

    .welcheImages {
        display: flex;
        align-items: center;
    }

    .findthebusiness .findfirstDiv {
        flex-wrap: wrap;
    }

    .hrSoftwareTitle {
        margin-right: 270px;
    }

    .findthe_foryour {
        text-align: center;
        margin: 0;
    }

    .findthebusiness p {
        margin: 0 auto 20px;
    }
    
    .btns_header {
        flex-direction: column-reverse;
    }

    .get_personalized_recommendations {
        align-self: center;
        margin-left: 0;
    }
 
    .furIhrUnter {
        margin: -63px -177px 16px 0;
    }

    .start_comparing {
        margin-top: 15px;
    }

    .software_solutions {
        margin: 40px auto 24px;
    }

    .finden_sie_die {
        margin: 0 0 18px 0;
    }

}

@media(max-width: 744px) {
    .carousel-indicators {
        display: none;
    }
}

@media(max-width: 540px) {


    .finden_sie_die {
        margin: 0 0 11px 0;
    }

    .findthebusiness h1 {
        font-weight: 600;
    }

    .furIhrUnter {
        margin: -59px -150px 16px 0;
    }

    .hrSoftwareTitle {
        margin-right: 230px;
    }

    #lottie_animation {
        display: none;
    }

    .themselvesHead {
        flex-direction: column;
        align-items: center;
    }

    .themselvesHead div h4 {
        margin: 0;
    }

    .welcheHrSoftware {
        padding: 20px 0 70px;
        flex-direction: column;
        align-items: center;
    }

    .welcheHrSoftware div a {
        max-width: -webkit-fill-available;
        top: 210px;
        position: relative;
    }

    .welcheHrData { 
        padding-right: 0;
    }

    .welcheHrSoftware div h3 {
        text-align: center;
    }

    .get_personalized_recommendations {
        max-width: -webkit-fill-available;
    }

    .anbieterubersicht {
        width: 100%; 
    }

    .welcheHrSoftware div p {
        text-align: center;
    }

    .welcheImages img {
        max-width: 300px;
        margin-top: -36px !important;
    }

}

@media(max-width: 425px) {


    .anbieterubersicht {
        margin: 30px auto 0;
    }

    .free_register_head div {
        padding: 0;
    }
 
   .free_register_head {
        flex-direction: column;
        gap: 12px;
    }

    .warumSieunserem {
        margin: 30px 0;
    }

    .furIhrUnter {
        margin: -52px -120px 16px 0;
    }

    .hrSoftwareTitle {
        margin-right: 180px;
    }

    .findthebusiness p {
        font-size: 14px;
        line-height: inherit;
    }


    #speak_themselves {
        margin: 10px 0 0 0;
    }

}

@media(max-width: 350px) {

    .furIhrUnter {
        margin: -51px -110px 16px 0;
    }

    .hrSoftwareTitle {
        margin-right: 163px;
    }

}

/* End Page 1 */

























