/* 
    Document   : bb_domainfunctions
    Created on : 26.06.2014, 15:42:32
    Author     : ngozi.madubuko
    Description:
         Styles for Banner Widget of Besser Betreut Magazin / Service Blogs
*/
.bb_banner_widget {
    padding: 10px 10px 10px 0px;
}
.bb_banner_top_title {
    width: 252px;
    position: absolute;
    margin-top: -332px;
    margin-left: 2px;
    font-size: 26px;
    color: #807f6f;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.bb_banner_top_1_title {
    width: 252px;
    position: absolute;
    margin-top: -332px;
    margin-left: 2px;
    font-size: 26px;
    color: #807f6f;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.bb_banner_top_2_title {
    width: 252px;
    position: absolute;
    margin-top: -302px;
    margin-left: 2px;
    font-size: 20px;
    color: #807f6f;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.bb_banner_bottom_title {
    position: absolute;
    margin-top: -41px;
    margin-left: 26px;
    line-height: 1.4;
    color: #827C68;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;    
}
.bb_banner_pfeil {
    position: relative;
    margin-left: 200px;
    bottom: 35px;
    display:none;
}    

.bb_banner_widget .green {
    color:  #73B746;
}

.bb_banner_widget .blue {
    color: #00BCE4;
}

.bb_banner_widget .grey {
    color: #827C68;
}
