    /* Style the tab */
    .res_tab {
      overflow: hidden;
      border: 1px solid #b3b3b3;
      background-color: #fafafa;
    }

.res_bit {
	box-sizing: border-box; 
	padding-left: 10px;
}

#tab_faceclaim {
	margin-right: 41px;
  	margin-left: 10px;
}
    
    .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: var(--accent-three);
      	padding: 10px;
		display: inline-block;
  		width: 47%;
  		vertical-align: top;
		box-sizing: border-box;
		border: 5px solid var(--main-accent);
		border-radius: 5px;
    }
    
    /* 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: var(--accent-three);
     	padding: 10px;
     	border: 5px solid var(--main-accent);
		box-sizing: border-box;
		border-radius: 5px;
		margin-top: 10px;	
		width: 98%;
  		margin-left: 10px;
  }
    
    .res_add_inputs, .res_add_select {
        margin: 5px auto;
  		width: 300px;
    }
    
    .res_add_inputs {
        display: flex;
  		flex-direction: column;
		margin-bottom: 10px;
    }    
  
    