/**HEADLINE CODES**/
h1 {
	font-family: Calibri;
	color:#fff; 
	font-size: 9px; 
	background-color: #5a5a59;
	height: 25px;
	text-transform:uppercase; 
	text-align:center; 
	margin-bottom: 2px; 
	padding: 2px 0 3px 0;
	line-height: 25px;
	letter-spacing:3px;
	font-weight:600px;
}

h2{
	font-family: Roboto;
	color:#fff; 
	font-size: 7px; 
	background-color: #5a5a59;
	height: 25px;
	text-transform:uppercase; 
	text-align:center; 
	margin-bottom: 2px; 
	padding: 2px 0 3px 0;
	line-height: 25px;
	letter-spacing:5px;
	font-weight:400;
}

h3{
	font-family: Calibri;
	color:#fff; 
	font-size: 9px; 
	background-color: #5a5a59;
	height: 25px;
	text-transform:uppercase; 
	text-align:center; 
	margin-bottom: 2px; 
	padding: 2px 0 3px 0;
	line-height: 25px;
	letter-spacing:3px;
	font-weight:600px;
	border-bottom: solid 3px #777b87;  
}

h4 {
	font-family: Calibri; 
	font-size: 15px; 
	letter-spacing: 5px; 
	background-color: #5a5a59; 
	color: #777b87; 
	text-align: right; 
	border-right: 50px solid #777b87; 
	text-transform: lowercase; 
	padding-right: 20px; 
	line-height: 30px;
}

h5 {
	color: #333; 
	background-color: #777b87;  
	opacity: .6; 
	font-family: Arial; 
	font-size: 9px; 
	text-transform: uppercase; 
	text-align: center; 
	letter-spacing: 3px;  
	margin: 2px 2px 2px 2px;
	padding: 5px;
	height: 20px;
	line-height: 20px;
}

/****** WETTER FORMATIERUNG *******/
.wetter {
	height: 70px;
	width: 130px;
	font-family: Georgia;
	font-size: 11px;
	text-align: right! important;
	padding: 4px;
	}

.wettertext {
	font-family: Calibri;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	height: 55px;
	overflow:auto;
	scrollbar-width: thin;
	padding:5px;
	}	