/* gasi.de default normal.css */

* {
  font-family: Arial, Helvetica, sans-serif;

}

html { /* use whole screen and expand */
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  min-height: 100%; /* 100vh? */
} 

body {
  color: #000000;
  background-color: #ffffff;
  padding-bottom: 3em;  /* footer's height */
}

h1,h2,h3 {
  font-family: Segoe Print, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #0d17a1;
}

h1 {
/*border: 1px solid yellow;
background-color: lightblue;*/
  margin-bottom: 1px;
}

h1.a {
  color: #0d17a1;
}

h2 {
  font-size: 24px;
  color: #202dde;
/*border: 1px solid pink;
background-color: lightred;*/
  margin-bottom: 1px;
}

h3 {
  font-size: 20px;
  color: #00a8f3;
/*border: 1px solid green;
background-color: lightgreen;*/
  margin-bottom: 1px;
}

h1 + h2, h2 + h3, h1 + p, h2 + p, h3 + p {
  margin-top: 2px;  /* reduce p's standard top margin */
}

.vert {
  writing-mode: sideways-lr;
  text-align: left;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

div#content {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;  
}

div#header {
  display: inline-block;
}

div.headertext {
  display: block;
  text-align: center;
}

div#footer {
  /* Width and height values apply to the content, padding, and border. */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-top: 1px solid black;
  background-color: #eeeeee;
  padding: 15px;
  margin-top: 20px;
  float: left;  /* expand this to contain its floated contents */
  width: 100%;

  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 80;
}

div#footer-left {
  display: block;
  float: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

div#footer-right {
  display: block;
  float: right;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.clear { clear: both; }

.centerblock {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

abbr[title] {
  border-bottom: none;
  cursor: inherit !important;
  text-decoration: underline dotted; /* or none */
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top:-.5em;
}

sub {
  bottom:-.25em;
}

pre, div.code {
  color: #888888;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Menlo, Monaco, "Courier New", Courier, monospace;
  tab-width: 4;
  white-space: pre-wrap; /* preserve whitespace, wrap text when necessary, and on line breaks */
  word-wrap: break-word; /* IE */
  overflow-wrap: break-word;
  font-size: .8em;
}

img {
  border-style: none;
}

/* startpage shows images vertically without br tags */
img.startpage {
  padding: 20px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*margin: 0 auto;*/
}

p {
  text-align: justify;
/*margin-top: 1px;
margin-bottom: 1px;
padding-top: 1px;
padding-bottom: 1px;*/
}

.text-center {
  text-align: center !important;
}

input[type=button], input[type=submit], input[type=reset] {
  color: #ffffff;
  background-color: #4b50ae;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 4px;
  cursor: pointer;
}
input.pjiu-button-primary {
}
input.pjiu-button-default {
}

form div label {
  font-weight: bold;
  font-size: 75%;
  clear: right;
}
