@CHARSET "UTF-8";
@media only screen and (max-width: 88.5em)  {
    .heroline .textMenuLink span
    {
        display:inline;
    }
}

@media only screen and (max-width: 77.5em)  {
    .heroline #textMenuLink_Termine span{
        display: none;
    }
}
body{
    background-color: rgb(221, 255, 0);
        border: 0px solid orange;
}

.heroline{
    background-color: blue;
}

table#dateTable{
    margin-top: 100px;
    width: 100%;
    margin-left: 0%;
}

table#dateTable thead {
  top: 40px;
}

table#dateTable th{
    display: inline-block;
    width: 99%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.9em;
        margin-left: 0%;
    margin-right: 0%;
}

table#dateTable td{
    display: inline-block;
    width: 99%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.9em;
        margin-left: 0%;
    margin-right: 0%;
}

tr.Vergangen td.cell{
    display: none;
    background: blue;
}

.heroline .searchField{
    display: inline;
}


.heroline .searchField #inputDateSearch{
    width: 38%;
}



