.-standard {

    .row {
        @media (min-width: 764px) {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px!important;
            margin-left: -15px!important;
        }
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        @media (min-width: 764px) {
            position: relative;
            width: 100%;
            padding-right: 15px!important;
            padding-left: 15px!important;
        }
    }

}

header + .tx-productfilter-pi1 {
    margin-top: 20px;
}

.tx-productfilter-pi1 form {
    @media (min-width: 980px) {
        display: block !important;
    }
}

.tx-productfilter-pi1 .search-field {
    position: relative;
    margin-bottom: 20px;
}

.tx-productfilter-pi1 .search-field .fa {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 15px;
    color: #009FE3;
}

.tx-productfilter-pi1 .search-field .form-control {
    border: unset;
    box-shadow: none !important;
    border-radius: 0;
    padding-right: 20px;
    padding-left: 15px;
}

.tx-productfilter-pi1 .card-header {
    background: unset;
    border: none;
    padding-left: 15px;
    padding-bottom: 30px;
    color: #113870;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.tx-productfilter-pi1.list-news article .product .categories-box {
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.tx-productfilter-pi1.list-news article .product .category {
    border-radius: 6px;
    background: #113870;
    color: #fff;
    display: inline-flex;
    height: 34px;
    padding: 6px 10px;
    align-items: center;
}


.tx-productfilter-pi1 form.row-categories > div:first-child .card-header {
    display: none;
}

.tx-productfilter-pi1 form.row-categories > div:not(:first-child) {
    padding-top: 20px;
}

.tx-productfilter-pi1 .card {
    border-top: 2px solid #519032;
    border-radius: 0;
    transition: 1s;
}

.tx-productfilter-pi1 .card:hover {
    box-shadow: none!important
}

.tx-productfilter-pi1 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    bottom: 0px;
    padding-top: 60px;
}


.tx-productfilter-pi1 button {
    &.arrow-right {
        background: url('../Icons/arrow_right.svg') no-repeat center center; /* Ersetzt 'arrow_right.png' durch den Pfad zu deinem Bild */
        background-size: contain;
        border: none; /* Entfernt den Button-Rahmen */
        width: 15px;
        height: 15px;
    }

    &.arrow-left {
        background: url('../Icons/arrow_left.svg') no-repeat center center; /* Ersetzt 'arrow_right.png' durch den Pfad zu deinem Bild */
        background-size: contain;
        border: none; /* Entfernt den Button-Rahmen */
        width: 15px;
        height: 15px;
    }
}

.tx-productfilter-pi1 .form-check input {
    margin-top: .6rem;
}

.tx-productfilter-pi1 .btn-lg-wrapper {
    margin: -.5rem -1rem;
}

.tx-productfilter-pi1 .btn-category {
    display: flex;
    align-items: center;
    color: currentColor;
}

.tx-productfilter-pi1 .btn-category .fa {
    margin-left: auto;
    font-size: 30px;
    transition: .5s;
}

.tx-productfilter-pi1 .btn-category:not(.collapsed) .fa {
    transform: scaleY(-1);
}

.tx-productfilter-pi1 .btn {
    cursor: pointer;
}

.tx-productfilter-pi1 .btn-link {
    text-decoration: none;
}

.tx-productfilter-pi1 .form-check-label {
    font: var(--nm-body-2);
    margin-bottom: 8px;
}

.tx-productfilter-pi1 .vue-slider-component .vue-slider-process {
    background-color: #519032;
}

.tx-productfilter-pi1 .form-check-label img {
    margin-top: -3px;
}

.tx-productfilter-pi1 article .product {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 30px 35px 30px 30px;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
    background: #F2F2F2;
}

.tx-productfilter-pi1:not(.list-news) article .product {
    align-items: center;
}

.tx-productfilter-pi1.list-news article .product .action {
    display: flex;
    align-items: end;
    justify-content: end;
}

.tx-productfilter-pi1 article .product .content-inner {
    padding: 25px 30px 35px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*min-height: 410px;*/
    position: relative;
}


.tx-productfilter-pi1 article .product .image {
    height: auto;
    display: flex;
    padding-left: 0px;
}

.tx-productfilter-pi1 article .product img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    object-fit: fill;
}

.tx-productfilter-pi1 article .product .language-flag {
    width: 24px;
}

.tx-productfilter-pi1 article .product a {
}

.tx-productfilter-pi1.list-news article .product a::after {
    content: url('../Icons/arrow_right_double.svg');
    padding-left: 6px;
}

.tx-productfilter-pi1 article .product a.btn {

}

.tx-productfilter-pi1 article .product header p {
    color: #0085CD;
    font-weight: bold;
    margin-bottom: 0;
}

.tx-productfilter-pi1 article .product .product-title,
.tx-productfilter-pi1 article .product header h5 a {
    color: #002853;
    margin: unset;
    text-transform: unset;
}

.tx-productfilter-pi1 article .product p {
    font-size: 18px;
    padding-top: 15px;
}

.tx-productfilter-pi1 article .product ul li::marker {
    content: "\f00c";
    font-family: fontawesome;
    color: #16539EE6;
}

.tx-productfilter-pi1 article .product ul {
    padding: 0;
    padding-left: 0px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.tx-productfilter-pi1 article .product ul li {
    padding-left: 15px;
}


/* ProductInformation */

.tx-productfilter-pi1 article .products-information .outer-box {
    margin-bottom: 30px;
}


.tx-productfilter-pi1 article .products-information .inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #5D686D1A;
    border-radius: 10px;
    padding: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 20px;
}

.tx-productfilter-pi1 article .products-information .inner img {
    margin-right: 20px;
}


/* Modal-Overlay für abgedunkelten Hintergrund */
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.53); /* #1F1F1F mit 53% Deckkraft */
    z-index: 999; /* unterhalb des Modal-Popups, aber über dem restlichen Inhalt */
    display: none; /* Standardmäßig ausgeblendet */
}

/* Modal-Container mit neuer ID #c189 */
#c189 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000; /* über dem Overlay */
    max-width: 80vw;
    display: none; /* Standardmäßig ausgeblendet */
}

.list-counter {
    color: var(--nm-surface-900);
    font: var(--nm-display-8);
    margin-block-end: 40px;
    display: block;
}
.card-header {
    .btn-lg-wrapper {
        color: var(--nm-surface-900);
        font: var(--nm-display-8);
    }
}

.tx-productfilter-pi1 {

    .image_wrapper_icon_holder {
        background-color: transparent!important;
        position: relative;

        a {
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;

            &.unlocked-gated-content {
                background-color: var(--nm-primary-300);
                border-radius: 90px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                img {
                    width: 20px!important;
                    height: auto;
                }
            }

            &.locked-gated-content {
                background-color: var(--nm-surface-100);
                border-radius: 90px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 999;
                img {
                    width: 20px!important;
                    height: auto;
                    rotate: 90deg;
                }
            }


        }
    }
}


.machine_card_wrapper {

    border-radius: 6px;
    border: 1px solid var(--midgrey, #D0D0D0);
    background: #FFF;
    height: 100%;
    position: relative;

    .machine_card_wrapper_header {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;

        .tagline {
            border-radius: 0px 3px;
            background: #2254B4;
            display: flex;
            color: #fff;
            padding: 3px 10px;
            justify-self: flex-end;
            margin-block-end: 0px;
            font: var(--nm-body-extra-small);
        }
    }

    .machine_card_wrapper_top {
        display: flex;
        align-items: flex-end;
        position: absolute;
        top: 26px;
        left: 0;

        .tagline {
            border-radius: 0px 3px 3px 0px;
            background: var(--nm-surface-900);
            display: flex;
            color: #fff;
            padding: 3px 10px;
            justify-self: flex-end;
            margin-block-end: 0px;
            font: var(--nm-body-extra-small);
        }
    }

    .image_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 295px;
        min-height: 295px;
        max-height: 295px;
        flex-shrink: 0;

        img {
            width: auto;
            height: 100%;
            object-fit: cover;
            margin: auto;
        }
    }

    .content_wrapper {
        padding: 40px;

        @media (min-width: 764px) {
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            min-height: 580px;
        }

        header {
            min-height: 60px;

            @media (max-width: 764px) {
                min-height: 100%;
            }
        }

        .description {
            min-height: 280px;
            @media (max-width: 764px) {
                min-height: fit-content;
                margin-block-end: 30px;
            }
        }

        .nm-display-7 {
            color: var(--nm-primary-300);
        }


        .btn-link {
            font: 600 16px Barlow;;
            color: var(--nm-surface-900);
            transition: var(--transition);
            min-height: 40px;

            @media (max-width: 764px) {
                min-height: fit-content;
            }

            &:hover {
                color: var(--nm-primary-300);
                transition: var(--transition);
            }
        }

        ul {
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-block-start: 20px;

            li {
                display: flex;
                align-items: start;
                gap: 10px;
                font: var(--nm-body-small);

                &::before {
                    content: "+";
                    display: inline-block;
                    width: 1em;
                    aspect-ratio: 1/1;
                    flex-shrink: 0;
                }
            }
        }
    }

    /*Anfrage Card*/
    .machine_card_wrapper {

        border-radius: 6px;
        border: 1px solid #D0D0D0;
        background: #FFF;
        position: relative;
        min-height: 650px;
        height: 650px;
    }
    .image_wrapper_inquiry {
        position: absolute;
        inset: 0;
        height: 100%;
        z-index: 0;

        img {
            height: 100%;
            object-fit: cover;
        }
    }
    .content_wrapper_inquiry {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 40px;
        z-index: 2;

        .nm-display-7, .description p {
            color: var(--nm-surface-50);
        }

        .nm-display-7 {
            font-size: 20px;
        }

        .description p {
            font-size: 14px;
        }

        .btn-inquiry {
            border: 2px solid white;
            background-color: transparent;
            border-radius: 6px;
            color: var(--nm-surface-50);
            transition: ease-in-out all 0.3s;

            &:hover {
                text-decoration: underline;
                transition: ease-in-out all 0.3s;
            }
        }
    }
    .content_wrapper_inquiry_overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 24.78%, rgba(0, 0, 0, 0.00) 55.77%, rgba(102, 102, 102, 0.00) 99.98%);
    }
}

.list-counter {
    font: var(--nm-body-small);
    margin-block-end: 20px;
}
.filters {

    .form-check-label {
        font: var(--nm-body-small);
        margin-bottom: 0px;
        color: var(--nm-surface-900);
    }

    a {
        color: var(--nm-surface-900);

        &:hover {
            color: var(--nm-surface-900);
        }
    }
}
