/*
 * Allgemeine Geschaeftsbedingungen - Page-spezifische Styles
 *
 * Basis-Styles (Hero, Fonts, Responsive) kommen aus hybrid-pages.css.
 * Hier nur AGB-spezifische Formatierung.
 *
 * Strategie: #primary bleibt full-width (Astra page-builder Modus).
 * Zentrierung ueber den inneren .agb-content Wrapper,
 * der von Astra nicht angefasst wird.
 *
 * @package Natur-Luftballons
 * @since 1.0
 */

/* ===================================================================
   CONTENT-WRAPPER (Zentrierung)
   #primary bleibt full-width (Astra page-builder).
   .agb-content uebernimmt max-width + Zentrierung.
   =================================================================== */

.agb-content {
    font-family: "Nunito", sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}


/* ===================================================================
   INHALTSVERZEICHNIS
   =================================================================== */

.agb-toc ol {
    padding-left: 1.5rem;
    margin: 0.5rem 0 0 0;
}

.agb-toc li {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 0.1rem;
}


/* ===================================================================
   SEKTIONEN
   =================================================================== */

.agb-section {
    margin-bottom: 2rem;
}

.agb-section:last-child {
    margin-bottom: 0;
}

.agb-section h2 {
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #62BC66;
}

.agb-section h3 {
    font-family: "Nunito", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #444444;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.agb-section p,
.agb-section li {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
    line-height: 1.8;
}

.agb-section p {
    margin: 0 0 0.75rem 0;
}

.agb-section p:last-child {
    margin-bottom: 0;
}

.agb-section ul {
    margin: 0.5rem 0 0.75rem 1.5rem;
    padding: 0;
}

.agb-section li {
    margin-bottom: 0.25rem;
}


/* ===================================================================
   LINKS
   =================================================================== */

.agb-content a {
    color: #62BC66;
    text-decoration: none;
    transition: color 0.2s ease;
}

.agb-content a:hover {
    color: #4a9a4e;
    text-decoration: underline;
}


/* ===================================================================
   RESPONSIVE
   =================================================================== */

@media (max-width: 768px) {
    .agb-content {
        padding: 1.5rem 1rem;
    }

    .agb-section h2 {
        font-size: 1.3rem;
    }

    .agb-section h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .agb-content {
        padding: 1rem 0.75rem;
    }

    .agb-section h2 {
        font-size: 1.2rem;
    }

    .agb-section h3 {
        font-size: 1.05rem;
    }
}
