@font-face {
    font-family: "LilitaOne";
    src: url("../fonts/LilitaOne");
    src: url("../fonts/LilitaOne?#iefix") format("embedded-opentype"),
        url("../fonts/LilitaOne.woff2") format("woff2"),
        url("../fonts/LilitaOne.woff") format("woff"),
        url("../fonts/LilitaOne.ttf") format("truetype"),
        url("../fonts/LilitaOne.svg#LilitaOne") format("svg");
    font-weight: normal;
	font-style: normal;}



.store-name-red {
    color: #ff0000; /* Oder ein spezifischer Hex-Code */
}
.mod_storelocator_list .entry .entry
{ 
	font-family: LilitaOne;
font-weight: 400;
font-size: 10px;
color: #06D6A0;
margin-bottom: 10px;
}

.mod_storelocator_list .entry .address
{ font-family: LilitaOne;
font-weight: 400;
font-size: 18px;
color:#EF476F;
margin-bottom: 10px;
}
.mod_storelocator_list .entry .address a
{ 
	font-family: LilitaOne;
font-weight: 400;
font-size: 10px;
color: #var(--secondColor);
margin-bottom: 10px;
}


.meine-hauptueberschrift {
    color: #var(--accentColor);            /* Eine schicke dunkle Farbe */
    font-family: 'LilitaOne', sans-serif; 
    font-size: 40px;
	text-transform: uppercase;/* Die Größe der Schrift */
    text-align: center;        /* Mittige Ausrichtung */
    padding-bottom: 30px;      /* Abstand zur Linie */
    margin-top: 30px;          /* Abstand nach oben */
}
