/**
 * Generic styling
 */

body.disabled-scroll {
  overflow-y: auto;
  position: initial;
}

.align-center {
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-align {
  text-align: center;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-transform-none {
  text-transform: none !important;
}

.lowercase {
  text-transform: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.font-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-initial {
  cursor: initial;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.border-radius-100 {
  border-radius: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

.youtube-embed-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.pointer-events-none {
  pointer-events: none;
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gap-4 {
  gap: var(--size-4);
}

.gap-6 {
  gap: var(--size-6);
}


@media (min-width: 768px) {
  .md-text-align-right {
    text-align: right;
  }

  .md-text-align-center {
    text-align: center;
  }

  .md-text-align-left {
    text-align: left;
  }
}

/* General font styling */

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h6 .h1,
.h2,
.h3,
.h4,
.h6 {
  font-family: var(--font-stack-headlines);
  font-weight: 400;
}

h6,
.h6 {
  letter-spacing: 0;
  font-weight: 400;
}

h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}

.manchet-text {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
}

.meta-text {
  font-size: 0.813rem;
  line-height: 0.938rem;
  font-weight: 700;
}

.date-and-time-text {
  font-size: 0.75rem;
  line-height: 0.938rem;
  font-weight: 400;
}

.link-text {
  font-size: 0.938rem;
  line-height: 0.938rem;
  font-weight: 700;
}

.label-text {
  font-family: var(--font-stack-headlines);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
}

.prose.wysiwyg li {
  list-style: disc;
}

.prose.prose.wysiwyg pre {
  font-family: var(--font-stack);
}

/*
* Font-sizes
*/

/* Updated */
.display-headline,
.prose.wysiwyg.display-headline h1,
.prose.wysiwyg.display-headline p {
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

/* Updated */
h1,
.h1,
.headline-1,
.prose.wysiwyg.headline-1 p,
.prose.wysiwyg.headline-1 h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}

/* Updated */
h2,
.h2,
.headline-2,
.prose.wysiwyg.headline-2 p,
.prose.wysiwyg.headline-2 h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.81px;
}

/* Updated */
h3,
.h3,
.headline-3,
.prose.wysiwyg.headline-3 p,
.prose.wysiwyg.headline-3 h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

/* Updated */
h4,
.h4,
.headline-4,
.prose.wysiwyg.headline-4 p,
.prose.wysiwyg.headline-4 h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

/* Updated */
h5,
.h5,
.headline-5,
.prose.wysiwyg.headline-5 p,
.prose.wysiwyg.headline-5 h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sub-headline,
.prose.wysiwyg.sub-headline p,
.prose.wysiwyg pre {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
}

.prose,
p,
.p,
.paragraph-body,
.prose.wysiwyg.paragraph-body p,
.prose.wysiwyg.paragraph-body li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.prose a {
  text-decoration: underline;
}

.prose table {
  margin: 16px 0;
}

.paragraph-body-small,
.prose.wysiwyg.paragraph-body-small p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.13px;
}

.paragraph-caption,
.btn.paragraph-caption,
.prose.wysiwyg.paragraph-caption p {
  font-family: var(--font-stack);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.4px;
}

@media (min-width: 768px) {

  .prose,
  p,
  .p,
  .paragraph-body,
  .prose.wysiwyg.paragraph-body p,
  .prose.wysiwyg.paragraph-body li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  /* Updated */
  .display-headline,
  .prose.wysiwyg.display-headline h1,
  .prose.wysiwyg.display-headline p {
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 112px;
  }

  /* Updated */
  h1,
  .h1,
  .headline-1,
  .prose.wysiwyg.headline-1 p,
  .prose.wysiwyg.headline-1 h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
  }

  /* Updated */
  h2,
  .h2,
  .headline-2,
  .prose.wysiwyg.headline-2 p,
  .prose.wysiwyg.headline-2 h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.26px;
  }

  /* Updated */
  h3,
  .h3,
  .headline-3,
  .prose.wysiwyg.headline-3 p,
  .prose.wysiwyg.headline-3 h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.05px;
    letter-spacing: -0.4px;
  }

  /* Updated */
  h4,
  .h4,
  .headline-4,
  .prose.wysiwyg.headline-4 p,
  .prose.wysiwyg.headline-4 h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }

  /* Updated */
  h5,
  .h5,
  .headline-5,
  .prose.wysiwyg.headline-5 p,
  .prose.wysiwyg.headline-5 h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

}

@media (min-width: 1025px) {
  /* Updated */
  .display-headline,
  .prose.wysiwyg.display-headline h1,
  .prose.wysiwyg.display-headline p {
    font-size: 92px;
    font-style: normal;
    font-weight: 800;
    line-height: 92px;
  }

  /* Updated */
  h1,
  .h1,
  .headline-1,
  .prose.wysiwyg.headline-1 p,
  .prose.wysiwyg.headline-1 h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 72px;
  }

  /* Updated */
  h2,
  .h2,
  .headline-2,
  .prose.wysiwyg.headline-2 p,
  .prose.wysiwyg.headline-2 h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.71px;
  }

  /* Updated */
  h3,
  .h3,
  .headline-3,
  .prose.wysiwyg.headline-3 p,
  .prose.wysiwyg.headline-3 h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 39.74px;
    letter-spacing: -0.4px;
  }

  /* Updated */
  h4,
  .h4,
  .headline-4,
  .prose.wysiwyg.headline-4 p,
  .prose.wysiwyg.headline-4 h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
  }

}

.prose ul {
  padding-left: var(--size-5);
  margin-bottom: 0;
  line-height: 24px;
}

.prose ul li {
  padding-bottom: var(--size-4);
}

@media (min-width: 768px) {
  .prose ul {
      padding-left: var(--size-8);
  }
}


/* FONT-SIZES END */

.prose a:not(.btn):hover {
  text-decoration: underline;
}

.prose ol,
.prose ul {
  padding-left: 2rem;
}

.prose iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.prose img {
  width: 100%;
  height: auto;
}

.prose figure {
  max-width: 100%;
}

.prose figure figcaption {
  font-size: 18px;
  margin-top: 8px;
}

/* Font weights */

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 400 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/* HR */

.hr {
  height: 1px;
  width: 100%;
  background-color: var(--member-section-border-color);
}

.hr.size-2 {
  height: 2px;
}