@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    margin:  0;
    padding: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    vertical-align: baseline;
    border:none;
    box-sizing:content-box;
    font-size:22px;
    color: #e54619;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:1;
}

#register{
    background:url(../images/background.jpg) scroll no-repeat center center / cover;
    width:100%;
    min-height:100vh;
    padding:55px;
    box-sizing:border-box;
    position:relative;
}
img.smart{
   display:block;
   position:absolute;
   top:-40px;
   left:0;
   width:600px;
   height:660px;
}
.form-content{
    background-color:#fff;
    width:100%;
    display:table;
}
.min-pic{
    background:url(../images/miniatur.jpg) scroll no-repeat center center / cover;
    width:40%;
    display:table-cell;
}
.form{
    width:60%;
    height:100%;
    display:table-cell;
    padding:100px 50px 50px 50px;
    box-sizing:border-box;
}
.form .content{
    width:100%;
    max-width:640px;
    margin:0 auto;
    min-height:calc(100vh - 260px);
    position:relative;
}
.logo{
    text-align: center;
    margin-bottom:60px;
}
.logo img{
    max-width:100%;
}
input{
    border: 2px solid #e54619;
    box-sizing: border-box;
    display: block;
    line-height: 36px;
    padding: 20px 25px;
    width: 100%;
    margin-bottom:20px;
}
.shuttle-wrap{
    padding:20px 0 20px 20px;
}
.shuttle-wrap > p{
    float:left;
    display:block;
    border:2px solid transparent;
    line-height:36px;
    padding:20px 0;
    box-sizing:border-box;
}
.ja, .nein{
    border:2px solid #e54619;
    float:right;
    line-height:36px;
    padding:20px 25px;
    box-sizing:border-box;
    width:110px;
    text-align:center;
    cursor:pointer;
    transition:all 0.3s;
}
.ja.active, .nein.active{
    background-color:#e54619;
    color:#fff;
}
.ja{
    margin-right:20px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.buttons-container > button{
    background-color:#e54619;
    color:#fff;
    width:calc(50% - 10px);
    line-height:36px;
    padding:20px 15px;
    box-sizing:border-box;
    text-align:center;
    cursor:pointer;
}
.hide{
    display:none;
}
.error {
    color: #d50722;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -15px;
}
.mob-image{
    display:none;
}
.name_score{
    display:none;
}


/* RESPONSIVE */
@media only screen and (max-width: 1170px) {
    * {
        font-size:20px;
    }
}

@media only screen and (max-width: 1080px) {
    * {
        font-size:20px;
    }
    .form-content{
        display:block;
    }
    .min-pic{
        display:block;
        width:100%;
        padding-bottom:40%;
    }
    .form {
        display: block;
        width:100%;
    }
    .mob-image {
        display: block;
        width: 100%;
        height: auto;
    }
    img.smart {
        height: 440px;
        width: 400px;
    }
}
@media only screen and (max-width: 768px) {
    #register {
        padding:15px;
    }
    .form{
        padding:50px 15px 15px;
    }
    input{
        padding:20px 15px;
    }
    .error{
        font-size:18px;
    }
    img.smart {
        height: auto;
        width: 250px;
    }
}
@media only screen and (max-width: 565px) {
    .buttons-container > button{
        width:100%;
        margin-bottom:10px;
    }
    img.smart {
        display:none;
    }
}
