body{
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
}
div.header{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right:0px;
  height: 30px;
  overflow: hidden;
  padding-top: 1%;
  padding-bottom: 1%;


}
div.content{
  position: absolute;
  top:30px;
  bottom: 7%;
  left:0px;
  right: 0px;
  padding-top: 1%;
  overflow: auto;
}
div.footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 5%;
  overflow: hidden;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  ;
  background-image: url("../img/bgdom.png");
  background-size: 100%;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 18px;
  width: 10px;
  border-radius: 3px;
  background: #DDDDDD;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;

}
input[type=range]::-moz-range-track {
  width: 95%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: transparent;
  background-image: url("../img/bgdom.png");
  background-size: 100%;


  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 18px;
  width: 10px;
  border-radius: 3px;
  background: #DDDDDD;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 100%;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  background-size: 100%;
  background-image: url("../img/bgdom.png");

  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: transparent;

  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 18px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a900;

}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;


}
table.overview{
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;

}
td.overview{
  padding-bottom: 6px;
}
td.matchdatum{
  color: #ffffff;
  font-size: 80%;
}
td.anpfiff{
  color: #ffffff;
  font-size: 60%;
}
td.ovlogos{
  padding-left: 3px;
padding-right: 3px;

color: #ffffff;
font-size: 70%;
}
td.teamname{
font-style: normal;
font-weight: bold;
font-size: 100%;
color: #ffffff;
text-shadow: 3px 3px 1px rgba(0,0,0,0.5);
width: 30%;
padding: 5px;
}
td.clubname{
  font-style: normal;
font-weight: normal;
font-size: small;
color: #ffffff;
text-shadow: 3px 3px 1px rgba(0,0,0,0.5);
width: 30%;
}
table.ovshadow{
  position: relative;
  top: 0px;
  left: 0px;
  height: 0;
  border-collapse: collapse;
  border-color: #333333;
  width: 95%;
  height: 100%;
  background-color: rgba(240, 240, 240, 255);
  background-size: 5% 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 1px rgba(11,11,11,0.5);
  -moz-box-shadow: 5px 5px 1px #11111177;
  -webkit-box-shadow: 5px 5px 1px #11111177;
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
}
div.teamname{
  font-weight: bold;
  position: absolute;
  padding-top: 5px;
  left: 5%;
  z-index: 100;
  color : #ffffff;
  text-shadow: 3px 3px 1px rgba(0,0,0,0.5);

}
div.matchstatus{
  font-weight: bold;
  position: absolute;
  padding-top: 8px;
  right:  5%;
  z-index: 100;
  color : #ffffff;
  text-shadow: 3px 3px 1px rgba(0,0,0,0.5);
}
@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 1s infinite;}
