

@media print {
    body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12pt;
    }

    .breadcrumb-header, #helperimg
    {
      display: none !important;
    }

    #printdiv::after 
      {
        padding-top: 50px;
        margin-top: 50px;
        content: "\A\A\A\A\ Leistungen \A\A\A"
        url('../img/astrid.png');
        font-size: 3em;
        white-space: pre-wrap; /* Wichtig, damit \A funktioniert */
    }
    

    #astridimg
    {
        display: none;
    }
  

    .hide-on-print {
      display: none;
    }

    header .home-3
    {
      max-height: 300px;
    }

    .about {
      background-image: none !important;
  }

  }

  