

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

    .home-3, #helperimg
    {
      display: none !important;
    }

    #printdiv::after 
      {
        padding-top: 50px;
        margin-top: 50px;
        content: "\A\A\A\A\ASachverständige Hochbaugewerke | Technische Gebäudeschadensbewertung\A"
        "BAYERN ● BERLIN ● BRANDENBURG\A"
        "Sie haben Fragen? Der kurze Draht für Sie:\A"
        "Mobil +49.1523.3672446\A\A\A"
        url('../img/astrid.png');

        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;
  }

  }

  