/* Embeddable (4) weatherdetailwidget  */
/* @group Weatherwidget Detail */

#weatherwidget-detail h2.headline {
	margin-bottom: 0.6em;
}

#weatherwidget-detail .text-content {
    padding: 8px;
}
/* Common horizontal navigation */

.navigation.navigation-horizontal {
	
}

ul.navigation.navigation-horizontal  {
	list-style: none;
}

ul.navigation.navigation-horizontal li {
	float: left;
	margin-right: 8px;
    margin-left:0;
	border-right: 1px solid #ccc;
	padding-right: 8px;
    font-size:1em;
    list-style-type:none;
}

	ul.navigation.navigation-horizontal li.last {
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}

ul.navigation.navigation-horizontal li.current a {
	color: #333;
}

#weatherwidget-detail #accordion-shortcuts {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 17px;
}

dd.forecast {
	padding: 0;
}

.forecast .legend {
	margin-top: 29px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.forecast .line {
	width: 460px;
}

.content-column .forecast .line,
.half-content-column .forecast .line  {
    width:100%;
}

.forecast .line ul {
	background: transparent url(../../images/gp/weatherwidget-sprite.png) top left repeat-x;
	height: 125px;
    overflow:hidden;
    padding-left:0;
    margin-bottom: 0;
}

	.forecast .line ul li {
		float: left;
		width: 87px;
		border-left: 1px solid #ccc;
		text-align: center;
		line-height: 1.5em;
		padding: 10px;
		height: 115px;
        font-size:1em;
        list-style-type:none;
        padding-left:0;
        margin-left: 8px;
	}
	
		.forecast .line ul li.first {
            border-left: none;
			text-align: left;
			width: 120px;
			padding: 10px 5px 10px 10px;
            margin-left: 0;
		}
		
		.forecast .line ul li.last {
			margin-right: 0;
			border-right: none;
		}
    .content-column .forecast .line ul li {
        margin-left: 5px;
    }
    .content-column.half-content-column .forecast .line ul li {
        margin-left: 0;
        padding: 10px 2px;
        width: 80px;
    }
    .half-content-column .forecast .line ul li.first {
        width: 107px;
    }
    .half-content-column .forecast .line ul li.last {

    }
#weatherwidget-detail h2 {
	font-size: 2.1em;
	color: #333;
	margin-bottom: 3px;
}

#weatherwidget-detail h3 {
	color: #333;
	margin-bottom: 3px;
}

#weatherwidget-detail .infoboxTypeC h4 {
	color: #333;
	margin-bottom: 7px;
}
#weatherwidget-detail h4 { 
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
.half-content-column #weatherwidget-detail h4 {
	font-size: 12px;
}
.forecast .line ul li h3 {
	font-weight: normal;
}

.forecast .line ul li h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.forecast .line .subline {
	background: #ddd;
	font-size: 1.1em;
	padding: 8px;
	line-height: 1.3em;
	color: #333;
}

/* @end */

.wind-direction {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 2px;
	background: transparent url(../../images/gp/weatherwidget-sprite.png) no-repeat;
}

.wind-direction.wind-direction-s { background-position: 0px -195px;	}
.wind-direction.wind-direction-sw { background-position: -20px -198px;	}
.wind-direction.wind-direction-w { background-position: -40px -198px;	}
.wind-direction.wind-direction-nw { background-position: -60px -197px;	}
.wind-direction.wind-direction-n { background-position: -80px -197px;	}
.wind-direction.wind-direction-ne { background-position: -100px -197px;	}
.wind-direction.wind-direction-e { background-position: -120px -198px;	}
.wind-direction.wind-direction-se { background-position: -140px -198px;	}

/* Pollenflugkalender */

.pollen {
	color: #333;
}

table.pollen-grid {
	margin: 0 -10px 10px;
}

.content-column table.pollen-grid,
.content-column.half-content-column table.pollen-grid {
    margin: 0 -1px 10px;
}

table.pollen-grid td, table.pollen-grid th {
	width: 100%;
	border: 1px solid #ccc;
	padding: 4px 8px;
	font-size: 1.3em;
}

table.pollen-grid th {
	padding: 4px 24px;
	font-weight: normal;
}

.half-content-column table.pollen-grid th {
    padding: 4px 15px;
}
	.pollen .yellow {
		background: #ffec5d;
	}
	
	.pollen .red {
		background: #ff5d4e;
	}
	
	.pollen .orange {
		background: #ffc34a;
	}

.pollen .legend {
	text-align: right;
	font-size: 1.1em;
	padding: 4px 0;
	margin-bottom: 10px;
}

.half-content-column .pollen .legend {
    margin-right:-1px;
}
	.pollen .legend span {
		padding: 4px 8px;
		border: 1px solid #ccc;
	}
	
.radar #radar-image {
	margin-bottom: 1.5em;
}
.half-content-column .radar #radar-image {
	width: 100%;
}

/* UI Sliders */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }

.radar .horizontal-slider-container {
	background: transparent url(../../images/gp/weatherwidget-sprite.png) no-repeat 0 -240px;
	padding-right: 10px;
}
.content-column .radar .horizontal-slider-container {
    width: 435px;
    margin: 0 auto;
}
.half-content-column .radar .horizontal-slider-container {
    background-position: 0 -360px;
}
.radar .ui-slider.ui-slider-horizontal {
	height: 14px;
	margin-bottom: 5px;
}

.radar .ui-slider .ui-slider-handle {
	background: transparent url(../../images/gp/weatherwidget-sprite.png) no-repeat right -240px;
	width: 10px;
	height: 20px;
	top: -2px;
	margin-left: 0;
}

.radar .slider-labels-container {
	position: relative;
	text-align: center;
	margin-bottom: 1em;
}

	.slider-labels-container .left {
		float: left;
	}

	.slider-labels-container .right {
		float: right;
	}
	
	.slider-labels-container .center {
		margin: 0 auto;
		display: inline-block;
	}

.radar .legend {
	font-size: 1.1em;
}

.accordion-button-container {
	float: right;
	height: 22px;
	margin-top: -4px;
	z-index: 1;
}

.accordion-button {
	display: -moz-inline-box;
    display:inline-block;
	height: 23px;
	vertical-align: middle;
	background: transparent url(../../images/gp/weatherwidget-sprite.png) no-repeat 0 -275px;
	cursor: pointer;
}

	a.accordion-button:hover {
		text-decoration: none;
	}

.accordion-button span {
	display:-moz-inline-box;
    display:inline-block;
	padding-right: 12px;
	font-weight: bold;
	font-size: 13px;
	padding:4px 10px 4px 8px;
	color: #777;
	background: transparent url(../../images/gp/weatherwidget-sprite.png) no-repeat right -275px;
}
.half-content-column .accordion-button span {
    padding:4px 4px 4px 3px;
    font-size:12px;
}
.accordion-button.active {
	background-position: 0 -314px;
}

	.accordion-button.active span {
		color: #fff;
		background-position: right -314px;
	}

.map-tabs-container .img {
	text-align: center;
}
.half-content-column #ctCont .map-tabs-container p {
    padding-left: 0;
}
.half-content-column .map-tabs-container img {
    max-width: 100%;
}

.map-tabs-container ul {
	margin-bottom: 1em;
	font-size: 1.3em;
	width: 230px;
	margin: 0 auto 1em;
}

	.map-tabs-container .ui-state-active a {
		font-weight: bold;
		color: #333;
	}

.ui-tabs .ui-tabs-hide { display: none !important; }

#maps-and-forecast {
	padding: 0;
}

	#maps-and-forecast .line {
		background: transparent url(../../images/gp/weatherwidget-sprite.png) repeat-x left -474px;
		padding: 8px;
		width: 444px;
		border-bottom: 1px solid #ccc;
	}
	.half-content-column #maps-and-forecast .line {
        width: 351px;
    }
	#maps-and-forecast .line h3 {
		font-size: 1.3em;
	}
	
img.map-legend {
	float: right;
	margin-top: 30px;
}

#weatherwidget-detail  sup { 
  font-size: 75%;
}

#ctCont .ctMain .ct {
padding:0 !important;
}

#ctCont .ctMain .ct .artActListSrd {
   margin-left:20px;
   margin-right:20px;
}
#ctCont .ctMain .ct .actListTop { 
  margin-top:21px;
}
#ctCont .ctMain .ct .actListBot2 {
  margin-bottom:21px;
}

#ctCont p { padding-left: 21px }

#ctCont #weatherwidget-detail {
  padding: 0px 20px !important;
}

