.about-us,
.news {
  padding-top: 40px;
}

.about-us .header-4 span,
.news .header-4 span {
  font-family: Raleway, sans-serif;
  position: relative;
  font-size: 22px;
  font-weight: 900;
  margin-right: 15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .about-us .header-4 span,
  .news .header-4 span {
    font-size: 44px;
    margin-right: 25px;
  }
}

@media (min-width: 991px) {
  .about-us .header-4 span,
  .news .header-4 span {
    font-size: 54px;
    margin-right: 25px;
  }
}

.about-us .header-4 span:before,
.news .header-4 span:before {
  content: "#";
  position: absolute;
  font-size: 44px;
  top: -22px;
  left: -15px;
  font-weight: 900;
  color: #b0b0b0;
  z-index: -1;
}

@media (min-width: 768px) {
  .about-us .header-4 span:before,
  .news .header-4 span:before {
    top: -30px;
    left: -20px;
    font-size: 74px;
  }
}

@media (min-width: 991px) {
  .about-us .header-4 span:before,
  .news .header-4 span:before {
    top: -30px;
    left: -20px;
    font-size: 84px;
  }
}

.paragraphs {
  margin-top: 15px;
}

.paragraphs .image-section {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.paragraphs .image-section .image-wrapper {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  width: 100%;
}

@media (min-width: 1200px) {
  .paragraphs .image-section .image-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 1920px) {
  .paragraphs .image-section .image-wrapper {
    background: white;
  }
}

.paragraphs .image-section .image-wrapper img {
  width: 100%;
}

@media (min-width: 1200px) {
  .paragraphs .image-section .image-wrapper img {
    width: 900px;
  }
}

.paragraphs .image-section .image-wrapper p {
  color: #adadad;
  font-size: 14px;
  font-style: italic;
  border-top: 1px solid #e2e2e2;
  margin: 5px 0 0;
  max-width: 900px;
}

@media (min-width: 1000px) {
  .paragraphs .image-section .image-wrapper p {
    font-size: 20px;
  }
}

.paragraphs .image-section .side-slogan {
  display: none;
  position: absolute;
}

@media (min-width: 1200px) {
  .paragraphs .image-section .side-slogan {
    display: block;
    top: -33px;
    right: -37px;
  }
}

@media (min-width: 1400px) {
  .paragraphs .image-section .side-slogan {
    top: -50px;
    right: 50px;
  }
}

.paragraphs i {
  font-weight: bold;
}

.paragraphs a {
  color: #000000;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.paragraphs a:hover {
  color: #000000;
}

.paragraphs a:hover:before {
  width: 100%;
}

.paragraphs a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 50%;
  background: #d3d3d3;
  z-index: -1;
  transition: width 400ms cubic-bezier(0.55, 0.16, 0.65, 1.62);
}

.card-item {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: white;
}

.card-item .img-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.card-item .img-wrapper:before {
  content: attr(data-year);
  position: absolute;
  top: -37px;
  left: -37px;
  width: 75px;
  height: 75px;
  background-color: black;
  color: white;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.card-item img {
  border: 1px solid #F3F3F3;
  width: 100%;
}

.card-item article.news-article {
  display: flex;
  flex-direction: column;
}

.card-item article.news-article:not(.news-article.without-teaser) {
  height: 220px;
}

.card-item article.news-article.without-teaser {
  height: 125px;
}

.card-item article.news-article.history {
  height: auto !important;
}

.card-item article {
  width: 100%;
}

.card-item article h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.card-item article h2 a {
  text-decoration: none;
}

.card-item article p {
  text-align: justify;
}

.card-item article p a {
  color: #b0b0b0 !important;
}

.card-item article p a:hover {
  color: #252525 !important;
}

.card-item article .further-link {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.card-item article .further-link:hover {
  color: #b0b0b0;
}

.headline-news {
  padding-top: 50px;
}

.headline-news h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  font-size: calc(1.5rem + 10 * (100vw - 375px) / 1165);
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1024px) {
  .headline-news h1 {
    width: 60%;
  }
}

.headline-news h1:before {
  content: "#";
  position: absolute;
  color: #b0b0b0;
  top: -25px;
  left: -15px;
  z-index: -1;
  font-size: 54px;
}

.news-single-container {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .news-single-container {
    width: 60%;
  }
}

.news-single-container .image {
  width: 100%;
  position: relative;
}

.news-single-container .image:after {
  content: "\F1EA";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  color: #b0b0b0;
  top: -80px;
  transform: rotate(45deg);
  right: -85px;
  z-index: -1;
  font-size: 120px;
  font-weight: 900;
}

.news-single-container .image img {
  width: 100%;
  border: 1px solid #F3F3F3;
}

.news-single-container .content a {
  color: #000000;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.news-single-container .content a:hover {
  color: #000000;
}

.news-single-container .content a:hover:before {
  width: 100%;
}

.news-single-container .content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 50%;
  background: #d3d3d3;
  z-index: -1;
  transition: width 400ms cubic-bezier(0.55, 0.16, 0.65, 1.62);
}

.news-single-container .content ul img {
  width: 100%;
}

.news-container-slider {
  border: 1px solid #efefef;
  border-radius: 5px;
}

@media (min-width: 1920px) {
  .news-container-slider {
    background: white;
  }
}

.news-container-slider button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 15px auto;
}

.news-grid-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  gap: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .news-grid-item {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (min-width: 1400px) {
  .news-grid-item {
    grid-template-columns: repeat(3, 400px);
    grid-template-rows: 1fr 1fr 1fr;
  }
}

.news-carousel-small,
.news-carousel-big {
  transition: opacity 250ms ease-in-out;
}

.news-carousel-small .owl-nav .navigation-element {
  position: absolute;
  top: 50%;
  background: black;
  color: white;
  font-size: 34px;
  transform: translateY(-50%);
  padding: 30px 0;
}

.news-carousel-small .owl-nav .navigation-element.right {
  right: -10px;
}

.news-carousel-small .owl-nav .navigation-element.left {
  left: -10px;
}

.news-carousel-small .owl-stage-outer {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.news-carousel-small .owl-stage-outer .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-carousel-big .owl-nav .navigation-element {
  position: absolute;
  top: 50%;
  background: black;
  color: white;
  font-size: 34px;
  transform: translateY(-50%);
  padding: 30px 0;
}

.news-carousel-big .owl-nav .navigation-element.right {
  right: -10px;
}

.news-carousel-big .owl-nav .navigation-element.left {
  left: -10px;
}

.news-single-container .international-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}

.news-single-container .international-news-teaser {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}

.news-single-container .content > * + * {
  margin-top: 1rem;
}

.international-news-actions {
  margin-top: 32px;
}

.international-news-back-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
}

.international-news-back-link:hover {
  color: #000;
}

.international-news-back-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 50%;
  background: #d3d3d3;
  z-index: -1;
  transition: width 400ms cubic-bezier(0.55, 0.16, 0.65, 1.62);
}

.international-news-back-link:hover:before {
  width: 100%;
}

.international-news-related-container {
  width: 90%;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 60px;
}

.international-news-related-container .header-special.news {
  padding-top: 0;
}

.international-news-related-container .header-special.news .header-4 {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .international-news-related-container {
    width: 60%;
  }
}

.international-news-related-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
  align-items: start;
}

@media (min-width: 768px) {
  .international-news-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  .international-news-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.international-news-related-grid .card-item {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.international-news-related-grid .card-item .img-wrapper {
  overflow: hidden;
}

.international-news-related-grid .card-item .img-wrapper:before {
  top: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  font-size: 18px;
  z-index: 2;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.international-news-related-grid .card-item .img-wrapper img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.international-news-related-grid .card-item article.news-article,
.international-news-related-grid .card-item article.news-article.without-teaser {
  height: auto !important;
  min-height: 0;
}

.international-news-related-grid .card-item article.news-article {
  gap: 12px;
}

.international-news-related-grid .card-item article .further-link {
  margin-top: 12px;
}

.related-news-card-collapsed {
  display: none;
}

.international-news-related-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.international-news-related-toggle {
  min-width: 240px;
}

