/* testi fissi */
/* un modo comodo per attivarli o disattivarli è evidenziarli e trascinarli dentro e fuori dai commenti */

tipologia_post::before {content: "Gesponsert";}
a::before {content: "Mehr anzeigen...";}
testo_summary_reactions::before{content:"8 Kommentare 18,7 Tsd. Mal geteilt";}
testo_visualizzazioni::before {content: "";}
testo_condivisioni::before {content: "Mal geteilt: 18,7 Tsd.";}
testo_buttons { font-size: calc(var(--scaling_factor)*0.28); }
testo_mipiace::before {content: "Gefällt mir";}
testo_commenta::before {content: "Kommentieren";}
testo_condividi::before {content: "Teilen"; padding-right: calc(var(--scaling_factor)*0.4);}


/* 
tipologia_post::before {content: "Sponsorizzato";}
a::before {content: "Altro...";}
testo_summary_reactions::before {content: "Commenti: 8 Condivisioni: 16";}
testo_visualizzazioni::before {content: "Visualizzazioni: 12 mila";}
testo_condivisioni::before {content: "Condivisioni: 64";}
testo_mipiace::before {content: "Mi piace";}
testo_commenta::before {content: "Commenta";}
testo_condividi::before {content: "Condividi";}

tipologia_post::before {content: "Sponsorisé";}
a::before {content: "Afficher la suite...";}
testo_summary_reactions::before{content:"8 commentaries 16 partages";}
testo_visualizzazioni::before {content: "Vues: 18,7 mila";}
testo_condivisioni::before {content: "Partages: 64";}
testo_mipiace::before {content: "J’aime";}
testo_commenta::before {content: "Commenter";}
testo_condividi::before {content: "Parteger";}



*/

/* il nome della pagina autrice del post - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
nomepagina::before {
	content: "NATURALE ITALIANO";
}

/* il frammento di testo che viene mostrato nella vista feed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* consigliabile lasciarlo su una sola riga, controllando che non ci siano \A\ */
testo_post_anteprima::before 
{
content: 
/* il max è circa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qui */
"❗️❗️Limitierte Edition ❗️❗️\A\
Nur für Gastronomiebetriebe und Feinkostgeschäfte.\A\
✅ KOSTENLOS für Sie...";
white-space: pre-wrap;
}

#testo_post_anteprima {
	max-height: calc(1em * 4.8);
	/* Generalmente non deve essere toccato, ma si può aumentare il secondo fattore per aumentare la dimensione delle righe dell'anteprima
	(e.g. se c'è un emoji in ogni riga 4.8 potrebbe essere troppo basso) */
	overflow: hidden;
}

/* il testo completo del post - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* \A\ = new line (\A) per il testo + escape newline per l'editor */
testo_post::before 
{
content: 
"❗️❗️Limitierte Edition ❗️❗️\A\
Nur für Gastronomiebetriebe und Feinkostgeschäfte.\A\
✅ KOSTENLOS für Sie eine Top-Auswahl italienischer Aufschnittwaren von Veroni, um Ihre Kunden zu BEGEISTERN mit den authentischsten Geschmackserlebnissen der italienischen Tradition! 🔝\A\
\A\
🏅 Italienische Qualitätsware 🇮🇹\A\
🚛 Gekühlte Lieferung bei 4°C\A\
⏳ Lieferung in 48 Stunden\A\
🍽 Über 500 natürliche und erlesene Qualitätsprodukte\A\
\A\
👇 Nutzen Sie diese Gelegenheit 👇";
white-space: pre-wrap;
}

/* il testo mostrato a sinistra in alto nella barra CTA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* DEVE ESSERE IN ALL CAPS, se la campagna non utilizza messanger può anche essere lasciato vuoto */
testo_cta_altosx::before {
	
	content: "WIRD IM MESSENGER GEÖFFNET";
/*	
	content: "SI APRE SU MESSENGER";
	content: "S’OUVRE DANS MESSENGER"; 
*/
}

/* il testo mostrato a sinistra in basso nella barra CTA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
testo_cta_bassosx::before {
	content: "Hier klicken 👉";
}

/* il testo mostrato a destra nel pulsante CTA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* per rimuovere l'icona messenger, togliere i caratteri di commento dalla prossima linea di codice */
/* .messanger { content: ""; width: 0; } */

testo_cta_button::before {
	
	content: "Jetzt buchen"; 
/*	
	content: "Réserver";
	content: "Sofort Anfragen";
*/
}