@CHARSET "UTF-8";
/* Formatierungen Zeitabelle */
table#dateTable{
    margin-top: 47px;
    width: 72%;
    border-spacing: 0px;
    margin-left: 70px ;/* 4.6% */
}


table#dateTable thead {
  position: sticky; 
  top: 47px;
  background-color: #eae4e4; 
  z-index: 1000000;
}


tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0);
}

tr:hover{
    background-color: rgb(167, 169, 40);
}



td.cell, th.cell{
    vertical-align: top;
    text-align: left;
    border-top: 1px solid darkgreen;
    border-left: 0px dotted gray;
}

td.Nr, th.Nr{
    width:8%;
}


td.NrLegende, th.NrLegende{
    width:15%;
}

td.DatumZeitFormat, th.DatumZeitFormat{
    width:10%;
}


td.Titel, th.Titel{
    width:15%;
}


td.Information, th.Information{
        width:15%;
}

td.Bereich, th.Bereich{
    
}


td.Aktivitaet, th.Aktivitaet{
    
}






tr td.cell:last-child, tr th.cell:last-child{
    border-right: 1px dotted gray;
}

td.DatumVonDatumBisZeitVonZeitBis{
    vertical-align: top;
    text-align: left;
    width:15%;
    font-weight:bold;
}

td.Beschreibung, th.Beschreibung{
    vertical-align: top;
    text-align: left;
    width:25%;
}


td.Ort, th.Ort{
    vertical-align: top;
    text-align: left;
    width:5%;
    font-weight:bold;
}

td.Wer, th.Wer{
    vertical-align: top;
    text-align: left;
    width:5%;
    font-weight:bold;
}

tr.Aufgabentermin{
background-color: rgb(232, 214, 180);
}
tr.Gartentermin{
background-color: rgb(216, 240, 204);
}

tr.Vereinstermin{
background-color: rgb(245, 248, 182);
}

tr.Gartenfeier{
background-color: rgb(185, 204, 237);
}

tr.Abwesenheiten{
background-color: rgb(246, 252, 164);
}


td.even{
    /*background-color: rgb(245, 245, 195);*/
    padding: 2px;
}

td.odd{
    /* background-color: rgb(210, 248, 210); */
    padding: 2px;
}

tr.Abgesagt td.cell{
    text-decoration:line-through;
    color: red;
}

tr.Abgesagt td.cell{
    text-decoration:line-through;
    color: red;
}

tr.Abgesagt td.cell::before{
    content: "ABGESAGT ";
}

tr.Vergangen td.cell{
    display: none;
}

tr.Ausblenden td.cell{
    color: rgb(187, 187, 184);
    display: none;
}


.heroline {
       margin-left: 0%;
    margin-right: 50%;
    width: 70%;

}



.contentField {
    margin-left: 20%;
    width:80%;
    margin-top:60px;
    border:green solid 0px;
    float:left;
    height: auto;
    vertical-align: middle;
}

.contentField .content{
    background-color: transparent;
    margin-top:0px;

}



.footerField {
    margin-left: 20%;
    width: 95%;
    background-color: lightyellow;
    margin-top:50px;
    float:left;
}

.heroline{
    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: 90%;
    background-color: green;
    border-radius: 0.0em 0.0em 1.5em 0.0em;
}





.heroline .zeit {
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    font-weight: bold;
    width: 70px;
    float:left;
    line-height: 1.05em;
    color: white;
}

.heroline a.iconMenuLink{
    pointer-events: auto;
    cursor: pointer;
    font-size: 0.8em;
    padding:10px;
}
.heroline a.textMenuLink span{
    margin-left: 0%;
    margin-right: 0.5%;
    text-transform: uppercase;
    line-height: 1.8em;
        color:white;
}

.heroline a.iconMenuLink:focus, a.iconMenuLink:active {
    color:yellow;
    background-color: transparent;
    border-bottom: 0px yellow solid;
    border-radius: 0.0em;
    padding-bottom: 0.4em;
    height: 60px;
}
.heroline a.textMenuLink:focus, a.textMenuLink:active {
    color:yellow;
    background-color: transparent;
    border-bottom: 0px yellow solid;
    border-radius: 0.0em;
    padding-bottom: 0.4em;
    height: 60px;
}

 .heroline a.textMenuLink:hover{
    color:lightyellow;
    background-color: transparent;
    border-bottom: 0px yellow solid;
    border-radius: 0.2em;
    padding-bottom: 0.4em;
    height: 60px;
}
.heroline a.iconMenuLink:hover{
    color:lightyellow;
    background-color: transparent;
    border: 0px yellow dotted;
    border-radius: 0.2em;
    height: 60px;
}

.heroline .searchField{
    display: inline;
}


.heroline .searchField #inputDateSearch{
    width: 18%;
    font-size: 0.8em;
}
@media only screen and (max-width: 77.5em)  {
    .heroline #textMenuLink_Termine span{
        display: none;
    }
}



#suchergebnis{
    display: block;
}

#messageFeld{
    margin-top: 60px;
    font-size: 1.0em;
    margin-left: 1%;
}

#home{

}

#home .iconHome{
    position: fixed;
    right:1%;
    top:3px;
    width: 40px;
    border: 0px solid green;
}


div#help{
  height: 600px;
  width: 65%;
  position: fixed;
  z-index: 10000;
  top: 100px;
  left: 0;
  background-color: rgba(243, 241, 241, 0.8);
  margin-left: 20%;
  margin-right: 20%;
  font-size: 2.5em;
  display: none;
}
div#help div{
    width: 100%;
    border: solid red 0px;

}

div#help div span{
    width: 80%;
    border: solid red 0px;
    float: left;

}

div#help div.left{
    width: 9%;
    border: solid red 0px;
    float: left;

}
div#help div.right{
    width: 89%;
    border: solid red 0px;
    float: left;
    height: 64px;
}

img.iconHelp{
    width: 64px;
    display:block;
    vertical-align: middle;

   
}

#image_left{
    text-align: center;
    vertical-align: left;
    width:20%;
    border:red solid 0px;
    position: fixed;
    top: 50px;
    right:0px;

}
#image_left a:hover, #image_left a:focus, 
#image_left a:active {
        background-color: #A6BB00;
        border-bottom: #A6BB00 solid 2px;
}



