html, body { 
    height:100%;
}

#bar-top {
    position: relative;
    display:block;
    top:0;
    width: 100%;
    height: 61px;
    background-image: url('../img/das-spiel.png'), url('../img/bar_top.png');
    background-repeat: no-repeat, repeat-x;
    background-position: right 0px, top center;
    background-size: auto auto, 100% 31px;
}

#bar-bottom {
    position: absolute;
    display:block;
    bottom:0;
    width: 100%;
    height:30px;
    background-image: url('../img/bar_bottom.png');
    background-repeat: repeat-x;
    background-positions: bottom center;
    background-size: 100% 100%;
    margin-top: 30px;
}

#start-title {
    margin-top: -10px;
}

#start-title h1 {
    font-weight: 900;
}
#start-title h2 {
    font-weight: 400;
    margin-left: 230px;
}

#start-center {
    background: url('../img/start_center.png') no-repeat center center;
    background-size:contain;
    height:350px;
    margin-top:10px;
    margin-bottom: 50px;
}

#start-right {
    background: url('../img/start_right.png') no-repeat right top;
    background-size:contain;
    height:360px;
}

.bordered {
    background: #d41c2f;
    border: 2px solid #fff;
    padding: 15px;
    border-radius:10px;
    box-shadow: inset 10px 10px 20px rgba(0,0,0,0.3);
}
form.custom {
    margin: 0;
}
form.custom label {
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
form.custom label h3 {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    margin: 0;
    
}
form.custom label span.desc {
    display: block;
    width: 100%;
    line-height: 20px;
    margin-left: 45px;
}

form.custom span.custom {
    width: 30px;
    height: 30px;
    top: 15px;
    border: 1px solid rgba(0,0,0,0.8);
    box-shadow: 0 0 2px rgba(0,0,0,0.8), inset 0px 0px 5px rgba(0,0,0,0.8);
}

form.custom span.custom.radio.checked::before {
    width: 28px;
    height: 28px;
    background: #b8dd36;
    top: 0px;
    left: 0px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.8);
}

form.custom div.row button.button.absolute {
    position: absolute;
    height: 50px;
    width: 90px;
    bottom: 0;
    right: 0;
}