body {font-family: 'Lato', sans-serif;
      font-size: 14px;
	  }
table{

     border: 1px solid ;
     width: 100%;
     border-collapse: collapse;
     table-layout: fixed;
}
th{
    border: 1px solid black;
    font-size: 20px;
}
td {
   padding-top: 5px;
   padding-bottom: 5px;
   border-left: 1px solid black;
   text-align: center;
}



.arrowLeft{
  display: inline-block;
    position: fixed;
    top: 50%;
    left: 1%;
    height: 10%;
    width: 3%;
  }
  .arrowRight{
    display: inline-block;
    position: fixed;
    top: 50%;
    right:  1%;
    height: 10%;
    width: 3%;
  }



a {color: black; text-decoration: none; }
.kalender{
  list-style-type: none;
}
.ueberschrift {
  background: #0056bf;
  padding-bottom: 15px;
  text-align: center;
}


.ueberschrift li {
  color: white;
  font-size: clamp(16px, 2vw, 30px);
  text-transform: uppercase;
  display: inline-block;
}

.ueberschrift .prev {
  display: inline-block;
  float: left;
  font-size: clamp(30px, 2vw, 40px);
  margin-left: 5%;
  margin-right: 5%;

}

.ueberschrift .next {
  float: right;
  font-size: clamp(30px, 2vw, 40px);
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
}

.wochentag {
  background-color:#0044a3;
  font-size: clamp(9px, 1vw, 19px);
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.wochentag li {
  color: white;
  display: inline-block;
  width: 0%;
  margin-left: 6.66%;
  margin-right: 6.66%;
}

.monat {
  cursor: pointer;
  background-color:#828282 ;
  font-size: clamp(15px, 1vw, 19px);
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.monat li {
  color: white;
  display: inline-block;
  width: 10%;
  padding-left: 6.82%;
  padding-right: 6.82%;
  padding-top: 20px;
  padding-bottom: 20px;
  /* text-align: center; */
}
.monat .active {
  background: #0056bf ;
  font-weight: bold;
}

/* .monat :hover{
  color: black;
  font-weight: bold;
} */



.tag {
  cursor: pointer;
  background: #828282;
  margin: 0;
  font-size:clamp(9px, 1vw, 19px);
  padding: 10px 0;
  text-align: center;
}

.tag li {
  color: white;
  display: inline-block;
  height: 25px;
  padding-left: 6.82%;
  padding-right: 6.82%;
  padding-top: 5px;
  width: 0%;
}

.tag .active {
  background: #0056bf ;
  font-weight: bold;
}

/* .tag :hover{
  color: black;
  font-weight: bold;
} */


.text{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
}

.textSurvialance
{
  margin-right: 5%;
  margin-top: 2%;
}
.chart{
  display: inline-block;
  margin-right: 5%;
  width: 90%;
}

.header{
  background: #0056bf;
  color: white;
  display: inline-block;
  font-size:30px;
  margin-top: 3%;
  padding: 7px;
  text-align: center;
}

.header-space{
  display: inline-block;
  width:10%;
  max-width:275px;
  min-width:5px
}
