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

body.recipes .recipe-bg {
    background: #F2F1F7 url('img/buchberger-fleischacker-07.jpg') center center no-repeat;
    background-size: cover;
}

body.recipes .recipe-bg .cbox {
    margin: 0px;
}


@media all and (min-width: 900px) {
    body.recipes .recipe-bg {
        padding-top: 250px;
    }
}

@media all and (min-width: 1200px) {
    body.recipes .recipe-bg {
        background-attachment: fixed;
    }
}


@media all and (min-width: 1400px) {
    body.recipes .recipe-bg .cbox .inner {
        width: 1200px;
    }
}



body.recipes .recipes-list {
    margin: 50px 0px;
}

body.recipes .recipes-list .recipe {
    background: transparent;
    border: 1px solid #ffffff;
    margin: 50px 0px;
}

body.recipes .recipes-list .recipe .recipe-img a {
    display: block;
    width: 100%;
    overflow: hidden;
    outline: none;
}

body.recipes .recipes-list .recipe .recipe-img a img {
    display: block;
    width: 100%;
}

body.recipes .recipes-list .recipe .recipe-title {
}

body.recipes .recipes-list .recipe .recipe-title h3 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 30px;
    outline: none;
}


body.recipes.recipe-list .pagination.document-list {
    text-align: center;
    margin: 30px 0px 50px 0px;
}

body.recipes.recipe-list .pagination.document-list a {
    display: inline-block;
    padding: 5px 12px 4px 12px;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 2px;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

body.recipes.recipe-list .pagination.document-list a.active,
body.recipes.recipe-list .pagination.document-list a:hover {
    background-color: #ffffff;
    color: #3c3732;
}



@media all and (min-width: 800px) {


    body.recipes .recipes-list .recipe {
        margin: 25px 0px;
        width: calc(50% - 27px);
        float: left;
    }

    body.recipes .recipes-list .recipe:nth-child(odd) {
        margin-right: 50px;
    }

}



</pre></body></html>