#thesearchdiv {
    background: linear-gradient(to bottom,#0468a5 0,#023a5d 100%);
    padding: 1em 1em 1em 1em;
    margin: 0 0 1em 0;
}

#thesearchdiv input, #dropdownberufsfeld {
    margin: 0;
    padding: 1em;
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: left;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}

#thesearchdiv .caret{
    left: 100%;
    position: absolute;
    margin-top: 1.5em;
    margin-left: -1.5em;
}

#thesearchdiv .searchsubmit{
    border: none;
    border-radius: 0;
    padding: 1em;
    background: linear-gradient(to bottom,#ECD799 5%,#D9AD27 100%) #D9AD27;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.42857143;
}

#thesearchdiv form{
    margin: 0;
}

.dropdown button span{
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

ul li a:hover{
    cursor: pointer;
}