/* DESKTOP */ /* DESKTOP */ /* DESKTOP */ /* DESKTOP */ /* DESKTOP */ /* DESKTOP */ /* DESKTOP */ /* DESKTOP */

@media (min-width: 800px) {

  ::selection { background: #111; color: #fff; }

  * {
      box-sizing: border-box;
      font-family: "Helvetica", "Arial", sans-serif;
  }

  body {
      background: rgb(230, 230, 230);
  }

  h1 {
      font-size: 1.25em;
  }

  h2 {
      font-size: 0.7em;
      font-weight: 400;
  }


  /* Allgemeine Formen */ 
  #div_best_bestatigung {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .container {
      width: 100%;
      text-align: center;
  }

  .innerContainer {
      max-width: 80%;
      padding: 20px;
      background-color: white;
      margin: auto;
      border-radius: 25px;
      align-items: center;
  }

  .innerContainer table {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .innerContainer td, .innerContainer th {
      min-width: 100px;
  }

  .div_informationen {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      vertical-align: middle;
  }

  .div_box {
      display: table;
      background-color: gray;
      width: 80%;
      height: 100px;
      padding: 10px;
      margin: 10px;
      font-size: 2em;
  }

  .div_box:hover {
      background-color: rgba(226, 0, 38, 0.75);
      cursor: pointer;
  }

  .text_zentrieren {
      display: table-cell;
      vertical-align: middle;
    }





  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Anlieferslot Bestätigung*/
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  .div_best_auszeichnung {
      background-color: rgb(180,58,58);
      color: white;
      padding: 8px;
      margin: 3px;
      width: 50%;
      border-radius: 10px;
      text-align: center;
      font-weight: 500;
      justify-content: center;
  }

  #slotDelete {
      background-color: red;
  }


  .buttonSlot {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 30%;
      margin-bottom: 15px;
      opacity: 0.8;
  }

  .buttonSlot:hover {
      opacity: 1;
  }

  /* Farbe einzelner Buttons */
  .cancelSlot {
      background-color: rgb(25,25,25);
  }

  #slotReservation {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
  }



  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* SLOT PLANUNG */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */



  /* früher: explizit tabelle_stammdaten.php */ 
  /* Meine Reservationen */ 

  #wrapper {
      display: flex;
      justify-content: center;
  }



  .table_row {
      width: 100%;
  }

  .table_row:hover {
      background-color: rgba(200, 200, 200, 0.5);
  }

  /*
  .class_image:hover {
      filter: invert(75%);
  }

  .neu_class_image:hover {
      filter: invert(75%);
  }
  */


  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* SWITCH */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  .switch {
      display: inline-block;
  }

  .switch input {
      display: none;
  }

  .switch label {
      display: block;
      width: 60px;
      height: 30px;
      padding: 3px;
      border: 2px solid green;
      border-radius: 15px;
      transition: 0.3s;
  }

  .switch label::after {
      content: "";
      display: inherit;
      width: 20px;
      height: 20px;
      background-color: green;
      border-radius: 50%;
      transition: 0.3s;
  }

  .switch.square label,
  .switch.square label::after {
      border-radius: 0;
  }

  .switch input:disabled ~ label {
      opacity: 0.35;
      cursor: not-allowed;
  }

  .switch input:checked ~ label::after {
      background-color: darkred;
      translate: 30px 0;
  }

  .switch input:checked ~ label {
      border-color: darkred;
  }






  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* RESERVATION */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  /* POPUP LOGIN */

  .openBtn {
      display: flex;
      justify-content: left;
    }

    .formPopup {
      background-color: rgba(150,150,150,0.75);
      width: 100%;
      height: 100%;

      display: none;
      position: fixed;
      left: 0px;
      top: 0px;
      border: 3px solid #999999;
      z-index: 9;
    }


    .formContainer {
      max-width: 50%;
      padding: 20px;
      background-color: #fff;
      transform: translate(50%, 50%);
      border-radius: 25px;
    }

    .formContainer input[type=text],
    .formContainer input[type=password] {
      width: 100%;
      padding: 15px;
      margin: 5px 0 20px 0;
      border: none;
      background: #eee;
    }
    .formContainer input[type=text]:focus,
    .formContainer input[type=password]:focus {
      background-color: #ddd;
      outline: none;
    }



    .formContainer {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 50%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .btn {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 100%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .button_usermenu {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 100%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    #button_login, #button_registrieren, #button_pw_vergessen {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
    }

    #button_schliessen {
      background-color: rgb(25,25,25);
    }

    .formContainer .btn:hover, .button_usermenu:hover,
    .openButton:hover {
      opacity: 1;
    }

  .loginPopupSlot {
      position: relative;
      text-align: center;
      width: 100%;
  }

  .formPopupSlot {
      background-color: rgba(150,150,150,0.75);
      width: 100%;

      display: none;
      position: fixed;
      left: 0px;
      z-index: 9;
  }

  .formContainerSlot {
      max-width: 50%;
      padding: 20px;
      background-color: #fff;
      transform: translate(50%, 50%);
      border-radius: 25px;
  }

  .formContainerSlot input[type=text],
  .formContainerSlot input[type=password] {
      width: 100%;
      padding: 15px;
      margin: 5px 0 20px 0;
      border: none;
      background: #eee;
  }
  .formContainerSlot input[type=text]:focus,
  .formContainerSlot input[type=password]:focus {
      background-color: #ddd;
      outline: none;
  }



  .formContainerSlot {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 50%;
      margin-bottom: 15px;
      opacity: 0.8;
  }

  .formContainerSlot {
      background-color: rgb(25,25,25);

  }
  .formContainerSlot {
      opacity: 1;
  }

  .formContainerSlot:hover {
      opacity: 1;
  }



  .anlieferzeit {
      padding: 10px;
      margin: 10px;
      font-size: 2em;
  }

  .countdown {
      width: 15%;
      background-color: gray;
      padding: 10px;
      margin: 10px auto;
      border-radius: 30px;
  }

  .abladezeitWrap {
      display: flex;
  }

  .abladezeit {
      flex: auto;
      background-color: gray;
      color: white;
      padding: 10px;
      margin: 10px;
      border-radius: 20px;
      font-size: 1.25em;
  }

  .abladezeit:hover {
      background-color: rgb(180,58,58);
      cursor: pointer;
  }

  #switch_text {
      display: flex;
      justify-content: center;
      align-items: center;
  }


  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* MENU */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */

  /* MENÜ - GLOBAL */ 
  .menu {
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-size: 140%;
      width: 80%;
      background-color: white;
      border-radius: 20px;
      margin: 20px auto;
      padding: 15px;
  }

  .div_menu {
      background-color: gray;
      width: 25%;
      margin: 15px;
      padding: 15px;
      border-radius: 40px;
      text-align: center;
      color: white;
  }

  a:link {
      text-decoration: none;
      color: white;
  }

  a:visited {
      text-decoration: none;
      color: white;
  }


  .div_menu:hover {
      background-color: rgba(226, 0, 38, 0.75);
      transition: 0.5s all ease;
  }

  .div_menu:active {
      background-color: rgb(226, 0, 38);
  }

  #menu_active, #hauptmenu_active {
      background-color: rgb(226, 0, 38);
  }

  /* Superuser Menu farblich markieren */
  #menu_pro1, #menu_pro2 {
      background-color: rgba(255, 150, 0, 0.5);
  }

  #menu_pro1:hover, #menu_pro2:hover {
      background-color: rgba(255, 150, 0, 1);
      transition: 0.5s all ease;
  }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Login */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */

  #header {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      width: 100%;
      overflow: auto;
      flex-direction: row;
  }

  .header {
      border-radius: 25px;
      z-index: 4;
      color: white;
  }

  #header_info {
      background-color: rgb(226, 0, 38);
      margin: 5px;
      padding: 5px;
      width: 90%;
      height: 100px;
      top: 0px;
      text-align: center;
  }

  #header_user {
      background-color: rgb(226, 0, 38);
      display: block;
      display: flex; 
      justify-content: center; 
      align-items: center;
      margin: 5px;
      padding: 5px;
      width: 5%;
      height: 90%;
  }

  #header_user:hover {
      cursor: pointer;
      box-shadow: 3px 3px 3px silver;
  }

  #header_user img {
    filter: invert(100%);
    display: flex;
    right: 0;
  }

  img {
      filter: invert(100%);
      display: flex;
      right: 0;
      margin: 0 auto;
  }





  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Header */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

  #header_zentrieren {
      height: 120px;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      margin: auto;
    }
    
    
    
    
    .header_logo {
      width: 10%;
      height: 90%;
      margin: 5px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      border-radius: 25px;
    }  
    
    
    .container_header_titel {
      display: flex;
      border-radius: 25px;
      z-index: 4;
      color: white;
      background-color: rgb(226, 0, 38);
      margin: 5px;
      padding: 5px;
      width: 100%;
      height: 90%;
      top: 0px;
      text-align: center;
      flex-wrap: nowrap;
    }
    
    
    #header_titel {
      font-weight: 300;
      font-size: 1.5em;
      width: 100%;
      height: 100%;
      justify-content: center;
      display: table-cell;
      vertical-align: middle;
    }
    
    .header_logo img {
      height: 100%;
    }
    
    /* TEMPORÄRE MELDUNG ÜBER AUFSCHALTUNG */
    #font_meldung_temp {
      font-weight: 300;
      font-size: 1.25em;
      display: table-cell;
      vertical-align: middle;
    }
    
    
    #container_meldung_temp {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      width: 100%;
      overflow: auto;
      flex-direction: row;
    }
    
    #inner_container_meldung_temp {
      display: table;
      border-radius: 15px;
      z-index: 4;
      color: white;
      background-color: rgba(0, 150, 150, 0.5);
      margin: 5px;
      padding: 5px;
      width: 100%;
      height: 50px;
      top: 0px;
      text-align: center;
    }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Datumwahl/Kalender */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

  #div_kalender {
      width: 80%;
      background-color: white;
      border-radius: 20px;
      font-size: 20px;
      margin: 10px;
      padding: 10px;
      text-align: center;
      align-items: baseline; 
  }


  #kalenderAktuell {
      width: 100%;
      padding: 0.4em;
      text-align: center;
  }

  #kalenderNext {
      width: 100%;
      padding: 0.4em;
      text-align: center;
  }

  #div_kalender tr {
    margin: 10px;
    padding: 10px;
    height: 50px;
  }

  #div_kalender td {
      border-radius: 10px;
      border: solid 1px white;
  }

  caption, tr:first-of-type(3) {
      background: none;
      color: black;
      font-weight: bold;
  }

  #div_kalender td.heute {
      color: red;
      font-weight: bold;
      background: rgba(0, 200, 0, 1);
      cursor: pointer;
  }

  #div_kalender td.past {
      background-color: rgba(150, 150, 150, 0.75);
      cursor: not-allowed;
  }

  #div_kalender td.feiertag {
      background-color: rgba(226, 0, 38, 0.5);
      cursor: not-allowed;
  }

  #div_kalender td.wochentag {
      background-color: rgba(226, 0, 38, 0.75);
      color: white;
  }

  #div_kalender .zukunft {
      background: rgba(100, 200, 0, 0.6);
      color: black;
      cursor: pointer;
  }

  #div_kalender .heute:hover { 
    background-color: #fce4a2; 
    transition: 0.5s all ease;
  }

  #div_kalender .zukunft:hover {
      background-color: #fce4a2; 
      transition: 0.5s all ease;
  }








  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* GLOBALE ELEMENTE AUS alt AUFFÜLLARTIKEL */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------  */

  .div_form {
      display: grid;
      justify-content: center;
      align-items: center;
      font-size: 140%;
      width: 80%;
      background-color: white;
      border-radius: 20px;
      margin: auto;
      padding: 15px;
  }

  th {
      text-align: center;
      padding: 15px;
  }

  td {
      text-align: center;
      padding: 15px;
  }

  button {
      background-color: rgb(175, 175, 175);
      border: solid 1px black;
      font-size: 100%;
      padding: 8px;
      margin: 10px;
      width: 50%;
  }

  button:hover {
      background-color: rgb(226, 0, 38);
  }

  .button_artikelwahl {
      width: 95%;
  }



  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Anlieferslots */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  


  /* ANLIEFERSLOTS */
  #container_anlieferslots {
      margin: auto;
      height: 100%;
      padding-top: 100px;
      width: 80%;
      display: grid;
      /*     justify-content: center; */
  }


  .divClass {
      padding: 10px;
      margin: 5px;

      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;

      background-color: rgba(230,230,230,1);
  }

  #tabelle_anlieferslot table {
      text-align: center;
      font-size: 2em;
      border-spacing: 0em;
  }

  /* TH */

  #tabelle_anlieferslot th {
      border-radius: 5px;
  }

  #tabelle_anlieferslot th:first-child {
      width: 10%;
    }

    #tabelle_anlieferslot th:nth-child(2) {
      width: 30%;
    }

    #tabelle_anlieferslot th:nth-child(3) {
      width: 30%;
    }

    #tabelle_anlieferslot th:nth-child(4) {
      width: 30%;
    }


  /* TD */

  #tabelle_anlieferslot td {
      border-radius: 5px;
  }

  .rampe5, .rampe6, .rampe7 {
    padding: 5px;
    height: 50px;
  }

  #tabelle_anlieferslot td:first-child {
      width: 10%;
  }

  #tabelle_anlieferslot td:nth-child(2) {
      width: 30%;
  }

  #tabelle_anlieferslot td:nth-child(3) {
      width: 30%;
    }

  #tabelle_anlieferslot td:nth-child(4) {
    width: 30%;
  }





    .zeit {
      background-color: gray;
      padding: 5px;
      height: 50px;
    }

    .frei {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: green;
    }

    .reserviert {
      width: 100%;
      height: 120%;
      border-radius: 5px;
      background-color: red;
      cursor: not-allowed;
    }

    .reserviert_me {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: orange;
    }

    .abgelaufen {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: rgb(75, 75, 75);
      color: white;
      cursor: not-allowed;
    }

    .rampe5abstand, .rampe6abstand {
      height: 0.75em;
    }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* INFO BANNER */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  





    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 10%;
      padding-left: 30px;
      padding-right: 30px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
      text-decoration: underline;
    }

    #footer-cookie #description {
      margin: 15px;
      width: 80%;
      float: left;
    }

    #footer-cookie #accept {
      margin: 15px;
      width: 10%;
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      color: white;
    }



    
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* inc_login.php && inc_registrieren.php */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  


    #div_login {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

    .input_login {
      background-color: rgb(220, 220, 220);
      width: 100%;
      height: 50px;
      border-radius: 10px;
      border: none;
      color: black;
      text-align: center;
  }
    

  .button_login {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 75%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .button_login:hover {
      opacity: 1;
    }

    #button_anmelden {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
    }


    
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* taskerfassung */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

    #container_taskerfassung {
      margin: auto;
      font-size: 300%;
      height: 100%;
      padding-top: 100px;
      width: 100%;
      display: grid;
      /*     justify-content: center; */
  }

    .taskerfassung_button {
        background-color: gray;
        padding: 5px;
        height: 50px;
      }

      .taskerfassung_button_aktiv {
        background-color: rgb(180,58,58);
        padding: 5px;
        height: 50px;
        font-weight: bold;
      }

      .taskerfassung_div {
        vertical-align: middle;
        background-color: gray;
        padding: 5px;
        margin: 10px;
        border-radius: 10px;
        height: 100px;
      }

      .taskerfassung_div_aktiv {
        vertical-align: middle;
        background-color: rgb(180,58,58);
        padding: 5px;
        margin: 10px;
        border-radius: 10px;
        height: 100px;
        font-weight: bold;
      }

      #btn99 {
        background-color: rgba(180,58,58,0.5);
      }

}

/* MOBILE */ /* MOBILE */ /* MOBILE */ /* MOBILE */ /* MOBILE */ /* MOBILE */ /* MOBILE */ /* MOBILE */
@media (max-width: 800px) {
  ::selection { background: #111; color: #fff; }

  * {
      box-sizing: border-box;
      font-family: "Helvetica", "Arial", sans-serif;
  }

  body {
      background: rgb(230, 230, 230);
  }

  h1 {
      font-size: 1em;
  }

  h2 {
      font-size: 0.7em;
      font-weight: 400;
  }


  /* Allgemeine Formen */ 
  #div_best_bestatigung {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .container {
      width: 100%;
      text-align: center;
  }

  .innerContainer {
      max-width: 80%;
      padding: 20px;
      background-color: white;
      margin: auto;
      border-radius: 25px;
      align-items: center;
  }

  .innerContainer table {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .innerContainer td, .innerContainer th {
      min-width: 100px;
  }

  .div_informationen {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      vertical-align: middle;
  }

  .div_box {
      display: table;
      background-color: gray;
      width: 80%;
      height: 100px;
      padding: 10px;
      margin: 10px;
      font-size: 2em;
  }

  .div_box:hover {
      background-color: rgba(226, 0, 38, 0.75);
      cursor: pointer;
  }

  .text_zentrieren {
      display: table-cell;
      vertical-align: middle;
    }





  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Anlieferslot Bestätigung*/
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  .div_best_auszeichnung {
      background-color: rgb(180,58,58);
      color: white;
      padding: 8px;
      margin: 3px;
      width: 50%;
      border-radius: 10px;
      text-align: center;
      font-weight: 500;
      justify-content: center;
  }

  #slotDelete {
      background-color: red;
  }


  .buttonSlot {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 30%;
      margin-bottom: 15px;
      opacity: 0.8;
  }

  .buttonSlot:hover {
      opacity: 1;
  }

  /* Farbe einzelner Buttons */
  .cancelSlot {
      background-color: rgb(25,25,25);
  }

  #slotReservation {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
  }



  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* SLOT PLANUNG */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */



  /* früher: explizit tabelle_stammdaten.php */ 
  /* Meine Reservationen */ 

  #wrapper {
      display: flex;
      justify-content: center;
  }



  .table_row {
      width: 100%;
  }

  .table_row:hover {
      background-color: rgba(200, 200, 200, 0.5);
  }

  /*
  .class_image:hover {
      filter: invert(75%);
  }

  .neu_class_image:hover {
      filter: invert(75%);
  }
  */


  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* SWITCH */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  .switch {
      display: inline-block;
  }

  .switch input {
      display: none;
  }

  .switch label {
      display: block;
      width: 60px;
      height: 30px;
      padding: 3px;
      border: 2px solid green;
      border-radius: 15px;
      transition: 0.3s;
  }

  .switch label::after {
      content: "";
      display: inherit;
      width: 20px;
      height: 20px;
      background-color: green;
      border-radius: 50%;
      transition: 0.3s;
  }

  .switch.square label,
  .switch.square label::after {
      border-radius: 0;
  }

  .switch input:disabled ~ label {
      opacity: 0.35;
      cursor: not-allowed;
  }

  .switch input:checked ~ label::after {
      background-color: darkred;
      translate: 30px 0;
  }

  .switch input:checked ~ label {
      border-color: darkred;
  }






  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* RESERVATION */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */


  /* POPUP LOGIN */

  .openBtn {
      display: flex;
      justify-content: left;
    }

    .formPopup {
      background-color: rgba(150,150,150,0.75);
      width: 100%;
      height: 100%;

      display: none;
      position: fixed;
      left: 0px;
      top: 0px;
      border: 3px solid #999999;
      z-index: 9;
    }


    .formContainer {
      max-width: 50%;
      padding: 20px;
      background-color: #fff;
      transform: translate(50%, 50%);
      border-radius: 25px;
    }

    .formContainer input[type=text],
    .formContainer input[type=password] {
      width: 100%;
      padding: 15px;
      margin: 5px 0 20px 0;
      border: none;
      background: #eee;
    }
    .formContainer input[type=text]:focus,
    .formContainer input[type=password]:focus {
      background-color: #ddd;
      outline: none;
    }



    .formContainer {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 50%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .btn {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 100%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .button_usermenu {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 100%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    #button_login, #button_registrieren, #button_pw_vergessen {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
    }

    #button_schliessen {
      background-color: rgb(25,25,25);
    }

    .formContainer .btn:hover, .button_usermenu:hover,
    .openButton:hover {
      opacity: 1;
    }

  .loginPopupSlot {
      position: relative;
      text-align: center;
      width: 100%;
  }

  .formPopupSlot {
      background-color: rgba(150,150,150,0.75);
      width: 100%;

      display: none;
      position: fixed;
      left: 0px;
      z-index: 9;
  }

  .formContainerSlot {
      max-width: 50%;
      padding: 20px;
      background-color: #fff;
      transform: translate(50%, 50%);
      border-radius: 25px;
  }

  .formContainerSlot input[type=text],
  .formContainerSlot input[type=password] {
      width: 100%;
      padding: 15px;
      margin: 5px 0 20px 0;
      border: none;
      background: #eee;
  }
  .formContainerSlot input[type=text]:focus,
  .formContainerSlot input[type=password]:focus {
      background-color: #ddd;
      outline: none;
  }



  .formContainerSlot {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 50%;
      margin-bottom: 15px;
      opacity: 0.8;
  }

  .formContainerSlot {
      background-color: rgb(25,25,25);

  }
  .formContainerSlot {
      opacity: 1;
  }

  .formContainerSlot:hover {
      opacity: 1;
  }



  .anlieferzeit {
      padding: 10px;
      margin: 10px;
      font-size: 2em;
  }

  .countdown {
      width: 15%;
      background-color: gray;
      padding: 10px;
      margin: 10px auto;
      border-radius: 30px;
  }

  .abladezeitWrap {
      display: flex;
  }

  .abladezeit {
      flex: auto;
      background-color: gray;
      color: white;
      padding: 10px;
      margin: 10px;
      border-radius: 20px;
      font-size: 1.25em;
  }

  .abladezeit:hover {
      background-color: rgb(180,58,58);
      cursor: pointer;
  }

  #switch_text {
      display: flex;
      justify-content: center;
      align-items: center;
  }


  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* MENU */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */

  /* MENÜ - GLOBAL */ 
  .menu {
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-size: 140%;
      width: 100%;
      background-color: white;
      border-radius: 20px;
      margin: 20px auto;
      padding: 15px;
  }

  .div_menu {
      background-color: gray;
      width: 25%;
      margin: 15px;
      padding: 15px;
      border-radius: 40px;
      text-align: center;
      color: white;
  }

  a:link {
      text-decoration: none;
      color: white;
  }

  a:visited {
      text-decoration: none;
      color: white;
  }


  .div_menu:hover {
      background-color: rgba(226, 0, 38, 0.75);
      transition: 0.5s all ease;
  }

  .div_menu:active {
      background-color: rgb(226, 0, 38);
  }

  #menu_active, #hauptmenu_active {
      background-color: rgb(226, 0, 38);
  }

  /* Superuser Menu farblich markieren */
  #menu_pro1, #menu_pro2 {
      background-color: rgba(255, 150, 0, 0.5);
  }

  #menu_pro1:hover, #menu_pro2:hover {
      background-color: rgba(255, 150, 0, 1);
      transition: 0.5s all ease;
  }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Login */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */

  #header {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      width: 100%;
      overflow: auto;
      flex-direction: row;
  }

  .header {
      border-radius: 25px;
      z-index: 4;
      color: white;
  }

  #header_info {
      background-color: rgb(226, 0, 38);
      margin: 5px;
      padding: 5px;
      width: 90%;
      height: 100px;
      top: 0px;
      text-align: center;
  }

  #header_user {
      background-color: rgb(226, 0, 38);
      display: block;
      display: flex; 
      justify-content: center; 
      align-items: center;
      margin: 5px;
      padding: 5px;
      width: 15%;
      height: 90%;
  }

  #header_user:hover {
      cursor: pointer;
      box-shadow: 3px 3px 3px silver;
  }

  #header_user img {
    filter: invert(100%);
    display: flex;
    right: 0;
  }

  img {
      filter: invert(100%);
      display: flex;
      right: 0;
      margin: 0 auto;
  }





  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Header */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

  #header_zentrieren {
      height: 120px;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      margin: auto;
    }
    
    
    
    
    .header_logo {
      width: 10%;
      height: 90%;
      margin: 5px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      border-radius: 25px;
    }  
    
    
    .container_header_titel {
      display: flex;
      border-radius: 25px;
      z-index: 4;
      color: white;
      background-color: rgb(226, 0, 38);
      margin: 5px;
      padding: 5px;
      width: 100%;
      height: 90%;
      top: 0px;
      text-align: center;
      flex-wrap: nowrap;
    }
    
    
    #header_titel {
      font-weight: 300;
      font-size: 1.5em;
      width: 100%;
      height: 100%;
      justify-content: center;
      display: table-cell;
      vertical-align: middle;
    }
    
    .header_logo img {
      height: 100%;
    }
    
    /* TEMPORÄRE MELDUNG ÜBER AUFSCHALTUNG */
    #font_meldung_temp {
      font-weight: 300;
      font-size: 1.25em;
      display: table-cell;
      vertical-align: middle;
    }
    
    
    #container_meldung_temp {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      width: 100%;
      overflow: auto;
      flex-direction: row;
    }
    
    #inner_container_meldung_temp {
      display: table;
      border-radius: 15px;
      z-index: 4;
      color: white;
      background-color: rgba(0, 150, 150, 0.5);
      margin: 5px;
      padding: 5px;
      width: 100%;
      height: 50px;
      top: 0px;
      text-align: center;
    }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Datumwahl/Kalender */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

  #div_kalender {
      width: 100%;
      background-color: white;
      border-radius: 20px;
      font-size: 20px;
      margin: 10px;
      padding: 10px;
      text-align: center;
      align-items: baseline; 
  }


  #kalenderAktuell {
      width: 100%;
      padding: 0.4em;
      text-align: center;
  }

  #kalenderNext {
      width: 100%;
      padding: 0.4em;
      text-align: center;
  }

  #div_kalender tr {
      height: 50px;
  }

  #div_kalender td {
      border-radius: 10px;
      border: solid 1px white;
  }

  caption, tr:first-of-type(3) {
      background: none;
      color: black;
      font-weight: bold;
  }

  #div_kalender td.heute {
      color: red;
      font-weight: bold;
      background: rgba(0, 200, 0, 1);
      cursor: pointer;
  }

  #div_kalender td.past {
      background-color: rgba(150, 150, 150, 0.75);
      cursor: not-allowed;
  }

  #div_kalender td.feiertag {
      background-color: rgba(226, 0, 38, 0.5);
      cursor: not-allowed;
  }

  #div_kalender td.wochentag {
      background-color: rgba(226, 0, 38, 0.75);
      color: white;
  }

  #div_kalender .zukunft {
      background: rgba(100, 200, 0, 0.6);
      color: black;
      cursor: pointer;
  }

  #div_kalender .heute:hover { 
    background-color: #fce4a2; 
    transition: 0.5s all ease;
  }

  #div_kalender .zukunft:hover {
      background-color: #fce4a2; 
      transition: 0.5s all ease;
  }








  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* GLOBALE ELEMENTE AUS alt AUFFÜLLARTIKEL */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------------------------  */

  .div_form {
      display: grid;
      justify-content: center;
      align-items: center;
      font-size: 140%;
      width: 80%;
      background-color: white;
      border-radius: 20px;
      margin: auto;
      padding: 15px;
  }

  th {
      text-align: center;
      padding: 15px;
  }

  td {
      text-align: center;
      padding: 15px;
  }

  button {
      background-color: rgb(175, 175, 175);
      border: solid 1px black;
      font-size: 100%;
      padding: 8px;
      margin: 10px;
      width: 50%;
  }

  button:hover {
      background-color: rgb(226, 0, 38);
  }

  .button_artikelwahl {
      width: 95%;
  }



  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* Anlieferslots */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  


  /* ANLIEFERSLOTS */
  #container_anlieferslots {
      margin: auto;
      height: 100%;
      padding-top: 100px;
      width: 100%;
      display: grid;
      /*     justify-content: center; */
  }


  .divClass {
      padding: 10px;
      margin: 5px;

      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;

      background-color: rgba(230,230,230,1);
  }

  #tabelle_anlieferslot table {
      text-align: center;
      font-size: 2em;
      border-spacing: 0em;
  }

  /* TH */

  #tabelle_anlieferslot th {
    border-radius: 5px;
}

#tabelle_anlieferslot th:first-child {
    width: 10%;
  }

  #tabelle_anlieferslot th:nth-child(2) {
    width: 30%;
  }

  #tabelle_anlieferslot th:nth-child(3) {
    width: 30%;
  }

  #tabelle_anlieferslot th:nth-child(4) {
    width: 30%;
  }


/* TD */

#tabelle_anlieferslot td {
    border-radius: 5px;
}

.rampe5, .rampe6, .rampe7 {
    padding: 5px;
    height: 50px;
}

#tabelle_anlieferslot td:first-child {
    width: 10%;
}

#tabelle_anlieferslot td:nth-child(2) {
    width: 30%;
}

#tabelle_anlieferslot td:nth-child(3) {
    width: 30%;
  }

#tabelle_anlieferslot td:nth-child(4) {
  width: 30%;
}





    .zeit {
      background-color: gray;
      padding: 5px;
      height: 50px;
    }

    .frei {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: green;
    }

    .reserviert {
      width: 100%;
      height: 120%;
      border-radius: 5px;
      background-color: red;
      cursor: not-allowed;
    }

    .reserviert_me {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: orange;
    }

    .abgelaufen {
      width: 100%;
      height: 110%;
      border-radius: 5px;
      background-color: rgb(75,75,75);
      cursor: not-allowed;
    }

    .rampe5abstand, .rampe6abstand {
      height: 0.75em;
    }




  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* INFO BANNER */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  





    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 10%;
      padding-left: 30px;
      padding-right: 30px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
      text-decoration: underline;
    }

    #footer-cookie #description {
      margin: 15px;
      width: 80%;
      float: left;
    }

    #footer-cookie #accept {
      margin: 15px;
      width: 10%;
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      color: white;
    }



    
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* inc_login.php && inc_registrieren.php */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  


    #div_login {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

    .input_login {
      background-color: rgb(220, 220, 220);
      width: 100%;
      height: 50px;
      border-radius: 10px;
      border: none;
      color: black;
      text-align: center;
  }
    

  .button_login {
      padding: 12px 20px;
      border: none;
      border-radius: 10px;

      color: #fff;
      cursor: pointer;
      width: 75%;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .button_login:hover {
      opacity: 1;
    }

    #button_anmelden {
      background: rgb(180,58,58);
      background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,109,69,1) 90%);
    }



      /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* taskerfassung */
  /* --------------------------------------------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------------------------------------------- */  

    #container_taskerfassung {
      margin: auto;
      font-size: 300%;
      height: 100%;
      padding-top: 100px;
      width: 100%;
      display: grid;
      /*     justify-content: center; */
  }

  .taskerfassung_button {
    background-color: gray;
    padding: 5px;
    height: 50px;
  }

  .taskerfassung_button_aktiv {
    background-color: rgb(180,58,58);
    padding: 5px;
    height: 50px;
    font-weight: bold;
  }

  .taskerfassung_div {
    vertical-align: middle;
    background-color: gray;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    height: 50px;
  }

  .taskerfassung_div_aktiv {
    vertical-align: middle;
    background-color: rgb(180,58,58);
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    height: 50px;
    font-weight: bold;
  }

  #btn99 {
    background-color: rgba(180,58,58,0.5);
  }

}