/*color theme -> blue (dark) to yellow (bright)
@clr1:#012744; // dark
@clr2:#155764; //  |
@clr3:#588681; //  |
@clr4:#8C9C88; //  v
@clr5:#F2DBAE; //bright*/
/*color theme 2 -> Pastel Red to blue
@clr1:#FF4364; // red
@clr2:#FC9D9B; //  |
@clr3:#FACDAC; //  |
@clr4:#C9C8AA; //  v
@clr5:#84AF9C; //blue*/
h1 {
  font-size: 1.6em;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 3px 0 10px 0;
  text-align: left;
  font-weight: normal;
}
h2 {
  color: #223;
  font-size: 15px;
  font-weight: bold;
}
h3 {
  color: #223;
  font-size: 14px;
  font-size: bold;
  padding-top: 2em;
}
h4 {
  color: #666666;
}
h5 {
  color: #406066;
}
p {
  font-size: 13px;
  color: #223;
  text-align: justify;
  line-height: 1.6em;
}
a:link {
  color: #445;
  text-decoration: none;
}
a:visited {
  color: #445;
  text-decoration: none;
}
a:hover {
  color: #66c;
}
a:active {
  color: #66c;
}
a:selected {
  color: #445;
}
ul {
  list-style-type: disc;
  font-size: 13px;
  color: #223;
}
::selection {
  background: #eeeeee;
  color: #666666;
}
::-moz-selection {
  background: #eeeeee;
  color: #666666;
}
@media  (min-width: 768px) {
  .md-1-2 {
    width: 49%;
  }
  .md-1-3 {
    width: 31.99668%;
  }
  .md-2-3 {
    width: 65.993334%;
  }
  .md-1-4 {
    width: 23.5%;
  }
  .md-2-4 {
    width: 49%;
  }
  .md-3-4 {
    width: 74.5%;
  }
  .md-1-5 {
    width: 18.4%;
  }
  .md-2-5 {
    width: 38.8%;
  }
  .md-3-5 {
    width: 59.2%;
  }
  .md-4-5 {
    width: 79.6%;
  }
  [class^="md"] {
    margin-left: 1%;
    margin-right: 1%;
  }
  [class^="md"]:first-of-type {
    margin-left: 0;
    margin-right: 1%;
  }
  [class^="md"]:last-of-type {
    margin-left: 1%;
    margin-right: 0;
  }
}
@media  (min-width: 992px) {
  .lg-1-2 {
    width: 49%;
  }
  .lg-1-3 {
    width: 31.99668%;
  }
  .lg-2-3 {
    width: 65.993334%;
  }
  .lg-1-4 {
    width: 23.5%;
  }
  .lg-2-4 {
    width: 49%;
  }
  .lg-3-4 {
    width: 74.5%;
  }
  .lg-1-5 {
    width: 18.4%;
  }
  .lg-2-5 {
    width: 38.8%;
  }
  .lg-3-5 {
    width: 59.2%;
  }
  .lg-4-5 {
    width: 79.6%;
  }
  [class^="lg"] {
    margin-left: 1%;
    margin-right: 1%;
  }
  [class^="lg"]:first-of-type {
    margin-left: 0;
    margin-right: 1%;
  }
  [class^="lg"]:last-of-type {
    margin-left: 1%;
    margin-right: 0;
  }
}
@media  (min-width: 1220px) {
  .xl-1-2 {
    width: 49%;
  }
  .xl-1-3 {
    width: 31.99668%;
  }
  .xl-2-3 {
    width: 65.993334%;
  }
  .xl-1-4 {
    width: 23.5%;
  }
  .xl-2-4 {
    width: 49%;
  }
  .xl-3-4 {
    width: 74.5%;
  }
  .xl-1-5 {
    width: 18.4%;
  }
  .xl-2-5 {
    width: 38.8%;
  }
  .xl-3-5 {
    width: 59.2%;
  }
  .xl-4-5 {
    width: 79.6%;
  }
  [class^="xl"] {
    margin-left: 1%;
    margin-right: 1%;
  }
  [class^="xl"]:first-of-type {
    margin-left: 0;
    margin-right: 1%;
  }
  [class^="xl"]:last-of-type {
    margin-left: 1%;
    margin-right: 0;
  }
}
[class^="md"],
[class^="lg"],
[class^="xl"] {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
html,
body {
  margin: 0;
  padding: 0;
}
/*HTML5-patch für alte Browser, die diese Elemente nicht kennen*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* erforderlich für display-table-layout */
html,
body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  width: 100%;
  background: #666666;
  box-sizing: border-box;
}
@media  (min-width: 992px) {
  body {
    overflow-y: scroll;
  }
}
img {
  /*responsive bilder*/
  max-width: 100%;
}
.pageWrapper {
  display: table;
  height: 100%;
  width: 100%;
  background: white;
}
.container {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media  (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media  (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media  (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
#headerWrapper {
  width: 100%;
  background: #ffffff;
}
#headerWrapper header {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 970px;
  margin: auto;
}
@media  (min-width: 992px) {
  #headerWrapper header {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media  (min-width: 992px) {
  #headerWrapper header #headerCenter {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
#headerWrapper header nav {
  display: inline-block;
}
#headerWrapper header nav a {
  background: #337ab7;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  margin-left: 1em;
  padding: 1em;
  border-radius: 5px;
  display: inline-block;
}
#headerWrapper header nav a:hover {
  background-color: #b77033;
}
#headerWrapper header .asideWrapper {
  float: right;
  vertical-align: middle;
  background: pink;
  height: 6em;
  display: table;
}
#headerWrapper header .asideWrapper aside {
  display: table-cell;
  vertical-align: middle;
}
#headerBottom {
  text-align: center;
  background: #666666;
  padding: 10px 0 4px;
  margin-bottom: 3em;
}
#corpusWrapper {
  display: table-row;
  height: 100%;
}
#corpus {
  margin: auto;
}
@media  (min-width: 992px) {
  #corpus {
    width: 960px;
  }
}
@media  (min-width: 992px) {
  #corpus #leftCol {
    float: left;
    width: 190px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.6;
  }
}
#corpus #leftCol a {
  display: block;
  padding: 2px 0px;
  border-bottom: 1px dotted #99a;
  letter-spacing: 1px;
  padding-left: 2%;
}
#content {
  padding: 0 3%;
}
@media  (min-width: 992px) {
  #content {
    margin-left: 195px;
  }
}
#content section {
  padding-top: 2em;
  padding-bottom: 2em;
}
#content section:nth-child(odd) {
  background-color: #666666;
}
#content section:nth-child(even) {
  background-color: #aaa;
}
#footerWrapper {
  display: table-row;
  background: #eeeeee;
  text-align: right;
  color: #406066;
}
#footerWrapper footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
