html {
  font-family: 'Muli', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 125%;
  padding: 0;
  margin: 0; }

body {
  background: #ddd;
  padding: 0;
  margin: 0; }
  body * {
    box-sizing: border-box; }

.clr {
  display: block;
  clear: both; }

a {
  text-decoration: none;
  color: #555; }
  a:hover {
    color: #000; }

#background {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw; }
  #background img {
    display: block;
    width: auto;
    height: 100vh; }

@media (min-width: 990px) {
  #background {
    height: 100vh; }
    #background img {
      width: 100%;
      height: auto;
      min-height: 100%; } }
#all {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 955px;
  margin: 25px auto;
  border: 1px solid #000; }

#header {
  background: #ebebe9 url(../images/header_bkgnd.jpg) repeat-y left top;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  height: 100px; }
  #header #page-title {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #header #page-title span {
      display: block;
      text-align: center; }
      #header #page-title span.ln1 {
        font-size: 20px;
        font-weight: 300;
        color: #666;
        letter-spacing: 0.35em; }
      #header #page-title span.ln2 {
        font-size: 14px;
        padding-right: 5px;
        margin-top: 3px; }

#header-image > .inner {
  border-bottom: 1px solid #000; }
#header-image img {
  display: block; }

#content {
  padding: 40px 0;
  font-size: 12px;
  line-height: 125%;
  min-height: 500px; }
  #content #box-left {
    width: 50%;
    float: left;
    padding: 0 0 0 40px; }
    #content #box-left.small {
      width: 35%; }
    #content #box-left a {
      color: blue; }
  #content #box-right {
    width: 50%;
    float: right;
    padding: 0 40px 0 0; }
    #content #box-right.large {
      width: 65%; }
    #content #box-right .portrait {
      float: right;
      width: 200px;
      height: auto;
      margin: 0 0 10px 40px; }
  #content #content-title {
    font-size: 14px;
    margin: 0 0 40px; }
  #content .box-title {
    font-size: 14px;
    margin: 0 0 40px; }
  #content .empty-block {
    font-size: 14px;
    margin: 0 0 40px; }
  #content .block {
    text-align: justify; }

.lbl {
  display: inline-block;
  width: 40px; }

.imprint .lbl {
  width: 60px; }

nav#navigation .menu {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px; }
  nav#navigation .menu li {
    display: inline-block;
    float: left; }
    nav#navigation .menu li a {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      display: block;
      padding: 5px 60px 2px; }
      nav#navigation .menu li a:hover {
        background: #eee; }
    nav#navigation .menu li.current a {
      background: #eee; }

/*# sourceMappingURL=styles.css.map */
