@media screen and (min-width: 902px) {

    .layoutweatherteaser li {
        float: left;
        display: inline;
        width: 12.755%;
        margin-left: 1px;
        padding: 4.85% 0;
        text-align: center;
    }

    .layoutweatherteaser li:first-child {
        width: 22%; /* 102px */
        margin-left: 0;
        padding: 1.85% 0;
    }

    .layoutweatherteaser li span {
        display: block;
    }

    .layoutweatherteaser li .weather_icon {
        display: inline;
        vertical-align: baseline;
        width: 65%;
    }

    .layoutweatherteaser li:first-child .wetter_temp {
        margin-top: -15%;
        padding-bottom: 15%;
        font-size: 1.1428em; /* 16px */
    }
}

@media screen and (min-width: 680px) and (max-width: 901px) {

    .layoutweatherteaser .weather_list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .layoutweatherteaser li {
        border-top: 1px solid #D8D8D8;
        padding: 0 20%;
        line-height: 45px; /* 3,2em */
    }

    .layoutweatherteaser li .weather_icon {
        position: absolute;
        right: 45%;
        width: 10%;
        padding: 2% 0;
    }

    layoutweatherteaser li:first-child .weather_icon { height: 10%; }

    .layoutweatherteaser li .wetter_temp {
        float: right;
    }
}

@media screen and (min-width: 525px) and (max-width: 679px) {

    .layoutweatherteaser li {
        float: left;
        display: inline;
        width: 12.755%;
        margin-left: 1px;
        padding: 4.85% 0;
        line-height: 2em; /* 28px */
        text-align: center;
    }

    .layoutweatherteaser li:first-child {
        width: 22%; /* 102px */
        margin-left: 0;
        padding: 1.85% 0;
    }

    .layoutweatherteaser li span {
        display: block;
    }

    .layoutweatherteaser li .weather_icon {
        width: 65%;
    }

    .layoutweatherteaser li:first-child .wetter_temp {
        margin-top: -15%;
        padding-bottom: 15%;
        font-size: 1.1428em; /* 16px */
    }
}

@media screen and (max-width: 524px) {

    .layoutweatherteaser .weather_list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
         width: 100%;
    }

    .layoutweatherteaser li {
        border-top: 1px solid #D8D8D8;
        padding: 0 20%;
        line-height: 45px; /* 3,2em */
    }

    .layoutweatherteaser li .weather_icon {
        position: absolute;
        right: 45%;
        width: 9%;
        padding: 1% 0;
    }

    layoutweatherteaser li:first-child .weather_icon { height: 10%; }

    .layoutweatherteaser li .wetter_temp {
        float: right;
    }
}

/**
 * 7.2.1 Wetter-Flyout
 * 7.2.2 Wetter-Teaser 2/4 u. 1/4
 *
 * @subsection layoutweatherteaser
 */

.layoutweatherteaser { position: relative; }

.layoutweatherteaser .manualteaser.layoutsnippet { padding-top: 0; }

.layoutweatherteaser .weather_list {
    overflow: hidden;
    border: 4px solid #d8d8d8;
    background-color: #d8d8d8;
}

.layoutweatherteaser li {
    font-size: 1em; /* 14px */
    background-color: #f5f5f5;
}

.layoutweatherteaser li:first-child {
    background-color: #ffffff;
}

.layoutweatherteaser li .wetter_temp,
.layoutweatherteaser .weather_today .wetter_tag { font-weight: 700; }

.layoutweatherteaser li:first-child .wetter_tag {
    font-weight: 700;
    text-transform: uppercase;
}


/* 1/4 Variante */
#col2 .layoutweatherteaser li {
    position: relative;
    float: none;
    display: block;
    width: auto;
    border-top: 1px solid #d8d8d8;
    padding: 0 5%;
    line-height: 60px;
    text-align: left;
}

#col2 .layoutweatherteaser li:first-child {
    border-top: 0 none;
    line-height: 70px;
}

#col2 .layoutweatherteaser li span { display: inline; }

#col2 .layoutweatherteaser li .wetter_temp {
    float: right;
    line-height: 60px;
}

#col2 .layoutweatherteaser li:first-child .wetter_temp {
    margin-top: 0;
    padding-bottom: 0;
}

#col2 .layoutweatherteaser li:first-child .wetter_temp { line-height: 70px; }

#col2 .layoutweatherteaser li .weather_icon {
    position: absolute;
    top: 25%;
    right: 35%;
    width: auto;
    height: 75%;
    padding: 0;
}

.layoutwetterseite .layoutexpandableteaser .wrapper_button_left .ico,
.layoutwetterseite .layoutexpandableteaser .wrapper_button_right .ico {
  position: relative;
  top: -41px;
}

.layoutwetterseite .layoutexpandableteaser .wrapper_button_left,
.layoutwetterseite .layoutexpandableteaser .wrapper_button_right {
  position: relative;
  top: -12px;
}

.layoutwetterseite .layoutexpandableteaser .wrapper_button_left .ico.ico_arrow_wide_left {
  float: left;
  left: 0;
}
.layoutwetterseite .layoutexpandableteaser .wrapper_button_right .ico.ico_arrow_wide_right {
  float: right;
  right: 0;
}

.layoutwetterseite .layoutexpandableteaser .wrapper_button_left > ul.tab_navigation_extend,
.layoutwetterseite .layoutexpandableteaser .wrapper_button_right > ul.tab_navigation_extend,
.layoutwetterseite .layoutexpandableteaser .wrapper_button_left > ul.tab_navigation_extend,
.layoutwetterseite .layoutexpandableteaser .wrapper_button_right > ul.tab_navigation_extend {
  top: auto;
  margin-top: -8px;
}
