.autocomplete-suggestions{
    background: #FFF;
    border: 1px solid black;
    overflow: auto;
    padding: 15px;
    min-width: 300px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 30px;
}
#sucheWrapper{
    padding: 0.5rem;
    margin-top: 2rem;
}
.ukModalKostenuebernahme .uk-modal-dialog{
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}
.autocompleter{
    background: #FFF;
    position:relative;
    height: 3rem;
    border-radius: 5px;
    width: 80%;
    font-size: 1rem;
}
.inputWrapper{
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.searcher{
    content: "koko";
    color: #FFF;
    background: #8CC686;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    border-radius: 5px;
    margin-top: 1rem;
}
.fakeButton{
    background: #98C28D;
    height: 3rem;
    padding: 0 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}
.fakeButton span{
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFF;
}
.fakeButton img{
    max-height: 60%;
    height: 100%;
    margin-bottom: 0 !important;
    margin-right: 0.5rem !important;
    display: block;
}

.logosReplacer.replaced{
    display: flex;
    align-items: center;
    padding: 6rem !important;
    background-color: #ccc;
}

.uebernahme{
    width: 80%;
    border-radius: 5px;
    border: 2px dashed #CCC;
    display:none;
    padding: 10px;
}

.costAbsorpTrue{
    background: #8CC686;
    display:block;
    color: #FFF;
}
.costAbsorpFalse{
    background: red;
    color: #FFF;
    display:block;
}

.hinweis{
    font-size: 0.7rem;
    color: #333;
    margin-top: 5px !important
}