  :root {
  --zeidMainColor: #54625e;
  --zeidAccentColor: #008877;
  --zeidBackColor: #e9eceb;
  /* projektspezifische Farben */
  --euredPersColor:#9f353b ;
  --euredPlaceColor:#497e00;
  
  
    /* neues Farbschema */
  
  --zeidAccentColor: #008877;
  --zeidBackColor: #e9eceb;
  --zeidEntityColor:#3A8677;
  --zeidHeaderColor:#9DC2BB;
  --zeidLineNumberColor:#B9B9B9;
  --zeidMainColor: #235047;
  --zeidWhite: #FFFFFF;
  --zeidPagebreak: #A1A1A1;
 
}


b{
    display: inline-block; 
    margin-bottom: 0.5rem;
    line-height: 1.1;
}
h2{
    font-weight: 600;
    text-align:center;
}

img {
   max-height: 30rem;
}

main{

}

table{  
    margin-left: auto;
    margin-right: auto;
    width:50%;
}



td {
   font-family: sans-serif;
   font-size: 1rem;
   line-height: 1.8rem;
}

tr{
    display: block; 
    border: 1px solid #ccc; 
    margin: 1.2rem 0; 
    padding: 0.7rem;
    border-radius: 4px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    background-color: #f9f9f9; 
    text-align: justify;
    width:100%;
}

td:hover, tr:hover{
    background-color: var(--zeidPageBreak);
}

.headerCentre{
    border:none;
}

#auth{
    display:none;
}
