
/*
 * Profil Feinschliff 3.2.3
 * Nur Porträt, Senderlogos und PILGERfilm Wortmarke.
 */

#af-ganzes-bild-v4 .afgb5-panel img {
  image-rendering: auto !important;
  backface-visibility: hidden;
}

/* ORF und RTL klarer und größer */
#af-ganzes-bild-v4 .afgb5-station {
  min-height: 46px !important;
  gap: 11px !important;
  padding: 8px 14px !important;
}

#af-ganzes-bild-v4 .afgb5-station img {
  width: auto !important;
  max-width: 86px !important;
  height: 27px !important;
  max-height: 27px !important;
}

#af-ganzes-bild-v4 .afgb5-station:first-child img {
  max-width: 70px !important;
}

#af-ganzes-bild-v4 .afgb5-station b {
  font-size: 13px !important;
}

/* Arbeitgeber als ruhige Wortmarke statt einfachem Namen */
#af-ganzes-bild-v4 .afgb5-pilgerfilm-mark {
  display: inline-flex;
  align-items: baseline;
  width: fit-content;
  min-height: 44px;
  margin-top: 11px;
  padding: 8px 15px;

  border: 1px solid rgba(13, 20, 29, .13);
  border-radius: 999px;

  color: #0d141d;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 8px 22px rgba(13, 20, 29, .06);

  line-height: 1;
  white-space: nowrap;
}

#af-ganzes-bild-v4 .afgb5-pilgerfilm-mark img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 27px;
  max-height: 27px;
  margin: 0;
  object-fit: contain;
}


@media (max-width: 700px) {
  #af-ganzes-bild-v4 .afgb5-station {
    min-height: 43px !important;
    padding: 7px 11px !important;
  }

  #af-ganzes-bild-v4 .afgb5-station img {
    max-width: 76px !important;
    height: 24px !important;
    max-height: 24px !important;
  }

  #af-ganzes-bild-v4 .afgb5-station:first-child img {
    max-width: 62px !important;
  }

  #af-ganzes-bild-v4 .afgb5-station b {
    font-size: 12px !important;
  }
}
