.elementor-47 .elementor-element.elementor-element-ea73269{--display:flex;}@media(min-width:768px){.elementor-47 .elementor-element.elementor-element-ea73269{--content-width:960px;}}/* Start custom CSS */.affiliate-hinweis {
  background: #f0f7f7;
  border-left: 4px solid #2a7f7f;
  padding: 12px 16px;
  font-size: 0.85em;
  margin-bottom: 2em;
  border-radius: 0 4px 4px 0;
  color: #444;
  line-height: 1.6;
}

.affiliate-hinweis strong {
  color: #2a7f7f;
}

/* ----------------------------------------------------------
   2. INHALTSVERZEICHNIS / NAV
   ---------------------------------------------------------- */
.inhaltsverzeichnis {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px 24px;
  margin: 2em 0;
  border-radius: 6px;
}

.inhaltsverzeichnis strong {
  font-size: 1em;
  color: #2a7f7f;
  display: block;
  margin-bottom: 0.5em;
}

.inhaltsverzeichnis ol {
  margin: 0.75em 0 0 1.2em;
  padding: 0;
}

.inhaltsverzeichnis ol li {
  margin-bottom: 0.4em;
  font-size: 0.95em;
}

.inhaltsverzeichnis ol li a {
  color: #2a7f7f;
  text-decoration: none;
  transition: color 0.2s ease;
}

.inhaltsverzeichnis ol li a:hover {
  color: #1a5f5f;
  text-decoration: underline;
}

/* ----------------------------------------------------------
   3. VERGLEICHSTABELLEN (Härtegrad, Lebensdauer)
   ---------------------------------------------------------- */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0 1.75em;
  font-size: 0.95em;
}

.entry-content table thead tr {
  background: #2a7f7f;
  color: #fff;
}

.entry-content table thead th {
  padding: 11px 14px;
  text-align: left;
  font-weight: 600;
}

.entry-content table tbody tr:nth-child(odd) {
  background: #f0f7f7;
}

.entry-content table tbody tr:nth-child(even) {
  background: #fff;
}

.entry-content table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

/* ----------------------------------------------------------
   4. CTA-BOX (grüner Kasten am Ende)
   ---------------------------------------------------------- */
.cta-box {
  background: #2a7f7f;
  color: #fff;
  padding: 24px 28px;
  border-radius: 8px;
  margin: 2.5em 0;
}

.cta-box p {
  color: #fff;
  margin-bottom: 0.75em;
}

.cta-box p:first-child {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0;
}

.cta-box a.cta-btn-primary {
  display: inline-block;
  background: #f5f0e0;
  color: #2a7f7f;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 12px;
  margin-top: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-box a.cta-btn-primary:hover {
  background: #fff;
  color: #1a5f5f;
}

.cta-box a.cta-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #f5f0e0;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #f5f0e0;
  margin-top: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-box a.cta-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* ----------------------------------------------------------
   5. AFFILIATE FOOTER-HINWEIS
   ---------------------------------------------------------- */
.affiliate-footer-hinweis {
  font-size: 0.8em;
  color: #888;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}

/* ----------------------------------------------------------
   6. LESEZEIT-ANZEIGE
   ---------------------------------------------------------- */
.lesezeit {
  font-size: 0.85em;
  color: #888;
  margin-bottom: 1.5em;
  display: block;
}

/* ----------------------------------------------------------
   7. RESPONSIVE ANPASSUNGEN (mobile)
   ---------------------------------------------------------- */
@media (max-width: 640px) {
  .cta-box a.cta-btn-primary,
  .cta-box a.cta-btn-secondary {
    display: block;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
  }

  .entry-content table {
    font-size: 0.85em;
  }

  .inhaltsverzeichnis {
    padding: 14px 16px;
  }
}/* End custom CSS */