#header .logo {
    max-width: 418px !important;   /* 209 * 1.5 */
    max-height: 100px !important;   /* 50 * 1.5  */
    padding: 0;
}
#_fixed_logo .logo {
    max-width: 418px !important;
    max-height: 100px !important;
}
#_fixed_logo svg {
    max-width: 418px !important;
    max-height: 100px !important;
    width: 100%;
}
#header #_mobile_logo svg {
    max-width: 418px !important;
    max-height: 100px !important;
    width: 100%;
}
#header #_desktop_logo svg {
    max-width: 418px !important;
    max-height: 100px !important;
    width: 100%;
}

/* Footer unverändert */
#_footer_logo .logo,
#_footer_logo svg {
    max-width: 252px;
    max-height: 70px;
    height: auto;
}
#_footer_logo svg {
    width: 252px;
}

/* Tablet */
@media (max-width: 991px) {
    #header .logo { width: auto; }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 90px !important;   /* 45 * 1.5 */
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 90px !important;   /* 45 * 1.5 */
        max-width: 100%;
    }
}
