/* LEGAL */
.lpage{padding-top:72px;min-height:100dvh}
.lhero{background:var(--nv);padding:6rem 5rem 4.5rem;position:relative;overflow:hidden}
.lblb{width:500px;height:500px;background:rgba(26,92,97,.25);top:-200px;right:-100px;animation-delay:-3s}
.lh1{font-family:var(--fd);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#fff;line-height:1.04;position:relative;z-index:1}
.lh1 em{font-style:italic;color:var(--color-frame-gold)}
.lbody{padding:5rem;max-width:820px;border-left:1px solid rgba(194,147,67,.22);margin-left:2rem}
.lbody h2{font-family:var(--fd);font-size:1.5rem;font-weight:600;color:var(--nv);margin:2.5rem 0 .85rem}
.lbody h2:first-child{margin-top:0}
.lbody p{font-size:.9rem;line-height:1.85;color:var(--gr);margin-bottom:1rem}
.lbody ul{list-style-type:'◆ ';list-style-position:outside;padding-left:1.25rem;margin-bottom:1rem}
.lbody ul li{font-size:.9rem;line-height:1.8;color:var(--gr)}
.lbody ul li::marker{color:var(--color-frame-gold);font-size:.75em}
.lbody a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.lbody a:hover{color:var(--color-frame-gold)}
@media(max-width:900px){.lbody{margin-left:0;border-left:none}}


/* Image integration */
.lhero{background-image:linear-gradient(90deg,rgba(10,26,46,.96),rgba(10,26,46,.65)),url("../../images/EU-Parlament_SITZUNG__Kopie.webp");background-size:cover;background-position:center}
