/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (max-width: 300px) {
    #questions li {
        position: relative;
        padding-left: 15px;
    }
    a:link.questions-list {
        padding-left: 0px;
    }
    a.questions-list::before {
        position: absolute;
        left: 0;
    }
    #result-right {
        display: none;
    }
    #result-bottom {
        display: block;
        margin-top: 50px;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    #results-img-on-pc {
        display: none;
    }
    #results-img-on-mobile {
        display: block;
        background: url("../images/new/Bottom_Answer.jpg") no-repeat;
        background-position: bottom;
        background-size: contain;
        padding: 100px 100px 100px 100px;
    }
    h1 {
        font-size: 30px;
    }
    #wrapper {
        width: 100% !important;
    }
    .home-set {
        background: #fff url(../images/new/Background-300.jpg);
        background-size: cover;
        background-position: 85%;
        background-repeat: no-repeat;
        height: auto;
        overflow: scroll;
    }
    #newsletterform {
        margin-bottom: 100px !important;
    }
    /* QUESTIONs  part */
    .content {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    /*#questionsContainer {
    width: 100%;
  }*/
    .img-bottom {
        width: 34%;
    }
    #questionNav {
        margin-bottom: 30px !important;
        width: 275px;
    }
    .questionNavButton {
        margin-bottom: 15px;
    }
    /*.question {
    width: 100% !important;
  }*/
    .set-mobile-question {
        width: 260px;
    }
    #questionsContainer {
        height: 800px;
    }
    .result-image {
        width: 100%;
    }
    .image-results {
        width: 100%;
    }
    .image-right {
        width: 100%;
    }
    #stilarter ul {
        text-align: center;
    }
    #stilarter ul li {
        display: inline-block;
    }
    #graphContainer {
        height: auto;
        width: 100%;
        margin-top: 10px;
    }
    #graph {
        background: url(../images/graph320.jpg) no-repeat left center;
        width: auto;
        height: 225px;
    }
    #legend {
        padding-left: 15px;
    }
    .bar {
        width: 20px;
    }
    .legend {
        width: 37px;
        font: bold 8px "Crimson Text", sans-serif;
    }
    .logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .img-bottom-set {
        margin-top: -50px;
    }
    .image-list {
        width: auto;
        max-height: 80px;
    }
    #questions ul.images {
        display: grid;
        grid-template-columns: 10px 10px 10px;
        grid-column-gap: 70px;
    }
    a.button-image::before {
        top: 180%;
    }
    #stilarter ul li a {
        width: 100px;
        font-size: 9px;
    }
    /* #front-text h1 {
        color: #666666;
    }
    #front-text h2 {
        color: #666666;
    }
    #front-text h3 {
        color: #666666;
    } */
}