/*=====================================================*/



/* ==========================================================
   TeX Gyre Adventor – Joomla 6 / Cassiopeia Extended
   ========================================================== */

/* Regular */
@font-face {
    font-family: 'TeX Gyre Adventor';
    src: url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'TeX Gyre Adventor';
    src: url('../fonts/TeXGyreAdventor-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'TeX Gyre Adventor';
    src: url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'TeX Gyre Adventor';
    src: url('../fonts/TeXGyreAdventor-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* ==========================================================
   Grundschrift
   ========================================================== */

:root {
    --body-font: 'TeX Gyre Adventor', Arial, Helvetica, sans-serif;
}

html {
    font-size: 18px;
}

body {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.65;
    color: #222;
}


/* ==========================================================
   Artikel
   ========================================================== */

.com-content-article {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.5;
}

.com-content-article p {
    margin-bottom: 1.1em;
}


/* ==========================================================
   Überschriften
   ========================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--body-font);
    font-weight: 700;
    line-height: 1.25;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.65rem;
}

h3 {
    font-size: 1.35rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}


/* ==========================================================
   Fett / Kursiv
   ========================================================== */

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}


/* ==========================================================
   Listen
   ========================================================== */

ul,
ol {
    line-height: 1.4;
}


/* ==========================================================
   Tabellen
   ========================================================== */

table {
    font-family: var(--body-font);
    font-size: 0.95rem;
}

th {
    font-weight: 700;
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 768px) {

    html {
        font-size: 17px;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }
}