@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Satisfy');

@font-face {
    font-family: "ESRebondGrotesque";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    /* Regular */
    src: url("../../fonts/ESRebondGrotesque-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "ESRebondGrotesque";
    font-display: swap;
    font-style: italic;
    /* Italic */
    font-weight: 400;
    /* Regular */
    src: url("../../fonts/ESRebondGrotesque-MediumItalic.woff2") format("woff2");
}

@font-face {
    font-family: "ESRebondGrotesque";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    /* Bold */
    src: url("../../fonts/ESRebondGrotesque-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "ESRebondGrotesque";
    font-display: swap;
    font-style: italic;
    /* Bold Italic */
    font-weight: 700;
    /* Bold */
    src: url("../../fonts/ESRebondGrotesque-BoldItalic.woff2") format("woff2");
}

@font-face {
    font-family: "EditorsHand";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    /* Regular */
    src: url("../../fonts/Editor'sHand-Regular.woff2") format("woff2");
}


th {
    font-weight: bold !important;
}

.icon-print:before,
.icon-printer:before {
    display: none;
}


body {
    font-size: 13px;
}

.contentarea {
    background: none;
    padding-bottom: 0px;
    padding-top: 0px !important;
    position: relative;
}

.titel {
    margin-bottom: 30px;
}

.contentarea .container {
    position: relative;
    padding-top: 60px;
}

.contentarea h1 {
    font-size: 40px;
    text-align: left !important;
    font-family: ESRebondGrotesque;
    color: #DE7C4B !important;
}

.product_right .product_info, .product_right .product_zutaten {
    margin-bottom: 30px;
}

.backtoall {
    display: none;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: #de7c4b;
    padding: 20px 0px !important;
    padding-left: 100px !important;
}

.logo img {
    height: 50px;
    width: auto;
}

.label_rund img {
    width: 80px;
    height: auto;
}

.product_info .printicon {
    display: none !important;
}

.product_right .product_info h3 {
    margin-top: 0px;
    padding-top: 0px;
}


.product_image {
    min-height: 208px;
}

.product_image .label_ecke img {
    height: 80px;
    width: auto;
}

.product_image .label_rund {
    margin-left: 0px;
}

.kleingedrucktes {
    font-size: 12px;
}

.product_right .product_info h3, .product_right .product_zutaten h3, .product_right .product_naehrstoffe h3, .product_belieben h3, .product_left h3 {
    padding-left: 0px;
    background: none;
    font-size: 14px;
    padding: 10px 0px;
}

.product_right h3 span {
    font-size: 14px;
}

.container {
    max-width: 100%;
}

#pop-print {
    padding-right: 100px;
    color: white;
}

#pop-print .icon-print {
    background: url(/images/druck-icon-w.png) no-repeat center center;
    width: 47px;
    height: 40px;
    display: block !important;

}

.table {
    font-family: ESRebondGrotesque;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #505f56 !important;
    -webkit-font-smoothing: antialiased;
}

.table>:not(caption)>*>* {
    color: #505f56 !important;
}


.minimize_table .mt_inner {
    height: auto;
    overflow: auto;
}

.tmore {
    display: none;
}

.footer {
    font-size: 12px;
    border-top: 1px solid #ccc;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;

    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
}

div#pop-print a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
}

.contentarea {
    background-image: url(/images/hintergrund_szihn.jpg);
    background-repeat: repeat;
    background-size: contain;
}

table,
table tr,
table tr td {
    background: #ffffff00 !important;
    background-color: #ffffff00 !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    background: #ffffff00 !important;
    background-color: #ffffff00 !important;
    border-top: 1px solid #ffffff00;
}




@media (max-width: 767px) {
    .table {
        font-size: 14px !important;
    }

    .logo {
        padding: 10px 20px !important;
    }

    #pop-print {
        padding-right: 0px;
    }

    .contentarea .container {
        padding-top: 20px;
    }

}




@media print {

    /* RESET COLOR */
    .contentarea h1,
    #pop-print,
    .table,
    .table>:not(caption)>*>*,
    div#pop-print a {
        color: rgb(0, 0, 0) !important;
    }

    /* FONT SIZE */
    .table {
        font-size: 14px !important;
    }


    .container {
        padding: 0px !important;
        padding-bottom: 10px;
    }

    .container .logo {
        float: right !important;
    }

    .logo {
        display: none !important;
        margin: 0px !important;
    }

    .table {
        width: 100% !important;
    }

    tr td {
        padding-bottom: 1px !important;
        padding-top: 1px !important;
    }

    tr:nth-child(even) td {
        background-color: #EE7618 !important;
    }

    a[href]:after {
        content: none !important;
    }

    .footer {
        display: none !important;
    }
}