@media print {
    button {
      display: none !important;
    }
    input,
    textarea {
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
    }
    span {
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
    }
  }

hr {
  color: black !important;
}
  .p25{
    padding: 25px;
  }
  .pt-1{
    padding-top: 1px;
  }
  .pt-5{
    padding-top: 5px;
  }
  .pt-15{
    padding-top: 15px;
  }

  .pt-25{
    padding-top: 25px;
  }

  .p-l-r-100{
    padding: 0 100px 0 100px;
  }
  .mt-1{
    margin-top: 1px;
  }
  .mt-2{
    margin-top: 2px;
  }
  .mt-3{
    margin-top: 3px;
  }

  .mt-5{
    margin-top: 5px;
  }

  .mt-25{
    margin-top: 25px;
  }

  .mr-0{
    margin-right: 0 !important;
  }

  .ml-150{
    margin-left: 150px;
  }
  .h-30{
    height: 30px;
  }
  .h-35{
    height: 35px;
  }
  .h-37{
    height: 38px;
  }
  .h-40{
    height: 40px;
  }

  .kundenanschrift{
    font-weight: bold;
  }

  .pos{
    width: 5% !important;
    
  }
  .beschreibung{
    width: 40% !important;
  }
  .menge{
    width: 15% !important;
  
  }
  .e-preis{
    width: 15% !important;
  }
  .g-preis{
    width: 20% !important;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
  }
  .berechnen{
    width: 5% !important;
  }
 
  .t-text-c{
    text-align: center;
  }
  .t-text-e{
    text-align: end;
  }

  .summe{
    font-size: 14;
    font-weight: bold;
  }

  .summe1{
    font-size: 16;
    font-weight: bold;
  }

  .footer{
    font-size: 9px;
    margin-bottom: 25px !important;
    margin-top: 50px;

  }