table{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
tr,td,tbody{
    text-align: center;
    vertical-align: middle;
}
.Pfeil{
    color: white;
    font-size: 20px;
    padding: 4px;
    text-shadow: 0 0 10px black;
}
div{
    margin: auto;
    font-size: 25pt;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    font-size: 10pt;
    color:#dadafa;
    text-shadow:0px
}

.TonneCSS{
    margin:1px;
    padding: 20px 0 20px 0;
    flex:40%;
    border-radius: 20px;
    text-shadow: 0 0 5px black;
    border:1px solid black;
    filter: drop-shadow(10px 10px 5px black)
}
span{
    font-size: 11pt;
}
body{
    background:linear-gradient(to left,#778899,#5f5f56);
}

button{
    font-size: 13pt;
    width:130px;
    height:30px;
    border-width: 1px;
    border-radius: 3px 10px;
    opacity: 0.8;
}
button:hover{
    background-color: white;
    opacity: 1;
}


.sel i{
    position:relative;
    top:2px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}
.sel i:first-child {
    left:-7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.sel i:last-child {
    left:7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
a[href^="https"]::before{
    content:'Mehr Infos';
}

::selection	{
    color: blue;
}

.sel{
    color:red
}
.sel button{
    opacity:1;
}
#offline{
    border:3px solid black;
    border-radius: 13px;
    color: white;
    text-shadow: 1px 1px 4px black;
    font-size: 30px;
    width: 350px;
    padding: 5px;
    font-family: monospace;
    visibility: hidden;
    position: absolute;
    background-color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes example {
    0%  {}
    100% {background-color: #fbfd8f;}
}

#middletable{
    display: flex;
    flex-direction: row;
    width: 800px;
}
* {
    box-sizing: border-box;
  }
@media (max-width: 560px) {
    #middletable {
      flex-direction:column;
      width: 200px;
    }
    .TonneCSS{
    padding: 0;}
}
#frage{
visibility: hidden;
}
#frage,#frage div{
    position: fixed;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
}
#frage div{
    background-color: black;
    opacity: 0.5;
}
.blur{
    filter:blur(10px);
}
#best_genervt{
    height:auto;
    width:150px;

}



