/* MapRaiders wordmark (Rene 15.09.2026). Replaces the blue text mark in the platform bar and the old nav logo.
   Injected site-wide via nginx sub_filter until the page generators carry it themselves. */
#mr-plat .mp-marke:not(:has(img)){display:block;width:120px;height:38px;font-size:0!important;letter-spacing:0!important;color:transparent;
  background:url(/assets/marke/schriftzug_96.webp) left center/contain no-repeat}
#mr-plat .mp-marke b{font-size:0!important}
@media (max-width:560px){#mr-plat .mp-marke:not(:has(img)){width:98px;height:31px}}
.nav-logo{display:inline-block;width:120px;height:38px;font-size:0!important;letter-spacing:0!important;
  -webkit-text-fill-color:transparent;background:url(/assets/marke/schriftzug_96.webp) left center/contain no-repeat!important;
  -webkit-background-clip:border-box!important;background-clip:border-box!important;vertical-align:middle}
