<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* products page */

#products_row
{
    padding-top: 4em;
}

.products_item
{
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0 0 13px -6px #9c9c9c;
}

.products_item hr
{
    margin-top: 0;
    margin-bottom: 5px;
}

.products_image
{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.products_item a, .products_item a&gt;span {
    padding-left: 20px;
    padding-right: 20px;
}

.products_links_modal
{
    text-align: center;
}

.products_links_modal img
{
    max-height: 50% !important;
}

.products_links_modal .modal-body {
    overflow-y: scroll;
}

.products_text ul
{
    list-style: none;
    padding-left: 0;
}

.products_text a
{
    cursor: pointer;
}

#products_title_wrapper
{
    width:98%;
    text-align:center;
    height: 40px;
}

#products_title
{
    display: inline-block;
    width: 60%;
    padding: 2px 0;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modal_produkte .modal-dialog
{
    width: 85%;
}

#modal_produkte .modal-body
{
    height: calc(100% - 85px);
}

#modal_produkte .modal-body.loading
{
    background-image: url('/templates_components/img/loading.gif');
    background-position: center 20%;
    background-repeat: no-repeat;
}

#modal_produkte .modal-body iframe
{
    width: 1px;
    min-width: 100%;
    height: 100%;
    border: none;
}

#modal_produkte #contactForm
{
    background-color: #fff;
}

@media(max-width: 768px)
{
    #modal_produkte .modal-dialog
    {
        width: unset;
        height: calc(100% - 80px);
    }

    #modal_produkte .modal-body
    {
        height: calc(100% - 160px);
    }

    #products_title_wrapper
    {
        padding-bottom: 75px;
        position: relative;
        height: unset !important;
        width: 100%;
    }

    #products_title
    {
        width: 90%;
        margin-top: 0;
        padding-top: 0;
    }

    #products_overview_back,
    #products_back_link,
    #products_form_link
    {
        position: absolute;
        width: 80%;
        text-align: center !important;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 8px;
    }

    #products_form_link
    {
        top: 82px;
    }

    #products_form
    {
        height: 100%;
        overflow-x: auto;
    }

    #products_form #form-submit
    {
        width: 100%;
    }

    #products .btn-close {
        position: absolute;
        top: calc(1rem + 10px);
        right: 1rem;
    }
}</pre></body></html>