/* ##############  Mobile General  ################# */
html,
body {
  font-size: 90%;
  font-family: Roboto;
  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: #f0f5f8;
  color: #333;
  height: 100%;
  margin: 0;
  width: 100%;
}
#centerbody {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: auto;
  min-width: inherit;
  padding: 10px;
}
#centerbody.tile-centerbody {
  background-color: #f0f5f8;
  padding: 10px;
}
#buttonbar {
  margin-bottom: 0;
  margin-top: 20px;
}

#header {
  width: 100%;
  height: 100px;
  margin: 0;
  z-index: 5;
  position: relative;
}

#header:before {
    content: "";
    background-image: url(../images/achtergrond-3.svg) !important;
    background-size: 200% !important;
    background-position: bottom;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}

#header-page {
  font-size: 1.3rem;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  text-align: center;
  margin: 0 0 0.375rem;
}
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;
  margin: 0 0 0.375rem;
}
#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: 95px 72px;
  width: 95px;
  height: 72px;
  z-index: 1;
}
#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;
}
