/**
 * Automatisch generiertes CSS basierend auf globalen Styling-Einstellungen
 * Generiert am 2025-04-21 10:55:06
 */

h1 {
    font-size: 5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;
}

.btn-primary {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    border-radius: 0.25rem;
}

.btn-primary:hover {
    background-color: #0069d9;
    color: #ffffff;
}

.btn-secondary {
    background-color: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
    border-radius: 0.25rem;
}

.btn-secondary:hover {
    background-color: #5a6268;
    color: #ffffff;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #212529;
}

