/*@import url("base.css");*/
/*wetten content*/
.wetter-content { background:#ececec; border-radius:6px; margin-bottom:20px;}
.wetter-today { margin-left:15px; padding:20px 15px 20px 0; border-right: solid 1px #fff; width:205px; float:left;}
.today-top { border-bottom: solid 1px #fff; margin-bottom:10px;}
.today-top p { margin-bottom:0;}
.today-icon { width:95px; height:auto; float:left;}
.today-weath { font-size:18px; color:#0950a7; text-align:center;}
.today-right { margin-left:115px;}
.today-temp { font-size:35px; color:#898989; }
.today-temp p {padding-left:20px; position:relative; line-height:1.2em; margin-bottom:0;}
.today-temp span{ position:absolute;background: url(../wetter-icon.html) no-repeat; width:11px; height:17px; left:0;}
.today-temp span.temp-up { background-position:0 0; bottom:10px;}
.today-temp span.temp-down { background-position:-27px 0; top:8px;}
.today-bottom ul { margin:0; padding:0;}
.today-bottom li { list-style:none; position:relative; padding-left: 25px; margin-left:18px; float:left;color:#0950a7;}
.today-bottom li span{ position:absolute;background: url(../wetter-icon.html) no-repeat; width:15px; height:23px; left:0;}
.today-bottom li span.wind{ background-position:0 -31px; top:0px;}
.today-bottom li span.drop{ background-position:-25px -31px; top:0px;}

.wetter-day-box { padding:25px 0; margin-left:220px;}
.wetter-day-box .row { margin-left:-3px; margin-right:-3px;} 
.wetter-day { border-left:solid 1px #c7c7c7; text-align:center; font-size:12px; padding:0 6px;}
.wetter-day:first-child { border:none;}
.wetter-date { min-height:36px;}
.wetter-icon { padding: 0 0 0 15px;}
.wetter-icon img { width:55px; height:55px;}
@media (max-width:768px){
	.today-weath { text-align:left;}
	.wetter-today { margin-left:15px; padding:20px 15px 30px 0; border-right:none;border-bottom: solid 1px #fff; width:100%; float:none;}
	.wetter-day-box { margin:0;}
}

