body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  max-width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 600px) {
  body {
    max-width: 552px;
  }
}

a {
  color: #00B7FF;
}

.landing-header {
  text-align: center;
  padding-bottom: 34px;
  padding-top: 85px;
}

.goto-button {
  width: 100%;
  height: 49px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  background-color: #48C29B;
  border-radius: 5px;

  display: block;
  text-decoration: none;

  margin-top: 47px;
  position: relative;
}

.goto-button img {
  position: absolute;
  right: 11px;
  top: 16px;
}

.header .back {
  float: left;
  width: 50px;
}
.header .back a {
  color: black;
  text-decoration: none;
}
.header .locale {
  text-align: right;
  float: right;
  width: 50px;
}
.header .locale > * {
  vertical-align: middle;
}
.header .username {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.back-button {
  width: 100%;
  height: 49px;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  background-color: #FCFCFC;

  color: #3A362E;

  font-size: 20px;
  line-height: 49px;
  text-align: center;

  display: block;
  text-decoration: none;

  margin-top: 47px;
}

.logo-container {
  text-align: center;
  margin: 35px 0 30px 0;
}

.consent-status-container {
  text-align: center;
}

.consent-status {
  color: #3A362E;
  /* font-family: "Microsoft Sans Serif"; */
  font-size: 30px;
  line-height: 37px;
}

.consent-status-givenat {
  height: 30px;
  color: #3A362E;
  /* font-family: "Microsoft Sans Serif"; */
  font-size: 18px;
  line-height: 21px;

  margin-top: 10px;
  margin-bottom: 15px;
}

.consent-version {
  text-align: right;
  margin-top: 5px;
}




.title-box h1 {
  text-align: center;
}

.title-box div {
  text-align: right;
}

.grey-box {
  border: 2px solid #E5E5E5;
  border-radius: 5px;
  background-color: #FCFCFC;
  padding-left: 17px;
  padding-right: 17px;
}

.hider {
  display: none;
}

label {
  display: inline-block;
  width: calc(100% + 34px);
  margin-left: -17px;
  text-align: center;

  height: 39px;
  /* line-height: 39px; */
  border: 1px solid #E5E5E5;	
  border-radius: 0 0 5px 5px;	
  background-color: #E0E0E0;

  padding-top: 5px;
}

input[type=checkbox]:checked ~ label.show {
  display: none;
}

input[type=checkbox]:not(:checked) ~ label.close {
  display: none;
}

input[type=checkbox]:not(:checked) ~ .hideable {
  max-height: 0;
  overflow-y: hidden;
}

input[type=checkbox]:checked ~ .hideable {
  max-height: auto;
}

form {
  margin-top: 29px;
  margin-bottom: 29px;
}

button {
  width: 100%;
  height: 49px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;

  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.read-button {
  width: 100%;
  height: 49px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  border-radius: 5px;

  display: block;
  text-decoration: none;
  position: relative;
}

.no-consent-text {
  position: absolute;
  right: 11px;
  top: 16px;
}

.read-button img {
  position: absolute;
  right: 11px;
  top: 16px;
}
.logo-text {
  /* font-family: "SF Pro Display"; */
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}