.titel {
  text-align: center;
  font-size: 66px;
  font-weight: bold;
  font-style: italic;
  font-family: Georgia, serif;
  color: darkmagenta;
}

.details {
  font-size: 45px;
  margin-left: 1px;
  margin-right: 5px;
  padding-right: 10px;
}

.button {
  /*    background-color: #04AA6D;*/
  border: yes;
  color: black;
  /* padding: 5px; */
  /* margin-left: 20px; */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  margin: 4px 2px;
}

.button1 {
  border-radius: 20px;
  background-color: #bee6d7;
  float: left;
  margin-left: 15px;
  font-weight: bold;
}
.button1:hover {
  background-color: rgb(59, 95, 136);
  cursor: pointer;
  transform: scale(1.2);
}

.button2 {
  border-radius: 20px;
  background-color: #bee6d7;
  float: right;
  margin-right: 15px;
  font-weight: bold;
  /*  transform: scale(1.05); */
}
.button2:hover {
  background-color: rgb(60, 92, 59);
  cursor: pointer;
  transform: scale(1.2);
}

.button3 {
  border-radius: 20px;
  background-color: lightgrey;
  float: right;
  margin-right: 10px;
}
.button3:hover {
  background-color: dimgray;
  cursor: pointer;
}

#kopf {
  /* Kopftabelle */
  border-spacing: 0px 15px;
  font-size: 50px;
}
#messungen {
  /* Messwerttabelle */
  font-size: 50px;
  background-clip: padding-box;
  border-spacing: 1px 30px;
}
table:empty {
  border: none;
  height: 30px;
}

#bar1 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}
#bar2 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}
#bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}
