/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0099ff;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0099ff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@at-root {
  @-ms-viewport {
    width: device-width; } }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.lighter-box-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.lighter-box-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6); }

.lighter-box-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.lighter-box-modal {
  position: relative;
  background: white;
  padding: 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 120px;
  min-height: 100px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  overflow-y: auto; }

.lighter-box-close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  background: transparent;
  text-align: center;
  font: bold 18px/20px sans-serif;
  color: #cccccc;
  cursor: pointer; }
  .lighter-box-close-button:hover, .lighter-box-close-button:focus {
    color: #555555; }

.lighter-box-prev-link, .lighter-box-next-link {
  position: absolute;
  top: calc(50% - 21.6px);
  width: 43.2px;
  height: 43.2px;
  text-decoration: none;
  font-size: 34.56px;
  line-height: 38.88px;
  background: rgba(52, 52, 52, 0.85);
  color: #cccccc;
  text-align: center; }
  .lighter-box-prev-link > span, .lighter-box-next-link > span {
    font-weight: bold;
    color: inherit; }
  .lighter-box-prev-link:hover, .lighter-box-prev-link:focus, .lighter-box-next-link:hover, .lighter-box-next-link:focus {
    color: white;
    background: rgba(22, 22, 22, 0.9);
    text-decoration: none; }

.lighter-box-prev-link {
  left: 0px; }

.lighter-box-next-link {
  right: 0px; }

.lighter-box-image {
  display: block;
  margin: auto;
  max-width: 100%;
  min-height: 30px; }

.lighter-box-figcaption {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.2; }
  .lighter-box-figcaption.empty-caption {
    margin-top: 0; }

.lighter-box-spinner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 15px;
  position: fixed;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
  width: 80px;
  height: 55px;
  left: calc(50% - 40px);
  top: calc(50% - 27.5px);
  text-align: center;
  font-size: 10px; }
  .lighter-box-spinner:focus {
    outline: none; }
  .lighter-box-spinner > div {
    background-color: #eeeeee;
    height: 100%;
    width: 5px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: lighter-box-loader-anim 1.2s infinite ease-in-out;
    animation: lighter-box-loader-anim 1.2s infinite ease-in-out; }
  .lighter-box-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .lighter-box-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .lighter-box-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .lighter-box-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes lighter-box-loader-anim {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes lighter-box-loader-anim {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.lighter-box-modal.ie9 {
  display: inline-block;
  width: auto;
  margin: 0; }

.lea-form.anmeldung-formular .field {
  margin-bottom: 12px; }
.lea-form.anmeldung-formular .anmeldung_limit_fehler {
  display: block;
  margin: -12px 0 12px;
  padding: 1px 3px;
  background: #990000;
  color: white; }

.anmeldedaten {
  line-height: 135%; }
  .anmeldedaten .label {
    color: #9999cc; }

.back-to-top-links {
  margin: 20px 0 0; }
  .back-to-top-links a {
    display: inline-block;
    color: #cccccc; }
  .back-to-top-links a:hover {
    color: #0099ff; }

nav.breadcrumbs {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 6px;
  margin: -15px -55px 20px;
  color: #777777; }
  nav.breadcrumbs a {
    display: inline-block;
    color: #0099ff; }
  nav.breadcrumbs a:hover {
    color: #0099ff; }

.filter-and-sort-form .submit-button {
  float: left;
  margin: 12px 0 0 8px; }

.footer {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 459px;
  margin: 0 0 40px 306px;
  border: 1px solid #cccccc;
  padding: 3px 10px;
  color: #cccccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch; }

.footer-link {
  color: #cccccc;
  -ms-flex: auto;
      flex: auto;
  text-align: center; }
  .footer-link:hover {
    color: #9999cc;
    text-decoration: underline; }

.header-nav {
  width: 612px;
  background: url("/images/strichcode.gif") left repeat-y #999999;
  text-align: right; }

.header-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.header-nav-menu > .item {
  float: left;
  width: 153px;
  height: 140px;
  background: #eeeeee; }
  .header-nav-menu > .item.first {
    background-color: #9999cc; }
  .header-nav-menu > .item.second {
    background-color: #99cccc; }
  .header-nav-menu > .item.third {
    background-color: #99ccff; }
  .header-nav-menu > .item.fourth {
    background-color: #ffcc66; }
  .header-nav-menu > .item > a {
    font: normal 8px/8px "kroeger 05_64", sans-serif;
    color: #333366;
    text-decoration: none;
    display: block;
    padding: 7px 6px;
    text-align: right;
    text-transform: uppercase; }
    .header-nav-menu > .item > a:hover {
      color: #0173c1; }

.header-nav-menu > .item-mini {
  display: inline-block;
  line-height: 14px; }
  .header-nav-menu > .item-mini.last {
    color: white;
    margin-right: 8px; }
  .header-nav-menu > .item-mini > a {
    color: white;
    padding: 2px 8px 0px;
    text-decoration: none; }
    .header-nav-menu > .item-mini > a:hover {
      text-decoration: underline; }

.header {
  padding-left: 306px; }

.header-brand {
  float: left;
  margin-left: -306px;
  display: block; }

.header-brand-image {
  width: 306px;
  height: 306px; }

body.mb .header-brand {
  background: url("/images/strichcode.gif") left bottom repeat-y;
  height: 306px; }
body.mb .header-brand-image {
  height: 292px; }

.header-secondary-image-container {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 152px;
  width: 459px;
  background-color: #eeeeee;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc; }
  .header-secondary-image-container img {
    float: right; }

.header-meta-links {
  width: 153px;
  clear: right;
  float: right;
  margin-top: 10px; }

.header-meta-links-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .header-meta-links-list > li {
    margin-bottom: 10px; }

.lea-form fieldset {
  border: none;
  margin: 0;
  padding: 0; }
.lea-form legend {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px; }
.lea-form .field {
  display: inline-block;
  border: 1px solid #9999cc;
  color: black;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 2px 2px 1px;
  margin: 0 0 8px 0;
  width: 100%; }
.lea-form .field[readonly] {
  background: #f4f4f4;
  color: #999999;
  border-color: #dddddd; }
.lea-form .field[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 8px 3px 16px 0; }
.lea-form .checkbox-group {
  margin: 0 0 8px; }
  .lea-form .checkbox-group .field[type="checkbox"] {
    margin: 2px 3px 2px 8px; }
.lea-form .row {
  margin-left: -8px; }
  .lea-form .row:before, .lea-form .row:after {
    content: " ";
    display: table; }
  .lea-form .row:after {
    clear: both; }
  .lea-form .row .field {
    float: left;
    margin-left: 8px; }
.lea-form textarea.field {
  height: 50px; }
.lea-form .button {
  border: none;
  float: right; }

.lea-form.with-labels label, .lea-form.with-labels fieldset.radios {
  color: #9999cc;
  display: block; }
  .lea-form.with-labels label small, .lea-form.with-labels fieldset.radios small {
    color: #999999;
    font-size: 100%; }
  .lea-form.with-labels label.invalid, .lea-form.with-labels fieldset.radios.invalid {
    color: #cc3300; }
    .lea-form.with-labels label.invalid .field, .lea-form.with-labels fieldset.radios.invalid .field {
      border-color: #cc3300; }
.lea-form.with-labels fieldset.radios {
  width: auto;
  display: inline-block; }
  .lea-form.with-labels fieldset.radios legend {
    font-weight: normal;
    margin: 0;
    pading: 0;
    display: block;
    margin: 0; }
  .lea-form.with-labels fieldset.radios label.for-radio {
    margin: 3px 6px 8px 0;
    float: none;
    display: inline-block;
    color: black; }
    .lea-form.with-labels fieldset.radios label.for-radio input {
      margin-right: 2px;
      vertical-align: middle; }
.lea-form.with-labels .field {
  margin-top: 1px; }
.lea-form.with-labels .row label, .lea-form.with-labels .row fieldset.radios {
  float: left;
  margin-left: 8px; }
.lea-form.with-labels .row .field {
  float: none;
  margin-left: 0; }

.lea-literature {
  margin-left: 48px;
  clear: both;
  padding-top: 15px; }
  .lea-literature a.cover {
    float: left;
    margin-left: -48px; }
  .lea-literature strong {
    color: #000033;
    font-weight: bold; }

.lea-literature.with-shadow img {
  width: 40px;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.lea-members-list h4 {
  border-bottom: 1px solid #9999cc;
  padding: 10px 0 0;
  font-size: 18px;
  margin: 0;
  color: #999999; }
.lea-members-list dl {
  margin: 0; }
.lea-members-list dt, .lea-members-list dd {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 2px 0; }
.lea-members-list .has-stripe {
  background-color: #eeeeff; }
.lea-members-list dt {
  width: 110px;
  float: left;
  padding-right: 5px; }
.lea-members-list dd {
  padding-left: 110px; }
  .lea-members-list dd:before, .lea-members-list dd:after {
    content: " ";
    display: table; }
  .lea-members-list dd:after {
    clear: both; }

.lea-portfolios-list h4 {
  border-bottom: 1px solid #9999cc;
  padding: 25px 0 0;
  font-size: 18px;
  margin: 0;
  color: #9999cc; }
.lea-portfolios-list p {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  margin: 0; }
.lea-portfolios-list p:hover {
  background: #ffffcc;
  cursor: pointer; }
  .lea-portfolios-list p:hover a {
    text-decoration: underline; }
.lea-portfolios-list .bundesland {
  color: #aaaaaa;
  font-weight: bold;
  float: right; }
.lea-portfolios-list .prjkat {
  display: block;
  color: #ff9900; }

.main {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 459px;
  margin-left: 306px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 29px 73px 9px; }
  .main:focus {
    outline: none; }

.main-content {
  overflow: hidden; }

.mb-info {
  width: 204px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px 18px 4px;
  float: left;
  margin-left: -204px;
  background: url("/images/mb-info_bg.gif") 50% top repeat-y; }

.mb-info-message {
  margin: 0;
  background: white;
  border: 1px solid #9999cc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 5px 7px;
  color: #9999cc; }

.mb-info-logout {
  display: inline-block;
  margin: 3px 0 0 11px; }

.lea-table.mb-members-table-full td, .lea-table.mb-members-table-full th {
  padding: 4px 8px; }

.mb-nav {
  width: 152px;
  height: 152px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: left; }

.mb-nav-menu {
  width: 152px; }
  .mb-nav-menu.gen1 {
    margin-top: 42px; }
  .mb-nav-menu.gen2 {
    padding-top: 30px; }
  .mb-nav-menu.gen3 {
    padding-top: 30px; }
  .mb-nav-menu.gen4 {
    padding-top: 30px; }
  .mb-nav-menu.gen5 {
    padding-top: 18px; }
  .mb-nav-menu.gen6 {
    padding-top: 30px; }
  .mb-nav-menu.gen7 {
    padding-top: 30px; }
  .mb-nav-menu.gen8 {
    padding-top: 6px; }
  .mb-nav-menu.gen9 {
    padding-top: 6px; }
  .mb-nav-menu.gen10 {
    padding-top: 18px; }
  .mb-nav-menu.gen11 {
    padding-top: 18px; }
  .mb-nav-menu.gen12 {
    padding-top: 18px; }
  .mb-nav-menu.gen13 {
    padding-top: 30px; }
  .mb-nav-menu.gen14 {
    padding-top: 30px; }

.mb-nav-menu .submenu {
  left: 152px;
  width: 152px;
  background: #eeeeee; }

.nav-menu.mb-nav-menu li:hover > a, .nav-menu.mb-nav-menu li > a[aria-expanded="true"] {
  color: #0099ff; }

.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-menu li {
  background: none;
  position: relative; }
  .nav-menu li > a {
    font: normal 8px/8px "kroeger 05_64", sans-serif;
    color: #333366;
    text-align: right;
    text-transform: uppercase;
    display: block;
    padding: 2px 10px 2px 3px;
    text-decoration: none; }
    .nav-menu li > a.compressed {
      letter-spacing: -1px; }
  .nav-menu li:hover > a, .nav-menu li > a[aria-expanded="true"] {
    color: #0173c1;
    text-decoration: none; }

.nav-menu .has-submenu::after {
  position: absolute;
  content: " ";
  right: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  background: url("/images/nav-icon.png") no-repeat left bottom; }
.nav-menu .has-submenu:hover::after {
  background-position: left top; }

.nav-menu .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -5px;
  padding: 5px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .nav-menu .submenu a {
    text-align: left;
    text-indent: -6px;
    padding: 2px 0 2px 18px; }
    .nav-menu .submenu a i.nav-icon {
      right: auto;
      left: 4px; }

.nav-menu .submenu > li::before {
  position: absolute;
  content: " ";
  left: 3px;
  top: 4px;
  width: 5px;
  height: 5px;
  background: url("/images/nav-icon.png") no-repeat left bottom; }
.nav-menu .submenu > li:hover::before {
  background-position: left top; }

.primary-nav {
  width: 204px;
  height: 204px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 30px;
  float: left;
  margin-left: -204px;
  background: url("/images/primary-nav_bg.png") 50% 50% no-repeat; }

html[lang="en"] .primary-nav {
  padding-top: 54px; }

.primary-nav-menu {
  width: 102px; }

.primary-nav-menu .submenu {
  background: #ffcc66;
  left: 102px;
  width: 102px; }

.primary-nav-login-form {
  width: 102px;
  padding-top: 4px; }

.primary-nav-login-form.lea-form .field {
  display: block;
  margin: 1px 3px 1px auto;
  width: 82px; }

.primary-nav-login-form.lea-form .button {
  display: block;
  margin: 4px 3px 0 auto; }

.sitemap {
  padding: 6px 13px;
  margin-bottom: 13px; }
  .sitemap h3 {
    margin: 20px 0 2px; }
  .sitemap h3:first-child {
    margin-top: 0; }
  .sitemap ul {
    margin: 0; }

.sitemap-main {
  border: 1px solid #ffcc66; }
  .sitemap-main:before, .sitemap-main:after {
    content: " ";
    display: table; }
  .sitemap-main:after {
    clear: both; }
  .sitemap-main .column {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 50%;
    float: left; }

.sitemap-members {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 48.5%;
  border: 1px solid #99ccff;
  float: left; }

.sitemap-meta {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 48.5%;
  float: right;
  border: 1px solid #999999; }

.slider {
  position: relative; }
  .slider.loaded .slider-item {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  .slider.loaded .slider-item.active {
    display: block; }

.slider-nav {
  margin: 5px 0;
  text-align: center; }
  .slider-nav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin: 0 3px; }
    .slider-nav a:hover {
      background: #eeeeee; }
    .slider-nav a.active {
      background: #cccccc; }

.teaserbox {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 153px;
  padding: 19px 12px 9px;
  float: right;
  background-color: #cccccc;
  margin-top: -152px; }

body.mb .teaserbox {
  padding-bottom: 25px;
  background: #cccccc url("/images/strichcode.gif") left bottom no-repeat; }

.teaserbox-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.teaserbox-list > li {
  margin-bottom: 10px; }
  .teaserbox-list > li > a {
    color: #333366;
    text-decoration: none; }
    .teaserbox-list > li > a:hover {
      text-decoration: underline; }
  .teaserbox-list > li strong {
    color: inherit;
    font-weight: bold; }
  .teaserbox-list > li.important > a {
    font-weight: bold;
    color: #da6f08; }
    .teaserbox-list > li.important > a .lea-teaser-bullet {
      font-weight: normal; }

.testimonial-quote img {
  float: left;
  width: 70px;
  height: 93px;
  margin: 0 5px 0 0; }
.testimonial-quote p {
  margin-bottom: 0; }
.testimonial-quote .lead {
  font-weight: bold;
  margin-top: 0; }
.testimonial-quote cite {
  font-style: italic; }

.testimonial-video img {
  width: 295px;
  height: 166px; }
.testimonial-video .caption {
  display: block;
  text-align: center;
  margin: 5px 0 0 0; }

.slider .testimonial {
  background: #eeeeee;
  padding: 6px 6px 4px;
  margin: 0; }

.testimonial-list .testimonial {
  margin: 24px 0; }
.testimonial-list .divider {
  margin: 24px 0 0 0; }
  .testimonial-list .divider hr {
    height: 0px;
    border: none;
    border-top: 1px solid #cccccc;
    margin: 0 140px; }
.testimonial-list .testimonial-quote img {
  margin: 0 7px 0 0; }

.video-with-preview {
  position: relative; }
  .video-with-preview img {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer; }

body.page-ablauf .big-nr {
  font-size: 24px;
  color: #9999cc; }

body.page-code .choose-form-link {
  display: block;
  color: inherit; }
  body.page-code .choose-form-link:hover {
    text-decoration: none;
    background: rgba(0, 0, 192, 0.05); }
    body.page-code .choose-form-link:hover strong {
      text-decoration: underline; }
  body.page-code .choose-form-link p {
    border: 1px #9999cc solid;
    padding: 5px; }
  body.page-code .choose-form-link em {
    font-weight: bold;
    font-style: normal;
    color: inherit; }
  body.page-code .choose-form-link strong {
    font-weight: bold;
    color: #0099ff; }

.page-fotogallery_big {
  width: auto; }
  .page-fotogallery_big #header {
    background: white url("/images/strichcode_popup.gif") repeat-x left top;
    height: 14px;
    text-align: right; }
  .page-fotogallery_big #sidebar {
    width: 205px;
    position: absolute;
    right: 0px;
    top: 14px;
    height: 420px; }
  .page-fotogallery_big #sidebar-footer {
    position: absolute;
    bottom: 0px; }
  .page-fotogallery_big #main {
    text-align: center;
    position: relative;
    margin: 40px 0 0 0;
    width: 540px;
    height: 380px; }
  .page-fotogallery_big #main-footer {
    position: absolute;
    width: 520px;
    height: 20px;
    bottom: 0px;
    left: 0px; }
  .page-fotogallery_big .section-column {
    width: 30%;
    float: left; }
  .page-fotogallery_big .link-to-previous, .page-fotogallery_big .link-to-next {
    position: absolute;
    bottom: 0px;
    border: none; }
  .page-fotogallery_big .link-to-previous {
    left: 50px; }
  .page-fotogallery_big .link-to-next {
    right: 30px; }
  .page-fotogallery_big h2 {
    margin: 20px 0; }
  .page-fotogallery_big h2 .subtitle {
    display: block;
    font: normal 11px Verdana, sans-serif; }
  .page-fotogallery_big img.main-image {
    max-width: 450px;
    max-height: 300px; }
  .page-fotogallery_big .current-link {
    color: #ff9900; }

.page-fotospopup {
  width: auto;
  background: url("/images/strichcode_popup.gif") left top no-repeat; }
  .page-fotospopup .fotospopup-header {
    text-align: right; }
  .page-fotospopup .fotospopup-main {
    padding: 23px 10px 0 396px; }
  .page-fotospopup .photo {
    width: 343px;
    height: 353px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
    margin-left: -363px;
    border: 1px solid #cccccc;
    position: relative; }
    .page-fotospopup .photo img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .page-fotospopup .photo figcaption {
      position: absolute;
      bottom: 8px;
      text-align: center;
      left: 0;
      right: 0;
      font-weight: bold; }
  .page-fotospopup .prev-next-links {
    width: 343px;
    float: left;
    clear: left;
    border: 1px solid #cccccc;
    border-top: none;
    margin-left: -363px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 20px; }
    .page-fotospopup .prev-next-links .next-link {
      float: right; }
  .page-fotospopup .back-and-close-link {
    position: absolute;
    bottom: 15px;
    left: 393px; }
  .page-fotospopup h3 {
    margin: 0; }

.page-fotospopup_big #header {
  background: white url("/images/strichcode_popup.gif") repeat-x left top;
  height: 14px;
  text-align: right; }
.page-fotospopup_big #sidebar {
  width: 205px;
  position: absolute;
  right: 0px;
  top: 14px;
  height: 420px; }
.page-fotospopup_big #sidebar-footer {
  position: absolute;
  bottom: 0px; }
.page-fotospopup_big #main {
  text-align: center;
  position: relative;
  margin: 40px 0 0 0;
  width: 540px;
  height: 380px; }
.page-fotospopup_big #main-footer {
  position: absolute;
  width: 520px;
  height: 20px;
  bottom: 0px;
  left: 0px; }
.page-fotospopup_big .current-link {
  color: #ff9900; }

.page-index h3 {
  margin: 20px 0 8px;
  font-size: 12px; }
.page-index p[data-toggle], .page-index p[data-link] {
  cursor: pointer; }

body.page-kontakt .contact-form .required-fields-notice {
  color: #999999; }

body.page-m_anreise .lea-table {
  margin-bottom: 20px; }
  body.page-m_anreise .lea-table td {
    width: 50%; }

.page-m_image_popup {
  width: auto; }
  .page-m_image_popup h2 {
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000033;
    margin: 0; }
  .page-m_image_popup #header {
    height: 14px;
    background: url("/images/strichcode_popup.gif") repeat-x;
    text-align: right; }
  .page-m_image_popup #header a img {
    display: block; }
  .page-m_image_popup #pic-container {
    width: 340px;
    padding: 20px;
    margin: 20px;
    border: 1px solid #cccccc;
    text-align: center; }
  .page-m_image_popup #details {
    margin: 20px 0 0 0;
    width: 260px;
    padding-right: 20px;
    float: right;
    font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000033; }
  .page-m_image_popup h3 {
    font-size: 100%;
    margin: 10px 0 0;
    color: #ff9900; }
  .page-m_image_popup h3 + p {
    margin-top: 0; }
  .page-m_image_popup a {
    color: #0099ff;
    text-decoration: none; }
  .page-m_image_popup a:hover {
    text-decoration: underline; }

body.page-m_inhalte_forum_iv .lea-publikation + h3 {
  padding-top: 30px; }

body.page-m_kontakt .mb-contact-form .inline-label {
  color: #9999cc; }

.page-m_mappe-1 .float_download {
  text-align: center;
  margin: 10px;
  float: left;
  width: 130px; }

.page-m_mappe-2 .float_download {
  text-align: center;
  margin: 10px;
  float: left;
  width: 130px; }

.page-m_meinfoto .foto-form-radiobuttons {
  background: #eeeeee;
  padding: 4px; }
  .page-m_meinfoto .foto-form-radiobuttons label {
    display: block; }
  .page-m_meinfoto .foto-form-radiobuttons label + label {
    margin-top: 4px; }

.page-m_spring_academy_2014 .keynote {
  clear: left;
  padding: 20px 0 0 60px; }
  .page-m_spring_academy_2014 .keynote strong {
    color: #000033;
    font-weight: bold; }
  .page-m_spring_academy_2014 .keynote h2 {
    margin-top: 0;
    margin-left: -60px; }
  .page-m_spring_academy_2014 .keynote img.speaker {
    float: left;
    margin-left: -60px; }
  .page-m_spring_academy_2014 .keynote p.publikation {
    clear: none; }
    .page-m_spring_academy_2014 .keynote p.publikation:last-child {
      margin-bottom: 0; }
  .page-m_spring_academy_2014 .keynote p.literatur {
    padding-top: 0; }
  .page-m_spring_academy_2014 .keynote h3 {
    font-size: 10px; }

body.page-members .kamingespraeche-box {
  background: #ffd699;
  border: 1px dotted #faae3d;
  padding: 5px;
  margin: 0 0 18px; }
  body.page-members .kamingespraeche-box em {
    color: inherit;
    font-style: italic; }
body.page-members .kamingespraeche-form fieldset {
  border: none;
  margin: 18px 0 0;
  padding: 0; }
body.page-members .kamingespraeche-form legend {
  font-weight: bold;
  margin-bottom: 6px;
  display: inline-block; }
body.page-members .kamingespraeche-form label {
  display: block;
  margin: 6px 0; }
body.page-members .kamingespraeche-form select {
  width: 100%; }
body.page-members .kamingespraeche-form label > select {
  width: calc(100% - 2em); }
body.page-members .kamingespraeche-form .button {
  text-align: center;
  margin-top: 12px; }
body.page-members .kamingespraeche-error-notice {
  background: #f3d9d9;
  padding: 6px;
  color: #bd0000;
  border: 1px solid;
  margin: 0 0 6px;
  font-weight: bold; }
body.page-members .kamingespraeche-success-notice {
  background: #c9ff83;
  border: 1px solid #a3ce6b;
  padding: 0 5px;
  margin-bottom: 20px; }

body.page-newsletter .newsletter-download {
  width: 100%; }
  body.page-newsletter .newsletter-download td {
    width: 50%;
    padding-bottom: 10px;
    text-align: center; }
  body.page-newsletter .newsletter-download .newsletter-thumb {
    display: inline-block;
    margin: 6px 6px 6px 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); }

body.page-team .team-person:before, body.page-team .team-person:after {
  content: " ";
  display: table; }
body.page-team .team-person:after {
  clear: both; }
body.page-team .team-person h3 {
  margin-top: 0; }
  body.page-team .team-person h3 > .role {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    display: block;
    margin-bottom: 10px; }
body.page-team .team-person img {
  float: left;
  margin: 0 18px 6px 0; }

body.page-termine .lea-table th.date-table-date {
  width: 60%; }
body.page-termine .lea-table th.date-table-forum {
  width: 40%; }

.page-videopopup {
  width: auto; }
  .page-videopopup #header {
    background: white url("/images/strichcode_popup.gif") repeat-x left top;
    height: 14px;
    text-align: right; }
  .page-videopopup #logo {
    background: white;
    padding: 0 5px 0px 105px;
    float: right; }
  .page-videopopup #main {
    text-align: center;
    width: 320px;
    height: 280px;
    margin: 60px auto 0 auto;
    overflow: hidden; }

@font-face {
  font-family: "kroeger 05_64";
  src: url("/fonts/kroeger0564-webfont.eot?") format("eot"), url("/fonts/kroeger0564-webfont.woff") format("woff"), url("/fonts/kroeger0564-webfont.ttf") format("truetype"); }

body {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: #000033;
  width: 918px; }

.skip-to-content-link:focus {
  position: absolute;
  left: 0;
  top: 0;
  background: white; }

h1 {
  margin: 0; }

h2 {
  font: normal 23px/26px "Rotis Sans Serif W01", Calibri, sans-serif;
  margin: 0 0 18px; }

.h2-subtitle {
  margin-top: -16px;
  font-size: 12px; }

h3 {
  font-size: 11px;
  color: #000033;
  margin: 20px 0 10px; }

.h3-subtitle {
  margin-top: -10px;
  font-weight: bold; }

h4 {
  font-size: 10px;
  margin: 10px 0 0; }

h4 + p {
  margin-top: 0; }

h4 + .lea-publikation {
  margin-top: 5px; }

em, strong {
  color: #ff9900;
  font-style: normal;
  font-weight: normal; }

address {
  font-style: normal; }

.standard-strong strong, strong.standard {
  color: inherit;
  font-weight: bold; }

.lea-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .lea-bullet-list > li {
    padding-left: 11px;
    background: url("/images/icon_list.gif") no-repeat left 3px; }

.lea-bullet-list.blue > li {
  background: url("/images/icon_link.gif") no-repeat left 3px; }

.lea-bullet-list.spaced > li {
  margin-bottom: 6px; }

ol.spaced > li, ul.spaced > li {
  margin-bottom: 6px; }

.lea-table {
  width: 100%; }
  .lea-table th, .lea-table td {
    padding: 1px 0; }
  .lea-table th {
    text-align: left;
    border-bottom: 1px solid #000033; }
  .lea-table td {
    border-bottom: 1px solid #dddddd; }

.label-new {
  display: inline-block;
  margin: 0 5px;
  background: #ffcc66;
  padding: 0px 1px 0px 2px;
  color: #333366;
  font-weight: bold;
  font-size: 9px;
  line-height: 11px;
  height: 11px; }

.lea-publikation {
  padding-left: 40px;
  margin-bottom: 18px; }
  .lea-publikation:before, .lea-publikation:after {
    content: " ";
    display: table; }
  .lea-publikation:after {
    clear: both; }
  .lea-publikation img {
    float: left;
    margin-left: -40px; }

.lea-teaser-bullet {
  color: #9999cc;
  letter-spacing: -1px; }

.error-notice {
  color: #cc3300; }

.sort-link.current {
  color: #ff9900; }
