body{
    background-color: rgb(128, 240, 193);
        border: 0px dotted rgb(0, 88, 35);
                width:auto;
                border: 0px solid rgb(0, 88, 35);
                margin-left: 0%;    
}
.heroline{
    background-color: rgb(234, 240, 128);
}



tr.Vergangen td.cell{
    display: none;
    background: blue;
}


.heroline{
    background-color: darkgreen;
    border: 0px solid  black;
    font-size:1.4em;
    padding-bottom: 0.3em;
    margin-bottom: 0.0em;
    padding-top: 0.0em;
    border-bottom: 0px dotted black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0.0em 0.0em 0em 0.0em;
    height: 220px;
    border: 0px solid yellow;
    float: right;

}

.heroline .zeit {
    font-size: 0.6em;
    font-weight: bold;
    font-weight: bold;
    width: 200px;
    float:right;
    line-height: 1.0em;
    height:100px;
    color: white;
    border: 0px solid red;
    margin-right: 0%;
    vertical-align: top;
}

.heroline a.iconMenuLink{
    pointer-events: auto;
    cursor: pointer;
    font-size: 0.8em;
    padding:10px;
}

img.iconMenu{
    margin-top:2px;
    width: 110px;
    display:inline;
    vertical-align: top;

}

.heroline .searchField{
    display: inline;
}


.heroline .searchField #inputDateSearch{
    width: 70%;
}

.heroline #textMenuTitle_Termine{
    display: inline-block;
    color: white;
    font-size: 0.9em;
    line-height: 1.0em;
    border: 0px solid red;
    vertical-align: middle;
    text-align: right;
    width: 28%;
     text-transform: uppercase;
     margin-top: 0px; 
     padding-top: 0px;     
}


.heroline #textMenuLink_Startseite {
    margin-top: 5px;
    display: inline-block;
    color: white;

    border: 0px solid red;
    vertical-align: top;
    width: 30%;

}

.heroline #textMenuLink_Startseite span{
    display: block;
    width: 100%;
    border: 0px solid red;
    font-size: 0.7em;
    line-height: 1.0em;
}


.heroline #textMenuTitle_Termine{
    display: inline-block;
    color: white;
    font-size: 0.9em;
    line-height: 1.0em;
    border: 0px solid red;
    vertical-align: middle;
    text-align: right;
    width: 28%;
     text-transform: uppercase;
     margin-top: 0px; 
     padding-top: 0px;     
}

div#tableContainer{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;

        border-bottom: 0px dotted blue;
}


table#dateTable{
    margin-top: 220px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

table#dateTable thead {
  display: none;
      margin: 0%;
    padding: 0%;
}

table#dateTable th{
    display: block;
    width: 99%;
    border: 20px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.4em;
        margin: 0%;
    padding: 0%;
}

table#dateTable td{
    display: inline-block;
    width: 99%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.4em;
        margin: 0%;
    padding: 0%;
}




table#dateTable td.DatumVonDatumBisZeitVonZeitBis{
    border-top: 10px dotted black;
}




table#dateTable tr.Vergangen td.cell{
    display: none;
    background: red;
}