/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
  margin-bottom: 50px; /* Margin bottom by footer height */
}

body > main {
  padding-top: 25px;
}	

.navbar {
}

.chart {
  padding-bottom: 50px;	
}	

.aussentemperatur {
  min-width: 310px; 
  height: 400px; 
  margin: 0 auto
}	

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

body {
  font-family: 'Istok Web', sans-serif;
}  

button.navbar-toggler {
  border: none;
}

.highcharts-credits {
    display: none;
}



.wohlbefinden {
  padding: 0 10px;	
}	

.stufe-5 {
  background-color: green;	
  border: none;
}	

.stufe-4 {
  background-color: #BFFF00;	
  border: none;
}	

.stufe-3 {
  background-color: yellow;	
  border: none;
}	

.stufe-2 {
  background-color: orange;
border: none;  
}	

.stufe-1 {
  background-color: red;	
  border: none;
}	


.tag {
  margin-bottom: 20px;
}

.zeitstrahl .datum {
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    word-break: break-word;
    height: inherit;
    width: inherit;
	font-size: small;
}

.schulabsenz, .arzt, .datum {
  text-align: center;
}

.fc-event {
  line-height: 2em;
}	


.fc-event.arztbesuch:before,
.fc-event.absenz-tag:before,
.fc-event.absenz-halbtag:before {
font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: center;
  font-weight: 900;
  position: absolute;
  left: 5px;   
  font-size: 1.5em;
}

.fc-event.arztbesuch:before {
  content: "\f0f0";
}

.fc-event.arztbesuch,
.fc-event.absenz-halbtag,
.fc-event.absenz-tag {
  padding-left: 30px;	
}  

.fc-event.arztbesuch.absenz-tag,
.fc-event.arztbesuch.absenz-halbtag {
  padding-left: 60px;	
}  

.fc-event.absenz-halbtag:before {
  content: "\f042";
} 

.fc-event.absenz-tag:before {
  content: "\f111";
}  

.fc-event.arztbesuch.absenz-tag:before {
  content: "\f0f0  \f111";
}  

.fc-event.arztbesuch.absenz-halbtag:before {
  content: "\f0f0  \f042";
} 