<div class="header">
  {#if logo}
    <img src="{logo}" style="width: -webkit-fill-available" alt="zeugnis_logo"/>
  {:else}
    <h1><center>Zeugnis</center></h1>
  {/if}
  <hr class="hr-rot"/>
</div>

<style>
  .hr-rot {
    border-color: #ff2700;
    margin: 8px 0;
  }
</style>