/* Lesbarkeit */
.elementor-widget-text-editor p{max-width:68ch}
.elementor-heading-title{text-wrap:balance}
/* Foto mit blauem Versatz-Block (Schatten) */
.lt-photo{position:relative;display:block}
.lt-photo img{position:relative;z-index:1;display:block;border-radius:16px}
.lt-photo::after{content:"";position:absolute;inset:20px -20px -20px 20px;background:#67AECA;border-radius:16px;z-index:0}
/* Collage Multiply-Blend */
.lt-collage img{mix-blend-mode:multiply}
/* Hero Box-Linien (schraege Rahmen-Rauten) */
.lt-hero{position:relative;overflow:hidden}
.lt-hero::before,.lt-hero::after{content:"";position:absolute;pointer-events:none;border:1.5px solid;transform:rotate(45deg);border-radius:40px;z-index:0}
.lt-hero::before{width:420px;height:420px;top:-190px;right:-150px;border-color:rgba(103,174,202,.4)}
.lt-hero::after{width:250px;height:250px;top:120px;right:110px;border-color:rgba(103,86,130,.28)}
.lt-hero>*{position:relative;z-index:1}