/*Here yoy can place all you custom css declarations that will overwrite already existing styles or add new ones*/
/* PATH: https://guru.bus-dienst.info/media/files/guru/guru_user_custom.css; */

h2.gru-cover-title {

 	display:none;
 }

	

 .guru-lesson {
 

	}




/*make main site menu visible*/
.guru-lesson {
   
      /*  margin: 42px auto !important;
        height: 95vh;*/
    
}
.guru-lesson-nav-content {
  /*  position: absolute;
    top: 50px;
    left: 0;
    right: 0;*/
    /*42px to compensate for top margin*/
    /*bottom: 42px;
    overflow-x: none;
    overflow-y: auto;*/
}

.tm-logo p {
	/*margin-bottom:0 !important;*/
}




.gru-login {
  
   /* margin: 0 auto;*/
   
}

.gru-login .gru-page-title {
    margin-top: 20px;
    text-align: center;
}
 
#guru-component > .gru-login > ul.uk-grid-width-medium-1-2 li {
    margin: 0 auto;
    
}

/*keeps top menu visible and accessible*/
.modal-overlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 46px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
}

/*Overlay Farbverlauf*/

.gru-cover .uk-overlay-background {
    /* reduce size to 0 */
   padding: 0;
   /* remove gradient and replace with color */
    background: #35b3ee;  
}

/* change overlay button color */
.gru-cover .uk-button-success {background-color:#003B79;}
.gru-cover .uk-button-success:hover, .gru-cover .uk-button-success:focus {
    background-color: #35b3ee;
    color: #ffffff;
    background-image: none;
}

/*       from 199 */
/* fixes bottom of iFrame to bottom */
.guru-modal-content {
    position: relative;
    /*height: 100%;*/
    height: calc(100% - 50px);
}

/* from       347 */
/* reduces bottom of modal to bottom of window */
.guru-lesson-content {
    /*height: 100%;*/
    /*mec height: calc(100% - 110px); */
    height: calc(100% - 60px);
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

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