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%;    
        line-height: 1.1;
}

.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: 480px;
    border: 0px solid yellow;
    float: right;
}




.heroline .zeit {
    font-size: 0.45em;
    font-weight: bold;
    width: 160px;
    float:right;
    line-height: 0.9em;
    height:100px;
    color: white;
    border: 0px solid red;
    margin-right: 0%;
    margin-top: 25px;
    vertical-align: top;
}

.heroline a.iconMenuLink{
    pointer-events: auto;
    cursor: pointer;
    font-size: 0.8em;
    padding:5px;

}




.heroline img.iconMenu{
    margin-top:2px;
    width: 210px;
    height: 210px;
    display:inline;
    vertical-align: top;

}

.heroline .searchField{
    display: inline;
}


.heroline .searchField #inputDateSearch{
    width: 98%;
    font-size: 1.5em;
    margin-top: 10px;
    padding-top:10px;
}



.heroline #textMenuLink_Startseite {
    position: fixed;
    right: 15%;
    color: white;
    border: 0px solid red;
    vertical-align: top;
    width: 30%;
    margin-top: 10px;
}


.heroline #textMenuLink_Startseite span{
    display: inline-block;
    width: 100%;
    border: 0px solid red;
    font-size: 1.5em;
    line-height: 0.9em;

}


.heroline #textMenuTitle_Termine{
    display:none;
}



.heroline #iconMenuLink_StartseiteResponsive {
    display: inline;
        position: fixed;
    right: 0px;
}
.heroline #iconMenuLink_StartseiteResponsive img{
    width: 70px;
    margin-right: 0.0%;
    margin-left: 0%;
        margin-top: 0%;
    float:right;
        border: 0px solid red;
}


/* TABLE */
tr.Vergangen td.cell{
    display: none;
    background: blue;
}

div#tableContainer{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;

        border-bottom: 4px dotted blue;
}

table#dateTable{
    margin-top:210px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-spacing: 0px; 
    border-collapse: collapse; 

}

table#dateTable thead {
  display: none;
      margin: 0%;
    padding: 0%;
}



table#dateTable td:empty {
  display: none;
}

table#dateTable td.DatumVonDatumBisZeitVonZeitBis{
    border-top: 10px dotted black;
}


table#dateTable td.Zeitstempel, table#dateTable td.ZeitstempelFixed{
    border-top: 4px solid black;
    background-color: silver;
}
table#dateTable td.Gartennr, table#dateTable td.Gartennr{
    border-top: 4px solid black;
    background-color: silver;
        font-weight: bold;
}




table td.Sonstiges, table th.Sonstiges{
    vertical-align: top;
    text-align: left;
 background-color: rgb(231, 229, 229);

}
table td.Sonstiges:not(:empty)::before{
    content: "Sonstiges: ";
    font-weight: bold;
    line-height: 1.5;
           


}
table td.Autokennzeichen, table th.Autokennzeichen{
    vertical-align: top;
    text-align: left;

    border-top: 0px solid black;
}
table td.Autokennzeichen:not(:empty)::before{
    content: "Autokennzeichen: ";
    font-weight: bold;
    min-height: 60px;
        
}

/* LOGIN */
div#logInField{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    background-color: green;
    padding:3px;    
    border-radius: 0 2.0em 0 0 ;
    width: 100%;
    font-size: 0.8em;
        display: none;
}

#loginForm input{
    width: 200px;
     margin-left: 0px;
         font-size: 0.8em;

}

#loginForm #passwordInput {
    padding: 0.4rem 0.5rem;
    font-size: 4.0rem;
    margin-top: 2.0rem;
    width: 50%;
}
#loginForm #loginButton {
    padding: 0.35rem 0.7rem;
    font-size: 4.0rem;
    height: 60px;
    margin-top: 2.0rem;

}
#loginForm button{
    margin-left: 40px;

}



#textMenuLink_Logout:visited, #textMenuLink_Logout:link{
     float: right;
     color:white;
     display:inline;
     width: 30%;
     border: 0px solid red;
     border-radius: 0 2.0em 0 0 ;
     height: 30px;
     font-size:0.9em;
}

#loginForm      {
    display: inline-flex;
    border: 0px solid red;
    width: 60%;
}



