html,body {
    	font: normal 10pt/normal Helvetica, Arial, sans-serif;
        padding-bottom:20px;
    	/*! height:  100%; */
}

div#Kopfzeile {
    margin: auto;
    width: 100%;
    /*! height: auto; */
    background-color: var(--head);
    /*! padding:10px; */
    /*! margin-bottom: 20px; */
}  

#logoZKRI {
     max-width: 200px;
}
	
div#Fusszeile {
    width: 100%;
    height: 80px;
    padding: 1px;
    background-color: var(--head);
    display: table;
}

div#Fusszeile p {
    display: table-cell;
	vertical-align: middle;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 400px;
	padding: 10px;
}

a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;

}

#status {
        width:33%;
        border: 1px dotted black;
        padding: 5px;
        background-color: #9ceded;
        box-shadow: 3px 3px 10px #b7b7b7;
    }
    #content2:empty, #butt_tab2:empty, #status:empty, #anzahl2:empty, #report2:empty {
        display: none;
    }

    div #content1,#content2 {
        margin-bottom: 25px;
        box-shadow: 3px 3px 10px #b7b7b7;
        /*background-color: red;*/
    }


    div #content3 {
        position: relative;
        margin-bottom:1px;
    }     

    div #content7 {
        padding: 1.5em 1em 1em 0em;
    }  

    div .info #jahr  {
        /*border: 1px dotted black;*/
        width: 170px;
        height: 30px;
        float: left;
    }  

    div .info2 #butt_tab2  {
        /*border: 1px dotted red;*/
        width: 180px;
        height: 30px;
        float: left;
    }  
    .hook:before {
        content: ' \2611';  
    }

    .nohook:before {
        content: ' \2612';  
    }

    #vonJahr, #bisJahr{
        position: relative;
        left: 10px;
    }

    div .info #anzahl, .info2 #anzahl2 {
        /*border: 1px dotted black;*/
        width: 90px;
        height: 25px;
        font-size: 9pt;
        float: right;
    }
    div .info #status, .info2 #status2{
        position:relative;
        top: 15px;
    } 
    .bez:before {
        content: ' \2794';  
    }

    .loe:before {
        content: ' \2718';  
    }
    div .info #report, .info2 #report2 {
        position:relative;
        top: 10px;
        border: 1px dotted black;
        padding: 5px;
        background-color: #f5f8e7;
        clear: right;  
        box-shadow: 3px 3px 10px #b7b7b7;
    } 
    div .info2 #report2 {
        width: 340px;
    }     
    .listReport {
        font-size: 9pt;
        font-style:italic;
        list-style-type: circle;
        margin-left: 12px;
    }
    .tp {
        position: relative;
        display: inline-block;
    }
    .tptxt {
        visibility: hidden;
        width: auto;
        background-color: #333333;
        color: white;
        text-align: center;
        border-radius: 2px;
        padding: 2px 5px;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: +110%;
        left: 50%;
        transition-delay: 0s;
    }
    .tptxt:after {
       /* content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;*/
    }

    .tp:hover .tptxt {
        visibility: visible;
    }

    .tp:active .tptxt {
        visibility: visible;
    }

    header {
        background: #bbb;
        width: 100%;
        left: 0;
        top: 0;
        border-bottom: 1.5px solid #666;
        border-top: 1.5px solid #666;
    }
    button {
        border: 2px solid #555555;
        padding: 2px 8px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
        font-size: 11px;
        margin: 1px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }

    button.small {
        border: 2px solid #555555;
        padding: 1px 4px;
        border-radius: 4px;
        font-size: 10px;
        margin: 5px 0px 0px 5px;        
    }

    button.bottom {
        background-color: white; 
        color: black;    
       }
       
    button.bottom:hover {
        background-color: #555555;
        color: white;
    }

    button.navi {
        font-size: 11pt;
        border: 2px solid #E85412;
        background-color: #E85412; 
        color: white;    
       }    

    button.navi:hover {
        background-color: white;
        color: #E85412;
    }

    button.bez, button.loe {
        border-radius: 30px;
        width: 30px;
        height: 20px;
        border: 2px solid #555555;
        text-decoration: none;
        cursor: pointer;   
        color: #555555;
        background-color: white; 
    }   
    button.bez {
       border: 2px solid #77950c;
       color: #77950c;
       font-size: 11px;
    }
    button.bez:hover {
        background-color: #77950c; 
        color: white;
    }  
    button.loe:hover {
        background-color: #555555; 
        color: white;
    }  
    #filter_zurueck{ /*neue Anpassung für "Neue Auswahl"*/
        border: 0px;
        background-color: transparent;
        vertical-align: bottom;
        color: var(--kalTit_bg);
        font-size: 10pt;
    }
    p {
        font-size: 0.8em 
    }
    p#report{
        font-size: 1.0em;
    }
    #nav_butt {
      float: right;
      display: block;
      padding: 14px 16px;
    }
    th#thtab {
        text-align: justify;
    }
    table,
    td,
    th {
        padding: 1px 5px;
        word-wrap: break-word;
    }
        table.kal,td.kal {
        padding: 1px 0px 0px 2px;
        border-right: 10px solid white !important;
        border-left: 2px solid white !important;
    }
   td {
        border-bottom: 1px solid black !important;
    }
   td#undefined{
        border-bottom: 0px solid black !important;
    }

    table.kal_mob,td.kal_mob {
        padding: 0px 0px 0px 2px;
        border: 2px solid white;
    }
    
    td.td_kal {
        min-width: 80px;
        /*height: 100px;*/
        vertical-align: middle;
        text-align: left;
    }
    td.td_kal_mob {
        width: 35px;
        height: 35px;
        background-color: #b9b9b9;
        vertical-align: middle;
        text-align: center;
        vertical-align: top;
        font-size: 10pt;
    }

    td.kal_mob_hide {
        border: 2px solid white;
        background-color: #dedede;
    }

    .kal_mob th {
        border: 2px solid white;
        background-color: #4a4a4a;
        text-align: center;
    }

    .kal_mob th.thtabwota {
        font-size: 8pt;
    }
    tr.kal_mob1  {
        height: 35px;
        font-size: 13pt;
    }
    .kal_mob th.left, .kal_mob th.right  {
        font-size: 15pt;
    }
    .kal {
        font-size: 11pt;   
    }
    .svg{
        float:left;   
    }
    .td_kal_mob .svg {
        float: none;
    }
    #button_darst {
       width:auto;
       height:24px;
       float: right;
       margin-right: 6px;
       /*background-color: blue;*/
    }
    #button_darst1 {
       position: relative;
       width:24px;
       height:24px;
       float: right;
        background-image: url("svg/la.svg");
       margin-left: 7px;
    }
    #button_darst1 div {
        font-size: 7pt;
        margin-top: 22px;
        margin-left: -1px;
        }

    #button_darst2 {
       position: relative;
       right: 3px;
       width:24px;
       height:24px;
       float: right;
       background-image: url("svg/dl.svg");
       margin-left: 5px;
       /*background-color: blue;*/
    }
    #button_darst2 div {
        font-size: 7pt;
        margin-top: 22px;
        margin-left: -10px;
    }

   #button_darst2:hover, #button_darst2.active  {
        background-image: url("svg/dlbl.svg");
    }

   #button_darst1:hover, #button_darst1.active {
        background-image: url("svg/labl.svg");
    }

        #menu1, #menu2 {
       position: absolute;
       width:auto;
       height:auto;
       top: 30px;
       right: 0px;
       float:right;
       background-color: #e8e8e8;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       z-index: 10;
    }
    li.limenuTit {
        color:black;
        font-weight: bold;
    }
    
    ul.limenu { 
        list-style-type: none;
        width: auto;
    }

    li.limenu { 
        list-style-type: none;
        text-align: left;
	    margin-right: 30px;
	    padding: 0;  
        cursor: pointer;
	    margin-left: 13px;
    }

    .limenu { 
        color: #3e3e3e;
    }
    li.limenu:hover{ 
        color:black;
        list-style: square;
    }

    li.limenu:hover table:before{
        content: 'ADD';
    }

    #liste_col { 
    text-align: left;
      width: 998px;
      column-width: 300px;   
          column-rule-color: black;
          column-rule-width: 1px;
          column-rule-style: dotted;    
    }

    .liste_mon {
      padding:0 20px 5px 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .liste_mon p b{
        color: black;
    }

    #listTit {
        border-bottom: 2px solid black;
        color: black;
        font-size: 15pt !important;
        margin: 20px 0 20px 0;
    }

    .listTitMon {
        color: black;
        font-size: 13pt !important;
        font-weight: bold;
    }
    

    td.kal:nth-child(13), tr.head_kal th:nth-child(13) {
        border-left: 5px solid black;
    }
    
    .tbl-qa {
        font-size: 0.9em;
        border-collapse: collapse;
        min-width: 400px;
    }
    .tbl-qa_mob {
        font-size: 0.9em;
        border-collapse: collapse;
        margin-bottom:15px;
    }

    .tbl-qa th.table-header {
        text-align: left;
        font-weight:normal;
        color: white;
        background-color: #555555;
    }
    .tbl-qa th.table-mainheader {
        text-align: left;
        font-weight:normal;
        font-size: 15pt;
        color: white;
        background-color: #E85412;
    }    
    .tbl-qa th.thtabmon {
        color: var(--kalTit_bg);
        text-align: left;
        border-bottom: 3px solid var(--kalTit_bg);
        padding-top: 5px;
        padding-bottom: 3px;
    }

    .table-row td {
        word-wrap: break-word;
        max-width: 170px;
    }
    .table-row tr {
        background-color: #FDFDFD;
        word-wrap: break-word;
    }
    .table-row td.write {
        color: #374506;
        font-weight:200;
        
    }
    .table-row td.write:empty {
        background-color: pink;
    }
    .table-row td.write:focus {
        outline-width: 0;
        background-color: #97BE0D;
        color: #0e1201;
    }
    .table-row td.small {
        width:150px;
        font-size: 0.8em;
    }
    .table-row td.smallyes {
        width:150px;
        font-size: 0.8em;
        font-style: italic;
    }   

    .inhalt1, .inhalt_kal { 
        position:relative;
        float: left;
        left: 10px;
        /*! top: 60px; */
        max-width: 800px;
        margin-bottom: 10px;
    }
    .inhalt_kal { 
        position: relative;
        max-width: none;
        margin-right:10px;
    }

    .inhalt2 {
        position:relative;
        float: left;
        left: 30px;
        /*top: 60px;*/
        max-width: 600px;
    }

    div #inhalt_tabellen {   
        overflow: scroll;
    }
    div #scroll {
        width: auto;
    }

    .head_kal {
        color: black;
    }
    .day_Sa {
        /*background-color: #d1d1d1;   */
    }
    .day_So {
        background-color: var(--day_So);
    }

    .feiertag, .feiertag_small, .feiertag_smaller {
        font-size: 0.9em;   
        letter-spacing: -0.05em;
        word-spacing: -0.05em;
        color: #464646;
        /*background-color: #ffe763;*/
    }
    .feiertag_small {
        font-size: 0.85em;   
    }
    .feiertag_smaller {
        font-size: 0.7em;   
    }
    .feiertag_compact {
        color: var(--feiertag_compact);
        /*background-color: var(--report);*/
    }
    .feiertag_mob {
        color:#882f2f;
    }
    
    .heute {
-webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* Standard syntax */
    animation-name: example;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {background-color:#ffe886;}
    50%  {background-color:#ea7b4a;}
    100% {background-color:#ffe886;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color:#ffe886;}
    50%  {background-color:#ea7b4a;}
    100% {background-color:#ffe886;}
}
    

#sp:disabled,#sp:disabled:hover,#lo:disabled,#lo:disabled:hover,#abwaehl:disabled,#abwaehl:disabled:hover {
    border: 2px solid #aaaaaa;
    background: white;
    color: #aaaaaa;
}

#sp, #lo, #abwaehl {
    border: 2px solid #E85412;
    background-color: white; 
    color: #E85412;    
   }

#sp:hover, #lo:hover, #abwaehl:hover {
    background-color: #E85412;
    color: white;
}
.beschr {
        background-color: #555555;
        color: white;
        padding: 2px 2px;
        border-radius: 4px;
        display: inline-block;
        font-size: 12px;
        margin: 1px 1px;
        vertical-align: middle;
}
div #AbarSum {
        background-color: #fdfdfd;
        color: black;
        display: flex;
        flex-wrap: wrap; /* Hiermit wird sichergestellt, dass die Elemente in die nächste Zeile umbrechen */
        /*border-color: black;*/
        /*border-style: solid;*/
        /*border-width: 1px;*/
        border-radius: 5px;
        font-size: 11pt;
        padding: 2px 5px;
        margin: 2px 2px;
        position: absolute;
        background-color: var(--report);
}
div #AbarSum .abarLegend {
        flex: 0 0 auto; /* Verhindert das Verkleinern der Elemente */
        /*min-width:120px; */
        max-width:230px; 
        padding-right:20px;
}
div #AbarSum .abarLegend .abarBold {
        font-weight: bold;
}

.abarTxt, .sageTab {
    display:inline-block;
    margin:1px;
}

.kalTit {
    font-size: 15pt;
    color: white; /* Anpassung Kalendertitel Desktop */
    background-color: var(--kalTit_bg);
    border: 0px solid transparent !important;
}
#jahrKal {
    float:right;
}


#thtab{
    padding: 6px;
}
