body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2vw;
  margin: 0px;
}

table {
  border-collapse: collapse;
  margin: 0vw auto;
  max-width: 80vw;
  font-size: 2vw;
}

td {
  padding: 1vw;
  max-width: 60vw;
  overflow-wrap: break-word;
}

tr {
  border-top: 2px dotted #B30B1A;
  border-bottom: 2px dotted #B30B1A;
}

tr:first-child {
  border-top: 0pt hidden #fff;
  border-bottom: 0pt hidden #fff;
}

.noBorder {
  border-top: 0pt hidden #fff;
  border-bottom: 0pt hidden #fff;
}

h1 {
  color: white;
  position: relative;
  text-align: center;
}

a {
  background: #B30B1A;
  border: 1pt solid transparent;
  border-radius: 0.4vw;
  color: white;
  display: block;
  padding: 0.5vw 1vw;
  margin-left: 2vw;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

a:hover {
  color: #B30B1A;
  background: white;
  border: 1pt solid #B30B1A;
}

.download {
  font-size: 20px;
}

.play {
  background-color: #B30B1A;
  border: 1pt solid transparent;
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0px;
  color: white;
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.play:hover {
  background-color: white;
  color: #B30B1A;
  border: 1pt solid #B30B1A;
}

video {
  max-width: 100%;
  height: auto;
}

.button {
  background-color: #B30B1A;
  border: 1pt solid transparent;
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0px;
  color: white;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.button:hover {
  background-color: white;
  color: #B30B1A;
  border: 1pt solid #B30B1A;
}

input {
  border: 1pt solid red;
  border-radius: 5px;
  padding: 10px;
  height: 20px;
}

.header {
  background-image: linear-gradient(178.4deg, #B30B1A 75%, #fff 75.2%);
  background-repeat: no-repeat;
  padding: 2vw 0px 5vw;
}

.logo {
  background-color: transparent;
  display: block;
  position: absolute;
  left: 2.5vw;
}

.logo-content {
  display: block;
  position: absolute;
  height: 8vw;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: grey;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 799px) {

  body {
    font-size: 4vw;
  }

  a {
    height: 5vw;
    width: 8vw;
    overflow: hidden;
  }

  .logo {
    height: 20vw;
    width: 17.93vw;
  }

  .logo-content {
    display: block;
    position: absolute;
    height: 22vw;
  }

  .header {
    padding-bottom: 10vw;
  }

  table {
    margin: 0vw auto;
    max-width: 90vw;
  }

  td {
    max-width: 80vw;
  }

  .button {
    font-size: 20px;
  }

  .play {
    font-size: 2vw;
  }

  .bis800 {
    display: none;
  }

  .login {
    font-size: 20px;
  }

}

@media screen and (min-width: 800px) {

    .ueber800 {
      display: none;
    }

}

@media screen and (min-width: 1500px) {

  table {
    font-size: 22pt;
  }

  td {
    padding: 16px;
  }

}
