@import "animate.css";
@import "bootstrap.min.css";
@import "font-awesome.css";
@import "../fonts/roboto/roboto.css";
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RobotoBoldCondensed";
}
h1 {
  font-size: 20px;
}
.btn-primary {
  color: #333;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-primary:hover {
  background-color: #818181;
  border-color: #818181;
}
.table > tbody > tr > th {
  border-top: none;
}
.table tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
footer {
  background-color: #e7e7e7;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 15px 7px 10px;
}
footer ul li a {
  color: #808080;
}
footer ul li a:hover,
footer ul li a:focus {
  text-decoration: none;
  color: #333;
}
footer ul.right-menu {
  float: none;
}
@media (min-width: 768px) {
  footer ul.right-menu {
    float: right;
  }
}
header {
  padding: 30px 0 30px 0;
  margin: 0;
}
header h1 {
  font-size: 20px;
  margin-top: 0px;
}
header img.logo {
  height: 90px;
}
.helplayer .subject-menu ul {
  list-style-type: none;
  padding: 0;
}
.helplayer .subject-menu li {
  display: inline;
  padding-right: 20px;
  transition: color 0.3s;
  color: #808080;
}
.helplayer .subject-menu li:hover {
  color: #333;
  cursor: pointer;
}
.helplayer .subject-menu li.active {
  font-weight: bold;
  color: #333;
  font-family: "RobotoBoldCondensed";
}
.helplayer .content {
  overflow: scroll;
  background-color: white;
  height: auto;
}
.helplayer p {
  line-height: 1.4em;
  margin-bottom: 1.8em;
}
.helplayer h3 {
  font-size: 14px;
}
.helplayer .modal-body td a.details + p.details {
  transition: max-height 0.5s;
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0;
}
.helplayer .modal-body td:hover a.details + p.details {
  max-height: 700px;
}
.helplayer a.details {
  color: #333;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}
.helplayer a.details:after {
  font-family: 'Glyphicons Halflings';
  content: "\e086";
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: -1px;
  color: #808080;
  opacity: 0.6;
}
.helplayer img {
  width: 100%;
  height: auto;
}
.helplayer figcaption {
  margin: 10px 0;
  font-size: smaller;
  opacity: 0.8;
}
/**
  RESPONSIVE OVERRIDES
**/
@media (min-width: 768px) {
  .helplayer .subject-menu {
    height: 470px;
  }
  .helplayer .subject-menu ul {
    border-right: 1px solid #e7e7e7;
    padding: 0;
    margin-top: 20px;
    margin-right: 10px;
    height: 100%;
  }
  .helplayer .subject-menu li {
    display: block;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .helplayer .content {
    height: 540px;
  }
}
.slider {
  position: relative;
  height: 30px;
}
.slider .bar {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 75%;
  height: 15px;
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
}
.slider .scrubber {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #e7e7e7;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(#000000, #eee);
  background-image: -moz-linear-gradient(#000000, #eee);
  background-image: -ms-linear-gradient(#000000, #eee);
  background-image: -o-linear-gradient(#000000, #eee);
  background-image: linear-gradient(#ccc, #eee);
  z-index: 20;
}
.slider .scrubber:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.slider .indicator {
  position: absolute;
  top: 10px;
  height: 9px;
  background: #F4C63F;
  width: 30%;
  left: 3px;
  border-radius: 12px;
  z-index: 10;
}
.slider .result {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.slider .result.textedit {
  top: -3px;
}
.slider .inlineedit.glyphicon {
  position: relative;
  top: -2px;
}
.slider input {
  width: 70px;
  text-align: right;
}
.main-nav ul {
  width: 100%;
  margin-bottom: 20px;
}
.main-nav ul li {
  position: relative;
  width: 16.66667%;
  height: 70px;
  border: 2px solid #f0f0f0;
  border-right: none;
  background: url("../images/nav-bg-passive.png");
}
.main-nav ul li .spike {
  position: absolute;
  right: -25px;
  top: -1px;
  width: 25px;
  height: 70px;
  z-index: 100;
  background: url("../images/nav-spike-passive.png") transparent;
}
.main-nav ul li a {
  padding: 25px 0;
  text-align: center;
  color: #333;
}
.main-nav ul li a:hover {
  background-color: transparent;
}
.main-nav ul li.active,
.main-nav ul li:hover {
  background: url("../images/nav-bg-active.png");
}
.main-nav ul li.active .spike,
.main-nav ul li:hover .spike {
  background: url("../images/nav-spike-active.png") transparent;
}
.main-nav ul li.active a,
.main-nav ul li:hover a {
  background-color: transparent;
}
.main-nav ul li:last-child {
  border-right: 2px solid #f0f0f0;
}
.main-nav ul li:last-child .spike {
  display: none;
}
.main-nav ul li.disabled {
  background: url("../images/nav-bg-disabled.png");
}
.main-nav ul li.disabled .spike {
  background: url("../images/nav-spike-disabled.png") transparent;
}
.main-nav ul li.disabled a {
  opacity: 0.5;
}
.main-nav .mobilenav-wrapper {
  padding: 10px 20px;
  background-color: #e7e7e7;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .main-nav ul li a {
    margin-left: 25px;
    z-index: 300;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .main-nav ul li a {
    padding-left: 20px;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .main-nav ul li a {
    padding: 25px 0;
    margin-left: 0px;
  }
}
.checkbox {
  transition: background-color 0.3s;
  border: 2px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  background-color: white;
}
.checkbox .check {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #e7e7e7;
  background-color: white;
}
.checkbox p {
  margin: 0;
  font-size: 20px;
}
.checkbox:hover,
.checkbox.checked {
  cursor: pointer;
  background-color: #e7e7e7;
}
.checkbox span {
  animation-name: radioindicator;
  animation-duration: 0.25s;
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid #f4c63f;
  border-radius: 8px;
  margin: 5px;
}
.checkbox.img {
  padding: 10px 20px;
}
.checkbox.img img {
  display: none;
}
.checkbox.img p {
  font-size: 14px;
  position: absolute;
  top: 16px;
  width: 60%;
}
.checkbox.img:hover,
.checkbox.img.checked {
  cursor: pointer;
  background-color: white;
  border-color: #b4b4b4;
}
@-moz-keyframes radioindicator {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes radioindicator {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes radioindicator {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes radioindicator {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
  RESPONSIVE OVERRIDES
**/
@media (min-width: 768px) {
  .checkbox.img img {
    display: inline;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .checkbox {
    padding: 20px;
  }
}
label {
  font-family: "RobotoBoldCondensed";
  font-weight: normal;
}
div.input label {
  font-size: 20px;
  padding: 6px 0px 20px 6px;
  font-weight: normal;
  font-family: "RobotoCondensed";
  color: #808080;
}
div.input input,
div.input textarea {
  font-size: 20px;
  padding: 5px 20px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  width: 100%;
}
div.input input.adjustment,
div.input textarea.adjustment {
  width: 75px;
  text-align: right;
}
div.input input:focus,
div.input textarea:focus {
  border-color: #F4C63F;
  outline: none;
}
div.input input.error,
div.input textarea.error {
  border-color: #F43940 !important;
}
div.input span.unit {
  color: #e7e7e7;
  font-size: 20px;
}
.form-group p.error {
  font-size: small;
  color: #F43940;
  padding: 10px;
  text-align: center;
}
.modal-dialog.helplayer {
  background: transparent;
}
@media (min-width: 768px) {
  .modal-dialog.helplayer {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog.helplayer {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.helplayer {
    width: 1000px;
  }
}
div.tipp {
  position: absolute;
  right: 0px;
  top: -10px;
}
div.tipp .toggle {
  border-radius: 5px;
  color: #F4C63F;
}
div.tipp .toggle .icon {
  cursor: pointer;
  font-size: 42px;
  animation-name: tippFadeIn;
  animation-duration: 0.25s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: scale(0);
  border-radius: 20px;
  border: 1px solid white;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
div.tipp .toggle .icon.noticed {
  animation-name: tippFadeOut;
  animation-duration: 0.25s;
  animation-delay: 0.5s;
  opacity: 1;
  transform: scale(1);
}
@-moz-keyframes tippFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes tippFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes tippFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tippFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes tippFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@-webkit-keyframes tippFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@-o-keyframes tippFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes tippFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
.calculator-inlineeditfield {
  margin-bottom: 10px;
}
.calculator-inlineeditfield p {
  margin-bottom: 0;
}
.glyphicon.inlineedit {
  margin-left: 5px;
  background-color: #e7e7e7;
  padding: 6px;
  border-radius: 16px;
  color: #808080;
  font-size: 10px;
  cursor: pointer;
}
.glyphicon.inlineedit:hover {
  color: #333;
}
:root {
  --loading-progress: 0%;
}
#progress {
  background: #ececec;
  border-radius: 13px;
  height: 10px;
  width: 200px;
  padding: 3px;
  margin: 50px auto;
}
#progress:after {
  content: '';
  display: block;
  background: white;
  width: var(--loading-progress);
  height: 100%;
  border-radius: 5px;
}
@media print {
  body.modal-open header,
  body.modal-open main-navigation,
  body.modal-open footer-navigation,
  body.modal-open div.contentpanel {
    display: none;
  }
  body.modal-open .helplayer .content {
    height: auto;
  }
}
body {
  font-family: "RobotoCondensed";
  font-size: 14px;
  background-color: #ececec52;
  color: #333;
}
/**
override default animate.css duration
**/
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.container {
  margin: 0;
  border-radius: 10px;
  box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.01);
  background-color: white;
}
.contentpanel {
  position: relative;
}
button.call-to-action {
  transition: opacity 0.5s;
  color: white;
  background-image: -webkit-linear-gradient(#000000, #E5C34B);
  background-image: -moz-linear-gradient(#000000, #E5C34B);
  background-image: -ms-linear-gradient(#000000, #E5C34B);
  background-image: -o-linear-gradient(#000000, #E5C34B);
  background-image: linear-gradient(#FFD866, #E5C34B);
  padding: 15px;
  margin: 30px auto 30px ;
  border: 3px solid white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  font-family: "RobotoBoldCondensed";
  font-size: 20px;
  line-height: 1em;
}
button.call-to-action.disabled {
  background-image: -webkit-linear-gradient(#000000, #eee);
  background-image: -moz-linear-gradient(#000000, #eee);
  background-image: -ms-linear-gradient(#000000, #eee);
  background-image: -o-linear-gradient(#000000, #eee);
  background-image: linear-gradient(#ddd, #eee);
  opacity: 0.5;
}
button.call-to-action.disabled:hover {
  cursor: not-allowed;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(#000000, #eee);
  background-image: -moz-linear-gradient(#000000, #eee);
  background-image: -ms-linear-gradient(#000000, #eee);
  background-image: -o-linear-gradient(#000000, #eee);
  background-image: linear-gradient(#ddd, #eee);
}
button.call-to-action:hover {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(#000027, #ddb320);
  background-image: -moz-linear-gradient(#000027, #ddb320);
  background-image: -ms-linear-gradient(#000027, #ddb320);
  background-image: -o-linear-gradient(#000027, #ddb320);
  background-image: linear-gradient(#ffcb33, #ddb320);
  cursor: pointer;
}
button.help-subject {
  background-color: #e7e7e7;
  text-align: left;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-right: 10px solid white;
}
button.help-subject span {
  transition: opacity 0.2s;
  font-size: 17px;
  opacity: 0.3;
  padding-left: 10px;
}
button.help-subject:hover span {
  opacity: 1;
}
img.lage {
  max-width: 90%;
  margin: 5%;
}
p.jumbo {
  font-size: 24px;
}
span.jumbo {
  font-family: "RobotoBoldCondensed";
  font-size: 32px;
  white-space: nowrap;
  background-color: #F4C63F;
  padding: 0 3px;
}
strong {
  font-family: "RobotoBoldCondensed";
}
*:focus {
  outline: none;
}
.calculator-magin-row {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
a.download {
  color: #F4C63F;
}
a.download span {
  margin-left: 10px;
}
a.help {
  color: #333;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}
a.help:after {
  font-family: 'Glyphicons Halflings';
  content: "\e086";
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: -1px;
  color: #808080;
  opacity: 0.6;
}
/**
  RESPONSIVE OVERRIDES
**/
@media (min-width: 768px) {
  button.help-subject {
    padding: 10px 10px;
    font-size: 16px;
  }
  button.help-subject span {
    font-size: 18px;
    padding-left: 20px;
  }
  img.lage {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .container {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  button.help-subject {
    font-size: 20px;
  }
  button.help-subject span {
    font-size: 24px;
  }
}
