/*.haase-media-search-wrapper {*/
/*    position: relative;*/
/*    width: 500px;*/
/*    height: 20px;*/
/*    display: flex;*/
/*    transform: translateX(-30%);*/
/*    z-index:1000;*/

/*}*/

.haase-media-suchfeld {
    padding: 10px;
    border: 0.5px solid rgba(39, 64, 139, 0.3);
    background-color: rgba(39, 64, 139, 0.03);
    position: relative;
    width:500px;
    height:48px !important;
}

.haase-media-search-button {
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    right:15px;
    top:-2px;
    width:24px;
    height:24px;
}


.haase-media-search-button svg{
    width:14px;
    height:14px;

}

.search-suggestions {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    width: 500px;
    /*max-height:200px;*/
    /*height:500px;*/
    /*box-sizing: border-box;*/
    display: none; /* Anfangs versteckt */
    top:35px;
    z-index:1000000;
    overflow-y:scroll;
}
