.forecast1h-container {
	position: relative;
	min-height: 95px;
}

.forecast-current {
	display: flex;
}

.forecast-current .text {
	font-size: 16px;
	line-height: 18px;
	padding-top: 16px; 
	color: #333;
	max-width: 275px;
}
.forecast-current .details {
	flex-grow: 1;
}
.forecast-current .icon { 
	position: absolute;
	right: 112px;
	top: 0;
}

.forecast-current .temperature {
    flex-grow: 0;
	display: flex;
}
.forecast-current .temperature .value {
	font-size: 65px;
    line-height: 65px;
    display: inline-block;
    vertical-align: top;
 }

.forecast-current .temperature .unit {
    display: inline-block;
	font-size: 18px;
    line-height: 25px;
    position: relative;
    top: 4px;
	color: #999;

}

.forecast-current .source { 
	float: right;
	margin-top: 18px;
	color: #bbb;
}

.forecast1h {
	width: 504px;
	margin-left: -12px;
	position: relative;
	margin-top: 12px;
}

.forecast1h .time { 
	width: 55px;
	float: left;
	overflow: visible;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 6px;
	position: relative;
}

.forecast1h .time.selected { 

	background-color: #fcfcfc;
	box-shadow: 0 0 2px #666666;
}

.forecast1h .time .label { 
	font-weight: bold;
	font-size: 11px;
	text-align: center;

}
.forecast1h .timeline {
	position: absolute;
	top: 16px;
	z-index: 0;
	width: 100%;
	height: 59px;
	background-image: url(/images/site/wetter/timeline1h.png);
	background-repeat: no-repeat;
	background-position: -636px top;
} 
.forecast1h .icon {
	margin: -3px;
	margin-top: 3px;
	position: relative;
	left: -28px;
}
.forecast1h .icon img {
	width: 62px;
	height: 62px;
}

.forecast1h .temperature { 
	color: #436ADE;
    font-size: 14px;
    font-weight: bold;
}

.forecast1h .rrr { 
	color: #3390e8;
    font-size: 12px;
    position: relative;
    left: -28px;
}
.forecast1h .nschnee { 
	color: #5f5f5f;
    font-size: 12px;
    position: relative;
    left: -28px;
}


.forecast1h .rrp { 
	color: #999999;
    font-size: 12px;
    position: relative;
    left: -28px;
	margin-top: 5px;
}

.forecast1h .ff { 
	width: 13px;
	height: 13px;
	color: #999999;
	background: url(/images/site/wetter/windy@2x.png) no-repeat top left;
	background-size: 13px 13px;
    position: absolute;
	top: 56px;
	left: 23px;
	z-index: 10;
}



.forecast1h .interval3h.first3h {
	/* border-left: 1px solid #666; */
	/* margin-left: -1px;*/
}


.forecast9d-detailed {
	background: url("/images/site/inner-shadow-bottom.png") no-repeat left bottom;
	background-size: 100% 8px;
    padding-bottom: -6px;
    overflow: hidden;
    padding-top: 6px;
    position: relative;
    padding-left: 6px;
    margin-left: -6px;
}


.forecast9d-container {
	font-size: 14px;
	position: relative;
	margin-bottom: 9px;
}

.forecast9d-container-intervals .forecast9d-intervals  {
	font-size: 14px;
}

.forecast9d-container-intervals.hide-selected .forecast-day-detail {
	padding-top: 6px;
}

.forecast9d-container .fields,
.forecast9d-container-intervals .fields {  
	width: 55px;
	float: left;
	overflow: visible; 
	text-align: center;
	position: relative;
	background-color: transparent;
	background-image: url(/images/site/wetter/background_day.png);
	background-repeat: repeat-x;
	background-position: left 30px;
	background-size: 1px 50px;
}

.forecast9d-container .fields.trend,
.forecast9d-container-intervals .fields.trend {  
    background-image: url(/images/site/wetter/background_day_trend.png);
}

svg.trend-tmax {
	opacity: 0.2;
	overflow: visible;
}
svg.trend-tmax polyline {
	fill: transparent;
	stroke: #4b77fa;
	stroke-width:4px;
}

svg.trend-rrr {
	overflow: visible;
}
svg.trend-rrr rect {
	opacity: 0.3;
	fill: #4498f8;
}


.forecast9d-container-detaileded .day {
	width:60px;
}
.fields > div {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid transparent;
	margin-left: -1px;
	white-space: nowrap;
	overflow: visible;

}

.forecast9d-container .fields.last > div {
	border-color: transparent !important;
}

.fields div.icon {
	border-color: transparent !important;
}


.forecast9d-detailed .forecast9d-container {
	margin-bottom: 0px;
	float: left;
}

.forecast9d-container .day.selected {
	box-shadow: 0 0 1px #000000;
	cursor: pointer;
	z-index: 20;	
}


.forecast9d-container .day.selectable {
	cursor: pointer;
}

.forecast9d-container .day.selectable:hover { 
	cursor: pointer;
}

.forecast9d-container .day.selectable:hover  {
	background-color: #fafafa;
}

.forecast9d-container .day.selectable:hover.selected  {
	background-color: transparent !important;
}

.forecast9d-container .day.selected {
	border-bottom: 12px solid white;
	margin-bottom: -5px;
}
.forecast9d-container .day.selected > div {
	border-right: 1px solid transparent !important;
}

.forecast9d-container .day.trend {
	
}
.forecast9d-container .day.trend:hover {
	box-shadow: none;
	border: none !important;
	cursor: default;	
}

.forecast9d-container .day .date { 
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 11px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

.forecast9d-container .day .date a,
.forecast9d-container .day .date a:hover {
	text-decoration: none;
	color: #333;
}

.forecast9d-container .day .berg {
	margin-bottom: 12px;
}

.forecast9d-container .day.last {
    overflow: hidden;
}

.fields .icon { 
	position: relative;
	z-index: 12;
	margin: -6px; 
}
.fields .icon img {
	width: 68px;
	height: 68px;
}

.fields .tmax { 
	color: #436ADE;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 8;
}

.fields .tmin { 
	color: #748CB1;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    z-index: 8;
}

.fields .sonne,
.fields .wgew,
.fields .rrr,
.fields .ff,
.fields .legend .label-sonne,
.forecast9d-container .legend .label-wgew,
.forecast9d-container .legend .label-rrr,
.forecast9d-container .legend .label-ff  {
	
	/* margin-top: 12px; */
}

.fields .time {
	font-weight: bold;
	font-size: 11px;
} 

.intervals6h .timeline {
	position: absolute;
	width: 280px;
	height: 6px;
	background: url(/images/site/wetter/timeline6h.png) no-repeat transparent left top;
	top: 15px;
	left: 0px;
}
.intervals3h .timeline {
	position: absolute;
	width: 504px;
	height: 6px;
	background: url(/images/site/wetter/timeline3h.png) no-repeat transparent left top;
	top: 15px;
	left: 0px;
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.intervals3h .timeline {
		background-image: url(/images/site/wetter/timeline3h@2x.png);
		background-size: 504px 6px;
	}
	.intervals6h .timeline {
		background-image: url(/images/site/wetter/timeline6h@2x.png);
		background-size: 280px 6px;
	}
}

.fields .sonne,
.labels .sonne,
.fields .rrr,
.labels .rrr {
	line-height: 20px;
}

.sonne0 {  background-color: transparent; }
.sonne10 { background-color: #fffded !important; }
.sonne20 { background-color: #fffbdb !important; }
.sonne30 { background-color: #fffac9 !important; }
.sonne40 { background-color: #fff8b8 !important; }
.sonne50 { background-color: #fff6a6 !important;  font-weight: bold; }
.sonne60 { background-color: #fff494 !important;  font-weight: bold; }
.sonne70 { background-color: #fff382 !important;  font-weight: bold; }
.sonne80 { background-color: #fff170 !important;  font-weight: bold; }
.sonne90 { background-color: #ffef5e !important;  font-weight: bold; }
.sonne100 { background-color: #ffed4f !important; font-weight: bold; }

.fields .sgrenze {
	font-size: 90%;
}

.rrr1, .rrr20 {
	background-color: #d3eafc !important;
	color: #444 !important;
}
.rrr2, .rrr30, .rrr40 {
	background-color: #a4d6fc !important;
	color: #444 !important;
}
.rrr3, .rrr50, .rrr60, .rrr70 {
	background-color: #6bb6f9 !important;
	color: white !important;
	font-weight: bold;
}
.rrr4, .rrr80, .rrr90, .rrr100 {
	background-color: #4498f8 !important;
	color: white !important;
	font-weight: bold;
}

.nschnee20 { background-color: #d3eafc !important; }
.nschnee70 { background-color: #6bb6f9 !important; color: white !important;	font-weight: normal !important;  }
.nschnee100 { background-color: #4498f8 !important; color: white !important; font-weight: bold; }

.forecast9d-intervals .nschnee {
	font-size: 0.9em;
}

.ff20, .ff30, .ff40 {
	color: #444 !important;
	background-color: #f5c5c5;
}

 .ff50, .ff60 {
    font-weight: bold;
	background-color: #e85657;
	color: white !important;
}
.ff70, .ff80, .ff90, .ff100 {
	background-color: #e50100;
	color: white !important;
	font-weight: bold;
}
.ff {
	font-size: 85%;
}
.ff-kmh {
	position: relative;
	top: -4px;
}

.forecast9d-container-intervals .fields .sonne {
	height: 8px;
}

.forecast9d-container .interval3h.first3h {
	border-left: 1px solid #666;
	margin-left: -1px;
}
.forecast9d-container .trend-tmax {
	position: absolute;
	top: 68px;
	margin-left: 24px;
	z-index: 6;
}
.forecast9d-container .trend-rrr {
	position: absolute;
	z-index: 6;
	top: 74px;
	left: 1px;
}

.forecast9d-container-detailed .trend-tmax {
	left: 5px;
}
.forecast9d-container-detailed .trend-rrr {
	left: 3px;
	top: 138px;
}

.forecast9d-container-detailed.single .trend-rrr {
	top: 63px;
}

.forecast9d-container-detailed {
	padding-left: 2px;
	padding-top: 6px;
	overflow: hidden;
	background-size: 100% 8px;
	position: relative;
    min-width: 750px;
}

.forecast9d-container-detailed.hide-selected {
	padding: 0;
	margin: 0;
}

.forecast9d-container-detailed:has(> .selected) {
	background: url(/images/site/inner-shadow-bottom.png) no-repeat left bottom;
}

.forecast9d-container-detailed .selected .day-toggle {
	transform: rotate(180deg);
}

.forecast9d-container div.day div {
	position: relative;
	z-index: 8;
}

.forecast9d-container .day.trend div {
	
}

.forecast9d-container .day.trend .sonne,
.forecast9d-container .day.trend .rrr, 
.forecast9d-container .day.trend .rrp, 
.forecast9d-container .day.trend .sgrenze,
.forecast9d-container .day.trend .nschnee,
.forecast9d-container .day.trend .ff
{
	color: #888888;
}


.forecast9d-container .legend,
.forecast9d-container-intervals .legend {
	float:left; 
	margin-left: 24px;
}

.forecast9d .legend.small {
	width: 210px;
}

.forecast9d .legend .label {
	min-height: 15px;
	color: #999999;
	padding-left: 50px;
}

.forecast9d .legend .label.label-max,
.forecast9d .legend .label.label-min {
	color: black;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 40px;
	padding: 0;
}
.forecast9d .legend .label.label-max {
	background-color: #ffcc00;
}

.forecast9d .legend .label.label-min {
	background-color: #bcccf3;
}

.forecast9d .legend .value-day {
	height: 15px;
	overflow: visible;
	float: left;
	min-width: 50px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}
.forecast9d .legend .value-day-big {
	font-size: 19px;
	margin-top: -3px;
}
.forecast9d .legend .meta {
	height: 87px;

}
.forecast9d .legend .name {
	font-size: 19px;
	line-height: 22px;
}


.forecast9d-container .legend .data-time {
}

.forecast9d-container .legend .data-time span.time {
	font-weight: bold;
}

.forecast9d-container .legend .label-berg,
.forecast9d-container .legend .label-tal  {
	background: url("/images/site/wetter/minmax.png") no-repeat scroll left center transparent;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 14px;
	height: 25px;
	margin-bottom: 14px;}



.forecast9d-container .legend .label-rrr ,
.forecast9d-container .legend .label-wgew ,
.forecast9d-container .legend .label-sonne ,
.forecast9d-container .legend .label-sgrenze ,
.forecast9d-container .legend .label-nschnee,
.forecast9d-container .legend .label-ff,
.forecast9d-container .legend .nschnee,
.forecast9d-container .legend .label-rrp {
	color: #999999;
}

.forecast9d-container .legend .trend-rrr {
	margin-top: -78px;
	margin-left: -528px;
	position: absolute;
	z-index: 0;
}
.forecast9d-container .legend .elevation {
	color: #999999;
    font-size: 12px;
}
.important {
	font-weight: bold;
}
.top-margin {
	margin-top: 10px;
}
.top-padding {
	padding-top: 10px;
}

.bottom-padding {
	padding-bottom: 8px;
}	
.fields .group,
.labels .group {
	padding-bottom: 12px;
	clear: left;
}

.labels .line {
	min-height: 18px;
}

.forecast9d-intervals {
	width: 100%;
    min-width: 780px;
	position: relative;
}
.forecast9d-intervals .interval{
	width: 55px;
	float: left;
}


.forecast9d-intervals .fields > div {
	border-color: #e6e6e6;
}


.fields > div.offset {
	border-color: transparent;
	margin-left: 28px;
	width: 100%;	
}

.forecast9d-intervals .interval.first {
	width: 28px;
}


.forecast9d-intervals .interval.last {
	padding-right: 28px;
}


.forecast9d-intervals .interval.first .offset {
	margin-left: 0px;
	width: 200%;
}

.forecast9d-intervals .interval.fields.first > div {
	visibility: hidden;
}

.forecast9d-intervals .interval.first .tmax,
.forecast9d-intervals .interval.first .time {
 	visibility: visible !important;
 }

.forecast9d-intervals .interval.first .icon {
	visibility: hidden;
}

.forecast9d-navigation {
	background-image: url(/images/site/wetter/previous_next@2x.png);
	background-size: 54px 38px; 
	background-repeat: no-repeat;
	width: 27px;
	height: 38px;
	background-color: #e8e8e8;
	visibility: visible !important;
	position: absolute;
	top: 130px;
} 

.forecast9d-navigation:hover {
	background-color: #4577cb;
	cursor: pointer;
}	

.forecast9d-previous {
	background-position: left top;
	left: 0px;
}
.forecast9d-next {
	background-position: right top;
	right: 0px;
}
.intervals6h .forecast9d-next {
	right: -224px;
}

.intervals3h .forecast9d-text,
.intervals6h .forecast9d-text {
	padding-top: 18px;
}

.forecast9d .infobox-right  {
	min-height: 290px;
}

.sunrise {
	background: url(/images/site/wetter/sunrise@2x.png) no-repeat 2px top;
	padding-left: 15px;	
	background-size: 9px 14px;
	vertical-align: middle;
}
.sunset {
	background: url(/images/site/wetter/sunset@2x.png) no-repeat 2px top;
	padding-left: 15px;	
	margin-left: 2px;
	background-size: 9px 14px;
	vertical-align: middle;
}

.forecast9d .legend .sunrise {
	margin-left: -2px;
}

.forecast9d .legend {
    max-width: 230px;
}

@media screen and (min-width: 1024px) and (max-width: 1240px){
	.forecast9d .legend {
		max-width: 200px;
	}
}

.snowforecast-row {
    padding-top: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eeeeee;
}
.snowforecast-section {
    margin-top: 12px;
    margin-bottom: 8px;
}

.snowforecast-section .header {
    position: relative;
    padding-left: 58px;
    padding-top: 10px;
    margin-bottom: 0;
    min-height: 48px;
}

.snowforecast-section .header .weekday {
    position: absolute;
    top: 0;
    left: 0;
}

.snowforecast-section h3 {
    margin-bottom: 2px;
	margin-top: 0;
}

.snowforecast-row .weekday,
.snowforecast-section .weekday,
.snowforecast-weekday {
    background-color: #8BD300;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
}
.snowforecast-mini {

}
.snowforecast-row .timespan {
    margin-top: 12px;
}

.snowforecast-row img {
    max-width: 100%;
    height: auto;
    display: block;
}

.snowforecast-day-6h img {
    margin-bottom: 4px;
}
 
 .snowforecast-img {
    position: relative;
 }
 .snowforecast-img img {
     max-width: 100%;
     height: auto;
	 border-radius: 8px;
 }
 .snowforecast-img .labelHours {
    position: absolute;
    bottom: 6px;
    right: 0px;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    text-shadow: 0 0 2px white;
 }
 #snowforecast-legend {
     max-width: 500px;
 }
 
 .snowforecast-daily-thumbnails {
     margin-top: 12px;
     margin-bottom: 12px;
 }

.snowforecast-daily-thumbnails .snowforecast-thumbnail {
    position: relative;
    padding: 4px 2px 16px 2px;
    margin: -4px -2px 0 -2px;
}
 
.snowforecast-daily-thumbnails .snowforecast-thumbnail a {
    padding-bottom: 62.5%;
    display: block;
}

.snowforecast-daily-thumbnails .snowforecast-thumbnail a img {
    position: absolute;
    max-width: 100%;
    height: auto;
    display: block;
}
 
.snowforecast-daily-thumbnails .snowforecast-thumbnail.selected,
.snowforecast-daily-thumbnails .snowforecast-thumbnail:hover {
     background-color: #E5EAED;
     border-radius: 4px;
 }
 
.snowforecast-daily-thumbnails .snowforecast-thumbnail .weekday {
    z-index: 2;
    position: absolute;
    bottom: 4px;
    left: 6px;
    font-weight: bold;
    font-size: 12px;
    width: 25px;
    height: 25px;
    background-color: #8BD300;
    color: white;
    line-height: 25px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
}

.snowforecast-daily-thumbnails .snowforecast-thumbnail.selected .weekday {
    background-color: #D0021B;
}
.snowforecast-daily-thumbnails .snowforecast-thumbnail:hover  .weekday {
    background-color: #999999;
}

.direction {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 16px 256px;
	background-image: url(/images/site/directions1@2x.png);
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: -1px;
}

.direction1 {
	background-image: url(/images/site/directions1@2x.png);
}

.direction2 {
	background-image: url(/images/site/directions2@2x.png);
}

.direction3 {
	background-image: url(/images/site/directions3@2x.png);
}

.direction-n {
	background-position: left 0px;
}

.direction-nne, .direction-nno {
	background-position: left -16px;
}

.direction-ne, .direction-no {
	background-position: left -32px;
}

.direction-ene, .direction-ono {
	background-position: left -48px;
}

.direction-e, .direction-o {
	background-position: left -64px;
}

.direction-ese, .direction-oso {
	background-position: left -80px;
}

.direction-se, .direction-so {
	background-position: left -96px;
}

.direction-sse, .direction-sso {
	background-position: left -112px;
}

.direction-s {
	background-position: left -128px;
}

.direction-ssw {
	background-position: left -144px;
}

.direction-sw {
	background-position: left -160px;
}

.direction-wsw {
	background-position: left -176px;
}

.direction-w {
	background-position: left -192px;
}

.direction-wnw {
	background-position: left -208px;
}

.direction-nw {
	background-position: left -224px;
}

.direction-nnw {
	background-position: left -240px;
}
