/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 16, 2014, 4:18:56 PM
    Author     : daniel
*/
body{
    /*min-width: 100%;*/
    margin: auto;
    padding: 0 !important;
    font-size: 70%;
    line-height: inherit;
    font-family: Arial,Helvetica,sans-serif;
    /*background-color: #EBE8D9;*/
    background: #fff;
    /*font: 13px Verdana, 'Lucida Grande';*/
}
/*body {
    font: 13px Verdana, 'Lucida Grande';
    background: #000;
    background-image: url('../img/Fotolia_53231538_L.jpg');
    background-position: center;
    background-repeat: no-repeat;

    color: #7e7975;

    -webkit-font-smoothing: antialiased;


}*/
#content-box{
    padding-top: 50px;
}
#content-box article {
    text-align: center;
    margin: 2px auto;
    padding-top: 10px;
    display: table;
    width: 100%;
}
#content-box article  > div{
    width: 960px;
    min-height: 100%;
}
#header{
    position: fixed;
    width: 100%;
    z-index: 10;
}
#header .navbar-inner{
    background: #2991D7;
    border: none;
    border-radius: 0;
    height: 50px;
    /*background: #59A2E6;*/
}
#header ul.nav{
    margin-top: 8px;
    margin-right: 10px;
    font-size: 100%;
}

#header a, #footer a{
    text-transform: uppercase;
}
#footer{
    position: relative;
    float: left;
    width: 100%;
}
#footer .copyright {
    line-height: 160%;
    margin: 10px;
}

#footer .version {
    margin: 10px;
    text-align: center;
}

.regbox{
    font-size: 70%;
}

.footerContent > ul li {
    display: inline;
    padding-right: 10px;
}
#loginframe_main {
    padding-top: 27px;
    /*padding-bottom: 77px;*/
    width: 100%;
    /*background-color: #000;*/
    /*float: left;*/
    /*background-image: url('../img/bg_faq.png');*/
}
.aby-article{
    text-align: center;
    margin-bottom: 50px;

}
.aby-article .jsn-article-content{
    width: 600px;
    margin: 40px auto;
    text-align: justify;
}
loginframe_main a {
    text-decoration: none;
    color: #1f96e7;
}

loginframe_main a:hover {
    text-decoration: underline;
}


#loginframe_main #frame_content {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
    padding-bottom: 40px;
    position: relative;
    background: #ffffff;
}

#loginframe_main #frame_content #line {
    /*border-bottom: 1px solid #EBE6E2;*/
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    /*box-shadow: 0 1px 0 rgba(255,255,255,0.8);*/
    margin-bottom: 10px;
}

#loginframe_main #logo {
    margin: auto;
    margin-top: 20px;
    /*margin-left: 290px;*/
    margin-bottom: 10px;
    /*width: 332px;*/
    height: 108px;
    background: url('../img/appbyyou-logo.png') 50% no-repeat;
    background-size: contain;
    /*background-repeat: no-repeat;*/
}

#loginframe_main #row_login {
    line-height: 38px;
    /*margin-left: 610px;*/
    margin-bottom: 10px;
}

#loginframe_main #row_link {
    line-height: 25px;
    padding-left: 32px;
    font-size: 12px;
    /*margin-left: 610px;*/
    margin-bottom: 20px;
}

#loginframe_main #row_more {
    margin: auto;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#loginframe_main #row_languages {
    margin: auto;
    line-height: 14px;
    font-size: 12px;
}

#loginframe_main #row_languages a.bold {
    font-weight: bold;
}

#loginframe_main #row_languages a.bold:hover {
    text-decoration: none;
}

#loginframe_main #row_disclaimer {
    margin: auto;
    margin-top: 10px;
    line-height: 14px;
    font-size: 10px;
}

#loginframe_main #row_disclaimer a {
    color: #7e7975;
}

#loginframe_main #row_copyright {
    margin: auto;
    margin-top: 6px;
    line-height: 14px;
    font-size: 10px;
}

#loginframe_main #test4free {
    margin-top: 50px;
    margin-bottom: 50px;
}

#loginframe_main .column_field {
    width: 250px;
    float: left;
    text-align: left;
}

#loginframe_main .column_field input[type=text],
#loginframe_main .column_field input[type=email],
#loginframe_main .column_field input[type=password] {
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 200px;
    padding: 5px;
    padding-left: 30px;
    border: 1px solid #bfb5ae;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;

}

#loginframe_main .column_field input[type=text]:hover,
#loginframe_main .column_field input[type=email]:hover,
#loginframe_main .column_field input[type=password]:hover {
    border-color: #CCC;
}

#loginframe_main .column_field input[type=text]:focus,
#loginframe_main .column_field input[type=email]:focus
#loginframe_main .column_field input[type=password]:focus {
    box-shadow: 0 0 5px rgba(31, 150, 231, 1);
    border: 1px solid rgba(31, 150, 231, 1);
}

#loginframe_main .login {
    background: url(../img/message.png) no-repeat scroll 8px 50%;
    background-size: 6%;
}

#loginframe_main .password {
    background: url(../img/lock.png) no-repeat scroll 6px 50%;
    background-size: 6%;
}

#loginframe_main #column_button {
    width: auto;
    text-align: left;
}

#loginframe_main input[type=button]:focus {
    outline: none;
}

#loginframe_main #button_test,#loginframe_main #button_editor {
    width: 450px;
    height: 52px;
    position: relative;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 12px; cursor: pointer; font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #1f96e7;
    background: -moz-linear-gradient(#1f96e7, #147abf);
    background: -ms-linear-gradient(#1f96e7, #147abf);
    background: -o-linear-gradient(#1f96e7, #147abf);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f96e7), to(#147abf));
    background: -webkit-linear-gradient(#1f96e7, #147abf);
    background: linear-gradient(#1f96e7, #147abf);
    border: 1px solid #0f5c91;
    /*border: none;*/
    color: #fff;
    /*text-shadow: 0 1px rgba(255,255,255,0.3); */
    font-style: bold;
    font-size: 26px;
}

#loginframe_main #button_test:hover,#loginframe_main #button_editor:hover {
    box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
}

#loginframe_main #button_login {
    margin-top: 0px;
    width: 120px;
    height: 46px;
    position: relative;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 5px; cursor: pointer; font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #94C11F;
    /*        background: -moz-linear-gradient(#e1e0de, #c0bebb);
            background: -ms-linear-gradient(#e1e0de, #c0bebb);
            background: -o-linear-gradient(#e1e0de, #c0bebb);
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e0de), to(#c0bebb));
            background: -webkit-linear-gradient(#e1e0de, #c0bebb);
            background: linear-gradient(#e1e0de, #c0bebb);
            border: 1px solid #7e7975;*/
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    font-size: 18px;
    float: left;
}

#loginframe_main #button_login:hover {
    box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
}

#loginframe_main .button_facebook {
    content: "";
    margin-top: 0px;
    width: 46px;
    height: 46px;
    position: relative;

    margin-left: 8px;

    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 5px; cursor: pointer; font-size: 12px;
    line-height: 18px;
    text-align: center;

    background-color: #c0bebb;
    background: url('../img/facebook-32.png') 5px 8px no-repeat, -moz-linear-gradient(#5f7ec1, #3b5998);
    background: url('../img/facebook-32.png') 5px 8px no-repeat, -ms-linear-gradient(#5f7ec1, #3b5998);
    background: url('../img/facebook-32.png') 5px 8px no-repeat, -o-linear-gradient(#5f7ec1, #3b5998);
    background: url('../img/facebook-32.png') 5px 8px no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#5f7ec1), to(#3b5998));
    background: url('../img/facebook-32.png') 5px 8px no-repeat, -webkit-linear-gradient(#5f7ec1,#3b5998);
    background: url('../img/facebook-32.png') 5px 8px no-repeat, linear-gradient(#5f7ec1, #3b5998);
    background-size: 90%;

    border: 1px solid #2d4373;
    color: #fff;
    text-shadow: 0 1px rgba(255,255,255,0.3);

    font-size: 16px;
}

#loginframe_main .button_facebook:hover {
    box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
}

#youtube_container {
    width: 854px;
    height: 510px;
    margin: auto;
    background-color: #000;
    border-radius: 4px;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.2),
        0 0 0 12px rgba(33,33,33,0.4);
}
#aby-adventage div.img{
    width:380px;
    margin: 0 50px 0 20px;
    background-image: url('../img/aby_adventage.png');
    background-size: contain;
    height: 480px;
    background-repeat: no-repeat;
    background-position: 50%;
}
li.greencheck{
    list-style-image: url('../img/gruener_haken.png');
    list-style-position: outside;
    list-style-type: none;
}
li.aby-greencheck {
    list-style: none;
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #444;
    height: 60px;
    line-height: 22px;
    /*list-style-image: url('../img/aby_haken.png');*/
    /*text-indent: 20px;*/
}
li.aby-greencheck > img{
    height: 38px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
#aby-prozess{
    margin: auto;
    /*width:1000px;*/
    background-image: url('../img/prozess.png');
    background-repeat: no-repeat;
    background-position: -15px 20%;
    background-size: contain;
    height: 500px;
}
#aby-prozess p{
    font-size: 1.5em;
    position: relative;
    width: 165px;
    display: block;
    float: left;
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0;
    top: 200px;
}
#aby-prozess p.aby-step-1{
    left: 0px;
    /*top: 260px;*/
}
#aby-prozess p.aby-step-2{
    left: 30px;
    /*top: 90px;*/
}
#aby-prozess p.aby-step-3{
    left: 80px;
    /*top: 260px;*/
}
#aby-prozess p.aby-step-4{
    left: 106px;
    /*top: -40px;*/
}
#aby-prozess p.aby-step-5{
    left: 134px;
    /*top: 60px;*/
}
#aby-faq-wrap{
    background-color: #eee;
    text-align: center;
    margin: 2px auto;
    background-image: url('../img/bg_faq.png')
}
#aby-faq{
    margin: 10px auto 20px;
    width:1000px;
}
.faq-head{
    background-image: url('../img/faq_head.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 120px;
    margin-top: 20px;
}
#aby-faq .col-left{
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-right: 2%;
    width: 50%;

}
#aby-faq .col-right{
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 47%;
}
#aby-faq img.question{
    /*clear: both;*/
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 10px;
    height: 80px;
}
#aby-faq h3.question{
    background-color: #1379BE;
    border-radius: 20px;
    display: block;
    margin-bottom: 6px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    min-height: 3em;
}
#aby-faq div.answer{
    background-color: #fff;
    border-radius: 10px;
    clear: both;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #7AA01A;
    padding-top: 10px;
    font-size: 12px;
    overflow-y: auto;
    min-height: 136px;
    max-height: 136px;
    text-align: justify;
}
#aby-faq div.question-box{
    height: 230px;
    max-height: 230px;
    padding-top: 10px;
}
#aby-pricing{
    margin: auto;
    background-color: #DCDADA;
    padding: 0 0 6px;
    border-bottom: 3px solid #ddd;
    background-repeat: no-repeat;
    background-size: contain;

}
#aby-pricing img{
    margin: auto;
    width: 100%;
}
