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

a {
  color: #2764b5;
}


.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 {
    line-height: 1.1;
}

.publication-header {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.venue-line {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.affiliation-line {
  margin-top: 1rem;
  color: #555;
}

.equal-line {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  color: #666;
}

.publication-links {
  margin-top: 1.25rem;
}

.button.top-button {
  background: #1d2939;
  color: #fff;
}

.button.is-static.top-button {
  background: #f1f3f5;
  border-color: #d0d5dd;
  color: #475467;
}

.teaser-section {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.content-section {
  padding-top: 1rem;
}

.paper-figure {
  margin: 1rem 0 1rem;
}

.paper-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: white;
}

.figure-caption {
  max-width: 900px;
  margin: 0.75rem auto 0;
  color: #475467;
  font-size: 0.95rem;
}

.results-table {
  font-size: 0.86rem;
  text-align: center;
}

.results-table caption {
  caption-side: top;
  color: #202124;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.results-table th:first-child,
.results-table td:first-child {
  text-align: left;
  white-space: nowrap;
}

.ours-row {
  background: #eef6ff !important;
}

.small-table {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.bib-section {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.bib-section pre {
  background-color: #f2f4f7;
  border-radius: 8px;
}

.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;
  padding-left:0.7rem;
  padding-right:0.7rem;
}

.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;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

#gdpr-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgb(170,170,170);
  color: white;
  text-align: justify;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

#gdpr-banner button {
  margin-left: 10px;
  padding: 5px 10px;
  border: none;
  border-radius: 290486px;
  background-color: rgb(201, 0, 201);
  color: white;
  cursor: pointer;
  font-size: 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.1s;
}

@media screen and (max-width: 768px) {
  .publication-header {
    padding-top: 3rem;
  }

  .publication-title {
    font-size: 2rem !important;
  }

  .desktop-break {
    display: none;
  }

  .author-block {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .results-table {
    font-size: 0.78rem;
  }
}
