body {
  font-family: "Helvetica";
  margin: 0;
  background-image: url(Rettungsring_30.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 350px;
}

main {
  margin: 20px;
}

section {
  margin: 20px;
}

nav {
  background-color: #e46450;
  height: 10px 10px;
  color: snow;
  padding: 5px;
}

/* Sidebar (Men�) */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: lightgrey;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  opacity: 1;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  transition: 0.5s;
  opacity: 1;
}

.sidebar a:hover {
  color: white;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
}

.openbtn {
  font-size: 15px;
  cursor: pointer;
  background-color: #e46450;
  color: white;
  padding: 10px;
  border: none;
}

#main {
  transition: margin-left .5s;
  padding: 8px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}



h1 {
  font-size: 1em
}



footer {
  margin: 20px;
}



text list {
  margin: 500px;
}


/* Mauszeiger */
div {
  cursor: pointer;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-family: "Helvetica";
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: -125%;
  left: -50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Datenschutzhinweis Galerie */
.window_close {
  background-color: #e46450;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 200px;
  margin: 0px 0px 0px 85px;
}

.daten {
  width: 360px;
  line-height: 150%;
  text-align: justify;
  font-size: 20px;
}

.uhr {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 50px;
  color: #e46450;
}

.date_num_0 {
  background-color: #ff9999;
}

.date_num_1,
.date_num_3,
.date_num_5 {
  background-color: #99b3ff;
}

.date_num_2,
.date_num_4,
.date_num_6 {
  background-color: white;
}

.color {
  background-color: #99ff99;
  height: 21px;
  width: 110px;
}

.color:empty {
  background-color: #ff9999;
  height: 21px;
  width: 110px;
}

.color_Besucher {
  background-color: red;
  color: white;
}

.color_Alle {
  background-color: white;
  color: red;
}

.color_Team {
  background-color: yellow;
  color: red;
}

.color_1 {
  background-color: #ff9999;
  color: black;
}

.color_2 {
  background-color: #ffd699;
  color: black;
}

.color_3 {
  background-color: #ffff99;
  color: black;
}

.color_4 {
  background-color: #99ff99;
  color: black;
}

.color_5 {
  background-color: #99b3ff;
  color: black;
}

.color_6 {
  background-color: lightgray;
  color: black;
}

.color_7 {
  background-color: darkgrey;
  color: black;
}

.color_8 {
  background-color: grey;
  color: whitesmoke;
}

.wi-day-sunny {
  color: gold;
}

.wi-day-cloudy {
  color: lightblue;
}

.wi-hail {
  color: darkgrey;
}

.wi-storm-showers {
  color: grey;
}
