/* Registerkarten*/
#tablist {

  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  
}

#tablist li {
  background-color: lightgrey;	
  border: 1px solid black;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
  display: inline;
  font-weight: bold;
  height: 0.4em;
  padding: 0.1em 0.5em 10px;
}

#tablist li:focus, 
#tablist li:hover {
  background-color: #ff8500;
  cursor: pointer;
}

#tablist li[aria-selected="true"] {
  background-color: white;
  padding: 0.1em 0.5em 11px;  
  background-color: #ff8500;
  color:white;
}

#tabcontent {
  border: 1px solid black; 
  padding: 1em;
}

[aria-hidden="true"] {
  display: none;
}
 
[aria-hidden="false"] {
  display: block;
}




.editNew {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
  justify-content: center;
  background-color: #D5DDE5;
  font-family: arial;
}

.editNew ul {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #D5DDE5;
    border-bottom: 1px solid #bbb;
}

.editNew li {
    float: left;
    border-right: 1px solid #bbb;
    
}

.editNew li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 6px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.editNew li a:hover {
    background-color: #111;
}


.editNew #head {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 40px;
    text-align: left;
    background-color: #06172e;
    color:#D5DDE5;
    width:100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.editNew #edit {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    max-width: 1000px;
}
.editNew #edit td, #customers th {
    border: 1px solid #ddd;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8em;
    
}
.editNew #edit tr:nth-child(even){background-color: #f2f2f2;}
.editNew #edit tr:hover {background-color: #ddd;}
.editNew #edit th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.editNew #rr {
  width:24px;
}

/*Forms innerhalb der Übersichtstabelle*/
.editNew #overview  {
  display: inline;
  float:left;
}
.editNew #overview button {
  height: 26px;
  width: 50px;
  margin-top: -2px;
  margin-bottom: -4px;
}
.editNew #overview img {
  height: 17px;
}
.editNew ul#galerie {
 padding:0;
 margin:0;
 list-style-type:none;
 font-family:Arial, Helvetica, sans-serif;
}
.editNew ul#galerie li{
 padding: 3px;
 background-color:#ebebeb;
 border:1px solid #CCC;
 float:left;
 margin:0 10px 10px 0; 
}
.editNew ul#galerie li:hover{
 border:1px solid #333;
}
.editNew ul#galerie li span{
 display:block;
 text-align:center;
 font-size:12px;
}
.editNew ul#galerie li a img{
 border:none;
}

/* Formaulare NEU und EDIT*/

.editNew .form-style-2{
    width:100%;
    padding: 20px 12px 10px 20px;
    font: 1em Arial, Helvetica, sans-serif;
}
.editNew .form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.editNew .form-style-2 label{
    display: block;
    margin: 0px 0px 5px 0px;
}
.editNew .form-style-2 label > span{
    width: 195px;
    font-weight: bold;
    float: left;
    padding-right: 5px;
}

.editNew .form-style-2 .select2 span{
    padding-top: 0px;
}

.editNew .form-style-2 span.required{
    color:red;
}
.editNew .form-style-2 .tel-number-field{
    width: 40px;
    text-align: center;
}
.editNew .form-style-2 input.input-field{
    width: 66%; 
}
.editNew .form-style-2 input.input-field-s{
    width: calc(20% + 4px); 
}
.editNew .form-style-2 select.field-select-m{
    width: 64%; 
}
.editNew .form-style-2 select.field-select-s{
    width: 30%; 
}

.editNew .form-style-2 input.input-field,
.editNew .form-style-2 input.input-field-m,
.editNew .form-style-2 input.input-field-s,
.editNew .form-style-2 .tel-number-field,
.editNew .form-style-2 .textarea-field,
.editNew .form-style-2 .checkbox,
.editNew .form-style-2 .select-field-s,
.editNew .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 4px 7px 4px 7px ;
    outline: none;
    font-size: 0.9em;
}
.editNew .form-style-2 .input-field:focus,
.editNew .form-style-2 .input-field:focus-s,
.editNew .form-style-2 .tel-number-field:focus,
.editNew .form-style-2 .textarea-field:focus, 
.editNew .form-style-2 .select-field-m:focus, 
.editNew .form-style-2 .select-field-s:focus, 
.editNew .form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.editNew .form-style-2 .textarea-field{
    height:150px;
    width: 66%;
}
.editNew .form-style-2 input[type=submit],
.editNew .form-style-2 input[type=checkbox],
.editNew .form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.editNew .form-style-2 input[type=checkbox] {
  margin-top:8px
}

.editNew .form-style-2 input[type=submit]:hover,
.editNew .form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
    cursor: pointer;
}

/* Pannel für Reiter Themen und Formate */
.rftpannel {
overflow: hidden;
}
.rftpannel div {
  float:left;
  padding-right:1em;

}

option:checked {
  background: #EA7B00 linear-gradient(0deg, #EA7B00 0%, #EA7B00 100%);
}

