/* ##############  Mobile General  ################# */
html,
body {
  font-size: 90%;
  font-family: "Lato Regular", Helvetica, Arial, Verdana, sans_serif;
  line-height: 1.375;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #1a1a18;
  height: 100%;
  margin: 0;
  width: 100%;
}
#centerbody {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
  min-width: inherit;
  padding: 10px;
  margin: 0;
}
#centerbody.tile-centerbody {
  background-color: #ffffff;
  padding: 10px;
}
#buttonbar {
  margin-bottom: 0;
  margin-top: 20px;
}
#header-page {
  font-size: 1.3rem;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 65px;
  text-align: center;
}
a.header-button {
  font: 0.5em VestulaSemibold !important;
}
#header-title {
  font-size: 1.0rem;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
#header-center-left {
  float: none;
  margin-right: 100px;
  margin-left: 85px;
}
#header-center-right {
  margin-right: 5px;
}
#header-menu-wrapper {
  margin-right: 5px;
}
#header-company-logo {
  position: relative;
  float: left;
  background-image: url("../images/logo-sspr-mobile.png");
  background-size: 70px 71px;
  top: 0px;
  left: 10px;
  width: 70px;
  height: 71px;
  margin: 47px 0;
  margin: 37px 0;
  z-index: 1;
}

#footer {
  background: #ffffff url("../images/footer.png") no-repeat bottom right;
  background-size: 100% 100%;
}
#footer-content {
  position: absolute;
  bottom: auto;
  top: 15%;
  height: 14px;
  margin-top: -10px;
}
#footer .infotext {
  display: none;
}
.inputfield {
  width: 90% !important;
  margin: auto !important;
  height: auto !important;
}
textarea {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea[style] {
  width: 98% !important;
}
.simpleModeResponseSelection {
  width: 95% !important;
}
.menubutton-description {
  display: none;
}
