/* 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 ---------- */
.single-article .m-slider__wrapper .m-slider .m-slider__title {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .single-article .m-slider__wrapper .m-slider .m-slider__title {
    font-size: 3.125rem;
  }
}

.m_contactStaff .g-grid.-cols4 .txt {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_contactStaff .g-grid.-cols4 .txt {
    font-size: 1.875rem;
  }
}

/* ---------- 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 ---------- */
.single-article .m-slider__wrapper .m-slider .m-slider__title {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .single-article .m-slider__wrapper .m-slider .m-slider__title {
    font-size: 3.125rem;
  }
}

.m_contactStaff .g-grid.-cols4 .txt {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_contactStaff .g-grid.-cols4 .txt {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
/* scss/base/_backgrounds.scss */
.-bg-grey-card.-full, .single-article .-bg-grey-card.frame-type-dynamic_cards, .-bg-glow.-full, .single-article .-bg-glow.frame-type-dynamic_cards, .-bg-white.-full, .single-article .-bg-white.frame-type-dynamic_cards, .-bg-red.-full, .single-article .-bg-red.frame-type-dynamic_cards, .-bg-sand.-full, .single-article .-bg-sand.frame-type-dynamic_cards, .-bg-sand-bright.-full, .single-article .-bg-sand-bright.frame-type-dynamic_cards, .-bg-night.-full, .single-article .frame-type-dynamic_cards .-full.m-slider__wrapper:before, .single-article .-bg-night.frame-type-dynamic_cards, .single-article .frame-type-dynamic_cards .frame-type-dynamic_cards.m-slider__wrapper:before, .single-article .-full.frame-type-dynamic_cards, .single-article .frame-type-dynamic_cards {
  position: relative;
  overflow: visible;
}
.-bg-grey-card.-full:after, .single-article .-bg-grey-card.frame-type-dynamic_cards:after, .-bg-glow.-full:after, .single-article .-bg-glow.frame-type-dynamic_cards:after, .-bg-white.-full:after, .single-article .-bg-white.frame-type-dynamic_cards:after, .-bg-red.-full:after, .single-article .-bg-red.frame-type-dynamic_cards:after, .-bg-sand.-full:after, .single-article .-bg-sand.frame-type-dynamic_cards:after, .-bg-sand-bright.-full:after, .single-article .-bg-sand-bright.frame-type-dynamic_cards:after, .-bg-night.-full:after, .single-article .-bg-night.frame-type-dynamic_cards:after, .single-article .-full.frame-type-dynamic_cards:after, .single-article .frame-type-dynamic_cards:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0 calc(-50vw + 50%);
  background: inherit;
}

.-bg-night, .single-article .frame-type-dynamic_cards .m-slider__wrapper:before, .single-article .frame-type-dynamic_cards {
  background: var(--color-bg-night);
  color: #FFF;
}
.-bg-night.-full:after, .single-article .-bg-night.frame-type-dynamic_cards:after, .single-article .-full.frame-type-dynamic_cards:after, .single-article .frame-type-dynamic_cards:after {
  background: var(--color-bg-night);
}

.-bg-sand-bright {
  background: var(--color-bg-sand-bright);
}
.-bg-sand-bright.-full:after, .single-article .-bg-sand-bright.frame-type-dynamic_cards:after {
  background: var(--color-bg-sand-bright);
}

.-bg-sand {
  background: var(--color-bg-sand);
}
.-bg-sand.-full:after, .single-article .-bg-sand.frame-type-dynamic_cards:after {
  background: var(--color-bg-sand);
}

.-bg-red {
  background: #FF7175;
}
.-bg-red.-full:after, .single-article .-bg-red.frame-type-dynamic_cards:after {
  background: #FF7175;
}

.-bg-white {
  background: #FFF;
}
.-bg-white.-full:after, .single-article .-bg-white.frame-type-dynamic_cards:after {
  background: #FFF;
}

.-bg-glow {
  background: var(--card-color-glow);
  color: #FFF;
}
.-bg-glow.-full:after, .single-article .-bg-glow.frame-type-dynamic_cards:after {
  background: var(--card-color-glow);
}

.-bg-grey-card {
  background: #DBD9D9;
}
.-bg-grey-card.-full, .single-article .-bg-grey-card.frame-type-dynamic_cards {
  background: #DBD9D9;
}

.pageChapter {
  position: relative;
  z-index: 0;
}
.pageChapter:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
  margin: 0 calc(-50vw + 50%);
}
.pageChapter.-bg-glow {
  background: none;
}
.pageChapter.-bg-glow:after {
  background: var(--card-color-glow);
}

/* 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 ---------- */
.single-article .m-slider__wrapper .m-slider .m-slider__title {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .single-article .m-slider__wrapper .m-slider .m-slider__title {
    font-size: 3.125rem;
  }
}

.m_contactStaff .g-grid.-cols4 .txt {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_contactStaff .g-grid.-cols4 .txt {
    font-size: 1.875rem;
  }
}

/* ---------- 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 ---------- */
.single-article .m-slider__wrapper .m-slider .m-slider__title {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .single-article .m-slider__wrapper .m-slider .m-slider__title {
    font-size: 3.125rem;
  }
}

.m_contactStaff .g-grid.-cols4 .txt {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_contactStaff .g-grid.-cols4 .txt {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
/* scss/grids/_grid-columns.scss */
.g-grid {
  max-width: 1636px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.g-grid > .frame {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .g-grid { /* min-width: 992px */
    grid-template-columns: repeat(2, 1fr);
  }
  .g-grid.-tipps > div:first-child {
    order: 2;
  }
}
.g-grid.-cols3 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 992px) {
  .g-grid.-cols3 { /* min-width: 1200px */
    grid-template-columns: repeat(3, 1fr);
  }
}
.g-grid.-cols4 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 992px) {
  .g-grid.-cols4 { /* min-width: 992px */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .g-grid.-cols4 { /* min-width: 1440px */
    grid-template-columns: repeat(4, 1fr);
  }
}
.g-grid.-cols6 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 992px) {
  .g-grid.-cols6 { /* min-width: 992px */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .g-grid.-cols6 { /* min-width: 992px */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .g-grid.-cols6 { /* min-width: 1440px */
    grid-template-columns: repeat(6, 1fr);
  }
}

.g-flexbox {
  --gap: 2rem;
  max-width: 1636px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--gap);
}
.g-flexbox.-centered {
  justify-content: center;
}
.g-flexbox.-space-between {
  justify-content: space-between;
}
.g-flexbox > div {
  width: 100%;
  margin-bottom: 0;
}
.g-flexbox > div.grid__placeholder {
  display: none;
}
@media only screen and (min-width: 992px) {
  .g-flexbox { /* min-width: 992px */ }
  .g-flexbox > div {
    width: calc(50% - var(--gap) / 2);
  }
  .g-flexbox > div.grid__placeholder {
    display: block;
  }
  .g-flexbox.-tipps > div:first-child {
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .g-flexbox.-cols3 > div { /* min-width: 1200px */
    width: calc(33% - var(--gap) * 2 / 3);
  }
}
@media only screen and (min-width: 992px) {
  .g-flexbox.-cols4 > div { /* min-width: 992px */
    width: calc(50% - var(--gap) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .g-flexbox.-cols4 > div { /* min-width: 1440px */
    width: calc(25% - var(--gap) * 3 / 4);
  }
}

.single-article {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  column-gap: 2.1875rem;
  column-gap: clamp(2.19rem, 18.6vw + -6.74rem, 10rem);
  row-gap: 1rem;
  grid-template-areas: "header header" "contents contents" "related related" "below below";
}
@media only screen and (min-width: 992px) {
  .single-article {
    grid-template-areas: "header ." "contents related" "below below";
  }
}
.single-article__date {
  font-weight: bold;
}
.single-article__content {
  grid-area: contents;
}
.single-article__related {
  font-size: 1.25rem;
  grid-area: related;
}
.single-article__related ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.single-article__related ul li {
  margin-bottom: 1.875rem;
}
.single-article__related ul li::marker {
  content: normal;
}
.single-article__below {
  grid-area: below;
}
.single-article .header h1 {
  text-transform: uppercase;
}
.single-article .header h2 {
  text-transform: uppercase;
}
.single-article .m-slider__wrapper .m-slider .m-slider__title {
  color: #C5BEB9;
}
.single-article .m-slider__wrapper .m-slider .m-slider__header h2 {
  /* card headers */
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 1.0054347826rem + 0.0108695652 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.625rem;
  color: #F1EFED;
}
@media only screen and (min-width: 1200px) {
  .single-article .m-slider__wrapper .m-slider .m-slider__header h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.single-article .m-slider__wrapper .m-slider .m-slider__header h2 strong {
  font-weight: 700;
}
.single-article .frame-type-dynamic_cards {
  padding: 6.875rem 0 5rem;
  margin: 0;
}
.single-article .frame-type-dynamic_cards > header h2, .single-article .frame-type-dynamic_cards > header .h2style {
  border-bottom: 1px solid var(--color-primary);
}
.single-article .frame-type-dynamic_cards .m-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 0.375rem;
  background: var(--color-bg-primary-dark);
}
.single-article .frame-type-dynamic_cards .m-slider .swiper-pagination .swiper-pagination-bullet-active:before {
  background: var(--color-bg-primary);
}

.m_contactStaff {
  padding: 4.375rem 0;
}
@media only screen and (min-width: 768px) {
  .m_contactStaff .g-grid.-cols4 { /* min-width: 768px */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .m_contactStaff .g-grid.-cols4 { /* min-width: 992px */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .m_contactStaff .g-grid.-cols4 { /* min-width: 1440px */
    grid-template-columns: repeat(4, 1fr);
  }
}
.m_contactStaff .g-grid.-cols4 .txt {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .m_contactStaff .g-grid.-cols4 .txt { /* min-width: 768px */
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 992px) {
  .m_contactStaff .g-grid.-cols4 .txt { /* min-width: 992px */
    padding-top: 33%;
    grid-column: 1/span 1;
  }
}

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