:root {
  --pistachio: 173, 211, 152;
  --pistachio2:255, 255, 217; 
  --pistachio3:179, 217, 158;

  --blue_complementary2: 160, 180, 218;
  --red_complementary2: 163, 63, 98;
  --pistachio2_tone2: 136, 149, 129;
  --pink_triadic2: 218, 160, 180;
  --blue_triadic2: 155, 185, 232;
  --dark_pistachio: 79, 152, 34;
  --dark-green: 3, 63, 57;
  --opacity: 0.5;
  /*--background_pistachio:  {background:*/

    /*CINDER COLOUR SET*/
  --cinder_dark_brown: 78, 55, 55;
  --cinder_brown: 129,44,40;
  /*--cinder_orange: 249,89,37;*/
  --cinder_orange: 255,65,0;

  --cinder_yellow: 250,206,74;
  --cinder_light_yellow: 255,255,218;
  --light_gray: 245,245,245;
 
 /* --cinder_light_yellow: 255,255,218;*/
  --fluo_green: 57,255,20;
 
  
 /* --cinder_light_yellow: 255,255,218;*/

  --add_width: calc(30% - 70px);
background-size: 75px 100px;
list-style-type:square;
list-style-position: inside;
}


body {
  padding: 0;
  margin: 0;
  width: 100%;
}

html {
  width:100%;
  font-size: large;
  /*background-image: linear-gradient(rgb(var(--pistachio)), grey);*/
   -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    background-color: lightgray rgb;
    padding: 0px;
    margin: 0px;
    /*background-color: rgb(255,255,218);*/
    
 }
/* .content{
  padding-left: 30px;
  padding-right: 30px;
}
 */#contactform{
  border-left: 3px solid rgb(var(--cinder_orange));
  margin-top: 15px;
  width: 520px;
  margin:auto;
  padding-left:20px;
}
.hyperlink{
  color: rgb(var(--cinder_orange));

  font-style:oblique;
  font-weight: 500;

  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
}
.hyperlink:hover{
 text-shadow:0.5px 0px 0px rgb(var(--cinder_orange));
 
 transition: 0.3s;
  }
.calcinput_container{
  width:100%;
  margin-left:0px;
}
  .calcinput_container_td{
/*     border:1px dashed rgb(200,200,200);
    border-radius:3px; */
    width:50%;
  }
.calcinput_container_td{
  vertical-align:top;
}
.calcinput_container_td .calcinput{
  width:100%;
}
.calcinput input{
  text-align:right;
  width: 70px;
  /* border-bottom:2px dotted gray; */
 /*  border: 1px dashed rgb(var(--cinder_orange)); */
  
   /* border-left: 0px;
  border-top: 0px;
  border-right: 0px;
 */  background-color: rgba(100,100,100,0.04);
  display:inline-block;
  margin-bottom:0px;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}
.calcinput select{
  text-align:right;
  border-bottom:0px solid rgb(0,0,0);
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  background-color: rgba(100,100,100,0.04);
  display:inline-block;
}
.orangeheader{
  color: rgb(var(--cinder_orange));
  font-style: italic;
  font-variant: small-caps;
  font-size: 18px;
}
.button {
  background-color: rgb(255,255,255);
  border: 2px solid rgb(var(--cinder_orange));
  border-radius: 3px;
  color: rgb(var(--cinder_orange));
  font-style: italic;
  font-variant: small-caps;
  width:100%;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  cursor:pointer;
}
.rpmtable {
  margin-top:10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.rpmspan{
  margin-bottom:20px;
}

.slider{
  margin-top:5px;
  padding-bottom:5px;
}

input{
  text-align:right;
  width: 60px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  background-color: ghostwhite;
  border-bottom:0px;
  display:none;
}
.second_ul{
  padding-left:50px;
  list-style-type:"-> ";
}
.spacer_td{
  visibility:hidden;
  width:20px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-right:0px;
}
.topline_table{
  /*position:absolute;
  left:0px;*/
  float:left;
  vertical-align:bottom;
  height:50px;
}

.next_to_logo{
  /*vertical-align: middle;*/
  /*border-right: 1px dotted gray;*/
}

.main_box td{
  width:325px;
  margin-left:100px;
  margin-right:100px;
  transition: transform 1.5s; 
  vertical-align: top;
  
  /*border-spacing: 0em;*/
}
.main_box td:hover{
  box-shadow: 5px 5px 5px greenyellow;
}

.strava_container{
  width:70%;
  margin:auto;
 
}


.topline_table tbody tr{
  height: 40px;
  /*background-color: rgb(127, 255, 185);*/
  /*background-color: rgb(184, 232, 154);*/
  border-spacing: 0em;
  margin-left:20px;
}

table{
  margin-left:10px;
  padding-top:0px;
  vertical-align: top;
  /*border:1px solid aquamarine;*/
}

#main{
  /*font-family: 'Quicksand', "serif";
  font-family: 'Roboto Slab', "serif";*/
  /*font-family: "Wittgenstein", serif;*/
  font-family: "Exo 2", serif;
  font-weight: 200;
background-color: white;
  font-size: 16px;
    width: 100%;
    /*min-width: 800px;*/
}
.nagyobb{
    /*font-size: 24pt;
    font-variant: small-caps;
    padding-left:5px;
    margin-left:auto;
    margin-right:auto;
    color:rgb(var(--cinder_orange));
    font-style: oblique;
    font-weight: 600;*/
    height: 40px;
    margin-right: 10px;
    /* display:grid;
    place-items: top; */
}

.nagyobb svg{
padding-left:15px;
  margin-top:13px;
  height:100px;
}
.nagyobb a{
  height:20px;
  margin-bottom:10px;
  display:inline-block;
}
#nagyobb2{
  /*font-size: 24pt;
  font-variant: small-caps;
  padding-left:5px;
  margin-left:auto;
  margin-right:auto;
  color:rgb(var(--cinder_orange));
  font-style: oblique;
  font-weight: 600;*/
  
  max-width:200px;
}


.name{

  color: black;
  /*background-color: rgb(var(--cinder_orange));*/
  font-size: 14pt;
  margin-left: auto;
  margin-right:auto;
  vertical-align: middle;
  border-radius: 3px;
  
  text-align: center;
}
#pagetitle_outer{
  z-index:255;
    /*border-top-right-radius: 25px;
    border-top-left-radius: 25px;*/
   /*background-color:rgb(var(--pistachio2),0.5);*/
   /*background-color:rgb(25,25,25,1.0);*/
   /*background-color:rgb(var(--pistachio2));*/
    width:100%;
    /*background-color: rgb(var(--pistachio2_tone2));*/
    background-color: rgb(255, 255, 255, 0.8);
    /*background-image:
    linear-gradient(45deg, rgb(var(--pistachio2_tone2)) 50%, transparent 90%),
    linear-gradient(-45deg, rgb(var(--pistachio2_tone2)) 50%, transparent 90%),
    linear-gradient(45deg, transparent 50%, rgb(var(--pistachio2_tone2)) 50%),
    linear-gradient(-45deg, transparent 50%, rgb(var(--pistachio2_tone2)) 50%);*/
    backdrop-filter: blur(3px);
background-size:20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: fixed;
    top:0;
   /*background-image: url("../images/patterns/grunge_wall_green.png");
   background-repeat: repeat;*/
   /* height: 110px;*/
    margin-bottom: 110px;
    color: rgb(var(--pistachio2_tone2));
    color:black;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);*/
    /*padding-right:50px;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;

}


#pagetitle_outer:hover{

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 

}
#pagetitle{
  display:inline;
    /*font-family: 'Baloo Bhai', cursive;;*/
    /*padding-left:25px;*/
    /*font-size: 12px;*/
   /* font-weight: 900;*/
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    width:100%;

}

/*#contact_btn{
  background-color: rgb(var(--cinder_orange));
}*/

/*#contact_td mark{
  background-color: rgb(var(--cinder_orange));
  
  padding:5px;
  border-radius: 3px;
}*/

.active{
  text-decoration: underline;
  color: rgb(var(--cinder_orange));
}

.langactive{
  text-decoration: underline;
  color: rgb(var(--cinder_orange));
}



.dropbtn{
  width:30px;
  padding-left:20px;
  padding-top:20px;
}

.dropdown {
  /*position: relative;*/
  display: inline-block;
  color: red;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.menutd{
  box-sizing: border-box;
  padding: 15px;
  font-variant: small-caps;
  font-style: oblique;
  font-weight: 500;
  font-size: 20px;
  transition: transform 0.0s;
  transition: 0.2s;
}

.menutd:hover{
 /* border-bottom:3px solid black;
  border-top: 3px solid rgb(249,89,37);*/
  color: rgb(var(--cinder_orange));
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:target {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:target .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:target .dropbtn {background-color: #3e8e41;}

.language_selector{
  padding-right:25px;
  width:60px;
  text-align:right;
  padding-top:15px;
   /*position: absolute;
  right: 0px;*/
  float:right;
   /*background-color: aquamarine;*/
}


   #slideshow{
    height:1000px;
    background-color: #bada55;
    position:relative;
   } 
/*#slideshow > div {
    
    position: absolute;
    
      }*/

.slideshow_element_div{
    margin-left:auto;
    margin-right:auto;
    min-width: 600px;
    max-width:1100px; 
}
.slideshow_element {
    max-width:800px;
    width:100%;
    height:100%;
    max-height: 800px;
    padding-top:15px;
    padding-bottom: 15px;
    /*min-height:460px;*/
    }
.image_holder{
    align-content: center;
}
.image_wide {
    margin:auto;
    max-width:800px;
    /*width:100%;*/
    max-height:300px;
    margin:10px;
}
.break{
  clear:both;
}
.locationspan{
  display:none;
}

.hint{
  padding-left: 50px;
  color: gray;
}


.tooltip {
  position: relative;
  display: inline-block;
  margin-left:5px;
  
}

.tooltip .tooltiptext {
  font-size:14px;
  visibility: hidden;
  width: max-content; 
  max-width: 200px;
  line-height:125%;
  text-align: justify;
  /*background-color: #555;*/
  background-color: rgb(255,255,255);
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -25%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border:2px solid rgb(var(--cinder_orange));
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  /*border-color: #555 transparent transparent transparent;*/
  border-color: rgb(var(--cinder_orange)) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.CdAEstimate{
  font-style: italic;
  padding-left:50px;
  display:block;
}
.CdAEstimate_center{
  font-style: italic;
  text-align: center;
  margin:auto;
}
.orangeborder{
  font-weight: 400;
  padding:1px;
  border-bottom:2px solid rgb(var(--cinder_orange));
}

.pink_indent{
  clear:left;
  border-radius: 2px;
  /*background-color: rgb(var(--light_gray));*/
  max-width: 80%;
  min-width: 300px;
  padding: 10px;
  margin:auto;
  margin-top:25px;
  margin-bottom:25px;
  padding-left: 25px;
  font-size: large;
  border-left: 3px solid rgb(var(--cinder_orange));
  list-style-position: outside;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;*/
  /*border-radius: 3px;*/
}

/*.pink_indent:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 
}*/
.img_wrapper{
  margin-top:25px;
  background-color: lightgreen;
}

.profile_img{
  
  width: 40%;
  max-width:150px;
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-bottom:15px;
  margin-right: 15px;
}

.card_left {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width:40%;
  min-width:300px;
  margin: 25px;
  background-color:white;
  /*border-radius:3px;*/
  float:left;
  padding: 3px;
}

.card_left img {
  border-radius: 3px 3px 0px 0px;
}

.card_bold{
font-style: oblique;
}


/* On mouse-over, add a deeper shadow */
.card_left:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_right {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width:40%;
  min-width:300px;
  margin: 25px;
  background-color:white;
  border-radius:3px;
  float:right;
  padding: 3px;
}
.card_right_small{
 
  width:150px;
  margin: 5px;
 
  float:right;
  padding: 3px;
}

.card_right img {
  border-radius: 3px 3px 0px 0px;
}

/* On mouse-over, add a deeper shadow */
.card_right:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_middle {
  clear:left;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width: 80%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top:25px;
  margin-bottom:25px;
  background-color:white;
  border-radius:3px;
  padding: 3px;
}

.card_middle img {
  border-radius: 3px 3px 0px 0px;
}

/* On mouse-over, add a deeper shadow */
.card_middle:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}
.logo{
width:75px;
float:left
}


svg{
  fill:blueviolet;
}
#additional{
box-sizing: border-box;
vertical-align: top;
width: var(--add_width);
float:right;
text-align: justify;
/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
/*padding-left: 15px;
padding-right: 15px;*/
padding-bottom: 25px;
/*background-color: beige;*/
background-color: white;
/*background-color: rgb(var(--pistachio2));*/
min-width: 340px;
padding-left:30px;
padding-right:0px;
}

.top_image{
  color:white;
  /*vertical-align: bottom;*/
  text-align: right;
  vertical-align: top;
  
   /* Set a specific height */
  
   height:100%;

   /* Create the parallax scrolling effect */
   /*background-attachment: fixed;*/
  
   
   background-repeat: no-repeat;
   background-size: 100%;


  

   /*overflow: hidden;*/
}


.top_image_text{
  background-color:rgb(200,200,200,0.5);
  
  margin-top:375px;
  padding-right: 100px;
  font-size: xx-large;
  font-variant: small-caps;
  font-style: oblique;
  font-weight: 500;
  /*color: rgb(var(--cinder_light_yellow));*/
  
}
.spacer_image{
  color:white;
  vertical-align: bottom;
  text-align: right;
  
   /* Set a specific height */
  
   height: 100px;
   border-radius: 10px;


   /* Create the parallax scrolling effect */
  

}
.fade{
  background-color: rgb(var(--cinder_light_yellow));
  text-align:left;
}
#index_img{
  background-image: url("../img/field_750.jpg");
  background-position: center;
  height:150px;
  -webkit-background-size: cover; 	
  background-size: cover;
}
#coaching_img{
  background-image: url("../img/field_750.jpg");
  background-position: center;
  height:250px;
  -webkit-background-size: cover; 	
  background-size: cover;
}
#toolset_img{
  background-image: url("../img/field_750.jpg");
  /*background-size: 100%;*/
  background-position: center;
  height:250px;
  -webkit-background-size: cover; 	
  background-size: cover;
  
}
#coaching_img_2{
  background-image: url("../img/coaching.jpg");
  height:100%;
  /*background-size: 100%;*/
  
}

/*.banner_introduction{
  background-image: url("../img/compass_gradient.png");
  background-size: 100%;
}*/
.banner
{
  clear:both;
  box-sizing: border-box;
  font-variant: small-caps;
  font-style: oblique;
  font-size: 20px;
  font-weight: 600;
  /*background-color: rgb(var(--light_gray));*/
  color: rgb(var(--cinder_orange));
  /*height: 40px;*/
  text-align: center;
  vertical-align: middle;
  /*border-top: 2px solid rgb(var(--cinder_orange));*/
  /*border-bottom: 2px solid rgb(var(--cinder_orange));*/
  padding:0px;
  margin-bottom: 15px;
  margin-right:5px;
}
/*.li_title{
  float:left;

}
.li_title ul{
  clear:left;
}*/
.smalldesc{
  float:none;
  margin-bottom:15px;
  font-size: medium;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

#expend_trainingplan{
  display:none;
}
input + div + .smalldesc{
  max-height: 0px;
  overflow:hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

input:checked + div + .smalldesc{
  max-height:none;
  transition: max-height 1s ease-in-out;
}

input:checked + .short{
  display:none;
}


/*#expend_trainingplan:checked + .smalldesc{
  max-height:none;
}

#expend_trainingprogrammes + .smalldesc{
  max-height: 250px;
  overflow:hidden;
  transition: all 1s ease;
}

#expend_trainingprogrammes:checked + .smalldesc{
  max-height:none;
}*/

label{
float:left;
}

/*label span{
  color:unset;
  color:blue;
  padding-right:15px;
  
}*/
#bmi{
  display:none;
}
/*label:hover{
  color:white;
}*/

.banner_introduction
{
  /*float:none;
  clear: left;*/
  margin-top:15px;
  box-sizing: border-box;

  /*height: 40px;*/
  text-align: left;
  vertical-align: middle;

  /*border-bottom: 1px solid rgb(var(--cinder_orange));
  border-right: 1px solid rgb(var(--cinder_orange));*/
  /*background-color: rgb(var(--light_gray));*/
  padding:0px;
  padding-left:10px;
  margin-top:30px;
  margin-bottom: 15px;
  padding-top:5px;
  padding-bottom: 5px;
 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

}
.banner_introduction .bannertitle{
  font-variant: small-caps;
  font-size: 24px;
  font-weight: 700;
  font-style: oblique;
  color: rgb(var(--cinder_orange));
  cursor:pointer;
}
.bannertitle{
  font-variant: small-caps;
  font-size: 24px;
  font-weight: 700;
  font-style: oblique;
  color: rgb(var(--cinder_orange));
  cursor:pointer;
}

.banner_toc
{
  background-color: rgb(var(--pistachio2));
  box-sizing: border-box;
  font-variant: small-caps;
  font-size: 20px;
  font-weight: 1000;
  /*height: 40px;*/
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid rgb(var(--pistachio2));
  border-bottom: 2px solid rgb(var(--pistachio2));
  padding:0px;
  margin-bottom: 15px;
}

.adtn_content{
  box-sizing: border-box;
  padding-left:15px;
  padding-right: 15px;
}
#main_container{
  /*background-color: red;*/
  padding-top: 0px;
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  
}
.full_screen_width{
border-top: 7px solid rgb(var(--cinder_orange));
}

.hot{
  height:50px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  margin-top:20px;
  color:white;
  border-radius:5px;
  background-color:rgb(var(--cinder_orange));
  text-align: center;
  vertical-align: middle;
  font-style: oblique;
  font-variant: small-caps;
  font-weight:800;
  font-size:24px;
  cursor:pointer;
  }
.top_img_wrapper {
  width: 100%;
  max-height:150px;
  min-height:150px;
  margin-top: 0px;
  vertical-align: top;
  background-color: white;

 }

.introduction_table {
  text-align: center;
  /*border-collapse:collapse;*/
  border-spacing: 10px 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.introduction_table td{
  border-collapse: collapse;
  border-bottom: 1px dotted black;
  padding: 3px;
  width:20%;
}
.introduction_leading_column{
  font-weight: 500;
  background-color: rgb(var(--light_gray));
  font-variant: small-caps;
  font-style: oblique;
}

.introduction_table_mobile {
  text-align: center;
  /*border-collapse:collapse;*/
  /*border-spacing: 10px 0px;*/
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left:auto;
  margin-right:auto;
}
.introduction_table_mobile td{
  border-collapse: collapse;
  border-bottom: 1px dotted black;
  padding: 3px;
  text-align: center;
}
.introduction_table_mobile .introduction_leading_column{
  font-weight: 500;
  background-color: rgb(var(--light_gray));
  font-variant: small-caps;
  font-style:oblique;
  width:25%;
}

.introduction_table td li{
  padding-top:5px;
  padding-bottom:5px;
  }

.introduction_table_mobile td li{
padding-top:5px;
padding-bottom:5px;
}



.introduction_table_mobile td{
  width:100%;
  max-width: 250px;
  }
#introTableMobile{
  display:none;
}
.bronze_lead{
  background-image: url("../img/clockwork.jpg");
  background-size: 100%;
  background-attachment: fixed;
  /*background-color: rgb(217, 165, 33,0.9);*/
}

.bronze_lead div { 
  background-color: rgb(217, 165, 33,0.9);
  height:90px;
  margin: -3px;
  margin-bottom: -4px;
  text-align: middle;
  vertical-align: middle;
}

.golden_lead{
  background-image: url("../img/clockwork.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.golden_lead div{
  background-color: rgb(255, 215, 0, 0.9);
  height:90px;
  margin: -3px;
  margin-bottom: -4px;
  text-align: middle;
}


.platinum_lead{
  padding-top:15px;
  background-image: url("../img/clockwork.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.platinum_lead div{
  background-color: rgba(229,228,226,0.9);
  height:90px;
  margin: -3px;
  margin-bottom: -4px;
  text-align: middle;
}



.bronze{
  /*background-color: rgb(217, 165, 33,0.5);*/
  border-left: 5px solid rgb(217,165,33);
  border-right: 5px solid rgb(217,165,33);
  margin-left: 2px;
  margin-right: 2px;
}
.golden{
  /*background-color: rgb(255, 215, 0,0.5);*/
  border-left: 5px solid rgb(255,215,0);
  border-right: 5px solid rgb(255,215,0);
  margin-left: 2px;
  margin-right: 2px;
}
.platinum{
  /*background-color: rgba(229,228,226,0.5);*/
  border-left: 5px solid rgb(229,228,226);
  border-right: 5px solid rgb(229,228,226);
  padding-left: 2px;
  padding-right: 2px;
}
#introduction{
    box-sizing: border-box;
    padding-left:25px;
    padding-right:25px;
    padding-top: 25px;
    width:70%;
    max-width: 900px;
    min-width: 400px;
    /*margin-right:50px;
    margin-left:50px;*/
    /*text-align: justify;*/
    background-color: white;
    /*background-color:rgb(25,25,25,0.2);*/
    /*color: rgb(var(--pistachio2_tone2));*/
    color:black;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    line-height: 175%;
    

  }

.tempOrange{
  font-family: "Exo 2", serif;
  padding-top:50px;
  color: rgb(var(--cinder_orange));
  font-style: oblique;
  font-weight: 600;
  font-variant: small-caps;
  text-align: center;
  font-size: 72px;
}

.tempBlack{
  font-family: "Exo 2", serif;
  color: black;
  font-weight: 200;
  text-align: center;
  padding-bottom: 50px;
  font-size: 42px;
}

.tempText{
  font-family: "Exo 2", serif;
  color:black;
  text-align: center;
  padding-top:50px;
}

/*.full_screen_width{
background-image: url("../img/tdm2023.jpg");
height:600px;
width:100%;
/*max-width:100%;
position:absolute;
left:0%;
top:80px;
float:right;

}*/
.bannerlist{
  list-style-type:square;
  margin-left:25px;
  margin-bottom:15px;
}
.highlight{
  margin-right:50px;
  margin-left: 50px;
  margin-bottom: 50px;
  /*border-left: 2px solid rgb(var(--pink_triadic2));*/
  border-width: 5px;
  border-color: gainsboro;
  border-style: double;
  border-radius: 3px;
}
.table_of_contents{
  list-style-type: ">> ";
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
}

.table_of_contents:link{
  color:pink;
}

.table_of_contents li{
margin-left:auto;
margin-right:auto;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

/*.table_of_contents li:hover{
  border-top: 2px solid rgb(249,89,37);
  border-bottom: 2px solid black;
}*/


.introduction_ul{
  list-style-type: square;
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
}

.introduction_ul li{
margin-left:auto;
margin-right:auto;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}



.contentlist{
  list-style-type:square;
  margin-left:25px;
  display: inline-table;
  font-size:large;
}

.contentlist li{
padding-bottom:2px;
padding-top:2px;

}

/*.bannerlist li::marker{
  color: rgb(var(--pink_triadic2));
}*/
.bolditalic{
  /*color:rgb(var(--pink_triadic2));*/
  /*color:rgb(var(--dark_pistachio));*/
  font-weight:500;
  font-style: italic;
  /*border-bottom: 2px solid rgb(var(--cinder_brown));*/  
}
.calcsection{
  border: 1px dashed rgb(var(--cinder_orange));
  border: 1px dashed rgb(200,200,200);
  border-radius: 3px;
  padding:5px;
}

.sectionhead{
  /*color:rgb(var(--pink_triadic2));*/
  /*color:rgb(var(--dark_pistachio));*/
  display:inline-block;
  font-weight:500;
  font-style: italic;
  font-size:20px;
  padding-bottom: 5px;
  font-variant: small-caps;
  width: 100%;
  padding-left:15px;
  /*border-bottom: 2px solid rgb(var(--cinder_brown));*/
}
.blue{
    color:rgb(var(--blue_triadic2));
    font-weight:bold;
}


.subtitle{
  width:100%;
  background-color: aqua;
  text-align: center;
}
#footer_outer{
    display:grid;
    height: 50px;
    color: black;
    /*border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;*/
    text-align: right;
    padding-bottom:25px;
    width:100%;
    /*min-width:600px;*/
    margin:auto;
    margin-top:100px;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    /*clip-path: polygon(0% 0%, 100% 70%, 100% 100%, 0% 100%);*/
    /*border-top: 1px dotted black;*/
    border-top: 1px solid rgb(var(--cinder_orange));
    font-style: oblique;
    font-variant: small-caps;
    font-weight: 500;
}
.orange{
  color:rgb(var(--cinder_orange));
  font-weight: 600;
}
#footer{
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 25px;
}

.square {
    height: 200px;
    max-width: 600px;
    min-width: 200px;
    background-color:rgb(218, 245, 215);
  /*  border: 1px solid black;*/
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-top:0px;
    border-radius: 25px;
}
.square:hover {
    height: 200px;
    max-width: 600px;
    min-width: 200px;
    background-color: rgb(159, 255, 188);
    box-shadow: 0 0 10px green;
    transform: scale(1.05);
}
.square_wide {
    margin-top:25px;
    height: 200px;
    margin:auto;
    background-color:rgb(218, 245, 215);
  /*  border: 1px solid black;*/
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-top:0px;
    border-radius: 25px;
}
.square_wide:hover {
    height: 200px;
    max-width: 600px;
    min-width: 200px;
    background-color: rgb(159, 255, 188);
    box-shadow: 0 0 10px green;
}
.teaser{
    display:table;
    padding: 10px;
    margin-top:0px;
    text-align: justify;
    height:100%;
}
.teaser_wide{
    display:table;
    margin: 10px;
    text-align: justify;
  /*  background-color: red;*/
  height: 150px;
  vertical-align: middle;
}
.tiletable{
  margin:auto;
  border-spacing: 25px;
}

.svgtable{
  margin:auto;
  border-spacing: 75px;

}

.svgtable_adtn{
  margin:auto;
  border-spacing: 15px;

}
.tile{
  /*background-image: url("../img/clockwork.jpg");
  background-size: 100%;
  background-attachment: fixed;*/
  background-color: #0C90.5;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 250px;
  height: 200px;
  border: 2px solid orangered;
  margin:auto;
  transition: 0.3s;
}

.tile:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  color:orangered;
  transition: 0.3s;
}
.tile:hover div{
  color:orangered;
  transition: 0.3s;
}
.tilecontent{
padding: 15px;
}

.tiletitle{
  
    padding-top:25px;
    height: 75px;
    /*background-color: orangered;*/
    color:black;
    
    font-style: oblique;
    font-variant:small-caps;
    font-weight: 500;
    font-size: larger;
    text-align: center;
    vertical-align: middle;
    margin-left:-1px;
    margin-right: -1px;
    margin-top: -1px;
    border-bottom: 1px dotted rgb(var(--cinder_orange));
}
.tiletitle:hover{
  color:orangered;

}

.menu{
    max-width: 1100px;
    min-width:600px;
    padding-top: 50px;
    margin-left:50px;
    margin-right:50px;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.pointer {
    cursor: pointer;
}

.index_options{
    width:100%;
    border-spacing: 5px;
}

#private{
    padding-top: 25px;
    margin-right: 50px;
    margin-left: auto;
}
#contact{
    padding-top: 25px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: 25px;
}


#portrait{
    float:right;
    margin-right: 50px;
    padding-left: 25px;
    padding-top: 50px;
}

#logo{
    float:left;
    width:180px;
    margin-left:-1px;
    margin-top:-18px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(10px 10px 10px rgb(255,255,255));
}
.thumbnail{
    height:auto;
}
.thumbnail_small{
    height:auto;
}

.menu_item{
    display: table-cell;
    /*background-color: rgb(var(--red_complementary2));*/
    /*border: 2px solid rgb(var(--pistachio2));
    border: 2px solid black;*/
    border-radius: 3px;
    width: 120px;
    height: 35px;
    text-align: center;
    font-size:large;
    font-weight: bold;
    color:black;
    transition: background-color ease 0.15s, box-shadow ease 0.15s;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    vertical-align:middle;

}

.menu_item:hover{
  /*box-shadow: 1px 3px 0px rgb(var(--pink_triadic2));*/
  /*background-color: rgb(var(--pink_triadic2));*/
  background-color: rgb(var(--pistachio2));
  
}

.walkthrough_div{
    margin-left:auto;
    margin-right: 25px;
    box-shadow: 0 0 20px black;
    width:50%;
    float:right;
    height:400px;
}
.walkthrough{
    width:100%;
    height: 400px;
}

#map {
    display:block;
    margin:auto;
    background-color: grey;

   /* float:right;*/
}
#contact_details{
    padding:10px;
    margin:auto;
}

/*.project_details{display: none;}*/
.image_float_left{
    height:auto;
    max-height: 400px;
    max-width:70%;
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}
.image_float_right{
    height:auto;
    max-width:70%;
    max-height: 400px;
    float:right;
    padding-left:20px;
    padding-bottom:20px;
    box-shadow: black;
}


.pricing_image_float_left{
    height:auto;
    max-width:70%;
    max-height: 400px;
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}
.pricing_image_float_right{
    height:auto;
    max-width:70%;
    max-height: 400px;
    float:right;
    padding-left:20px;
    padding-bottom:20px;
    box-shadow: black;
}
#imagelightbox
{
    /*position: fixed;*/
    z-index: 9999;
    max-width:400px;
    -ms-touch-action: none;
    touch-action: none;
}


/*---------LIGHTBOX------------*/
.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 25%;
    max-width:200px;
    padding:10px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color:rgba(75, 177, 121, 0.8);
    text-decoration: none;
    cursor: pointer;
  }
  .calcinput{
    /*border:1px solid blue;*/
    font-size:15px;
    margin:auto;
    transition: 0.3s;
    text-align: left;
    width:55%;
    /* min-width:320px; */
    /*border-left:2px solid rgb(var(--cinder_orange));*/
    padding-left: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-spacing: 0px;
  }
  .smalltr{
     background-color: rgb(100,100,100,0.15);
       }
  .smalltr td{
    text-align:center;
   
  }
  .calcinput:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .calcinput tr{
    height:auto;
  }
  .calcinput tr:nth-child(odd):not(.smalltr){
        background-color: rgb(100,100,100,0.05);
}
.calcinput td{
/*   border: 1px solid gray; */
}

  .calcinput tr td:not(.calcheader){
    padding:0px;
    font-weight: 200;
    height:3px;
   }
.cogs{
  text-align:center;
}
.inputtd{
  width:105px;
  text-align: right;
}
.inputpara{
  text-align: right;
  }
.inputunit{
  width: 50px;
}
.inputtd input{
margin-right:0px;
  font-family: "Tillana", serif;
}
.slidecontainer input{
  display:block;
}

slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background: url('../icon/compass20241127.png');
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 23px;
  height: 24px;
  border: 0;
  background: url('../icon/compass20241127.png');
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.inputtd select{

  font-family: "Tillana", serif;
}
  .tooltip img{
    width:14px;
  }
.calcheader{
  text-align: center;
  font-weight:500;
  width:50%;
}
.plotdiv{
  box-shadow: 0 4px 8px 0 rgba(100,100,100,0.2);
  margin-bottom:10px;
 /*  border: 1px solid rgb(0,0,00); */
  border-radius: 3px;

}

  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  .mySlides img{
        display:block;
      /*display:inline;*/
      width:20px;     
  }
  /* Next & previous buttons */
  .prev{
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: auto;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    margin-left:-50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 25px 0 0 25px;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(255,255,255,0.5);
    height:100%;
  }
  .next{
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: auto;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    margin-right:-50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 25px 25px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(255,255,255,0.5);
    height:100%;
    right:0;
  }
  
  
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(75, 177, 121, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.5);

  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: black;
  }
  
  img.demo {
    opacity: 0.6;
    max-width:200px;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /*---------LIGHTBOX------------*/
  /**{padding:0;margin:0;}*/

  /*body{
      font-family:Verdana, Geneva, sans-serif;
      font-size:18px;
      background-color:#CCC;
      background-color: rgb(var(--pistachio2));
  }*/
  
  .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:40px;
      right:40px;
      background-color:#0C9;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      box-shadow: 2px 2px 3px #999;
  }
  
  .my-float{
      margin-top:22px;
  }
  
  .backtomain_outer{
      background-color: rgb(75, 177, 121);
      position:fixed;
      text-align: center;
  }

  embed{
      height:50vw;
  }

  dt{
    font-weight: bold;
    padding-bottom: 10px;  
    padding-top:20px;
  }

  .cookietitle{
      text-align: center;
      font-size: x-large;
  }

  #fb-container{
      margin-left: auto;
      margin-right:auto;
    width: 100%;
    max-width:800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #fb-container > * {
      margin:10px;
    position: relative;
    display: block;
    width: 340px;
    height: 600px;
  }

 /* .iframe-fb-container {
    text-align: center;
    width:50%;
    height:600px;
    display:inline-block;
}
.iframe-fb {
    margin:auto;
    width: 100%;
    height: 600px;
    overflow: hidden;
}*/

.trigger {
  box-sizing: border-box;
  position: relative;
  width: 120px;
  margin: 0 0 50px;
  padding: 10px;
  background: #bada55;
  text-align: center;
}

.sub {
  box-sizing: border-box;
  position: absolute;
  top: 100px;
  left: 0;
  width: 120px;
  background: #4863a0;
  color: #fff;
  text-align: left;
  
  /* hide element for now */
  max-height: 0; overflow: hidden;
  opacity: 0;
  transition: max-height 0s 1.5s,
              opacity .4s 1s;
  
  /* prevent users from showing submenu when hovering hidden element */
  pointer-events: none;
}

/* sub elements can be hovered */
.sub > * {
  pointer-events: auto;
}

/* show submenu when trigger or menu itself is hovered */
.sub:hover,
.trigger:hover .sub {
  max-height: 500px;
  opacity: 1;
  transition-delay: 0s;
}

.item:not(:last-child) {
  padding: 10px 10px 5px;
}
.item:last-child {
  padding: 10px;
}

.langspan{
  border-radius:3px;
  padding-left:2px;
  padding-right:2px;

}

.langspan:hover{
  border-radius:0px;
  color: rgb(var(--cinder_orange));
}
#hamburger_wrapper{
 
  vertical-align: middle;
}
nav {
  width:50px;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	/*display:inline-block;*/
  /*position:absolute;*/
  left:0px;
  color:black;
  
	}
  nav ul li img{
    padding-bottom: 20px;
  }
.menu_li{
  font-style: oblique;
  font-variant: small-caps;
  background-color: white;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.1s;
}
.menu_li:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

nav a {
  box-sizing:border-box;
	display:block;
	padding-left: 10px;
	font-size:large;
	line-height: 60px;
	text-decoration:none;
  color:black;
  font-weight: 600;
  text-align: left;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

nav a:hover { 
	/*border-top: 3px solid rgb(249,89,37); 
  border-bottom: 3px solid black;*/
  color: rgb(var(--cinder_orange));
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
  margin-left:15px;
/*	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
  color:black;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:120px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

.hamburgertd{
font-size:30px;
font-style: normal;
text-decoration: none;
color:black;
/*display: flex;*/
/*margin-bottom: 00px;*/
}

.hamburgertd a{
      margin-bottom:10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-size: 22px;
}
/*p {
    margin: 1em 0;
}*/
/*a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    
}

nav:not(.mm-menu) {
    display: none;
}

#header {
    position: sticky;
    height: 50px;
    padding: 0 80px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #bba6a2;
    background:red;

}
#header a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    padding: 15px 25px;
}
#header a:before,
#header a:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
}
#header a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 7px 0;
}

#content {
    padding: 150px 50px 50px 50px;
    text-align: center;
}*/

 #menu{
  /* background-color: rgb(var(--cinder_orange));
 */  height: 75%;
}
 
#menu ul{
  font-style: oblique;
  font-variant: small-caps;
  height:40px;
}

.mm-listitem{
  height:70px;
}



/* .mm-listitem__btn{
  border:0px;
} */