@import "/css/main.colors.css";
@import "/css/main.fonts.css";
@import "/css/main.vars.css";
@import "/css/web.poi.css";
@import "/css/web.menu.header.css";
@import "/css/main.poi.icon.css";
@import "/css/main.poi.profile.css";
@import "/css/main.poi.section.css";
@import "/css/split.browser.css";

@import "/vendor/bootstrap-5.3.0-alpha3-dist/css/bootstrap.css";
@import "/img/icons/bootstrap-icons-1.10.5/font/bootstrap-icons.min.css";

/*
body.bio-pad {
 background-image: url("/img/background_zoom.png");
 background-size: cover;
}
*/
html{
  /*touch-action:none;*/
  /*cursor:none;*/
}

@media (min-width: 1024px) { 
  body,
  main,
  mainstage
  {
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    display: flex;
    flex-direction: row;
    scroll-behavior: unset;
    overflow: hidden;
  }
}

@media (max-width: 1023px) { 
  body,
  main,
  mainstage
  {
      width: 100vw;
      height: auto; 
      min-height: 800px;
      display: flex;
      flex-direction: row;
      scroll-behavior: auto;
      overflow: scroll;
  }
}



@media (min-width: 1023px) { 
  body.bio-web mapbox{
    margin: 10px !IMPORTANT;
  }

  mainstage list, 
  mainstage mapbox{
    margin: 10px !IMPORTANT;
  }
}

body.bio-web mapbox{
  display:flex;
  height: fit-content;
  width: fit-content; /* 16:9  aspect ratio*/
  overflow-y: scroll;
  border-radius: 10px 10px 0px 0px;
}

mainstage list, 
mainstage mapbox{
  border-radius: 10px 10px 0px 0px;
}


body.bio-web map{
  height: calc(100vh - 10px);
  /* aspect ratio in compliziert */
  /*width: calc( (100vh - 10px) / ( 16 / 9 ) ); */
  width: auto;
  aspect-ratio: 9 / 16;
  /*min-height: 1080px;*/
  /*min-width: 607px;*/
  background-image: url("/img/background_small.png");
  background-size: 100% 100%;
}




list:has(poilistitem){
    display: block;
    overflow-y: scroll;
    /*width: 50vw;*/
    max-width: 776px;
    min-width:300px;
    height: calc(100vh - 10px);

}
@media (max-width: 1023px) { 
  list:has(poilistitem){
        height: auto;
  }
}


list poilistitem{
    /*height: 150px;*/
    margin: 20px 10px 10px 10px;
    display: block !IMPORTANT;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: row;
    min-width: 300px;
    /*background-color: #80933918;*/

}

list poilistitem .upper.preview{
    /*position: relative;*/
    left: 0px;
    width: 267px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

list poilistitem img {

    object-fit: cover;
    object-position: center;
    border-radius:10px;
}

list poilistitem .foot-profile{
    position: relative;
/*    margin-left: 283px;*/
/*    margin-top: -140px;*/
/*    height: 130px;*/
    width: 450px;
    overflow:hidden;
}
list poilistitem .title-profile{
    font-size:2em;
    color: #809339;

}
list poilistitem .subtitle-profile{
    font-size:1.2em;
}
list poilistitem .img-overlay{
    position: relative;
    width: 267px;
    bottom: 49px;
}
list poilistitem .img-overlay svg {
    background-color: #00000000 !IMPORTANT;
}
list poilistitem .block-overlay{
    position: relative;
    height: 36px;
    width: 267px;
    bottom: 50px;
    left: 0px;

}



::-webkit-scrollbar{
  width:0;
  height:0;
}


body.bio-web::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;

  background-color: white;
  
}



