             @import url('https://fonts.cdnfonts.com/css/seven-segment');

body {
	background-size: cover;
	background-image: url("images/Hintergrund.JPG");
	background-position: center;
	background-repeat: no-repeat; 
	background-color:#bbb;
	background-position-y: 1.05em;
	height: 100%;
	width:100%;
	font-size: 2.2vw;
	margin:0%;
	font-family: "Arial";
}


#Headder {
	width:100%;
	height:1.05em;
	background-color:rgb(128, 128, 128);
	margin: 0;
	border-color: gray;
    border-bottom-style: ridge;
    border-bottom-width: 0.15em;

}

#Überschrift {
	display:inline;
	width:33.3%;
	float:left;
	text-align:center;
	color: white;
	font-size: 1em;
	text-decoration:underline white;
	margin: 0;
}

#Datum {
	margin-left:100px;
	display:inline;
	padding-left: 1%;
	width:32.3%;
	float:left;
	font-size: 1em;
	color: rgb(192, 192, 192);
	margin: 0;
}

#Uhrzeit {
	display:inline;
	padding-right: 1%;
	width:8.3%;
	float:left;
	text-align:center;
	font-size: 1em;
	color: rgb(192, 192, 192);
	margin:0;
}

#Temperatur{
	display: inline;
    float: left;
    width: 12%;
    margin: 0;
    text-align: center;
    font-size: 1em;
    color: rgb(192, 192, 192);
}

#Headder_Platzhalter {
	display:inline;
	float:left;
	width:12%;
	margin:0;
}

#Colum_Links {
	width:33.3%;
	position: absolute;
    bottom: 0.1em;
    left: 0em;
}

#Colum_Mitte {
	width:33.3%;
	position: absolute;
    left: 33.3%;
}

#Colum_Rechts {
	width:33.3%;
	position: absolute;
    bottom: 0.1em;
    right: 0em;
}



#CR_Platzhalter {
	height:72%;
	width:5%;
}

#Wetter{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.Box {
	border-width: 0.15em;
    border-style: solid;
    border-radius: 0.5em;
    border-color: rgb(32,32,32);
	margin: 2%;
	background-color: rgb(192, 192, 192);
	overflow:hidden;
}

.Box_Box {
	margin:2%;
}

.Box_Überschrift {
	font-size: 0.9em;
	color: rgb(32,32,32);
    margin: 0% 0 2% 0;
    width: 100%;
    text-align: center;
    background-color: snow;

	
}

.Einheit_Überschrift {
	font-size: 0.8em;
	margin:2% 0% 2% 0.5%;
	text-decoration:underline;
}

.Wert_Box {
	width:100%;
}

.Wert {
	width: 30%;
	float: left;
	color: white;
	background-color: black;
	margin :0px;
	text-align: right;
	font-size: 0.99em;
	font-family: "Seven Segment";
	font-weight: bold;
	display:inline;
	
}

.Einheit {
	top: 0.1em;
    position: relative;
	margin-left: 0.3em;
	font-size: 0.8em;
	font-weight: bold;
	display:inline;
}


#H2_Aktuelle_Leistung{
	display: inline;
}

#H2_Begrenzung{
	margin : 0;
	color: red;
	text-decoration:none;
	position: relative;
    left: 2em;
	display:none;
}

#Gesamt_Box{
	position:relative;
    left: 26%;
    width: 40%;
}
#Gesamt_Wert{
	width: 70%;
}

.Box_Bild{
	display: block;
    margin-left: auto;
    margin-right: auto;
	height:7.3em;
	width:100%;
	margin-bottom:10%;

}

.Box_Bild_Inner{
	display: block;
    margin-left: auto;
    margin-right: auto;
	height:100%;
	width:50%;

}

#WHLogo {
	#height: 100%;
	width: 100%;
	
}

@media only screen and (max-width: 600px) {
	#Colum_Links {
	padding-left:25%;
	padding-right:25%;
	width:50%;
	position: relativ;
	top:20em;
	left:0;
	z-index:2;
	float:left;

}
	#Colum_Mitte {
	padding-left:25%;
	padding-right:25%;
	width:50%;
	top:1em;
	left:0;
	position: relativ;
	float:left;
	z-index:1;
}
	#Colum_Rechts {
	padding-left:25%;
	padding-right:25%;
	width:50%;
	top:46em;
	left:0;
	bottom:0;
	position: relativ;
	float:left;
	z-index:3;
}
	#CR_Platzhalter{
		display:none;
	}

	#WHLogo{
		display: block;
		margin-left: auto;
		margin-right: auto;
		#height:140%;
	}
}



