@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes highlighted_scale {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes highlighted_scale {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(3px);
  }
}
@font-face {
  font-family: 'onlinetools_icons';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'onlinetools_icons';
  font-weight: normal;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon_close:before {
  content: '\e008';
}
.icon_minus:before {
  content: '\e007';
}
.icon_plus:before {
  content: '\e006';
}
.icon_remove:before {
  content: '\e005';
}
.icon_settings:before {
  content: '\e000';
}
.icon_result:before {
  content: '\e001';
}
.icon_download:before {
  content: '\e002';
}
.icon_print:before {
  content: '\e003';
}
.icon_video:before {
  content: '\e004';
}
.icon_loading {
  -webkit-animation: loading 1200ms infinite linear;
  animation: loading 1200ms infinite linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.icon_loading:before {
  content: '\e600';
}
.no-cssanimations .icon_loading:before {
  content: '\e001';
}
@media screen {
  .hide {
    display: none;
  }
  .clear {
    clear: both;
  }
  .nowrap {
    white-space: nowrap;
  }
}
@media print {
  .hide_print {
    display: none !important;
  }
  .page-break {
    page-break-before: always;
  }
}
.large_text {
  padding-right: 40px;
  width: 70%;
}
.mobile .large_text,
.slim .large_text {
  width: auto;
}
.long_text {
  padding-right: 40px;
  width: 35%;
}
.mobile .long_text,
.slim .long_text {
  width: auto;
}
.medium_text {
  padding-right: 40px;
  width: 20%;
}
.mobile .medium_text,
.slim .medium_text {
  width: auto;
}
ul,
ol {
  list-style: disc;
  margin: 10px 0 10px 21px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  display: block;
  margin: 10px 0;
  padding: 0;
}
p {
  margin: 10px 0;
}
@media screen {
  body {
    margin: 0;
    padding: 75px 10px 10px 10px;
    position: relative;
    min-width: 320px;
  }
  .slim body {
    padding: 60px 10px 0;
  }
  .mobile body {
    padding: 60px 0 10px;
  }
}
@media print {
  body,
  html {
    margin: 0;
    padding: 0;
  }
}
.radio_checkbox_inline input[type="radio"],
.radio_checkbox_inline input[type="checkbox"] {
  vertical-align: middle;
}
.radio_checkbox_inline.last {
  border: 0px;
}
.mobile .radio_checkbox_inline,
.slim .radio_checkbox_inline {
  line-height: 33px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.mobile .radio_checkbox_inline:nth-child(2),
.slim .radio_checkbox_inline:nth-child(2) {
  padding-top: 0px;
}
.mobile .radio_checkbox_inline:first-child,
.slim .radio_checkbox_inline:first-child {
  padding-top: 10px;
}
.mobile .radio_checkbox_inline:last-child,
.slim .radio_checkbox_inline:last-child {
  padding-bottom: 10px;
}
.mobile .radio_checkbox_inline.last,
.slim .radio_checkbox_inline.last {
  padding-bottom: 10px;
}
.slim .no_padding input[type="radio"],
.mobile .no_padding input[type="radio"],
.slim .no_padding input[type="checkbox"],
.mobile .no_padding input[type="checkbox"] {
  padding: 0px;
}
.slim .radio_checkbox_block:nth-child(2),
.mobile .radio_checkbox_block:nth-child(2) {
  padding-top: 0px;
}
.mobile .radio_checkbox_block input[type=text],
.mobile .radio_checkbox_block input[type=date] {
  display: block;
}
.mobile .radio_checkbox_block div label {
  padding-top: 5px;
}
.radio_checkbox_block {
  padding-bottom: 0px;
}
.radio_checkbox_block div {
  min-width: 320px;
}
.radio_checkbox_block div:after {
  clear: both;
}
.radio_checkbox_block div:after,
.radio_checkbox_block div:before {
  content: '';
  display: table;
}
.radio_checkbox_block div label {
  float: left;
  line-height: 24px;
  min-width: 300px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 90%;
}
.radio_checkbox_block div:last-child label {
  padding-bottom: 15px;
}
.radio_checkbox_block input[type=radio],
.radio_checkbox_block input[type=checkbox] {
  float: left;
  margin: 11px 4px 0px 0px;
  display: inline-block;
  vertical-align: middle;
}
.radio_checkbox_block .input_field label {
  padding-top: 0px;
}
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
input[type=date].ios_fix {
  -webkit-appearance: menulist;
  height: 31px;
}
input[type=text].bmg:disabled,
textarea.bmg:disabled {
  color: #444444;
  background-color: #FCFCFF;
}
label.disabled {
  color: gray;
}
input[type=date],
input[type=file],
input[type=password],
input[type=text],
input[type=email],
input[type=number],
textarea {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
  padding: 7px 5px;
  position: relative;
  z-index: 0;
  width: 225px;
  -webkit-appearance: none;
}
input[type=date]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
}
input[type=file].large {
  width: 400px;
}
input[type=date].right,
input[type=text].right {
  text-align: right;
}
input[type=date].float,
input[type=text].float {
  float: left;
  margin-right: 5px;
}
select {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2px;
  padding: 6px 5px;
  width: 252px;
}
select optgroup {
  font-style: normal;
  font-weight: 700;
}
select optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select:focus {
  outline: 0;
}
textarea {
  border-style: solid;
  border-width: 1px;
  height: 100px;
  resize: none;
  box-sizing: border-box;
  width: 100%;
}
button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  width: auto;
  white-space: nowrap;
  -webkit-appearance: none;
}
button:active {
  outline: 0;
  position: relative;
}
button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.error {
  -webkit-animation: shake 600ms linear;
  animation: shake 600ms linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.not_sent {
  padding: 0 10px;
  margin-bottom: 1.5em;
}
.not_sent > p {
  border: 2px solid #F00;
  color: #F00;
  padding: 0.5em;
  margin: 0;
}
@media screen {
  .label {
    display: block;
    margin: 0 0 3px 3px;
    padding: 0;
  }
  .label.agb {
    vertical-align: top;
    display: inline-block !important;
    max-width: 800px;
  }
  .label.hide {
    display: none;
  }
  .label.inline {
    display: inline;
  }
  label {
    vertical-align: baseline;
  }
  label.label {
    margin-bottom: 5px;
  }
  input[type=date].large,
  input[type=password].large,
  input[type=text].large,
  input[type=email].large {
    width: 200px;
  }
  input[type=date].medium,
  input[type=password].medium,
  input[type=text].medium,
  input[type=email].medium {
    width: 98px;
  }
  input[type=date].small,
  input[type=password].small,
  input[type=text].small,
  input[type=email].small {
    width: 80px;
  }
  input[type=date].smaller,
  input[type=password].smaller,
  input[type=text].smaller,
  input[type=email].smaller {
    width: 50px;
  }
  select.large {
    width: 212px;
  }
  select.medium {
    width: 110px;
  }
  select.small {
    width: 92px;
  }
  select.smaller {
    width: 62px;
  }
  .error-msg {
    margin-top: 5px;
  }
  .slim .label {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
    vertical-align: baseline;
    width: 200px;
  }
  .slim .label.appointment {
    width: auto;
  }
  .slim .label.hide {
    display: inline-block;
  }
  .slim .label.width-auto {
    width: auto;
  }
  .slim textarea {
    width: 100%;
  }
  .slim .error-msg {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
  }
  .mobile .label {
    margin-bottom: 3px;
  }
  .mobile .label label {
    float: left;
    width: 80%;
  }
  .mobile .label.hide {
    display: block;
  }
  .mobile input[type=date],
  .mobile input[type=file],
  .mobile input[type=password],
  .mobile input[type=text],
  .mobile input[type=email],
  .mobile input[type=number],
  .mobile select,
  .mobile textarea {
    width: 65%;
  }
  .mobile textarea {
    width: 100%;
  }
}
@media print {
  .label {
    display: inline-block;
    width: 30%;
  }
  .label.width-auto {
    width: auto;
  }
  input[type=date],
  input[type=file],
  input[type=password],
  input[type=text],
  input[type=email],
  input[type=number],
  select {
    margin-right: 5px;
    -webkit-appearance: none;
  }
  input[type=checkbox],
  input[type=radio] {
    margin: 0 5px;
  }
  table input[type=text] {
    width: auto;
  }
  textarea {
    width: 90%;
  }
}
.btn {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  text-align: left;
  text-decoration: none;
}
.btn .icon,
.btn .text {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
}
.btn .text {
  padding-left: 8px;
}
.btn.disabled {
  cursor: default;
}
.btn.disabled:hover {
  -webkit-animation: shake 600ms linear;
  animation: shake 600ms linear;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
.btn.berechnungshilfe:hover {
  cursor: pointer;
}
#header .btn.highlighted {
  -webkit-animation-duration: 2400ms, 600ms;
  animation-duration: 2400ms, 600ms;
  -webkit-animation-name: highlighted_btn, highlighted_scale;
  animation-name: highlighted_btn, highlighted_scale;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53), cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53), cubic-bezier(0.23, 1, 0.32, 1);
}
#header .exit {
  border: 1px solid;
  cursor: pointer;
  float: right;
  line-height: 34px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}
.mobile #header .input .icon,
.mobile #header .result .icon {
  display: none;
}
.mobile #header .input .text,
.mobile #header .result .text {
  padding-left: 0;
}
.no-exit #header .exit {
  display: none;
}
table {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
table .right {
  text-align: right;
}
table.float {
  float: left;
  width: 50%;
}
th {
  font-weight: normal;
}
td,
th {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 5px 10px;
  text-align: left;
  vertical-align: baseline;
}
td.highlight-header,
th.highlight-header,
td.highlight-result,
th.highlight-result,
td.highlight,
th.highlight {
  font-weight: bold;
}
td.fixed_width,
th.fixed_width {
  width: 80px;
}
thead th {
  font-weight: bold;
  vertical-align: bottom;
}
.notable {
  border: 0;
}
.notable td,
.notable th {
  border: 0;
  padding: 0 10px 0 0;
}
.slim table.float,
.mobile table.float {
  float: none;
  width: 100%;
}
.slim table.float.first,
.mobile table.float.first {
  margin-bottom: 20px;
}
.mobile table td,
.mobile table th {
  padding: 5px 10px;
}
@media print {
  table {
    margin: 10px 0;
  }
  table.float {
    float: none;
    width: 100%;
  }
  thead th {
    border-top-width: 0;
  }
}
@media screen {
  #logo {
    display: none;
  }
  body.force_logo #logo {
    display: block;
  }
  #header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    left: 0;
    margin-bottom: 21px;
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header:after {
    clear: both;
  }
  #header:after,
  #header:before {
    content: '';
    display: table;
  }
  #header.ios_fix {
    position: absolute;
  }
  #sitetitle {
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0;
  }
  #menu {
    float: right;
  }
  #menu:after {
    clear: both;
  }
  #menu:after,
  #menu:before {
    content: '';
    display: table;
  }
  #menu ul {
    float: left;
    list-style: none;
    margin: 0;
  }
  #menu ul:after {
    clear: both;
  }
  #menu ul:after,
  #menu ul:before {
    content: '';
    display: table;
  }
  #menu li {
    float: left;
    margin-left: 10px;
  }
  #menu li:first-child {
    margin-left: 0;
  }
  .slim #header {
    position: static;
  }
  .slim #sitetitle {
    margin: 0 0 3px;
    padding: 10px 0;
  }
  .mobile #header {
    position: relative;
  }
  .mobile #sitetitle {
    margin: 0 0 3px;
    padding: 10px;
  }
  .slim #header,
  .mobile #header {
    background: none;
    border: 0;
    height: auto;
    margin: 0;
    min-width: 320px;
    padding: 0;
  }
  .slim #header .btn,
  .mobile #header .btn {
    padding-left: 7px;
    padding-right: 7px;
  }
  .slim #header .btn .hide_mobile,
  .mobile #header .btn .hide_mobile {
    display: none;
  }
  .slim #sitetitle,
  .mobile #sitetitle {
    float: none;
  }
  .slim #menu,
  .mobile #menu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    left: 0;
    min-width: 320px;
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slim #menu.ios_fix,
  .mobile #menu.ios_fix {
    position: absolute;
  }
  .slim #menu li,
  .mobile #menu li {
    margin-left: 5px;
    text-align: center;
  }
  .slim #menu li:first-child,
  .mobile #menu li:first-child {
    margin-left: 0;
  }
}
@media screen {
  #content {
    width: 940px;
  }
  #content:after {
    clear: both;
  }
  #content:after,
  #content:before {
    content: '';
    display: table;
  }
  .row {
    margin-left: -20px;
  }
  .row:after {
    clear: both;
  }
  .row:after,
  .row:before {
    content: '';
    display: table;
  }
  [class*=span] {
    float: left;
    margin-left: 20px;
  }
  [class*=span].text {
    padding-bottom: 10px;
  }
  .span1 {
    width: 60px;
  }
  .span2 {
    width: 140px;
  }
  .span3 {
    width: 220px;
  }
  .span4 {
    width: 300px;
  }
  .span5 {
    width: 380px;
  }
  .span6 {
    width: 460px;
  }
  .span7 {
    width: 540px;
  }
  .span8 {
    width: 620px;
  }
  .span9 {
    width: 700px;
  }
  .span10 {
    width: 780px;
  }
  .span11 {
    width: 860px;
  }
  .span12 {
    width: 940px;
  }
  .slim #content {
    width: auto;
    min-width: 580px;
  }
  .mobile #content {
    width: auto;
  }
  .mobile [class*=span].text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slim .row,
  .mobile .row {
    margin-left: 0;
  }
  .slim [class*=span],
  .mobile [class*=span] {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
#privacy_policy {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
#privacy_policy a {
  padding: 5px;
}
#footer h2,
#footer h3,
#footer h4,
#footer h5 {
  font-weight: bold;
}
.slim #footer,
.mobile #footer {
  padding: 0 10px 10px 10px;
}
@media screen {
  .help {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 0 3px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
  }
  #help {
    display: none;
  }
  #help_overview {
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .help_entity {
    border-style: solid;
    border-width: 1px;
    left: 18%;
    position: absolute;
    right: 40%;
    top: 60%;
    z-index: 900;
  }
  .help_entity h2 {
    margin: 0;
    padding: 5px 10px;
  }
  .help_entity .help_close {
    color: #fff;
    float: right;
    text-decoration: none;
  }
  .help_entity h3,
  .help_entity h4,
  .help_entity h5,
  .help_entity h6 {
    font-weight: bold;
    padding: 0 10px;
  }
  .help_entity p,
  .help_entity ul,
  .help_entity ol {
    font-weight: normal;
    padding: 0 10px;
  }
  .help_entity table {
    margin: 10px;
    width: 90%;
  }
  .help_entity th {
    font-weight: bold;
  }
  .slim .help_entity {
    top: 20%;
    left: 4%;
    right: 4%;
  }
  .mobile .help {
    float: right;
    padding: 5px 10px;
  }
  .mobile table .help {
    display: none;
  }
  .mobile .help_entity {
    clear: both;
    left: 0;
    margin: 0 0 13px 0;
    position: relative;
    right: 0;
    top: 10px;
  }
  .mobile .help_entity:after {
    clear: both;
  }
  .mobile .help_entity:after,
  .mobile .help_entity:before {
    content: '';
    display: table;
  }
  .mobile .help_entity .help_close {
    display: none;
  }
}
@media print {
  #help,
  .help_entity {
    display: none;
  }
}
.section {
  margin-bottom: 15px;
}
.section_entry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 10px;
}
.section_entry.sub {
  padding: 0;
}
.sub_section_entry {
  padding: 10px;
}
.quick_result {
  padding: 10px 10px 0;
}
.quick_result:after {
  clear: both;
}
.quick_result:after,
.quick_result:before {
  content: '';
  display: table;
}
.result_entry {
  float: left;
  margin: 0 20px 10px 0;
}
#delete_button {
  text-decoration: none;
}
@media screen {
  .section_title {
    cursor: pointer;
    margin: 0;
    font-weight: normal;
  }
  .section_title > span {
    display: block;
    padding: 6px 10px;
  }
  .section_title > span .icon {
    float: right;
  }
  .section_caption {
    font-size: smaller;
  }
  .section_subtitle {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 5px 10px;
  }
  .section_subtitle:after {
    clear: both;
  }
  .section_subtitle:after,
  .section_subtitle:before {
    content: '';
    display: table;
  }
  .section_subtitle .title {
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  #scroll {
    overflow: scroll;
  }
  .section_content {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    overflow: hidden;
    -webkit-transition: height 400ms;
    transition: height 400ms;
  }
  .section_content.disable_transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .section_entry:after {
    clear: both;
  }
  .section_entry:after,
  .section_entry:before {
    content: '';
    display: table;
  }
  .section_entry.last {
    border: 0;
  }
  .section_entry.sub .btn {
    margin: 10px;
  }
  .section_entry .unit {
    display: inline-block;
    vertical-align: baseline;
  }
  .sub_section_entry {
    float: left;
    border-left-style: solid;
    border-left-width: 1px;
  }
  .sub_section_entry:after {
    clear: both;
  }
  .sub_section_entry:after,
  .sub_section_entry:before {
    content: '';
    display: table;
  }
  .sub_section_entry.first {
    border-left: 0;
  }
  .sub_section_entry.last {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .checkbox-entry,
  .radio-entry {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #resultstitle {
    display: none;
    font-weight: normal;
  }
  .quick_result {
    display: none;
  }
  .quick_result .btn {
    margin-bottom: 10px;
  }
  .quick_result.desktop {
    display: block;
  }
  .quick_result.desktop .btn {
    display: none !important;
  }
  .details_entry {
    padding: 0;
  }
  .details_entry .btn.details {
    margin: 10px 10px 10px 0;
  }
  .detail_result {
    overflow-y: auto;
  }
  .details_input {
    float: left;
    padding: 10px;
  }
  .sub .details_input {
    padding: 0;
  }
  .no-overflow .section_content,
  .no-overflow .detail_result,
  .no-overflow .details {
    overflow-y: visible;
  }
  .overflowscrolling .section_content,
  .overflowscrolling .detail_result,
  .overflowscrolling .details {
    -webkit-overflow-scrolling: touch;
  }
  .mobile .section {
    margin-bottom: 10px;
  }
  .mobile .section_subtitle .title span {
    line-height: 33px;
  }
  .mobile .section_content {
    border: 0;
  }
  .mobile .sub_section_entry {
    border-left: 0;
    border-right: 0;
    border-top-style: solid;
    border-top-width: 1px;
    float: none;
    margin: 0;
  }
  .mobile .sub_section_entry.first {
    border-top: 0;
  }
  .mobile #input {
    margin-bottom: 15px;
  }
  .mobile .quick_result {
    display: block;
  }
  .mobile .quick_result .btn {
    display: inline-block !important;
  }
  .mobile .result_entry {
    float: none;
  }
  .mobile .section_title > span {
    padding: 6px 10px;
    overflow: hidden;
  }
  .slim .sub_section_entry {
    border-left: 0;
    border-right: 0;
    border-top-style: solid;
    border-top-width: 1px;
    float: none;
    margin: 0;
  }
  .slim .sub_section_entry.first {
    border-top: 0;
  }
  .mobile #resultstitle,
  .slim #resultstitle {
    display: block;
    margin: 0;
    padding: 21px 10px 10px;
  }
  .mobile .details_entry .btn.details,
  .slim .details_entry .btn.details {
    float: none;
    margin-left: 10px;
  }
  .mobile .details_input,
  .slim .details_input {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: none;
  }
  #at_dienstnehmer_abmeldung #header .input,
  #at_dienstnehmer_abmeldung #header .result,
  #at_dienstnehmer_abmeldung #header .video {
    display: none;
  }
  #at_dienstnehmer_aenderung #header .input,
  #at_dienstnehmer_aenderung #header .result,
  #at_dienstnehmer_aenderung #header .video {
    display: none;
  }
  #at_dienstnehmer_anmeldung #header .input,
  #at_dienstnehmer_anmeldung #header .result,
  #at_dienstnehmer_anmeldung #header .video {
    display: none;
  }
  #at_dienstnehmer_anmeldung_kompakt #header .input,
  #at_dienstnehmer_anmeldung_kompakt #header .result,
  #at_dienstnehmer_anmeldung_kompakt #header .video {
    display: none;
  }
  #de_dienstnehmer_abmeldung #header .input,
  #de_dienstnehmer_abmeldung #header .result,
  #de_dienstnehmer_abmeldung #header .video {
    display: none;
  }
  #de_dienstnehmer_aenderung #header .input,
  #de_dienstnehmer_aenderung #header .result,
  #de_dienstnehmer_aenderung #header .video {
    display: none;
  }
  #de_dienstnehmer_anmeldung #header .input,
  #de_dienstnehmer_anmeldung #header .result,
  #de_dienstnehmer_anmeldung #header .video {
    display: none;
  }
  #de_dienstnehmer_anmeldung_minijob #header .input,
  #de_dienstnehmer_anmeldung_minijob #header .result,
  #de_dienstnehmer_anmeldung_minijob #header .video {
    display: none;
  }
  #de_dienstnehmer_sofortmeldung #header .input,
  #de_dienstnehmer_sofortmeldung #header .result,
  #de_dienstnehmer_sofortmeldung #header .video {
    display: none;
  }
  #wahlarzt #header .input,
  #wahlarzt #header .result,
  #wahlarzt #header .video {
    display: none;
  }

  #reminder #header .input,
  #reminder #header .result,
  #reminder #header .pdf,
  #reminder #header .video {
    display: none;
  }
  #gruendercheck #header .input,
  #gruendercheck #header .result,
  #gruendercheck #header .pdf,
  #gruendercheck #header .print,
  #gruendercheck #header .video {
    display: none;
  }
}
#results .section_content {
  overflow: auto;
}
/* following css is to fix PDF generation using wkhtmltopdf, */
/* works for version: wkhtmltopdf 0.12.1.2 (with patched qt) */
/* https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1524 */
@media print and (-webkit-min-device-pixel-ratio: 0) {
  #results .section_content {
    overflow: visible;
  }
}
@media print {
  body {
    font-size: 10px;
  }
  .section {
    margin-bottom: 10px;
  }
  .section_title {
    margin-top: 10px;
  }
  .section_content {
    display: block !important;
    border: none !important;
  }
  .section_entry.first {
    border-top-width: 1px;
  }
  .radio_checkbox_block {
    border: none !important;
  }
  h3 {
    margin: 0;
    padding: 0;
  }
  .sub_section_entry {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .sub_section_entry.first {
    border-top: 0;
  }
  .quick_result {
    padding-left: 0;
  }
  #input {
    margin-bottom: 10px;
  }
  #results .section_entry {
    border: 0;
  }
  input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  input[type="radio"] {
    display: none !important;
  }
  input[type="radio"]:not(:checked) + label {
    display: none !important;
  }
  input[type="radio"]:checked + label {
    font-family: "Century Gothic" !important;
    margin-left: 10px;
  }
  #form_field_notes {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin-left: 10px;
  }
  #form_field_attachments {
    display: none !important;
  }
  #attachement_container {
    border: none !important;
    display: none !important;
  }
  #attachment_container {
    border: none !important;
    display: none !important;
  }
  .add_documents {
    border: none !important;
    display: none !important;
  }
  #privacy_policy {
    display: none !important;
  }
  .send_btn {
    border: none !important;
  }
  input[type="checkbox"]:not(:checked) + label {
    display: none !important;
  }
  input[type="checkbox"] {
    display: none !important;
  }
  select {
    border: none !important;
  }
  textarea {
    border: none !important;
  }
  .btn {
    border: none !important;
    display: none !important;
  }
  .icon {
    display: none !important;
  }
  .anmerkungen {
    border: none !important;
  }
  .print_left {
    text-align: left !important;
    padding-left: 10px !important;
  }
}
.mobile .chart_section .svg_container,
.slim .chart_section .svg_container {
  min-width: 250px;
  max-width: 300px;
  width: 250px;
  padding: 10px 0 0 10px;
  overflow: hidden;
}
.chart_section .svg_container {
  padding: 10px 0 0 10px;
  width: 70%;
  min-width: 300px;
  overflow: hidden;
}
.chart_section .svg_container.line {
  width: 95%;
}
.chart_section .svg_container.multiple {
  float: left;
  width: 35%;
  min-width: 280px;
  display: inline-block;
  padding: 10px 0 0 10px;
}
.chart_section .svg_container.fix_ie {
  width: 320px;
  height: 400px;
}
.chart_section .section_content {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.chart_section svg.pie g.piece path {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.chart_section svg.pie g.piece .invisible {
  visibility: hidden;
}
.chart_section svg g.legend:hover {
  cursor: pointer;
}
.chart_section svg g.legend text {
  font-size: 12px;
}
.chart_section svg g.legend.hidden text {
  fill: grey;
}
.chart_section svg.bar g.y_labels text {
  font-size: 10px;
}
.chart_section svg.bar g.series g text {
  opacity: 0;
  fill: black;
}
.chart_section svg.bar g.series g.hl {
  opacity: 0;
}
.chart_section svg.bar g.series g.hl text {
  opacity: 1;
}
.chart_section svg.bar g.series g.hl:hover {
  opacity: 1;
}
.chart_section svg.line g.y_labels text {
  font-size: 10px;
}
.chart_section svg.line g.series g text {
  opacity: 0;
  fill: black;
}
.chart_section svg.line g.series g:hover text {
  opacity: 1;
}
.ie_mobile_9 body {
  padding-top: 0;
}
.ie_mobile_9 #sitetitle {
  display: none;
}
.ie_mobile_9 #menu {
  margin-bottom: 10px;
  position: static;
}
.ie_mobile_9 #menu .icon,
.ie_mobile_9 #menu .pdf,
.ie_mobile_9 #menu .print,
.ie_mobile_9 #menu .video {
  display: none;
}
.ie_mobile_9 #menu .text {
  padding-left: 0;
}
.ie_8 .chart_section {
  display: none;
}
