body {
  font-family: 'Noto Sans', sans-serif;
  overflow-x: hidden;
  color: #232323;
}


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

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

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


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 0 !important;
    letter-spacing: -0.03em;
}

.publication-subtitle {
    font-family: 'Google Sans', sans-serif;
    margin-top: 0 !important;
    margin-bottom: 1.15rem !important;
    line-height: 1.18;
    font-weight: 500;
    color: #2f2f2f;
}

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

.publication-authors .author-block {
    margin: 0 0.32rem 0.1rem 0;
}

.publication-venue {
    color: #4d4d4d;
    width: 100%;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.publication-authors {
  margin-top: 12px;
}

.publication-affiliations {
  color: #555;
  margin-top: 2px;
  line-height: 1.7;
}

.publication-links {
  margin-top: 12px;
}

.publication-links .button {
  margin: 4px 5px;
  min-width: 104px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.publication-links .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 11px 26px rgba(0, 0, 0, 0.16);
}

.publication-links .button.is-static {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
  transform: none;
  pointer-events: none;
}

#BibTeX pre {
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  overflow-x: auto;
  white-space: pre;
  max-width: 100%;
  background: #f7f7f8;
  border: 1px solid #e7e7eb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bib-container {
  max-width: 760px !important;
}

.bib-container .title {
  text-align: left;
}

.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;
  /*width: 100%;*/
}

.results-carousel .slider {
  max-width: 100%;
}

.results-carousel .slider-container {
  max-width: 100%;
}

.results-carousel .twoitem {
    background-color: #000;
    display: flex;
    flex-direction: column;
    /*flex-direction: row;*/
    align-items: center;
    justify-content: center;
    height: 95%;
    /* width: 200%; */
    margin: 5px;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 0;
    font-size: 0;
    box-sizing: border-box;
}

.results-carousel video,
.results-carousel .twoitem,
.twentytwenty-container {
  max-width: 100%;
}

.slider-navigation-previous {
    top: 47.5%;
    margin-top: -15px;
    left: calc(0% + 15px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.slider-navigation-next {
    top: 47.5%;
    margin-top: -15px;
    left: calc(100% - 15px - 42px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.slider-pagination {
    top: calc(100% - 22px);
}
.slider-pagination .slider-page {
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.15rem !important;
    white-space: normal;
  }

  .publication-subtitle {
    font-size: 1.45rem !important;
  }

  .publication-authors {
    font-size: 1rem !important;
    line-height: 1.75;
  }

  .publication-authors .author-block {
    margin-right: 0.45rem;
  }

  .publication-links .button {
    font-size: 0.9rem;
    margin: 3px;
    min-width: 92px;
  }

  .section .container,
  .hero-body .container {
    max-width: 100%;
  }

  .content.has-text-justified {
    text-align: left !important;
  }

  #BibTeX pre {
    font-size: 0.78rem;
    padding: 1rem;
  }

  .results-carousel .twoitem {
    margin-left: 0;
    margin-right: 0;
  }
}
