body {
  font-family: Arial, Helvetica, sans-serif !important;
}

.tm-toolbar-default {
  background: #ededed;
  border-bottom: 2px solid #2C3C69;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  z-index: 100;
}
.tm-toolbar-default .toolbar-logo {
  color: #858585;
  margin-top: 9px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

/*############################
  ######### NAVBAR #########*/
.uk-navbar-container {
  padding: 0.5rem 0;
}
.uk-navbar-center > a,
.sp-megamenu-parent > li > a {
  font-family: Arial, Helvetica, sans-serif !important;
}

/*############################
  ###### STICKY NAVBAR ######*/

.tm-header {
  border-bottom: 2px solid #ffdd00;
}

.tm-header .uk-navbar-sticky,
.uk-navbar-container .uk-navbar-sticky {
  padding: 5px 0;
  transition: all 0.5s linear;
  box-shadow: #858585 0 5px 30px;
  height: auto;
  z-index: 501;
}

.kammer-logo {
  max-height: 80px;
}
.uk-navbar-sticky img {
  max-height: 60px !important;
}

.uk-navbar-sticky {
  border-bottom: 2px solid #ffdd00;
  box-shadow: #858585 0 5px 30px;
  z-index: 501;
}


/*############################
  ###### FOOTER ######*/
  /*  sticky footer */
#sp-footer {
  border-top: 2px solid #ffdd00;

  width: 100%;
}

#sp-footer1 .sp-column {
  margin: 0 auto;
  width: 100%;
}

/*** GURU Specific ***/

/* fix top margin */
.guru-lesson {
  background: #fff;
  height: auto;
  position: fixed;
  top: 10px !important;

  bottom: 48px;
}
.guru-lesson-nav-lesson > span {
  /* changes text, document, etc.. color */
  color: #aaaaaa !important;
}

/* change bottom button text color */
.guru-lesson-footer-prev,
.guru-lesson-footer-next {
  color: #cccccc;
}

/* fix final test answer blocks
  #the_quiz > div {
      width: 100%;
  
      min-width: 95vw;
  }
   */

/*** REMOVE link after message "Gratulation zur bestandenen Abschlussprüfung!" ***/
/** see overrides com_guru>models>gurutask.php:4607 **/
.wk-alert .wk-alert-success a {
  display: none !important;
}

/** see updated gurutask.php and 4619 **/

.guru-quiz-pass-final-alert a {
  display: none !important;
}

.guru-lesson {
  width: 100% !important;
}

@media (min-width: 992px) {
  .gru-default-layout .gru-course-media,
  .gru-default-layout .gru-course-info {
    flex-basis: 100%;
  }
  /* extent top and bottom to browser height */
  .guru-lesson {
    top: 0 !important;
    bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .guru-lesson-header-label {
    font-weight: 600;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .guru-lesson {
    width: 100% !important;
  }
}

@media (min-width: 1140px) {
  .guru-lesson {
    width: 100% !important;
  }
}
