.elementor-1243 .elementor-element.elementor-element-4191f32d > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1243 .elementor-element.elementor-element-4191f32d:not(.elementor-motion-effects-element-type-background), .elementor-1243 .elementor-element.elementor-element-4191f32d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1243 .elementor-element.elementor-element-4191f32d > .elementor-container{max-width:1600px;}.elementor-1243 .elementor-element.elementor-element-4191f32d{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 20px 100px 20px;}.elementor-1243 .elementor-element.elementor-element-4191f32d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1243 .elementor-element.elementor-element-7e249e70:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1243 .elementor-element.elementor-element-7e249e70 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1243 .elementor-element.elementor-element-7e249e70 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 10px 0px 10px;}.elementor-1243 .elementor-element.elementor-element-7e249e70 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px) and (min-width:768px){.elementor-1243 .elementor-element.elementor-element-7e249e70{width:100%;}}@media(max-width:1024px){.elementor-1243 .elementor-element.elementor-element-4191f32d{padding:050px 25px 0px 25px;}.elementor-1243 .elementor-element.elementor-element-7e249e70 > .elementor-element-populated{padding:0px 0px 0px 10px;}}@media(max-width:767px){.elementor-1243 .elementor-element.elementor-element-4191f32d{padding:0px 5px 0px 5px;}.elementor-1243 .elementor-element.elementor-element-7e249e70 > .elementor-element-populated{padding:15px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-344683e *//* -----------------------------------------
   Grundlayout
----------------------------------------- */
.iris-quality-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff; /* Text weiß */
  text-align: center;
}

/* Überschriften */
.iris-quality-section h2,
.iris-quality-section h3,
.iris-quality-section h4 {
  color: #ffffff;
}

.iris-quality-section h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.iris-quality-section h3 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
}

/* -----------------------------------------
   GRID-BEREICH (Die goldenen Boxen)
----------------------------------------- */
.iq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin: 25px 0 40px;
}

.iq-item {
  padding: 20px;
  border: 1px solid #c5c532; /* Gold */
  border-radius: 12px;
  background: #000000; /* Schwarz */
  color: #ffffff;
}

.iq-item h4 {
  margin-bottom: 10px;
  color: #c5c532; /* Gold */
  font-weight: 600;
}

/* -----------------------------------------
   TABELLE (wichtig! komplett neu & sicher lesbar)
----------------------------------------- */
.iq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 16px;
}

/* Tabellen-Überschriften */
.iq-table th {
  background: #c5c532 !important; /* Gold */
  color: #000000 !important;       /* Schwarz für maximale Lesbarkeit */
  padding: 14px;
  font-weight: 700;
  text-align: center;
}

/* Tabellenzellen */
.iq-table td {
  background: #111111 !important; /* schwarzes Grau */
  color: #ffffff !important;      /* Weiß erzwingen */
  padding: 14px;
  border-bottom: 1px solid #333333;
  text-align: center;
}

/* Kein Umrahmen */
.iq-table tr:last-child td {
  border-bottom: none;
}

/* -----------------------------------------
   Zusammenfassungstext
----------------------------------------- */
.iq-summary {
  font-weight: 600;
  font-size: 18px;
  margin-top: 25px;
  color: #ffffff;
}

/* -----------------------------------------
   MOBILE OPTIMIERUNG
----------------------------------------- */
@media (max-width: 768px) {

  .iris-quality-section {
    padding: 30px 15px;
    font-size: 16px;
  }

  .iris-quality-section h2 {
    font-size: 28px;
  }

  .iris-quality-section h3 {
    font-size: 22px;
  }

  /* Tabelle zu Karten umwandeln */
  .iq-table,
  .iq-table thead,
  .iq-table tbody,
  .iq-table th,
  .iq-table td,
  .iq-table tr {
    display: block;
    width: 100%;
  }

  .iq-table tr {
    margin-bottom: 15px;
  }

  /* Tabellenüberschrift als eigener Block */
  .iq-table th {
    border-radius: 6px 6px 0 0;
    font-size: 18px;
  }

  .iq-table td {
    border-bottom: 1px solid #444444;
    padding: 10px 12px;
    font-size: 16px;
  }
}
/* Kleinere h4-Überschriften für die Quality-Boxen */
.iris-quality-section h4,
.iq-item h4 {
  font-size: 18px; /* vorher ca. 22–24px, jetzt dezenter */
  margin-bottom: 10px;
  color: #c5c532;
  font-weight: 600;
}/* End custom CSS */