/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 07 2019 | 10:11:37 */
/*  logo off on desktops  */
@media (min-width: 740px) {
    .site-branding img {
        max-width: 0%;
        height: auto;
    }
}  

/*  logo on mobile  */
@media (max-width: 740px) {
    .site-branding img {
        max-width: 100%;
        height: auto;
    }
}  

@media (max-width : 740px) {
  .site-branding img {
    display: right;
  }
}

/*    funktioniert
.site-branding { width: 100%; text-align: center ; }


