
/* Qualifikationszeichen */
.credentials{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-top:30px}
.credential{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #dfe5ea;border-radius:10px;padding:16px 20px;min-height:92px;flex:1 1 250px}
.credential img{max-height:66px;max-width:145px;width:auto;height:auto;object-fit:contain;flex:0 0 auto}
.credential .seal{max-width:76px}
.credential strong{display:block;color:#173f73;margin-bottom:4px}
.credential small{display:block;line-height:1.4;color:#53606d}
@media(max-width:700px){.credentials{gap:12px}.credential{flex-basis:100%;padding:14px}.credential img{max-height:58px;max-width:120px}}
