    /* Style the tab */
    .res_tab {
      overflow: hidden;
      border: 1px solid #b3b3b3;
      background-color:  var(--tabelle3);
		width: 85%;
    }
    
    .res_bit form {
      display: inline;
    }
    
    /* Style the buttons that are used to open the tab content */
    .res_tab button {
      background-color:  var(--tabelle3);
      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;
		color:#eee;
    }
    
    /* 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 {
    width: 95%;
    background-color: var(--tabelle1);
    margin:auto;
}
    }
    
    /* Go from zero to full opacity */
    @keyframes fadeEffect {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    
    .res_ausgabe {
        display: flex;
        flex-wrap: wrap;
    }
    
    .res_ausgabe h5 {
        flex-basis: 95%;
        text-align: center;
		
		font-family: Vidaloka;
  color: #fff;
  border-right: 5px solid  var(--tabelle2);
  border-left: 5px solid  var(--tabelle2);	
	width:80%;
  font-size: 16px;
  font-weight: normal;
  background-color: #171E1F;
  padding: 5px;
  text-transform: uppercase;
    }
    
    .res_ausgabe .res_bit {
        flex-grow: 1;
		text-decoration: none;
		font-size:14px;
    }
    .res_add {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .res_add h2 {
      flex-basis: 100%;
      text-align:center;
		color: #eee;
    }
    
    .res_add_save {
        flex-basis: 100%;
        text-align: center;
    }
    .res_mod {
    width: 95%;
    height:420px;
    background-color: var(--tabelle1);
    margin:auto;
  }
    
    .res_add_inputs, .res_add_select {
        /* flex-grow: 1; */
        margin: 5px 25px;
    }
    
    .res_add_inputs {
        text-align: right;
    }    
  
h5
{
	font-family: Vidaloka;
  color: #fff;
  border-right: 5px solid  var(--tabelle2);
  border-left: 5px solid  var(--tabelle2);	
	width:95%;
  font-size: 26px;
  font-weight: normal;
  background-color: #171E1F;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
}
    
		
		