/* weiß */
body {
  font-family: Cambay, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.2;
}
.hidden {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* Button */
.fixed-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.primaryButton button {
  padding: 4px 8px;
  cursor: pointer;
  background-color: #003c5a;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 12pt;
  text-align: center;
  min-width: 98px;
}
.primaryButton button span {
  margin-top: 4px;
  display: inline-block;
}
.primaryButton button span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
}
.primaryButton button span i {
  margin-right: 6px;
  vertical-align: middle;
}
/* Background inlay Overlays*/
/* Container Box */
.containerSetting {
  position: relative;
  margin-bottom: 10px;
  width: 610px;
}
@media (min-width:1024px) and (max-width:1279px) {
  .containerSetting {
    width: unset;
  }
}
.containerSetting #svg-date {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
/* Infoboxen */
a.info-anchor {
  cursor: default;
  color: inherit;
  background-color: inherit;
  display: block;
  width: 100%;
  user-select: none;
  margin-top: 3px;
}
a.info-anchor:hover {
  text-decoration: none;
}
a.info-anchor span.collapse-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  right: 0.7rem;
  top: 3px;
  cursor: pointer;
  padding-left: 50px;
}
a.info-anchor span.open.collapse-icon:after {
  content: "\f0d8";
}
a.info-anchor span:not(.open).collapse-icon:after {
  content: "\f0d7";
}
/* Container Footer */
.container-footer {
  width: 100%;
}
/* Box Shadow */
.boxShadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
/* Tabs from Overlays */
#tabStyle {
  border: none;
  margin-left: 2px;
}
/* Tablet Landscape */
@media (min-width:1024px) and (max-width:1279px) {
  svg#interaction-switch-svg {
    width: 494px !important;
    min-width: 494px !important;
    max-width: 494px !important;
  }
  ul#navigation-header {
    width: 494px !important;
  }
  li.nav-item > a.nav-link {
    padding: 0.5rem 0.5rem;
  }
  div.col-lg-6.pr-lg-1 {
    padding-right: 3px !important;
  }
  div.col-lg-6.pl-lg-1 {
    padding-left: 3px !important;
  }
  .tablet-fixed-svg {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
  }
  .vue-switch {
    background-color: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    width: 494px;
    max-width: 494px;
    min-width: 494px;
  }
}
/* Tablet */
@media (max-width: 1023px) {
  .tablet-fixed-header {
    position: fixed;
    top: 65px;
    /*
        calculates the left start position of the fixed tab-header
        so that its always at the top left position of the tab-content container
        */
    left: calc((100vw - 610px) / 2);
    z-index: 10;
  }
  .tablet-fixed-svg {
    position: fixed;
    top: 103px;
    z-index: 10;
  }
  .overlay-content {
    padding-bottom: 48px;
  }
}
.error-page {
  position: relative;
  width: 100%;
  padding-top: 80px;
  min-height: 100vh;
}
.error-page h1 {
  font-size: 2rem;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.error-page h3 {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}
.error-page #fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
}
.error-page .style-content {
  padding: 2% 20%;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.error-page .style-image {
  max-width: 760px;
}
/*# sourceMappingURL=infosuite.css.map */