/* --------------------------------- */
/* BILLBOARD IN RIGHT COLUMN (SCREEN)
/* --------------------------------- */
aside .billboardToday{
    position: relative;
    width: 280px;
    background-color: #d9d9d9;
    margin: 2% auto;
    border-bottom: 8px #666 solid;
    text-align: center;
    padding: 10px 10px 0 10px;;
}
aside  .billboardText{
    font-family: VerlagBlack, Arial, Helvetica, sans-serif;
    font-size: 31px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 7px 0 1px 0;
}
aside .billboardVisual{
    position: relative;
    width: 93%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 8.8% 6%;
}
aside .billImgMain{
    float: left;
    margin-top: 7.9%;
    width: 79%;
    margin-left: 5.8%;
}
aside .billImgFrame{  height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left:0;}
aside .lpPlusLogo{display: none;}

@media only screen and (max-width:800px) {
    aside .billboardToday {margin-top: 0; float: none; display: inline-block; vertical-align: top; margin-left:10px }
}
@media only screen and (max-width:625px) {
    aside .billboardToday {box-sizing:border-box;-webkit-box-sizing:border-box; position:relative;background-color: #d9d9d9;margin: 2% 0 0 0;border-bottom: 8px #666 solid; width: 100%}
    aside .billboardText{font-size:1.6em; line-height: .9em;text-transform: uppercase;display:inline-block;vertical-align: middle;padding: 0 7% 0 0;}
    aside .billboardVisual{width: 43%;display: inline-block;vertical-align: middle;margin:0 0 4%;}
    aside .billImgMain{float: left;margin-top: 7.9%;width: 79%;margin-left: 6%;}
    aside .billImgFrame{  height: auto;margin: 0;padding: 0;position: absolute;width: 100%;left:0;}
    aside .lpPlusLogo{position: absolute;right: 2%;bottom: 6%;width: 5.8%; display: block;}
}
@media only screen and (max-width:480px) and (orientation: landscape) {
    aside .billboardToday {width:100%;  margin-bottom: 0; text-align: left}
}
@media only screen and (max-width:384px) {
    aside .billboardToday{position: relative;text-align: center;padding: 10px 10px 0 10px;;}
    aside .billboardText{font-size:1.6em; line-height:0.9em;text-transform: uppercase;display: inline-block;vertical-align: middle;text-align: left;padding: 7px 0 1px 0;}
    aside .billboardVisual{position: relative;width: 93%;display: inline-block;vertical-align: middle;margin: 0 0 8.8% 6%;}
    aside .billImgMain{float: left;margin-top: 7.9%;width: 79%;margin-left: 6%;}
    aside .billImgFrame{height: auto;margin: 0;padding: 0;position: absolute;width: 100%;left:0;}
    aside .lpPlusLogo{display: none;}
}
@media only screen and (max-width:375px) {
    aside .billboardText {padding: 7px 0 1px 7%;}

}
/* --------------------------------- */
/* BOTTOM PROMO ZONE (TEASER)
/* --------------------------------- */
.teaserComplement .billboardToday{
    position: relative;
    background-color: #d9d9d9;
    margin: 2% 0 4% 0;
    border-bottom: 8px #666 solid;
}
.teaserComplement .billboardText{
    font-family:VerlagBlack, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    line-height: .9em;
    text-transform: uppercase;
    display:inline-block;
    vertical-align: middle;
    padding: 0 7% 0 2%;
}
.teaserComplement .billboardVisual{
    position: relative;
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin:0 0 4.01%;
}
.teaserComplement .billImgMain{
    float: left;
    margin-top: 7.9%;
    width: 79%;
    margin-left: 5.8%;
}
.teaserComplement .billImgFrame{  height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left:0;}

.teaserComplement .lpPlusLogo{
    position: absolute;
    right: 2%;
    bottom: 6%;
    width: 5.8%;
}
@media only screen and (max-width:1400px) {
    .teaserComplement .billboardToday{border-bottom: 7px #666 solid;}

}
@media only screen and (max-width:1279px) {
    .teaserComplement  .billboardToday{border-bottom: 6px #666 solid;}
}
/* ----------------------------800---------------------------------------- */
@media only screen and (max-width:860px){
    .teaserComplement .billboardText{font-size: 1.6em;}
    .teaserComplement .billboardToday{border-bottom: 5px #666 solid;}
}
@media only screen and (max-width:800px) {
    .teaserComplement .billboardToday{border-bottom: 4px #666 solid;}
}
@media only screen and (max-width:640px) {
    .teaserComplement .billboardToday{ padding: 10px 10px 0 10px; margin-bottom: 0}
    .teaserComplement .billboardText{font-size: 1.6em;}
}
/* ----------------------------640-L------------------------------------ */
@media only screen and (max-width:424px) {
    .teaserComplement .billboardToday{text-align: center; padding: 10px 10px 0 10px;margin-bottom: 0;}
    .teaserComplement .billboardVisual {width: 93%; margin: 4% 0% 8.7% 0;}
    .teaserComplement .billboardText {font-size: 2.33em; text-align: left;margin-top: 4%;padding: 3% 7% 0 1.6%;}
    .teaserComplement .lpPlusLogo{display: none;}
}

@media only screen and (max-width:320px) {
    .teaserComplement .lpPlusLogo{display: none;}
}

@media only screen and (max-height: 414px)  and (orientation: landscape) {
    .teaserComplement .billboardToday{margin-bottom: 0;}
}
