﻿#header {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    overflow: visible !important;
    width: 100%;
    padding: 10px 0 5px 0;
    background: #FFF;
    z-index: 999;
}

#imprint{
    margin: 40px 0 20px 0;
}

#logo {
    position: relative;
    text-align: center;
}

#headline {
    color: rgb(114,112,111);
    font-size: 160%;
    font-weight: normal;
    letter-spacing: 1pt;
    margin: 20px 0 0 0;
}

#noJS, #JSon {
    margin: 150px 0 0 0;
}

.welcomeText {
    margin: 20px 20px 20px 0px;
    color: rgb(114,112,111);
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 1pt;
}

.hint {
    font-size: 90%;
}

.error{
    display: none;
    padding-top: 15px;
}

.appprogress {
    margin: 30px 0 40px 0;
    padding: 0;
    height: 48px;
    list-style: none;
    text-align: center;
}

    .appprogress li {
        padding: 10px 5px;
        float: left;
        background-color: rgb(235,237,224);
        font: 13px 'OpenSansSemibold', Arial, sans-serif;
        color: rgb(116,113,112);
        width: 33%;
    }

    .appprogress .passedstep {
        background-color: rgb(204,228,0);
        color: rgb(255,255,255);
    }

    .appprogress .nextstep {
        background: rgb(235,237,224) url(bg_progress.jpg) no-repeat;
        background-position: left center;
    }

    .appprogress .nextstep2 {
        background: rgb(204,228,0) url(bg_progress2.jpg) no-repeat;
        background-position: left center;
        color: rgb(255,255,255);
    }

    .appprogress .nextstep3 {
        background: rgb(235,237,224) url(bg_progress3.jpg) no-repeat;
        background-position: left center;
    }

    .appprogress .nextstep4 {
        background: rgb(204,228,0) url(bg_progress4.jpg) no-repeat;
        background-position: left center;
        color: rgb(255,255,255);
    }




@media only screen and (max-width: 520px) {
    #headline {
        font-size: 100%;
        margin: 20px 0 0 0;
    }

    .welcomeText {
        font-size: 100%;
    }

    .hint {
        font-size: 80%;
    }

    .appprogress {
        margin: 10px 0 40px 0;
    }

    .appprogress li {
        height: 70px;
     }

    .form-group {
        margin-bottom: 5px;
    }

    .btn-primary, #firstPageClick {
        width: 100%;
    }

    #firstPageClick{
        margin-bottom: 20px;
    }

    #uploadButton{
        white-space:normal !important;
    }
}
