.ka-panel.open .ka-content {
    max-height: 2000px !important;
    padding: 0 0 10px !important;
}
.tabWrap{
    padding: 2px 0;
    margin: 0 -1px;
}
.dayTab{
    color: #fff;
    background: #7fa433;
    text-transform: uppercase;
    font-size: 30px;
    float:left;
    width:33.333333%;	
    border: 1px solid #fff;
    text-align:center;
    padding:10px;
    cursor:pointer;
}
.dayTab:hover, .dayTab.active{
    background: #37451c;
}
.imgforecast{
}
.dayContent{
    display:none;
}
.dayContent.show{
    display:block;
}
.dayInfo {
    background-color: #ececec;
    position:relative;
    padding: 2%;
}
.dayInfo:before{
}
.dayInfo:after{
}
.infoforecast{
    text-align:center;
    margin: 0 1% 1% 1%;
}
.daytime{
    float: left;
    width:25%;
    width:33%;
    padding: 2%;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    color: #000;
    /* 	background: url('/fileadmin/templates/images/shadow-rightside.png') no-repeat right center;
            background-size: contain;	 */
    border-right: solid 2px #fff;
}
.daytime:last-of-type{
    border: none;
}
.daytime img{
    margin: 2% 0;
}
.tempforecast{
    color: #7fa433;
}
.shortforcast{
    color: #7fa433;
    font-size: 18px;
    line-height: normal;
}
table.forecastTable{
    color: #595959;
    margin: 2px 0 10px;
    font-weight:400;
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.forecastTable td {
    padding: 8px 15px;
    border: 1px solid #4a4a4a;
    font-weight:400;
}
table.forecastTable td:first-of-type {
    color: #fff;
    border-bottom: 1px solid #fff;
    background:  #4a4a4a;
    width: 35%;
}
table.forecastTable tr:last-of-type td:first-of-type {
    border-bottom: 1px solid #4a4a4a;
}

.lastmod{
    text-align: right;
    font-size: 14px;
}

/*Widget*/
.forecastOverviewToday{
    text-align: center;
    background-color: #f1f1f1;
    padding: 2%;
    max-width: 250px;
    margin: auto;
}
.forecastOverviewToday h4{
    font-weight: bold;
    color: #009fe3;
    font-size: 20px;
}
.forecastOverviewToday .imgforecast img{
    display: inline;
}
.forecastOverviewInfo{
    font-size: 14px;
    color: #000;
    text-transform:uppercase;
}


.tempFooter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


@media screen and (max-width: 1400px){
    .dayTab{
        font-size: 20px;
        padding: 4px 10px;
    }
}
@media screen and (max-width: 1400px){
    .daytime {
        font-size: 20px;
    }
    .shortforcast{
        font-size: 14px;
    }

    .imgforecast {
    }
}
@media screen and (max-width: 786px){
    .daytime{
        /* 		vertical-align:top;
                        display:inline-block;
                        width:50%;
                        background-size: contain;	
                        border-bottom: solid 2px #fff; */
        /* background: url('/fileadmin/templates/images/shadow-bottom.png') no-repeat center bottom ; */
    }
    .imgforecast {
    }
    .daytime img {

    }
    table.forecastTable td {
        font-size: 14px;
        padding: 8px 10px;
    }
    .dayTab{
        font-size: 16px;
        padding: 4px 5px;
    }
    .daytime:nth-last-child(odd){
        /* background:none; 
        border-right: solid 0px #fff;*/
    }
    .daytime:nth-last-child(2){
        /* background:none;
        border-bottom: solid 0px #fff; */
    }
}
@media screen and (min-width: 481px) and (max-width: 786px){

}
@media screen and (max-width: 480px){
    .daytime{
        width: 100%;
        border-right: 0px;
        border-bottom: 2px #fff solid;
    }
    .daytime:last-child{
        border-bottom: solid 0px #fff;
    }
    .daytime img {
    }

    .dayTab{
        font-size: 13px;
    }
}


