.containerIntro {
/*border: 3px solid #004b00;*/
box-shadow: 10px 5px 15px gray;
width: 50%;
height: auto;
transform: translate(50%);

}


.containerFormelSideMenu {
/*border: 3px solid #004b00;*/
box-shadow: 10px 5px 15px gray;
width: 95%;
height: 100%;
/*transform: translate(50%);*/
overflow: auto;
background-color: #d8d8d8;
}

.containerFormel {
/*border: 3px solid #004b00;*/
box-shadow: 10px 5px 15px gray;
width: 50%;
height: 100%;
transform: translate(50%);
overflow: auto;
background-color: #d8d8d8;
}

.containerFormel-inside {
/*border: 3px solid #004b00;*/
box-shadow: 10px 5px 15px gray;
width: 80%;
height: 250px;
transform: translate(5%,5%);
overflow: auto;
}
.tableFormel {
width: 100%;
height: 100%:
}
.trHead {
background-color: #006600;
height: auto;
text-align: center;
}
.trFormel {
background-color: #ffffff;
height: 50% auto;
text-align: center;
}
.h3Head {
font: sans-serif;
font-size: 20px;
color: #000000;
}

body {
  position: relative;
}


.footer {
  position: sticky;
  left: 0;
  transform: translate(50%);
  bottom: 30px;
  width: 50%;
  padding-bottom:10px;
  background-color: #E3F6CE;
  color: #000000;
  text-align: center;
  font-size: 15px;
  height: 20px;
}

.subbutton {
  background-color: #004d00;
  border: none;

  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button {
  background-color: #004d00;
  border: none;
  border-radius: 25px 25px 25px 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {
  background-color: #006600;
}
.button-footer {
  background-color: #004d00;
  transform: translate(-90%,-100%);
  float: right;
  border: none;
  border-radius: 25px 25px 25px 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button-footer:hover {
  background-color: #006600;
}
.sup {
  position: relative;
  bottom: 3ex; 
  font-size: 100%;
  height: 6px;
}
.super {
	height: 10%;
}
.sub {
  position: relative;
  bottom: 2ex; 
  font-size: 100%;
}


/*template*/
#cssmenu {
  background-color: #E3F6CE;
  width: auto;
}
#cssmenu ul {
  list-style-type: none;
  list-style: none;
  margin: 5px;
  padding: 10px;
  line-height: 1;
  display: block;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  margin: 0px;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  list-style-type: none;
  color: #004b00;
  text-decoration: none;
  display: inline-block;
/*  padding: 15px 25px;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
/*  text-transform: uppercase;*/
  font-size: 16px;
  position: relative;
/*  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;*/
}
#cssmenu ul li a:hover {
  color: #006600;
  border-bottom: solid 2px green;
}

#menu {
  position: absolute;
  left: 0;
  top: 70%;
  width: 8em;
  margin-top: 2.5em;
}


