/*Copyright 2018 by 2x4 Solutions GmbH - www.2x4.de - All rights reserved*/ 

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.surveyarea {
    max-width: 1100px;
}

body {
    /*font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, sana-serif;*/
    font-size: 17px !important;
    line-height: 1.2em !important;
    text-align: left;
}

.mobileQuestionText {
    padding: 5px;
    background-color: white;
    z-index: 100000;
    line-height: 1.2;
    font-weight: bold;
}

#question > span > div {
    padding-top: 0px !important;
}

.mrQuestionText {
    font-weight: bold !important;
    color: #1d1d1d;
    font-size: 17px;
    /*padding: 5px !important; --Problem in MultiButtonQuestion
        */
}

.intro1 {
    text-align: center;
    padding: 5px 10px;
    margin-top: 20px;
    line-height: 1.3;
}

.subline {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 5px !important;
    /*padding:5px !important;*/
    font-weight: normal;
}

.mrErrorText {
    display: inline-block;
    padding-bottom: 10px;
    border-color: #E30018 !important;
    line-height: 1.3;
    /*border: 1px solid red;
        border-radius: 2px;*/
    padding: 5px !important;
    margin-bottom: 0px;
    /*padding-left: 40px !important;*/
    background-color: #E30018 !important;
    color: white !important;
}

.mrErrorTextTop {
    display: inline-block !important;
    padding-left: 5px !important;
}

/*#nav {
    margin-top: 50px;
}

.mrNext {
    background-color: #EEEEEE !important;
    height: 50px;
    margin: 10px 0px;
    float: right;
    width: 100% !important;
    font-size: 1.2em !important;
    /*border-radius: 5px !important;*/
    -webkit-appearance: none;
    border: none !important;
    /*Just for Live Mode. In Test Mode we need the prev Button, ...
            Does not work with Windows Phone - so switched off...
        position:fixed;
        left:0px;
        bottom:0px;
        margin-bottom:0px;
        z-index:999999;
            */
}*/

.mrPrev {
    background-color: #EEEEEE !important;
    height: 50px;
    margin: 10px 0px;
    float: left;
    width: 100% !important;
    font-size: 1.2em !important;
    /*border-radius: 5px !important;*/
    -webkit-appearance: none;
    border: none !important;
    /*Just for Live Mode. In Test Mode we need the prev Button, ...*/
    display: none !important;
}

.mobileQuestionText {
    padding-bottom: 15px;
    background-color: white;
    z-index: 100000;
    line-height: 1.2;
}

.desktoptext {
    display: none;
}

.desktopbr {
    display: block;
}

.mobiletext, MobileText {
    display: inline;
}

#question {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

.surveyarea {
    width: 100% !important;
	margin-left: auto;
    margin-right: auto;
}

.sportnews img {
    float: none !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    background-color: white;
}

/*Windows Phone*/
@media only screen and (max-width: 320px) {

    body, .mrQuestionText, .mrErrorText {
        font-size: 15px !important;
    }

    .mrMultipleText, .mrSingleText {
        font-size: 14px !important;
    }

    .mrPrev {
        display: block !important;
    }


}
