/*** General CSS ***/
body {
    line-height: 1.5em;
    color: #1e1e1c;
	font-family: 'Qualion Text', Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 18px;
}
a:focus, a:active {
    color: #1e1e1c;
}
a:hover {
    color: #b4bd10;
}

/*###########SCHRIFTARTEN - **MK**############*/
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-Regular.eot');
    src: local('Qualion Text Regular'), local('QualionText-Regular'),
        url('../fonts/QualionText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-Regular.woff2') format('woff2'),
        url('../fonts/QualionText-Regular.woff') format('woff'),
        url('../fonts/QualionText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-DemiBold.eot');
    src: local('Qualion Text DemiBold'), local('QualionText-DemiBold'),
        url('../fonts/QualionText-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-DemiBold.woff2') format('woff2'),
        url('../fonts/QualionText-DemiBold.woff') format('woff'),
        url('../fonts/QualionText-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-Bold.eot');
    src: local('Qualion Text Bold'), local('QualionText-Bold'),
        url('../fonts/QualionText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-Bold.woff2') format('woff2'),
        url('../fonts/QualionText-Bold.woff') format('woff'),
        url('../fonts/QualionText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-Italic.eot');
    src: local('Qualion Text Italic'), local('QualionText-Italic'),
        url('../fonts/QualionText-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-Italic.woff2') format('woff2'),
        url('../fonts/QualionText-Italic.woff') format('woff'),
        url('../fonts/QualionText-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-DemiBoldItalic.eot');
    src: local('Qualion Text DemiBold Italic'), local('QualionText-DemiBoldItalic'),
        url('../fonts/QualionText-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-DemiBoldItalic.woff2') format('woff2'),
        url('../fonts/QualionText-DemiBoldItalic.woff') format('woff'),
        url('../fonts/QualionText-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Qualion Text';
    src: url('../fonts/QualionText-BoldItalic.eot');
    src: local('Qualion Text Bold Italic'), local('QualionText-BoldItalic'),
        url('../fonts/QualionText-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QualionText-BoldItalic.woff2') format('woff2'),
        url('../fonts/QualionText-BoldItalic.woff') format('woff'),
        url('../fonts/QualionText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
p {
  margin-bottom: 1.5rem;
}
.small {
  font-size: 85%;
}

/*###########ÜBERSCHRIFTEN - **MK**############*/
h1 {
	font-size: 3.5rem;
	line-height: 130%;
	text-transform: uppercase;
	color: #ab1738;
}
h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #ab1738;
}

/*###########MODAL - **MK**############*/
#rl_modals { background-color: #f8f1e8; border: #b4bd10 10px solid; }
#modal-content-150 { margin: 10px 25px; }
@media (max-width: 480px) {
	#modal-content-150 { margin: 0; }
	#modal-content-150 h2 { font-size: 1.4rem; }
	#modal-content-150 p { margin-bottom: 1.1rem; font-size: 14px; line-height: 1.3em; }
}

/*###########J2STORE - **MK**############*/
input.j2store-product-search-input {
  float: left;
  margin-right: 10px;
}
.pull-right { float: right; }
.pull-left { float: left; }
.offcanvas-menu a.menu-icon-cart::before { content: "Warenkorb"; font-family: 'Qualion Text', Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif !important; color: #ab1738; }
.offcanvas-menu a.menu-icon-user::before { content: "Kundenkonto"; font-family: 'Qualion Text', Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif !important; color: #ab1738; }
.j2store-cart-table .remove-icon, #j2storeOrderLoginForm div.clr, #j2storeOrderGuestForm input#order_token  { margin-bottom: 5px; }
/* **MK** 
#j2store-cart-form {
  padding-top:50px;
} */
.checkout-content #login { margin-top: 25px; }
br.j2error { display:none; }
.checkout-content .buttons { margin-top: 10px; }
.checkout-content #payment_form_div, div.shipping_element { padding: 5px 0 10px 0; color: #b4bd10; font-weight: 600; font-style: italic; }
.checkout-content #payment_form_div p { padding:0; margin: 0; }
.icon-plus { float: right; color: #f8f1e8; line-height: 20px; font-style: normal; font-weight: bold; padding: 10px 12px; font-size: 30px; background-color: #ab1738; border-radius: 50px; cursor: pointer; }
.icon-minus { float: right; color: #f8f1e8; line-height: 20px; font-style: normal; font-weight: bold; padding: 6px 13px 13px 13px; font-size: 30px; background-color: #ab1738; border-radius: 50px; cursor: pointer; }
.product-filter-group { height: 40px; line-height: 40px; margin-bottom: 5px; }
.j2store-productfilter-label { min-width: 45%; }
#filterModal.modal { z-index: 9999; }
#filterModal .modal-dialog { max-width: 750px; }
div#BtnFilter { position: fixed; right: -50px; margin-top: 0; width: 150px; z-index: 9998; transform: rotate(90deg); }
#j2store_sortby { margin: auto; max-width: 350px; }
p.container-shipping-yes { margin-bottom: 0.5rem; }
/* #container_shipping_standard_hauslieferung { display: none !important; margin-bottom: 0px; } */
#onCheckoutShipping_wrapper { margin-bottom: 1.5rem; }
.checkout-content .j2error { display: block; }
.form-check-input:checked { background-color: #ab1738; border-color: #ab1738; }
.form-check .form-check-input { float: unset; }

.buttons-right {
  padding-bottom:50px;
}
.additional-image-list li {
  float: left;
  margin-bottom: 50px;
}
.pagination {
    margin-top: 10px;
}
ul.additional-image-list {
  padding: 0;
}
ul#j2store-product-detail-tab.nav.nav-tabs {
  margin-bottom: 20px;
}
div.j2store-products-row {
  margin-top: 50px;
}
#et-categories a img {
  margin-bottom: 30px;
}
.product-sku {
  display: none;
}
.j2store-product-filters {
  margin-bottom: 20px;
}
label.j2store-product-brand-label {
  width: 100%;
  clear: both;
}
img.j2store-img-responsive {
   -webkit-transition: .3s ease-in-out;
   -o-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}
.j2store-product-image:hover img.j2store-img-responsive, .j2store-product-image:focus img.j2store-img-responsive, .j2store-thumbnail-image:hover img.j2store-img-responsive,  .j2store-thumbnail-image:focus img.j2store-img-responsive {
  transform: rotate(-30deg) scale(150%);
  -webkit-transform: rotate(-30deg) scale(150%);
  -moz-transform: rotate(-30deg) scale(150%);
  -ms-transform: rotate(-30deg) scale(150%);
  -o-transform: rotate(-30deg) scale(150%);
}
.product-qty input[type="text"], .product-qty input[type="number"] {
	height: 60px;
	width: 60px !important;
	font-size: 20px;
}
form#productFilters.form-horizontal {
  margin-top: 30px;
}
form#productsideFilters.form-horizontal {
  z-index: 999;
}
input.j2store-cart-button.btn.btn-primary {
  margin-top: -5px;
}
.j2store-module-product.span4 {
    border: 3px solid #f1f1f1;
	padding-bottom: 22px;
    margin-bottom:40px;
}
.j2store-products-row .span4 {
  padding: 20px;
  border: 3px solid #f1f1f1;
}
.row-fluid .j2store-module-product .span3 {
   border: 3px solid #333!important;
   padding:20px;
}
.j2store-product-quickview-modal .btn-default {
  background:none!important;
  color: #333;
  background-color::none!important;
  border-color:none!important;
}
.j2store-module-product .product-qty {
  /* **MK** margin-bottom:20px;  */
}
.j2store-product-main-image {
  width: 180px;  /* **MK** */
}
.additional-image-list li {
    list-style-type: none;
    display: inline;
}
.additional-image-list li {
    float: left;
    margin-bottom: 50px;
}
.product-price-container .sale-price {
  font-size: 1.2em;
  font-weight: bold;
}
.price-per-weight, .tax-text {
  font-size: 0.8em;
  font-weight: normal;
  line-height: normal;
}
.price-sku-brand-container {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 0 0 25px;
    padding: 15px 0;
}
.j2store-add-to-cart {
    margin-left: 0px;
	margin-bottom: 25px;
    display: inline;
}
.product-qty, .j2store-add-to-cart {
    display: inline-block;
}
.j2store-addtocart-form {
    margin-top: 10px;
	position: relative;
	width: 100%;
}
.cart-action-complete {
  position: absolute;
  background-color: rgb(180, 189, 16);
  width: 100%;
  height: 100%;
}
.cart-action-complete .text-success {
  padding: 10px 4px 0 4px;
  color: #fff !important;
  font-weight: bold;
}
.cart-action-complete .text-success > a:hover {
  color: #fff;	
}
p.no-shipping {
	padding-right: 5%;
}
.j2store-notifications {
  position: absolute;
  width: 100%;
  margin-top: -13px;
  background-color: rgba(255,255,255,0.8);
}
.j2store-notifications > span {
  color: #ab1738;
  font-style: italic;
  font-weight: bold;
}

.j2store-img-responsive {
    max-width: 100%;
    height: auto;
	display: unset;
}
.simple-product img .j2store-img-responsive img:nth(2) {
 display: none!important;
}
.product-description, .product-specs {
  padding-bottom:20px;
  text-align: left;
}
.j2store .product-cart-section, .j2store-single-product {
  text-align: center;
}
.j2store h4.product-title, h2.product-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  text-transform: none;
}
h1.product-title {
  font-size: 2.5rem;
}
h2.manufacturer-brand {
  font-size: 1.5rem;
  color: #b4bd10;
}
h3.manufacturer-brand {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  height: 24px;
}
.product-details h3 {
  margin-bottom: 1.5rem;
}
.product-details p {
  margin-bottom: 0.1rem;
}
.product-sdesc p {
  margin-bottom: 1.5rem;
}
.product-details p.filter-group-name, .product-details .filter-content-note {
  font-weight: normal;
}
.product-details span.filter-content {
  font-weight: bold;
}
.product-details,.frame-green {
  border: solid 5px #b4bd10;
  border-radius: 5px;
  background-color: rgba(180,189,16,0.1);	
  overflow: hidden;
  margin-bottom: 30px;
}
.product-details-content,.frame-green-content {
  padding: 40px 30px 0px 30px;
}
.j2store-product-image, .j2store-product-images {
  width:100%;
  text-align: center;
  padding: 0;
  margin-bottom:15px;
}
.form-horizontal input:hover {
/* **MK**   background: #ab1738 !important;
   border-color: #ab1738 !important; */
}
.j2store-product-module  .j2store {
    border: 3px solid #b4bd10;
    padding-bottom: 22px;
    margin-bottom: 40px;
	background-color: rgba(180,189,16,0.1);
}
.j2store-product-module.row {
	margin-left: 0;
}
.j2store.span4:nth-child(3n+1) {
  	margin-left: 0;
}
img.j2store-img-responsive {
    margin: 0 auto 20px auto;
	width:50%;
}
.additional-image-list li {
    width: 33%;
    float: left;
}
.j2store-single-product {
  	padding-bottom: 70px;
}
.j2store-single-product .zoomImg:hover {
  cursor: move;
}

/**** Responsive *****/
@media (max-width: 767px) {
  .j2store .j2store-module-product .span4 { width:100%; }
  div.j2store.j2store-module-product.span4 { width: 100%; margin-bottom:30px; }
  img.j2store-img-responsive { width:50%; }
  .j2store-products-row.row img.j2store-img-responsive { width:35%; }
  .j2store-product-list div.span4 { width: 100%; margin-bottom: 20px; }
  .j2store-sidebar-filters-container span3 { width:100%!important; }
  .j2store-sidebar-filters-container, .j2store-product-list .row-fluid .span9 { width:100%!important; }
  .j2store-product-filters { padding-right: 10px; }
  .j2store-product-module  .j2store.span4 { margin-left: 0; margin-right: 0; width: 100%; }
  .j2store-single-product .span6 { width: 100%!important; }
  .j2store-single-product .row-fluid:last-child { margin-top: 30px; }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .food-nav { width: 100%!important; }
  .food-menu-list-wrapper .inner { padding: 0px!important; }
  .food-content { width: 100%!important; }
  #et-carousel .qx-carousel-item { width: 100%!important; }
  .j2store .j2store-module-product .span4 { width:100%; }
  div.j2store.j2store-module-product.span4 { width: 100%; margin-bottom:30px; }
  img.j2store-img-responsive { width:70%; }
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    background: rgba(0,0,0,0.2);
    position: relative;
    z-index: 9999;
}
body:not(.home) #sp-top-bar {
  	background: #576e65;
}
#sp-top-bar > .container,
#sp-header > .container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

/* Header Menu & Logo */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    border-bottom: rgb(171,23,56) 2px solid;
    top: 0;
    background: rgba(255,255,255,90%);
}
body:not(.home) #sp-header {
    background: rgba(255,255,255,90%);
    border-bottom: rgb(171,23,56) 2px solid;
}
body.home #sp-logo .logo-image { transform: scale(5); opacity: 0; animation-name: logoani1; animation-duration: 4s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-out; /* animation-iteration-count: infinite; */ position: absolute; }
  @keyframes logoani1 {
	0% { transform: scale(5); opacity: 0; margin-top: 40%; width: 75%; }
	30%, 80% { transform: scale(2); opacity: 1;  margin-top: 20%; width: 75%; }
	100% { transform: scale(1); opacity: 1; margin-top: 0; height: 180px; padding-top: 5px; height: 180px; width: 25%; }
  }
body.home #sp-header.header-sticky #sp-logo .logo-image { animation-duration: 0s; } 
.sp-megamenu-parent { display: none !important; visibility: hidden; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    /* **MK** color: #1e1e1c; */
  	font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
	font-weight: bold;
}
.sp-megamenu-parent>li.active>a {
    font-weight: bold;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    font-weight: 700;
}
.burger-icon>span {
    background-color: #ab1738;
}
.burger-icon:hover>span {
    background-color: #b4bd10;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ab1738;
}
.offcanvas-active .burger-icon:hover>span, #modal-menu-toggler.active .burger-icon:hover>span {
    background-color: #b4bd10;
}

/*** Block Styles ***/
/* Button */
.button, .btn-slider {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #f8f1e8;
    color: #f8f1e8;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 0;
    padding: 18px 55px 18px 55px;
}
.btn {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #f8f1e8;
    color: #f8f1e8;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 0;
    padding: 18px 35px 18px 35px;
}
.btn:hover {
    background: #b4bd10;
    color: #f8f1e8 !important;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-check:focus + .btn-primary, .btn-primary:focus {
	background-color: #ab1738;
	color: #b4bd10;
	fill: #b4bd10;
}
.button:hover {
    cursor: pointer;
}
.pagination .page-link  {
	color: #1e1e1c;
	background-color: #fff;
	border: 1px solid #ab1738;
}
.pagination .page-link:hover  {
	color: #f8f1e8 !important;
	background-color: #b4bd10;
}
.page-link:focus {
	color: #b4bd10;
	background-color: #ab1738;
	box-shadow: none;
}
.page-item.active .page-link {
	background-color: #ab1738;
	color: #b4bd10;
	border: 1px solid #ab1738;
}

/* Slider */
.et-slider {
    margin-top: -120px !important;
}
a.slider-btn {
  	color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 17px 45px !important;
    border-radius: 3px !important;
    border: 2px solid #fff !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
    margin: 0 50px;
}
a.slider-btn.left {
  	background: rgb(87,110,101);
  	border-color: rgb(87,110,101) !important;
}
a.slider-btn.left:hover {
  	background: #fff !important;
  	color: rgb(87,110,101) !important;
  	border-color: #fff !important;
}
a.slider-btn.right {
  	background: #fff !important;
}
a.slider-btn.right:hover {
    color: #fff !important;
}

/* Shape */
.et-shape .elementor-shape {
    transform: rotate(180deg);
    margin-top: -40px;
    position: relative;
    z-index: 99;
}
.et-shape .elementor-shape-grapes {
    transform: rotate(0deg);
    margin-top: -195px;
    position: relative;
    z-index: 99;
}
.et-shape  svg {
    height: 45px;
    width: 100%;
}
.et-shape .elementor-shape-grapes svg {
    height: 200px;
    width: 100%;
}
.et-shape svg path, .et-shape .elementor-shape-grapes svg path {
    fill: #f8f1e8;
}
.et-shape.color .elementor-shape {
    transform: rotate(0deg);
}
.et-shape.color .elementor-shape-grapes {
    transform: rotate(180deg);
}
.et-et-says-bottom .et-shape.color .elementor-shape {
    margin-bottom: 0;
}
.et-shape.color svg {
    margin-bottom: -83px;
}

/* Title  */
.lt-title-icon {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
	color: #b4bd10;
}
.lt-title-icon .fa, .lt-title-icon .fas  {
	color: #b4bd10;
	font-size: 22px;
}
.lt-title-icon:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    z-index: -1;
    top: 14px;
    left: 0;
	background-color: #b4bd10 !important;
}
.lt-title-icon:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    z-index: -1;
    top: 14px;
    right: 0;
	background-color: #b4bd10 !important;
}
.lt-title-icon i {
    padding: 0 10px;
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Dirider */
.dirider.center {
    margin: 0 auto !important;
}

/* Discover */
.discover {
    z-index: 2 !important;
}

/* Say */
.et-say-colum .sppb-column-addons {
    padding: 30px 30px;
}
.et-say-colum img {
    width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 15px 0;
}
.et-says-bottom {
    z-index: 99 !important;
}

/* Wine */
.wine-item {
    cursor: pointer
}
.wine-item .sppb-icon-container {
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.wine-item:hover .sppb-icon-container {
    -webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Counter */
.et-counter-item {
    cursor: pointer;
}
.et-counter-item .count, .et-counter-item #shiva {
    line-height: 90px;
    font-weight: 600;
    font-size: 45px;
    color: #ffffff;
}
.et-counter-item h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.et-counter-item  .fa, .fas { color: #ffffff; }

/* Services */
.services-item .sppb-icon-container i {
    width: 55px !important;
    height: 55px !important;
    line-height: 50px !important;
    border: 2px solid #000;
    border-radius: 50%;
}

/* List */
.list-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-item ul li {  
    position: relative; 
    color: #576E65;
}
.list-item ul li em {
    padding-right: 10px;
}
.list-item ul li strong {
    display: none;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* Step */
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-heading {
    padding: 20px 20px 20px 34px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-title {
    font-size: 18px;
    color: #b4bd10;
}
.sppb-panel-modern {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.sppb-panel-modern > .sppb-panel-heading { color: #b4bd10; }

/* Follow */
.follow .shrewd_solution_icon li strong {
  	display: none;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
.btn-width { width: 200px; }

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px !important;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo  {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/*###########SP-PAGE-BUILDER - **MK**############*/
.sppb-row-container { width: 100%; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.tw-wein .sppb-feature-box-title { padding-top: 10px; }
h1.sppb-addon-title { text-shadow: rgb(255,255,255) 0px 0px 30px; }
.header-modules .search { max-width: 180px; }

/*###########TEMPLATE-TWEAKS - **MK**############*/
#sp-header .logo { height: 80px; display: block; margin: 0; align-items: center; }
#sp-header .logo-image { padding-top: 5px; }
body.home #sp-header:not(.header-sticky) .logo-image { height: 180px !important; }
#sp-header.header-sticky .logo-image, body:not(.home) #sp-header .logo-image { height: 75px !important; width: 180px !important; }
#sp-header .logo a { width: 180px !important; display: block; }
input, textarea { min-height: 30px; min-width: 30px; }
input[type="checkbox"], input[type="radio"] { margin-top: 10px; accent-color: #ab1738; vertical-align: bottom; }
.input-group-text { height: 40px; }
#sp-bottom { z-index: 1; position: relative; }

/*###########BOOTSTRAP-TWEAKS - **MK**############*/
.form-control:focus {box-shadow: 0 0 0 .25rem rgba(180,189,16,100%);}
.table { border-color: #b4bd10; background-color: rgba(255,255,255,0.6);}
.table thead { background-color: #b4bd10; color: #f8f1e8; border-color: rgba(255,255,255,0.6); }
.nav-link { display: block !important; }
a.nav-link { color: #ab1738; }
a.nav-link:hover { color: #b4bd10; }
.badge { color: #ab1738; font-size: 1.1em; }
.search label.radio input[type=radio] { margin-right: 4px; }
.search label.radio { margin-right: 1rem; }
.input-group-text { background-color: unset; border: unset; }

/* Tablet Resolution */
@media (max-width: 1099px) {
	body.home #sp-header:not(.header-sticky) .logo-image { height: 130px !important; }
	.header-modules .search { max-width: 150px; }
  body.home #sp-logo .logo-image { transform: scale(4); opacity: 0; animation-name: logoani1; animation-duration: 4s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-out; /* animation-iteration-count: infinite; */ position: absolute; }
  @keyframes logoani1 {
	0% { transform: scale(4); opacity: 0; margin-top: 40%; width: 75%; }
	30%, 80% { transform: scale(2); opacity: 1;  margin-top: 20%; width: 75%; }
	100% { transform: scale(1); opacity: 1; margin-top: 0; height: 180px; padding-top: 5px; height: 130px; width: 25%; }
   }
@media (max-width: 991px) {
	body.home #sp-header:not(.header-sticky) .logo-image { height: 130px !important; }
	#sp-header.header-sticky .logo-image, body:not(.home) #sp-header .logo-image { height: 65px !important; width: unset; }
	#et-slider .et-btn-slider { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	#et-slider .et-btn-slider .btn-primary  { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	#et-empfehlungen .j2store-product-module-list.row { display: block; }
	#et-empfehlungen .j2store-product-module-list.row .col-sm-4 { width: 100%; }
	.tw-wein .sppb-column-addons div.sppb-text-left, .tw-wein .sppb-column-addons div.sppb-text-right { text-align: center; }
	.tw-wein .sppb-column-addons div.sppb-text-left .pull-left { margin-right: 0px; float: none !important;  }
	.tw-wein .sppb-column-addons div.sppb-text-right .pull-right { margin-left: 0px; float: none !important;  }
	.container { max-width: 98%; }
	h3.manufacturer-brand { font-size: 0.75em; }
	h2.product-title { font-size: 20px; }
}
@media (max-width: 767px) {
	body.home #sp-header:not(.header-sticky) .logo-image { height: 100px !important; }
  body.home #sp-logo .logo-image { transform: scale(4); opacity: 0; animation-name: logoani1; animation-duration: 4s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-out; /* animation-iteration-count: infinite; */ position: absolute; }
  @keyframes logoani1 {
	0% { transform: scale(4); opacity: 0; margin-top: 40%; width: 75%; }
	30%, 80% { transform: scale(1.6); opacity: 1;  margin-top: 20%; width: 75%; }
	100% { transform: scale(1); opacity: 1; margin-top: 0; height: 100px; padding-top: 5px; width: 25%; }
   }
	#et-slider .et-btn-slider { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	#et-slider .et-btn-slider .btn-primary  { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	#et-slider { margin-top: 50px !important; }
	h3.manufacturer-brand { font-size: 0.8em; }
	h2.product-title { font-size: 22px; }
	.j2store-products-row.row { display: block; }
	.j2store-products-row.row .col-sm-4 { width: 100%; }
	.breadcrumb li { font-size: 0.8em; }
	.j2store-cart-buttons .btn, .j2store-cart .btn { width: 70%; }
	.j2store-cart-buttons .buttons-right, .j2store-cart-buttons .buttons-left { float: none; }
	#j2storeaddressForm .pull-right { float: none; }
}

/* Mobile Small Resolution */
@media (max-width: 575px) {
	img.j2store-img-responsive {	margin: 0 auto 20px auto; width:40%; }
}

@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
	#sp-header.header-sticky .logo-image, body:not(.home) #sp-header .logo-image, body.home #sp-header:not(.header-sticky) .logo-image { height: 65px !important; width: unset; }
	#et-slider { margin-top: 50px !important; }
	#et-slider .et-btn-slider { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	#et-slider .et-btn-slider .btn-primary  { font-size: 14px !important; line-height: 20px !important; margin-top: -15px !important; }
	h1 {	font-size: 2.1rem; line-height: 110%; }
	h2 {	font-size: 1.8rem; line-height: 110%; }
	h1,h2 { hyphens: auto; }
	.checkout-content .btn, .j2store-cart .btn { width: 100%; }
	.j2store-cart .buttons-right { float: none; }
	.payment input.btn { font-size: 15px; padding: 18px 15px 18px 15px; }
	.j2store-productfilter-label { min-width: 95%; }
}

