
/* common reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; 
    /* font: inherit;  */
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
.navbar-nav ol, .navbar-nav ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* END: common reset */

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "appfont", sans-serif;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
a {
    color: #333333;
}


.navbar-nav ol, .navbar-nav ul, .navbar-nav li {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;


}
b.headline {
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.anno {
    font-size: 14px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 999;
    padding: 10px;
    text-align: center;
    display: none;
    visibility: hidden;
    color: #ffffff;
}

.standard-annotation {
    font-family: "appfont", sans-serif;
    font-weight: normal;
}
.logo {
  
    height: auto;
    position: absolute;
    top:50px;
    left: 50px;
    z-index: 999;
    max-width: 200px;
    width: 100%;
}
#skipButton, #replayButton, #backButton, #ctaButton {
    /* position:absolute;
    
    top: 50px;
    right: 10px;
    width: 60px;
    height: 60px; */
    z-index: 8;
    
    cursor: pointer;
    pointer-events: all;
}
#skipButton img, #replayButton img, #backButton img,#ctaButton img {
    width: 100%;
    height: 100%;
}


.next-icon {
    border: 1px solid white;
    padding: 0 3px;
    display: inline-block;
    margin:5px 0;
    color: white;
    background: none;
    pointer-events: all;
}
.next-icon:hover {
    /* border: #818b9c;
    color: #818b9c; */
    background-color: white;
    color:#d0311e;
}
ul.anno-list {
    margin:0;
    padding: 0 0 0 20px;
    line-height: 140%;
}

.backButton {
    height: 60px;
    width: 60px;
    cursor: pointer;
    pointer-events: all;
    position: fixed;
    right: 20%;
    top: 20%;
  
  }

  .infoButton {
    height: 60px;
    width: 60px;
    cursor: pointer;
    pointer-events: all;
    padding-bottom: 5%;
   
  
  }



.page-content{
    height: 100vh;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ctaButton {
    bottom:20px;
    width: 100%;
}

.d-f{
    display: flex;
}
.j-c-c{
    justify-content: center;
}
.f-d-c{
  flex-direction: column;
}
.j-c-s-b{
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.j-c-f-e{
    justify-content: flex-end;
}
.j-c-f-s{
    justify-content: flex-start;
}
.a-i-c{
    align-items: center;
}
.f-w-w{
    flex-wrap: wrap;
}
.header-content{
    padding-top: 10px;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
.is-visible {
  display: block;
  visibility: visible;
}
.central {
    display: flex;
    flex-direction: row;
    gap:5%;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    min-height: 100vh;
  }

@font-face {
    font-family: "appfont";
    font-weight: normal;
    font-style: normal;
    src: url('media/scene.babylon/fonts/BoschSans-Regular.woff');
}
@font-face {
    font-family: "appfont";
    font-weight: normal;
    font-style: italic;
    src: url('media/scene.babylon/fonts/BoschSans-RegularItalic.woff');
}
@font-face {
    font-family: "appfont";
    font-weight: bold;
    font-style: normal;
    src: url('media/scene.babylon/fonts/BoschSans-Bold.woff');
    
}
@font-face {
    font-family: "appfont";
    font-weight: bold;
    font-style: italic;
    src: url('media/scene.babylon/fonts/BoschSans-BoldItalic.woff');
    
}





.intro {
  position: absolute;
  top: 70px;
  width: 450px;
  left: 55px;

  /* margin-left: -300px; */
  font: "appfont" #373335 bolder 14px;
  text-align: left;
  


}

/* b {font: "appfont" bold;} */

.colorpanel{
    /*background-color: #000;*/
    padding: 5px 25px;
    height: max-content;
    
    /* max-width: 150px; */
    z-index: 1;
    line-height: 40px;
    /*border-radius: 10px;*/
}

.coloritem{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    /* margin-right: 25px;
    margin-top: 5px; */
    border: 3px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
}

#introHolder {
    position: absolute;
    bottom: 110px;
    left:0; right: 0;
    text-align: center;
    padding: 2vw;
    background-color: rgba(0,0,0,.7);

}
#introHolder p {
    color: white;
}

.mainAppContainer a {
    color: #ffffff;
    text-decoration: none;
    /* display: inline-block;  */
}
    html body a:hover, html body a:focus, html body a:active, html body a.active {
      color: #ffffff; }
      .mainAppContainer .container {
    margin: 45px; }
    .mainAppContainer header, .mainAppContainer footer, .mainAppContainer, html body footer {
    width: 100%; }
    .mainAppContainer header {
    position: fixed;
    top: 0; 
    z-index: 10;}
    .mainAppContainer header .container {
      display: -ms-flexbox;
      display: flex;
      gap: 5vw;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mainAppContainer header .container .logo {
      z-index: 999; }
    .arrow-back {
        /* max-width: 240px; */
        width: 100%; 
    }

    /* .logo-box {
        max-width: 33vw;
    }
    .back-box {
        max-width: 66vw;
    } */


    .mainAppContainer footer {
    position: fixed;
    bottom: 40px; 
    z-index: 10;}

    .mainAppContainer footer .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: center; }




    .cta-button {
        border-radius: 0px;
        /* width: 80px; */
        /* aspect-ratio: 1/5; */
        font-family: "appfont";
        font-weight: bold;
        padding: 10px 10px;
        font-size: 18px;
        color:white;
        text-align: center;
        text-decoration: none;
        margin:4px;
        display: inline-block;
    }

    .installation {
        pointer-events: all;
        /* position: absolute;
        bottom: 70%;
        left: 50%; */
        /* font-weight: bold; */
        /* padding: 12px 24px 12px 24px; */
        /* -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
    }

    .info-box {
      height: 80%;
      top:10%;
      width: 40%;
      background-color: #d0311e99;
      color:#ffffff;
      font-size: 1 em;
      z-index: 300;
      border-radius: 1em 1em 0 0 ;
      
    }
    .info-box h1 {
      font-size: 2em;
      background-color: #ffffff;
      color:#d0311e;
      padding:2%;
    }
    .info-box ul {
      list-style-type: circle;
    }

    .menu-list {
        display: inline;
        padding: 5px;
        margin: 0px 10px 0px 0px;
        background-color: #d0311e;
        border: 2px solid #d0311e;
        color: #ffffff; 
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        
        cursor: pointer;
      }
      
      .menu-list:hover {
        border: 2px solid #d0311e;
        color: #d0311e;
        background-color: #F4F4F5;
        display: inline;
      }
      .menu-list.is-selected {
        border: 2px solid #d0311e;
        color: #d0311e;
        background-color: #F4F4F5;
       
        cursor: pointer;
      }
      .menu-about {
        text-align: left;
        min-height:  35px;
        padding: 0 0 15px 18px;
      }

    .menu-list2 {
        width: 70px;
        padding: 5px;
        margin: 2px 4px 2px 0;
        border: 2px solid white;
        color: white;
        font-size: 15px;
        text-align: center;
        display: inline-block;
        background-color: none;
        cursor: pointer;
      }
      
      .menu-list2:hover {
        background-color: white;
        border-color: white;
        color: #d0311e;
        display: inline-block;
      }
      .menu-list2.is-selected {
        background-color: white;
        border-color: white;
        color: #d0311e;
        display: none;
      }

      .slidecontainer {
        width: 100%; /* Width of the outside container */
        pointer-events: all;
      }
      
      .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 5px;
        border-radius: 0;  
        background: #ffffff;
        outline: none;
        opacity: 1;
        -webkit-transition: .2s;
        transition: opacity .2s;
        pointer-events: all;
      }
      
      .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 21px;
        height: 21px;
        /* border-radius: 50%;  */
        background: #ffffff;
        opacity:1;
        cursor: pointer;
      }
      
      .slider::-moz-range-thumb {
        width: 21px;
        height: 21px;
        /* border-radius: 50%; */
        opacity:1;
        background: #ffffff;
        cursor: pointer;
      }

    .wireframe {
        background:none;
        border: 2px solid white;
    }

    
    .red {
        color: white;
        background-color: transparent;
        border: 4px solid #d0311e;
    }
    .red a {color:#d0311e;}
 

    .active {
        background-color: #d0311e !important;
        color: white !important;
        border: none !important;
    }
    .active a {color:white;}
   
.gui {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 20;
    justify-content: right;
    align-content: center;
}


@media only screen and (max-width: 600px) {
    .gui {
       
        justify-content: center;
        align-content: flex-end;
    }

   
    .logo {
  
        height: auto;
        position: absolute;
        top:20px;
        left: 20px;
       
        max-width: 160px;
        width: 100%;
    }
    .intro {
        position: absolute;
        top: 20px;
        max-width: 320px;
        width:70%;
        left: 25px;
      
        /* margin-left: -300px; */
        font: "appfont" #373335 bold 10px;
        text-align: left;
      }
    .mainAppContainer .container {
        margin: 25px 30px 45px 30px;
    }


}


@media only screen and (max-width: 600px) {
    .backButton {
      height: 12%;
      width: 12%;
      right: 10%
    }
  
    .CTAbtn {
      bottom: -40%;
      right: 10px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .backButton {
      height: 14%;
      width: 14%;
      right: 10px;
      top: 10px;
    
    }
  
    .CTAbtn {
      bottom: 40%;
      right: 10px;
    }
  
  }