/*.input_tel{
  color: #777;
  float: left;
  margin-bottom: 5px;
  padding: .3em !important;
  border: none;
}
.input_tel::-webkit-input-placeholder {
  line-height: 1.3;
}
.input_tel:focus{
  border: none;
}
.land_tel{
  max-width: 19%;
  margin-right: 1% !important;
}
.vorwahl_tel{
  max-width: 26%;
}
.nummer_tel{
  max-width: 49%;
}              
#trennen_tel{
  width: 3%;
  font-size: 1.5em;
  float: left;
  height: 38px;
  text-align: center;
  padding: 0 1%;
  line-height: 36px;
}
#container_tel{
  background: #fff;
  height: 38px;
  border: 1px solid #777;
}
@media (max-width: 980px) and (min-width: 400px){
  #container_tel{
    display: inline-block;
    width: 100%;
  }
}*/
#trennen_tel{
  display: none !important;
}
.input_tel{
  color: #777;
  float: left;
  margin-bottom: 5px;
  padding: .3em !important;
  border: 1px solid;
}
.input_tel::-webkit-input-placeholder {
  line-height: 1.3;
}
.land_tel{
  max-width: 19%;
  margin-right: 1% !important;
}
.vorwahl_tel{
  max-width: 26%;
  margin-right: 1% !important;
}
.nummer_tel{
  max-width: 53%;
}
@media (max-width: 980px) and (min-width: 400px){
  #container_tel{
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 980px) and (min-width: 480px){
  form#form_tel {
    max-width: 320px;
    margin: auto;
  }
}
@media (max-width: 360px){
  .vorwahl_tel{
    max-width: 30%;
  }
  .nummer_tel{
    max-width: 49%;
  }
}
#form_tel .input-text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}