@-ms-viewport {
  width: 320px;
  zoom: 1;
}
@-o-viewport {
  width: 320px;
  zoom: 1;
}
@viewport {
  width: 320px;
  zoom: 1;
}
html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(223, 219, 219);
}

.menue {
  display: flex;
  justify-content: center;
  height: 100px;
  margin-bottom: 0px;
  opacity: 1;
}

.menue h1 {
  display: inline;
  text-align: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
}

.menue a {
  color: white;
  text-shadow: 1px 1px 2px black;
  text-decoration: none;
}

.menue h1:hover {
  transition: 1s;
  font-size: 2.3em;
}

.klein {
  display: none;
  width: 100%;
  height: 120px;
  justify-content: center;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.klein a {
  color: white;
  text-shadow: 1px 1px 2px black;
  text-decoration: none;
  padding: 30px;
}

.klein a:hover {
  transition: 1s;
  font-size: 1.2em;
}

@media (max-width: 960px) {
  .menue {
    display: none;
  }
  .klein {
    display: inline-block;
  }
}
.line {
  border-left: 6px lightgrey;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

footer {
  display: flex;
  justify-content: center;
  height: 80px;
  border-radius: 10px;
}

footer p {
  margin-top: auto;
  margin-bottom: auto;
  color: white;
}

.container {
  justify-content: center;
  width: auto;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
}

#startseite {
  justify-content: center;
}

.hidden {
  display: none;
}

.calender {
  margin: 20px;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.calender table {
  padding: 5px;
  border: solid black 2px;
  border-collapse: collapse;
}

.calender th {
  border: solid black 2px;
  height: 30px;
  padding: 5px;
  background-color: white;
}

.calender td {
  border: solid black 2px;
  height: 30px;
  padding: 5px;
  background-color: white;
}

.trainer {
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
}

.trainer table {
  background-color: lightgray;
  width: auto;
  height: 400px;
  border-collapse: collapse;
}

.trainer th {
  padding: 15px;
  font-size: 2rem;
  text-align: center;
  border-bottom: solid grey 2px;
  background-color: rgb(136, 189, 250);
  color: white;
  text-shadow: 1px 1px 2px black;
}

.trainer td {
  padding: 15px;
  text-align: center;
  background-color: white;
}

.trainer th:first-of-type {
  border-top-left-radius: 10px;
}

.trainer th:last-of-type {
  border-top-right-radius: 10px;
}

.trainer tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}

.trainer tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}

.strich {
  border-left: solid grey 2px;
  width: 200px;
}

input {
  line-height: 2em;
  border: solid black 1px;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
}

.send {
  display: inline-block;
  padding: 5px 15px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #2b6ec5;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px rgb(136, 189, 250);
}

.send:hover {
  background-color: #557fb6;
}

.send:active {
  background-color: #557fb6;
  box-shadow: 0 5px rgb(136, 189, 250);
  transform: translateY(4px);
}

.new {
  display: inline-block;
  padding: 5px 10px;
  font-size: 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #2b6ec5;
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px rgb(136, 189, 250);
}

.new:hover {
  background-color: #557fb6;
}

.new:active {
  background-color: #557fb6;
  box-shadow: 0 1px rgb(136, 189, 250);
  transform: translateY(4px);
}

#neuevokabeln {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
}

#vokabeln {
  text-shadow: 1px 1px 2px white;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */