/*
Theme Name: Easyerklärt Divi Child
Theme URI: https://www.easyerklaert.de
Description: Easyerklärt Divi Child Theme
Author: Fatima Kabiri-Web & Sketch Easyerklärt
Author URI: https://www.easyerklaert.de
Template: Divi
Version: 1.0.0
Text Domain: hello-divi-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*

/* Hier beginnt dein benutzerdefiniertes CSS */

/* Standard-Schriftgröße für große Bildschirme */
body {
    font-size: 1.125em;
}

h1 {
    font-size: 1.125em;
}

p {
    font-size: 1.125em;
}

/* Schriftgrößen für Tablets */
@media (max-width: 768px) {
    body {
        font-size: 1em;
    }

    h1 {
        font-size: 1.875em;
    }

    p {
        font-size: 1em;
    }
}

/* Schriftgrößen für Smartphones */
@media (max-width: 480px) {
    body {
        font-size: 0.875em;
    }

    h1 {
        font-size: 1.5em;
    }

    p {
        font-size: 0.875em;
    }
}
