th {
    position: sticky;
    top: 0;
    background-color: #D3FFFF;
    text-align:center;
}

body {
    font-family: 'Share Tech Mono';
    background-color: #D3FFFF;
    }

.hmt {
    font-size:8px;
    color:#FFFFFF;
}

pre {
    text-align: left;
}

[class*="tote"] {
    color: #DD0000;
 /*   background-color: #FFDDDDEE; */
    background-image: linear-gradient(45deg, #FFC05A, #FFDDDDEE);

}

[class*="faelle"] {
    color: #000088;
    background-image: linear-gradient(45deg, #7799FFEE, #D3FFFFEE);
}

[class*="tab"] {
    padding: 8px;
}

[class*="impf"] {
    color: #00AA00;
    background-image: linear-gradient(45deg, #CCFFDDEE, #D3FFFFEE);
}

[class*="bev"] {
    color: #000000;
    background-image: linear-gradient(45deg, #CCFFDDEE, #D3FFFFEE);
}

td {
    text-align:right;
}

h1 {}

h2 {
    font-size: 20;
}

h3 {
    font-size: 16;
}

a {
    text-decoration: none;
    border: 0px solid black;
    padding: 4px;
    }
a:hover {
    background: #222222;
    color: #ffffff;
    }

.inhalt {
    text-align: left;
    padding: 20px;
    }

.Q1 {
    font-size: 80%;
    }

.Q2 {
    vertical-align:middle;
    text-align:left;
    }

.Q3 {
    vertical-align:top;
    }

.menu_left {
    display: block;
    }

#menu_laender {
    column-count:5;
/*    width:800px; */
    position:absolute;
    background-color: #D3FFFF;
    visibility:hidden;
    border:3px solid green;
    border-radius:20px;
    z-index:1;
    margin:5px;
    padding:10px;
    transition-duration: 0.4s;
}

a.menu_eintraege {
    color:#FFFFFF;
    text-align:center;
    font-size:90%;
    font-weight:bold;
    display:block;
    width:160px;
    padding:6px;
    border: 2px solid #D3FFFF;
    outline: 1px solid #000000;
    border-radius:5px;
    background:#000077;
    margin:2px 0 0 0;
}

a.menu_eintraege:hover {
    border: 2px solid red;
    color: yellow;
  transition-duration: 0.3s;
}

a.menu_eintraege:active {
    border: 2px solid red;
    color: yellow;
    background:#000000;
}

/* Zusammenfassung.php */

#zusammenfassung th, #zusammenfassung td {
    text-align:center;
    padding: 12px;
    border-radius:10px;

    border-collapse: separate;
    border-spacing: 15px;
    
     /* box-shadow: 2px 2px 3px 2px #000000; */
}
.klein {
    font-size: 80%;
}

.gross {
    font-size: 120%;
}

/* Heatmap */

.h_d {
	
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.tt_neutr {
    background-color: #FFFF00EE;
	font-size: 20%;
}

.tt_pos {
    background-color: #FF0000EE;
    font-size: 20%;
}

.tt_pos2 {
    background-color: #990000EE;
    font-size: 20%;
}


.tt_neg {
    background-color: #00FF00EE;
	font-size: 20%;
}

.tt_neg2 {
    background-color: #009900EE;
	font-size: 20%;
}

/* Zeitreihen_Tabellen, Verteilung_Tabellen */

/* es wird jede zweite (gerade) Zeile eingefärbt, wenn sie sich in einem tbody-Element befindet */
tbody > tr.zeilen:nth-child(odd) {
    background-color: #000000;
}

/*Die Sortierknöpfe*/
th > span {
    font-size: 150%;
}

th > span:hover {
    color: white;
    background-color: black;
}

.link{
    padding: 4px;
}

.link:hover{
    color: white;
    background-color: black;
}

/*markierte Zeile, die hervorgehoben werden soll*/
[class*="xxx"] {
    color: #000000;
    text-align: right;
    font-weight: bold;
}

.tab_land {
    background-color: #D3FFFFEE;
}

.tab_land_xxx {
    background-color: #FFAAAAEE;
}

.tab_datum {
    background-color: #D3FFFFEE;
}


[class*="trend"] {
    text-align:center;
    color: #000000;
    font-weight: bold;
}

.tab_trend_pos {
    background-color: #FF0000EE;
}

.tab_trend_neg {
    background-color: #00FF00EE;
}

.tab_trend_neutr {
    background-color: #FFFF00EE;
}

.datum3 {
    font-size: 60%;
}

/* Zeitreihen_Diagramme */

text {
    fill:#000000;
}

line {
    stroke:#000000;
}

#legende1 text {
    font-size: 14px;
}


#legende1 .gd {
    font-size: 75%;
    stroke-width:3;
}


#legende2 text {
    font-size: 14px;
}

#legende2 .legende, #legende1 .legende {
    font-size: 16px;
}

.l_f {
    stroke:#6666FF;
    stroke-width:1;
}

.l_t {
    stroke:#FF6666;
    stroke-width:1;
}

.l_i {
    stroke:#22AA22;
    stroke-width:1;
}
.l_gen{
    stroke:#FF6600;
}

.l_gf {
    stroke:#000088;
    stroke-width:3;
}

.l_gt {
    stroke:#770000;
    stroke-width:3;
}
.l_gi {
    stroke:#007700;
    stroke-width:3;
}
