body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  overflow-x: hidden; }
  body a {
    text-decoration: none; }

.layout-wrapper .layout-topbar {
  position: fixed;
  margin: auto;
  z-index: 1000;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
  .layout-wrapper .layout-topbar #menu-button {
    display: none; }
  .layout-wrapper .layout-topbar .logo-container {
    /*20px reichen, wenn kein Hamburger Menü vorhanden*/
    margin-left: 20px;
    margin-top: 9px;
    float: left;
    line-height: 30px; }
    .layout-wrapper .layout-topbar .logo-container img {
      width: 200px;
      height: 32px;
      border: 0 none; }
  .layout-wrapper .layout-topbar .topbar-menu-container {
    float: right;
    margin: auto; }
  .layout-wrapper .layout-topbar .layout-topbar-menu {
    padding: 0;
    list-style: none;
    float: left;
    margin: 0; }
    .layout-wrapper .layout-topbar .layout-topbar-menu li {
      display: inline-block;
      margin-top: 9px; }
      .layout-wrapper .layout-topbar .layout-topbar-menu li > a {
        padding: 0 28px;
        height: 32px;
        line-height: 32px;
        display: block;
        color: #6c7778; }
        .layout-wrapper .layout-topbar .layout-topbar-menu li > a:hover {
          color: #ffffff; }
      .layout-wrapper .layout-topbar .layout-topbar-menu li:hover {
        background-color: #009EE2; }
        .layout-wrapper .layout-topbar .layout-topbar-menu li:hover .themes-overlay {
          max-height: 400px; }
.layout-wrapper .layout-sidebar {
  overflow: auto;
  position: fixed;
  top: 70px;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); }
  .layout-wrapper .layout-sidebar .search-input {
    padding: 14px;
    position: relative; }
    .layout-wrapper .layout-sidebar .search-input i {
      position: absolute;
      color: #738183;
      top: 23px;
      left: 18px; }
    .layout-wrapper .layout-sidebar .search-input input {
      color: #738183;
      padding: 8px 0 8px 24px;
      width: 100%;
      border-radius: 2px;
      background-color: #ffffff;
      border: solid 1px #cfd4d5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .layout-wrapper .layout-sidebar .search-input input:focus {
        border-color: #1b82d7;
        outline: 0 none; }
  .layout-wrapper .layout-sidebar .layout-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .layout-wrapper .layout-sidebar .layout-menu > li {
      border-bottom: 1px solid #e3e9ea; }
      .layout-wrapper .layout-sidebar .layout-menu > li > a {
        padding: 10px 14px;
        text-decoration: none;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .layout-wrapper .layout-sidebar .layout-menu > li > a img {
          width: 16px;
          height: auto;
          margin-right: 8px;
          vertical-align: middle;
          border: 0 none; }
        .layout-wrapper .layout-sidebar .layout-menu > li > a span {
          color: #6c7778;
          vertical-align: middle; }
        .layout-wrapper .layout-sidebar .layout-menu > li > a:hover {
          background-color: #EFF3F6; }
      .layout-wrapper .layout-sidebar .layout-menu > li > div {
        display: none;
        padding: 10px 6px; }
        .layout-wrapper .layout-sidebar .layout-menu > li > div:after {
          content: "";
          display: table;
          clear: both; }
        .layout-wrapper .layout-sidebar .layout-menu > li > div ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          float: left;
          width: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .layout-wrapper .layout-sidebar .layout-menu > li > div ul li {
            border: 0;
            padding: 0; }
            .layout-wrapper .layout-sidebar .layout-menu > li > div ul li a {
              padding: 6px 12px;
              display: block;
              color: #6c7778; }
              .layout-wrapper .layout-sidebar .layout-menu > li > div ul li a i {
                font-size: 6px;
                color: #738183;
                display: inline-block;
                vertical-align: middle; }
              .layout-wrapper .layout-sidebar .layout-menu > li > div ul li a .menuitem-text {
                font-weight: normal;
                display: inline-block;
                vertical-align: middle; }
              .layout-wrapper .layout-sidebar .layout-menu > li > div ul li a:hover {
                background-color: #EFF3F6; }
      .layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a span {
        color: #1b82d7; }
  .layout-wrapper .layout-sidebar > .nano > .nano-content > ul:last-child {
    padding-bottom: 120px; }
  .layout-wrapper .layout-sidebar > .nano > .nano-content.menu-scroll-content {
    display: block;
    height: 100%;
    position: relative;
    overflow: scroll;
    overflow-x: hidden; }
  .layout-wrapper .layout-sidebar > .nano > .nano-pane > .nano-slider {
    background: #aaa; }
.layout-wrapper .layout-content {
  margin-left: 0;
  padding: 50px 0 0 0; }
  .layout-wrapper .layout-content .homepage h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 1em; }
  .layout-wrapper .layout-content .homepage p {
    margin: 1em;
    line-height: 1.5em; }
  .layout-wrapper .layout-content .content-submenu {
    background-color: #2b3236; }
    .layout-wrapper .layout-content .content-submenu > div {
      padding: 32px; }
      .layout-wrapper .layout-content .content-submenu > div ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%; }
        .layout-wrapper .layout-content .content-submenu > div ul:after {
          content: "";
          display: table;
          clear: both; }
        .layout-wrapper .layout-content .content-submenu > div ul li {
          list-style: none;
          width: 20%;
          float: left;
          margin-top: 5px; }
          .layout-wrapper .layout-content .content-submenu > div ul li a {
            color: #dce0ed;
            display: block;
            width: 90%;
            border: 1px solid transparent;
            transition: border-color .1s;
            padding: 6px 12px;
            border-radius: 3px;
            text-decoration: none; }
            .layout-wrapper .layout-content .content-submenu > div ul li a:hover {
              border-color: #dce0ed; }
  .layout-wrapper .layout-content .content-introduction {
    background-image: -moz-linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
    /* ff3.6+ */
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1b81d7), color-stop(100%, #1f4869));
    /* safari4+,chrome */
    background-image: -webkit-linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
    /* safari5.1+,chrome10+ */
    background-image: -o-linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
    /* opera 11.10+ */
    background-image: -ms-linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
    /* ie10+ */
    background-image: linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#1b81d7', startColorstr='#1f4869',GradientType=1 );
    /* ie6-9 */
    height: auto;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center; }
    .layout-wrapper .layout-content .content-introduction h1 {
      font-size: 28px;
      font-family: averta_bold, "Open Sans", sans-serif;
      color: #ffffff;
      margin: 0;
      font-weight: 100; }
    .layout-wrapper .layout-content .content-introduction p {
      color: #ffffff;
      font-weight: normal; }
      .layout-wrapper .layout-content .content-introduction p a {
        color: #fdd106; }
    .layout-wrapper .layout-content .content-introduction .subitem {
      font-weight: normal; }
  .layout-wrapper .layout-content .content-implementation {
    padding: 32px 5px 0;
    background-color: #ffffff;
    border: solid 1px #e1e7e8; }
    .layout-wrapper .layout-content .content-implementation > h3 {
      font-weight: bold;
      margin: 14px 0;
      font-size: 18px; }
      .layout-wrapper .layout-content .content-implementation > h3:first-child {
        margin-top: 0; }
    .layout-wrapper .layout-content .content-implementation.dark-content {
      background-color: #3f3f3f;
      color: #dedede;
      border-color: #3f3f3f; }
      .layout-wrapper .layout-content .content-implementation.dark-content > h3 {
        color: #dedede; }
  .layout-wrapper .layout-content .content-source {
    border-bottom: 1px solid #dde3e6;
    padding: 32px;
    background-color: #f5f7f8;
    overflow-x: hidden; }
    .layout-wrapper .layout-content .content-source .ui-tabs {
      padding: 0; }
      .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav {
        border-radius: 3px 3px 0 0;
        background-color: #1976d2;
        padding: 3px 3px 0 !important; }
        .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav .ui-tabs-header {
          border-radius: 3px 3px 0 0;
          background-color: #3f94e9;
          border-color: #3f94e9; }
          .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav .ui-tabs-header a {
            padding: 10px 14px;
            font-weight: normal;
            color: #ffffff; }
          .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-hover {
            background-color: #2887e6;
            border-color: #2887e6; }
          .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-active {
            background-color: #f5f6f7; }
            .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-active a {
              color: #5c666a; }
      .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-panels {
        background-color: transparent;
        border: 0 none; }
        .layout-wrapper .layout-content .content-source .ui-tabs .ui-tabs-panels .ui-tabs-panel {
          padding: 0; }
.layout-wrapper .layout-footer {
  background-color: #EFF3F6;
  margin-left: 0;
  width: 100%;
  bottom: 0;
  position: fixed; }
  .layout-wrapper .layout-footer .layout-footer-menu {
    padding: 0;
    list-style: none;
    right: 0;
    top: 0;
    margin: 0 50px 0 0;
    bottom: 0; }
    .layout-wrapper .layout-footer .layout-footer-menu li {
      display: inline-block;
      line-height: 1.57;
      color: #20272a; }
      .layout-wrapper .layout-footer .layout-footer-menu li > a {
        padding: 0 28px; }
        .layout-wrapper .layout-footer .layout-footer-menu li > a:hover {
          color: #ffffff; }
  .layout-wrapper .layout-footer .footer-left {
    text-align: left; }
  .layout-wrapper .layout-footer .footer-right {
    text-align: right; }
  .layout-wrapper .layout-footer span {
    line-height: 1.57;
    color: #20272a; }

@media screen and (min-width: 1024px) {
  .layout-wrapper .layout-content .content-implementation {
    width: 1010px; } }
@media screen and (max-width: 1024px) {
  .hidden-overflow-body {
    overflow: hidden; }

  .layout-wrapper .layout-topbar {
    text-align: center; }
    .layout-wrapper .layout-topbar #menu-button {
      display: block;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 70px; }
      .layout-wrapper .layout-topbar #menu-button i {
        color: #ffffff;
        font-size: 24px; }
      .layout-wrapper .layout-topbar #menu-button:hover {
        background-color: #4a4f52; }
    .layout-wrapper .layout-topbar .topbar-menu-container {
      float: none;
      margin: auto; }
    .layout-wrapper .layout-topbar .layout-topbar-menu {
      /*MOD: boniversum-scheme bg-color*/
      background-color: #009ee2;
      height: 40px;
      top: 50px;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
      .layout-wrapper .layout-topbar .layout-topbar-menu:after {
        content: "";
        display: table;
        clear: both; }
      .layout-wrapper .layout-topbar .layout-topbar-menu li {
        float: left;
        /*MOD: nur 2 menüpunkte*/
        width: 50%;
        margin-top: 0; }
        .layout-wrapper .layout-topbar .layout-topbar-menu li > a {
          padding: 0;
          text-align: center;
          white-space: nowrap;
          height: 40px;
          line-height: 40px;
          color: #ffffff; }
          .layout-wrapper .layout-topbar .layout-topbar-menu li > a:hover {
            color: #d7d7d7; }
        .layout-wrapper .layout-topbar .layout-topbar-menu li .themes-overlay {
          top: 40px;
          margin-left: auto; }
  .layout-wrapper .layout-sidebar {
    top: 110px;
    left: -300px;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s; }
  .layout-wrapper .layout-content {
    margin-left: 0;
    padding-top: 90px; }
    .layout-wrapper .layout-content .homepage .introduction {
      text-align: center; }
      .layout-wrapper .layout-content .homepage .introduction .ui-button.secondary {
        margin-top: 14px;
        display: inline-block; }
    .layout-wrapper .layout-content .homepage .support {
      text-align: center; }
    .layout-wrapper .layout-content .content-submenu > div ul li {
      width: 50%; }
  .layout-wrapper .layout-footer {
    margin-left: 0;
    width: 100%;
    text-align: center; }
    .layout-wrapper .layout-footer .footer-left {
      text-align: center; }
    .layout-wrapper .layout-footer .footer-right {
      text-align: center; }
  .layout-wrapper.layout-sidebar-mobile-active .layout-sidebar {
    left: 0; }
  .layout-wrapper.layout-sidebar-mobile-active .layout-mask {
    background-color: #212121;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%; } }
.pi.ajax-loader {
  font-size: 4em; }

/* Themes */
.ui-theme {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto; }
