    /* Style the tab */
    .res_tab {
      overflow: hidden;
      border: 1px solid #b3b3b3;
      background-color: #fafafa;
    }
    
    .res_bit form {
      display: inline;
    }
    
    /* Style the buttons that are used to open the tab content */
    .res_tab button {
      background-color: #fafafa;
      background-image: none;
      border-radius: 0;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 5px 10px;
      transition: 0.3s;
      font-size: 1.1em;
      font-weight: bold;
    }
    
    /* Change background color of buttons on hover */
    .res_tab button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .res_tab button.active {
      /* background-color: #dadbda; */
      border-bottom: 3px solid #3b3b3b;
      /* font-weight: 600; */
    }
    
    /* Style the tab content */
    .res_tabcontent {
      background: #e9e9e9;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-top: none;
      animation: fadeEffect 1s; /* Fading effect takes 1 second */
    }
    
    /* Go from zero to full opacity */
    @keyframes fadeEffect {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    
    .res_ausgabe {
        display: flex;
        flex-wrap: wrap;
    }
    
    .res_ausgabe h1 {
        flex-basis: 100%;
        text-align: center;
    }
    
    .res_ausgabe .res_bit {
        flex-grow: 1;
    }
    .res_add {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .res_add h2 {
      flex-basis: 100%;
      text-align:center;
    }
    
    .res_add_save {
        flex-basis: 100%;
        text-align: center;
    }
    .res_mod {
      background: #e9e9e9;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-top: none;
  }
    
    .res_add_inputs, .res_add_select {
        /* flex-grow: 1; */
        margin: 5px 25px;
    }
    
    .res_add_inputs {
        text-align: right;
    }    
  
    .ptolreswrapper {  
  display: flex;
  margin: auto auto;
  width: 80%;
  min-height: 500px;
}

.ptolres {
  display: flex;
  flex-direction: column;
  padding: 50px;
  font-family: var(--mainfont);
  color: var(--hauptgrau);
  font-size: 12px;
  letter-spacing: 2%;
}

.reserstesfeld {
  display: flex;
  gap: 10px;
}

.reserstesfeld span {
  margin: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 10%;
  text-align: right;
}

.ptolres-head {
  height:25px;
  align-items: center;
  justify-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 5px 20px;
  background-image: var(--background-bigkat);
  background-size: 100%;
  background-position: 100% 60%;
  background-attachment: fixed;
    background-color: var(--braun);
  background-blend-mode: multiply;
}

.ptolres-headline {
  font-family: var(--mainfont);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5%;
}

.ptolres-headline a {
  text-decoration: none;
  color: var(--weissgrau);
}

.ptolres-headline a:hover {
  text-decoration: none;
  color: var(--hauptgrau);
  transition: all 0.5s ease;
}

.ptolres-body {
  background-color: var(--dunkelstesschwarz);
  display: flex;
  flex-direction: column;
  padding: 20px;
  }

.reskategorien-main {
  display: flex;
  gap: 0px;
  
  width: 90%;
  margin: auto;
}

.reskategorien-sub {
  flex: 1;
}

.reskategorien {
  display: flex;
  margin: auto;
  font-size: 10px;
  letter-spacing: 10%;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--mainakzent);
  width: 100%;
  text-align: center;
  margin-top:15px;
  margin-bottom: 10px;
}

.reskat-w {
  flex: 1;
}

.resresliste {
  display: flex;
    width: 90%;
  text-align: left;
  margin: auto;
  margin-bottom: 15px;
  padding-top:10px;
  
}

.reskat-names {
  flex: 1;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 10%;
  font-size: 10px;
  color: var(--hauptgrau);
  border-right:1px solid var(--dunkelgrau);
  margin: 10px;
  padding: 10px;
  flex-wrap: wrap;
  margin-bottom:25px;
}

.reskat-names:hover {
  background-color: var(--whitetransparent);
  transition: all 0.5s ease-in-out;
}

.reskat-names span {
  color: var(--weissgrau);
  font-weight: 700;
  font-style: normal;
}

.reskat-names a {
  text-decoration: none;
  color: var(--braun);
}

.reskat-names a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  color: var(--usergruen);
}

.res-reservierungen {
  display: flex;
  width: 50%;
  margin-top: 25px;
  padding: 20px;
  margin: auto;
  gap: 100px;
}

.geschlechtsauswahl {
  display: flex;
  /*! flex-direction: column; */
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  flex: 1;
  align-items: center;
}

-resauswahlinhalterechts {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.ressubmitbutton {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: auto;
  width: 100%;
}

.ressubmitbutton button {
  margin: auto;
}

.ptolres-modstuff {
  display: flex;
  flex-direction: column;

  margin-top: 10px;
  font-family: var(--mainfont);

  gap: 10px;
}

.res_mod_bit {
  display: flex;
  flex-direction: column;

  gap: 10px;
  
}

.res_mod_bit a {
  color: var(--mainakzent);
}

.res_mod_bit a:hover {
  transition: all 0.5s ease;
  text-decoration: none;
  color: var(--braun);
}


input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    background: none;
  border: none;
}

input[type="text"] {
    width: 200px;
    height: 15px;
    border: 1px solid var(--whitetransparent);
    cursor: pointer;
  background-color: var(--whitetransparent);
  color: var(--hauptgrau);
}

input[type=text]:focus {
  outline: 1px solid var(--almostblack);
}