textarea {
  font-family: "Baloo Tamma 2", sans-serif;
  font-size: 1em;
  height: 10em;
  line-height: 1.2em;
  font-weight: lighter;
  margin: 1em 0px 1em 0px;
  border-radius: 0.3em;
  float: left;
  cursor: text;
  resize: none;
  width: 72%;
}

.input-textfield:focus {
  outline: none;
}

.text {
  height: 2em;
  width: 70%;
  min-width: 18em;
  font-size: 1em;
  font-weight: lighter;
  padding: 0px 1em 0px 0.3em;
  margin: 0.5em 0px 0.5em 0px;
  border-radius: 0.3em;
  float: left;
  cursor: text;
}

.inputSimple {
  height: 1.5em;
  width: 40%;
  min-width: 10em;
  font-size: 1em;
  font-weight: lighter;
  padding: 0px 1em 0px 0.3em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.3em;
  float: left;
  cursor: text;
}

.inouttext {
  margin: 2px;
}

/*! Iphone portrait */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  textarea {
    height: 7em;
    line-height: 1.1em;
    font-size: 0.7em;
    margin: 0.3em 0px 0.3em 0px;
    padding: 0.5em 0.3em 0.3em 0.3em;
    width: 95%;
  }

  .text {
    height: 2em;
    width: auto;
    min-width: 0em;
    padding: 0px 1em 0px 0.3em;
    margin: 0.3em 0px 0.3em 0px;
  }

  [type="checkbox"] {
    /*! DATENSCHUTZERKLÄRUNG BESTÄTIGEN */
    -webkit-transform: scale(3, 3);
  }
}

.squaretext {
  height: 100%;
  width: 100%;
  font-size: 1em;
  font-weight: lighter;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  float: left;
  cursor: text;
}
