/*Content auf 1200px begrenzen*/
div.vendor-details-view,
div.vm-category-description,
div.com-content-category-blog.blog.tck-blog,
div.vm-product-grid.container.my-5 {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 10px;
}
dd.createdby.tck-article-detail-author,
dd.published {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
/*H1 Verkleinern*/
span.redh1 {
 font-size: 80%; 
}
/*Artikelbilder ausblenden*/
figure.left.item-image {
 display: none; 
}
/*Advent*/
div.jmg-copyright {
 display: none; 
}
/*Typewriter*/
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #010101; }
}
/*ENDE Typewriter*/

/*Intros 2025*/
div#sauerteigbrot:hover,
div#handwerk:hover,
div#tradition:hover {
	transition: transform 5s ease;
	transform: scale(120%);
}

/*Scroll to top*/
.scrollToTop {
  z-index: 10000;
}
/*Links*/
div#maincontent > a,
div#maincontent > a:hover {
 text-shadow: 1px 1px 0px rgba(54,54,54,0.5); 
}
/*Navi Icons*/
span.maximenuiconck,
/*span.maximenuiconck.fas.fa-home,*/
span.maximenuiconck.fas.fa-shopping-basket,
span.maximenuiconck.fas.fa-info,
span.maximenuiconck.fas.fa-blog {
   margin: 0 10px 0 0 !important;
}
/*LP Home*/
div.homecontent {
  max-width: 1200px;
  margin: auto;
  padding: 50px 10px;
  font-size: 12px; 
  color: #96928d;
}

div.homecontent > h1,
div.homecontent > h2,
div.homecontent > h3 {
  font-size: 12px;
  line-height: 14px;
}
/*Schatten hinter Bild*/
img.img-shade {
  -webkit-box-shadow: 6px 8px 12px -1px rgba(0,0,0,0.5); 
  box-shadow: 6px 8px 12px -1px rgba(0,0,0,0.5); 
}
/*Produkt Content*/
.left.item-image {
  float: left;
  max-width: 650px;
  margin: 0 20px 20px 0;
}
/*Bilder aufhellen allgemein*/
figure.none.item-image > img,
figure.left.item-image > img,
img.browseProductImage,
div.main-image > a > img,
img#fancybox-img {
  filter: brightness(1.3);  
}
/*Virtuemart*/
h1.shop,
h2.shop {
  font-weight: normal;
  line-height: 28px;
  font-size: 24px;
  font-family: ultraregular;  
}
	/*Produktübersicht*/
div.orderby-displaynumber {
 display: none; 
}
/*.row > * {
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
}*/
.spacer.product-container {
  background-color: #ebcb92;
  border: 1px solid #fff;
  margin: 2px;
}
span.shopheadline {
 font-size: 18px; 
}
div.product,
div.product.vm-col.vm-col-3.vertical-separator {
  float: left;
  border: 0px solid #fff !important;
  min-width: 220px;
}
div.prod-in-row {
  float: left;
  margin: 0 20px 0 20px 0 !important;
}
span.jgo {
  /*font-size: 16px;*/
  display: none;
}
    h2.products,
    h2.products a,
    h2.products a:hover {
      color: #010101;
      font-weight: normal;
      line-height: 45px;
      font-size: 36px;
      font-family: ultraregular;  
}
/*Produktdetails*/
.addtocart-bar svg {
  color: #FFF;
}
div.back-to-category {
  width: 100%;
  float: left;
}
h1.proddet,
h1.proddet > span.jgo {
  text-align: center;
}
.main-image {
  text-align: center;
  max-width: 600px;
  height: auto;
}
a.chosen-single {
  background-color: #EBCB92 !important;
  color: #010101 !important;
}

span.addtocart-button-disabled {
 display: none; 
}
span.PricesalesPrice {
  font-family: ultraregular;
  font-size: 20px;
  margin: 20px 0 20px 0;
}
/*Popup Warenkorb*/
div#fancybox-content div > a > a > h4 {
 color: #010101 !important; 
}
a.btn.btn-primary.showcart,
a.btn.btn-primary.showcart:hover {
 color: #FFF !important; 
}
/*Cart*/
.proopc-input-append input[type="number"].proopc-qty-input {
  width: 130px !important;
  text-align: center;
  max-width: 50px;
}
/*VP Onepage Checkout*/
#ProOPC {
  font: 12px/1.55 Verdana, helvetica, sans-serif;
  max-width: 1200px;
  margin: 20px auto 20px auto;
}
table.cart-summary.proopc-table-striped tr th {
  color: #333;
  background-color: #EBCB92;
}
.first-page .cart-summary.proopc-table-striped tr.cart-sub-total td {
  background-color: #EBCB92;
}
.proopc-register-login h3:not(.modal-title) {
  font-size: 16px;
  line-height: 30px;
  padding: 2px 15px;
  background: #ebcb92;
  font-weight: 400;
  text-transform: none;
  border-bottom: 0 none;
  text-rendering: optimizelegibility;
}
/*Complete*/
.cart-summary.proopc-table-striped .grand-total td, .cart-summary.proopc-table-striped .grand-total-p-currency td, .continue-checkout-box {
  padding: 15px 8px;
  background-color: #ebcb92;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
#ProOPC .proopc-process-title {
  margin: 0;
  background: #ebcb92;
  border-bottom: 1px solid #DDD;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0;
    padding-left: 0px;
  padding-left: 15px;
}
/*Tabs & Accordions*/
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] {
  background-color: #ebcb92;
  border: 1px solid #c0c6cf;
    border-bottom-color: rgb(192, 198, 207);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  padding: .75rem 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
/*Image effect CK*/
/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effectck-lily img {
	max-width: none !important;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
	float: left;
}

figure.effectck-lily figcaption {
	text-align: left;
}

figure.effectck-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	right: 0;
	height: 50%;
}

figure.effectck-lily figcaption [class*="title"],
figure.effectck-lily figcaption [class*="desc"] {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effectck-lily figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-lily figcaption [class*="desc"] {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="desc"] {
	opacity: 1;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="title"],
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="title"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*Steve*/
figure.effectck-steve {
	z-index: auto;
	overflow: visible;
	background: rgba(0,0,0,0) !important;
}
figure.effectck-steve:before,
figure.effectck-steve figcaption [class*="title"]:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) !important;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effectck-steve figcaption [class*="title"],
figure.effectck-steve figcaption [class*="desc"] {
  background: rgba(0,0,0,0) !important;
  background-color: rgba(0,0,0,0) !important;
  color: #FFF;
  font-family: ultraregular;
  font-size: 24px;
  text-shadow: 2px 2px 10px rgba(51,51,51,0.55);
}
figure.effectck-steve figcaption [class*="title"] {
  position: relative;
  margin-top: 300px !important;
  padding: 0em;
}
/*Blog*/
div.com-content-category-blog__item.blog-item.tck-article {
  /*border-bottom: 1px solid #010101;*/
  margin-bottom: 20px;
  /*background-color: #ebcb92;*/
}
figure.float-none.item-image {
   margin: 0 0 10px 0;
}
figure.float-left.item-image {
   margin: 0 20px 20px 0;
}
h2.products a,
h2.products a:hover,
h2.tck-article-title,
h2.tck-article-title a {
  font-size: 24px;
  line-height: 28px;
  color: #010101 !important;
  /*padding: 0 0 0 20px;*/
  text-align: center;
}
/*OsModul und Leaflet*/
img.leaflet-tile.leaflet-tile-loaded {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
}
/*Leaflet*/
a.leaflet-popup-close-button,
a.leaflet-control-zoom-in,
a.leaflet-control-zoom-out {
	color: #010101 !important;
}
/*Öffnungszeiten*/
.openinghours-notes, .openinghours-open, .openinghours-closed {
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 100%;
}

.openinghours-open {
  background-color: #3C763D;
  border-color: #3C763D;
  color: #FFF;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 140px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  rotate: -10deg;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 21px 0px rgba(255,255,255,0.69); 
  box-shadow: 2px 2px 21px 0px rgba(255,255,255,0.69);
}
/*Membership Pro*/

.osm-container .osm-item-heading-box {
  border-radius: 5px 5px 0 0;
  color: #333;
  font-weight: 700;
  padding: 4px 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
}
.osm-container .osm-item-description {
  background: #fff;
  border-radius: 0 0 7px 7px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

a.btn.btn-primary {
 color: #010101 !important; 
}
a.btn.btn-primary:hover {
 color: #FFFFFF !important; 
}