
body{
    /*background-color: #fbfbfb;*/
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fbfbfb;
}

@font-face {
    font-family: 'RB-Regular';
    src: url("../font-faces/robotomono/RobotoMono-Regular.ttf");
}

@font-face {
    font-family: 'RB-Medium';
    src: url("../font-faces/robotomono/RobotoMono-Medium.ttf");
}
@font-face {
    font-family: 'RB-Bold';
    src: url("../font-faces/robotomono/RobotoMono-Bold.ttf");
}

#section-w{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
    padding-bottom: 0;
    margin-bottom: 0;
    /*background: ;*/
    background-color: transparent;
}
body{
    background: url("../../app_lib/img/composer/bgc.png");
    background-position: center center;
    background-size: cover;
}


#section-w{
    background-color: rgba(0,0,0,.46);
    padding-top: 160px;
}

.logo-top{
    height: 90px;
    width: auto;
    margin-top: 0;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.col-main {
    padding-bottom: 40px;
    z-index: 15;
}

.section-headline{
    color: #FFFFFF;
    font-family: 'RB-Bold';
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 80px;
    text-align: center;

}

br.sm-br{
    display: none;
}
.download-b{
    color: #FFFFFF;
    font-family: 'RB-Regular';
    text-transform: uppercase;
    font-size: 1.04rem;
    letter-spacing: .3px;
    line-height: 1.3rem;
    margin-bottom: 50px;
    text-align: center;
}
.download-b .und-text{
    text-decoration: underline;
}
.download-b a{
    color: #FFFFFF;
}
.download-b a:hover{
    color: #D9F843;
}

.contact-text a{
     color: #FFFFFF;
}
.contact-text a:hover{
     color: #FFFFFF;
}

.contact-text{
    color: #FFFFFF;
    font-family: 'RB-Regular';
    text-transform: uppercase;
    font-size: .79rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
    text-align: center;
}

.contact-text strong{
    font-family: 'RB-Bold';
}




.footer-text-w  {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 70px;
}

.footer-text-w p, .footer-text-w img {
    display: inline-block;
}

.footer-text-w p{
    color: #FFFFFF;
    font-family: 'RB-Regular';
    font-size: .8rem;
    line-height: 1.2rem;
}

.footer-text-w img {
       height: 45px;
       width: auto;
       margin-left: 15px;
}

