@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    background-image: url(./images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#checkoutbody {
    background-color: #f1f9f9 !important;
}

.header {
    padding: 0 !important;
    margin-top: 0px !important;
}

.logo_mobile {
    display: none;
}

@media (max-width: 600px) {
    .logo_mobile {
        display: inline-block;
    }

    .logo_desktop {
        display: none;
    }
}

@media (min-width: 0px) {
    .mainnav {
        text-align: center !important;
    }
}

#PromoRow {
    display: none;
}

#bc-datenschutz-agb {
    font-size: 14px;
    white-space: normal !important;
}

.total-wrapper {
    width: 300px;
    margin-right: 50%;
    margin-left: 50%;
}


.langbutton {
    background: #111 !important;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    color: #fff !important;
}

.PackagingBlockDisplay {
    width: 70px !important;
}

.PackagingBlockImage {
    width: 70px !important;
}

#GreatRow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#MenuItemCart {
    color: #fff;
    height: 71px;
    width: 71px;
}

#UpdatePanel2 .bc-btn {
    display: inline-block;
    margin: 0 auto;
    width: 230px;
}

#bc-datenschutz-agb div label a {
    text-decoration: none;
}

#bc-main-content {
    background-color: rgba(255,255,255,0.6);
}

#bc-menu {
    
    color: #fff;
    font-weight: 500;
    height: 47px;
}

#scolltotopbutton {
    display: none !important;
    
    border-color: #303133 !important;
    border-radius: 2px;
    bottom: 80px;
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    width: 30px;
    z-index: 1000;
}

    #scolltotopbutton.show {
        opacity: 1;
        visibility: visible;
    }

    #scolltotopbutton::after {
        color: #fff;
        content: "keyboard_arrow_up";
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    #scolltotopbutton:hover {
        cursor: pointer;
    }

#shoppingcart-bottom {
    margin-top: 40px;
}

.CardSubTitle {
    font-size: 14px;
    font-weight: 400 !important;
}

.CheckoutMainText {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}

.CheckoutTitleAddress {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 600 !important;
}

.ProductLeft {
}


    .ProductLeft > img:hover {
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.active_step {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 2px solid #00A9A6 !important;
}

    .active_step a {
        color: #000 !important;
        text-decoration: none;
    }

.add-to-cart__qty {
    border-right: 1px solid #acaba9;
    color: #302e2a;
    display: inline-block;
    float: left;
    height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 40px;
}

.add-to-cart__submit span {
    top: -2px !important;
}

.add-to-cart__submit, .add-to-cart__submit:hover {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    border: 2px solid #00A9A6 !important;
    line-height: 45px;
    background: #fff !important;
}


    .add-to-cart__submit:hover {
        color: #fff !important;
        border: 2px solid #f39324;
        background: #f39324 !important;
        background-color: #f39324 !important;
    }

.art-postheader {
    background: none;
    border-bottom: 1px solid #ceccce !important;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 15px !important;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: none;
}

.bc-background {
    
    background-size: cover;
    padding-bottom: 50px;
}

.bc-btn {
    color: #000;
}

.bc-button-group {
    border: 1px solid #acaba9;
    color: #302e2a;
    height: 40px;
}

    .bc-button-group a {
        background: #f7f7f7;
        color: #505050;
    }

    .bc-button-group a:hover {
        background: #f7f7f7;
        color: #505050;
    }

        .bc-button-group a * {
            top: 8px;
        }

.bc-contactdata-form .form-control {
    border-color: #eaeaea;
    background: #fff;
    border-radius: 2px !important;
    border-style: solid;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.025);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    padding: 10px 15px !important;
}

    .bc-contactdata-form .form-control:focus {
        border-color: #C3964E;
    }

.bc-contactdata-form, table.dataTable {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}

.bc-error, .form_validation_field.validation_failed {
    color: red !important;
    float: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
}

.bc-langselection {
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}

    .bc-langselection * {
        height: 50px;
        line-height: 20px;
        margin: 0 !important;
    }

.bc-main-article {
    background-color: #f1f9f9;
}

.bc-main-article-row {
    background-color: #f1f9f9;
}

.bc-main-article-text {
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}

.bc-main-article-title {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    font-size: 32px;
    font-weight: 300;
    height: 250px;
    line-height: 38px;
    margin: .67em 0;
}

.bc-max-site-width {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 !important;
}

.bc-menuitem-shopping-cart {
    background-color: #f39324;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    height: 65px;
    line-height: 30px !important;
}

.bc-product-buttons {
    margin: 0 auto;
    width: unset;
}

.bc-product-card {
    box-shadow: none;
    min-height: 600px !important;
}

.bc-product-input-value {
    border-right: none;
    width: 270px;
}

.bc-product-tabnav {
    background: #E5DBD5;
    padding-left: 0;
}

.bc-product-value {
    max-width: 270px !important;
}

.bc-promocode-wrapper {
    padding-left: 35px;
}

.bc-promocodedisplay, .product, .col-form.column-labels {
    font-family: 'Poppins', sans-serif;
}

.bc-separatedelivery {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 100 !important;
}

.bc-tab-content {
    border: none;
    padding: 20px;
}

.bc-tooltip-card {
    padding-top: 12px;
}

.btn-delete-item {
    background-color: none;
}

    .btn-delete-item:hover {
        color: red;
    }

.btn-primary {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #00A9A6;
    font-size: 18px;
    background: #fff;
}

    .btn-primary:focus {
        background: #000;
    }

    .btn-primary:hover {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 0;
        border: 2px solid #f39324;
        font-size: 18px;
        background: #f39324;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        border-color: #fff !important;
        background: #222 !important;
    }

.btn-secondary {
    background-color: #213e66 !important;
    border: 1px solid #e5e5e5 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

    .btn-secondary:hover {
        background: #213e66 !important;
        border: 1px solid #213e66 !important;
        color: #fff !important;
    }

.btnProductMinus, .btnProductPlus {
    font-size: 24px !important;
}

.btnPromoCodeSave {
    float: right;
}

.card-deck .card {
    box-shadow: none;
}

.card-header {
    background: #E5DBD5 !important;
    color: #000 !important;
    display: none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}

.card-img-bottom {
    background-size: contain;
    color: #fff;
    height: 100%;
}


.card-img-top {
    border: 1px solid lightgrey;
}



.card-text {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 200px !important;
    text-align: center !important;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
    text-transform: none !important;
}

.cart-icon {
    color: #515783 !important;
    float: left;
    font-size: 24px;
    margin-right: 7px;
}

.col-form-label {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}

.column-labels {
    background: none;
    border-bottom: 1px solid #ceccce;
    color: #000000;
    font-weight: 600;
}

    .column-labels label {
        line-height: 30px;
    }

.filter_nav {
    padding-left: 0 !important;
}

    .filter_nav li {
        align-items: center;
        background-color: #cd5b33 !important;
        border-radius: 2px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 600;
        justify-content: center;
        list-style: none;
        margin-right: 12px;
        padding: 6px 18px;
        position: relative;
        top: -2px;
        transition: all .5s;
    }

.footerline {
    -moz-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    -webkit-box-shadow: 0 -4px 3px rgba(50,50,50,.75);
    background-color: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50px;
    border-top: 2px solid #fff;
    bottom: 0;
    box-shadow: 0 -5px 10px -5px #aaa;
    display: block;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    text-align: center;
}

.form-control {
    background: none;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}

    .form-control:focus {
        border: 1px solid #69CBFF;
        outline-color: #69CBFF !important;
    }

.has-dividers .start_animation {
    z-index: 1;
}

.header {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

    .header .logo {
        height: inherit;
        width: inherit;
        background: #fff !important;
    }

        .header .logo img {
            max-height: 65px;
            width: auto;
        }

.iziModal {
    border-bottom: none !important;
}

    .iziModal * {
        margin: auto;
    }

    .iziModal .iziModal-header-title {
        color: #fff;
    }

.iziModal-header {
    background-color: #f39324 !important;
    box-shadow: none !important;
}

.iziToast, .iziModal, .iziModal .iziModal-header-title {
    font-family: 'Poppins', sans-serif;
}

.logo, .nav {
    background-color: #fff !important;
}

.mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

    .mainnav > li:nth-child(even) {
    }

    .mainnav > li:nth-child(odd) {
    }

    .mainnav > li {
    }

    .mainnav a {
        font-family: 'Poppins', sans-serif;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        color: #000;
        height: 80px;
        padding: 0 20px;
        text-align: left;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: 2px solid #fff;
        display: -webkit-box;
        display: flex;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        -webkit-box-pack: justify;
        justify-content: space-between;
        letter-spacing: 1px;
        line-height: 1.25;
        text-transform: uppercase;
        margin-left: -1px;
        margin-right: -1px;
    }

header nav {
    margin-top: 0 !important;
}

#nav-items {
    display: inline-grid;
}

.nav-fill .nav-item {
    background: #000 !important;
    color: #fff;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #a8cb5e !important;
    background-color: inherit;
    border-bottom: 3px solid #a8cb5e;
    border-radius: 0px;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #b28f5f !important;
    border-color: #b28f5f !important;
    color: #fff !important;
}

.product-wrapper {
    border-bottom: 1px solid #ceccce;
}

    .product-wrapper * {
        color: #000000;
    }

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 35px;
}

.tbPromo {
    width: 250px !important;
}

.totals .totals-item .totals-value {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    width: 40%;
}

.totals .totals-item label {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    width: 60%;
}



[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}

    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        background: black !important;
    }

address {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400 !important;
}

article.art-post.art-article {
    background-color: #f1f9f9;
    border: none;
    color: #000;
    margin-top: 50px;
    padding-top: 15px;
}

#bc-newsletter{
    display: none;
}

#PackagingBox {
    border: none;
}

body {
    background-color: #fff !important;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    text-transform: none;
}

table.table-bordered.dataTable th div, table.table-bordered.dataTable th:last-child {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px !important;
    font-weight: normal !important;
}

@media all and max-width 768px {
    .header .logo img {
        margin-top: 30px;
    }

    .product .product-image img {
        width: 60%;
    }

    .product-line-price {
        font-size: 15px;
    }

    .product-price {
        font-size: 14px;
    }

    .totals .totals-item .totals-value {
        text-align: center;
        width: 60% !important;
    }

    .totals .totals-item label {
        text-align: center;
        width: 40% !important;
    }
}

@media screen and max-width 850px {
    #tbPromoCode {
        display: inline-block;
        margin-left: 25px;
        min-width: 248px;
        width: 278px !important;
    }

    .btnPromoCodeSave {
        float: right;
        margin-right: 25px;
        margin-top: 10px;
    }
}



/*********************************************************
/* START Footer
*********************************************************/

.footer {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.footer-logo img {
    width: 150px;
}

footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer a {
    color: #0b5fff;
    text-decoration: none;
    background-color: transparent;
}

    footer a:hover {
        color: #004ad7;
        text-decoration: underline;
    }

footer img {
    vertical-align: middle;
    border-style: none;
}

footer .col {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

footer .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

@media print {
    footer *, footer *::before, footer *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    footer a:not(.btn) {
        text-decoration: underline;
    }

    footer img {
        page-break-inside: avoid;
    }
}
/*! CSS Used from: Embedded */
.footer {
    padding: 30px 0px 98px 0px;
    text-align: center;
    background-color: #fff;
}

    .footer .col {
        margin-bottom: 20px;
    }

    .footer .copyright {
        font-size: 13px;
        color: #222;
    }

        .footer .copyright a {
            color: #222;
        }

.social-icons {
    list-style: none;
    padding: 0;
}

    .social-icons li {
        display: inline-block;
        background-color: #000;
        color: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin: 0px 5px;
    }

        .social-icons li a {
            color: #fff;
        }



.impressum-datenschutz-sociamedia a {
    color: black;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 2px solid #7da4a3;
    font-weight: bold;
    letter-spacing: 0;
}

    .impressum-datenschutz-sociamedia a:hover {
        color: black;
        font-size: 18px;
        line-height: 26px;
        border-bottom: 2px solid #7da4a3;
        color: black;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: none;
    }


.shopping-cart-items img {
    border: 1px solid grey !important;
}

#shoppingcartbottomright {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}