#wetter {
	position: relative;
	width: 800px;
	margin: 0 auto;
	opacity: 1; 
}


#wetter * {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: hidden;
}

#wetter h3 {
	font-size: 33px;
	line-height: 35px;
	color: #8E5433;
	font-family: 'Arvo', sans-serif;
	font-weight: 700;
}



#wetter table { width: auto !important; border-spacing: 7px; }
#wetter table .label { text-align: center; }



#wetter .label {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #535353;
}

#wetter .text {
	margin: 7px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	font-family: "Source Sans Pro",sans-serif;
	color: #555;
}


#wetter .text strong {
	background-color: #fff;
	font-size: 12px;
	line-height: 15px;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
	padding: 3px 10px;
	color: #444;
	margin-left: 10px;
}

#wetter .text span {
	background-color: #fff;
	font-size: 12px;
	line-height: 15px;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
	padding: 3px 10px;
	color: #666666;
	margin-left: 10px;
}#vorhersage {

	width: 450px;
	padding: 50px 0 0 0;
	margin: 0 0 50px 0;
}

#vorhersage .text {
	font-size: 13px;
	line-height: 16px;
	color: #1f1f1f;
}


#vorhersage .warnung {
	margin-top: 5px; color: #f00; font-size: 13px;
	padding-left: 25px;
	background: url(https://tramino.s3.amazonaws.com/s/alpinberatung/540398/achtung.png) no-repeat;
}

#legende {
	width: 450px;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}


#info {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #555;
}

#info h3 {
	color: #8E5433;
	font-size: 30px;
	line-height: 35px;
	margin: 0px 0px 3px -5px;
}

#heute {

}

#verlauf {

}

#nebelgrenze {

	width: 360px;
}

#nebelgrenze.wide { width: 390px; }

#nebelgrenze .wrap {

	width: 105px;
	text-align: right;
}

#nebelgrenze.wide .wrap { width: 135px; }

#nebelgrenze .sep {
	width: 220px;
	margin: 12px 0px 0px 10px;
	border-bottom: 1px dashed #535353;
}


#nebelgrenze.wide .sep {
	right: 15px;
}

#nebelgrenze .label {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #535353;
	margin: 0px 0px 2px 0px;
}


#nebelgrenze .value {
	color: #666;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	margin: 2px 0px 0px 0px;

}

#nebelgrenze strong {
	background-color: #fff;
	font-size: 11px;
	line-height: 13px;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
	padding: 3px 10px;
	color: #444;
	text-align: right;
}

#vorschau {
	margin-top: -7px;
}

#prognose {
	width: 250px;
}

#trend {
	width: 210px;
}

.group { display: flex; justify-content: space-between; }
.group .group-item {
	margin: 0 50px 20px 0;
}

.group .group-item-right {
	margin-right: 0;
}

.group .group-item-last { margin-right: 0px; }@media all and (min-width: 1000px) and (max-width: 1250px) {

}

@media all and (min-width: 768px) and (max-width: 999px) {
	#wetter {
		width: 700px;
	}
}

@media all and (max-width: 767px) {
	#wetter {
		width: auto;
		margin: 0 15px;
	}

	#vorhersage, #legende, #nebelgrenze { width: 100%; }

	.group { display: flex; flex-direction: column; justify-content: normal; }
	#wetter .group .group-item {
		margin: 0 0px 20px 0;
		
	}
}