﻿.backpassionatebusiness {
    /*background-image: url(../../images/pages/slide-productinfo.png);*/

    background-repeat: no-repeat;
    background-size: cover;
   
}

.videocontent {
    padding-top: 14%;

}
.videocontent .videoframe{
    max-width: 565px;

}
.videocontent .videoframe iframe{
    width: 100%;

    max-width: 565px;
    height: 315px;
}
.videocontent .textvideo{
    text-align: center;

}
.videocontent .textvideo .titlevideo{
    font-size: 16px;

    color: #0ab6f5;
    line-height: 26px;
    width: 268px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #AAB0B4;
    text-shadow: 0 0 0.5em white, 0 0 0.5em white, 0 0 0.5em white;
}
    .videocontent .textvideo .titlevideo a {
    color: #0AB5F4;
}
     .videocontent .textvideo .titlevideo a:hover {
    color: #616161;
    }
.videocontent .textvideo .detailvideo{
    padding-top: 8px;
}
.buttonlink a{
    color: #6D6D6D;
      
    text-shadow: 0 0 0.5em white, 0 0 0.5em white, 0 0 0.5em white;
}
.buttonlink {
    font-family: 'RobotoSlab-SemiBold';
    /*background-image: url(../../images/pages/arrowrigth2.png);*/
    background-repeat: no-repeat;
    width: 140px;
    background-position: 126px 3px;
    margin: 0 auto;
    font-size: 11px;
}
.buttonlink:hover{
    background-image: url(../../images/pages/arrowrigth2hover.png);
}
.buttonlink:hover a{
    color:#0AB5F4;
}
#datapage{
    max-width: 350px;
    padding-top: 8%;
    color: #6D6D6D;
    margin: 0 auto;
}
#datapage .title {
    font-family: 'PFDinTextStd-Thin';
    font-size: 44px;
    line-height: 42px;
    max-width: 298px;
}

    #datapage .textcontent {
        font-size: 17px;
        font-family: 'RobotoSlab-Light';
        line-height: 26px;
    }


    #datapage .textcontent p {
    margin: 10px 0px;
    }