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

.tx-productfilter-pi1.list {
    flex-direction: row-reverse;
}

.tx-productfilter-pi1 form {
    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 .list-counter {
    color: #113870;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.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;
    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(:last-child)::after {
    content: "";
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 20px;
    width: 100%;
    display: block;
}

.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: 0 0 8px #ccc;
}

.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 .btn {
    border-radius: 0;
}

.tx-productfilter-pi1 .form-check {
    margin-bottom: 8px;
}

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

.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 {
    /*white-space: nowrap;*/
}

.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 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 25px 20px 20px;
    @media screen and (min-width: 992px) {
        padding: 30px 35px 30px 30px;
    }
    &:hover {
        box-shadow: 0px 0px 8px #00000033;
    }
}

.tx-productfilter-pi1:not(.list-news) article .product {
    align-items: center;
}
@media screen and (min-width: 576px) {
    .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;
    padding-right: 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;*/
    color: var(--hf-blue-400);
    font-weight: 600;
}

.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 */
}

.product {
    position: relative;
    .type {
        text-transform: uppercase;
        color: var(--hf-gray-400);
    }
    .file-data {
        color: var(--hf-gray-400);
    }
}
.news-list {

}

.download-list {
    .product {
        .description {
            .product-title {
                @media screen and (max-width: 992px) {
                    margin-bottom: 20px!important;
                }
                @media screen and (min-width: 1200px) {
                    padding-left: 35px;
                }
            }
        }
        .details .row {
            align-items: center;
        }
        .type {
            color: var(--hf-blue-400);
        }
        .language-flag {
            color: var(--hf-gray-400) !important;
            font-weight: 400!important;
            display: flex;
            align-items: center;
            img {
                padding-right: 5px;
                width: 24px;
            }
        }
        .action {
            position: absolute;
            width: 35px;
            bottom: 0;
            right: 0;
            background-color: var(--hf-blue-600);
            border-radius: 5px 0 0 0;
            @media screen and (min-width: 1200px){
                background-color: transparent;
                border-radius: unset;
                position: relative;
            }
        }
    }
}

@media screen and (max-width: 992px) {
    .tx-productfilter-pi1.list-news .list-results {
        display: flex;
        flex-direction: column-reverse;
    }
    .tx-productfilter-pi1.list .download-list {
        display: flex;
        flex-direction: column-reverse;
    }
}

.lipidtech {
    .tx-productfilter-pi1.list-news article .product .category {
        background-color: var(--hf-dark-800);
    }
    .tx-productfilter-pi1.list-news article .product a::after {
        content: url('../Icons/arrow_right_double_black.svg');
        width: 21px;
        display: block;
    }
    .tx-productfilter-pi1 .list-counter {
        color: var(--hf-dark-800);
    }
    .tx-productfilter-pi1 button {
        &.arrow-right {
            background: url('../Icons/arrow_right_black.svg') no-repeat center center;
        }
        &.arrow-left {
             background: url('../Icons/arrow_left_black.svg') no-repeat center center;
         }
    }
    .tx-productfilter-pi1 .search-field .fa {
        color: var(--hf-yellow-400);
    }
    .tx-productfilter-pi1 .card-header {
        color: var(--hf-dark-800);
    }
    @media screen and (max-width: 992px) {
        .tx-productfilter-pi1 article .product .product-title, .tx-productfilter-pi1 article .product header h5 a {
            font-size: 16px;
        }
    }
}