/*********************************************************
/* 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: "Avenir Next LT W01 Bold";
    src: url("../../common/font/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format('woff2');
}

@font-face {
    font-family: "AmsiProCond-XLight";
    src: url("../../common/font/7dnt5546-ec00-4af9-aeca-4a3cd186da53.woff") format('woff');
}

@font-face {
    font-family: "AmsiProCond-SemiBold";
    src: url("../../common/font/8cd55546-ec00-4af9-aeca-4a3cd186da53.woff") format('woff');
}

.iziToast, .iziModal, .iziModal .iziModal-header-title {
    font-family: AmsiProCond-XLight !important;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6c625a;
    margin-left: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #6c625a;
}


.header .logo img {
    -webkit-transition: width, height, 0.5s, ease-in-out;
    transition: width, height, 0.5s, ease-in-out;
    width: auto;
    max-width: 280px;
    margin-bottom: 16px;
    margin-top: 0px !important;
    max-height: 100px;
}

#btnOnline, #btnInvoice {
    max-width: 176px !important;
}

/* modal */
.iziModal * {
    margin: auto;
}

.iziModal-header {
    background: #f0edde !important;
    box-shadow: none !important;
}

.iziModal .iziModal-header-title {
    color: #6c625a !important;
}

table.dataTable{
    color: #6c625a !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 
*********************************************************/

.mainnav {
    text-align: right;
    margin-bottom: 45px;
    margin-top: 45px;
}

.header .logo img {
    max-height: 150px;
}

@media (max-width: 1200px) {
    .mainnav {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
.column-labels {
    background-color: #f0edde;
}

.btn-primary {
    letter-spacing: 2.2px !important;
}

.col-form-label {
    letter-spacing: 2.2px !important;
    color: #6c625a !important;
}

.form-control {
    letter-spacing: 2.2px !important;
}

#UpdateProduct {
    letter-spacing: 2.2px !important;
    color: #6c625a !important;
}

.art-article, .art-postheader {
    letter-spacing: 2.2px !important;
    color: #6c625a !important;
}

.iziModal .iziModal-header-subtitle, .iziModal .iziModal-header-title {
    font-family: "AmsiProCond-SemiBold" !important;
    letter-spacing: 2.2px !important;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    background-color: #f0edde !important;
}

body {
    letter-spacing: 2.2px !important;
    color: #6c625a !important;
}

.bc-main-article-text {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2.2px
}

.mainnav a {
    letter-spacing: 2.2px !important;
}

.bc-main-article-title {
    font-family: "AmsiProCond-SemiBold";
    letter-spacing: 2.2px
}



.footerline {
    background-color: #f0edde;
    border-top: 2px solid #f0edde;
}

.bc-product-card{
    box-shadow: none;
}

/* START GCSTEP 3 */
.product-wrapper {
    border: 5px solid #f0edde;
}

#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: #6c625a;
    font-family: "AmsiProCond-XLight";
    color: #ffffff;
}

#btnMiniWarenKorb {
    background: #be4327 !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: #be4327 !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: #6c625a !important;
    border-color: #6c625a !important;
    color: #fff !important;
}


/* STEP: Titel farbe */
.art-postheader {
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #f0edde;
}

/*STEP: Verpackung*/

.card-header {
    color: #000 !important;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #f0edde !important;
    width: 100%;
}

/*Step: Page Background Body*/
body {
    background-color: #ffffff !important;
    font-family: "AmsiProCond-XLight";
    font-size: 100%;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none;
}
.active_step {
    background: #6c625a !important;
    text-decoration: none;
}
.active_step a {
    color: #fff !important;
}

/* STEP FOOTER */
.footer-left > a:hover, .footer-left a:hover {
    color: #6c625a !important;
    text-decoration: none;
}

.footer-right > a:hover, .footer-right a:hover {
    color: #6c625a !important;
    text-decoration: none;
}

/* STEP MAIN ARTICLE*/
.bc-main-article-row {
    background: #f0edde !important;
}
.nav-fill .nav-item {
    background: #f0edde !important;
}
/* ARTICLE BUTTONS */
.bc-product-tabnav {
    background: #f0edde;
    padding-left: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: inherit;
    border-bottom: 3px solid #6c625a;
    background: #6c625a !important;
    border-radius: 0px;
}

.bc-button-group a {
    background: #f0edde;
}



    .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: #be4327 !important;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.add-to-cart__submit {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #be4327 !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: #f0edde;
    color: #000000;
    border-radius: 0px;
}

article.art-post.art-article {
    color: #000;
    margin-top: 50px;
    border: 5px solid #f0edde;
    background: #fff;
}


/*********************************************************
/* START Footer
*********************************************************/
footer {
    background-color: #f7f7f7;
}

.footer {
    background: #3c3c32;
    color: #fff;
    padding: 30px 0 52px 0;
    font-family: "AmsiProCond-XLight";
    font-size: 13px;
    line-height: 1.55em
}

@media (max-width:768px) {
    .footer {
        margin-bottom: 60px;
    }

    .footerline {
        position: fixed;
    }
}

@media (min-width:768px) {
    .footer {
        font-size: 15px;
        padding: 52px 0 50px 0;
    }
}

.footer strong {
    font-family: "Avenir Next LT W01 Bold";
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.7px;
}

.footer h2 {
    font-size: 31px;
    text-transform: none;
    letter-spacing: 2px;
    font-family: "AmsiProCond-XLight";
    margin-bottom: 14px
}

.footer td {
    padding-right: 12px
}

.footer input {
    margin: 13px 0 0 0;
    background: #505046;
    border: none;
    padding: 6px 10px 5px 10px;
    width: 274px
}

.footer ::-webkit-input-placeholder {
    color: #fff
}

.footer :-moz-placeholder {
    color: #fff
}

.footer ::-moz-placeholder {
    color: #fff
}

.footer :-ms-input-placeholder {
    color: #fff
}

.footer form {
    position: relative;
    margin-bottom: 43px
}

.footer button {
    position: absolute;
    top: 16px;
    left: 240px;
    background: none;
    padding: 4px 10px;
    margin: 0
}

@media (min-width:768px) {
    .footer button {
        top: 16px
    }
}

.footer button:hover {
    left: 242px;
    background: none
}

.footer button span {
    font-size: 13px
}

@media (min-width:768px) {
    .footer button span {
        font-size: 16px
    }
}

.footer .logo-remimag {
    width: 120px;
    margin: 7px 0 6px 0;
    height: auto;
}

@media (min-width:768px) {
    .footer .logo-remimag {
        width: 220px;
        margin: 7px 0 6px 0
    }
}

.map-footer {
    margin: 0 0 24px 0
}

@media (min-width:768px) {
    .map-footer {
        width: 243px;
        float: left;
        margin: 0 0 24px 0
    }
}

@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
        }
}

.address {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .address {
        float: right;
        width: 433px;
        margin: 0
    }
}

@media (min-width:992px) {
    .address {
        width: 695px
    }
}

@media (min-width:1200px) {
    .address {
        width: 415px;
    }
}

.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
    }
}

footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: content-box;
}

    footer .container:before, footer .container:after {
        content: " ";
        display: table
    }

    footer .container:after {
        clear: both
    }

@media (max-width:768px) {
    footer .container {
        width: 746px;
        margin: 0 25px;
    }
}

@media (max-width:992px) {
    footer .container {
        width: 966px;
        margin: 0 25px;
    }
}

@media (min-width:1200px) {
    footer .container {
        width: 1170px;
    }
}

.footernav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .footernav ul li {
        margin: 0 30px 0 0;
        display: inline-block;
    }

        .footernav ul li a {
            color: #fff
        }

@media (min-width:1200px) {
    .footernav ul {
        margin-top: 76px
    }
}

@media (max-width: 576px) {
    footer .container {
        max-width: 250px !important;
        width: 100% !important;
    }
}

.card-img-bottom {
    color: #fff;
    height: 100%;
    background-size: contain;
}



/*! CSS Used from: https://www.hotel-restaurant-anker.ch/typo3temp/compressor/merged-e7b16786ee0ef821369e7d4b2b061366-7035df1657e70dc5923cf521a76be4a1.css?1553791844 ; media=all */
@media all {
    footer, nav {
        display: block;
    }

    a {
        background: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    strong {
        font-weight: bold;
    }

    img {
        border: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    td {
        padding: 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: "";
            }

        tr, 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;
        }
    }

    table {
        max-width: 100%;
        background-color: transparent;
    }

    *, *: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;
    }

        a:active, a:focus, a:hover {
            color: #7da4a1;
        }

    .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: "Avenir Next LT W01 Bold";
        letter-spacing: 1.7px;
    }

    .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: "AmsiProCond-XLight";
        font-size: 13px;
        line-height: 1.55em;
    }

    @media (min-width:768px) {
        .footer {
            font-size: 15px;
            padding: 52px 0 100px 0;
        }
    }

    .footer strong {
        font-family: "Avenir Next LT W01 Bold";
        text-transform: uppercase;
    }

    .footer td {
        padding-right: 12px;
    }

    .footer ::-webkit-input-placeholder {
        color: #fff;
    }

    .footer :-moz-placeholder {
        color: #fff;
    }

    .footer ::-moz-placeholder {
        color: #fff;
    }

    .footer :-ms-input-placeholder {
        color: #fff;
    }

    .footer .logo-remimag {
        width: 120px;
        margin: 7px 0 6px 0;
    }

    @media (min-width:768px) {
        .footer .logo-remimag {
            width: 220px;
            margin: 7px 0 6px 0;
        }
    }

    .map-footer {
        margin: 0 0 24px 0;
    }

    @media (min-width:768px) {
        .map-footer {
            width: 243px;
            float: left;
            margin: 0 0 24px 0;
        }
    }

    .address {
        margin-bottom: 25px;
    }

    @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: "AmsiProCond-XLight";
    }

    ::-moz-placeholder {
        color: #646464;
        opacity: 1;
        font-family: "AmsiProCond-XLight";
    }

    ::-moz-placeholder {
        color: #646464;
        opacity: 1;
        font-family: "AmsiProCond-XLight";
    }

    ::-ms-input-placeholder {
        color: #646464;
        font-family: "AmsiProCond-XLight";
    }

    table td {
        vertical-align: top;
    }

    a:hover {
        color: #000;
    }

    strong, .footer strong {
        font-family: "AmsiProCond-SemiBold";
    }

    .bg-pattern {
        background: transparent url('https://www.hotel-restaurant-anker.ch/fileadmin/Resources/Public/Images/anker/bg-pattern-header.png') repeat top left;
    }

    .footer {
        padding-top: 47px;
        color: #6c625a;
        font-family: "AmsiProCond-XLight";
        font-size: 17px;
        font-size: 1.0625rem;
        letter-spacing: 1.7px;
        line-height: 1.5em;
        -moz-placeholder-color: #6c625a;
        -moz-placeholder-font-family: "AmsiProCond-XLight";
        -ms-input-placeholder-color: #6c625a;
        -ms-input-placeholder-font-family: "AmsiProCond-XLight";
    }

        .footer a, .footer a:visited {
            color: #6c625a;
        }

        .footer ::-webkit-input-placeholder {
            color: #6c625a;
            font-family: "AmsiProCond-XLight";
        }

        .footer strong {
            text-transform: inherit;
        }

        .footer .footernav ul li a {
            color: #6c625a;
        }

    .footer-right .newsletter {
        margin-bottom: 30px;
    }

    .footernav ul {
        margin-top: 23px;
    }

    @media (min-width:992px) {
        .address-inner {
            margin-bottom: 15px;
        }

            .address-inner p {
                margin-bottom: 15px;
            }
    }
}