.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS *//* MK-Lietz Use Case Beiträge – Mobile & Tablet Optimierung */

.mk-usecase {
  max-width: 100%;
  overflow-x: hidden;
}

/* Saubere Textumbrüche */
.mk-usecase h1,
.mk-usecase h2,
.mk-usecase h3,
.mk-usecase p,
.mk-usecase li,
.mk-usecase a {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

/* Desktop-Grundlage */
.mk-usecase h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
}

.mk-usecase h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.22;
}

.mk-usecase h3 {
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.28;
}

.mk-usecase p,
.mk-usecase li {
  font-size: 17px;
  line-height: 1.7;
}

/* Bilder sauber responsiv */
.mk-usecase img {
  max-width: 100%;
  height: auto;
}

/* Tabellen auf Mobil sauber scrollbar machen */
.mk-usecase table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mk-usecase table th,
.mk-usecase table td {
  min-width: 160px;
  vertical-align: top;
}

/* Tablet */
@media (max-width: 1024px) {
  .mk-usecase section,
  .mk-usecase nav {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mk-usecase h1 {
    font-size: 36px !important;
    line-height: 1.18 !important;
  }

  .mk-usecase h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .mk-usecase h3 {
    font-size: 23px !important;
    line-height: 1.3 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mk-usecase {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mk-usecase section,
  .mk-usecase nav {
    padding: 20px 16px !important;
    margin-bottom: 28px !important;
  }

  .mk-usecase h1 {
    font-size: 30px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .mk-usecase h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .mk-usecase h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  .mk-usecase p,
  .mk-usecase li {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .mk-usecase ul,
  .mk-usecase ol {
    padding-left: 20px !important;
  }

  .mk-usecase figure {
    margin: 28px 0 !important;
  }

  .mk-usecase figcaption {
    font-size: 13px !important;
    line-height: 1.45 !important;
    padding: 0 10px;
  }

  .mk-usecase a[style*="background"] {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* Sehr kleine Smartphones */
@media (max-width: 420px) {
  .mk-usecase h1 {
    font-size: 27px !important;
  }

  .mk-usecase h2 {
    font-size: 22px !important;
  }

  .mk-usecase h3 {
    font-size: 19px !important;
  }

  .mk-usecase section,
  .mk-usecase nav {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}/* End custom CSS */