body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}


/* Video Carousel */
.video-carousel {
  width: 90%; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-left: 5%; /* Add space on the left side */
  font-size: 0;
}

.video-carousel-end {
  width: 90%; /* Adjust as needed */
  height: 200px; /* Adjust as needed */
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-left: 5%; /* Add space on the left side */
  font-size: 0;
}

.video-slide {
  width: 310px; /* 1/5 of the container */
  height: 100%;
  margin-right: 20px;
  padding: 0;

}

.video-slide-end {
  width: 210px; /* 1/5 of the container */
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Logos */
.logos {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.logos img {
  max-height: 100px;
  width: inherit !important;
  margin: 10px;
}


/* Counters */

.counter_row {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.counter_row:after {
  content: "";
  display: table;
  clear: both;
}

.counter_column {
  float: left;
  width: 250px;
  padding: 10px 10px;
}

.counter_column_single {
  float: left;
  width: 500px;
  padding: 10px 10px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .counter_column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .counter_column_single {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.counter {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.041);
  padding: 24px 16px;
  text-align: center;
  background-color: #ececec;
  color: rgb(255, 255, 255);
}

.counter h1 {
  font-size: 4em;
  margin-bottom: -0.25em;
}