.ac_resultshead {
    margin: 2px 0 0 0;
    overflow: hidden;
    min-width: 258px !important;
    min-height: 40px;
    z-index: 400;
    border-radius: 2px;
    border: 1px solid var(--primary-border);
    background: #FFF;
    box-shadow: 0px 0px 40px 5px rgba(207, 207, 207, 0.15);
    /*position: fixed !important;*/
}

    .ac_resultshead ul {
/*        width: 208px;
        max-height: 80%;
        margin-top: 24px;
        list-style-position: outside;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        border-top: none;*/
    }

        /********* Scrollbar ********/

        /*
 *  STYLE 1
 */

        .ac_resultshead ul::-webkit-scrollbar-track {
            /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 5px;*/
            background-color: #d7d7d7;
        }

        .ac_resultshead ul::-webkit-scrollbar {
            background-color: #d7d7d7;
            width: 5px;
        }

        .ac_resultshead ul::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #4F4F4F;
        }

    .ac_resultshead iframe {
        display: none; /*sorry for IE5*/
        display /**/: block; /*sorry for IE5*/
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        filter: mask();
        width: 3000px;
        height: 3000px;
    }

    .ac_resultshead li {
        font-family: Noto Sans;
        font-size: 16px;
        cursor: pointer;
        display: block;
        width: 100%;
        line-height: 26px;
        padding: 0.375rem 1.063rem;
        color: #3F3F3F;
        /*        margin: 0;
        padding: 7px 7px 7px 10px;
        cursor: pointer;
        display: block;
        width: 96.3%;
        font: menu;
        font-size: 14px;
        line-height: 1.5;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        border-bottom: solid 1px #53585C;*/
    }

.ac_loading {
    background: Window url('./ajaxloader.gif') right center no-repeat;
}

.ac_over {
    color: #F63535 !important;
    background-color: #F9F9F9;
}

/* Input Form */
div.divacinputfield {
    float: left;
}

    div.divacinputfield > input, button.divacbutton {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
        height: 25px;
    }


    div.divacinputfield > .input_searchfield {
        border: 1px solid #c0c0c0;
        height: 25px;
        width: 200px;
        padding: 4px 2px 4px 4px;
        font-size: 13px;
        line-height: 14px;
    }

button.divacbutton {
    width: 60px;
    float: left;
    margin-left: 5px;
    text-align: center;
    padding: 4px 2px 4px 4px;
    font-size: 13px;
    line-height: 14px;
    border: 1px solid #c0c0c0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: white;
}





/*Placeholder formatieren */
div.divacinputfield > input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a0a0a0;
}

div.divacinputfield > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a0a0a0;
    opacity: 1;
}

div.divacinputfield > input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a0a0a0;
}

div.divacinputfield > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a0a0a0;
    opacity: 1;
}


/* ############################### MAX 768 ################################## */
@media only screen and (max-width: 360px) {
   .ac_resultshead {
       min-width: 175px;
   }
}
