@media (max-width: 767px) {

  body {
    background-color: #fff;
  }

  h2 {
    margin: 0 0 12px 0;
  }

  .container-fluid {
    width: 100%;
    padding: 0;
  }

  .navigation .col-md-2 {
    background-color: #f2f2f2;
    font-size: 1.5em;
  }

  .navigation a {
    padding: 20px 0;
    color: #037efc;
    border-left: 1px solid #fff;
    font-size: 16px;
    line-height: 1.5em;
  }

  .navigation span {
    display: block;
  }

  .navigation a .circle {
    width: 32px;
    height: 32px;
  }

  .navigation a[data-step="1"].active .circle { background-image: url("../img/step1_80x80_active.png"); }
  .navigation a[data-step="2"].active .circle { background-image: url("../img/step2_80x80_active.png"); }
  .navigation a[data-step="3"].active .circle { background-image: url("../img/step3_80x80_active.png"); }

  .navigation a[data-step="1"] .circle { background-image: url("../img/step1_80x80_inactive.png"); }
  .navigation a[data-step="2"] .circle { background-image: url("../img/step2_80x80_inactive.png"); }
  .navigation a[data-step="3"] .circle { background-image: url("../img/step3_80x80_inactive.png"); }


  .navigation a.active, .navigation a:hover .navigation a:focus .navigation a:active {
    color: #fff;
    text-decoration: none;
    background-color: #037efc;
  }

  .navigation a.mobile-helplink {
    margin: 11px 0 8px 0;
    font-size: 1.2em;
    text-align: right;
    padding-right: 30px;
    display:block;
  }

  .navigation a.logolink {
    padding: 28px 0 20px 0;
  }

  .row.white-row {
    border-top: 2px solid #f2f2f2;
    font-size: 90%;
    padding: 10px 6px 10px 6px;
  }

  .row.white-row .mass {
    line-height: 1.5em;
  }

  .row.white-row {
    font-size: 0;
  }

  .row.white-row > [class*="col"] {
    display: inline-block;
    float: none;
    font-size: 14px;
    vertical-align: middle;
  }

  .row.white-row .col-xs-2 {
    padding-left: 0;
    margin-left: 0;
  }

  .row.white-row .xsfontsize {
    font-size: 11px;
  }

  .row.bottom-nav {
    border-top: 2px solid #f2f2f2;
    margin: 0 3px;
  }

  .row .col-md-5.col-sm-5, .row .col-sm-6 {
    font-style: italic;
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.2em;
  }

  input.form-control {
    width: 60%;
  }

  .popupnavigation {
    background-color: #037efc;
    height: 74px;
  }

  h3.schemaheader {
    padding: 27px 0 0 20px;
    text-align: left;
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: normal;
  }

  .closebutton {
    background-image: url("../img/close-phone.png");
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 22px 18px 0 0;
    cursor: pointer;
  }

  .btn {
    font-size: 16px;
    margin: 14px -6px 0 0;
  }

  .btn .nextarrow {
    background-image: url("../img/next-phone.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 3px 3px -3px 0;
  }

  .errorContent {
    width: 80%;
    background-position: right -4px;
  }

  .col-xs-1 {
    padding: 0;
  }

  #help {
    padding: 20px 0 20px 0;
  }

  #help .subheader {
    display: none;
  }

  #help h4 {
    margin: 20px 0 5px 0;
  }

  .schema {
    width: 90%;
    height: 52%;
  }

  .position-container {
    font-size: 14px;
  }

  .arrow {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }

  .arrow.arrow_right {
    margin-left: -10px
  }
  .arrow.arrow_left {
    margin-left: 20px
  }

  a.backlink {
    padding: 24px 20px 20px 0;
    font-size: 1.1em;
    display: block;
  }
}

@media (max-height: 480px) and (max-width: 320px) {
  .schema {
    width: 90%;
    height: 65%;
  }

  .position-container {
    font-size: 12px;
  }
}

@media (min-height: 960px) and (max-height: 1000px) and (min-width: 600px) and (max-width: 650px){
  .schema {
    width: 90%;
    height: 65%;
  }
}