@font-face {
    font-family: 'Avenir Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Avenir-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Avenir Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Avenir-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Daubenton';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Daubenton.woff2) format('woff2');
}

@font-face {
    font-family: 'Daubenton';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Daubenton.woff2) format('woff2');
}

/* -------------------------- start fonts body main -------------------------- */


.content-wrapper a {
    transition: all 0.5s ease 0s;
    color: inherit !important;
}

.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,
body {
    font-family: var(--mainfont);
    font-size: var(--base-font-size);
    color: var(--ast-global-color-4);
    letter-spacing: 0;
    font-weight: 400;
}

p,
li {
    font-weight: 300;
    font-size: 1rem;
    font-family: var(--mainfont);
    line-height: 1.8;
    letter-spacing: 0.07em;
}

ol li::marker {
    font-weight: 700;
}

ol.wp-block-list li:not(:last-child) {
    margin-bottom: var(--gap-m);
}

/* -------------------------- end fonts body main -------------------------- */


/*------------------------ end fonts main navigation----------------------------*/


/*------------------------------ start fonts headlines ---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: var(--headlinefont);
    font-weight: 300;
    margin-bottom: 0 !important;
}

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-family: var(--headlinefont);
    font-size: var(--h1-font-size) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.33 !important;
    color: var(--ast-global-color-3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h2,
.entry-content h2 {
    font-family: var(--headlinefont);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0;
    color: var(--ast-global-color-4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h3,
.entry-content h3 {
    font-family: var(--headlinefont);
    font-size: var(--h3-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    color: var(--ast-global-color-3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h4,
.entry-content h4 {
    font-family: var(--headlinefont);
    font-size: var(--h4-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.07em;

}

h5,
.entry-content h5 {
    font-family: var(--headlinefont);
    font-size: var(--h5-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0.05em;
}

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) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1024px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 768px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 576px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 420px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (min-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}