
		
	.container {
			/* width: 400px; */margin-top: 0px;margin-bottom:0px;margin-left:20px;
		}
		
        /* .data-row {
            display: flex;
            justify-content: space-around;
            margin: 20px 0;
        } */
       /*  .data-item {
            flex: 1;
            <!-- padding: 10px; -->
            <!-- border: 1px solid #007BFF; -->
            <!-- border-radius: 5px; -->
            margin: 0 10px;
            background-color: #333;
        } */
       /*  .data-item h2 {
            font-size: 20px;
            margin: 0;
        }  */
		
		#week-number {font-weight:700;margin-bottom:16px;}
		#past-days {font-weight:700;margin-bottom:16px;}
		#remaining-days {font-weight:700;margin-bottom:16px;}
		#time-remaining {font-weight:700;margin-bottom:16px;}
		#temperature {font-weight:700;float:inline-start;margin-bottom:0px;}
		


.progress-container {
            width: 115px;
            height: 5px;
            background-color: transparent; /* Hintergrundfarbe des Containers */
            border-radius: 5px; /* Abgerundete Ecken */
            overflow: hidden; /* Versteckt überlaufenden Inhalt */
            float:inline-start
        }

        .progress-bar {
            height: 100%;
            width: 100%; /* Startbreite */
            background-color: #ffae13; /* Anfangsfarbe des Fortschritts */
            transition: width 1s linear; /* Übergangseffekt */
			/* margin-left:30px; */
        }

#countdown {
    font-size: 24px; /* Größe der Schrift */
    font-weight: bold;float:inline-start;margin-left:10px;margin-top:-4px; /* Fettdruck */
}

.class-f1, .class-f2, .class-f3, .class-f4, .class-f5, 
.class-f6, .class-f7, .class-f8, .class-f9, .class-f10, 
.class-black {
    transition: color 4s;
}

.class-f1 {
    color: #baff13; 
}

.class-f2 {
    color: #fcff13; 
}

.class-f3 {
    color: #ffd513; 
}

.class-f4 {
    color: #ffbf13; 
}

.class-f5 {
    color: #ffa313;
}

.class-f6 {
    color: #ff8813;
}

.class-f7 {
    color: #ff7113;
}

.class-f8 {
    color: #ff5b13; 
}

.class-f9 {
    color: #ff3a13;
}

.class-f10 {
    color: #00ff00;
}

.class-black {
    color: #ffffff;
}

        #weather {
            padding: 20px;
        }
		
		#description {margin-left:-12px;}
		
        
        body {
            font-family: Arial, sans-serif;
            margin: 0px;
        }
        #weather {
            margin-top: -40px;
        }
        .title {
            color: #2c3e50; /* Farbe für den Titel */
            font-size: 24px;
        }
        .label {
            color: #3498db; /* Farbe für die Labels */
            font-weight: bold;
		line-height: 2.4;
        }
        .value {
            color: #b4a1ff; /* Farbe für die Wetterwerte */
            font-size: 18px;
        }
        .value_einheit {
            color: #ffa700; /* Farbe für die Wetterwerte */
            font-size: 18px;
        }