/* 
 * Design Optimization Proposal - presl.at 
 * Applies to: Typografie, Abstände
 */

/* 1. Typografie & Lesbarkeit: Erhöhte Zeilenhöhe für besseren Lesefluss */
body {
    line-height: 1.7 !important;
}

h1, h2, h3 {
    line-height: 1.2 !important;
    margin-bottom: 0.5em;
}

/* Mobile Anpassungen für Überschriften */
@media (max-width: 767px) {
    h1 { font-size: 2.2rem !important; }
    h2 { font-size: 1.8rem !important; }
    h3 { font-size: 1.4rem !important; }
}

/* 2. Abstände (Whitespace): Mehr Luft auf mobilen Geräten */
@media (max-width: 767px) {
    .elementor-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}