@charset "UTF-8";
/* variables */
/* type scale */
/* Colors */
/* 
  BASE ELEMENTS
 */
/* links */
a {
  text-decoration: none;
  color: #5B5B66;
}
a:hover, a:active {
  outline: 0;
  color: #ff6600;
}

/* code */
pre.code {
  font-size: 0.5em;
}

.footer {
  font-size: 0.75em;
  color: #5B5B66;
}
.footer #smiley {
  font-weight: bold;
  width: 20px;
  display: inline-block;
}
.footer #smiley:before {
  content: "​";
}

.content a.updated:hover ~ #smiley {
  content: "^^,";
}
.content a.updated:hover ~ #smiley:after {
  content: "^^,";
}
.content a.updated:hover ~ #smiley:before {
  display: none;
}

.footer a {
  font-size: 1em;
  color: #5B5B66;
}
.footer a:hover {
  color: #ff6600;
}

.footer .icon-link {
  font-size: 1em;
  color: #5B5B66;
}

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

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

.link-block .button:hover {
  background-color: #ff6600;
}

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

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

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

.publication-banner {
  max-height: parent;
}

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

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

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

.publication-venue {
  color: rgb(173, 173, 178.5);
  width: fit-content;
  font-weight: bold;
}

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

.publication-authors a {
  color: #5B5B66 !important;
}

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

.author-block {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.author-block sup {
  font-size: 0.625em;
}

.affiliations-block {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.affiliations-block sup {
  font-size: 0.75em;
}

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

.publication-authors a:hover {
  color: #ff6600 !important;
}

.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%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid rgb(238.6, 238.6, 239.7);
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: rgb(238.6, 238.6, 239.7);
  border-radius: 10px;
}

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

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

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

#interpolation-image-wrapper {
  width: 100%;
}

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

img + em, .figure-caption {
  font-size: 1em;
  font-style: normal;
  display: block;
  text-align: left;
  margin-top: -1rem;
}

/*# sourceMappingURL=main.css.map */