/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Your Name
Author URI: https://yourwebsite.com
Description: Child theme for GeneratePress
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/

/* Hier können Sie Ihre Custom CSS-Regeln hinzufügen */

.fragen-einzeln {
    max-width: 800px;
    margin: 2em auto;
    padding: 1em;
    background: #f8f8f8;
    border-radius: 8px;
}

.fragen-einzeln h1 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.fragen-content p {
    margin-bottom: 1.2em;
    line-height: 1.6;
}

.fragen-archiv {
    max-width: 900px;
    margin: 2em auto;
    padding: 1em;
}

.fragen-listeneintrag {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
}
