

header_calendar {
    text-align: right;
    
}

#calendar {
    width: 100%;
   
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar span.grau {
    color: #8e352e;
    text-decoration: none;
}


#calendar div.small {	
	display: none;
	}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 8px;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #41414B;
    margin-right: -1px;
    margin-bottom: -1px;
    border-radius: 8px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #5C626C;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #151518;
    font-size: 13px;
}


#calendar .weekdays_small {
        display: none;
    }

#calendar .days0 li {
    height: 150px;
}

#calendar .days1 li {
    height: 150px;
}

#calendar .days2 li {
    height: 150px;
}

#calendar .days3 li {
    height: 150px;
}

#calendar .days4 li {
    height: 150px;
}


#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #393942;
    color: #C2CBC6;
    width: 31px;
    border-radius: 50%;
    float: right;
}

#calendar .date_heute {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #E3C44F;
    color: #202025;
    width: 31px;
    border-radius: 50%;
    float: right;
}

#calendar .monthname {
    text-align: left;
    margin-bottom: 5px;
    padding: 4px;
    color:#FAFCFB;
    float: left;
    
}

/* umrandung der events */

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 1px;
    line-height: 13px;
    background: #393942;
    border: 1px solid #5A5A69;
    color: #009aaf;
    text-decoration: none;
    float: none;
    
}


#calendar .event-grau {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 1px;
    line-height: 13px;
    background: #161619;
    border: 1px solid #232328;
    color: #009aaf;
    text-decoration: none;
    float: none;
    
}



#calendar .eventbox {
        
}

.tooltiptext {
  visibility: hidden;
  width: 110px;
  background-color: #393941;
  color: #DDD;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-family: "Roboto_Regular";
		font-size: 0.9em;
		line-height: 1.2em;
 
   margin-top: 50px;
   margin-left: 10px;
 
  

  
}

  .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}



.tooltip:hover .tooltiptext {
  visibility: visible;
  }
  	
#calendar .eventbox-grau {

  cursor: pointer;
}

#calendar .eventbox-grau:hover .tooltiptext {
  visibility: visible;
  }



#calendar .event-desc {
    color:#E3C44F;
    margin: 2px 0 2px 0;
    text-decoration: none; 
  
	font-family: "Roboto_Regular";
		font-size: 1.0em;
		line-height: 1.2em;
 
}

#calendar .event-teacher {
    color:#B0BB18;
    margin: 2px 0 2px 0;
    text-decoration: none; 
  
	font-family: "Roboto_Regular";
		font-size: 1.0em;
		line-height: 1.2em;
 
}

#calendar .event-teacher-grau {
    color:#434709;
    margin: 2px 0 2px 0;
    text-decoration: none; 
  
	font-family: "Roboto_Regular";
		font-size: 1.0em;
		line-height: 1.2em;
 
}

#calendar .event-desc-grau {
    color:#564B26;
    margin: 2px 0 2px 0;
    text-decoration: none; 
  
	font-family: "Roboto_Regular";
		font-size: 1.0em;
		line-height: 1.2em;
 
}

#calendar .event-loc {
    color: #DDDDDD;
    margin: 4px 0 2px 0;
    text-decoration: none;  
}

#calendar .event-loc-grau {
    color: #555555;
    margin: 4px 0 2px 0;
    text-decoration: none;  
}


#calendar .event-time {
    color: #DDDDDD;
    margin: 4px 0 2px 0;
    text-decoration: none;  
}

#calendar .event-time-grau {
    color: #555555;
    margin: 4px 0 2px 0;
    text-decoration: none;  
}


#calendar .other-month {
    background: #27272D;
    color: #666;
}


#calendar .calendarbutton {	

		float: right;
		
}



/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 868px) {

/*    #calendar .weekdays, #calendar .other-month {
        display: none;
    }
*/

#calendar .weekdays {
        display: none;
    }
    
#calendar div.breit {	
	display: none;
	}
	
#calendar div.small {	
	display: inline !important;
	}

#calendar .weekdays_small {
    text-align: right;
    margin-bottom: 5px;
    padding: 4px;
    color: #777777;
    float: right;
    display: block !important;


    }
    
    #calendar li {
        height: auto !important;
        border: 1px solid #41414B;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: left;
    }
    #calendar .date_heute {
        float: left;
    }
}
