.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 40px;
  transition: 0.3s;
  font-size: 17px;
  width: 150px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent label{
  box-sizing: border-box;
  display:block;
}
.tabcontent input[type="text"]{
  box-sizing: border-box;
  display:block;
  width: 100%
}
.tabcontent input[type="radio"] {
  width: 25px;
  height: 25px;
}
#yeartime {
  font-weight: bolder;
  width: 100%;
}
#lg_kalender_table_left {
  width: 25%;
}
#lg_kalender_table_center {
  width: 52%;
}
#lg_kalender_table_right {
  width: 20%;
}
#lg_kalender_meldung_cell1 {
  width: 5%;
}
#lg_kalender_meldung_cell2 {
  width: 15%;
}
#lg_kalender_meldung_cell3 {
  width: 5%;
}
#lg_kalender_meldung_cell4 {
  width: 10%;
}
#lg_kalender_meldung_cell5 {
  width: 19%;
}
#lg_kalender_meldung_cell6 {
  width: 19%;
}
#lg_kalender_meldung_cell7 {
  width: 10%;
}
#lg_kalender_meldung_cell8 {
  width: 5%;
}
#lg_kalender_meldung_cell9 {
  width: 5%;
}
#lg_kalender_meldung_cell9 {
  width: 10%;
}
#lg_kalender_hinweis {
  color: #ff0000;
  font-size:unset ;
}

/* Tooltip container */
.lgtooltip {
  position: relative;
  display: inline-block;
  }

/* Tooltip text */
.lgtooltip .lgtooltiptext {
  visibility: hidden;
  width: 1000px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  }

/* Show the tooltip text when you mouse over the tooltip container */
.lgtooltip:hover .lgtooltiptext {
  visibility: visible;
  }