@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! ChromaGrid v0.2 | MIT License | labs.neonpastell.de/chromagrid */
/*******************************************************************************
 * Copyright (c) 2014 Neonpastell GmbH, Manuel Piepereit
 * http://www.neonpastell.de
 * MIT License
 * Docu: labs.neonpastell.de/chromagrid
 ******************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 100%;
}

a {
  text-decoration: none;
  color: #e54418;
}

a:hover {
  background: #248c7c;
  color: #6b6b6b;
}

#header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: auto;
  border-bottom: #e54418 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 4em;
  max-width: 56.875em;
}
#header .menue {
  text-align: center;
}
#header .menue ul li {
  list-style: none;
  display: inline;
}
#header .menue li {
  margin-right: 11em;
}
#header .menue li:last-child {
  margin-right: 0em;
}
#header .menue a {
  color: #212020;
}

#content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
  max-width: 56.875em;
}
#content .maintitle {
  color: #ffb717;
  font-size: 4em;
}
#content .mainrow .imagecol, #content .mainrow .infocol {
  min-width: 22.375em;
  float: left;
  width: 22.375em;
}
#content .mainrow .imagecol img {
  width: 100%;
  margin-top: 1em;
}
#content .mainrow .infocol {
  margin-top: 4em;
  margin-left: 8.125em;
  line-height: 1.4em;
}
#content .mainrow .infocol h3 {
  font-size: 1.7em;
  color: #6b6b6b;
  margin-bottom: 0.2em;
}
#content .mainrow .infocol h2 {
  font-size: 1.2em;
  color: #212020;
  margin-bottom: 2em;
}
#content .mainrow .infocol h1 {
  font-size: 1.7em;
  color: #e54418;
  margin-bottom: 0.7em;
}
#content .mainrow .infocol p, #content .mainrow .infocol ul, #content .mainrow .infocol ol {
  margin-bottom: 1em;
}
#content .mainrow .infocol ul, #content .mainrow .infocol ol {
  margin-left: 1.7em;
}
#content .mainrow .infocol ul {
  list-style-type: disc;
}
#content .mainrow .infocol ol {
  list-style-type: lower-hexadecimal;
}
#content .mainrow .infocol blockquote {
  font-style: italic;
}
#content .mainrow .infocol em {
  font-weight: bold;
  color: #6b6b6b;
}

#footer {
  clear: both;
  display: flex;
  padding-top: 5em;
  bottom: 0;
  justify-content: center;
  width: 100%;
}
