/* ================================================================= */
/*                           Allgemeine Stile                        */
/* ================================================================= */
@import url('../css/variables.css');

/* ================== Grundstruktur ================== */
.agb-body {
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

/* ===================== Header ====================== */
.agb-header {
    background-color: var(--logo-color);
    text-align: center;
    padding: 30px;
}

.agb-title {
    font-size: 2rem;
    font-weight: bold;
}

/* ================== Hauptbereich =================== */
.agb-main {
    max-width: 100rem;
    margin: 1rem auto;
    padding: 2rem;
}

.agb-section {
    margin-bottom: 20px;
}

/* ================= Abschnittstitel ================= */
.agb-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
}

/* ======================= Text ====================== */
.agb-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.agb-text a {
    color: #007bff;
    text-decoration: none;
}

.agb-text a:hover {
    color: #0056b3;
}
