.product-content {
    width: calc(48% - 10px);
    border-top: 1px dashed #717171;
    border-bottom: 1px dashed #717171;
    border-right: 1px dashed #717171;
    border-left: 1px dashed #717171;
    height: auto;
    position: relative;
    float: left;
    padding: 10px 5px;
}

.product-content-top {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.label-order {
    font-weight: bold;
}

.content-top-left {
    width: 60%;
    float: left;
    position: relative;
}

.content-top-right {
    width: 40%;
    float: left;
    position: relative;
}

.product-content-bottom {
    width: 100%;
    border-bottom: 1px dashed #717171;
    float: left;
    position: relative;
    padding-bottom: 10px;
    font-size: 0.9em;
}

.content-wide {
    width: 100%;
    float: left;
    position: relative;
}

.product-content-bottom:last-child {
    width: 100%;
    border-bottom: 0px dashed #717171;
    float: left;
    position: relative;
    padding-bottom: 0px;
}

.spanTitle {
    font-size: 1.3em;
    font-weight: bold;
}
.admin-product-head {
    margin-bottom: 10px;
    width: calc(100% - 50px);
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: calc(100% - 20px);
    max-width: 800px;
    max-height: 560px;
    height: 100%;
  }

  .modal-head {
    background: #f1f1f1;
    width: calc(100% - 40px);
    height: 30px;
    padding: 20px 20px;
  }

  .modal-head h2 {
    color: #ff6600;
    text-align: center;
    width: calc(100% - 40px);
    font-size: 1.5em;
  }
  
  /* The Close Button */
  .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #ff6600;
    text-decoration: none;
    cursor: pointer;
  }


  .menuTitle {
    width: calc(49% - 40px);
    float: left;
    position: relative;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .menuAnzahl {
    width: calc(47% - 10px);
    float: left;
    position: relative;
    padding: 10px 10px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
  }

  .headerList {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #959595;
  }

  .list {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    padding: 5px 20px;
    border-bottom: 1px solid #959595;
  }

  .menuList {
    width: calc(49% - 20px);
    float: left;
    position: relative;
    padding: 10px 10px 10px 0px;
    font-weight: 600;
    font-size: 1.1em;
  }

  .menuAnzahlSumme {
    width: calc(47% - 11px);
    float: left;
    position: relative;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
  }


  .buttonAnzeige {
    background-color: #e9e9e9;
    border: none;
    color: #333;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 600;
  }

  .buttonAnzeige:hover {
    background-color: #cecece;
    border: none;
    color: #ff6600;

  }
  

