.ow_logo_wrap a, .header-logo{background-image:url(https://treff69.de/ow_userfiles/themes/theme_image_19.png)}
/* === Treff69 Logo Fix === */
.ow_logo_wrap a,
.header-logo {
    display: block;
    width: 250px;   /* Desktop-Breite */
    height: 100px;  /* Desktop-Höhe */
    /*background: url(/ow_themes/twenty_years_dark/images/logo.png) no-repeat center center;*/
    background-size: contain;
    text-indent: -9999px; /* Text ausblenden */
}

/* Tablet */
@media (max-width: 768px) {
    .ow_logo_wrap a,
    .header-logo {
        width: 180px;
        height: 70px;
    }
}

/* Handy */
@media (max-width: 480px) {
    .ow_logo_wrap a,
    .header-logo {
        width: 140px;
        height: 55px;
    }
}
/* === Ende Treff69 Logo Fix === */