

.logo{
    margin-top: 15px;
}

.p25{
    padding: 25px;
}

.pl-10{
    padding-left: 10px;
}

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

@media print {
    .container {
      width: auto;
    }
  }

  .mt25{
      margin-top: 25px;
  }

  .mt50{
      margin-top: 50px;
  }

  a{
      color: black;
  }
  a:hover{
      color: white;
  }



  .Verkaufspreis{
      color: red;
      font-weight: bold;

  }

  .button-1{
      width: 100% !important;
      background-color: #a0de53;
      border: none;
      color: black;
  }
  .button-1:hover{
      width: 100% !important;
      background-color: #569904;
      border: none;
      color: white;
  }

  .inputsumme{
      border-color: red 1px solid;
      color: red;
  }

  .header-card{
    padding: 0 10px 0 20px;
    color: #a0de53;
    text-decoration: underline;
  }
  
  .header-card-1{
      margin-left: -20px !important;
      color: #a0de53;
      padding: 0 10px 0 20px;
      text-decoration: underline;
  }