/* tiv-faktencheck-css */

.tiv-fc-badge{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin:0 0 1.6rem;padding:.6rem .9rem;
  background:#f2faf6;border:1px solid #d6ece1;border-left:3px solid #29a579;border-radius:8px;
  font-size:.86em;line-height:1.45;color:#0a4a4a}
.tiv-fc-badge__role{color:#4c6b64}
.tiv-fc-icon{color:#29a579;flex-shrink:0}
.tiv-fc-badge__text{flex:1 1 14rem;min-width:0}
.tiv-fc-badge .tiv-fc-badge__text a{color:#0a4a4a;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.tiv-fc-badge__date{color:#4c6b64;white-space:normal}
.tiv-fc-badge .tiv-fc-badge__how{margin-left:auto;flex-shrink:0;color:#147d77;font-size:.94em;text-decoration:none;white-space:nowrap}
.tiv-fc-badge__how:hover,.tiv-fc-badge__how:focus{text-decoration:underline}

.tiv-fc-box{display:flex;gap:1.25rem;align-items:flex-start;max-width:720px;margin:2.5rem auto 1.5rem;
  padding:1.5rem;background:#f2faf6;border:1px solid #d6ece1;border-radius:12px}
.tiv-fc-box__portrait{position:relative;display:inline-block;flex-shrink:0;line-height:0}
.tiv-fc-box__img{border-radius:50%;width:96px;height:96px;object-fit:cover;display:block}
.tiv-fc-medal{position:absolute;right:-2px;bottom:-2px;line-height:0;border-radius:50%;
  background:#f2faf6;padding:2px;box-shadow:0 0 0 1px #d6ece1}
.tiv-fc-box__body{flex:1;min-width:0}
/* Das Theme faerbt jedes <p> im Content schwarz und jedes <a> beige.
   Deshalb hier die wenigen Stellen hart durchsetzen. */
.tiv-fc-box .tiv-fc-box__kicker{display:inline-flex;align-items:center;gap:.32em;margin:0 0 .5rem;
  padding:.24rem .72rem .24rem .55rem;border-radius:999px;
  background:#0a4a4a;color:#fff !important;font-size:.72em;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.tiv-fc-icon--kicker{color:#fff;flex-shrink:0}
.tiv-fc-box__name{margin:0 0 .15rem;color:#0a4a4a;font-size:1.15em}
.tiv-fc-box .tiv-fc-box__role{margin:0 0 .6rem;color:#147d77 !important;font-size:.9em;font-weight:600}
.tiv-fc-box__bio{margin:0 0 .7rem;font-size:.92em;line-height:1.55}
.tiv-fc-box__links{margin:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.9rem}
.tiv-fc-box .tiv-fc-box__link{color:#147d77 !important;font-size:.88em;font-weight:500;text-decoration:none}
.tiv-fc-box .tiv-fc-box__link:hover,.tiv-fc-box .tiv-fc-box__link:focus{text-decoration:underline}
.tiv-fc-box__date{margin:0;font-size:.82em;color:#4c6b64}
.tiv-fc-box .tiv-fc-box__date a{color:#147d77 !important}

@media (max-width:600px){
  .tiv-fc-badge{font-size:.82em}
  .tiv-fc-badge__how{margin-left:0;flex-basis:100%}
  .tiv-fc-box{flex-direction:column;align-items:center;text-align:center}
  .tiv-fc-box__links{justify-content:center}
}
