html, body {
    font-family: 'Lato', sans-serif;
    letter-spacing: .05em;
    word-spacing: .03em;
    line-height: 1.8;
    font-size: 15px;
    color: #000;
    background: #fafafa;
}
.well {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
    border-radius: 0;
}
.well-sm {
    border-radius: 0;
}
.modal-content,
.modal-header,
.modal-footer {
    border-color: #7f7f7f;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', serif;
}
a, a:hover, a:focus {
    color: #7f7f7f;
}
.form-control {
    border-color: #7f7f7f;
    height: 37px;
    border-width: 2px;
    border-radius: 0;
    background: transparent;
}
.form-control:focus {
    border-color: #7f7f7f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 156, 156, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 156, 156, 0.6);
}
.input-group-addon {
    border-width: 2px;
    border-color: #7f7f7f;
    background: #7f7f7f;
    color: #fff;
    border-radius: 0 !important;
}
.input-group-btn .btn, .input-group-btn .btn:hover, .input-group-btn .btn:focus,
.input-group-btn .btn.active, .input-group-btn .btn.active:hover, .input-group-btn .btn.active:focus
{
    border-color: #7f7f7f;
    background: #7f7f7f;
    color: #fff;
    border-radius: 0 !important;
}
.SFCCartDisplayItem .input-group.quantity input[id|="quantity"] {
    border-radius: 0 !important;
}
.btn {
    font-size: 15px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-cart {
    display: block;
}
.btn:hover, .btn:focus,
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.04),0 4px 8px 0 rgba(0,0,0,.03);
}
.btn-default
{
    border-color: #f3ea2c;
    color: rgba(0,0,0,.97);
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus
{
    border-color: #f3ea2c;
    color: rgba(0,0,0,.97);
    background-color: #f3ea2c;
}
.pagination li,
.btn.variant {
    border-color: #7f7f7f;
    color: #7f7f7f;
    background-color: transparent;
}
.btn-primary,
.btn-cart {
    background-color: #f3ea2c;
    border-color: #f3ea2c;
    color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-cart,
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart.active,
.btn-cart:active:hover,
.btn-cart.active:hover,
.btn-cart:active:focus,
.btn-cart.active:focus,
.btn-cart:active.focus,
.btn-cart.active.focus
{
    background-color: #f3ea2c;
    border-color: #f3ea2c;
    color: #191818;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.btn.variant:hover,
.btn.variant:focus,
.btn.variant:active,
.btn.variant.active,
.btn.variant:hover,
.btn.variant:focus,
.btn.variant:active,
.btn.variant.active,
.btn.variant:active:hover,
.btn.variant.active:hover,
.btn.variant:active:focus,
.btn.variant.active:focus,
.btn.variant:active.focus,
.btn.variant.active.focus,
.btn.variant:active:hover,
.btn.variant.active:hover,
.btn.variant:active:focus,
.btn.variant.active:focus,
.btn.variant:active.focus,
.btn.variant.active.focus {
    background-color: #f3ea2c;
    color: rgba(0,0,0,.97);
    border-color: rgba(0,0,0,.97);
}
.btn.variant.disabled,
.btn.variant.disabled:hover,
.btn.variant.disabled:focus {
    background: transparent;
    color:  #7f7f7f;
    border-color:  #7f7f7f;
    opacity: .3;
}
.shariff .theme-white .shariff-button {
    border-color:  #7f7f7f;
    text-align: center;
}
.shariff .theme-white .shariff-button a,
.shariff .theme-white .shariff-button a:hover {
    background: transparent;
}
.shariff .theme-white .facebook a,
.shariff .theme-white .twitter a,
.shariff .theme-white .googleplus a,
.shariff .theme-white .pinterest a,
.shariff .theme-white .mail a {
    color: #7f7f7f;
}
.content-container {
    padding: 0 15px;
}
.SFCPageHeader {
    margin: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.navbar-brand {
    height: auto;
}
.SFCPageHeadNavigation {
    background: transparent;
}
.SFCPageHeadNavigation .navbar-nav {
    float: left;
}
.nav > li > a {
    color: rgba(0,0,0,0.97);
    background-color: rgba(243,234,44,0);
    font-size: 16px;
    padding: 14px 18px !important;
    transition: background-color .2s cubic-bezier(.4,0,.2,1);
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,0.97);
}
.SFCPageHeadNavigation .navbar-nav > li > a {
    border-radius: 50px;
}
.SFCPageHeadNavigation > li.active > a,
.SFCPageHeadNavigation .navbar-nav > .active > a {
    color: rgba(0,0,0,0.97);
    background-color: transparent;
    outline: none;
}
.SFCPageHeadNavigation .navbar-nav > li > a:hover,
.SFCPageHeadNavigation .navbar-nav > li > a:focus,
.SFCPageHeadNavigation > li.active > a:hover,
.SFCPageHeadNavigation > li.active > a:focus,
.SFCPageHeadNavigation .navbar-nav > .active > a:hover,
.SFCPageHeadNavigation .navbar-nav > .active > a:focus {
    background-color: rgba(243,234,44,1);
    color: rgba(0,0,0,0.97);
}
.badge {
    color: rgba(0,0,0,0.97);
    background-color: #f3ea2c;
}
.SFCPageMainNavigation {
    background: transparent;
}
.SFCPageMainNavigation .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
}
.SFCPageMainNavigation .navbar-nav > li {
    flex-grow: 1;
    text-align: center;
}
.SFCPageMainNavigation .navbar-nav > li > a {
    color: rgba(0,0,0,0.97);
    opacity: .5;
    transition: all .25s;
}
.SFCPageMainNavigation .navbar-nav > li > a, .SFCPageMainNavigation .navbar-nav > li > a:hover, .SFCPageMainNavigation .navbar-nav > li > a:focus,
.SFCPageMainNavigation > li.active > a, .SFCPageMainNavigation > li.active > a:hover, .SFCPageMainNavigation > li.active > a:focus,
.SFCPageMainNavigation .navbar-nav > .active > a, .SFCPageMainNavigation .navbar-nav > .active > a:hover, .SFCPageMainNavigation .navbar-nav > .active > a:focus {
    background-color: transparent;
    outline: none;
}
.SFCPageMainNavigation .navbar-nav > li > a:hover, .SFCPageMainNavigation .navbar-nav > li > a:focus, .SFCPageMainNavigation > li.active > a, .SFCPageMainNavigation > li.active > a:hover, .SFCPageMainNavigation > li.active > a:focus,
.SFCPageMainNavigation .navbar-nav > .active > a, .SFCPageMainNavigation .navbar-nav > .active > a:hover, .SFCPageMainNavigation .navbar-nav > .active > a:focus {
    color: inherit;
    opacity: 1;
}
.SFCOffCanvasNavigation {
    background-color: #fff;
}
.SFCOffCanvasNavigation .nav > li a {
    background-color: transparent;
    color: rgba(0,0,0,.97);
}
.SFCOffCanvasNavigation .nav > li > a:hover, .SFCOffCanvasNavigation .nav > li > a:focus {
    color: rgba(0,0,0,.97);
    background-color: transparent;
}
.SFCOffCanvasNavigation .nav > li.active > a, .SFCOffCanvasNavigation .nav > li.active > a:hover, .SFCOffCanvasNavigation .nav > li.active > a:focus {
    color: rgba(0,0,0,.97);
    background-color: transparent;
}
.SFCOffCanvasNavigation .nav > li:last-child {
    border: none;
}
.off-canvas-menu > ul > li:last-child {
    border: none;
}
.SFCPageFooter {
    background: transparent;
    min-height: 80px;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,.03);
}
.SFCPageFooter .footer-content {
    padding: 10px 0;
    background: transparent;
}
.SFCPageFooterInfo {
    top: 10px;
    right: 15px;
}
.SFCPageFooterNavigation {
    padding-right: 120px;
}
.SFCPageFooterNavigation .nav > li > a {
    font-size: 12px;
    display: inline-block;
    color: #7f7f7f;
}
.SFCPageFooterNavigation .nav > li > a:hover, .SFCPageFooterNavigation .nav > li > a:focus,
.SFCPageFooterNavigation .nav > li.active > a, .SFCPageFooterNavigation .nav > li.active > a:hover, .SFCPageFooterNavigation .nav > li.active > a:focus {
    font-size: 12px;
    background-color: transparent;
    color: #7f7f7f;
}
.SFCPageFooterNavigation .nav-pills > li + li {
    margin: 0;
}
.SFCSubNavigation {
    font-weight: bold;
}
.SFCSubNavigation ul.nav {
    text-align: left;
}
.SFCSubNavigation > ul > li {
    margin: 0;
}
.SFCSubNavigation > ul > li > a {
    border: 2px solid #f3ea2c;
    border-radius: 4px;
    background-color: transparent;
    color: rgba(0,0,0,0.97);
}
.SFCSubNavigation > ul > li.title {
    display: none;
}
.SFCSubNavigation > ul > li.title > a {
    border: 2px solid #f3ea2c;
    background-color: transparent;
    color: rgba(0,0,0,0.97);
}
.SFCSubNavigation > ul > li > a:hover,
.SFCSubNavigation > ul > li > a:focus
{
    background-color: #f3ea2c;
    color: #000;
}
.SFCSubNavigation > ul > li.active > a,
.SFCSubNavigation > ul > li.active > a:hover,
.SFCSubNavigation > ul > li.active > a:focus
{
    background-color: #f3ea2c;
    border-color: #f3ea2c;
    color: #000;
}
.SFCSubNavigation > ul > li.title > a:hover, .SFCSubNavigation > ul > li.title > a:focus {
    color: #000;
    background-color: transparent;
}


.SFCTeaserList.row {
    margin: 0 auto;
    padding: 0 15px;
}

.page-content {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.emblem {
    text-transform: uppercase;
    background-color: #f3ea2c;
    color: rgba(0,0,0,0.97);
    padding: 4px 8px;
    border-radius: 0;
    right: 0;
    left: auto;
    font-size: 15px;
    font-weight: bold;
}
.emblem-new,
.emblem-pricehit {
    top: 15px;
}
.emblem-soldout {
    background-color: #222;
    color: #afafaf;
    top: 50%;
    left: 10%;
    bottom: auto;
    width: 80%;
    text-align: center;
    padding: 8px 15px;
    border-radius: 0;
}
.SFCProductList {
    margin: 0 -10px;
}
.SFCProductList .col-md-3 {
    padding: 0 10px;
}
.SFCProductList .thumbnail {
    border: none;
    margin-bottom: 15px;
}
.SFCProductList .caption {
    text-align: center;
    padding: 10px;
    color: rgba(0,0,0,0.97);
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    background-color: transparent;
}
.SFCProductList .caption .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.SFCProductListItem {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
}
.SFCProductListItem:hover, .SFCProductListItem:focus {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05), 0 6px 20px 0 rgba(0,0,0,.03);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.05), 0 6px 20px 0 rgba(0,0,0,.03);
}
.SFCProductListItem .img-container {
    padding: 10px;
}
.SFCProductListItem.soldout img {
    opacity: .5;
}
.SFCDetail {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.04), 0 4px 8px 0 rgba(0,0,0,.03);
}
.SFCProductDetailVisuals {
    background-color: transparent;
}
.SFCProductDetails {
    font-size: 14px;
    padding: 10px 0;
}
.SFCProductDetails h2 {
    margin-bottom: 5px;
    line-height: 54px;
    font-size: 40px;
    letter-spacing: 1.7px;
}
.SFCProductDetails .price_container {
    font-size: 32px;
}
.SFCProductDetails .detail-label {
    font-style: normal;
}
.SFCProductDetails .barcode, .SFCProductDetails .date {
    font-size: 15px;
}
.SFCBuy {
    font-size: 19px;
}
.SFCBuy .deliveryTimes {
    font-size: 15px;
}
.SFCBuy input[type="number"] {
    border-color: #f3ea2c;
    background: transparent;
    font-size: 17px;
    padding: 6px;
    width: 50px;
}

.SFPOrderProcess .giveaway-campaigns .list-group-item {
    padding: 10px 15px;
}
.SFPOrderProcess .giveaway-campaigns .icon {
    right: 15px;
}
.SFPOrderProcess .giveaway-campaigns .list-group-item-heading, .SFPOrderProcess .giveaway-campaigns .list-group-item-text {
    margin-right: 65px;
}
.list-group-item {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: transparent;
    color: #afafaf;
}
.list-group-item.shipping-info {
    background-color: transparent;
}
.SFCCartDisplayItem {
    margin-bottom: 10px;
}
.SFCCheckout .SFCAccountBillingAddress .row,
.SFCCheckout .SFCAccountShippingAddress .row {
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
}
.SFCCheckout .SFCAccountBillingAddress .row:nth-of-type(even), .SFCCheckout .SFCAccountShippingAddress .row:nth-of-type(even) {
    margin-top: 0;
}

.SFPShopInactive .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.SFCCountdown {
    margin-top: -100px;
}

.dgunhide { display: inherit !important; }


.umg.unhide { display: inherit !important; }
.umghide { display: none !important; }

.umg.unhide { display: inherit !important; } /* RKO */
.umghide { display: none !important; } /* RKO */

@media screen and (max-width: 767px) {
    .SFCPageFooter > .container {
        padding: 0;
    }
    .canvas {
        padding-top: 90px;
    }
    .SFCTeaserList.row {
        padding: 0;
    }
    .SFCBuy .deliveryTimes {
        text-align: left;
    }
    .SFCCartDisplayItem .input-group.quantity {
        width: 140px;
    }
    .SFCCartDisplayItem .input-group.quantity.active {
        width: 180px;
    }
    .SFCPageFooterInfo {
        top: 15px;
    }
}
@media screen and (min-width: 768px) {
    .SFCTeaserList {
        width: 750px;
    }
    .SFCPageHeadNavigation {
        min-height: 78px;
    }
    .SFCPageHeadNavigation .navbar-brand {
        padding: 0;
        float: left;
        margin-top: 15px;
        margin-right: 15px;
    }
    .SFCPageHeadNavigation .navbar-body {
        margin-top: 17px;
    }
    .SFCPageHeadNavigation .navbar-body .section {
        position: absolute;
        float: none;
    }
    .SFCPageHeadNavigation .navbar-body .section-1 {
        right: 0;
    }
    .logo.desktop {
        width: 88px;
    }
    .navbar-nav {
        float: none;
        display: inline-block;
    }
    .nav > li > a {
        padding: 15px 10px;
    }
    .SFCPageFooterNavigation .nav > li > a {
        padding: 5px 10px;
    }
    .SFCCartDisplayItem {
        border: none;
    }
    .SFCCartDisplayItem .input-group.quantity {
        width: 70px;
    }
    .SFCCartDisplayItem .input-group.quantity.active {
        width: 110px;
    }
    .SFCCartDisplayItem .input-group.quantity input[id|="quantity"] {
        border-radius: 0;
    }
    .shariff .theme-white .shariff-button {
        text-align: left;
    }
}
@media screen and (min-width: 992px) {
    .SFCTeaserList {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .SFCTeaserList {
        width: 1170px;
    }
}

/* RKO fuimmelt an der Artikeltext-Darstellung */

.SFCProductDetails li {
    margin-top: 7px;
    line-height: 22px;

}

.SFCProductDetails p {
    margin-top: 10px;
    line-height: 22px;
}


/* Andrea Bocelli p30 Seite schöner machen 07.11.2018 */
div.promotion-1673 .SFCProductListItem .title { white-space: normal !important; }





/* Responsive Videos */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
max-width: 100%;
width: 560px;
left: 0;
right:0;
margin:auto;
}