
@font-face {
    font-family: 'praxisbold';
    src: url('PraxisCom-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'praxislight';
    src: url('PraxisCom-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'praxissemibold';
    src: url('PraxisCom-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'praxisregular';
    src: url('PraxisCom-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* .info_body{
            font-family: "praxislight";
            font-size: 15px;
            }

.info_header{
            font-family: "praxissemibold";
            font-size: 60px;
            }

border-top: solid white 1px;
background: linear-gradient(180deg, rgba(0, 57, 166, 255) 0%, rgba(0, 57, 166, 0) 100%);

background: rgb(34,34,34);
background: linear-gradient(180deg, rgba(34,34,34,0.8491771708683473) 0%, rgba(34,34,34,0) 100%);
*/

/* ----------- Info mouse over title ----------- */
.info-title{
              font-family: "praxisbold";
              font-size: 19px;
              }

.h1{
  font-family: "praxisbold";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 24px;
  position: relative!important;
  display: block;
}

.h1-header{
  font-family: "praxisbold";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  height: 30px;
  position: relative !important;
  
}

/* ----------- Info mouse over title ----------- */

.cta_link{
  font-family: "praxisbold";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 24px;
  text-decoration: underline;
  position: relative!important;
  display: block;
}

.cta_link:hover {
  font-family: "praxisbold";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 24px;
  text-decoration: underline;
  position: relative!important;
  display: block;
}

/* ----------- Hotspot description ----------- */
p{
  font-family: "praxisregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: auto;
}

.p.description{
  font-family: "praxisregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  margin-left: 24px;
  display: block;
  position: relative!important;
}

span{
  font-family: "praxisbold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: auto;
  -webkit-user-select: all;  /* Chrome 49+ */
  -moz-user-select: all;     /* Firefox 43+ */
  -ms-user-select: all;      /* No support yet */
  user-select: all;          /* Likely future */ 
}



/* ----------- Splash screen text style----------- */
.h1-splash{  
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px
  letter-spacing: 1px;
}

/* splash subheader*/
.p.splash{
  font-family: "praxissemibold";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/* splash long intro*/
.p_splash{
  font-family: "praxisregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px
}

.ahrefp{
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* ----------- Enviroment description ----------- */
.p.header{
  font-family: "praxisregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative !important;
  height: 60px;
  white-space: normal;
  overflow: visible;
}

.logo_camp {
  margin: auto 16px;
  position: relative !important;
}

.lower_third {
  margin: auto 16px;
  display: inline-flex;
  flex-direction: column-reverse;
  position: relative !important;
}

.wrap_around_1{
  display: inline-flex;
  flex-direction: row;
  position: relative !important;
}

/* ----------- button header ----------- */

.button_header{
  font-family: "praxissemibold";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0px 16px 0px 0px;
  position: relative !important;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
   border-radius: 20px; 
}

button.button_header:hover {
  background: rgba(230, 134, 93, 1);
}


.info_cta {
  position: relative !important;
}

.info_cta::before{
     content: url(../css/call-outline-w.svg);
    height: 24px;
    width: 24px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.info_mail {
  position: relative !important;
}

.info_mail::before{
     content: url(../css/email_white.svg);
    height: 24px;
    width: 24px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.button_header_number{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}


/* ----------- button description ----------- */
.btn-info {
  padding: 0 8px;
  border-radius: 4px;
  background: rgb(243, 147, 98);;
  color: rgb(29, 29, 27);
  border: 0px solid rgb(0, 0, 0);
  margin-top: 8px;
  cursor: pointer;
}

button.btn-info:hover {
  background: rgba(230, 134, 93, 1);
}

.button_text{  
  display: inline-flex;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
  font-family: "praxissemibold";
  font-weight: 400;
  padding: 6px 8px;
  color: rgb(29, 29, 27);
}

.button_text::before {
    content: url(../css/call-outline.svg);
    height: 24px;
    width: 24px;
    padding: 0 8px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.button_shop{  
  display: inline-flex;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
  font-family: "praxissemibold";
  font-weight: 400;
  padding: 6px 16px 6px 8px;
  color: rgb(29, 29, 27);
  border-radius: 4px;
  background: rgb(243, 147, 98);;
  border: 0px solid rgb(0, 0, 0);
  margin-top: 8px;
  cursor: pointer;
}


.button_shop::before {
    content: url(../css/shop.svg);
    height: 24px;
    width: 24px;
    padding: 0 8px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

button.button_shop:hover {
  background: rgba(230, 134, 93, 1);
}

a.button_shop_link {
  text-decoration: none;
  display: block;
}

span.please_visit {
  color: rgba(0,57,166,1);

}

.timeframe{
  font-family: "praxissemibold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.timeframe.ahrefp{
  color: rgb(255, 255, 255);
}

.tel.ahrefp{
  color: rgb(255, 255, 255);
}

/* ----------- text controls ----------- */
.scene{
  font-family: "praxisregular";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
}

/* ----------- thumbnails gallery ----------- */
.thumbnail_title{
  font-family: "praxissemibold";
  font-size: 14px;
}

.gradient_thumbs{
  background: rgb(0,0,0)!important;
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%)!important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* ----------- header ----------- */
.header-container{
  margin-right: auto;
  margin-left: auto;
  max-width: 1576px;
  display: inline-flex;
  flex-direction:row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.ggskin.ggskin_subelement.ggskin_scrollarea {
  width:100%!important;
  margin-left:auto!important;
  margin-right: auto!important;
  position: relative!important;
}

/* ----------- scrollbar ----------- */
.scrollarea::-webkit-scrollbar {
  display: none!important;
}
.scrollarea {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

/* ----------- Laptop ----------- */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
/*.header-container{
  max-width: 1176px;
}*/
.p_splash{
  max-width: 600px}
}

/* ----------- iPad Pro ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px){
/*.header-container{
  max-width: 1000px;
}*/
.h1{
  font-size: 24px;
  line-height: 30px
}
p{
  font-size: 16px;
  line-height: 24px;

}
.p_splash{
  max-width: 600px}
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-width: 768px) and (max-width : 1024px){
/*.header-container{
  max-width: 720px;*/

  .lower_third{
    display: none!important;
  }

}

/* ----------- Android, iOS ----------- */
@media only screen and (min-width:320px) and (max-width: 768px){
  /*.header-container{
   max-width: 90%;}*/
  .hide-mobile {
    display: none!important;
  }

  .p_splash{
    max-width: 500px
  }
  .lower_third{
    display: none!important;
  }

  .info_cta {
    display: none!important;
  }

  .info_mail {
    display: none!important;
  }
}
