
/* layout */
#content{
    padding: 10px 30px 0 30px;
}

/* start page */
.introText{
    padding: 0 10%;
}

.logoContainer{
    bottom: 0;
}

/* difficulty page */
#difficultyPage, #startPage{
    background: url("../gfx/start_background.png") left top no-repeat;
    background-size: 100%;
}

.planetSchuleLogo{
    margin-right: 8%;
}

.swrLogo{
    margin-left: 8%;
}

#difficultyPage.subpage, #startPage.subpage{
    padding-bottom: 0;
}

.impressumBtn{
    top: 0;
    right: 60px;
}

.infoBtn{
    top: 0;
    right: 0;
}

/* team selection */
#teamSelectPage .fixedRatioBox2{
    background: url("../gfx/teamauswahl_bg_small_hd.png") left top no-repeat;
    background-size: 100%;
    margin: auto;
}

.teamOptionBox{
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
}

.teamOptionBox span{
    font-size: 30px;
    position: absolute;
}

#teamSelectPage .teamGelb span{
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
    top: 53%;
    left: 23%;
}
#teamSelectPage .teamGruen span{
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
    top: 24%;
    left: 39%;
}
#teamSelectPage .teamRot span{
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
    top: 47%;
    left: 38%;
}
#teamSelectPage .teamBlau span{
    -ms-transform: rotate(-23deg); /* IE 9 */
    -webkit-transform: rotate(-23deg); /* Chrome, Safari, Opera */
    transform: rotate(-23deg);
    top: 21%;
    left: 13%;
}

#teamSelectPage .teamGelb .teamSelectIndicator{
    margin: 15% 0 0 70%;
}
#teamSelectPage .teamGruen .teamSelectIndicator{
    margin: 0 0 0 10%;
}
#teamSelectPage .teamRot .teamSelectIndicator{
    margin: 55% 0 0 75%;
}
#teamSelectPage .teamBlau .teamSelectIndicator{
    margin: 10% 0 0 70%;
}

/* question select table */
.boardBg{
    background-size: 100% 100%;
    background-position: left top;
}

.categoryHead img {
    height: 100%;
}

.questionSelectCell a {
    line-height: 65px;
    font-size: 30px;
}

.activeTeamArrow{
    background-size: auto 50px;
    height: 50px;
    top: -70%;
}

/* question page */
.questionBox{
    min-height: 300px;
}

#questionHead, .questionHead{
    text-indent: -999999px;
}

.questionImageBox{
    height: 272px;
    padding-top: 30px;
}

.questionImageBox img{
    height: 200px;
}

.questionAnswer input {
    width: 40%;
}

/* info page */
.infoTextBox{
    min-height: 300px;
}

/* footer */
.buttonBottomRight, .buttonBottomLeft{
    font-size: 30px;
}

.buttonBottomRight{
    padding: 30px 50px 20px 70px;
}

.buttonBottomLeft{
    padding: 30px 70px 20px 50px;
}

/* fixed ratio boxes */

.resultContent{
    position: relative;
}

.resultContent:before{
    content: "";
    display: block;
    padding-top: 35%;
}

.fixedRatioBox {
    position: relative;
    max-width: 650px;
}
.fixedRatioBox:before{
    content: "";
    display: block;
    padding-top: 69%;
}

.fixedRatioContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fixedRatioBox .fixedRatioContent{
    padding-top: 32%;
    text-align: center;
}

.fixedRatioBox2 {
    position: relative;
    max-width: 550px;
}
.fixedRatioBox2:before{
    content: "";
    display: block;
    padding-top: 71.4%;
}