Skip to content

Logo

.c-logo

Show Code
html
    <a class="c-logo" href="/">pharma4u</a>

Other Logos

Use the base class .c-logo combined with one of the modifier classes below to render specific brand logos.

Modifier ClassBrand / Accessible TextExample Usage
.-aporevisionApoRevision
.-medicheckMediCheck
.-labxpertLabXpert`
.-apobankDeutsche Apotheker und Ärztebank
.-avoxaAvoxa
.-bpdhBPhD
.-dacnrfDAC/NRF
.-pharmatechnikpharmatechnik
.-ravatiRavati Seminare
.-studentenclubStudentenclub

Black and White Modifier

Use the modifier .-bw to turn logo into grayscale, colors will be shown only on mouseover.

Show Code
html
<a class="c-logo -avoxa -bw" href="/">Avoxa</a>

SVG Logos

Show Code
html
<div class="h-flex h-flex-row h-wrap  gap-m">
    <img src="/resources/images/logos/logo-labxpert.svg" width="140"/>
    <img src="/resources/images/logos/logo-medicheck.svg" width="140"/>
    <img src="/resources/images/logos/logo-apobank.svg" width="140"/>
    <img src="/resources/images/logos/logo-apotec.svg" width="140" />
    <img src="/resources/images/logos/logo-apotec-w.svg" width="140" />
    <img src="/resources/images/logos/logo-avoxa.svg" width="140" />
    <img src="/resources/images/logos/logo-wepa.svg" width="140" />
</div>