/**
 * Basis-Styles für Elementor-Seiten
 * Minimale Styles damit Elementor korrekt funktioniert
 */

/* Box Sizing */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Basis Reset */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

/* Main Content Area */
.site-main {
    min-height: 50vh;
}

/* Links */
a {
    color: inherit;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Elementor Full Width Support */
.elementor-page .site-main {
    padding: 0;
}

/* Elementor Section Full Width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}
