@charset "UTF-8";
html, body {
  margin: auto !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 900px;
  text-align: center;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  background-color: #C9C8C8;
}
* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.button-td, .button-a {
  transition: all 100ms ease-in;
}
input, select, textarea {
  border: 1px solid #999999;
  padding: 5px;
  color: #000;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}
input, select, textarea {
border: 1px solid #999999;
padding: 5px;
color: #000;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
font-size: 1.2em;
text-align: center;
text-decoration: none;
border-radius: 3px;
text-align: center;
font-weight: bold;
}
input, textarea, select {
width: 90%;
border: 1px solid #C9C8C8;
padding: 3px 5px;
font-size: 1.1em;
text-align: center;
margin-bottom: 5px;
}
input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  width: auto;
}
input[type="file"] + label {
  font-size: 1.1em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
  cursor: pointer;
}
input[type="file"]:focus + label, input[type="file"] + label:hover {
  background-color: red;
}
input[type="file"]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
label, .label {
  font-weight: 200;
  font-size: 0.9em;
}
form {
  padding: 2px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  text-align: center;
  margin: 2px;
  background-color: white;
  padding: 2%;
}
table {
  border-radius: 7px;
  margin: 20px auto;
  text-align: center;
}
td {
  padding: 0 20px 20px;
}
tr.unterstrich td {
  border-bottom: 1px dashed #222;
}
td button {
  margin: 0 0 15px;
}
form p {
  padding: 2px;
}
table td p {
  padding: 0;
  margin: 7px 0;
}
legend {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
}
fieldset {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  padding: 0px;
  margin: 0px;
  border: none;
}
button, a.indexbutton {
  padding: 8px 20px;
  text-align: center;
  background-color: #16A038;
  color: #fff;
  font-size: 1em;
  border-radius: 3px;
  border: 1px solid #16A038;
  margin: 3px 5px;
  min-width: 220px;
}
a.indexbutton {
  display: inline-block;
  padding: 8px 5px;
  font-weight: 600;
}
.fehlermeldung {
  padding: 20px;
  font-weight: 600;
}
h1 {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  color: #16A038;
  text-align: center;
}
#startseiteblock {
  text-align: center;
}
p.hinweis {
  color: red;
  text-align: center;
  font-size: 0.9em;
}
p.footer, #header {
  color: #333;
  background-color: #fff;
  padding: 5px;
  margin: 10px 20px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 7px;
  border: 1px solid #16A038;
}
#header p, #header h1 {
  padding: 0px;
  margin: 0px;
}
#header h1 {
  padding: 5px 0;
}
p.footer {
  margin: 20px 20px 10px;
}
p.footer a {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}
.inputfile {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  -webkit-appearance: none;
}
input.submit {
  background: #16A038;
  border: 1px solid #16A038;
  padding: 10px;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  -webkit-appearance: none;
}
p.error {
  color: #E41216;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
}
p.error a {
  padding: 7px;
  font-size: 1.1em;
  max-width: 90%;
  text-decoration: underline;
  display: inline-block;
  color: #E41216;
  font-weight: normal;
}
.button-td:hover, .button-a:hover {
  background: #555555 !important;
  border-color: #555555 !important;
}
button a {
  color: #fff;
}
a {
  color: #16A038;
}
/* Startseite */
p.indexblock {
  padding: 10px;
  margin: 15px 28px;
  background-color: #16A038;
  color: white;
  border-radius: 7px;
  border: 1px solid white;
}
p.indexblock a {
  color: #16A038;
}
p.indexblock button, p.indexblock .indexbutton {
  background-color: white;
  color: #16A038;
}
/* Journal */
table#journal, table.journal {
  text-align: left;
  border: 1px solid #333;
  margin: 30px 0;
}
table#journal th, table#journal td, table.journal th, table.journal td {
  text-align: left;
  padding: 5px 10px;
  color: #333;
  font-size: 0.9em;
}
table#journal th, table.journal th {
  background-color: #C4C4C4;
}
table#journal td a, table.journal td a {
  color: #333;
}
/* Media Queries */
@media screen and (max-width: 600px) {
  form {
    width: 100%;
  }
  table {
    width: 100%;
  }
  input, textarea, select {
    width: 90%;
  }
}