.wc-listing
{
    top: 0px;
    left: 0px;
    width: 100%;
    
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 10px;

    /*
    border: solid 1px var(--grey); 
    background-color: #F0F0F0;
    */
}

.wc-listing-item
{
}

.wc-listing-item:hover
{
}

.wc-listing-bullets
{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100px;
    float: left;
    width: calc(100% - 8px);
}

.wc-listing-bullets-item
{
    display: inline-flex;
    font-size: 13px;
    line-height: 17px;
    font-family: Lato;
    color: white;
    border-radius: 4px;
    background-color: var(--middle-grey);
    padding: 4px;
    padding-left: 8px;
    padding-right: 28px;
    margin: 1px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
   
    background-image: url("/unternehmen/sites/eventcompanies/images/css/x.svg");
    background-repeat:no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px 10px;
}

.wc-listing-bullets-item:hover
{
    background-color: var(--middle-hover-grey);

    /*
    color: var(--dark-blue);
    background-image: url("/unternehmen/sites/eventcompanies/images/css/x.svg");
    background-repeat:no-repeat;
    background-position: center;
    background-size: 15px 15px;
    */
}


.wc-listing-bullets-item-x
{
    /*
    position: absolute;
    opacity: 0;

    left: 0px;
    top: 0px;
    width: 100%; 
    height: 100%; 
    
    background-image: url("/unternehmen/sites/eventcompanies/images/css/x.svg");
    background-repeat:no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px 12px;
    */
}

.wc-listing-bullets-item-x:hover
{
    */
    display: block;
    background-color: var(--blue);
    opacity: 0.8;
    border-radius: 4px;
    */
}

@media all and (max-width:455px)
{
    .wc-listing-bullets-item
    {
        /* font-size: 12px; */
    }
}