/* E-Maileingabefeld Haken*/

#js-emailWrap{
    position: relative;
}
#js-phoneWrap{
    position: relative;
}
.js-inputOK {
    border: none;
    background: none;
    padding: 0;
    width: 45px;
    height: 54px;
    position: absolute;
    right: 20px;
    top: 0px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}


.js-inputOK:before {
    content: '\2713';
    position: relative;
    top: 20px;
    left: 14px;

}

/* 29.12.2019 MM */
