body{
  font-family: monospace, 'lucida console', 'courier new';
  font-size: 13px;
}

input[type="text"], input[type="search"] {
    border-radius: 3px;
}

input, select, button, textarea {
    background: #ffffff;
    background-size: 24px;
    border: solid 1px transparent;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    -moz-context-properties: fill;
    fill:  rgba(12, 12, 13, 0.4);
    padding: 5px 0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
}

button {
  border: none;
  width: 100%;
  background-color: #c00;
  box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 3px 0px;
  cursor: pointer;
  color:#fff;
  height: 45px;
  line-height: 15px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

button:hover {
    background-color: #d00;
    border-bottom-color: #fff;
    border-color: #fff;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 3px 0px;
}

h1{font-family: 'Montserrat', sans-serif; color: #fff; padding: 20px; background-color: #c00;}

#ergebnis{visibility: visible;}

#result, #control {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  padding: 10px;
}

#wrapper {
  width: 100%;
}

textarea {
  width: 100%;
  height: 150px;
}
