/* Header-Logo Maximalgröße */
.navbar-brand img {
    max-height: 7vw; /* vw = Viewport Width, entspricht einer relativen Angabe unabhängig von der Auflösung */
    min-height: 80px;
    width: auto;
    height: auto;
}