.related_news_alignfull_container {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 15px;
}

.related_news_container {
  max-width: 1216px;
  margin: auto;
}

.related_news_main_headline {
  color: #090B0C;
  text-align: center;
  font-family: 'marselis';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 64px;
}

.related_news_area {
  gap: 120px;
  display: grid;
}

.related_news {
  position: relative;
}

.teaser_image {
  width: 100%;
  padding-top: 37.1%;
  max-width: 803px;
  height: 451px;
  display: block;
}

.related_news:nth-of-type(2n) .teaser_image {
  float: right;
}


.related_news_headline_container {
  background-color: #9DCFB6;
  padding: 40px 40px 80px 40px;
  width: 493px;
  position: absolute;
  right: 0;
  top: 83px;
  min-height: 408px;
}

.related_news:nth-of-type(2n) .related_news_headline_container {
  left: 0;
}

.related_news:nth-of-type(3n + 1) .related_news_headline_container {
  background-color: #9DCFB6;
}

.related_news:nth-of-type(3n + 2) .related_news_headline_container {
  background-color: #00446B;
}

.related_news:nth-of-type(3n + 3) .related_news_headline_container {
  background-color: #0760AC;
}

.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_headline,
.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_subtitle,
.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_excerpt,
.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_link,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_headline,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_subtitle,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_excerpt,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_link {
  color: #fff;
}

.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_subtitle,
.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_excerpt,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_subtitle,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_excerpt
{
  opacity: 0.8;
}

.related_news_headline {
  color: #000;
  font-family: 'marselis';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.related_news_subtitle {
  color: #000;
  font-family: 'marselis';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}

.related_news_excerpt {
  color: #090B0C;
  font-family: 'ibm';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.related_news_link {
  bottom: 40px;
  position: absolute;
  color: #000;
  font-family: 'ibm';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #090B0C;
  padding-bottom: 2px;
}

.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_link,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_link  {
  border-bottom-color: #fff;
}

.related_news_link:hover {
  border-bottom-color: transparent !important;
  color: inherit;
}

.related_news_more_link .relatedNews_linkarrowblue {
  display: inline-block;
  margin-left: 7px;
}

.related_news .relatedNews_linkarrow {
  display: inline-block;
  margin-left: 7px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.related_news:nth-of-type(3n + 2) .related_news_headline_container .related_news_link .relatedNews_linkarrow,
.related_news:nth-of-type(3n + 3) .related_news_headline_container .related_news_link .relatedNews_linkarrow  {
  filter: invert(0%);
  -webkit-filter: invert(0%);
}

.related_news_more_link_container {
  text-align: center;
}

.related_news_more_link {
  color: #00446b !important;
  font-family: 'ibm';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 112px auto 94px;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #00446b;
  padding-bottom: 3px;
}

@media only screen and (max-width: 960px) {
  .related_news_alignfull_container {
    margin-top: 56px;
    margin-bottom: 75px;
  }

  .related_news_main_headline {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 600px) {

  .related_news_alignfull_container {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .related_news_area {
    gap: 0px;
  }

  .related_news_headline_container {
    padding: 24px 24px 70px;
    position: relative;
    top: -50px;
    width: 94%;
    max-width: unset;
    margin: 0 15px -20px;
    right: unset;
    left: unset;
    min-height: unset;
    display: inline-block;
  }

  .related_news_headline {
    font-size: 26px;
  }

  .related_news_subtitle {
    font-size: 18px;
  }

  .related_news_excerpt {
    display: none;
  }

  .related_news_link {
    font-size: 16px;
    bottom: 32px;
  }

  .related_news_more_link {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 450px) {

    .related_news_headline_container {
      width: 92%;
    }
}
