/*
 * SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

.image-canvas {
  display: inline-flex;
  border: 1px #000;
}

.upper-canvas{

        border: 1px #333;
    }



#image-list {
  width: 80px;
}

#image-list img{
  width: 80px;
  height: auto;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.heading-icons{

}
@media(max-width:1024px){
.heading-icons{
left:-20px!important;
}
.header-logo{
position:relative;
right:-20px!important;
}
}
.banner{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
}
.hero-stage{
  max-height: 94vh;
}
.scroller{
  animation: roller 2s infinite;
  transition: all .25s ease;
  position: absolute;
  bottom: 5%;
  font-size: 1.5rem;
  color: white;
  left: 49.6%;
  transform: translateX(-49.6%);
}
@-webkit-keyframes roller{
  0%,20%,50%,80%,
  to{
    -webkit-transform:translateY(0);
    transform:translate(0,0)
  }
  40%{
    -webkit-transform:translate(0,-20px);
    transform:translate(0,-20px)
  }
  60%{
    -webkit-transform:translate(0,-10px);
    transform:translate(0,-10px)
  }
}
@keyframes roller{
  0%,20%,50%,80%,
  to{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
  }
  40%{
    -webkit-transform:translate(0,-20px);
    transform:translate(0,-20px)
  }
  60%{
    -webkit-transform:translate(0,-10px);
    transform:translate(0,-10px)
  }
}
.hero-heart{
  position: relative!important;
  width: auto!important;
  bottom: -20px!important;
  height: 85px!important;
}
.btn-yellow::after {
    background-image: url(https://d1b7rr0nby25az.cloudfront.net/cache-buster-1606481302241/static/build/img/relaunch2018/buttons/white-right-filled.svg);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#image-filter .image-filter-container .filter-form-area .newletter-form-footer .newletter-form__share-list{
  left:0;
}

.heading-icons.scrolled {

}

@media screen and (max-width:768px){
  .canvas-container>canvas{
    margin-left:-6rem;
  }
  .image-canvas {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #image-list {
    display:none;
  }
  .inner{
    overflow: hidden;
    max-width: 100px;
  }

  #image-list img{

    margin-top: 0px;
  }

}

/* header */
.black-bg {
background: rgba(0,0,0,0.92)!important;
}
@media(max-width:768px){

.header-logo{
position:relative;
width: 135px !important;
top: -17px !important;
right:-25px!important;
}
.heading-icons{
left:-25px!important;
}
}
@media(max-width:420px){
.heading-icons{
left:0!important;
}
.header-logo{
width: 110px !important;
top: -25px !important;
right:0rem!important;
position: relative;
}
.header-logo.white-image{
top: -4px !important;
}
}
.header-logo-scroll.show {
  top: -14px;
}
.header-container .main-nav-wrapper .menu-main-nav-container .main-nav{
  justify-content: flex-start;

}
.header-container .main-nav-wrapper .menu-main-nav-container .main-nav>li.menu-item{
  padding:1rem 0;
}
/* translate */
.header-container .heading-icons .translatetion{
  font-size: 1.5rem;
  color:#fefefe;
  cursor: pointer;
}

.header-container .heading-icons .heading-icons__lists li{
  position: relative;
}
#changeLangs{
  position: absolute;
  top: 2px;
  left: 1px;
  width: 27px;
  height: 33px;
  opacity: 0;
  cursor: pointer;
}
#changeLangs:hover ~ .translatetion{
  color:#f4d100;
}
.heading-icons #changeLangs:checked ~ .translatetion{
  color:#f4d100;
}
.heading-icons .header-lang-content {
  position: absolute;
  top: 100%;
  width: 60px;
  right: -10px;
  margin-top: -.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(3rem);
  transition:unset;
  -webkit-transition: unset;
  -moz-transition:unset;
  -ms-transition:unset;
  -o-transition:unset;
  -webkit-transition:unset;
}
.heading-icons #changeLangs:checked ~ .header-lang-content{
  opacity: 1;
  transform: translateY(0);
  visibility: initial;
  margin-top:33px;
  width: 60px;
  right:-20px;
  z-index: 99;
}
.header-container .heading-icons .header-lang-content .list-unstyled{
  text-align: center;
}
.header-container .heading-icons .header-lang-content .list-unstyled li{
  color:#fefefe;
  font-size: 17px;
  cursor: pointer;
}
.header-container .heading-icons .header-lang-content .list-unstyled li:hover{
  color:#f4d100;
}
.header-container .heading-icons .header-lang-content .list-unstyled li.hide-active{
  display: none;
}
.header-container .heading-icons .header-lang-content .list-unstyled li:not(:last-child){
  margin-bottom:10px;
}
.section.section-filter{
 padding-top:0rem;
}
 /* video */
 .hero-stage .fullscreen-video__video {
  object-fit: cover;
  width: 100%;
}

.infomation-tip{
  position: absolute;
  display: flex;
  top:0;
  left:0;
  width: 100%;
  align-items: center;
  padding:.5rem;
  border: 1px solid #6f273f;
  background-color:#efefef;
  
}
.icon-infomation-tip{
  flex-basis:4rem;
  margin-right: 1rem;
}
.text-infomation-tip{
  flex:1;
  color:#6f273f;

}
.input-wrapper.has-img .infomation-tip{
  display: none;
}














