/*
Classico URW Regular
font-family: "classico-urw", sans-serif;
font-weight: 400;
font-style: normal;


Classico URW Regular Italic
font-family: "classico-urw", sans-serif;
font-weight: 400;
font-style: italic;

Classico URW Bold
font-family: "classico-urw", sans-serif;
font-weight: 700;
font-style: normal;

Classico URW Bold Italic
font-family: "classico-urw", sans-serif;
font-weight: 700;
font-style: italic;


Ofelia Display Regular
font-family: "ofelia-display", sans-serif;
font-weight: 400;
font-style: normal;

Ofelia Display Regular
font-family: "ofelia-display", sans-serif;
font-weight: 400;
font-style: italic;

Ofelia Display Bold
font-family: "ofelia-display", sans-serif;
font-weight: 700;
font-style: normal;
**/


/* damion-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: 'Damion';
    font-style: normal;
    font-weight: 400;
    src: url('https://test.haussonnleitn.at/wp-content/themes/astra-impuls-child/fonts/damion-v15-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* mulish-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: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('https://test.haussonnleitn.at/wp-content/themes/astra-impuls-child/fonts/mulish-v13-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* mulish-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: 'Mulish';
    font-style: italic;
    font-weight: 400;
    src: url('https://test.haussonnleitn.at/wp-content/themes/astra-impuls-child/fonts/mulish-v13-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* mulish-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: 'Mulish';
    font-style: normal;
    font-weight: 600;
    src: url('https://test.haussonnleitn.at/wp-content/themes/astra-impuls-child/fonts/mulish-v13-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* mulish-800 - 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: 'Mulish';
    font-style: normal;
    font-weight: 800;
    src: url('https://test.haussonnleitn.at/wp-content/themes/astra-impuls-child/fonts/mulish-v13-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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

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

.entry-content ul,
.entry-content ol,
.is-root-container ul,
.is-root-container ol {
    padding-left: 1em !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.entry-content a {
    color: inherit;
}

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

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

p,
li {
    font-size: 1rem;
    font-family: var(--mainfont);
    letter-spacing: 0.05;
}


/* -------------------------- end fonts body main -------------------------- */


/*------------------------ end fonts main navigation----------------------------*/


/*------------------------------ start fonts headlines ---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    opacity: 0.84;
}

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-size: 1.059rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.167em;
    font-family: var(--mainfont);
    line-height: 1.5;
}

h2,
.entry-content h2 {
    font-size: 3.52rem;
    color: var(--ast-global-color-1);
    font-family: var(--headlinefont);
    letter-spacing: 0 !important;
    font-weight: 400;
    line-height: 1;
}

h3,
.entry-content h3 {
    font-size: 1.059rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.167em;
    font-family: var(--mainfont);
}

h4,
h4,
.entry-content h4 {
    font-size: 2.35rem;
    color: var(--ast-global-color-1);
    font-family: var(--headlinefont);
    letter-spacing: 0 !important;
    font-weight: 400;
}

h5,
.entry-content h5 {
    /**add heading styling*/
}

h6,
.entry-content h6,
h6.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    /**add heading styling*/
}


/*------------------------- end fonts headlines -------------------------------*/


/* -------------------------- end fonts custom -------------------------- */

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
    html {
        font-size: 16px;
        color: var(--color-1);
    }
}

@media (max-width: 1024px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
    h1,
    .entry-content h1,
    h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
        font-size: 1rem;
    }
    h2,
    .entry-content h2 {
        font-size: 3.02rem;
    }
    h3,
    .entry-content h3 {
        font-size: 0.959rem;
    }
}

@media (max-width: 768px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 576px) {
    h1,
    .entry-content h1,
    h1.block-editor-rich-text__editable.uagb-heading-text.rich-text,
    h3,
    .entry-content h3 {
        font-size: 0.813rem;
    }
    h2,
    .entry-content h2 {
        font-size: 1.875rem;
    }
    h4,
    h4,
    .entry-content h4 {
        font-size: 1.65rem;
    }
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 420px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (min-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}