.elementor-53338 .elementor-element.elementor-element-97181c0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-823c6c3 *//* =========================
   PROGRESS WRAPPER
========================= */

.hr-progress-wrapper {
  margin: 0;
  font-family: 'Satoshi', sans-serif;
  text-align: center;
}

/* =========================
   TEXT
========================= */

.hr-progress-text {
  font-size: 16px;
  margin-bottom: 14px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hr-progress-text strong {
  font-size: 20px;
  font-weight: 700;
}

/* =========================
   BAR
========================= */

.hr-progress-bar {
  width: 100%;
  max-width: 520px;
  height: 16px;
  margin: 0 auto;

  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.08));
  border-radius: 999px;
  overflow: hidden;

  display: flex;

  box-shadow:
    inset 0 1px 2px rgba(0,0,0,0.08),
    0 2px 6px rgba(0,0,0,0.04);
}

/* =========================
   FILLS
========================= */

.hr-progress-fill {
  height: 100%;
  transition: width 1s cubic-bezier(.4,0,.2,1);
  position: relative;
}

/* VISITED (Grün – leicht edler Verlauf) */
.hr-progress-fill.visited {
  background: linear-gradient(90deg, #2d6a4f, #40916c);
}

/* MISSING (Rot – etwas tiefer) */
.hr-progress-fill.missing {
  background: linear-gradient(90deg, #B11F1A, #d62828);
}

/* =========================
   SUBTILE GLOSS EFFECT
========================= */

.hr-progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.25) 0%,
    rgba(255,255,255,0) 40%
  );
  pointer-events: none;
}

/* =========================
   HOVER (optional Premium Effekt)
========================= */

.hr-progress-wrapper:hover .hr-progress-fill.visited {
  filter: brightness(1.05);
}

.hr-progress-wrapper:hover .hr-progress-fill.missing {
  filter: brightness(1.05);
}


.hr-database {
  padding: 20px 20px;
  background: #ffffff;
  text-align: center;

  border-radius: 20px;        /* 👉 macht die Box rund */
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* 👉 optional für Tiefe */
}

.hr-container {
  max-width: 800px;
  margin: 0 auto;
}

.hr-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.hr-text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.hr-text.strong {
  font-weight: 600;
  color: #222;
}

.hr-text.highlight {
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.hr-list {
  margin: 30px 0;
}

.hr-list p {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
}

.hr-text.final {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .hr-title {
    font-size: 26px;
  }

  .hr-text {
    font-size: 16px;
  }

  .hr-text.final {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e294b39 *//* =========================
   PROGRESS WRAPPER
========================= */

.hr-progress-wrapper {
  margin: 0;
  font-family: 'Satoshi', sans-serif;
  text-align: center;
}

/* =========================
   TEXT
========================= */

.hr-progress-text {
  font-size: 16px;
  margin-bottom: 14px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hr-progress-text strong {
  font-size: 20px;
  font-weight: 700;
}

/* =========================
   BAR
========================= */

.hr-progress-bar {
  width: 100%;
  max-width: 520px;
  height: 16px;
  margin: 0 auto;

  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.08));
  border-radius: 999px;
  overflow: hidden;

  display: flex;

  box-shadow:
    inset 0 1px 2px rgba(0,0,0,0.08),
    0 2px 6px rgba(0,0,0,0.04);
}

/* =========================
   FILLS
========================= */

.hr-progress-fill {
  height: 100%;
  transition: width 1s cubic-bezier(.4,0,.2,1);
  position: relative;
}

/* VISITED (Grün – leicht edler Verlauf) */
.hr-progress-fill.visited {
  background: linear-gradient(90deg, #2d6a4f, #40916c);
}

/* MISSING (Rot – etwas tiefer) */
.hr-progress-fill.missing {
  background: linear-gradient(90deg, #B11F1A, #d62828);
}

/* =========================
   SUBTILE GLOSS EFFECT
========================= */

.hr-progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.25) 0%,
    rgba(255,255,255,0) 40%
  );
  pointer-events: none;
}

/* =========================
   HOVER (optional Premium Effekt)
========================= */

.hr-progress-wrapper:hover .hr-progress-fill.visited {
  filter: brightness(1.05);
}

.hr-progress-wrapper:hover .hr-progress-fill.missing {
  filter: brightness(1.05);
}


.hr-database {
  padding: 20px 20px;
  background: #ffffff;
  text-align: center;

  border-radius: 20px;        /* 👉 macht die Box rund */
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* 👉 optional für Tiefe */
}

.hr-container {
  max-width: 800px;
  margin: 0 auto;
}

.hr-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.hr-text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.hr-text.strong {
  font-weight: 600;
  color: #222;
}

.hr-text.highlight {
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.hr-list {
  margin: 30px 0;
}

.hr-list p {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
}

.hr-text.final {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .hr-title {
    font-size: 26px;
  }

  .hr-text {
    font-size: 16px;
  }

  .hr-text.final {
    font-size: 18px;
  }
}/* End custom CSS */