.SearchAndText{
  padding-top:5px;
  padding-bottom:25px;
  max-width:99.9%;
 
}

#search{  
  border:0px solid black;  
  /*display:table-cell;*/
  text-align:left;
  float:left;        
  border: 0px;
  padding-bottom: 10px;
  //height: 80px;
 // margin-top: -20px;

}            



/*
#search .form-text{ 
border: 0px;
line-height: 26px;
height: 28px;
margin-left:-5px;
margin-right:-15px;
border: 0px solid #FFB900;
}

#search .form-submit
{
 
  margin-bottom: 3px;
  height: 28px;
  width: 29px;
  cursor:pointer;
}
*/
#search .content{           
  //width:150px;
  //border: 1px solid #E5E5E5;
  //padding-left: 5px;
 // width: 160px;
    border: 1px solid #c9c4c4;
         height:35px;
}

#search input{
     border: none;
     line-height:0px;
      margin-top: 16px;
}

#search input:hover{
     border: none;
     line-height:0px;
};

#search input:focus{
     border: none;
     line-height:0px;
}


#search .form-submit {
    background: transparent url(../images/icon/lupe2.png) no-repeat scroll 100% 0px;
    font-size: 0px;
     height: 28px;
    width: 29px;
    box-shadow: none;
 /*   float: right;
    border: 0px;
    margin-bottom: 3px;
   
    cursor: pointer;    
    position: relative;
    top: -66px;
    left: 126px;*/
}
          
.form-search, .form-element{
max-width: 100%;
min-height: 30px;
padding: 0px;
font-size: 13px;
  }  
#search .form-item {
margin-top: -20px;
}

#search-block-form
{
 height: 38px; 
 margin-top: -10px;
}
/*
#search .form-element:focus {
  box-shadow: 0 0 0 0px var(--color-white), 0 0 0 0px var(--color-focus);
}
    
#search .button {
  border: 0px;
  box-shadow: none;
}
  #serach .form-actions {
 display: none;
flex-wrap: nowrap;
  align-items: normal;
  margin-top: 0;
  margin-bottom: 0;
}
 */
/*Chrome hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .content{           
 // width:160px;
  
  }
}
