/*Servicesuche für Adressen- und Startseiten*/
.servicesuche {
    border: none;
    background-color: #f3f3f3;
}

.servicesuche-inner {
    padding: 0 1rem 1rem 1rem;
}

.servicesuche ul.linked-products {
    list-style: none;
    padding: 0;
}

.servicesuche ul.linked-products li {
    padding-left: 0;
    background-image: none;
    padding-top: .5rem;    
    hyphens: auto;
}


.servicesuche ul.linked-products li a  {
    border-bottom: 1px solid var(--gray-link);
    margin-bottom: 0px; 
    color: var(--default-font-color);
    text-decoration: none;
    background-image: none;
    padding: .5rem 0;
    margin-top: 0.25rem;   
    display: block;
    width: fit-content;
    font-family: var(--font-family-regular);
}

/*Ausnahme für Servicebox die nicht auf Artikelseiten sind*/
body:not(.moderncss) .servicesuche ul.linked-products li a  {
    font-size: var(--font-size-xl)!important;
}

@media only screen and (min-width: 768px){
    body:not(.moderncss) .servicesuche ul.linked-products li a  {
    font-size: var(--font-size-lg)!important;
    }
}

.servicesuche ul.linked-products li a:hover {
    border-bottom-color: var(--red);
}


.servicesuche ul.linked-products li a:before  {
content: '';
background-image: url('/images/x22/icons/arrow-right-red.svg')!important;
background-position: 0 2px;
background-repeat: no-repeat;
margin-right: 0.5rem!important;
margin-left: 0.1rem;
background-size: 1.5rem;
display: inline-block;
width: 1.5rem;
height: 1.3rem;
}