/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.weather_widget_wrap {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    font-family: Helvetica, sans-serif;
    border: 1px solid lightgray;
}
.weather_widget_wrap *{
    box-sizing: border-box;
    line-height: initial;
}

.weather_widget_wrap.tight {
    display: table;
    margin: 0 auto;
}

.weather_widget_wrap.maxwidth {
    display: block;
    width: 100%;
}

.main_wrap {
    width: 100%;
    padding-bottom: 20px;
    display: inline-block;
}

.weather_title {
    font-weight: bold;
    padding: 5px 0;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}

.weather_center_wrap {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    height: 63px;
    padding-left: 10px;
}

.weather_temp_wrap {
    margin-left: 20px;
    line-height: 66px;
}

.weather_temp {
    font-size: 52px;
}

.weather_temp_type {
    font-size: 20px;
}

.weather_widget_wrap .main_wrap img , .weather_widget_wrap a .main_wrap img , .wettervorhersage-widget.weather_widget_wrap a .main_wrap img{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.weather_image {
    vertical-align: text-top;
    max-height: 60px;
}

.weather_image_wrap {
    width: 70px
}

.weather_widget_wrap img {
    box-shadow: none;
    margin: 0;
}

.weather_description {
    font-size: 25px;
    margin-top: 8px;
    text-align: center;
}

.weather_sunrise {
    margin-top: 20px;
    font-size: 12px;
}

.weather_sunset {
    margin-top: 8px;
    font-size: 12px;
}

.weather_data_wrap {
    font-size: 13px;
    margin: 20px auto 0 auto;
    text-align: center;
    display: inline-block;
}

/*.weather_humidity{*/
/*    background: url(https://www.wetter2.com/images/icons/humidity_black.svg);background-repeat: no-repeat;padding-left: 25px; background-size: 12px;    background-position-x: 3px;line-height: 20px*/
/*}*/
/*.weather_wind{*/
/*    margin-top:15px;background: url(https://www.wetter2.com/images/icons/wind_black.svg);background-repeat: no-repeat;    padding-left: 25px; background-size: 26px; background-position-y: 6px;background-position-x: -6px;line-height: 20px*/
/*}*/
/*.weather_rain{*/
/*    margin-top:15px;background: url(https://www.wetter2.com/images/icons/chance_for_rain_black.svg);background-repeat: no-repeat;padding-left: 25px; background-size: 18px;line-height: 20px*/
/*}*/
.weather_days_wrap {
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.weather_day_wrap {
    padding: 13px 16px;
}

.weather_day_name {
    font-size: 14px;
    margin-top: 6px;
    font-weight: bold;
    line-height: 20px;
}

.weather_day_image {
    width: 50px;
    margin: 0 auto;
    height: 30px !important;
}

.weather_day_image_wrap {
    width: 50px;
    margin: 4px auto;
    height: 30px;
}

.weather_day_temp {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}


.main_wrap.super-small .weather_title {
    font-size: 13px;
    padding: 8px 0;
}

.main_wrap.super-small .weather_temp {
    font-size: 30px;
}

.main_wrap.super-small .weather_center_wrap {
    margin-top: 0px;
    height: 50px;
}

.main_wrap.super-small .weather_image_wrap {
    width: 40px;
}

.main_wrap.super-small .weather_temp_wrap {
    margin-left: 10px;
    line-height: 50px;
}

.main_wrap.super-small .weather_description {
    font-size: 16px;
}

.main_wrap.super-small .weather_day_wrap {
    padding: 13px 9px;
}

.main_wrap.super-small .weather_data_wrap {
    font-size: 11px;
}


.main_wrap.small .weather_title {
    font-size: 18px;
    padding: 8px 0;
}

.main_wrap.small .weather_description {
    font-size: 18px;
}

.main_wrap.small .weather_day_wrap {
    padding: 13px 10px;
}





@font-face {
    font-family: "overpassLight";
    src: url("./overpass-light.otf") format("woff");
}
@font-face {
    font-family: "overpassRegular";
    src: url("./overpass-regular.otf") format("woff");
}

.wettervorhersage-widget {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    font-family: "overpassRegular",sans-serif;
    border: 1px solid lightgray;
}

.wettervorhersage-widget img, .wettervorhersage-widget a img {
    box-shadow: none;
}


.weather_widget_wrap.maxwidth {
    display: block;
    width: 100%;
}


.weather_widget_title {
    padding: 5px 0;
    font-size: 20px;
    text-align: center;
}

.weather-info-value{
    font-family: "overpassLight",'sans-serif';
    font-size: 11px;
}



.sun-label {
    color: lightgray;
    font-size: 11px;
    margin-top: -30px;
}

.sun-value {
    font-size: 12px;
    font-weight: bold;
}

.weather_temp_wrap {
    margin-left: 20px;
    line-height: 66px;
}




.weather_temp_type {
    font-size: 20px;
}

.weather_widget_wrap .main_wrap img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.weather_image {
    vertical-align: text-top;
    max-height: 60px;
}

.weather_image_wrap {
    width: 70px
}


.weather_sunset {
    margin-top: 8px;
    font-size: 12px;
}

.weather_data_wrap {
    font-size: 14px;
    margin: 20px auto 0 auto;
    text-align: left;
    display: inline-block;
}

.weather_widget_wrap.wettervorhersage-widget {
    border: 0;
}

.wettervorhersage-widget .main_wrap {
    border-radius: 20px;
    padding: 20px 10px;
}

.wettervorhersage-widget .weather_center_wrap {
    padding: 0;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    height: inherit;
}

.wettervorhersage-widget .weather_description {
    font-size: 17px;
    margin-top: 0;
    text-align: left;
    max-width: 200px;
    line-height: 19px;
    font-family: "overpassLight",'sans-serif';
}


.wettervorhersage-widget .weather_day_name {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.wettervorhersage-widget .weather_days_wrap {
    margin: 0 auto;
    justify-content: space-around;
}

.wettervorhersage-widget .regular .weather_days_wrap {
    justify-content: center;
}

.wettervorhersage-widget .weather_day_temp {
    margin-top: 0;
}

.wettervorhersage-widget .main_wrap.super-small .weather_temp {
    font-size: 50px;

}

.wettervorhersage-widget .main_wrap.super-small .weather_temp_wrap {
    margin-left: 0;
    margin-top: 0;
}

.wettervorhersage-widget .main_wrap.super-small .center-center {
    margin: 10px 0;
    text-align: center;
}

.city-name {
    font-size: 24px;
    font-weight: bold;
    line-height: initial;
}

.center-center {
    text-align: left;
    margin-left: 13px;
}

.wettervorhersage-widget .weather_temp {
    font-size: 50px;
}

.weather_day_wrap {
    padding: 13px 16px;
}




.weather_day_temp {
    font-size: 21px;
    margin-top: 6px;
    text-align: center;
    letter-spacing: -1px;
}


.main_wrap.super-small .weather_temp {
    font-size: 30px;
}


.main_wrap.super-small .weather_image_wrap {
    width: 40px;
}

.main_wrap.super-small .weather_temp_wrap {
    margin-left: 10px;
    line-height: 50px;
}

.main_wrap.super-small .weather_description {
    font-size: 16px;
    text-align: center;
}

.wettervorhersage-widget .super-small  .weather-info-label{
    margin-right: 10px;
}


.wettervorhersage-widget .main_wrap.super-small .weather_day_wrap {
    padding: 4px 9px;
}

.wettervorhersage-widget {
    width: 100%;
}

.wettervorhersage-widget.tight .main_wrap {
    width: inherit;
}

.main_wrap.super-small .weather_day_wrap {
    padding: 13px 9px;
}

.wettervorhersage-widget .super-small .weather-info-wrap{
    margin-top: 0;
    margin-bottom: 15px;
    padding: 12px 17px;
}

.wettervorhersage-widget[data-language="german"] .super-small .weather-info-wrap{
    padding: 12px 0;
}

.wettervorhersage-widget .weather-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 20px auto 0 auto;
}
.wettervorhersage-widget .regular .weather-info-wrap {
    width: 380px;
}

.wettervorhersage-widget .weather-info-point {
    width: 125px;
    text-align: left;
    margin: 5px 0;
    font-size: 13px;
}
.wettervorhersage-widget[data-language="german"] .weather-info-point {
    width: 170px;
}
.wettervorhersage-widget .medium .weather-info-point {
    width: 129px;
    font-size: 11px;
}
.wettervorhersage-widget .super-small .weather-info-point{
    width: 108px;
    display: block;
    font-size: 10px;
    line-height: 17px;
}
.wettervorhersage-widget .super-small .sunrise, .wettervorhersage-widget .medium .sunrise{
    padding-left: 20px;
    background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .sunset, .wettervorhersage-widget .medium .sunset{
    padding-left: 20px;
    background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .humidity, .wettervorhersage-widget .medium .humidity{
    padding-left: 20px;
    background-size: 15px 15px;
}
.wettervorhersage-widget .super-small .wind, .wettervorhersage-widget .medium .wind{
    padding-left: 20px;
    background-size: 15px 15px;
}

.wettervorhersage-widget .super-small.main_wrap{
    padding: 20px 3px;
}



.sunrise{
    background-image: url("./wi-sunrise.svg");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 27px 22px;
    background-position-y: center;
}
.sunset{
    background-image: url("./wi-sunset.svg");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 27px 22px;
    background-position-y: center;
}
.humidity{
    background-image: url("./wi-humidity.svg");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 27px 22px;
    background-position-y: center;
}
.wind{
    background-image: url("./wi-strong-wind.svg");
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 27px 22px;
    background-position-y: center;
}

.wettervorhersage-widget .main_wrap.super-small .weather_center_wrap {
    height: inherit;
}

.wettervorhersage-widget .main_wrap.super-small .weather_image_wrap {
    width: 70px;
}

.weather_image_wrap{
    width: 70px;
}
.weather-info-wrap {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 10px;
    margin: 10px auto;
}


.main_wrap.small .weather_widget_title {
    font-size: 18px;
    padding: 8px 0;
}

.main_wrap.small .weather_description {
    font-size: 18px;
}

.main_wrap.small .weather_day_wrap {
    padding: 13px 10px;
}


.main_wrap.super-small .weather_data_wrap, .main_wrap.small .weather_data_wrap {
    flex-wrap: wrap;
}
