.wrap-referenzen{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.875rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.point-block-line div.product.type-product>.col-inner .price-wrapper .add-to-cart-wrapper {
    margin-left: 0;
}
.point-block-line div.product.type-product{
    padding-bottom: 0;
}
.point-block-line div.product.type-product>.col-inner .box-image {
    max-height: 15rem !important;
    height: 15rem !important;
}
.box-photo img {
    max-height: 100%;
    min-height: 29rem;
    object-fit: cover;
}
.point-block-line-p {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/point.svg);
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}
.referenzen_look {
    position: relative;
}
.id_post_hover {
    background: #F7F7F5 !important;
    width: 21rem;
    position: relative;
    padding: 1.875rem 0.9375rem;
    z-index: 999;
    display: none;
    border-radius: 0.3rem;
}
.unsere_referenzen_section h1 {
    margin-bottom: 3rem;
}
.point-block-line-p:hover{
	/* background:#000; */
}
.point-block-line-p:hover:after{
	border:0;
}
.point-block-line-p:hover .id_post_hover{
	display:block;
}
#loading_loadmore {
    text-align: center;
    display: none;
    margin-top: 2rem;
}
.loadmore-referenzen.text-center {
    margin-top: 3rem;
}
.loadmore-referenzen.text-center a {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: auto;
    font-family: 'PalanquinDarkMedium';
    font-size: 1.06rem;
    text-transform: capitalize !important;
}
.unsere_referenzen_section .row {
    max-width: 85rem !important;
}
.unsere_referenzen_section {
    padding-top: 4.7rem !important;
    z-index: 9;
}

@media screen and (max-width: 849px){
    .id_post_hover .product-small.col {
        padding: 0 !important;
    }
    .id-post-close {
        content: "";
        background-image: url(../images/cl.svg);
        width: 10px;
        height: 10px;
        display: inline-flex;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0;
        position: absolute;
        top: 6px;
        right: 6px;
        z-index: 9;
    }
    .id_post_hover {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 289px;
        padding: 20px;
        top: 0;
        bottom: 0;
        height: fit-content;
    }
    .point-block-line-p:hover .id_post_hover {
        display: none;
    }
    .combines-line-custom.active-combines .id_post_hover {
        display: block !important;
    }
    .box-photo img {
        min-height: 125px;
    }
    .unsere_referenzen_section {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .unsere_referenzen_section h1 {
        margin-bottom: 30px;
    }
    .loadmore-referenzen.text-center a {
        font-size: 14px;
        padding: 0 !important;
    }
    .loadmore-referenzen.text-center {
        margin-top: 30px;
    }
    .wrap-referenzen {
        gap: 8px;
        max-width: 368px;
        margin: auto;
    }
}