/****THEME FONTS*****/


/*
font-family: 'Source Serif Pro', serif;
font-family: 'Arapey', serif;
font-family: 'Krub', sans-serif;
*/


/* rufina-regular - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Rufina";
    font-style: normal;
    font-weight: 400;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/rufina-v15-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* rufina-700 - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Rufina";
    font-style: normal;
    font-weight: 700;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/rufina-v15-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-regular - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 400;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-italic - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: italic;
    font-weight: 400;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-600 - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 600;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-600italic - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: italic;
    font-weight: 600;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-600italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-700 - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: normal;
    font-weight: 700;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* albert-sans-700italic - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Albert Sans";
    font-style: italic;
    font-weight: 700;
    src: url("https://www.pichler-ra.at/wp-content/themes/astra-impuls-child/fonts/albert-sans-v1-latin-700italic.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* -------------------------- start fonts body main -------------------------- */

body {}

.content-wrapper a {
    transition: all 0.5s ease 0s;
    color: inherit;
}

.dsgvo p {
    font-size: 10px;
    line-height: 1.3;
}

html {
    font-size: 17px;
    font-family: var(--mainfont);
    color: var(--color-1);
}

p,
li {
    font-size: var(--main-font-size);
    letter-spacing: 0.02em;
    line-height: 1.8;
    font-family: var(--mainfont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    /*text-wrap: balance;*/
}

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-size: var(--h1-font-size);
    color: var(--color-2);
    font-family: var(--headlinefont);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}

h2,
.entry-content h2 {
    font-size: var(--h2-font-size);
    font-family: var(--mainfont);
    color: var(--color-1);
    line-height: 1.2;
    font-weight: 700;
}

h3,
.entry-content h3 {
    font-size: var(--h3-font-size);
    font-family: var(--mainfont);
    color: var(--color-1);
}

h4,
.entry-content h4 {
    font-size: var(--h4-font-size);
    color: var(--color-2);
    font-family: var(--headlinefont);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}

h5,
.entry-content h5 {
    font-size: 1.29rem;
    font-family: var(--mainfont);
    color: var(--color-1);
}

h6,
.entry-content h6,
h6.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-size: 14px;
    color: var(--color-2);
    font-family: var(--headlinefont);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    p,
    li {
        line-height: 1.7em;
    }
}

@media (max-width: 560px) {
    .einleitung-schmal h1 {
        font-size: 0.8rem;
    }
}