
/* - ++resource++humboldt.logo/mobile.css - */
/* https://web-support.hu-berlin.de/portal_css/++resource++humboldt.logo/mobile.css?original=1 */
.humboldt-logo {
width: 100%;
height: auto;
}
.humboldt-logo img {
width: 100%;
height: auto;
}
#portal-logo {
display: none;
}
@media screen and (min-width: 500px) {
#portal-logo {
display: block
}
.smallscreen.humboldt-logo {
display: none;
}
}
