
/* Farben
   $col-red: #C9663C;
   $col-yellow: #E2FA42;
   $col-lightolive: #E6E4DC;
   $col-darkolive: #2C4A32;
   
   */

/* Fonts */
@font-face {
  font-display: swap;
  font-family: 'Instrument-Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/instrument/instrument-serif-v4-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Instrument-Serif';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/instrument/instrument-serif-v4-latin-italic.woff2') format('woff2');
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter/inter-v18-latin-regular.woff2') format('woff2');
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/inter/inter-v18-latin-800.woff2') format('woff2'); 
}


.wq-sendinfo {
	font-family: 'Inter';
	color: #2C4A32;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 24px 0 36px 0;
}

body {
	font-family: 'Instrument-Serif';
	background-color: #E6E4DC;
}

.wq-toast {
	background-color: #E2FA42;
	width: 100%;
	  height: 40px;
	  margin: 0;
	  text-align:center;
	  position: relative;
	  overflow: hidden;
	  height: 50px;
	  padding: 0;
}


.wq-toast-txt {
  font-family: 'Inter';
  font-weight: 800;
  font-size: 0.8rem;
  padding: 12px 0;
  position: absolute;
  white-space: nowrap; /* Verhindert Zeilenumbrüche */

  color: #2C4A32;
  font-size: 1rem;
  padding: 0;
}

.wq-toast-txt-anim {
	animation: scrollText 15s linear infinite;
}

.close-icon {
	background-color: #E2FA42;
	color: #2C4A32;
	z-index: 1;
	font-size: 2.4em;
}

.header-wrap {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.wq-mc-close {
	font-size: 2.4em;
}

.wq-mc-titel {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 36px;
}

.wq-basket:hover {
	cursor: pointer;
}

.wq-i-img {
	max-height: 60vh;
}

.wq-num {
	background-color: #E2FA42;
	color: #2C4A32;
	font-family: "Inter";
	  font-weight: 800;
}

.wq-btn-action {
	display: inline-grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 2fr;
	margin-top: 24px;
}

.wq-anz-wrap-short {
	display: inline-grid;
	  grid-gap: 0;
	  grid-template-columns: 40px 40px 40px;
	  color: #2C4A32;
	  font-family: "Inter";
	  font-weight: 400;
	  border: 2px solid #2c4a32;
	  border-radius: 50px;
	  padding: 16px;
}

.wq-negativ {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
}

.wq-plus {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
}

.wq-negativ:hover,
.wq-plus:hover {
	cursor: pointer;
}

.wq-nr {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
	color: #C9663C;
}


.wq-prod-wrap {
	max-width: 1460px;
	  margin: 0px auto 0px auto;
}

.wq-prod-images img {
	border-radius: 25px;
	margin-bottom: 16px;
}

.wq-prod-details {
	background-color: #E6E4DC;
	color: #2C4A32;
}

.wq-btn-wrap {
	margin: 0;
}

.wq-btn {
	font-family: "Inter";
	  font-weight: 800;
	  font-size: 12px;
	  color: #c9663c;
	  background-color: #fff;
	  border: 2px solid #2c4a32;
	  padding: 1px 30px;
	  border-radius: 50px;
	  box-shadow: 5px 5px 0 #2c4a32,0px 0px 0 #fff;
	  cursor: pointer;
	  transition: transform .1s ease,box-shadow .1s ease;
	  padding: 1px 30px;
	  width: 230px;
		height: 55px;
		line-height: 14px;
}

.wq-btn:hover {
  transform: translateY(5px); /* Effekt beim Hover */
  box-shadow: none;
}

.added-to-cart {
	  font-family: "Inter";
	  font-weight: 800;
	  font-size: 16px;
	  color: #000000;
	  background-color: #E2FA42 !important;
	  border: 2px solid #2c4a32;
	  padding: 1px 30px;
	  border-radius: 50px;
	  box-shadow: 5px 5px 0 #2c4a32,0px 0px 0 #fff;
	  cursor: pointer;
	  transition: transform .2s ease,box-shadow .2s ease;
	  padding: 1px 30px;
	  width: 230px;
	  height: 55px;
		line-height: 14px;
		pointer-events: none; /* Verhindert weiteres Klicken */
		transition: all 0.3s ease-in-out;
}

.wq-prod-details h1 {
	margin-bottom: 16px;
	margin-top: 8px;
	line-height: 1em;
	font-weight: 400;
}

.wq-prod-details h2 {
	font-weight: 40000;
	  font-size: 16px;
	  color: #C9663C;
	  margin: 0;
	  font-family: "Inter";
}

.wq-prod-details p {
	font-family: "Inter";
	  font-weight: 100;
	  font-size: 0.9rem;
	  line-height: 1.5em;
	  color: #2c4a32;
}

.wq-prod-details p strong {
	font-weight: 600;
}

.wq-prod-details ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wq-prod-details ol li::before {
	content: "• "; 
	color: #2c4a32;
	font-weight: bold;
	list-style-position: inside;
	margin-left: -10px;
}

.wq-prod-details li {
	font-family: "Inter";
	  font-weight: 100;
	  font-size: 0.9rem;
	  line-height: 1.5em;
	  margin-left: 10px;
}

.wq-pt-prz {
	font-family: "Inter";
	  font-weight: 100;
	  color: #C9663C;
	  margin-top: 8px;
	  font-size: 0.9rem;
	  height: 1;
}

.wq-pt:hover .wq-pt-prz {
	display: block;
}

.wq-pt-prz strong {
	font-weight: 600;
}

.wq-pt-prz-zusatz {
	text-align: center;
	font-family: "Inter";
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	opacity: 0.6;
}

.wq-soldout {
	font-family: "Inter";
	  font-weight: 600;
	  margin: 24px 0;
	  color: #C9663C;
}

.wq-pt-soldout {
  z-index: 99;
  background-color: #2C4A32 !important;
  color: #E2FA42 !important;
}

p.wq-main-prz {
	font-family: "Inter";
	font-weight: 800;
	font-size: 1rem;
}

.wq-main-prz-uvp {
  margin-top: 0 !important;
  text-decoration: line-through;
  color: #8d8d8d;
}

.wq-mb-prize-sale {
  text-decoration: line-through;
  color: #8d8d8d;
}

.wq-pt {
	border-radius: 24px;
	border: 2px solid #2C4A32;
	background-color: #FFFFFF;
	margin-bottom: 0;
}

.wq-pt h2 {
	font-weight: 400;
	font-size: 16px;
	color: #2C4A32;
	margin: 8px 16px 0 16px;
}

.wq-pt h3 {
	font-weight: 400;
	font-size: 16px;
	color: #2C4A32;
	margin: 8px 16px 0 16px;
	text-align: center;
}

.wq-pt-img {
	margin: 0;
    border-radius: 0;
}

.wq-i-noimg {
	background-color: #2C4A32;
	min-height: 200px;
}

.wq-pt-new {
	background-color: #E2FA42;
	color: #2C4A32;
	font-family: 'Inter';
	font-weight: 800;
	border-right: 50px;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	padding: 0;
	text-align: center;
	display: flex;
    justify-content: center;
	align-items: center;
	text-align: center;
	top: 24px;
	right: 24px;
	hyphens: auto;
	word-break: break-word;
	padding: 4px;
	transform: rotate(-7deg);
	z-index: 5;
}

.wq-pt-new p {
	transform: rotate(10deg);
}

.wq-i-h1 h1 {
	font-size: 38px;
	color: #2C4A32;
	line-height: 1.1em;
	padding-bottom: 24px;
	font-weight: 600;
}



.wq-i-txt {
	font-size: 24px;
	line-height: 1.25em;
	max-width: 960px;
	color: #2C4A32;
}

.wq-rel-t,
.wq-rel-wrap,
.wq-oelmaa-no-img {
	display: none;
}

.wq-rel-wrap h2 {
	font-size: 14px !important;
}


.wq-prod-details {
	background-color: #FFFFFF;
	border-radius: 24px 24px 0 0;
}

.wq-footer {
	padding: 0;
	margin: 0;
}

.wp-logo-a {
	display: none;
}

@media (min-width: 960px) {
	.wp-logo-a  {
		display: block;
	}
	.wq-prod-details {
		background-color: #FFFFFF;
		border-radius: 24px;
		padding: 32px;
		margin: 0;
	}
	
	.wq-footer {
		margin-top: 50px;
	}
	
	.wq-oelmaa-no-img {
		background-color: #2C4A32;
		height: 200px;
		margin-bottom: 32px;
		display: block;
	}


	.wq-i-h1 h1 {
		font-size: 75px;
		color: #2C4A32;
		line-height: 1.1em;
		padding-bottom: 24px;
		font-weight: 400;
		max-width: 640px;
		margin: 0 auto;
	}
	
	.wq-pt h2 {
		font-size: 24px;
	}
	
	.wq-pt h3 {
		font-size: 24px;
	}
	
	.wq-i-txt {
		font-size: 40px;
		line-height: 1.25em;
		max-width: 960px;
		color: #2C4A32;
	}
	
	.wq-rel-t {
		display: block;
	}
	.wq-rel-wrap {
		display: grid;
	}
	
	.wq-prod-wrap {
		padding: 0 24px;
	}
}

.wq-filter-wrap {
	padding-top: 24px;
	flex-direction: column;
}
@media (min-width: 960px) {
  .wq-logo {
	max-width: 240px;
  }
  .wq-filter-wrap {
	  flex-direction: row;
  }
}

.wq-acc-wrap {
	
}

.wq-acc-header {
	font-family: 'Inter';
	  font-weight: 600;
}

.wq-acc-header span {
	font-weight: 800;
}

.wq-filter {
	font-family: 'Inter';
	  font-weight: 800;
	  font-size: 14px;
	  color: #C9663C;
	  background-color: #FFFFFF; /* Hintergrundfarbe */
	  border: 2px solid #2C4A32;
	  padding: 8px 24px;
	  border-radius: 50px; /* Für die abgerundete Form */
	  box-shadow: 5px 5px 0 #2C4A32, 0px 0px 0 #FFFFFF; /* Schatten für 3D-Effekt */
	  cursor: pointer;
	  transition: transform 0.2s ease, box-shadow 0.2s ease;
	  line-height: 14px;
}

.wq-filter:hover {
	transform: translateY(5px); /* Effekt beim Hover */
	box-shadow: none;
	color: #C9663C;
	  background-color: #FFFFFF;
}

.wq-filter.active {
	background-color: #E2FA42;
	color: #2C4A32;
}


.wq-oelmaa-footer {
	  display: grid;
	  grid-template-columns: 1fr;
	  grid-gap: 16px;
	  margin: 0 35px;
	  max-width: 960px;
	  margin: 0 auto 0 auto;
}

.wq-oelmaa-footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: 'Inter';
	  font-weight: 400;
}

.footer-logo {
  width: 150px;
  margin: 0 auto;
}

.footer-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.footer-grid-mob {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.footer-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  font-family: 'Inter';
  font-weight: 400;
  padding-bottom: 16px;
}

@media (min-width: 960px) {
}

@media (min-width: 1024px) {
	.wq-oelmaa-footer {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	
	.footer-logo {
		width: 240px;
		margin: 0;
	}
	
	.footer-title {
		font-size: 16px;
		line-height: 1.3em;
	}
	
}



.wq-footer {
	background-color: #2C4A32;
	padding: 48px 0;
}

.social_insta {
  border-radius: 60px; 
  width: 56px;
  height: 56px;
  box-shadow: 5px 5px 0 #FFFFFF, 0px 0px 0 #FFFFFF; /* Schatten für 3D-Effekt */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;   
  background-color: #C9663C;
  border: 2px solid #FFFFFF;
  background: url('/stores/OELMAA/assets/media/ico_instagram.svg') center center no-repeat;
  background-size: 24px;
  background-color: #C9663C;
}

.social_linkedin {
  border-radius: 60px; 
  width: 56px;
  height: 56px;
  box-shadow: 5px 5px 0 #FFFFFF, 0px 0px 0 #FFFFFF; /* Schatten für 3D-Effekt */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;   
  background-color: #C9663C;
  border: 2px solid #FFFFFF;
  background: url('/stores/OELMAA/assets/media/ico_linkedin.svg') center center no-repeat;
  background-size: 24px;
  background-color:#C9663C;
}

.social_insta:hover,
.social_linkedin:hover {
  transform: translateY(5px); /* Effekt beim Hover */
  box-shadow: none;
}


.footer-social-wrap {
  display: grid;
  grid-template-columns: 60px 60px;
  grid-gap: 16px;
  width: 176px;
  margin: 24px auto 0 auto;
  justify-content: center;
}

@media (min-width: 1024px) {
	.footer-social-wrap {
		margin: 24px auto;
	  }
	}
}



.wq-mini-basket ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.wq-mb-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wq-mini-basket li {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: 16px;
	width: 100%;
	border-bottom: 1px solid #E6E4DC;
	padding: 16px 0 16px 0;
}

.wq-mb-sum {
	border-bottom: 1px solid #E6E4DC;
	padding: 16px 0 16px 0;
	font-size: 13px;
	line-height: 1.2em;
	font-family: 'Inter';
	font-weight: 800;
	color: #2C4A32;
}

.wq-mb-thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.wq-mb-item {
	font-size: 13px;
	line-height: 1.2em;
	font-family: 'Inter';
	font-weight: 400;
	color: #2C4A32;
}

.wq-mb-item strong {
	font-weight: 800;
}

.wq-mb-lineaction {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 16px;
	width: 100%;
	padding-top: 16px;
	color: #2C4A32;
}

.wq-anz-wrap-mini {
	display: inline-grid;
	  grid-gap: 0;
	  grid-template-columns: 20px 40px 20px;
	  color: #2C4A32;
	  font-family: "Inter";
	  font-weight: 400;
	  border: 2px solid #2c4a32;
	  border-radius: 50px;
	  padding: 8px;
	  font-size: 12px;
}

.wq-negativ-mini {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
}

.wq-plus-mini {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
}

.wq-negativ-mini:hover,
.wq-plus-mini:hover {
	cursor: pointer;
}

.wq-nr-mini {
	font-family: "Inter";
	font-weight: 800;
	text-align: center;
	color: #C9663C;
}
.wb-item-remove {
	margin-top: 9px;
	color: #666666;
}
.wb-item-remove:hover {
	cursor: pointer;
}

.wq-sendinfo-mob {
	display: block;
	font-size: 0.7em;
	color: #2C4A32;
	padding: 16px 0 36px 0;
	font-family: "Inter";
	line-height: 1.6em;
}

.wq-rel-t {
	font-size: 24px;
}

@media (max-width: 960px) {
	.wq-toast {
		height: 36px;
	}
	.wq-toast-txt {
		font-size: 0.7rem;
		font-weight: 800;
	}
	
	.wq-i-h1 h1 {
		font-weight: 400;
	}
	
	.wq-anz-wrap-short {
		grid-template-columns: 30px 30px 30px;
	}
	
	.wq-btn {
		width: 180px;
	}
	
	.wq-btn-action {
		margin-bottom: 16px;
	}
	
	.wq-prod-details h1 {
		font-size: 1.4rem;
	}
	
	.wq-sendinfo {
		display: none;
	}
	
	
	
	.wq-pt {
		margin-bottom: 0;
	}
	
	.wq-pt-new {
		font-size: 0.8rem;
		border-radius: 20px;
		padding: 0;
		top: 0;
		right: 0;
		height: 50px;
		z-index: 5;
	}
	
	.wq-pt-txt {
		z-index: 0;
	}
	
	.wq-pt-txt {
		
	}
	
	.wq-pt h2 {
		margin:8px 8px 0 8px
	}
	
	.wq-minicart {
		max-width: 22rem;
	}
	
	.wq-filter-wrap {
		padding-top: 0;
	}
	
	.wq-i-noimg {
		min-height: 110px;
	}
	
	footer {
		margin-top: 24px;
	}
	
}

.sticky-header {
	position: fixed;
	top: -120px; 
	left: 0;
	right: 0;
	background-color: #2C4A32;
	transition: top 0.3s ease;
	width: 100%;
	z-index: 9;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky-header.show {
	top: 0; /* Header wird sichtbar, wenn wir nach unten scrollen */
}

.sticky-header-wrap {
	max-width: 1584px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 80px 1fr 80px;
}
.sticky-basket {
	text-align: left;
	margin-top: 8px;
}
.sticky-basket .wq-basket {
	margin: 0 0 0 auto;
}
.sticky-logo {
	text-align: center;
}

.sticky-logo img {
	width: 60px;
	margin: 16px 0 8px 16px;
}

.wp-prod-toggle {
	border: 0;
	font-family: "Inter";
	color: #2C4A32;
	font-size: 0.9rem;
	line-height: 1.5em;
}

.wp-prod-toggle-open {
	color: #C9663C;
	margin-bottom: 8px;
}


.wq-notify-wrap {
  margin: 24px 0;
}

.wq-notify-grid {
  margin-top: 24px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr;
}

.wq-input {
  width: 100%;
  border: 1px solid #2C4A32;
  padding: 16px 12px 16px 16px;
  margin: 0;
  color: #161616;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 50px;
}

.wq-btn-soft {
  background-color: #FFFFFF;
  color: #2C4A32;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 18px 24px;
  max-width: 100%;
  border: 1px solid #8d8d8d;
  width: 100%;
}

.wq-btn-soft:hover {
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
  color: #C9663C;
  cursor: pointer;
}

.wq-notify-error {
  padding: 0px 0 0 16px !important;
  margin-top: 8px !important;
  color: red;
}

.wq-notify-success {
  padding: 0 0 16px 0;
  color: green;
  font-family: "Inter";
font-weight: 100;
font-size: 0.9rem;
line-height: 1.5em;
}

