@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: "Futura", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
   background-color: #C9C8C8;
}
* {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
.button-td, .button-a {
   transition: all 100ms ease-in;
}
input, textarea, select, textarea {
   width: 90%;
   border: 1px solid #C9C8C8;
   padding: 3px 5px;
   font-size: 1.1em;
   text-align: center;
   margin-bottom: 10px;
}
input.klein, select.klein {
   max-width: 250px;
}
select {
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   outline: -webkit-focus-ring-color auto 5px;
   margin: 7px;
   padding: 0px;
   text-indent: 0px;
   background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
input[type="submit"] {
   cursor: pointer;
}
input[type="file"] + label {
   font-size: 1em;
   font-weight: 500;
   color: white;
   padding: 5px 10px;
   text-decoration: underline;
   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: 1em;
   padding: 10px 0 0;
   margin-bottom: 0px;
}
p.dateiupload {
   margin: 5px 10px 0;
}
span.mouseover:hover {
   cursor: pointer;
}

form {
   padding: 2px;
   font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
   text-align: center;
   margin: 2px;
}
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;
}
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;
}
button {
   padding: 8px 20px;
   text-align: center;
   background-color: #0b8280;
   color: #fff;
   font-size: 1em;
   border-radius: 3px;
   border: 1px solid #0b8280;
   margin: 3px 5px;
   min-width: 220px;
   cursor: pointer;    
   outline:-webkit-focus-ring-color auto 5px;    
}
h1 {
   font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
   color: #0b8280;
   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: 10px 0;
}
p.footer {
   margin: 20px 20px 10px;
}
p#backbutton button, p.navibutton button {
   outline: -webkit-focus-ring-color auto 5px;
}
p.footer a {
   color: #0b8280;
   font-weight: bold;
   display: inline-block;
   margin-top: 5px;
}
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;
   font-weight: bold;
}
.inputfile {
   font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
   -webkit-appearance: none;
}
input.submit {
   background: #0b8280;
   border: 1px solid #0b8280;
   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: #0b8280;
}
/* Startseite */
p.indexblock {
   padding: 10px;
   margin: 15px 20px;
   background-color: #0b8280;
   color: white;
   border-radius: 7px;
   border: 1px solid white;
}
p.indexblock a {
   color: #0b8280;
}
p.indexblock button {
   background-color: white;
   color: #0b8280;
   margin: 5px;
}
/* Journal */
table#journal {
   text-align: left;
   border: 1px solid #333;
   margin: 30px 0;
}
table#journal th, table#journal td {
   text-align: left;
   padding: 5px 10px;
   color: #333;
   font-size: 0.9em;
}
table#journal th {
   background-color: #C4C4C4;
}
table#journal td a {
   color: #333;
}
/* Teilbereichüberschriften */
.teilbereichueberschrift {
   margin: 35px 0 10px;
   font-weight: bold;
   color: #fff;
   background-color: #0b8280;
   padding: 5px 10px;
}
.basis {
   margin: 0;
}
.small {
   margin: 0 20%;
}
/* Media Queries */
@media screen and (max-width: 600px) {
   form {
      width: 100%;
      margin: 0 auto;
   }
   table {
      width: 94%;
      margin: 0 auto;
      border-radius: 7px;
      border: 1px solid #16A038;
   }
   p.footer, #header {
      margin: 10px 10px;
   }
   input, textarea, select {
      width: 90%;
   }
}