.page-node-type-landing-page #block-javali-theme-local-tasks {
  z-index: 6;
}
.page-node-type-landing-page header.black {
  -webkit-transition: ease-in-out 0.6s all;
  -o-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}
.page-node-type-landing-page header:not(.black) {
  background-color: transparent;
  -webkit-transition: ease-in-out 0.6s all;
  -o-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}

.page-node-type-landing-page #landing-title-image::after {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-node-type-landing-page #landing-title-image img {
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-node-type-landing-page #landing-title-image {
  height: var(--doc-height, 100vh);
  position: relative;
}
.page-node-type-landing-page #landing-title-info {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
}

.page-node-type-landing-page .vjs-error video,
.page-node-type-landing-page .vjs-error .vjs-loading-spinner,
.page-node-type-landing-page .vjs-error .vjs-error-display {
  display: none;
}

.page-node-type-landing-page .vjs-error .vjs-poster {
  display: block;
}

.page-node-type-landing-page #landing-title-info .arrow-jump:after {
  content: "Scroll down";
  position: absolute;
  left: -85px;
  width: 200px;
  bottom: -32px;
  text-align: center;
  font-family: "Fedra Sans Alt Pro Medium";
  color: #fff;
  font-size: 16px;
}
@-webkit-keyframes top-to-botom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@keyframes top-to-botom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

.page-node-type-landing-page .arrow-jump {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 65px;
  padding-top: 0;
  z-index: 4;
  margin: 0 auto;
  background-position: center;
  cursor: pointer;
}

.page-node-type-landing-page .arrow-jump span {
  position: absolute;
  width: 40px;
  height: 40px;
  animation-name: top-to-botom;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  background-image: url(../images/scrolldown_new.svg);
}

.page-node-type-landing-page #landing-title-info #landing-title-info-title {
  position: relative;
  width: 100%;
}
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1.white,
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  #landing-title-info-intro.white {
  color: #fff;
}

.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1.black,
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  #landing-title-info-intro.black {
  color: #000;
}

.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  #landing-title-info-intro {
  font-size: 20px;
  line-height: 28px;
  font-family: "Fedra Serif B Pro Book";
  width: 500px;
  margin: auto;
  z-index: 5;
  text-align: center;
}

.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1.white,
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  #landing-title-info-intro,
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1
  span {
  position: relative;
  z-index: 4;
}
.page-node-type-landing-page #landing-title-info #landing-title-info-title h1 {
  text-align: center;
  letter-spacing: 0;
  z-index: 4;
  opacity: 1;
  max-width: 90%;
  margin: auto auto 10px;
}

.page-node-type-landing-page .node-content p {
  font-size: var(--font-body-large);
  font-family: var(--text-font);
  line-height: var(--line-height-large);
}

/*.page-node-type-landing-page .section-back-top {
  margin: 0 auto 80px;
  display: block;
  text-align: center;
}*/
.page-node-type-landing-page #landing-title-image video-js.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-node-type-landing-page {
  overflow-x: hidden;
}
.page-node-type-landing-page.low-ratio #landing-title-image video-js.video-js {
  top: 0;
  left: -22vw;
  width: 144vw;
  height: 100%;
}
.page-node-type-landing-page
  #landing-title-image
  video-js.video-js
  .vjs-big-play-button {
  z-index: 30;
}
.page-node-type-landing-page #landing-title-image video-js {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(0.5625 * 100vw);
}

.page-node-type-landing-page
  #landing-title-image
  video-js.video-js
  .vjs-control-bar {
  display: none;
}
.page-node-type-landing-page
  #landing-title-image
  video-js.video-js
  .vjs-poster {
  background-size: cover;
}
.page-node-type-landing-page .landing-container .breadcrumb a {
  font-family: "Fedra Sans Alt Pro Book" !important;
  font-size: 14px;
  color: #727272 !important;
  line-height: 32px;
}
.page-node-type-landing-page .landing-container .breadcrumb {
  padding-bottom: 9px;
}
.page-node-type-landing-page .landing-container {
  z-index: 5;
  position: relative;
  background-color: #fff;
  /*padding-top: 30px;*/
}
.page-node-type-landing-page .no-img:after {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-node-type-landing-page .no-img {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  z-index: 1;
  background-size: cover, 0, 0;
  padding: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.page-node-type-landing-page .node-content media-caption span {
  font-size: 12px !important;
  font-family: "Fedra Sans Alt Medium", "FedraSansMedium", Verdana, Times,
    Courier, sans-serif !important;
}

/*tablet*/
@media (min-width: 1119px) {
  .page-node-type-landing-page .field--name-body.field--type-text-with-summary {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 1119px) {
  .page-node-type-landing-page header .mobile-menu-icon::before {
    background-image: url(../../../../themes/javali_theme/images/ico_burgerMenu.svg) !important;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
  }
  .page-node-type-landing-page #landing-title-image {
    height: calc(var(--doc-height, 100vh) - 90px);
    position: relative;
  }
  /* .page-node-type-landing-page.toolbar-fixed #landing-title-image {
    height: calc(var(--doc-height,100vh) - 111px);
  }
  .page-node-type-landing-page.toolbar-tray-open.toolbar-fixed
    #landing-title-image {
    height: calc(var(--doc-height,100vh) - 151px);
  } */

  /* .page-node-type-landing-page.toolbar-tray-open.toolbar-fixed #main-content {
    margin-top: 151px;
  }

  .page-node-type-landing-page.toolbar-fixed #main-content {
    margin-top: 111px;
  } */

  .scroll-down-text {
    display: none;
  }

  .page-node-type-landing-page #main-content {
    position: relative;
    margin-top: 90px;
  }

  .user-logged-in .page-node-type-landing-page #main-content {
    margin-top: 50px;
  }

  .page-node-type-landing-page #landing-title-area {
    overflow-x: hidden;
  }
  .page-node-type-landing-page.low-ratio
    #landing-title-image
    video-js.video-js {
    height: 100%;
    width: calc((100vh - 90px) / 0.5625);
    left: calc(-1 * (((100vh - 90px) / 0.5625) - 100vw) / 2);
  }
  .page-node-type-landing-page #landing-title-info .more-link .arrow-jump span {
    background-image: url(../images/scrolldown_mobile.svg);
    background-color: transparent;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-node-type-landing-page
    #landing-title-info
    .more-link
    .arrow-jump:after {
    display: none !important;
    width: 40px;
    height: 60px;
  }
  .page-node-type-landing-page #landing-title-info .more-link .arrow-jump {
    background-image: none;
  }
  .page-node-type-landing-page #landing-title-info .more-link {
    bottom: 10vh;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  /*  .page-node-type-landing-page #main-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
*/
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    #landing-title-info-intro {
    font-size: 1.125rem;
    line-height: 1.5rem;
    width: 300px;
  }
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    h1 {
    max-width: 100%;
  }
  /*  .page-node-type-landing-page #block-javali-theme-breadcrumbs {
    display: none;
  }*/
  /* .page-node-type-landing-page .node-content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-bottom: 25px !important;
    margin-bottom: 0;
  } */
  .page-node-type-landing-page .landing-container {
    padding-top: 20px;
  }

  .page-node-type-landing-page #main-content h6 {
    font-size: 11px;
    line-height: 19px;
  }

  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    h1.white {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page-node-type-landing-page
  #block-javali-theme-breadcrumbs
  .breadcrumb
  ol
  li::before {
  color: var(--grey);
}

@media (min-width: 768px) {
  .page-node-type-landing-page #main-content h6 {
    font-size: 12px;
    line-height: 20px;
  }
}

#landing-background-video,
#landing-background-video .landing-video {
  height: 100%;
}

.page-node-type-landing-page #landing-title-image {
  background-color: #000000;
  overflow: hidden;
}

#landing-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* .landing-video #landing-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
} */

/** new css **/

.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1.white,
.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  h1
  span {
  font-family: var(--title-font);
  margin-bottom: 1.5rem;
}

.page-node-type-landing-page
  #landing-title-info
  #landing-title-info-title
  #landing-title-info-intro {
  font-family: var(--text-font);
  font-size: 1.5rem;
  line-height: 2rem;
}

/*.page-node-type-landing-page .section-back-top {
  text-align: unset;
  margin: 0;
}*/

.page-node-type-landing-page .landing-container .breadcrumb {
  text-align: center;
}

.page-node-type-landing-page .landing-container .breadcrumb a {
  color: var(--grey) !important;
}
.page-node-type-landing-page
  #block-javali-theme-breadcrumbs
  .breadcrumb
  ol
  li:last-child {
  color: var(--grey);
}

.page-node-type-landing-page .landing-container {
  z-index: 0;
}

.page-node-type-landing-page .node-content h2 a,
.page-node-type-landing-page .node-content h2 *,
.page-node-type-landing-page .node-content h2 {
  font-family: var(--title-font) !important;
}

@media screen and (min-width: 1120px) {
  .page-node-type-landing-page .landing-container .breadcrumb {
    margin: 2rem 0 2rem 0;
  }
}

@media screen and (min-width: 1921px) {
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    #landing-title-info-intro {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .page-node-type-landing-page #main-content h6 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}
@media all and (min-width: 3441px) {
  @keyframes top-to-botom {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(36px);
    }
  }

  .page-node-type-landing-page #main-content h6 {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    h1.white,
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    h1
    span {
    margin-bottom: 2.25rem;
  }
  .page-node-type-landing-page
    #landing-title-info
    #landing-title-info-title
    #landing-title-info-intro {
    width: 80%;
    font-size: 3rem;
    line-height: 4.25rem;
  }
  .page-node-type-landing-page .arrow-jump {
    height: 100px;
    width: 60px;
  }
  .page-node-type-landing-page .arrow-jump span {
    width: 60px;
    height: 60px;
  }

  .scroll-down-text {
    bottom: 2rem;
    font-size: var(--font-body-medium);
    line-height: var(--line-height-medium);
  }

  .page-node-type-landing-page .landing-container {
    padding-top: 3rem;
  }

  .page-node-type-landing-page
    .field--name-body.field--type-text-with-summary
    > h2 {
    margin-bottom: 80px !important;
    text-align: center;
  }
  .page-node-type-landing-page .field--name-body.field--type-text-with-summary {
    margin: 40px 0 40px;
  }
}
