/* Start Page 3 */

p {
    margin: 0;
}

.noneDisabled {
    display: none !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.softwaresCompare {
    display: none;
}

.cesis_menu_btn a, .cesis_mobile_btn a {
    pointer-events: none;
    opacity: 0.3;
}

.content_and_filter {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.content_and_filter .contentData h1, .filterContent h1 {
    color: #333;
    text-align: center;
    font-size: clamp(14px, 5vw, 20px);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: clamp(20px, 6vw, 37px);
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 24px;
}

.content_and_filter .contentData {
    max-width: clamp(589px, 61vw, 869px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    border-radius: 12px;
    border-width: 1px;
    border-color: #ececec;
    border-style: solid;
    flex-direction: column;
}

.content_and_filter .contentData .logoSoftwares {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: clamp(100px, 9vw, 132px);
    align-items: center;
    padding: 0 24px;
    gap: 8px;
    /* position: fixed; */
    background: #ffffff;
    top: 0;
    max-width: clamp(572px, 61vw, 869px);
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #ececec;
    transition: 0.6s;
    z-index: 11;
}


.content_and_filter .contentData .logoSoftwares div {
    display: flex;
    flex-direction: column;
    max-width: clamp(102px, 10vw, 190px);
    width: 100%;
    height: clamp(72px, 6vw, 100px);
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border-radius: 4px;
    box-shadow: -2px 1px 8px 0px #D9D9D9;
    position: relative;
    padding: 5px;
}

.content_and_filter .contentData .logoSoftwares div img {
    width: clamp(60px, 6vw, 96px);
    height: 36px;
    object-fit: contain;
}

.content_and_filter .contentData .logoSoftwares div a {
    color: #333;
    font-size: clamp(12px, 1vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(15px, 1vw, 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 0;
    text-align: center;
}

.filterContent {
    display: flex;
    width: 350px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #d9d9d980;
    background: #FFF;
}

.filterContent h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}

.filterActive {
    background: #E8DEF8 !important;
    border: 1px solid #E8DEF8 !important;
}

.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: 10px;
    margin: 10px 0; 
}

.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 {
    /* display: flex;
    flex-wrap: wrap; */
    /* gap: 10px;  */
    display: flex;
    flex-direction: column;
}

.headTextFilter {
    position: relative;
    top: 10px;
}

.headTextFilter h4 {
    padding: 0 0 0 24px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    
}



.allfilters a {
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #79747E;
    color: #49454F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    cursor: pointer;
    gap: 10px
}

.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;
}


.analysSoftwares {
    width: 100%;
}

.headCatname {
    background: rgba(217, 217, 217, 0.20);
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 24px;
    border-top: 1px solid rgb(235 235 235);
}


.inCorrectIcon {
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 27px;
    background: #DE323C;
    box-shadow: 0px 0px 4px 0px #D9D9D9;
}


.correctIcon {
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 27px;
    background: #73B736;
    box-shadow: 0px 0px 4px 0px #D9D9D9;
}


.featureRow {
    display: flex;
    height: 46px;
    align-items: center;
    padding: 0 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.correction {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
}

.correction div {
    max-width: clamp(102px, 10vw, 190px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features {
    color: #4e4e4e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    max-width: 183px;
    width: 100%;
    line-height: 17px;
}

.disableVendor {
    padding: 5px;
    flex-direction: column;
    gap: 4px;
    /* flex-shrink: 0; */
    color:#4e4e4e;
    text-align: center;
    font-size: clamp(10px, 2vw, 14px);
    line-height: clamp(12px, 3vw, 17px);
    font-style: normal;
    font-weight: 500;
}


.removeSoftware {
    position: absolute;
    top: clamp(-15px, 1vw, -17px);
    right: clamp(0px, 0.5vw, 17px);
    width: clamp(18px, 1.5vw, 24px);
    height: clamp(18px, 1.5vw, 24px);
    border-radius: 50%;
    border: 1px solid #DE323C;
    background: #FFF;
    cursor: pointer;
}

.removeSoftware svg {
    width: -webkit-fill-available;
    transition: 0.5s;
}

.removeSoftware:hover svg {
    width: 20px;
    height: 20px;
}

.removeSoftware:hover svg path {
    stroke: #FFFFFF;
}

.removeSoftware:hover {
    background: #DE323C;
}

.disableAnalys {
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 27px;
    background: #D9D9D9;
    box-shadow: 0px 0px 4px 0px #D9D9D9;
}

.filterContentContainer {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filterContentActive {
    width: 350px;
    position: fixed;
    top: 0;
    overflow-y: auto;
    height: -webkit-fill-available;
    z-index: 10;
    /* background: #ffffff; */
    padding: 0 0 20px 0;
}

/* .filterContentActive .filterContentContainer {
    padding: 0 12px 0 24px;
} */



@media (min-width: 1024px) {
    .filterContentActiveTwo {
        top: auto !important;
        position: absolute !important;
        bottom: 35px !important;
        height: auto !important;
    }
}

.fixedContentActivefilter {
    position: fixed !important;
    top: 90px !important;
    border-width: 0 1px 1px 1px !important;;
    border-style: solid !important;;
    border-color: #ebebeb !important;;
    border-radius: 0 !important;
    z-index: 10 !important;
}


.seeMoreSoftware {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 10px auto;
    width: max-content;
}

.seeMoreSoftware:hover {
    color: #333;
}

.filterHead {
    max-width: 347px;
    width: 100%;
}

.filterContentActive::-webkit-scrollbar, #popup_container .popup_complate::-webkit-scrollbar {
    width: 20px;
}


.filterContentActive::-webkit-scrollbar-track, #popup_container .popup_complate::-webkit-scrollbar-track {
    background-color: transparent;
}

.filterContentActive::-webkit-scrollbar-thumb, #popup_container .popup_complate::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.filterContentActive::-webkit-scrollbar-thumb:hover, #popup_container .popup_complate::-webkit-scrollbar-thumb:hover {
    background-color: #c7cdcf;
}

.suggestedVendors {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}


.searchFilter {
    position: relative;
}

.searchFilter input {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
}

.searchFilter svg {
    position: absolute;
    top: 12px;
    right: 12px;    
}

.searchFilter input::placeholder {
    color: #9c9c9c;
}

.searchFilter input:focus {
    border: 1px solid #D9D9D9 !important;
}

.softwareDatas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
    position: relative;
}

.headerContentAddsoftware {
    position: relative;
}

.contentAddsoftware {
    display: flex;
    /* width: 48%; */
    height: 72px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #d9d9d966;
    background: none;
    gap: 12px;
}

.contentAddsoftware img {
    width: 70px;
    max-height: 60px;
    padding: 4px;
    object-fit: contain;
}

.contentAddsoftware button {
    display: none;
    max-width: 50px;
    width: 100%;
    height: 32px;
    padding: 5px 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    color: #6256CA;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.contentAddsoftware:hover button {
    display: flex;
}

.contentAddsoftware button:hover {
    background: #6256CA;
    color: #FFFFFF;
    box-shadow: 1px 2px 8px 0px #4e4e4eb3;
}


.contentAddsoftware:hover {
    border: 1px solid #d9d9d966;
    background: #d9d9d999;
}

.popupChange {
    display: none;
    max-width: 240px;
    width: 100%;
    padding: 4px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #d9d9d980;
    background: #FFF;
}

.activethisPopup {
    display: flex !important;
    position: absolute;
    right: 0;
}

.headPopupChange {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headPopupChange p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}

.headPopupChange button {
    background: none;
    line-height: 0;
    padding: 5px;
}

.changing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.changing button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    justify-content: space-between;
    padding: 0;
    width: -webkit-fill-available;
    background: #FFF;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 4px 6px;
}

.changing button:hover {
    border: 1px solid #d9d9d980;
}

.changing img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.filterBtnMobileActive {
    position: fixed !important;
    top: 59px !important;
    margin: 0 !important;
}

.tauschen {
    background: #FFFFFF;
    border-radius: 4px;
    display: inline-flex;
    height: 32px;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.tauschen:hover {
    background: #E7E7E780;
}

.filterBtnMobile {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    display: none;
    width: 100%;
    height: 42px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #d9d9d980 !important; 
    background: #f7f6fc;
    position: relative;
    z-index: 11;
}


.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;
}

/* .headTextFilter {
    width: 100%;
    padding: 10px 24px 0;
} */

.headTextFilter button {
    line-height: 0;
    padding: 0;
    background: none;
    display: none;
}

#bodyBackground {
    max-width: 347px;
    width: 100%;
}

.softwareContWidth {
    width: 48%;
}





@media(max-width: 1500px) {
   
  
}  

@media (max-width: 1410px) {
    
}

@media (max-width: 1280px) {
   
}


@media (max-width: 1058px) {

    .fixedContentActivefilter {
        top: 60px !important;
    }

    .filterContentActive {
        top: -28px; 
    }
}


@media (max-width: 1024px) {

    .checkBtnFilters {
        margin: 40px 0 12px 0;
    }

    .filterContentActive {
        top: 0; 
    }

    .contentAddsoftware {
        border: 1px solid #d9d9d966;
        background: #d9d9d999;
        justify-content: space-evenly;
    }

    .contentAddsoftware button {
        display: flex;
    }

    .tauschen {
        display: none;
    }

    .fixedContentActivefilter {
        top: 101px !important;
    }

    .content_and_filter {
        flex-direction: column-reverse;
    }

    .content_and_filter .contentData {
        max-width: 100%;
    }

    .content_and_filter .contentData h1, .filterContent h1 {
        border-bottom: none;
        padding: 0;
        height: 0;
        line-height: 0;
        color: #ffffff00;
    }

    .content_and_filter .contentData .logoSoftwares {
        max-width: 100%;
        border: none;
        border-radius: 12px;
        height: clamp(100px, 20vw, 132px);
    }

    .filterContent, .filterHead {
        width: 100%;
        max-width: 97%;
        height: 552px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 10px 0 0;
    }

    .filterContent {
        overflow: auto;
        /* gap: 0; */
    }

    .filterBtnMobile {
        display: flex;
        margin: 24px 0;
    }

    .headTextFilter {
        display: flex;
        align-items: center; 
        justify-content: space-between;
        height: 54px;
        background: #ffffff;
        position: fixed;
        width: 93.8%;
        z-index: 100;
        border-bottom: 1px solid #d9d9d980;
        border-radius: 12px 12px 0 0;    
        top: auto;
        /* box-shadow: -3px 2px 8px 0px #dedede; */
    }

    .headTextFilter button {
        line-height: 0;
        padding: 0;
        display: block;
        padding: 0 24px 0 0;
    }

    .headTextFilter button svg path {
        fill: #333333;
    }
    
    .headTextFilter button:hover svg path {
        fill: #6256CA;
    }
    

    #bodyBackground {
        max-width: -webkit-fill-available;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.40);
        position: fixed;
        top: 0;
        z-index: 10000000000;
        left: 0;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: end;
        display: none;
        transition: 1s;
    }

    .bodyBgActive {
        display: block !important;
    }
 

    .filterContent::-webkit-scrollbar {
        width: 20px;
    }
    
    .filterContent::-webkit-scrollbar-track {
        background-color: transparent;
    }
    
    .filterContent::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
        border: 6px solid transparent;
        background-clip: content-box;
    }
    
    .filterContent::-webkit-scrollbar-thumb:hover {
        background-color: #c7cdcf;
    }


    .filterContentContainer {
        padding: 0 10px 0 24px;
    }

    .softwareContWidth {
        max-width: 24%;
        width: 100%;
        height: 80px;
    }

    .activethisPopup {
        right: auto;
    }

    .popupChange {
        max-width: inherit;
    }

    .softwareDatas {
        gap: 10px;
        justify-content: flex-start;
    }

    .content_and_filter .contentData .logoSoftwares div {
        max-width: clamp(102px, 18vw, 190px);
        height: clamp(72px, 20vw, 100px) !important;
    }

    .content_and_filter .contentData .logoSoftwares div img {
        width: clamp(60px, 20vw, 96px);
    }

    .correction div {
        max-width: clamp(102px, 18vw, 190px); 
    }

    .removeSoftware {
        right: 15px;
        width: 24px;
        height: 24px;
    }




 
}




@media(max-width: 870px) {
    .softwareContWidth {
        max-width: 32%;
    }
}




@media(max-width: 768px) {

    .content_and_filter .contentData .logoSoftwares {
        height: clamp(100px, 14vw, 132px);
    }

    .content_and_filter .contentData .logoSoftwares div {
        max-width: clamp(102px, 10vw, 190px);
        height: clamp(72px, 10vw, 100px) !important;
    }

    .content_and_filter .contentData .logoSoftwares div img {
        width: clamp(60px, 10vw, 96px);
    }

    .correction div {
        max-width: clamp(102px, 10vw, 190px);
    }


    .removeSoftware {
        right: clamp(0px, 0.5vw, 17px);
        width: clamp(18px, 1.5vw, 24px);
        height: clamp(18px, 1.5vw, 24px);
    }



    


}

@media(max-width: 625px) {
    .softwareContWidth {
        max-width: 48.8%;
    }

    .headCatname {
        padding: 12px;
    }

    .featureRow, .content_and_filter .contentData .logoSoftwares {
        padding: 0 12px;
    }

    .features {
        max-width: 147px;
        font-size: 10px;
    }
}


@media(max-width: 540px) {
    .softwareContWidth {
        max-width: 48.3%;
    }

    .featureRow {
        padding: 39px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .features {
        max-width: -webkit-fill-available;
        width: 100%;
        text-align: start;
        position: relative;
        top: -15px;
        background: #eaeaea; 
        padding: 5px 15px;
        font-size: 12px;
        /* text-align: center; */
    }

    .correction {
        justify-content: space-between;
        padding: 0 15px;
    } 

    .content_and_filter .contentData .logoSoftwares {
        padding: 0 15px;
        justify-content: space-between;
    }

    .content_and_filter .contentData .logoSoftwares div, .correction div {
        max-width: 190px;
    }
}

@media(max-width: 425px) {

    .filterBtnMobile {
        justify-content: space-between;
        padding: 8px 10px;
    }

    .tauschen {
        display: block;
    }

    .matchedPopup {
        max-width: 300px;
        padding: 12px;
    }

    .softwareContWidth {
        max-width: 100%;
    }

    #bodyBackground {
        padding: 0 15px;
    }

    .filterContentContainer {
        padding: 0 0px 0 10px;
    }

    .features {
        font-size: 10px;
    }


      
}

@media(max-width: 350px) {

}

/* End Page 3 */

