.suchformular {
        width: 80%;
        height: 30px;
}
.suchformular .input-search {
        
        width: 200px;
        height: 30px;
        font-size: 16px;
        padding: 0 0 0 10px;
        background: #eaeaea;
        box-sizing: border-box;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #676964;
        opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #676964;
}
::-ms-input-placeholder { /* Microsoft Edge */
        color: #676964;
}
input:focus::placeholder {
        color: transparent;
}
.button {
        position: absolute;
        width: 50px;
        height: 30px;
        right: 0px;
        top: 0px;
        background: #676964;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
}
.button i {
        color: #fbfbfb;
}
.button:hover {
        background: #AEB37F;
        cursor: pointer;
}








