html {
	font-family: Roboto, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #004b8f;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #004b8f;
}

body.widget {
	max-width: 230px;
}

a:link { color: #004B8F; text-decoration: none;}
a:visited { color: #004B8F; text-decoration: none;}
a:active { color: #004B8F; text-decoration: none;}
a:hover { color: #004B8F; text-decoration: underline;}

h3 {
	font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
	font-family: inherit;
    font-weight: 500;
	display: block;
}

img {
	border: 0px;
}

div.clear {
	clear: both;
}

.wetter_aktuell {
	width: 99%;
	background-color: #fff !important;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	padding: 5px;
}
.wetter_aktuell_text {
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
}
.wetter_aktuell_temp {
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
}
.wetter_aktuell_info {
	font-size: 12px;
	box-sizing: border-box;
}

.wetter_detail {
	height: 221px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 5px;
}

.wetter_heute, .wetter_morgen, .wetter_uebermorgen {
	width: 33%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-bottom: 0px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	float: left;	
}

.wetter_heute_bild {
	background: url("img/bg_su_heute.gif") #fff no-repeat center bottom;
	background-size: contain;
}

.wetter_morgen_bild {
	background: url("img/bg_su_morgen.gif") #fff no-repeat center bottom;
	background-size: contain;
}

.wetter_uebermorgen_bild {
	background: url("img/bg_su_uebermorgen.gif") #fff no-repeat center bottom;
	background-size: contain;
}

.wetter_heute_tag, .wetter_morgen_tag, .wetter_uebermorgen_tag {
	text-align: center;
	font-size: clamp(8px, 7vw, 16px);
	font-weight: bold;
	border-bottom: 2px solid #f5f5f5;
	box-sizing: border-box;
	padding: 4px 0px;
}
.wetter_heute_bild, .wetter_morgen_bild, .wetter_uebermorgen_bild {
	height: 190px;
	border-bottom: 2px solid #f5f5f5;
}
.wetter_heute_max, .wetter_morgen_max, .wetter_uebermorgen_max {
	background: #b6cbe1;
	font-size: clamp(8px, 7vw, 16px);
	text-align: center;
	box-sizing: border-box;
	padding: 4px 0px;
}
.wetter_heute_min, .wetter_morgen_min, .wetter_uebermorgen_min {
	background: #4974b5;
	font-size: clamp(8px, 7vw, 16px);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 4px 0px;
}

.detail-link {
	position: fixed;
	bottom: 0px;
}


table {
	width: 100%;
	background-color: #f5f5f5;
	border-top: 5px solid #004b8f;
	padding: 5px;
}
td {
	border: 0px solid #ff0000;
}