.elementor-widget-stadtundspiel-section-title,
.elementor-widget-stadtundspiel-section-title > .elementor-widget-container {
  width: 100%;
}

.stadtundspiel-section-title {
  color: inherit;
  margin: 0;
  max-width: var(--stadtundspiel-content);
  width: 100%;
}

.stadtundspiel-section-title-layout {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  margin: 0;
  max-width: var(--stadtundspiel-content);
  width: 100%;
}

.stadtundspiel-section-title-layout__intro {
  border-left: 1px solid currentColor;
  color: inherit;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.68;
  padding-left: 1.5rem;
}

.stadtundspiel-section-title__subtitle {
  align-items: center;
  color: var(--stadtundspiel-section-title-accent, var(--stadtundspiel-green));
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.8rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.stadtundspiel-section-title__subtitle::before {
  background: var(--stadtundspiel-project-red, #b84a45);
  content: "";
  flex: 0 0 2.5rem;
  height: 2px;
}

.stadtundspiel-section-title .stadtundspiel-section-title__title {
  color: inherit !important;
  font-size: clamp(2.5rem, 4.8vw, 5.25rem) !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.025em !important;
  line-height: 0.94;
  margin: 0 !important;
  max-width: 18ch;
  text-align: left;
  text-transform: none;
}

@media (max-width: 680px) {
  .stadtundspiel-section-title-layout {
    grid-template-columns: 1fr;
  }

  .stadtundspiel-section-title-layout__intro {
    border-left: 0;
    border-top: 1px solid currentColor;
    padding: 1.5rem 0 0;
  }
}

@media (max-width: 767px) {
  .stadtundspiel-section-title__subtitle {
    font-size: 0.68rem;
    gap: 0.65rem;
  }

  .stadtundspiel-section-title__subtitle::before {
    flex-basis: 2.25rem;
  }

  .stadtundspiel-section-title .stadtundspiel-section-title__title {
    font-size: clamp(2.25rem, 11vw, 3.6rem) !important;
    line-height: 0.98;
  }
}
