/* Tabellen */

.row-gradient table, .row-gradient thead,
.row-gradient tbody, .row-gradient tfoot, .row-gradient tr, 
.row-gradient th, .row-gradient td,
.row-gradient tbody tr {
	background: none;
	background-color: transparent;
	border: none;
}
.row-gradient tbody th, .row-gradient tbody td {
	padding: 2px;
}


.daily-short-details {
	border-bottom: none;
	border-top: none;
	padding: 0;
	margin-top: ;
}
.daily-short-details table {
	width: 80%;
	margin: 0 auto;
}

/*colors */

#day div.day-survey-outer {
	background: transparent -moz-linear-gradient(center top, #216baf 0%, #488ccb 58%, #488ccb 100%) repeat scroll 0 0;
	background: -webkit-linear-gradient(top, #216baf 0%, #488ccb 58%, #488ccb 100%);
	color: #efefef;
	margin-bottom: 8px;
}

/* Abstände */
.collapseDates,
#more-weather, #nav-special{

}
h1, h1.h1, .h1{
	margin-bottom: 16px !important;
}
#more-weather {
margin: 60px 0;
  width: 100%;
  float: left;
}
.infotable {
	margin-bottom: 32px;
	clear: both;
}
#nav-day {
	height: auto;
}
#nav-day, #more-day-details, .collapseContent {
	margin: 32px 0;
	color: #fff !important;
}
#nav-day .horizontal-nav ul li {
	vertical-align: middle;
	text-align: center;
	min-width: 55px;
}

.day-details-details {
	float: right;
	margin-left: 0;
}
.day-details-outer {
	padding-left: 0;
}

.day-date {
	top: 9px;
	left: 9px;
}
.temp-now {
	padding: 9px;
}
i.fa-chevron-down {
	display: inline-block !important;
}


/* Change City */
#citylist {
	margin-top: 12px;
}
#citylist a {
	width: 300px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}



.moreDetails {
	clear: both;
	width: 100%;
	height: 45px;
	margin: 0 auto;

	border-radius: 4px;
	background-color: #efefef;
}

ul.pager {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


ul.pager li {
	list-style: none;
	padding: 12px 4px 0px 4px;
	font-size: 16px;
}
ul.pagerli a {
	text-decoration: none;
	display: block;
}
ul.pager li:hover > ul {
	visibility: visible;
}
ul.pager li a.day-previous,
ul.pager li a.day-next {
	border: none;
}

.more-details-link {
	 padding-top: 0;
}

.daily-value {
	float: right;
}

.costum-teaser img {
	width: 185px;
}
#daily-summary .more-days-container, #weekend .more-days-container {
	margin-bottom: 8px;
}



/* Scrollbalken mobile */
#scroll-arrow-left,
#scroll-arrow-right {
	display: none!important;
}


/* Desktop*/

@media only screen and (min-width: 768px) {
	/* Boxen */
.grid-weather-overbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #216BAF;
	padding: 10px;
	justify-content: center;
}
.grid-weather-box {
	margin: 4px;
	min-width: 23.7%;
}
.grid-weather-box-weekend {
	margin: 4px;
    min-width: 32.3%;
}
	#scroll-arrow-left,
	#scroll-arrow-right {
		display: inline!important;
	}

	.day-survey-outer {
	width: 60%;
	float: left;
	}
	.day-details-outer{	
	width: 39%;
	float: right;
	}
	.day-details-outer .day-survey-outer {
	width: 100%;
	}
	.day-survey-outer {
	min-height: 0;
	}
	.day-details > div {
	min-height: 141px;
	}

	.collapseDates {
		width: 48%;
		float: left;
		margin-right: 8px;
	}
	.collapseDates.first{
		margin-right: 0;
	}

	#more-weather div div,
	#weather-in-region .custom-link-button  {
		width: 32%;
		float: left;
		margin-right: 5px;
	}
	#daily-summary .more-days-container, #weekend .more-days-container {
	margin: 0 2px 0 2px;
	}
	.lastEl div.more-days-container, .lastEl div..more-days-container {
	margin-right: 0;	
	}

	ul.pager li {
	padding: 8px 16px 0px 16px;
	}
}

/* neues Fade - UliCP */
        .more-details-link {
            cursor: pointer;
        }
