:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

::-moz-selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

::selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

.font-heading {
  font-family: "Playfair Display", serif; }

/* Focusing the button with a keyboard will show a dashed black line. */
button:focus-visible {
  outline: 1px dashed var(--rm-accent); }

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
  outline: none; }

.container-sm {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container-sm {
      max-width: 720px; } }

.article--teaser {
  position: relative;
  padding-bottom: 2rem;
  font-size: 1.5em;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .article--teaser {
      font-size: 2em;
      line-height: 1.3; } }
  @media (min-width: 992px) {
    .layout--twocol-section--50-50 .article--teaser {
      font-size: 1.75em; } }
  @media (min-width: 992px) {
    .layout--threecol-section--33-34-33 .article--teaser {
      font-size: 1.5em; } }
  .article--teaser a {
    color: inherit;
    display: block; }
    .article--teaser a:hover {
      text-decoration: none; }
      .article--teaser a:hover .article--teaser__title {
        color: var(--secondary); }
  .article--teaser .article--teaser__media .field--name-field-teaser-media {
    margin-bottom: 8px; }
    .article--teaser .article--teaser__media .field--name-field-teaser-media figure {
      margin-bottom: 0; }
  .article--teaser__text {
    font-size: 0.5em; }
    @media (max-width: 991.98px) {
      .article--teaser__text {
        display: none; } }

.layout--twocol-section--67-33 .layout__region--second .article--teaser {
  font-size: 1.5em; }

.article--teaser__prefix-title {
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  margin: 1rem 0 0.5rem 0;
  text-transform: uppercase; }

.article--teaser__title {
  font-size: inherit;
  line-height: inherit;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 0.375rem;
  word-break: break-word;
  display: inline;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 0.16em 0.16em 0.16em 0; }

@media (max-width: 767.98px) {
  .article--teaser__media .media__image {
    width: 100% !important; } }

.article--teaser__date {
  color: var(--rm-gray--100);
  font-size: 0.75rem; }
  .article--teaser--advanced .article--teaser__date {
    font-size: 0.875rem;
    margin-bottom: 0.875rem; }

.article--teaser__channel {
  border-radius: 4px;
  padding: 0.125rem 0.625rem;
  background: var(--secondary);
  color: black;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px; }

.article--teaser__teaser {
  font-size: 1rem;
  line-height: 1.5625rem; }

.article--teaser--inverted {
  background: var(--teaser-inverted-bg);
  color: var(--teaser-inverted-text-color);
  padding: 0.625rem; }
  .article--teaser--inverted .article--teaser__media {
    margin-top: -0.625rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .article--teaser--inverted .article--teaser__date {
    color: var(--white);
    margin-bottom: 0; }

/* Hide the main illustration video, when it should be triggered via an click on the image */
.article--teaser--trigger-video .article--teaser__video_wrapper {
  display: none; }
  .article--teaser--trigger-video .article--teaser__video_wrapper--active {
    display: block; }
