
.ac_resultscontent {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    background-color: #d7d7d7;
    border: none;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-top:2px;
    z-index:100;
    max-height: 30%;
    overflow-y: scroll;
}

    .ac_resultscontent ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 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 {
        margin: 0px;
        padding: 6px 5px 6px 8px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 14px;
       line-height: 15px;
        overflow: hidden;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

.ac_loading {
    background: Window url('./ajaxloader.gif') right center no-repeat;
}

.ac_over {
    background-color: #006c9b;
    color: #fff;
    /*background-color: none;*/
    /*color: HighlightText;*/
}

/* Input Form */

.div_portal_container .divacinputfield_container, .div_content_main .divacinputfield_container{
    width: 65.12%;
    position: relative;
}

div.divacinputfield {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.divacinputfield_container .searchbutton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    top: 5px;
    right: 5px;
    z-index: auto;
    /* width: 32px;
    height: 32px;
    top: 5px;
    right: 5px;
    z-index: auto;*/
}

    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 > .iptautocomplete {
        border: 1px solid #b1b1b1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 42px;
        width: 100%;
        padding: 4px 2px 4px 4px;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0px 20px 0 4px;
        line-height: 14px;
        position: relative;
    }

    div.divacinputfield > .iptautocomplete::-ms-clear {
        display: none;
    }
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
       
}


.h1_ac_title{
    margin-bottom: 24px;
}



/*Placeholder formatieren */
div.divacinputfield > input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #414141;
}
div.divacinputfield > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #414141;
   opacity:  1;
}
div.divacinputfield > input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #414141;
}
div.divacinputfield > input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #414141;
   opacity:  1;
}


/* ############################### MAX 768 ################################## */
@media only screen and (max-width: 768px) {
    .ac_resultscontent li {
        font-size: 17px;
        line-height: 24px;
    }

    .ac_resultscontent{
        max-height: 35%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 768px) {
    .ac_resultscontent{
        max-height: 22%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
