.hidden { display:none; }

.zuruck { height:0; }
.zuruck div {
    background-color:rgba(255,255,255, 0.3);
    position: relative;
    left: -80px;
    top: 125px;
    color: white;
    font-size: 250%;
    cursor:pointer;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width: 30px;
    height: 50px;
    padding-left: 20px;
}
#form-box{
    width:340px;
    padding:25px;
    margin:3% auto;
    background:#2e2e2e;
    border:1px solid #f45e0a;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    -moz-box-shadow: 0px 0px 14px #000;
    -webkit-box-shadow: 0px 0px 14px #000;
    box-shadow: 0px 0px 14px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color='#000000');
}
select#gender, select#searchGender, #signupForm_1 .input {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:180px;
    text-align:left;
    font-size:16px;
    padding:5px;
    color:#000;
    border-radius:5px;
    box-shadow:inset #eee 0px 3px 3px;
    margin:5px 0;
    border:solid 1px #ccc;
    height:30px;
}
.btn, input#buttonSubmit_1 {
    text-decoration:none;
    border: none;
    background: #F27D3E;
    background: -moz-linear-gradient(top, rgb(242,125,62) 0%, rgb(244,94,10) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F27D3E), color-stop(100%,#F45E0A));
    background: -webkit-linear-gradient(top, #F27D3E 0%,#F45E0A 100%);
    background: -o-linear-gradient(top, rgb(242,125,62) 0%,rgb(244,94,10) 100%);
    background: -ms-linear-gradient(top, rgb(242,125,62) 0%,rgb(244,94,10) 100%);
    background: linear-gradient(to bottom, #F27D3E 0%,#F45E0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27d3e', endColorstr='#f45e0a',GradientType=0 );
    text-align:center;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    font-weight:bolder;
    color:#FFF;
    cursor:pointer;
    padding:7px 10px;
    margin:10px;
    height:auto;
    width:300px;
    -moz-box-shadow: 0px 0px 3px red;
    -webkit-box-shadow: 0px 0px 3px red;
    box-shadow: 0px 0px 3px red;
    display:inline-block;
    font-size: 16px;
}
input#buttonSubmit_1 { width: 320px; }
#form-box #logo {
    float:none;
    clear:both;
    width:90%;
    margin:0 auto;
}
#form-box #logo img {
    width:90%;
    padding: 0 5% 5% 5%;
}

#form-box .claim {
    text-align:center;
    font-weight:bold;
    padding:5% 0;
    font-size:20px
}
#form-box .headTitle {
    font-size:150%;
    padding:5% 0;
    padding-left: 5%;
}
#form-box .headTitle span {
    font-weight:bold;
    color:#f45e0a;
}
span.error {
    font-size:70%;
    background:red;
    color:#fff;
    padding:1%;
    display: block;
}
.element {
    display: inline-block;
}
label.required, label {
    display: inline-block;
    width: 130px;
    color: #fff;
    padding-left: 15px;
}
@media screen and (max-width: 480px) {
    .zuruck div {
        background-color:rgba(255,0,0, 0.5);
        left: -27px;
        top: -27px;
        color: white;
        font-size: 250%;
    }
}


/* confirmation form */

span.soi a {color: #fff; font-weight: bold;}