
/* Wetterwidget */

.weatherwidget {
    background-color:#4e90d3;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 0px;
}

.weatherwidget .darkcol {
    background-color: #3b7cc8;
}

.weatherwidget .header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.weatherwidget .forecast {
    padding-top: 15px;
}

.weatherwidget .forecast .col {
    padding-top: 5px;
    padding-bottom: 15px;
}

.weatherwidget .region {
    padding-top: 5px;
}

.weatherwidget h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin-bottom: 0px;
}


.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1;
}