    /* Style the tab */
    .res_tab {
      overflow: hidden;
      border: 1px solid #151515;
      background-color: #151515;
border-radius: 10px;
}

.res_bit form {
	background: #151515;
	display: inline;
}

/* Style the buttons that are used to open the tab content */
    .res_tab button {
      background-color: #151515;
      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;
border-radius: 10px;
}

/* Change background color of buttons on hover */
    .res_tab button:hover {
      background-color: #ddd;
border-radius: 10px;
}

/* Create an active/current tablink class */
    .res_tab button.active {
      /* background-color: #151515; */
      border-bottom: 3px solid #151515;
      /* font-weight: 600; */
border-radius: 10px;
}

/* Style the tab content */
    .res_tabcontent {
      background: #151515;
      padding: 6px 12px;
      border: 1px solid #151515;
      border-top: none;
      animation: fadeEffect 1s; /* Fading effect takes 1 second */
border-radius: 10px;
}

/* Go from zero to full opacity */
    @keyframes fadeEffect {
      from {
opacity: 0;
}

to {
	opacity: 1;
}


}

.res_ausgabe {
	background: #151515;
	color: #E0F2F7;
	display: flex;
	flex-wrap: wrap;
}

.res_ausgabe h1 {
	background: #151515;
	flex-basis: 100%;
	text-align: center;
}

.res_ausgabe .res_bit {
	background: #151515;
	flex-grow: 1;
}

.res_add {
	background: #151515;
	color: #E0F2F7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.res_add h2 {
	background: #151515;
	color: #E0F2F7;
	flex-basis: 100%;
	text-align: center;
}

.res_add_save {
	background: #151515;
	color: #E0F2F7;
	flex-basis: 100%;
	text-align: center;
}

.res_mod {
	background: #151515;
	padding: 6px 12px;
	border: 1px solid #151515;
	border-top: none;
}

.res_add_inputs, .res_add_select {
	background: #151515;
	color: #E0F2F7;
	margin: 5px 25px;
}

.res_add_inputs {
	background: #151515;
	color: #E0F2F7;
	text-align: right;
}


		