@charset "utf-8";
/* CSS Document */

/* In der Haupt-CSS-Datei */
@import url("main.css.php");

html { 
	background-image: none;
}

h3 {
    text-shadow:none;
}

.chart-canvas {
    width: 95%; /* Standardbreite in Prozent */
    height: 240px; /* Standardhöhe in Pixel */
}

.chart-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.chart-nav a {
    text-decoration: none;
}
.chart-nav kreis {
    display: inline-flex;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.chart-nav kreis span {
    margin-right: 4px;
}
.chart-nav kreis .icon-aktuell {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    flex-shrink: 0;
}