/* request.css, gerald petter, 01.06.2018 */
  
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 auto;
  padding: 1.0em 5% 1.0em;
  background-color: rgb(255, 255, 255);
  max-width: 620px;
}

small {
  font-size: 0.7em;
}

h1 {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 2% 1em;
  text-align: center;
  text-transform: uppercase;
}

fieldset {
  position: relative;
  margin: 26px 0 10px;
}

.rooms {
  margin: 20px 0 10px;
}

label {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: rgb(150, 150, 150);
  transition: all 0.2s ease;
}

.rooms label,
.sonstiges label,
.data-privacy label {
  position: static;
}

.sonstiges label {
  vertical-align: top;
  padding-right: 10px;
}

.persons label {
  top: -8px;
  bottom: auto;
}

.is-focused label, .not-emty label {
  bottom: 24px;
  font-size: 0.8em !important;
  font-weight: 600;
  color: rgb(100, 100, 100);
}

.date.is-focused label, 
.date.not-emty label,
.persons.is-focused label,
.persons.not-emty label {
  bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  color: rgb(100, 100, 100);
}

#date_children {
  position: static;
  display: inline-block;
  padding-top: 6px;
}

input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(200, 200, 200);
  padding-bottom: 5px;
}

input:focus {
  border-bottom: 2px solid rgb(100, 100, 100);
}

.date input {
  padding-left: 70px;
  text-align: center;
}

.persons input {
  padding: 0 0 0 100px;
  text-align: center
}

.rooms input {
  display: inline-block;
  width: auto;
}

input[id*='Geburtsdatum_Kind'] {
  display: inline-block;
  padding: 5px 0;
}

.sonstiges textarea {
  width: 100%;
}

.data-privacy input[type=checkbox] {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.data-privacy label {
  display: inline-block;
  padding-left: 0px;
  width: 80%;
  font-size: 0.8em
}
  @media screen and (min-width: 600px) {
    .data-privacy label {
      width: 430px;
      font-size: 1em;
    }
  }
  
.data-privacy label a {
  color: inherit;
  text-decoration: underline
}

.data-privacy label a:hover {
  color: rgb(0, 0, 0);
}

.submit {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.submit input {
  border: 1px solid rgb(200, 200, 200);
  background-color: transparent;
  display: inline-block;
  color: rgb(150, 150, 150);
  transition: all 0.2s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
}

.submit input:hover {
  border: 1px solid rgb(100, 100, 100);
  background-color: rgb(240, 240, 240);
  color: rgb(100, 100, 100);
}

.nosee {
  display: none;
}
