.caption 
  {
    word-break: normal;
  }
  #direct-call 
  {
    z-index: 2147483646;
  }
  strong a 
  {
    font-family: "FrutigerLTStd-Bold",Hevetica,Arial,sans-serif;
  }
  #contactformGroupEN .form-group
  {
    overflow: hidden;
  }
  #contactformGroupEN .form-check
  {
     float: left;
     width: auto;
     min-width: 100px;
  }
  #contactformGroupEN .form-check span 
  {
     padding-left: 5px;
  }
  #contactformGroupEN label 
  {
     font-weight: normal;
  }
  #contactformGroupEN .btn-toolbar {
     float: right;
  }
  #contactformGroupEN select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image:none\9; /* target Internet Explorer 9 to undo the custom arrow */
        padding: 5px\9; /* target Internet Explorer 9 to undo the custom arrow */
        background: url("/fileadmin/eckesgranini/constructionkit/images/content/triangel_down.png") 98% 50% no-repeat;
    }
    #contactformGroupEN select::-ms-expand 
    {
        display: none; /* hide the default arrow in ie10 and ie11 */
    }
    #contactformGroupEN .error.help-block, 
    #contactformGroupEN .has-error .help-block,
    #contactformGroupEN .has-error .control-label, 
    #contactformGroupEN .has-error .radio, 
    #contactformGroupEN .has-error .checkbox, 
    #contactformGroupEN .has-error .radio-inline,
    #contactformGroupEN .has-error .checkbox-inline, 
    #contactformGroupEN .has-error.radio label, 
    #contactformGroupEN .has-error.checkbox label, 
    #contactformGroupEN .has-error.radio-inline label, 
    #contactformGroupEN .has-error.checkbox-inline label 
    {
        color: @brand-secondary;
    }
    #contactformGroupEN .has-error .form-control 
    {
        color: @brand-secondary;
        border-color: @brand-secondary;
        &::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: @brand-secondary;
            opacity: 1; /* Firefox */
        }

        &:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: @brand-secondary;
        }

        &::-ms-input-placeholder { /* Microsoft Edge */
            color: @brand-secondary;
        }
    }
    #contactformGroupEN button.fileUploadButton {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        border-color: #ccc;
        font-size: 14px;
        line-height: 20px;
    }
    #contactformGroupEN button.fileUploadButton:hover {
        border-color: #adadad;
        background-color: #e6e6e6;
    }
    #contactformGroupEN span.fileUploadText {
        padding-left: 10px;
    }