/* 
Theme Name:		 Bohnen-Manufaktur Theme
Theme URI:		 https:/bohnen-manukfatur.de/
Description:	 Bohnen-Manufaktur Theme
Author:			 Bohnen-Manufaktur
Author URI:		 https:/bohnen-manukfatur.de/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 bohnen-manukfatur
*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: .25rem;
	margin-left: 10px;
}
.badge-premium {
	color: #fff;
    background-color: #ff9100;

}
.badge-high-quality {
	color: #fff;
    background-color: #2ac021;

}
.badge-gold {
	color: #fff;
    background-color: #ffd300;

}
.badge-exklusiv {
	color: #fff;
    background-color: #f8164b;
}

.badge-special-taste {
	color: #fff;
    background-color: #8126ff;
}
.auswahlformular {
	 max-width: 350px;
	 position: relative;
	 margin: 0 auto 0;
	 font-size: 15px;
}
.auswahlformular .radiobtn {
	 position: relative;
	 display: block;
}
.auswahlformular .radiobtn label {
	 display: block;
	 background: #fee8c3;
	 color: #444;
	 border-radius: 5px;
	 padding: 10px 20px;
	 border: 2px solid #fdd591;
	 margin-bottom: 5px;
	 cursor: pointer;
}
.auswahlformular .radiobtn label:after, .radiobtn label:before {
	 content: "";
	 position: absolute;
	 right: 11px;
	 top: 11px;
	 width: 20px;
	 height: 20px;
	 border-radius: 3px;
	 background: #fdcb77;
}
.auswahlformular .radiobtn label:before {
	 background: transparent;
	 transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	 z-index: 2;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 background-size: 13px;
	 background-position: center;
	 width: 0;
	 height: 0;
	 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.auswahlformular .radiobtn input[type="radio"] {
	 display: none;
	 position: absolute;
	 width: 100%;
	 appearance: none;
}
.auswahlformular .radiobtn input[type="radio"]:checked + label {
	 background: #fdcb77;
	 animation-name: blink;
	 animation-duration: 1s;
	 border-color: #fcae2c;
}
.auswahlformular .radiobtn input[type="radio"]:checked + label:after {
	 background: #fcae2c;
}
.auswahlformular .radiobtn input[type="radio"]:checked + label:before {
	 width: 20px;
	 height: 20px;
}
 @keyframes blink {
	 0% {
		 background-color: #fdcb77;
	}
	 10% {
		 background-color: #fdcb77;
	}
	 11% {
		 background-color: #fdd591;
	}
	 29% {
		 background-color: #fdd591;
	}
	 30% {
		 background-color: #fdcb77;
	}
	 50% {
		 background-color: #fdd591;
	}
	 45% {
		 background-color: #fdcb77;
	}
	 50% {
		 background-color: #fdd591;
	}
	 100% {
		 background-color: #fdcb77;
	}
}


.reload-wrap {
  position: sticky;
  z-index:1;
  top:130px;
}
#reload {
	width: 100%;
    margin-bottom: 20px;
}
.heading-sortierung, .heading-auswahl {
	font-size: 20px;
	font-weight:600;
    margin: 10px 0 0 0;
    background: #b47b04;
    color: white;
    padding: 10px;
	position:relative;
}
.heading-sortierung i, .heading-auswahl i {
	position:absolute;
	right: 10px;
    top: 30%;
}
.heading-auswahl {
	margin-bottom:10px;
}
.fuellstand-container {
	position: sticky;
    top: 10px;
	z-index:1;
  	width: auto;
  	text-align: center;
  	background: #55555e;
  	margin-bottom:5px;
  	padding: 20px 0;
}

.fuellstand-container .progress {
  margin: 0 auto;
  width: 650px;
}
@media screen and (max-width: 480px) {
  .fuellstand-container .progress {
  	width: auto;
	}
	.produktliste h2 {
    	font-size: 1.5rem;
	}
}
.progress {
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  height: 16px;
  border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

#ten:checked ~ .progress > .progress-bar {
  width: 10%;
  background-color: #FF0000;
}

#twenty:checked ~ .progress > .progress-bar {
  width: 20%;
  background-color: #FF4600;
}

#thirty:checked ~ .progress > .progress-bar {
  width: 30%;
  background-color: #FF7B00;
}
	
#forty:checked ~ .progress > .progress-bar {
  width: 40%;
  background-color: #FF9E00;
}

#fifty:checked ~ .progress > .progress-bar {
  width: 50%;
  background-color: #FFC100;
}

#sixty:checked ~ .progress > .progress-bar {
  width: 60%;
  background-color: #FFE400;
}

#seventy:checked ~ .progress > .progress-bar {
  width: 70%;
  background-color: #F7FF00;
}

#eighty:checked ~ .progress > .progress-bar {
  width: 80%;
  background-color: #D4FF00;
}
	
#ninety:checked ~ .progress > .progress-bar {
  width: 90%;
  background-color: #B0FF00;
}

#hundred:checked ~ .progress > .progress-bar {
  width: 100%;
  background-color: #6AFF00;
}

.radio {
  display: none;
}

.fuellstand-container .label {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 3px 8px;
  color: #aaa;
  text-shadow: 0 1px black;
  border-radius: 3px;
  cursor: pointer;
}

.fuellstand-container .radio:checked + .label {
  color: white;
  background: rgba(0, 0, 0, 0.25);
}

.produktliste {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: -20px;
}
.produktliste > .gb-grid-column {
	width: 100%;
	box-sizing: border-box;
    padding-left: 20px;
}
.produktliste .gb-produkt {
	display: flex;
    align-items: flex-start;
	flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    background-color: #fafafa;
}
.produktliste .gb-produkt .title {
	display:flex;
	gap:10px;
}
.produktliste .gb-produkt .title img {
	height:50px;
	width:50px;
}
.produktliste h2 {
	font-size:40px;
	margin-bottom:0;
}
.produktliste p {
	font-size:25px;
	margin-bottom:0;
}
.produktliste ul {
	list-style: none;
	margin-bottom:0;
	font-size:18px;
}
.produktliste small {
	font-size:15px;
	font-weight:600;
}
.input-section {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.input-section button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 2px solid #777335;
  border-radius: 1000px;
  background-color:  #b47b04;
}
.input-section button:hover {
  background-color:#f2d31b;
  cursor: pointer;
}
.input-section button:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem #b47b04;
}
.input-section button[disabled] {
  opacity: 50%;
  pointer-events: none;
}
.input-section button:active {
  background-color: #eba004;
}
.input-section .quantity {
  font-size: 1.25rem;
  min-width: 4rem;
  text-align: center;
}
.input-section .icon {
  user-select: none;
}
.input-section .dim {
  color: #a4a4a4;
}
.infotext .textinfo {
    display:none;
    position: absolute;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    width: 250px;
    height: 200px;
    padding: 20px;
    right: 15%;
    z-index: 1;
	background:#ffffff;
}
.infotext .textinfo ul {
	margin:0;
	font-size:15px;
}
.btn-pulse {
  background-color: #359008!important;
  animation: pulse 1.5s infinite;
  font-weight:600!important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}