/* body {
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4; */
}

#beitragsrechnerform a {
  color: #003366;
}
fieldset {
  border: 1px solid #c0cdda;
  margin-bottom: 8px;
  padding: 8px 16px;
}

legend {
  font-weight: bold;
  color: #003366;
  padding: 0 8px;
  margin: 0;
}
.submit {
  display: none;
}
.type {
  display: block;
  padding-left: 24px;
  margin: 8px 0;
  position: relative;
}
.type input {
  position: absolute;
  left: -4px;
}
.year,
.earning,
.employees {
  display: block;
  margin: 8px 0;
}
.year .label,
.earning .label,
.employees .label {
  display: inline-block;
  width: 45px;
}
.year input,
.earning input,
.employees input,
.year select,
.earning select,
.employees select {
  /* max-width:90%; */
}
.year .info,
.earning .info,
.employees .info {
  display: block;
  /* margin-left: 49px;*/
  /* font-size: 11px; */
  color: #809ab3;
}
.assessmentbase {
  visibility: hidden;
  font-size: 11px;
  color: #809ab3;
  margin: 0;
}
.assessmentbase.visible {
  visibility: visible;
}
.result {
  position: relative;
  /* max-width: 90%; */
}
.result table {
  width: 100%;
  border-collapse: collapse;
}
.result table th,
.result table td {
  text-align: left;
  border: 0;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #c0cdda;
}
.result table tr:first-child th,
.result table tr:first-child td {
  border-top: 0;
}
.result table th {
  text-align: left;
}
.result table td {
  text-align: right;
}
.result table .total th,
.result table .total td {
  border-top: 2px solid #809ab3;
}
.result .hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.result .hint.hidden {
  display: none;
}
.result .hint .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.result .hint .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  color: #880000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
  background: #faf4f4;
  padding: 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
.result .hint .text ol {
  margin: 0;
  padding: 2px 0 0 20px;
}
.popup {
  display: none;
}
.popup.visible {
  display: block;
}
.hidden {
  display: none;
}
