body { background-color: #f2f2f2; }

.form-group {  }

.unbearbeitet { color: black; background-color: none; }
.wird-vorgezaehlt { color: black; background-color: #fff799; }
.ist-vorgezaehlt { color: black; background-color: #ffcc00; }
.wird-gezaehlt-aufgeschrieben { color: black; background-color: #a3d39c;}
.wird-aufgenommen { color: black; background-color: #3cb878; }
.ist-aufgenommen { color: white; background-color: #7da7d9; }
.kann-aufgenommen-werden { color: black; background-color: #f26d7d; }
.im-elwis { color: white; background-color: #005b7f; }
.desel { color: rgba(0,0,0,0.3); background-color: rgba(255,255,255,0.3); }

td.name { vertical-align: center; }
td.number { font-size: 150%; }

.wishPrice {
  width: 60px;
  margin-left: 10px; }

.del {
  color: red;
  font-size: 10px;
  cursor: pointer;
  text-align: center; }
.del:hover {
    background-color: red;
    color: white; }

.hl { background-color: #fff799; }

button { font-size: 32px; width: 300px; }

#notification {
        position:fixed;
        top:0px;
        width:100%;
        height: 600px;
        z-index:105;
        text-align:center;
        font-weight:normal;
        font-size:72px;
        font-weight:bold;
        color:white;
        background-color:#7cc576;
        padding:50px;
    }

.storniert { color: darkgrey; text-decoration: line-through; }

.wild { color: brown; }

.table td { border-top: 1px solid #cccccc; }

.table td.tapicn { text-align: center; }

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

}

.pagebreak { page-break-before: always; }
.qr-code { max-width: 50px; margin: 10px; float: left; }
.packzettel h1 { text-align: center; font-size: 150px; }
.packzettel h2 { text-align: center; font-size: 70px; }
.packzettel h3 { text-align: center; font-size: 50px; background-color: #ccc; }
.packzettel h4 { text-align: center; font-size: 70px; font-weight: bold; }
.packzettel h5 { text-align: center; font-size: 30px; }
.packzettel .position { text-align: center; font-size: 50px; }
.packzettel hr { height: 3px; background-color: black; }
