/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8); }
  a:hover {
    color: #043baf; }

:focus {
  outline: 0; }

body {
  background: #fff;
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0;
  color: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%; }

body {
  font-size: 15px;
  background: #f6f0eb url("../img/pattern5.png");
  min-width: 1200px;
  font-family: "Open Sans", sans-serif; }

.wrapper {
  width: 940px;
  margin: auto; }

.text, .widget {
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.8); }
  .text h1, .text h2, .text h3, .text h4, .widget h1, .widget h2, .widget h3, .widget h4 {
    padding-bottom: 5px;
    margin: 15px 0 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
    .text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .widget h1:first-child, .widget h2:first-child, .widget h3:first-child, .widget h4:first-child {
      margin-top: 0; }
  .text p + p, .text p + ul, .text p + ul, .text p + ol, .text p + blockquote, .text p + div,
  .text ul + p, .text ul + ul, .text ul + ol, .text ul + blockquote, .text ul + div
  ol + p, .text ol + ul, .text ol + ol, .text ol + blockquote, .text ol + div
  blockquote + p, .text blockquote + ul, .text blockquote + ol, .text blockquote + blockquote, .text blockquote + div,
  .text div + p, .text div + ul, .text div + ul, .text div + ul, .text div + div, .widget p + p, .widget p + ul, .widget p + ul, .widget p + ol, .widget p + blockquote, .widget p + div,
  .widget ul + p, .widget ul + ul, .widget ul + ol, .widget ul + blockquote, .widget ul + div
  ol + p, .widget ol + ul, .widget ol + ol, .widget ol + blockquote, .widget ol + div
  blockquote + p, .widget blockquote + ul, .widget blockquote + ol, .widget blockquote + blockquote, .widget blockquote + div,
  .widget div + p, .widget div + ul, .widget div + ul, .widget div + ul, .widget div + div {
    margin-top: 20px; }
  .text ul, .text ol, .widget ul, .widget ol {
    list-style-position: outside; }
  .text ul, .widget ul {
    list-style-type: square;
    margin-left: 17px; }
  .text ol, .widget ol {
    list-style-type: decimal;
    margin-left: 40px; }
  .text iframe, .widget iframe {
    display: block;
    margin: auto; }
  .text .alignright, .widget .alignright {
    float: right;
    margin-left: 20px; }
  .text .alignleft, .widget .alignleft {
    float: left;
    margin-right: 20px; }
  .text .aligncenter, .widget .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both; }
  .text .wp-caption, .widget .wp-caption {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    max-width: 100%;
    background: #f7f7f7;
    border-radius: 5px; }
  .text .wp-caption-text, .widget .wp-caption-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .text a[rel*="attachment"] + a[rel*="attachment"],
  .text .alignnone + .alignnone,
  .text a[rel*="lightbox"] + a[rel*="lightbox"], .widget a[rel*="attachment"] + a[rel*="attachment"],
  .widget .alignnone + .alignnone,
  .widget a[rel*="lightbox"] + a[rel*="lightbox"] {
    padding-left: 10px; }

.text a {
  color: #043baf; }
  .text a:hover {
    color: inherit; }
.text h1, .text h2, .text h3, .text h4 {
  font-weight: bold; }

.clear {
  clear: both;
  margin: 0 !important;
  width: 100%;
  height: 0; }

.button {
  border: 1px solid rgba(0, 0, 0, 0.17);
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .button:hover {
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.03); }
  .button:active {
    background: #eee;
    box-shadow: none; }

input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  font-weight: normal;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:focus {
    border-color: rgba(0, 0, 0, 0.3); }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

h1 {
  font-size: 1.6rem; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

small {
  font-size: smaller; }

.main-header {
  background: #0340b4 url("../img/bg-head.png");
  height: 180px; }
  .main-header .top .bundesanstalt {
    float: left; }
  .main-header .top .thwhs {
    float: right;
    padding-top: 10px; }
  .main-header .bottom {
    clear: both; }

.menu-top {
  padding: 5px 0 0 215px; }
  .menu-top ul {
    list-style: none; }
  .menu-top li {
    display: inline-block;
    padding-right: 10px; }
    .menu-top li a {
      color: #fff;
      font-size: 0.6rem;
      text-transform: uppercase; }
      .menu-top li a:hover {
        text-decoration: underline; }

.menu-main {
  display: block;
  margin: auto;
  margin-top: 99px;
  z-index: 10; }
  .menu-main > .menu-item {
    background: url("../img/border-nav.png") top right no-repeat;
    height: 60px;
    padding: 8px;
    float: left;
    position: relative; }
    .menu-main > .menu-item:last-child {
      background: transparent; }
    .menu-main > .menu-item.has-sub-menu:hover::after {
      content: "";
      display: block;
      position: absolute;
      width: 0px;
      height: 0px;
      position: absolute;
      bottom: -11px;
      left: 50%;
      margin-left: -6px;
      border-style: solid;
      border-width: 11px 10px 0 10px;
      border-color: #043baf transparent transparent transparent;
      z-index: 10; }
    .menu-main > .menu-item a {
      color: #fff;
      font-weight: bold;
      font-size: 93%; }
    .menu-main > .menu-item a:hover, .menu-main > .menu-item.current_page_item > a {
      color: #fefe00; }
    .menu-main > .menu-item .sub-menu {
      display: none;
      opacity: 0;
      position: absolute;
      top: 76px;
      left: 0;
      background: #043baf;
      padding: 15px;
      border-radius: 3px;
      z-index: 10;
      transition: opacity 0.5s ease-in-out; }
      .menu-main > .menu-item .sub-menu::before {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        left: 0;
        height: 16px;
        width: 100%; }
      .menu-main > .menu-item .sub-menu .menu-item {
        white-space: nowrap;
        margin-top: 15px; }
        .menu-main > .menu-item .sub-menu .menu-item:first-child {
          margin-top: 0; }
    .menu-main > .menu-item:hover > .sub-menu {
      display: block;
      opacity: 1; }

.slider-wrapper {
  width: 940px;
  height: 423px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .slider-wrapper .nivoSlider {
    height: 100%;
    border-radius: 0 0 3px 3px; }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

.nivoSlider {
  position: relative;
  background: #fff url(../img/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.nivoSlider a {
  border: 0;
  display: block; }

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  opacity: 0; }

.nivoSlider:hover .nivo-controlNav {
  opacity: 1; }

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1; }

a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

a.nivo-prevNav {
  left: 15px; }

.nivo-caption {
  font-family: Helvetica, Arial, sans-serif; }

.nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

.nivo-caption a:hover {
  color: #fff; }

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

.post-list {
  float: left; }
  .post-list.forums-page {
    width: 100%; }

.post {
  width: 650px;
  margin-top: 30px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .forums-page .post {
    width: 100%; }
  .post > h2 {
    padding: 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    line-height: 1.35; }
    .post > h2.editable {
      padding-right: 72px; }
    .post > h2 .post-edit-link {
      width: 32px;
      height: 32px;
      overflow: hidden;
      display: inline-block;
      float: right;
      position: absolute;
      top: 20px;
      right: 20px;
      color: transparent;
      background: url("../img/edit.png") no-repeat 0 0; }
      .post > h2 .post-edit-link:hover {
        background-position: -34px 0; }
  .post .wp-post-image {
    width: 120px;
    float: left;
    padding: 20px 0 20px 20px; }
  .post .text {
    width: 510px;
    float: right;
    padding: 15px 20px 20px 20px; }
    .post .text.full {
      width: 100%;
      float: none; }
    .post .text img {
      max-width: 100%;
      height: auto; }
  .post .weiterlesen {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    display: block;
    color: inherit; }
    .post .weiterlesen:hover {
      background: #f7f7f7; }
    .post .weiterlesen:active {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: none;
      padding: 15px 0 14px 0; }

.datum {
  width: 102px;
  height: 73px;
  background: url("../img/datum.png");
  position: absolute;
  left: -115px;
  top: 0;
  color: white;
  font-weight: bold; }
  .datum .links {
    width: 38%;
    float: left;
    margin: 15px 4px 0 8px; }
  .datum .rechts {
    margin: 15px 10px 0 5px;
    width: 35%;
    float: right;
    text-align: center; }
  .datum .jahr {
    font-size: 0.8rem; }
  .datum .monat {
    font-size: 0.8rem;
    text-transform: uppercase; }
  .datum .tag {
    font-size: 1.6rem;
    text-align: center; }

.pagination {
  margin-top: 30px; }
  .pagination .right a, .pagination .left a {
    display: block;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 15px; }
    .pagination .right a:hover, .pagination .left a:hover {
      background: #f7f7f7;
      color: inherit; }
    .pagination .right a:active, .pagination .left a:active {
      position: relative;
      top: 1px;
      box-shadow: none; }
  .pagination .right {
    float: right; }
  .pagination .left {
    float: left; }

.zeitschriften .year {
  width: 31%;
  margin: 15px 2% 0 0;
  float: left; }

.image .left, .image .right {
  width: 265px;
  margin-top: 16px; }
  .image .left img, .image .right img {
    width: 100px;
    height: 100px; }
.image .left, .image .left img {
  float: left;
  margin-right: 20px; }
.image .right, .image .right img {
  float: right;
  margin-left: 20px;
  text-align: right; }

.downloads {
  font-size: 0.9rem; }
  .downloads h2 {
    clear: both; }
  .downloads > .left {
    float: left;
    width: 50%; }
  .downloads > .right {
    float: right;
    width: 50%;
    margin-top: 0; }

.download {
  width: 290px;
  margin-right: 15px;
  margin-top: 0; }
  .download img {
    float: left;
    width: 48px;
    height: 48px; }
  .download .right {
    float: right;
    width: 240px; }
  .download .heading {
    font-size: 1rem; }

.sidebar {
  float: right;
  width: 260px; }
  .sidebar .widget {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px; }
    .sidebar .widget h2 {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .sidebar .widget > * {
      padding-left: 20px;
      padding-right: 20px; }
    .sidebar .widget img {
      margin: auto;
      display: block; }

.widget_search .button {
  margin-top: 15px;
  float: right; }

.main-footer {
  margin-top: 30px;
  border-top: 5px solid #ccc;
  background: #2a2a2a;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.8); }
  .main-footer a {
    color: inherit; }
  .main-footer .copy {
    display: block;
    margin-top: 25px; }

.menu-footer > .menu-item {
  display: block;
  width: 20%;
  float: left; }
  .menu-footer > .menu-item .sub-menu .menu-item {
    margin-top: 7px; }
    .menu-footer > .menu-item .sub-menu .menu-item::before {
      content: "\25a0 ";
      color: inherit;
      padding-right: 10px; }

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