
/* these are enabled by javascript, never here! */
div#show_for_print {
  visibility: hidden;
  display: none;
}
div#print {
  visibility: hidden;
  display: none;
}

pre#encrypted_result {
  font-size: 12px;
  line-height: 12px;
}
span#encrypted_result_content {
  font-size: 12px;
  line-height: 12px;
}

.one_line_field {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.multi_line_field {
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 5px 9px;
}

.select_field {
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 3px 9px;
}

.plz_city {
  display:flex;
  margin: 0;
  padding: 0;
  border: 0;
}
.plz_field {
  float: left;
  width: 4em;
  size: 5;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;

}

.city_field {
  width: 50%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-bottom: 5px;
  flex: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}


div#hide_if_not_sent,
div#hide_encrypted,
textarea#result {
  display: none;
}

div#not_yet_sent_warning {
  display: block;
}

textarea#base64_result {
  display: none;
}



button#button_print {
  visibility: hidden;
}

.checkmark {
  visibility: hidden;
}
/*button#button_send {
  display: none;
}
*/
