.searchbox {
    font: inherit;
    text-rendering: geometricPrecision;
    -webkit-text-size-adjust: none;
    font-family: noto_sansregular, Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0px;
    padding: 25px;
    box-sizing: border-box;
    word-break: break-word;
    font-size: 1rem;
    line-height: 1.5625rem;
    z-index: 100;
    width: 100%;
    border-radius: 5px;
    /*background-color: rgba(230, 230, 230, 0.7);*/
    background-color: rgba(240, 240, 240, 0.95);
    /*color: #333333;
    background-color: #333333;*/
}

.searchbox > .fastSearchHeadline{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    /*padding: 25px;*/
}

.trennlinie{
    height: 4px;
    border-bottom: 2px solid grey;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hitResults{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: initial;
}

.fastSearchResultsHeadline{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}

.fastSearchHeadline > .kategorieZeile{
    font-weight: bold;
    font-size: 16px;
}

.kategorieZeile > .fastSearchResultsHeadline{
    font-weight: bold;
    font-size: 16px;
}

.autocompletekmOut {
    margin: 0px;
    width: 80%;
    /*background-color: white;*/
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    /*background: #ffffff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e6e6e6;
    */
}

.zeile-autocomplete {
    font: inherit;
    font-weight: initial;
    font-family: noto_sansregular, Arial, Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    -webkit-text-size-adjust: none;
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 1px 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    word-break: break-word;
    overflow: hidden;
    /*background-color: rgba(240, 240, 240, 0.95);*/
}

.zeile-autocomplete.acdiv{
    display: flex;
    /*padding-left: unset;*/
}
.zeile-autocomplete.acdiv > span{

    text-overflow: ellipsis;
    overflow: hidden;
}

.nextArrow{
    /*padding-left: 50px;*/
    background: url(https://media.koelnmesse.io/anuga/assets/icons/icon_arrow_right_dark.svg) 0px center no-repeat transparent;
    background-size: 16px 16px;
    height: 20px;
    width: 22px;
    min-width: 22px;
}

.theme-dark .autocompletekmOut .searchbox{
    background-color: var(--dark-theme-dark);
}

.theme-dark .autocompletekmOut .searchbox .nextArrow{
    background: url(https://media.koelnmesse.io/styleguide/assets/icons/icon_arrow_right_light.svg) 0px center no-repeat transparent;
    background-size: 16px 16px;
    height: 20px;
    width: 22px;
    min-width: 22px;
}

.nextArrowWhite{
    /*padding-left: 50px;*/
    background: url(https://media.koelnmesse.io/styleguide/assets/icons/icon_arrow_right_light.svg) 0px center no-repeat transparent;
    background-size: 16px 16px;
    height: 20px;
    width: 22px;
    min-width: 22px;
    margin-right: 10px;
}

.nextArrow~div{
    overflow: hidden;
    text-overflow: ellipsis;
}

.acdiv {
    padding:5px;
    cursor:pointer;
}
/*
.acdiv:hover {
    background-color: #efefef;
}
*/

/*@media (max-width: 768px) {*/
/*    .acdiv {*/
/*        font-size: 2em;*/
/*        padding:10px;*/
/*    }*/
/*}*/


/* "Alle löschen X" wird zu "X" */
@media (max-width: 1025px){
    #removeSearchText span{
        display: none;
    }
    #removeSearchText{
        left: 0px!important;
    }
}

.leftSide{
    flex-grow: 2;
    flex-direction: column;
    overflow: hidden;
}

.rightSide{
    font-weight: initial;
    display: flex;
}

.rightSide > span{
    line-height: 20px;
}
