
@media print {
    button {
      display: none !important;
    }
    input,
    textarea {
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
    }
  }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #28a745;
  height: 35px;
  font-size: 14px;
}

.nav-link {
    color:#000000;
}

.nav-link:hover, .nav-link:focus {
    color:#28a745;
} 

.card-header, .card-title {
    color:#28a745;
}

.addScroll{
    overflow-y:auto;
    margin-bottom: 25px;
    max-height: 90vh;
}

.menueliste {
    margin-top: 25px;
}

.logo{
    margin-top: 15px;
}

.Etikett{
    width: auto;
    height: 250px;
    margin-top: 25px;
    
}

.container{
    height: 90vh !important;
    padding-bottom: 10px;
}

.artikel{
    max-height: 250px;
    width: auto;
}

.PCard{
    padding: 25px;
}

.mt15 {
    margin-top: 15px;
}

.haderline {
    padding: 2px;
    height: 2px;
    color: black;
}

.card-1{
    margin-right: 25px !important;
}

.lageretikett{
    max-width: 50% !important;
    height: auto;
}

.card img {
      width: 80% !important; /* Bild nimmt 80% der Card-Breite ein */
      height: auto; /* Höhe automatisch */
    }

.mlm-15{
    margin-left: -15px !important;
}