.box_form_admin .table{
    display: table; 
    width:100%;
    max-width: 650px;   
    color: #444 !important;
}
.box_form_admin .table .tr{
    display: table-row;    
}
.box_form_admin .table .tr .td{
    display: table-cell;
}
.box_form_admin form .td{
    padding: 6px 0px;  
} 
.box_form_admin form .td:first-child{
    text-align: right;
}   
.box_form_admin, .preis_box{
    background: #Fff;
    padding: 20px;
    box-shadow: 0px;    
    border-radius: 0px;   
    border: 1px solid #D7D7D7;
}
.box_form_admin h3{
    color: #999;
    font-size: 25px;
    background: white;
}
.box_form_admin form label{
    font-size: 14px;
    padding-right: 10px;
    display: block;   

}
/* ------- formular ------------ input ------------- */   
.box_form_admin input , .box_form_admin textarea , .box_form_admin select{
    border: 1px solid #AFAFAF;  
    background: #Fff;    
    padding: 6px;
    font-size: 14px;
    font-weight: bold;
    resize:vertical;
}
.box_form_admin form input , textarea , select , input{
    width: 98.5%;
    color: #444 !important;
}
.box_form_admin td{
    padding: 6px 0px;
}
.box_form_admin a{
    color:#0064D4;
}
.box_form_admin select{
    width: 98.5%;
}
.box_form_admin select.kurz{
    width: 47.5%;
}
option{
    padding: 0 10px;
    margin: 2px 0;
}
.box_form_admin input.kurz{
    width: 44%;
}
input:focus , textarea:focus , select:focus{
    border: 1px solid #2781FF;
    box-shadow: 0px 1px 2px #C0C0C0 inset;
    outline: none;   
}
textarea{
    width: 98.5%;
    height: 150px;
}
.box_form_admin .submit{
    background: #0076FF;
    border:0;
    color: #fff;
    padding: 1%;
    font-weight: bold;
    box-shadow: none;
    width: auto;
}
.box_form_admin .links{
    float: left;
    width: 155px;
}
.box_form_admin .rechts{
    float: right;
    width: 155px;
}

.button{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  width: 100%;
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.box_form_admin p{
    color:#888;
    font-weight: bold;    
    font-size: 14px !important;
    padding: 17px 0 0 0;
}
#versteck_1 , #versteck_2 , #versteck_3 , #versteck_4 ,
#versteck_5 , #versteck_6 , #versteck_7 , #versteck_8 , #versteck_9 ,
#versteck_20 , #versteck_21 , #versteck_22 , #versteck_23, 
#versteck_24, #versteck_25, #versteck_26, #versteck_27,
#versteck_31, #versteck_32, #versteck_111, #versteck_222, #versteck_233{
    display: none;
}
.hiddenInput{
    display: none !important;
}

/* suggest orte */
#ajaxTest , #ajaxTest2 , #ersteOrte{
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 250px;
    box-shadow: 0px 6px 8px hsla(0,0%,0%,.15);
    display: none;
    border: 1px solid #AFAFAF;
    border-top: 0;
    cursor: pointer;
}
#ajaxTest li , #ajaxTest2 li , #ersteOrte li{
    list-style-type: none;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}
#ajaxTest li:hover , #ajaxTest2 li:hover , #ersteOrte li:hover{
    background: #006CE6;
    background: linear-gradient( #1985FF, #0164D4 );
    color:#fff;
}
.preis{
    font-size: 21px;
    font-weight: bold;
    color: #666;
    padding: 10px 5px;
}
#ajaxmsgdiv {
    margin:20px 0px;
    padding: 20px;
    color: white;
    display: none;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}