.ac_resultscontent {
    padding: 0px 0 0 0;
    /*border: 1px solid #c0c0c0;*/
    background-color: Window;
    overflow: auto;
    width: 500px !important;
    margin-top: 0;
    min-height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 25px 1px rgba(103, 129, 129, 0.15);
    margin-top: 2px;
}

.searchopen .ac_resultscontent{
    z-index: 20;
}

    .ac_resultscontent ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 17px 0 10px 0;
        margin: 0;
    }

    .ac_resultscontent 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_resultscontent li {
    padding: 0 0 7px 23px;
    /*padding: 5px 5px 5px 18px;*/
    /*        margin: 0 10px 0 10px;
        padding: 10px 0 10px 0;*/
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*width: 100%;*/
    /*font: menu;*/
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    overflow: hidden;
    /*        border-bottom: 1px solid #cdcdcd;*/
    color: #323F34;
}

    .ac_resultscontent li:before {
        content: '';
        background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="arrow-right (1) 2"><path id="Vector" d="M11 4.5835L17.4167 11.0002L11 17.4168" stroke="%23323F34" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
        width: 22px;
        height: 22px;
        position: relative;
        top: -1px;
        margin-right: 8px;
    }

    /*.ac_resultscontent li:last-child{
        border-bottom: none;
    }*/

.ac_loading {
    background: Window url('./ajaxloader.gif') right center no-repeat;
}

/*.ac_over {
    background-color: Highlight;
    color: HighlightText;
}*/

/* Input Form */







/*Placeholder formatieren */
div.divacinputfield > input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbbbbb;
}
div.divacinputfield > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbbbbb;
   opacity:  1;
}
div.divacinputfield > input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #bbbbbb;
}
div.divacinputfield > input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbbbbb;
   opacity:  1;
}


/* ############################### MAX 768 ################################## */
@media only screen and (max-width: 500px) {
    .ac_resultscontent {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 80.4% !important;
    }
}

