@media only screen and (min-width: 601px) {
  .content .employee #employeeContact {
    float: left;
    max-width: 60%;
  }
  .aufmacher__text {
    padding-right: calc(46px + 20px);
  }
  .servicesearch {
    bottom: 17px;
    margin-right: 0 !important;
  }
  .servicesearch__trigger {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .servicesearch__formcontainer--opened {
    width: 100%;
  }
  .servicesearch .formField {
    width: 81%;
    margin: 10px;
  }
  .servicesearch input[type='image'] {
    float: none;
    position: absolute;
    right: 20px;
  }
}
