nav input.suche_input {
    background-size: 22px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-image: url(../../img/lupe.png);
    padding: 8px 8px 8px 38px;
    font-size: 14px;
    border-radius: 8px;
    width: 200px;
    margin-right: 16px;
    margin-left: 16px;
    vertical-align: middle;
    border: 1px solid #808080;
}



nav input.suche_input:focus {
    border: 1px solid #4e4e4e;
}



nav .suche_vorschau {
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-radius: 0px 0px 8px 8px;
    width: 200px;
    text-align: left;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    display: none;
}



nav .suche_vorschau .textlink {
    font-size: 13px;
    padding: 8px;
    cursor: pointer;
}



nav .suche_vorschau .textlink:hover {
    background-color: #d8d8d8;
}



@media screen and (max-width: 600px){
    nav input.suche_input {
        width: 160px;
        margin-top: 16px;
    }
}