/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m-chapterHead__subline {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 400;
}

.m-chapterHead :is(h1, h2, h3, h4, h5, h6), .m-chapterHead__headline {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.1548913043rem + 0.0597826087 * 100vw, 5.9375rem);
  font-weight: 300;
  line-height: 1;
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m-chapterHead__subline {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 400;
}

.m-chapterHead :is(h1, h2, h3, h4, h5, h6), .m-chapterHead__headline {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.1548913043rem + 0.0597826087 * 100vw, 5.9375rem);
  font-weight: 300;
  line-height: 1;
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.pageChapter {
  padding-top: 9.6875rem;
  padding-top: clamp(4.5rem, 12.35vw + -1.43rem, 9.69rem);
  padding-bottom: 1px;
}
#pageMain > :first-child:is(.pageChapter) {
  margin-top: -6.25rem;
}

.m-chapterHead {
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 6.25rem;
  padding-bottom: clamp(2rem, 10.12vw + -2.86rem, 6.25rem);
}
.m-chapterHead__subline {
  margin-top: 0.5rem;
  color: var(--color-primary);
}
.-bg-night .m-chapterHead__headline {
  color: #FFF;
}
.-bg-night .m-chapterHead__subline {
  color: var(--color-primary);
}
.-bg-red .m-chapterHead__subline {
  color: #FFF;
}
.-bg-glow .m-chapterHead__headline {
  color: #FFF;
}
.-bg-glow .m-chapterHead__subline {
  color: var(--color-primary);
}

/*# sourceMappingURL=pageChapter.css.map */