/* These are the KEY styles - you can add them directly to any object you want in your project */
.shape-a {
  border-radius: 68% 32% 41% 59% / 43% 38% 62% 57%;


  /* These are ADDITIONAL styles - add them if you want an object exactly like in the demo above */
  width: 25vw;
  height: 25vw;
  left: -23px;
  top: 76px;
  background: #f8d008;
  background: -webkit-linear-gradient(to right,
      #fbf1b6,
      #f8d008);
  background: linear-gradient(to right,
      #fbf1b6,
      #f8d008);
      
}

.shape-b {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

    /* These are ADDITIONAL styles - add them if you want an object exactly like in the demo above */
 top: 70px;
 right: -20px;
    width: 20vw;
  height: 20vw;
  background: #f8d008;
  background: -webkit-linear-gradient(to right,
      #fbf1b6,
      #f8d008);
  background: linear-gradient(to right,
      #fbf1b6,
      #f8d008);
     
}

.shape-c {
  border-radius: 30% 70% 33% 67% / 51% 40% 60% 49%;
      /* These are ADDITIONAL styles - add them if you want an object exactly like in the demo above */
 position: absolute;
 top: 3%;
  left: 50%;
  transform: translate(-50%);
    width: 20vw;
  height: 20vw;
  background: #f8d008;
  background: -webkit-linear-gradient(to right,
      #fbf1b6,
      #f8d008);
  background: linear-gradient(to right,
      #fbf1b6,
      #f8d008);
}

.shape-orange {
    background: #EA5A00;
  background: -webkit-linear-gradient(to right,
      #fca36b,
      #EA5A00);
  background: linear-gradient(to right,
      #fca36b,
      #EA5A00);
}


@media (max-width: 768px) {
  .shape-a {
    width: 180px;
    height: 180px;
    left: -50px;
    top: 255px;
  }
  .shape-b {
    width: 180px;
    height: 180px;
    right: -25px;
    top: 325px;
  }
  .shape-c {
    width: 180px;
    height: 180px;
    right: 95px;
    top: 60px;
  }
}

@media (min-width: 1024px) {
  .shape-a {
    width: 270px;
    height: 265px;
    left: 10px;
    top: 120px;
  }

  .shape-b {
    width: 270px;
    height: 260px;
    right: 10px;
    top: 125px;
  }

  .shape-c {
    width: 250px;
    height: 250px;
    right: 100px;
    top: 15px;
  }
}

.text-gradient-2 {
  background: -webkit-linear-gradient(315deg, #6b5902 0%, #f8d008 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background: -webkit-linear-gradient(315deg, #fca36b 0%, #EA5A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Für Farbänderung der Carousel Indikatoren */
.carousel-control-prev-orange,
.carousel-control-next-orange {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev-orange,
  .carousel-control-next-orange {
    transition: none;
  }
}

.carousel-control-prev-orange:hover, .carousel-control-prev-orange:focus,
.carousel-control-next-orange:hover,
.carousel-control-next-orange:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-orange {
  left: 0;
}

.carousel-control-next-orange {
  right: 0;
}

.carousel-control-prev-icon-orange,
.carousel-control-next-icon-orange {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon-orange {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EA5A00'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-orange {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EA5A00'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Section-Layout */
.metrics-section h2 {
  font-weight: 700;
}

.metrics-section p {
  max-width: 520px;
  margin-bottom: 0;
}

/* Row mit den drei Kreisen */
.metrics-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
}

/* Einzelnes Metric-Item */
.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  min-width: 130px;
}

/* Kreis – nutzt deine Hauptfarbe #f8d008 */
.metric-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(
    #f8d008 0 79.4%,
    #e5e7eb 79.4% 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.metric-circle.full {
  background: conic-gradient(
    #f8d008
  );
  }

/* Weißes „Loch“ innen */
.metric-circle::after {
  content: "";
  position: absolute;
  inset: 12px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 0;
}

/* Zahl / Text im Kreis */
.metric-number {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
}

.metric-number span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7280;
  margin-left: 0.15rem;
}

/* für das Häkchen im dritten Kreis */
.metric-number.small {
  font-size: 1.8rem;
}

/* Label unter dem Kreis */
.metric-label {
  font-size: 0.9rem;
  color: #4b5563;
  text-align: center;
}

/* Mobile: Kreise untereinander */
@media (max-width: 576px) {
  .metrics-row {
    justify-content: center;
  }

  .metrics-section p {
    margin-bottom: 1.5rem;
  }
}

/* Für grid system */
.uniform-img {
  width: 100%;
  height: 320px;
  object-fit: contain;  /* zeigt das ganze Bild */
}

.tag {
  display: inline-block;
  background: #fce4d3;          /* heller Gelbton passend zu #f8d008 */
  color: #EA5A00;               /* dunkler Gelbton */
  border: 1px solid #EA5A00;    /* leichtes Border */
  padding: 0.2rem 0.55rem;
  margin: 0 0.15rem;
  border-radius: 999px;         /* Pill-Shape */
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;          /* verhindert Zeilenumbruch in einem Tag */
}

