html {
  font-size: 17px;
  color: var(--color-1);
  font-family: var(--mainfont);
  line-height: 1.65;
}

p,
li {
  font-size: 1.15rem;
  font-family: var(--mainfont);
  font-weight: 300;
  line-height: 1.65;
}

a[data-schema-attribute="mentions"] {
  font-size: var(--quellen-font-size);
  color: var(--ast-global-color-1) !important;
  line-height: 1.5;
  font-weight: 700;
}

/*
li:has(> a[data-schema-attribute="mentions"]) {
  line-height: 1.5;
  font-size: var(--quellen-font-size);
  color: var(--ast-global-color-1);
  font-weight: 700;
}
*/
ol.wp-block-list>li {
/*   text-indent: 0.5em; */

  list-style-position: outside;
  padding-left: 0.5em;

}

ol.wp-block-list>li::marker {
  font-weight: 700;
}

/* -------------------------- end fonts body main -------------------------- */

/*------------------------ end fonts main navigation----------------------------*/

/*------------------------------ start fonts headlines ---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
  font-family: var(--headlinefont) !important;
  font-size: var(--h1-font-size) !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
}

h1 strong,
.entry-content h1 strong {
  color: var(--ast-global-color-1) !important;
  font-weight: 400 !important;
}

h2,
.entry-content h2 {
  font-family: var(--mainfont) !important;
  font-size: var(--h2-font-size) !important;
  font-weight: 600 !important;
  color: var(--ast-global-color-1) !important;
  line-height: 1.5 !important;
}

h3,
.entry-content h3 {
  font-family: var(--headlinefont) !important;
  font-size: var(--h3-font-size);
  line-height: 1.18;
  font-weight: 400 !important;
}

h3 strong,
.entry-content h3 strong {
  color: var(--ast-global-color-1) !important;
  font-weight: 400 !important;
}

h4,
.entry-content h4 {
  /*------------------------ end fonts main navigation----------------------------*/
}

h5,
.entry-content h5 {
  /*------------------------ end fonts main navigation----------------------------*/
}

h6,
.entry-content h6,
h6.block-editor-rich-text__editable.uagb-heading-text.rich-text h6 {
  /*------------------------ end fonts main navigation----------------------------*/
}

/*------------------------- 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: 18px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 768px) {

  h2,
  .entry-content h2 {
    font-size: 3.1rem;
  }

  h3,
  .entry-content h3 {
    font-size: 2.3rem;
  }
}

@media (max-width: 576px) {

  h1,
  .entry-content h1,
  h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-size: 1.059rem;
  }

  h2,
  .entry-content h2 {
    font-size: 2.059rem;
  }

  h3,
  .entry-content h3 {
    font-size: 1.95rem;
  }

  h4,
  .entry-content h4 {
    font-size: 1.059rem;
  }

  h6,
  .entry-content h6,
  h6.block-editor-rich-text__editable.uagb-heading-text.rich-text {
    font-size: 0.824rem;
  }
}

@media (max-width: 420px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (min-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}