/*********************************************************
/* Fonts
*********************************************************/
@font-face {
    font-family: "Avenir Next W01 Light";
    src: url("../../common/font/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format('woff2');
}

@font-face {
    font-family: "AvenirNextLTW01-Regular";
    src: url("../../common/font/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff") format('woff');
}

@font-face {
    font-family: "AvenirNextLTW01-Medium";
    src: url("../../common/font/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format('woff2');
}

@font-face {
    font-family: "Avenir Next LT W01 Demi";
    src: url("../../common/font/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format('woff2');
}

@font-face {
    font-family: "questa_slabregular";
    src: url("../../common/font/9ab55546-ec00-4af9-aeca-4a3cd186da53.woff") format('woff');
}

.iziToast, .iziModal, .iziModal .iziModal-header-title {
    font-family: AvenirNextLTW01-Regular !important;
}


.bc-main-article-title {
    font-family: "questa_slabregular" !important;
    color: #afaca0;
    font-size: 80px;
    line-height: 85px;
}

.bc-product-card {
    min-height: 750px !important;
}

@media all and (max-width: 768px) {
    .bc-main-article-title {
        font-size: 45px;
        line-height: 49px;
    }
}

.shopping-cart .shopping-cart-items li > * {
    font-size: 12px !important;
}

/* modal */
.iziModal * {
    margin: auto;
}

.iziModal-header {
    background: #efeeec !important;
    box-shadow: none !important;
}

.iziModal .iziModal-header-title{
    color: #000000 !important;
}
.iziModal {
    border-bottom: none !important;
}

.card-header {
    display: none;
}
.card-deck .card {
    box-shadow: none;
}

.bc-product-buttons {
    width: unset;
    margin: 0 auto;
}

.bc-button-group {
    height: 40px;
}

#PackagingBox {
    border: none;
}

.btn-delete-item {
    background-color: none;
}
.btn-delete-item:hover {
   color: red;
}

/*********************************************************
/* CUSTOM 
*********************************************************/
.footerline {
    background-color: #efeeec;
    border-top: 2px solid #efeeec;
}

.bc-product-card{
    box-shadow: none;
}

/* START GCSTEP 3 */
.product-wrapper {
    border: 5px solid #efeeec;
}

#UpdatePanel2 .bc-btn {
    margin: 0 auto;
    width: 230px;
    display: inline-block;
}

/*STEP: Background */
.bc-background {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-color: #ffffff !important;
    background-size: cover;
    padding-bottom: 50px;
}

/* STEP: LOGO */
.bc-menuitem-shopping-cart {
    background: #afaca0;
    font-family: "AvenirNextLTW01-Regular";
    color: #ffffff;
}

#btnMiniWarenKorb {
    background: #afaca0 !important;
}

/* STEP Buttons */

.bc-btn {
    color: #000;
}

.btn-primary {
    background-color: #3c3c32 !important;
    border: none;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #afaca0 !important;
    border: none;
    color: #fff !important;
}

.btn-secondary {
    background-color: rgb(33, 62, 102) !important;
    border: 1px solid #e5e5e5 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: rgb(33, 62, 102) !important;
    border: 1px solid rgb(33, 62, 102) !important;
    color: #fff !important;
}

/* STEP SHOPPINGCART */
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 35px;
}

/* STEP: Menu color*/
#bc-menu {
    background: #fff; /* Farbe hier eintragen */
    color: #fff;
    font-weight: 500;
    height: 47px;
}

.cart-icon {
    color: #515783 !important;
    float: left;
    font-size: 24px;
    margin-right: 7px;
}

.page-item.active .page-link {
    background-color: #b28f5f !important;
    border-color: #b28f5f !important;
    color: #fff !important;
}


/* STEP: Titel farbe */
.art-postheader {
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #efeeec;
}

/*STEP: Verpackung*/

.card-header {
    color: #000 !important;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #efeeec !important;
    width: 100%;
}

/*Step: Page Background Body*/
body {
    background-color: #ffffff !important;
    font-family: "AvenirNextLTW01-Regular";
    font-size: 100%;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none;
}
.column-labels {
    background-color: #efeeec !important;
}

.active_step {
    background: #efeeec !important;
    text-decoration: none;
}
    .active_step a {
        color: #afaca0 !important;
    }

/* STEP FOOTER */
.footer-left > a:hover, .footer-left a:hover {
    color: #afaca0 !important;
    text-decoration: none;
}

.footer-right > a:hover, .footer-right a:hover {
    color: #afaca0 !important;
    text-decoration: none;
}

/* STEP MAIN ARTICLE*/
.bc-main-article-row {
    background: #efeeec !important;
}
.nav-fill .nav-item {
    background: #efeeec !important;
    color: #afaca0;
}
/* ARTICLE BUTTONS */
.bc-product-tabnav {
    background: #efeeec;
    padding-left: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: inherit;
    border-bottom: 3px solid #afaca0;
    background: #afaca0 !important;
    border-radius: 0px;
}
.bc-button-group a {
    background: #efeeec;
}



    .bc-button-group a *
    {
        top: 8px;
    }
    .bc-button-group {
        color: #302e2a;
        border: 1px solid #acaba9;
    }
.add-to-cart__qty {
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #302e2a;
    border-right: 1px solid #acaba9;
    float: left;
    width: 40px;
    height: 100%;
}
.add-to-cart__submit:hover {
    background: #afaca0 !important;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.add-to-cart__submit {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #afaca0 !important;
    color: #fff;
    font-weight: bold;
}

.bc-product-input-value {
    width: 210px;
    border-right: none;
}

/*
.add-to-cart__qty, .btnProductPlus, .btnProductMinus {
    width: 50px;
}
*/

/*FORM*/
.form-control {
    background: #efeeec;
    color: #000000;
    border-radius: 0px;
}

article.art-post.art-article {
    color: #000;
    margin-top: 50px;
    border: 5px solid #efeeec;
    background: #fff;
}


/*********************************************************
/* START Footer
*********************************************************/
@media (max-width:768px) {
    .footer {
        margin-bottom: 60px;
    }

    .footerline {
        position: fixed;
    }
}

.card-img-bottom {
    color: #fff;
    height: 100%;
    background-size: contain;
}


/*! CSS Used from: https://www.remimag.ch/typo3temp/compressor/merged-3d9c1604f8e767065db72009466fa2a9-edfb8f3d4bd6283c4d1c66fb553f2a29.css?1553792844 ; media=all */
@media all {
    footer, nav {
        display: block;
    }

    a {
        background: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    strong {
        font-weight: bold;
    }

    img {
        border: 0;
    }

    @media print {
        * {
            text-shadow: none !important;
            color: #000 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " ("attr(href)")";
            }

            a[href^="javascript:"]:after {
                content: "";
            }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 13px;
        padding-right: 13px;
    }

        .container:before, .container:after {
            content: " ";
            display: table;
        }

        .container:after {
            clear: both;
        }

    @media (min-width:768px) {
        .container {
            width: 746px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 966px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    p {
        margin: 0 0 25px 0;
    }

    a {
        color: #1d1d1b;
        text-decoration: none;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }


    .cf:before, .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        *zoom: 1;
    }

    ul {
        margin-top: 0;
        margin-bottom: 10px;
    }

    img {
        vertical-align: middle;
        max-width: 100%;
        height: auto;
    }

    strong {
        font-weight: normal;
        font-family: "AvenirNextLTW01-Regular";
        letter-spacing: 1.7px;
    }

    a.anchor {
        display: block;
        position: relative;
        top: -90px;
        visibility: hidden;
    }

    .container {
        box-sizing: content-box;
    }

        .container div {
            box-sizing: border-box;
        }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

    @media (min-width:480px) and (max-width:767px) and (max-width:768px) {
        .container {
            max-width: 748px;
        }
    }

    .footer {
        background: #3c3c32;
        color: #fff;
        padding: 30px 0 52px 0;
        font-family: "AvenirNextLTW01-Regular";
        font-size: 13px;
        line-height: 1.55em;
    }

    @media (min-width:768px) {
        .footer {
            font-size: 15px;
            padding: 52px 0 100px 0;
        }
    }

    .footer strong {
        font-family: "AvenirNextLTW01-Regular";
        text-transform: uppercase;
    }

    .footer ::-webkit-input-placeholder {
        color: #fff;
    }

    .footer :-moz-placeholder {
        color: #fff;
    }

    .footer ::-moz-placeholder {
        color: #fff;
    }

    .footer :-ms-input-placeholder {
        color: #fff;
    }

    .map-footer {
        width: 100%;
        margin: 0 0 24px 0;
    }

    @media (min-width:768px) {
        .map-footer {
            width: 243px;
            float: left;
            margin: 0 0 24px 0;
        }
    }

    .address {
        margin-bottom: 25px;
        padding-left: 15px;
    }

    @media (min-width:768px) {
        .address {
            float: right;
            width: 433px;
            margin: 0;
        }
    }

    @media (min-width:992px) {
        .address {
            width: 695px;
        }
    }

    @media (min-width:1200px) {
        .address {
            width: 433px;
        }
    }

    .address-inner {
        margin-bottom: 40px;
    }

        .address-inner a {
            color: #ffffff;
        }

            .address-inner a:hover {
                text-decoration: underline;
            }

    @media (min-width:768px) {
        .address-inner {
            margin-bottom: 69px;
        }
    }

    .footernav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footernav ul li {
            margin: 0 30px 0 0;
        }

            .footernav ul li a {
                color: #fff;
            }

    @media (min-width:1200px) {
        .footernav ul {
            margin-top: 76px;
        }
    }

    @media (min-width:768px) {
        .footer-left {
            margin-bottom: 40px;
        }
    }

    @media (min-width:1200px) {
        .footer-left {
            float: left;
            width: 60%;
            margin-bottom: 0;
        }
    }

    .footer-right a {
        color: #fff;
    }

    @media (min-width:1200px) {
        .footer-right {
            float: left;
            width: 40%;
        }

            .footer-right .newsletter {
                margin-top: 1px;
                margin-bottom: 40px;
            }
    }

    ::-webkit-input-placeholder {
        color: #646464;
        font-family: "AvenirNextLTW01-Regular";
    }

    ::-moz-placeholder {
        color: #646464;
        opacity: 1;
        font-family: "AvenirNextLTW01-Regular";
    }

    ::-moz-placeholder {
        color: #646464;
        opacity: 1;
        font-family: "AvenirNextLTW01-Regular";
    }

    ::-ms-input-placeholder {
        color: #646464;
        font-family: "AvenirNextLTW01-Regular";
    }

    @media (min-width:992px) {
        .footer {
            padding-bottom: 0;
        }
    }

    .footer strong {
        font-family: "questa_slabregular";
        font-size: 20px;
    }

    .address p {
        margin-bottom: 16px;
    }

    .address-inner {
        margin-bottom: 20px;
    }

    @media (min-width:992px) {
        .address-inner {
            margin-bottom: 44px;
        }
    }

    @media (min-width:1200px) {
        .footer-right .newsletter {
            margin-bottom: 200px;
        }
    }


    .footer {
        background-color: #999893;
    }
}

