@CHARSET "UTF-8";
body{
    background-color: lightgreen;
    border: 0px solid rgb(208, 23, 156);
    margin-left: 0%;    
        margin-right: 0%;    

}

.textMenuLink{
   display:none;
}

@media only screen and (max-width: 62.0em)  {
    .heroline .textMenuLink span
    {
        display: none;
    }
    .heroline 
    {
        
    }
    .heroline #textMenuLink_Termine span{
        display: inline;
    }
}

div#tableContainer{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;

        border-bottom: 0px dotted 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: 175px;
    border: 0px solid yellow;
    float: left;
    display: block;
}

.heroline .zeit {
    display:block;
    font-size: 0.6em;
    vertical-align: middle;
    font-weight: bold;
    font-weight: bold;
    width: 120px;
    float:right;
    line-height: 1.05em;
    height:100px;
    color: white;
    border: 0px solid red;
    margin-right: 0.5%;
    margin-top: 0.5%;
            height: 20px;
}

.heroline .zeit #iconMenuLink_Gartenfeier{
 display:block;  
    cursor: pointer;
    font-size: 0.8em;
    padding:10px;
}

.heroline a.iconMenuLink{
    pointer-events: auto;
    cursor: pointer;
    font-size: 0.8em;
    padding:10px;
        border: 0px solid red;
}

img.iconMenu{
    margin-top:6px;
    width: 90px;
    display:inline;
    vertical-align: top;

}

.heroline a.textMenuLink span{
    margin-left: 0%;
    margin-right: 0.5%;
    text-transform: uppercase;
    line-height: 1.8em;
        color:white;
}

.heroline .searchField{
    display: block;
    font-size: 2.6em;
    width: 100%;
}


.heroline .searchField #inputDateSearch{
    width: 75%;
    margin-left:1%;
    margin-right:1%;
    font-size: 0.8em;
}

#home{

}

#home img.iconHome{
    display: none;
}

.heroline #textMenuLink_Termine, 
.heroline #textMenuLink_Termine span{
    display: none;
}

.heroline #iconMenuLink_StartseiteResponsive {
    display: inline;
}
.heroline #iconMenuLink_StartseiteResponsive img{
    width: 90px;
    margin-right: 1%;
        margin-left: 0%;
    float:right;
}



.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: 1.1em;
    line-height: 1.1em;
}

.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 #textMenuTitle_Termine{
    display: none;   
}





#image_left{
display:none;
}

table#dateTable{
    margin-top: 170px;
    margin-left: 0%;
        border: 0px solid red;
            width: 100%;
}

table#dateTable thead {
  display: none;
}


table#dateTable th{
    display: block;
    width: 100%;
    border: 0px solid black;
    border-bottom: px solid black;
    text-wrap: wrap;
    font-size: 2.9em;
}

table#dateTable td{
    display: block;
    width: 100%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.9em;
}

table#dateTable td.DatumVonDatumBisZeitVonZeitBis{
    border-top: 10px dotted black;
}




table#dateTable tr.Vergangen td.cell{
    display: none;
    background: red;
}



