/* V217: modern editorial teaser on every article image. One post = one visual + one teaser. */
.hub-card-media,.hub-lead-media,.article-hero{position:relative!important}
.hub-image-teaser,.mt-image-teaser{
  position:absolute;z-index:4;left:16px;bottom:16px;
  display:inline-flex;align-items:center;gap:9px;
  max-width:min(78%,520px);padding:10px 13px 10px 12px;
  border:1px solid rgba(255,255,255,.18);border-radius:10px;
  background:linear-gradient(135deg,rgba(4,14,22,.86),rgba(8,25,36,.74));
  color:#f5f8fb;font-size:13px;font-weight:900;line-height:1.2;
  letter-spacing:.01em;box-shadow:0 10px 28px rgba(0,0,0,.28);
  backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);
  text-shadow:0 1px 2px rgba(0,0,0,.28);pointer-events:none;
}
.hub-image-teaser:before,.mt-image-teaser:before{
  content:"";width:7px;height:7px;border-radius:999px;background:#f12e45;
  box-shadow:0 0 0 4px rgba(241,46,69,.13);flex:0 0 auto;
}
.hub-card:hover .hub-image-teaser{border-color:rgba(255,255,255,.28);transform:translateY(-1px)}
.hub-image-teaser{transition:transform .2s ease,border-color .2s ease}
.hub-lead-media .hub-image-teaser{left:auto;right:16px;bottom:16px;max-width:58%;font-size:14px;padding:11px 14px}
.mt-image-teaser{left:20px;bottom:20px;max-width:min(72%,600px);padding:12px 15px;font-size:15px;border-radius:11px}
@media(max-width:760px){
  .hub-image-teaser,.mt-image-teaser{left:10px;bottom:10px;max-width:calc(100% - 20px);font-size:12px;padding:9px 11px}
  .hub-lead-media .hub-image-teaser{left:10px;right:auto;bottom:10px;max-width:calc(100% - 20px);font-size:12px}
  .mt-image-teaser{left:12px;bottom:12px;max-width:calc(100% - 24px);font-size:13px}
}

/* V768: Teaser bleibt auf der Vorschaukarte im Bild, auf der Artikelseite steht er als Bildunterschrift darunter. */
.article-hero .badge,.article-hero .mt-image-teaser{display:none!important}
.mt-hero-caption{display:flex;align-items:center;gap:9px;max-width:1180px;margin:-28px auto 30px;padding:0 2px;color:#c7d6e0;font-size:14px;font-weight:700;letter-spacing:.01em}
.mt-hero-caption .mt-hero-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:#ff3b5c;box-shadow:0 0 0 4px rgba(255,59,92,.16)}
@media(max-width:650px){.mt-hero-caption{margin:-16px 0 20px;font-size:13px}}

/* V1348: Kein Text-Overlay mehr im Bild. Der Wertname ist Teil des Bildmotivs
   (echtes Firmenlogo, beim Erzeugen fest eingearbeitet). */
.hub-card-media,.hub-lead-media,.article-hero{position:relative;overflow:hidden}
.mt-article-figure{position:relative;overflow:hidden}
.hub-image-name{display:none!important}



/* V1360: interne Verlinkung unter dem Beitrag */
.mt-related{max-width:1180px;margin:34px auto 0;padding:20px 22px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.03)}
.mt-related h2{margin:0 0 12px;font-size:17px;letter-spacing:.01em;color:#eaf2f8}
.mt-related ul{margin:0;padding:0;list-style:none;display:grid;gap:9px}
.mt-related a{color:#9fd0ff;text-decoration:none;font-weight:600;font-size:15px;line-height:1.4}
.mt-related a:hover{text-decoration:underline}
.mt-related-more{max-width:1180px;margin:18px auto 6px;font-size:14px;color:#c7d6e0}
.mt-related-more a{color:#9fd0ff;text-decoration:none;font-weight:700}
.mt-related-more a:hover{text-decoration:underline}

/* V1361: Themenwelten - Themenblock unter dem Beitrag und Themenseiten */
.mt-topics{max-width:1180px;margin:34px auto 0;padding:20px 22px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.03)}
.mt-topics h2{margin:0 0 12px;font-size:17px;color:#eaf2f8}
.mt-topic-main{margin:0 0 10px;font-size:15px;color:#c7d6e0}
.mt-topic-main a,.mt-topics a{color:#9fd0ff;text-decoration:none;font-weight:700}
.mt-topics a:hover{text-decoration:underline}
.mt-topic-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.mt-topic-list li{padding:6px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:14px}
.mt-topic-index,.mt-topic-posts{margin:0;padding:0;list-style:none;display:grid;gap:16px}
.mt-topic-index li,.mt-topic-posts li{padding:16px 18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.03);font-size:15px;line-height:1.55;color:#c7d6e0}
.mt-topic-index a,.mt-topic-posts a{color:#9fd0ff;text-decoration:none;font-weight:700;font-size:17px}
.mt-topic-index a:hover,.mt-topic-posts a:hover{text-decoration:underline}
.mt-topic-index span,.mt-topic-date{display:inline-block;margin-left:10px;font-size:13px;color:#8fa3b4}
.mt-topic-page .article-head h1{font-size:34px}
