WC Anzahl button



.quantity { display:block; visibility: visible;}

.add-to-cart {
background-color: #4eaf46;
}

#place_order {
float: right;
background-color: #da6e00;
color: #fff;
}

.posted-on { display:none; visibility: hidden;}

.tabs { display:none; visibility: hidden;}

.site li a {
font-family: "Brandon Grotesque";
font-weight: bold;
font-size: 12px;
}

div.entry-content {
font-size: 14px !important;
}

.entry-content {
font-family: "Brandon Grotesque" !important;
line-height: 1.4;
}

.custom-logo-link img {
max-height: 150px;
max-width: 10000px;
}

.custom-logo-link {
display: block;
text-align: center;
}

@media (min-width: 1200px) {
.entry-header {
font-size: 0.125rem !important;
font-weight: bold;
font-family: "Brandon Grotesque" !important;
}
}

.coupon {
display: block;
}

.woocommerce-info {
display: block;
}

.drp-course-title {
display: none;
}

img.wp-image-2229 {
transition-timing-function: ease-in;
transition: all 0.8s;
}

img.wp-image-2229:hover {
transition-timing-function: ease-in-out;
transition: all 0.4s;
filter: contrast(120%);
transform: scale(1.05, 1.05);
}

img.wp-image-1485 {
transition-timing-function: ease-in;
transition: all 0.8s;
}

img.wp-image-1485:hover {
transition-timing-function: ease-in-out;
transition: all 0.4s;
filter: contrast(120%);
transform: scale(1.05, 1.05);
}

img.wp-image-1484 {
transition-timing-function: ease-in;
transition: all 0.8s;
}

img.wp-image-1484:hover {
transition-timing-function: ease-in-out;
transition: all 0.4s;
filter: contrast(120%);
transform: scale(1.05, 1.05);
}

img.wp-image-1483 {
transition-timing-function: ease-in;
transition: all 0.8s;
}

img.wp-image-1483:hover {
transition-timing-function: ease-in-out;
transition: all 0.4s;
filter: contrast(120%);
transform: scale(1.05, 1
	
#wie-bewertest-du-uns button.feedback-star {
  background-color: transparent !important; /* Entfernt die Hintergrundfarbe */
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  color: black !important;
  font-size: 2rem !important;
  cursor: pointer;
}

#wie-bewertest-du-uns button.feedback-star:hover {
  color: #ffa500 !important;
  background-color: transparent !important;
}

#wie-bewertest-du-uns button.feedback-star:focus {
  outline: none !important;
}

#wie-bewertest-du-uns button.feedback-star:active {
  background-color: transparent !important;
}


#rating-container {
  display: inline-flex; /* Sterne in einer Reihe */
  gap: 5px; /* Abstand zwischen den Sternen */
}

.star {
  font-size: 2rem; /* Größe der Sterne */
  color: transparent; /* Transparente Sterne als Standard */
  cursor: pointer; /* Hand-Symbol beim Hover */
  -webkit-text-stroke: 1px black; /* Schwarze Umrandung für Sterne */
  transition: color 0.3s ease; /* Weicher Übergang der Farbe */
}

.star:hover,
.star:hover ~ .star {
  color: #ffa500; /* Gelbe Sterne beim Hover */
}

#rating-container:hover .star {
  color: transparent; /* Alle Sterne bleiben transparent, außer die Hover-Sterne */
}
#chat-container {
    display: block !important;
}
