/* Energy Label */
.energy-label {display: flex;gap: 24px;justify-content: center;padding:24px 0;border: 1px solid grey;}
@media only screen and (max-width:768px){.energy-label {flex-direction:column;align-items: center}}
.energy-label .card {display: flex;flex-direction: column-reverse;}
.energy-label .card p {text-align: center;padding: 12px 0;margin: 0;font-size: 18px;font-weight: bold;}
.energy-label .card div {position: relative;display: block; width: 240px;height: 320px;background-size: cover;}
.energy-label .card div:before {position: absolute;content:"";top: 20px;left: 41px;font-family: "Arial Bold",sans-serif;font-weight: bold;font-size: 17px;font-style: normal;color: #000;line-height: 1em;}
html[lang*="de"] .energy-label .card div:before {content:"Energieetikette 2026";}
html[lang*="fr"] .energy-label .card div:before {content:"Etiquette-énergie 2026";}
html[lang*="it"] .energy-label .card div:before {content:"Etichetta Energia 2026";}
.el-a {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-A.jpg');}
.el-b {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-B.jpg');}
.el-c {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-C.jpg');}
.el-d {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-D.jpg');}
.el-e {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-E.jpg');}
.el-f {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-F.jpg');}
.el-g {background: url('https://www.fiat.ch/content/dam/fiat2023/ch/energy-label/EL-G.jpg');}