.form {
    width: 342px;
    margin: 0 auto;
    border: 10px solid #363636;
    min-width: 320px;
    padding: 20px 15px 25px 15px;
}

.form_header {
    font: bold 26px arial;
    text-align: center;
    margin: 0 auto;
    color: #434243;
    padding: 0 15px;
}

.step {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}

body.schrit1 .s1 {
    display: block;
}

body.schrit2 .s2 {
    display: block;
}

body.schrit3 .s3 {
    display: block;
}

.separator {
    border-bottom: 1px solid #969696;
    display: block;
    width: 100%;
    margin: 20px auto;
}

.question {
    font: bold 18px arial;
    color: #282828;
    text-align: center;
    margin: 0 auto 20px auto;
}

.btn_separator {
    display: inline-block;
    width: 20px;
}

.gender {
    height: 80px;
    cursor: pointer;
    border: 0;
    display: inline-block;
    width: 29px;
    padding-top: 85px;
    color: #969696;
    background-repeat: no-repeat !important;
    font: bold 13.34px Arial;
}

.gender:focus {
    border: 0;
    outline: 0;
}

.gender.man {
    background: url(../img/mann.png);
    background-position: -1px top;
}

.gender.selected {
    position: relative;
}

.gender.frau {
    background: url(../img/frau.png);
    background-position: right top;
}

.check {
    background: url(../img/icon_check.png);
    height: 27px;
    width: 36px;
    display: inline-block;
    POSITION: absolute;
    top: 13px;
    display: none;
}

.gender.selected > .check {
    display: inline-block;
}

.regist-btn-blink {
    color: transparent !important;
    text-shadow: 2px 2px transparent !important;
}

.go {
    text-align: center;
    height: 41px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    line-height: 41px;
    padding: 0;
    display: inline-block;
    width: 289px;
    background-image: url(../img/btn.png);
    background-position: right -1px;
    margin-left: 4px;
}

.btn.active,
.btn:active {
    background-image: url(../img/btn.png);
    background-position: right -47px;
}

.btn-cnt {
    background-image: url(../img/btn.png);
    background-position: left -1px;
    width: 100%;
    margin-left: -5px;
    padding-left: 5px;
    float: left;
    height: 41px;
}

.btn-text {
    float: none;
    display: inline-block;
    padding: 0;
}

.go:focus {
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.go:hover {
    color: #ffffff;
    background-position: right -47px;
}

.go:hover .btn-cnt {
    color: #ffffff;
    background-position: left -47px;
}

#email {
    display: inline-block;
    width: 292px;
    height: 47px;
    line-height: 47px;
}

.dob {
    height: 47px;
}

.form-footer {
    margin-top: 20px;
}

ol.progressb li {
    width: 23%;
}

.progressb-cont {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-left: 80px;
}

.progressb {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 0 auto;
    padding: 0;
}

.progressb li {
    float: left;
    text-align: center;
    position: relative;
    z-index: 0;
}

.progressb .pstep {
    background: url('../img/progress.png') no-repeat -33px bottom;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 0;
    font-weight: bold;
    font-size: 13px;
    color: #505050;
    text-indent: -1px;
    line-height: 30px;
}

.progressb .done .pstep,
.progressb .active .pstep {
    color: #ffffff;
    background-position: left bottom;
}

#AGB {
    display: none;
    margin: 10px auto 0 auto;
    width: 365px;
    color: #bbb8b8;
}

#AGB a {
    color: #bbb8b8;
    text-decoration: none;
}

.error {
    border: 1px solid #bbb8b8;
}

.input-control {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media screen and (max-width:350px) {
    .form {
        width: 90%;
    }
    #email,
    #regist-btn {
        width: 100%;
    }
    .form_header {
        font-size: 20px;
    }
    select.input-control {
        width: 32%;
    }
}