/* Start Page 2 */

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.filterHead {
    width: 100%;
    padding: 24px 24px 8px;
    gap: 24px;
    border-radius: 12px;
    background: #f7f6fc;
    transition: 1s;
}

.filterHead h4 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.moreFilters {
    height: 145px;
    overflow: hidden;
    transition: 1s;
}

.checkBtnFilters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #d9d9d980;
}

.checkBtnFiltersActive {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}   

.checkboxDatas div, .groesseDatas div, .art_des_anbietersDatas div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 6px 0;
}

.kontakt_aufnehmen {
    cursor: pointer;
}

.radios_app {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #4e4e4e;
    border-radius: 50%;
}

.checkboxes_app {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #4e4e4e;
    border-radius: 2px;
}

.checkboxes_app_active, .radios_app_active {
    width: auto !important;
    height: auto !important;
    background: none !important; 
    border: none !important;
    border-radius: inherit !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.groesseDatasActive, .art_des_anbietersDatasActive {
    width: 100%;
    margin: 10px 0 0;
}


.allfilters b {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.moreBtn {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    background: #FFFFFF;
    line-height: 0;
}

.more_and_clear {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.clearFilters {
    width: 100%;
    padding: 12px 0;
    line-height: 0;
    gap: 4px;
    color: #333; 
    font-size: 14px;
    font-style: normal;
    display: none;
    align-items: center;
    font-weight: 600;
    background: none;
    line-height: 0;
}

.clearFiltersActive {
    display: flex !important;
}


.filterHead .allfilters a, .filterHead .filtersFooter a {
    display: flex;
    padding: 5px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #79747E;
    color: #49454F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.clearFilters {
    padding: 0;
    line-height: 0;
    gap: 4px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    margin: 0 24px 24px 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    background: none;
}

.filterActive {
    background: #E8DEF8 !important;
    border: 1px solid #E8DEF8 !important;
}

.filtersFooter {
    padding: 14px 0 0;
}

.resultsAndSearch {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    align-items: center;
}

.resultsIn {
    color: #4e4e4e;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.removeSearchFilter {
    position: absolute;
    bottom: 7px;
    right: 54px;
    background: none;
}

.submitSearchFilter {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border-left: 1px solid #D9D9D9 !important;
    border-radius: 0 8px 8px 0;
}

.searchFilter {
    position: relative;
}

.searchFilter input {
    display: flex;
    width: 409px;
    height: 42px;
    padding: 0px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
}

.searchFilter input::placeholder {
    color: #9c9c9c;
}

.searchFilter input:focus {
    border: 1px solid #D9D9D9 !important;
}

.datasContent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}


/* CONTENT */

.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;
}

.content_hr_software {
    display: flex;
    width: 295px;
    height: 375px;
    padding: 0px 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);
    position: relative;
  }
  

.content_hr_software:hover {
    box-shadow: -2px 2px 16px 0px #333333ab;
}

.conthrShead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .conthrShead a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .conthrShead a {
    border-bottom: 1px solid #ffffff00;
  }

  .conthrShead a:hover {
    border-bottom: 1px solid #333;
  }

  .conthrShead a span {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;

    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;
  }


  .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: #f7f6fc;
    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-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.contact-div {
    width: 295px;
    height: 375px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 16px rgba(217, 217, 217, .8);
    border-radius: 12px;
    background-image: url(https://vergleich-hr-software.de/wp-content/uploads/2024/11/Ads-Vendor.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #6256CA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 


.contact-div h4 {
    color: #000;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.4px;
    max-width: 300px;
    /* margin: 109px auto 10px; */
    padding: 0 10px;
}

.contact-div h4 span {
    /* background: linear-gradient(90deg, #6d1cd6 19.27%, #cf81ff 54.27%); */
    background: #6256CA;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.4px;
}


.contact-div a {
    width: 160px;
    height: 44px;
    background-color: #6256CA;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    appearance: button;
    background-image: none;
    border: 1px solid #6256CA;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none; 
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.contact-div a svg path {
    stroke: #FFFFFF;
}

.contact-div a:hover {
    background: #FFFFFF;
    color: #6256CA;
    font-weight: 500;
}

.contact-div a:hover svg path {
    fill: #6256CA;
    stroke: #6256CA;
}



.nullSoftwares {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.nullSoftwares img {
    width: 169px;
    height: 166px;
}


.nullSoftwares h3 {
    color: #393434;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(22px, 3vw, 28px);
    margin-top: clamp(0px, 3vw, 26px);
    text-align: center;
}

.nullSoftwares a {
    color: #75d5fb;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.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;
}

.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;
}

.circule_datas:hover .experienceLabel {
    display: flex;
}


.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;
}


.displayBlock {
    display: block !important;
}

.filterBtnMobile {
    width: 100%;
    height: 42px;
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background: #f7f6fc;
    border-radius: 4px;
    margin: 24px 0 0 0;
    padding: 0 20px;
}

.activeClassFb {
    border-bottom: 1px solid #c7cdcf !important;
    border-radius: 4px 4px 0 0 !important;
}

.filtMobileActive {
    position: fixed;
    background: #f7f6fc;
    top: 36px;
    z-index: 10;
    border-radius: 0 !important;
}

.expstyle {
    overflow: auto !important;
}


.expstyle::-webkit-scrollbar, #popup_container .popup_complate::-webkit-scrollbar {
    width: 20px !important;
}


.expstyle::-webkit-scrollbar-track, #popup_container .popup_complate::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.expstyle::-webkit-scrollbar-thumb, #popup_container .popup_complate::-webkit-scrollbar-thumb {
    background-color: #d6dee1 !important;
    border-radius: 20px !important;
    border: 6px solid transparent !important;
    background-clip: content-box !important;
}

.expstyle::-webkit-scrollbar-thumb:hover, #popup_container .popup_complate::-webkit-scrollbar-thumb:hover {
    background-color: #c7cdcf !important;
}


.filterBtnMobile .svgActive {
    position: relative;
    line-height: 0;
}

.filterBtnMobile .svgActive div {
    width: 6px;
    height: 6px;
    background: #DE323C;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: -1px;
    display: none;
}

.allCheckedDatas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* END CONTENT */

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.removeBtnHide {
    display: none;
    transition: 10s;
}


.FiltersContentHeaderButton {
  display: flex;
  width: 50%;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(
    90deg,
    rgba(109, 28, 214, 0.05) -1.72%,
    rgba(57, 15, 112, 0.01) 71.15%
  );
  margin-top: 24px;
  min-width: 300px;
}

.FiltersContentHeaderButton h4 {
  color: #1d192b;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  min-width: 255px;
}

.FiltersContentHeaderButton > a {
  width: 202px !important;
  height: 32px !important;
  flex-shrink: 0 !important;
  color: #fff !important;
  font-family: "Work Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  background-color: #000000 !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media(max-width: 1500px) {

}  

@media (max-width: 1335px) {


    .content_hr_software, .contact-div {
        width: 30%;
    }
}


@media (max-width: 1024px) { 
    
    .conthrShead a span {
        font-size: 16px;
    }   

    .funparameters p {
        font-size: 12px;
    }

    .circule_datas div {
        width: 6px;
        height: 6px;
    }

    
    /* ========================================== */

    .filterHead .allfilters a, .filterHead .filtersFooter a {
        padding: 3px 8px;
        font-size: 14px;    
    }    

    .allfilters, .filtersFooter {
        padding: 20px 20px 0;
    }

    .filterBtnMobile {
        display: flex;
    }

    .filterHead {
        padding: 0;
        border-radius: 0 0 4px 4px;
        height: 0px;
        overflow: hidden;
    }
 
    .filterHeadActive {
        position: fixed;
        z-index: 10;    
        top: 102px;
    }
    

    .svgTwoActive {
        display: none;
    }
    .activeClassFb .displayBlock svg path {
        fill: #333333;
    }
    
    .activeClassFb:hover .displayBlock svg path {
        fill: #6256CA;
    }

    /* ========================================== */


}



@media(max-width: 978px) {
    .content_hr_software, .contact-div {
        width: 45%;
    }


}


@media(max-width: 768px) {

    .content_hr_software, .contact-div {
        width: 47.97%;
    }

    .datasContent {
        justify-content: space-between;
    }
    
}

@media(max-width: 640px) {

    .resultsAndSearch {
        flex-direction: column-reverse;
        margin: 22px 0 15px;
        align-items: flex-start;
    }

    .searchFilter, .searchFilter input {
        width: 100%;
    }

    .resultsIn {
        margin-top: 12px;
    }
    

}


@media(max-width: 540px) {
    .content_hr_software, .contact-div {
        width: 100%;
    }
}

@media(max-width: 425px) {
    .filterBtnMobile {
        padding: 8px 10px;
    }

    .allfilters, .filtersFooter {
        padding: 20px 9px 0;
    }
}

@media(max-width: 350px) {

}


/* End Page 2 */








