/* FONTS */

/* The Seasons */

@import url("https://use.typekit.net/xfl7rly.css");

/* Caudex */

/* -------------------------- 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: 18px;
  color: var(--color-1);
}

p,
li {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
  font-weight: 400;
  line-height: var(--base-font-line-height);
}

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

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

/*------------------------------ start fonts headlines ---------------------------*/
h2,
.entry-content h2 {
  text-transform: unset !important;
}

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(--mainfont);
  font-size: var(--h1-font-size) !important;
  font-weight: 700;
  line-height: var(--h1-line-height) !important;
  letter-spacing: 0.17rem !important;
  text-transform: uppercase !important;
  color: var(--ast-global-color-0) !important;
}

h2,
.entry-content h2 {
  font-family: var(--headlinefont);
  font-size: var(--h2-font-size) !important;
  font-weight: 700 !important;
  line-height: var(--h2-line-height) !important;
}

h3,
.entry-content h3 {
  font-family: var(--headlinefont);
  font-size: var(--h3-font-size) !important;
  font-weight: 700 !important;
  line-height: var(--h3-line-height) !important;
}

h4,
.entry-content h4 {
  font-family: var(--mainfont);
  font-size: var(--h4-font-size) !important;
  font-weight: 700 !important;
  line-height: var(--h4-line-height) !important;
  letter-spacing: 0.15rem !important;
  text-transform: uppercase !important;
  color: var(--ast-global-color-0) !important;
}

h5,
.entry-content h5 {
  font-family: var(--headlinefont);
  font-size: var(--h5-font-size) !important;
  font-weight: 700 !important;
  line-height: var(--h5-line-height) !important;
}

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

.introtext {
  font-family: var(--mainfont);
  font-size: var(--intro-text-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--intro-text-line-height);
  letter-spacing: -0.03rem;
}

.claim-text-1 {
  font-family: var(--headlinefont);
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.9;
}

.claim-text-2 {
  font-family: var(--headlinefont);
  font-size: 1.44rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.9;
  color: var(--ast-global-color-0);
}

/*------------------------- 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) {

  p,
  li {
    line-height: 1.6;
  }
}

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

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