@charset "UTF-8";
/*
//  Abstände
*/
.p-xxl,
.mod_article.p-xxl .content-wrapper {
  padding: 8em !important;
}

.pt-xxl,
.mod_article.pt-xxl .content-wrapper {
  padding-top: 8em !important;
}

.pr-xxl,
.mod_article.pr-xxl .content-wrapper {
  padding-right: 8em !important;
}

.pb-xxl,
.mod_article.pb-xxl .content-wrapper {
  padding-bottom: 8em !important;
}

.pl-xxl,
.mod_article.pl-xxl .content-wrapper {
  padding-left: 8em !important;
}

.p-xl,
.mod_article.p-xl .content-wrapper {
  padding: 6em !important;
}

.pt-xl,
.mod_article.pt-xl .content-wrapper {
  padding-top: 6em !important;
}

.pr-xl,
.mod_article.p3-xl .content-wrapper {
  padding-right: 6em !important;
}

.pb-xl,
.mod_article.pb-xl .content-wrapper {
  padding-bottom: 6em !important;
}

.pl-xl,
.mod_article.pl-xl .content-wrapper {
  padding-left: 6em !important;
}

.p-l,
.mod_article.p-l .content-wrapper {
  padding: 4em !important;
}

.pt-l,
.mod_article.pt-l .content-wrapper {
  padding-top: 4em !important;
}

.pr-l,
.mod_article.pr-l .content-wrapper {
  padding-right: 4em !important;
}

.pb-l,
.mod_article.pb-l .content-wrapper {
  padding-bottom: 4em !important;
}

.pl-l,
.mod_article.pl-l .content-wrapper {
  padding-left: 4em !important;
}

.p-m,
.mod_article.p-m .content-wrapper {
  padding: 2em !important;
}

.pt-m,
.mod_article.pt-m .content-wrapper {
  padding-top: 2em !important;
}

.pr-m,
.mod_article.pr-m .content-wrapper {
  padding-right: 2em !important;
}

.pb-m,
.mod_article.pb-m .content-wrapper {
  padding-bottom: 2em !important;
}

.pl-m,
.mod_article.pl-m .content-wrapper {
  padding-left: 2em !important;
}

.p-s,
.mod_article.p-s .content-wrapper {
  padding: 1em !important;
}

.pt-s,
.mod_article.pt-s .content-wrapper {
  padding-top: 1em !important;
}

.pr-s,
.mod_article.pr-s .content-wrapper {
  padding-right: 1em !important;
}

.pb-s,
.mod_article.pb-s .content-wrapper {
  padding-bottom: 1em !important;
}

.pl-s,
.mod_article.pl-s .content-wrapper {
  padding-left: 1em !important;
}

.p-xs,
.mod_article.p-xs .content-wrapper {
  padding: 0.5em !important;
}

.pt-xs,
.mod_article.pt-xs .content-wrapper {
  padding-top: 0.5em !important;
}

.pr-xs,
.mod_article.pr-xs .content-wrapper {
  padding-right: 0.5em !important;
}

.pb-xs,
.mod_article.pb-xs .content-wrapper {
  padding-bottom: 0.5em !important;
}

.pl-xs,
.mod_article.pl-xs .content-wrapper {
  padding-left: 0.5em !important;
}

.p-xxs,
.mod_article.p-xxs .content-wrapper {
  padding: 0.2em !important;
}

.pt-xxs,
.mod_article.pt-xxs .content-wrapper {
  padding-top: 0.2em !important;
}

.pr-xxs,
.mod_article.pr-xxs .content-wrapper {
  padding-right: 0.2em !important;
}

.pb-xxs,
.mod_article.pb-xxs .content-wrapper {
  padding-bottom: 0.2em !important;
}

.pl-xxs,
.mod_article.pl-xxs .content-wrapper {
  padding-left: 0.2em !important;
}

.p-0,
.mod_article.p-0 .content-wrapper {
  padding: 0 !important;
}

.pt-0,
.mod_article.pt-0 .content-wrapper {
  padding-top: 0 !important;
}

.pr-0,
.mod_article.pr-0 .content-wrapper {
  padding-right: 0 !important;
}

.pb-0,
.mod_article.pb-0 .content-wrapper {
  padding-bottom: 0 !important;
}

.pl-0,
.mod_article.pl-0 .content-wrapper {
  padding-left: 0 !important;
}

.m-xxl {
  margin: 8em !important;
}

.mod_article.m-xxl {
  margin: 8em 0 !important;
}

.mt-xxl,
.mod_article.mt-xxl {
  margin-top: 8em !important;
}

.mr-xxl {
  margin-right: 8em !important;
}

.mb-xxl,
.mod_article.mb-xxl {
  margin-bottom: 8em !important;
}

.ml-xxl {
  margin-left: 8em !important;
}

.m-xl {
  margin: 6em !important;
}

.mod_article.m-xl {
  margin: 6em 0 !important;
}

.mt-xl,
.mod_article.mt-xl {
  margin-top: 6em !important;
}

.mr-xl {
  margin-right: 6em !important;
}

.mb-xl,
.mod_article.mb-xl {
  margin-bottom: 6em !important;
}

.ml-xl {
  margin-left: 6em !important;
}

.m-l {
  margin: 4em !important;
}

.mod_article.m-l {
  margin: 4em 0 !important;
}

.mt-l,
.mod_article.mt-l {
  margin-top: 4em !important;
}

.mr-l {
  margin-right: 4em !important;
}

.mb-l,
.mod_article.mb-l {
  margin-bottom: 4em !important;
}

.ml-l {
  margin-left: 4em !important;
}

.m-m {
  margin: 2em !important;
}

.mod_article.m-m {
  margin: 2em 0 !important;
}

.mt-m,
.mod_article.mt-m {
  margin-top: 2em !important;
}

.mr-m {
  margin-right: 2em !important;
}

.mb-m,
.mod_article.mb-m {
  margin-bottom: 2em !important;
}

.ml-m {
  margin-left: 2em !important;
}

.m-s {
  margin: 1em !important;
}

.mod_article.m-s {
  margin: 1em 0 !important;
}

.mt-s,
.mod_article.mt-s {
  margin-top: 1em !important;
}

.mr-s {
  margin-right: 1em !important;
}

.mb-s,
.mod_article.mb-s {
  margin-bottom: 1em !important;
}

.ml-s {
  margin-left: 1em !important;
}

.m-xs {
  margin: 0.5em !important;
}

.mod_article.m-xs {
  margin: 0.5em 0 !important;
}

.mt-xs,
.mod_article.mt-xs {
  margin-top: 0.5em !important;
}

.mr-xs {
  margin-right: 0.5em !important;
}

.mb-xs,
.mod_article.mb-xs {
  margin-bottom: 0.5em !important;
}

.ml-xs {
  margin-left: 0.5em !important;
}

.m-xxs {
  margin: 0.2em !important;
}

.mod_article.m-xxs {
  margin: 0.2em 0 !important;
}

.mt-xxs,
.mod_article.mt-xxs {
  margin-top: 0.2em !important;
}

.mr-xxs {
  margin-right: 0.2em !important;
}

.mb-xxs,
.mod_article.mb-xxs {
  margin-bottom: 0.2em !important;
}

.ml-xxs {
  margin-left: 0.2em !important;
}

.m-0,
.mod_article.m-0 {
  margin: 0 !important;
}

.mt-0,
.mod_article.mt-0 {
  margin-top: 0 !important;
}

.mr-0,
.mod_article.mr-0 {
  margin-right: 0 !important;
}

.mb-0,
.mod_article.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mod_article.ml-0 {
  margin-left: 0 !important;
}

.mb-n,
.mod_article.mb-n {
  margin-bottom: 24px !important;
}

.mt-h1 {
  margin-top: 24px;
}

.mt-neg-xxl {
  margin-top: -8em !important;
}

.mt-neg-xl {
  margin-top: -6em !important;
}

.mt-neg-l {
  margin-top: -4em !important;
}

.mt-neg-m {
  margin-top: -2em !important;
}

.mt-neg-s {
  margin-top: -1em !important;
}

.mt-neg-xs {
  margin-top: -0.5em !important;
}

.mt-neg-xxs {
  margin-top: -0.2em !important;
}

/*
//  Alignment
*/
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (min-width: 840px) {
  .align-right-m {
    text-align: right;
  }
}
@media screen and (min-width: 1040px) {
  .align-right-l {
    text-align: right;
  }
}
/*
// Erste Überschrift ohne Abstand
*/
[class*=ce_].first-hl h1:first-child,
[class*=ce_].first-hl h2:first-child,
[class*=ce_].first-hl h3:first-child,
[class*=ce_].first-hl h4:first-child,
[class*=ce_].first-hl h5:first-child,
[class*=ce_].first-hl h6:first-child,
[class*=mod_].first-hl h1:first-child,
[class*=mod_].first-hl h2:first-child,
[class*=mod_].first-hl h3:first-child,
[class*=mod_].first-hl h4:first-child,
[class*=mod_].first-hl h5:first-child,
[class*=mod_].first-hl h6:first-child {
  margin-top: 0 !important;
}

h1.ce_headline.first-hl, h2.ce_headline.first-hl, h3.ce_headline.first-hl, h4.ce_headline.first-hl, h5.ce_headline.first-hl, h6.ce_headline.first-hl {
  margin-top: 0 !important;
}

/*
// Ränder
*/
.border-bottom {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}

.border-top {
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}

.border-right {
  border-right: 1px solid #f1f1f1;
  padding: 0 12px;
}

.border-left {
  border-left: 1px solid #f1f1f1;
  padding: 0 12px;
}

.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::after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

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

.show-sm,
.show-md,
.show-lg,
.hide-xs {
  display: none;
}

@media screen and (min-width: 481px) {
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
}
@media screen and (min-width: 840px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
.fixed-header .fixed-header-show {
  display: block;
}
.fixed-header .fixed-header-hide {
  display: none;
}

.ce_gallery li.col_first {
  clear: none !important;
}

.mod_newslist.cols_1 div.layout_short,
.mod_newslist.cols_1 div.layout_latest, .mod_newslist.cols_2 div.layout_short,
.mod_newslist.cols_2 div.layout_latest, .mod_newslist.cols_3 div.layout_short,
.mod_newslist.cols_3 div.layout_latest {
  width: 100%;
}
.mod_newslist.cols_4 div.layout_short,
.mod_newslist.cols_4 div.layout_latest, .mod_newslist.cols_5 div.layout_short,
.mod_newslist.cols_5 div.layout_latest, .mod_newslist.cols_6 div.layout_short,
.mod_newslist.cols_6 div.layout_latest {
  width: calc(50% - 1% * 1);
  float: left;
  margin-right: 1%;
}
.mod_newslist.cols_4 div.layout_short:nth-of-type(2n-2),
.mod_newslist.cols_4 div.layout_latest:nth-of-type(2n-2), .mod_newslist.cols_5 div.layout_short:nth-of-type(2n-2),
.mod_newslist.cols_5 div.layout_latest:nth-of-type(2n-2), .mod_newslist.cols_6 div.layout_short:nth-of-type(2n-2),
.mod_newslist.cols_6 div.layout_latest:nth-of-type(2n-2) {
  margin-right: 0;
}
.mod_newslist.cols_4 div.layout_short:nth-of-type(2n-1),
.mod_newslist.cols_4 div.layout_latest:nth-of-type(2n-1), .mod_newslist.cols_5 div.layout_short:nth-of-type(2n-1),
.mod_newslist.cols_5 div.layout_latest:nth-of-type(2n-1), .mod_newslist.cols_6 div.layout_short:nth-of-type(2n-1),
.mod_newslist.cols_6 div.layout_latest:nth-of-type(2n-1) {
  clear: both;
}

@media (min-width: 481px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest {
    width: 100%;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest, .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest, .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest {
    width: calc(50% - 1% * 1);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n-2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n-2), .mod_newslist.cols_3 div.layout_short:nth-of-type(2n-2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n-2), .mod_newslist.cols_4 div.layout_short:nth-of-type(2n-2),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(2n-2) {
    margin-right: 0;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n-1), .mod_newslist.cols_3 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n-1), .mod_newslist.cols_4 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(2n-1) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest {
    width: calc(20% - 1% * 4);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-5) {
    margin-right: 0;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(2n-1) {
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-4),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-4) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest {
    width: calc(16.6666666667% - 1% * 5);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-6) {
    margin-right: 0;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(2n-1) {
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-5),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-5) {
    clear: both;
  }
}
@media (min-width: 840px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest, .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest {
    width: 100%;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest {
    width: calc(33.3333333333% - 1% * 2);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n-3),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n-3) {
    margin-right: 0;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n-2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n-2) {
    clear: both;
  }
  .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest {
    width: calc(25% - 1% * 3);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n-4),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n-4) {
    margin-right: 0;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(2n-1) {
    clear: none;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n-3),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n-3) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest {
    width: calc(20% - 1% * 4);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-5) {
    margin-right: 0;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(2n-1) {
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-4),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-4) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest {
    width: calc(16.6666666667% - 1% * 5);
    margin-right: 1%;
    float: left;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-6) {
    margin-right: 0;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(2n-1) {
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-5),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-5) {
    clear: both;
  }
}
@media (min-width: 1040px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest {
    margin-right: 0;
    width: 100%;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest {
    width: calc(50% - 1% * 1);
    float: left;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n-2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n-2) {
    margin-right: 0;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n-1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n-1) {
    clear: both;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest {
    width: calc(33.3333333333% - 1% * 2);
    float: left;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n-3),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n-3) {
    margin-right: 0;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n-2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n-2) {
    clear: both;
  }
  .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest {
    width: calc(25% - 1% * 3);
    float: left;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n-4),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n-4) {
    margin-right: 0;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n-3),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n-3) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest {
    width: calc(20% - 1% * 4);
    float: left;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-5) {
    margin-right: 0;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n-4),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n-4) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest {
    width: calc(16.6666666667% - 1% * 5);
    float: left;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-6) {
    margin-right: 0;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n-5),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n-5) {
    clear: both;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[id=page-top] {
  z-index: 10;
  background-color: #f1f1f1;
}
[id=header] {
  z-index: 10;
}

[id=header-top] {
  z-index: 10;
  background-color: #ffffff;
}
[id=header-main] {
  z-index: 10;
  background-color: #ffffff;
}
[id=header-main] .inside {
  z-index: 1;
}

[id=breadcrumb] {
  display: none;
  background-color: transparent;
  z-index: 0;
}
[id=page-bottom] {
  z-index: 10;
  background-color: #002c42;
}
[id=header],
[id=container] {
  padding-top: 0px;
}
[id=header] .inside,
[id=header] .content-wrapper,
[id=container] .inside,
[id=container] .content-wrapper {
  position: relative;
}

body.breadcrumb-hidden [id=breadcrumb] {
  display: none;
}

[id=wrapper] {
  width: 100% !important;
  background-color: #ffffff;
}

[id=page-top],
[id=header],
[id=header-top],
[id=header-main],
[id=breadcrumb],
[id=main],
[id=footer],
[id=page-bottom] {
  width: 100%;
}
[id=page-top] .inside,
[id=header] .inside,
[id=header-top] .inside,
[id=header-main] .inside,
[id=breadcrumb] .inside,
[id=main] .inside,
[id=footer] .inside,
[id=page-bottom] .inside {
  width: 100%;
  height: 100%;
}

[id=page-top] {
  background-color: #f1f1f1;
}
[id=page-top] .inside {
  padding: 24px 10px;
}

[id=header-top] .inside {
  padding: 0 10px;
}

[id=header-main] .inside {
  padding: 0 10px;
}

[id=header] .content-wrapper {
  padding: 0 10px;
}

[id=breadcrumb] .inside {
  padding: 0 10px;
}

[id=main] {
  background: transparent;
}

[id=footer] {
  background-color: #004466;
}
[id=footer] .inside {
  padding: 24px 10px;
}

[id=page-bottom] {
  background-color: #002c42;
}
[id=page-bottom] .inside {
  padding: 0 10px;
}

[id=main] > .inside,
[id=footer] > .inside {
  overflow: hidden;
}

[id=page-top] .inside,
[id=header] .inside,
[id=header-top] .inside,
[id=header-main] .inside,
[id=header] .content-wrapper,
[id=breadcrumb] .inside,
[id=main] .inside,
[id=main] .mod_article .content-wrapper,
[id=footer] .inside,
[id=page-bottom] .inside {
  width: 100%;
  margin: 0 auto;
}

.mod_article {
  width: 100% !important;
  position: relative;
}

[id=main] .mod_article .content-wrapper {
  padding: 24px 10px;
}

@media only screen and (min-width: 840px) {
  [id=breadcrumb] {
    display: block;
  }
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-bottom] .inside {
    width: 840px;
  }
  [id=main] > .inside {
    min-height: 400px !important;
  }
  [id=main] .mod_article.fullwidth .content-wrapper {
    width: 100% !important;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 840px;
  }
}
@media only screen and (min-width: 1040px) {
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-bottom] .inside {
    width: 1040px;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 1040px;
  }
}
@media only screen and (min-width: 1200px) {
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-bottom] .inside {
    width: 1200px;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 1200px;
  }
}
body.layout2colLeft #container {
  width: 100%;
  padding-left: 0;
}
body.layout2colLeft #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout2colLeft #container #main .inside {
  width: 100%;
}
body.layout2colLeft #container #main .inside {
  padding: 24px 10px !important;
}
body.layout2colLeft #container #left {
  background: transparent;
  position: static;
  float: none;
  width: 100%;
  margin: 0;
}
body.layout2colLeft #container #left .inside {
  padding: 24px 10px !important;
}

@media only screen and (min-width: 840px) {
  body.layout2colLeft #container {
    width: 840px;
    padding-left: 220px;
    margin: 0 auto;
  }
  body.layout2colLeft #container #main {
    width: 620px;
    position: relative;
    float: left;
  }
  body.layout2colLeft #container #main .inside {
    width: 100%;
    padding: 0 10px 24px 30px !important;
  }
  body.layout2colLeft #container #left {
    right: 220px;
    width: 220px;
    position: relative;
    float: left;
    margin-left: -100%;
  }
}
@media only screen and (min-width: 1040px) {
  body.layout2colLeft #container {
    width: 1040px;
  }
  body.layout2colLeft #container #main {
    width: 820px;
  }
}
@media only screen and (min-width: 1200px) {
  body.layout2colLeft #container {
    width: 1200px;
  }
  body.layout2colLeft #container #main {
    width: 980px;
  }
}
body.layout2colRight #container {
  width: 100%;
  padding-right: 0;
}
body.layout2colRight #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout2colRight #container #main .inside {
  width: 100%;
}
body.layout2colRight #container #main .inside {
  padding: 0 10px 24px !important;
}
body.layout2colRight #container #right {
  background: transparent;
  position: static;
  float: none;
  width: 100%;
  margin: 0;
}
body.layout2colRight #container #right .inside {
  padding: 24px 10px !important;
}

@media only screen and (min-width: 840px) {
  body.layout2colRight #container {
    width: 840px;
    padding-right: 200px;
    margin: 0 auto;
  }
  body.layout2colRight #container #main {
    width: 640px;
    position: relative;
    float: left;
  }
  body.layout2colRight #container #main .inside {
    width: 100%;
    padding: 0 30px 24px 10px !important;
  }
  body.layout2colRight #container #right {
    width: 200px;
    position: relative;
    float: left;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 1040px) {
  body.layout2colRight #container {
    width: 1040px;
  }
  body.layout2colRight #container #main {
    width: 840px;
  }
}
@media only screen and (min-width: 1200px) {
  body.layout2colRight #container {
    width: 1200px;
  }
  body.layout2colRight #container #main {
    width: 1000px;
  }
}
body.layout3col #container {
  width: 100%;
  padding-right: 0;
}
body.layout3col #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout3col #container #main .inside {
  width: 100%;
}
body.layout3col #container #main .inside {
  padding: 0 10px 24px !important;
}
body.layout3col #container #left {
  background: transparent;
}
body.layout3col #container #right {
  background: transparent;
}
body.layout3col #container #left, body.layout3col #container #right {
  position: static;
  width: 100%;
  margin: 0;
}
body.layout3col #container #left .inside, body.layout3col #container #right .inside {
  padding: 24px 10px !important;
}

@media only screen and (min-width: 840px) {
  body.layout3col #container {
    width: 840px;
    padding-left: 220px;
    padding-right: 200px;
    margin: 0 auto;
  }
  body.layout3col #container #main {
    width: 420px;
    position: relative;
    float: left;
  }
  body.layout3col #container #main .inside {
    padding: 0 30px 24px !important;
  }
  body.layout3col #container #left {
    right: 220px;
    width: 220px;
    position: relative;
    float: left;
    margin-left: -100%;
  }
  body.layout3col #container #right {
    width: 200px;
    position: relative;
    float: left;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 1040px) {
  body.layout3col #container {
    width: 1040px;
  }
  body.layout3col #container #main {
    width: 620px;
  }
}
@media only screen and (min-width: 1200px) {
  body.layout3col #container {
    width: 1200px;
  }
  body.layout3col #container #main {
    width: 780px;
  }
}
/* page-top - Switcher
 * 
*/
.page-top-switch {
  cursor: pointer;
}

/* page-top - Switcher im page-top Bereich */
#page-top-page-top-switcher:after {
  content: "X";
  position: absolute;
  right: 10px;
  top: 10px;
}

/* page-top - Switcher im header-top Bereich */
#header-top-page-top-switcher.page-top-switch {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ee730d transparent transparent;
}

#header-top-page-top-switcher.page-top-switch:after {
  content: "+";
  position: absolute;
  right: auto;
  left: 17px;
  bottom: -8px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  line-height: 30px;
  font-size: 1.3em;
  font-weight: bold;
}

body.page-top-open #header-top-page-top-switcher.page-top-switch:after {
  content: "-";
  right: auto;
  left: 20px;
}

/* Header im fixierten Zustand */
body.fixed-header #header-main {
  position: fixed;
  top: 0px !important;
  width: 100vw;
  z-index: 99;
  transition: top 0.6s ease;
}
body.fixed-header.down #header-main {
  top: -100% !important;
  transition: top 0.6s ease;
}

* {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

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

body {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #44444a;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

[id=page-top] .inside {
  color: #44444a;
  font-weight: normal;
  font-size: 13px;
}

[id=header-top] .inside {
  color: #006699;
  font-weight: normal;
  font-size: 13px;
}
[id=header-top] .inside a:link, [id=header-top] .inside a:visited {
  color: #006699;
  text-decoration: none;
}
[id=header-top] .inside a:hover, [id=header-top] .inside a:active {
  color: #005078;
  text-decoration: none;
}

[id=header-main] .inside {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 16px;
}

[id=footer] .inside {
  color: #f1f1f1;
  font-weight: normal;
  font-size: 13px;
}

[id=page-bottom] .inside {
  color: #f1f1f1;
  font-weight: normal;
  font-size: 13px;
}

[id=page-top] a {
  color: #006699;
  text-decoration: none;
}
[id=page-top] a:hover, [id=page-top] a:focus {
  color: #005078;
  text-decoration: none;
}
[id=page-top] a:focus {
  /*@include tab-focus;*/
}

[id=header-top] a {
  color: #006699;
  text-decoration: none;
}
[id=header-top] a:hover, [id=header-top] a:focus {
  color: #005078;
  text-decoration: none;
}
[id=header-top] a:focus {
  /*@include tab-focus;*/
}

[id=header-main] a {
  color: #006699;
  text-decoration: none;
}
[id=header-main] a:hover, [id=header-main] a:focus {
  color: #005078;
  text-decoration: none;
}
[id=header-main] a:focus {
  /*@include tab-focus;*/
}

[id=breadcrumb] a:not(.no-blank-char),
[id=container] a:not(.no-blank-char) {
  color: #006699;
  text-decoration: none;
}
[id=breadcrumb] a:not(.no-blank-char):hover, [id=breadcrumb] a:not(.no-blank-char):focus,
[id=container] a:not(.no-blank-char):hover,
[id=container] a:not(.no-blank-char):focus {
  color: #005078;
  text-decoration: none;
}
[id=breadcrumb] a:not(.no-blank-char):focus,
[id=container] a:not(.no-blank-char):focus {
  /*@include tab-focus;*/
}
[id=breadcrumb] a:not(.no-blank-char)[target=_blank]:after,
[id=container] a:not(.no-blank-char)[target=_blank]:after {
  color: #44444a;
  content: "\f08e";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: relative;
  text-indent: 0;
}

.image_container a[target=_blank]:after {
  content: "" !important;
}

[id=footer] a:not(.no-blank-char) {
  color: #e6e6e6;
  text-decoration: none;
}
[id=footer] a:not(.no-blank-char):hover, [id=footer] a:not(.no-blank-char):focus {
  color: #f6f6f6;
  text-decoration: none;
}
[id=footer] a:not(.no-blank-char):focus {
  /*@include tab-focus;*/
}
[id=footer] a:not(.no-blank-char)[target=_blank]:after {
  color: #f1f1f1;
  content: "\f08e";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: relative;
  text-indent: 0;
}

[id=page-bottom] a {
  color: #006699;
  text-decoration: none;
}
[id=page-bottom] a:hover, [id=page-bottom] a:focus {
  color: #005078;
  text-decoration: none;
}
[id=page-bottom] a:focus {
  /*@include tab-focus;*/
}

/*
//  Hintergrundfarben
*/
.article-bg-primary,
.box-bg-primary .content-wrapper,
.bg-primary {
  background-color: #006699;
  color: #ffffff;
}
.article-bg-primary a:not(.no-blank-char),
.box-bg-primary .content-wrapper a:not(.no-blank-char),
.bg-primary a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-primary a:not(.no-blank-char):hover, .article-bg-primary a:not(.no-blank-char):focus, .article-bg-primary a:not(.no-blank-char):active,
.box-bg-primary .content-wrapper a:not(.no-blank-char):hover,
.box-bg-primary .content-wrapper a:not(.no-blank-char):focus,
.box-bg-primary .content-wrapper a:not(.no-blank-char):active,
.bg-primary a:not(.no-blank-char):hover,
.bg-primary a:not(.no-blank-char):focus,
.bg-primary a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-primary a:not(.no-blank-char)[target=_blank]:after,
.box-bg-primary .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-primary a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-secondary,
.box-bg-secondary .content-wrapper,
.bg-secondary {
  background-color: #ee730d;
  color: #ffffff;
}
.article-bg-secondary a:not(.no-blank-char),
.box-bg-secondary .content-wrapper a:not(.no-blank-char),
.bg-secondary a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-secondary a:not(.no-blank-char):hover, .article-bg-secondary a:not(.no-blank-char):focus, .article-bg-secondary a:not(.no-blank-char):active,
.box-bg-secondary .content-wrapper a:not(.no-blank-char):hover,
.box-bg-secondary .content-wrapper a:not(.no-blank-char):focus,
.box-bg-secondary .content-wrapper a:not(.no-blank-char):active,
.bg-secondary a:not(.no-blank-char):hover,
.bg-secondary a:not(.no-blank-char):focus,
.bg-secondary a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-secondary a:not(.no-blank-char)[target=_blank]:after,
.box-bg-secondary .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-secondary a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-tertiary,
.box-bg-tertiary .content-wrapper,
.bg-tertiary {
  background-color: #0094de;
  color: #ffffff;
}
.article-bg-tertiary a:not(.no-blank-char),
.box-bg-tertiary .content-wrapper a:not(.no-blank-char),
.bg-tertiary a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-tertiary a:not(.no-blank-char):hover, .article-bg-tertiary a:not(.no-blank-char):focus, .article-bg-tertiary a:not(.no-blank-char):active,
.box-bg-tertiary .content-wrapper a:not(.no-blank-char):hover,
.box-bg-tertiary .content-wrapper a:not(.no-blank-char):focus,
.box-bg-tertiary .content-wrapper a:not(.no-blank-char):active,
.bg-tertiary a:not(.no-blank-char):hover,
.bg-tertiary a:not(.no-blank-char):focus,
.bg-tertiary a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-tertiary a:not(.no-blank-char)[target=_blank]:after,
.box-bg-tertiary .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-tertiary a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-gray-darker,
.box-bg-gray-darker .content-wrapper,
.bg-gray-darker {
  background-color: #222222;
  color: #44444a;
}
.article-bg-gray-darker a:not(.no-blank-char),
.box-bg-gray-darker .content-wrapper a:not(.no-blank-char),
.bg-gray-darker a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-gray-darker a:not(.no-blank-char):hover, .article-bg-gray-darker a:not(.no-blank-char):focus, .article-bg-gray-darker a:not(.no-blank-char):active,
.box-bg-gray-darker .content-wrapper a:not(.no-blank-char):hover,
.box-bg-gray-darker .content-wrapper a:not(.no-blank-char):focus,
.box-bg-gray-darker .content-wrapper a:not(.no-blank-char):active,
.bg-gray-darker a:not(.no-blank-char):hover,
.bg-gray-darker a:not(.no-blank-char):focus,
.bg-gray-darker a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-gray-darker a:not(.no-blank-char)[target=_blank]:after,
.box-bg-gray-darker .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-gray-darker a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-gray-dark,
.box-bg-gray-dark .content-wrapper,
.bg-gray-dark {
  background-color: #333333;
  color: #44444a;
}
.article-bg-gray-dark a:not(.no-blank-char),
.box-bg-gray-dark .content-wrapper a:not(.no-blank-char),
.bg-gray-dark a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-gray-dark a:not(.no-blank-char):hover, .article-bg-gray-dark a:not(.no-blank-char):focus, .article-bg-gray-dark a:not(.no-blank-char):active,
.box-bg-gray-dark .content-wrapper a:not(.no-blank-char):hover,
.box-bg-gray-dark .content-wrapper a:not(.no-blank-char):focus,
.box-bg-gray-dark .content-wrapper a:not(.no-blank-char):active,
.bg-gray-dark a:not(.no-blank-char):hover,
.bg-gray-dark a:not(.no-blank-char):focus,
.bg-gray-dark a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-gray-dark a:not(.no-blank-char)[target=_blank]:after,
.box-bg-gray-dark .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-gray-dark a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-gray,
.box-bg-gray .content-wrapper,
.bg-gray {
  background-color: #555555;
  color: #44444a;
}
.article-bg-gray a:not(.no-blank-char),
.box-bg-gray .content-wrapper a:not(.no-blank-char),
.bg-gray a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-gray a:not(.no-blank-char):hover, .article-bg-gray a:not(.no-blank-char):focus, .article-bg-gray a:not(.no-blank-char):active,
.box-bg-gray .content-wrapper a:not(.no-blank-char):hover,
.box-bg-gray .content-wrapper a:not(.no-blank-char):focus,
.box-bg-gray .content-wrapper a:not(.no-blank-char):active,
.bg-gray a:not(.no-blank-char):hover,
.bg-gray a:not(.no-blank-char):focus,
.bg-gray a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-gray a:not(.no-blank-char)[target=_blank]:after,
.box-bg-gray .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-gray a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-gray-lighter,
.box-bg-gray-lighter .content-wrapper,
.bg-gray-lighter {
  background-color: #f1f1f1;
  color: #44444a;
}
.article-bg-gray-lighter a:not(.no-blank-char),
.box-bg-gray-lighter .content-wrapper a:not(.no-blank-char),
.bg-gray-lighter a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-gray-lighter a:not(.no-blank-char):hover, .article-bg-gray-lighter a:not(.no-blank-char):focus, .article-bg-gray-lighter a:not(.no-blank-char):active,
.box-bg-gray-lighter .content-wrapper a:not(.no-blank-char):hover,
.box-bg-gray-lighter .content-wrapper a:not(.no-blank-char):focus,
.box-bg-gray-lighter .content-wrapper a:not(.no-blank-char):active,
.bg-gray-lighter a:not(.no-blank-char):hover,
.bg-gray-lighter a:not(.no-blank-char):focus,
.bg-gray-lighter a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-gray-lighter a:not(.no-blank-char)[target=_blank]:after,
.box-bg-gray-lighter .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-gray-lighter a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-gray-light,
.box-bg-gray-light .content-wrapper,
.bg-gray-light {
  background-color: #777777;
  color: #44444a;
}
.article-bg-gray-light a:not(.no-blank-char),
.box-bg-gray-light .content-wrapper a:not(.no-blank-char),
.bg-gray-light a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-gray-light a:not(.no-blank-char):hover, .article-bg-gray-light a:not(.no-blank-char):focus, .article-bg-gray-light a:not(.no-blank-char):active,
.box-bg-gray-light .content-wrapper a:not(.no-blank-char):hover,
.box-bg-gray-light .content-wrapper a:not(.no-blank-char):focus,
.box-bg-gray-light .content-wrapper a:not(.no-blank-char):active,
.bg-gray-light a:not(.no-blank-char):hover,
.bg-gray-light a:not(.no-blank-char):focus,
.bg-gray-light a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-gray-light a:not(.no-blank-char)[target=_blank]:after,
.box-bg-gray-light .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-gray-light a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-black,
.box-bg-black .content-wrapper,
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.article-bg-black a:not(.no-blank-char),
.box-bg-black .content-wrapper a:not(.no-blank-char),
.bg-black a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-black a:not(.no-blank-char):hover, .article-bg-black a:not(.no-blank-char):focus, .article-bg-black a:not(.no-blank-char):active,
.box-bg-black .content-wrapper a:not(.no-blank-char):hover,
.box-bg-black .content-wrapper a:not(.no-blank-char):focus,
.box-bg-black .content-wrapper a:not(.no-blank-char):active,
.bg-black a:not(.no-blank-char):hover,
.bg-black a:not(.no-blank-char):focus,
.bg-black a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-black a:not(.no-blank-char)[target=_blank]:after,
.box-bg-black .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-black a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-white,
.box-bg-white .content-wrapper,
.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.article-bg-white a:not(.no-blank-char),
.box-bg-white .content-wrapper a:not(.no-blank-char),
.bg-white a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-white a:not(.no-blank-char):hover, .article-bg-white a:not(.no-blank-char):focus, .article-bg-white a:not(.no-blank-char):active,
.box-bg-white .content-wrapper a:not(.no-blank-char):hover,
.box-bg-white .content-wrapper a:not(.no-blank-char):focus,
.box-bg-white .content-wrapper a:not(.no-blank-char):active,
.bg-white a:not(.no-blank-char):hover,
.bg-white a:not(.no-blank-char):focus,
.bg-white a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-white a:not(.no-blank-char)[target=_blank]:after,
.box-bg-white .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-white a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-success,
.box-bg-success .content-wrapper,
.bg-success {
  background-color: #dff0d8;
  color: #44444a;
}
.article-bg-success a:not(.no-blank-char),
.box-bg-success .content-wrapper a:not(.no-blank-char),
.bg-success a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-success a:not(.no-blank-char):hover, .article-bg-success a:not(.no-blank-char):focus, .article-bg-success a:not(.no-blank-char):active,
.box-bg-success .content-wrapper a:not(.no-blank-char):hover,
.box-bg-success .content-wrapper a:not(.no-blank-char):focus,
.box-bg-success .content-wrapper a:not(.no-blank-char):active,
.bg-success a:not(.no-blank-char):hover,
.bg-success a:not(.no-blank-char):focus,
.bg-success a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-success a:not(.no-blank-char)[target=_blank]:after,
.box-bg-success .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-success a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-info,
.box-bg-info .content-wrapper,
.bg-info {
  background-color: #edf9fe;
  color: #44444a;
}
.article-bg-info a:not(.no-blank-char),
.box-bg-info .content-wrapper a:not(.no-blank-char),
.bg-info a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-info a:not(.no-blank-char):hover, .article-bg-info a:not(.no-blank-char):focus, .article-bg-info a:not(.no-blank-char):active,
.box-bg-info .content-wrapper a:not(.no-blank-char):hover,
.box-bg-info .content-wrapper a:not(.no-blank-char):focus,
.box-bg-info .content-wrapper a:not(.no-blank-char):active,
.bg-info a:not(.no-blank-char):hover,
.bg-info a:not(.no-blank-char):focus,
.bg-info a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-info a:not(.no-blank-char)[target=_blank]:after,
.box-bg-info .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-info a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-warning,
.box-bg-warning .content-wrapper,
.bg-warning {
  background-color: #fcf8e3;
  color: #44444a;
}
.article-bg-warning a:not(.no-blank-char),
.box-bg-warning .content-wrapper a:not(.no-blank-char),
.bg-warning a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-warning a:not(.no-blank-char):hover, .article-bg-warning a:not(.no-blank-char):focus, .article-bg-warning a:not(.no-blank-char):active,
.box-bg-warning .content-wrapper a:not(.no-blank-char):hover,
.box-bg-warning .content-wrapper a:not(.no-blank-char):focus,
.box-bg-warning .content-wrapper a:not(.no-blank-char):active,
.bg-warning a:not(.no-blank-char):hover,
.bg-warning a:not(.no-blank-char):focus,
.bg-warning a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-warning a:not(.no-blank-char)[target=_blank]:after,
.box-bg-warning .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-warning a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.article-bg-danger,
.box-bg-danger .content-wrapper,
.bg-danger {
  background-color: #fdedf0;
  color: #44444a;
}
.article-bg-danger a:not(.no-blank-char),
.box-bg-danger .content-wrapper a:not(.no-blank-char),
.bg-danger a:not(.no-blank-char) {
  color: #005078;
}
.article-bg-danger a:not(.no-blank-char):hover, .article-bg-danger a:not(.no-blank-char):focus, .article-bg-danger a:not(.no-blank-char):active,
.box-bg-danger .content-wrapper a:not(.no-blank-char):hover,
.box-bg-danger .content-wrapper a:not(.no-blank-char):focus,
.box-bg-danger .content-wrapper a:not(.no-blank-char):active,
.bg-danger a:not(.no-blank-char):hover,
.bg-danger a:not(.no-blank-char):focus,
.bg-danger a:not(.no-blank-char):active {
  color: #44444a;
}
.article-bg-danger a:not(.no-blank-char)[target=_blank]:after,
.box-bg-danger .content-wrapper a:not(.no-blank-char)[target=_blank]:after,
.bg-danger a:not(.no-blank-char)[target=_blank]:after {
  color: #005078;
}

.custom {
  overflow: hidden;
}

#mbImage {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

figure {
  margin: 0;
}

.border-radius-l,
.mod_article.border-radius-l .content-wrapper {
  border-radius: 6px;
}

.border-radius-m,
.mod_article.border-radius-m .content-wrapper {
  border-radius: 4px;
}

.border-radius-s,
.mod_article.border-radius-s .content-wrapper {
  border-radius: 3px;
}

img {
  vertical-align: middle;
}

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

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

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h1.small, h2 small,
h2 .small, h2.small, h3 small,
h3 .small, h3.small, h4 small,
h4 .small, h4.small,
.h1 small,
.h1 .small,
.h1.small, .h2 small,
.h2 .small, .h2.small, .h3 small,
.h3 .small, .h3.small, .h4 small,
.h4 .small, .h4.small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h5, h6,
.h5, .h6 {
  line-height: 1.2;
}
h5 small,
h5 .small, h5.small, h6 small,
h6 .small, h6.small,
.h5 small,
.h5 .small,
.h5.small, .h6 small,
.h6 .small, .h6.small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h1, .h1 {
  margin-top: 24px;
  margin-bottom: 36px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small {
  font-size: 65%;
}

h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

h2, .h2 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

h3, .h3 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

h4, .h4 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

h5, .h5 {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}

h6, .h6 {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 22.4px;
}

h2, .h2 {
  font-size: 22.5px;
}

h3, .h3 {
  font-size: 18.9px;
}

@media only screen and (min-width: 1040px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 21px;
  }
}
h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

h1, .h1 {
  font-weight: normal;
}

h2, .h2 {
  font-weight: normal;
}

h3, .h3 {
  font-weight: normal;
}

h4, .h4 {
  font-weight: normal;
}

h5, .h5 {
  font-weight: bold;
}

h6, .h6 {
  font-weight: bold;
}

h1, .h1 {
  color: inherit;
}

h2, .h2 {
  color: inherit;
}

h3, .h3 {
  color: inherit;
}

h4, .h4 {
  color: inherit;
}

h5, .h5 {
  color: inherit;
}

h6, .h6 {
  color: inherit;
}

p {
  margin: 12px 0 12px;
}

small,
.small {
  font-size: 81%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.8em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #006699;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004466;
}

.text-secondary {
  color: #ee730d;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #be5c0a;
}

.text-tertiary {
  color: #0094de;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #0072ab;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-black {
  color: #000000;
}

a.text-black:hover,
a.text-black:focus {
  color: black;
}

.text-success {
  color: #44444a;
}

a.text-success:hover,
a.text-success:focus {
  color: #2c2c2f;
}

.text-info {
  color: #44444a;
}

a.text-info:hover,
a.text-info:focus {
  color: #2c2c2f;
}

.text-warning {
  color: #44444a;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #2c2c2f;
}

.text-danger {
  color: #44444a;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #2c2c2f;
}

abbr[title],
acronym[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted #777777;
  font-variant: normal;
}

.initialism {
  font-size: 90%;
}

blockquote {
  color: #44444a;
  font-size: 20px;
  margin-left: 11.5385%;
  position: relative;
}
blockquote:before {
  color: #dadada;
  content: "“";
  font-size: 132px;
  left: -60px;
  line-height: 0.95;
  position: absolute;
  top: 0;
}
blockquote em {
  color: #777777;
  font-size: 0.9em;
  font-style: normal;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

[id=main] .ce_text img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 840px) {
  [id=main] .ce_image.img-center .image_container,
  [id=main] .ce_text:not(.background-image).img-center .image_container {
    text-align: center;
  }
  [id=main] .ce_image.img-center img,
  [id=main] .ce_text:not(.background-image).img-center img {
    display: inline !important;
  }
}
[id=main] .ce_image .image_container,
[id=main] .ce_text:not(.background-image) .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
[id=main] .ce_image .image_container.float_left, [id=main] .ce_image .image_container.float_right,
[id=main] .ce_text:not(.background-image) .image_container.float_left,
[id=main] .ce_text:not(.background-image) .image_container.float_right {
  float: none;
}
[id=main] .ce_image .caption,
[id=main] .ce_text:not(.background-image) .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  [id=main] .ce_image .image_container,
  [id=main] .ce_text:not(.background-image) .image_container {
    width: auto;
  }
  [id=main] .ce_image .image_container.float_left,
  [id=main] .ce_text:not(.background-image) .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  [id=main] .ce_image .image_container.float_right,
  [id=main] .ce_text:not(.background-image) .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  [id=main] .ce_image .image_container.float_above,
  [id=main] .ce_text:not(.background-image) .image_container.float_above {
    margin: 0 0 6px;
  }
  [id=main] .ce_image .image_container.float_below,
  [id=main] .ce_text:not(.background-image) .image_container.float_below {
    margin: 6px 0 0;
  }
}
[id=main] .ce_image .image_container img,
[id=main] .ce_text:not(.background-image) .image_container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ce_gallery li {
  max-width: none;
  width: 100%;
}
.ce_gallery li img {
  max-width: none;
  width: 100%;
  height: auto;
}
.ce_gallery.gallery-nocaption .caption {
  display: none;
}

@media (min-width: 840px) {
  .ce_gallery li {
    max-width: 50%;
  }
  .ce_gallery > ul li:nth-of-type(2n+1) {
    clear: left !important;
  }
}
@media (min-width: 1040px) {
  .ce_gallery li {
    max-width: 25%;
  }
  .ce_gallery > ul li:nth-of-type(2n+1) {
    clear: none !important;
  }
  .ce_gallery > ul li:nth-of-type(4n+1) {
    clear: left !important;
  }
}
code,
kbd,
pre,
samp {
  font-family: "Lucida Console", monospace;
}
code code,
kbd code,
pre code,
samp code {
  padding: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #44444a;
  background-color: #ececec;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #44444a;
  background-color: #ececec;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  background-color: #ececec;
  background: linear-gradient(0deg, #ffffff 50%, #ececec 50%);
  background-repeat: repeat-y;
  background-size: 100% 48px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
  display: block;
  font-family: "Lucida Console", monospace;
  font-size: 14px;
  line-height: 24px;
  margin: 24px 0;
  overflow: auto;
  padding: 0 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ce_text .image_container.float_left + .text, .ce_text .image_container.float_right + .text {
  display: table;
}

.textblock .textblock {
  overflow: hidden;
}

.ce_comments .comment_default {
  margin: 24px 0;
}
.ce_comments .comment_default .info {
  font-size: 13px;
}
.ce_comments .comment_default .comment {
  background-color: #fff;
  padding: 10px;
}
.ce_comments .comment_default .reply {
  padding: 10px 0 0 20px;
}
.ce_comments .comment_default .reply .comment {
  background-color: #fcf8e3;
  padding: 10px;
}
.ce_comments form input {
  margin-bottom: 0;
}
.ce_comments form label {
  margin-top: 24px;
}
.ce_comments form input.captcha {
  margin-bottom: 24px;
}
.ce_comments form textarea {
  margin-bottom: 0;
}

.box-default, .box-success, .box-information, .box-warning, .box-danger {
  padding: 15px 15px 5px 15px;
  border-style: dashed;
  border-width: 1px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  z-index: 1;
}

.box-default {
  background-color: #f1f1f1;
  border-color: #006699;
  color: #44444a;
}

.box-success {
  background-color: #dff0d8;
  border-color: #619138;
  color: #44444a;
}

.box-information {
  background-color: #edf9fe;
  border-color: #00a8eb;
  color: #44444a;
}

.box-warning {
  background-color: #fcf8e3;
  border-color: #e8aa2b;
  color: #44444a;
}

.box-danger {
  background-color: #fdedf0;
  border-color: #df0024;
  color: #44444a;
}

.box-default h1:first-child,
.box-default h2:first-child,
.box-default h3:first-child,
.box-default h4:first-child,
.box-default h5:first-child,
.box-default h6:first-child,
.box-success h1:first-child,
.box-success h2:first-child,
.box-success h3:first-child,
.box-success h4:first-child,
.box-success h5:first-child,
.box-success h6:first-child,
.box-information h1:first-child,
.box-information h2:first-child,
.box-information h3:first-child,
.box-information h4:first-child,
.box-information h5:first-child,
.box-information h6:first-child,
.box-warning h1:first-child,
.box-warning h2:first-child,
.box-warning h3:first-child,
.box-warning h4:first-child,
.box-warning h5:first-child,
.box-warning h6:first-child,
.box-danger h1:first-child,
.box-danger h2:first-child,
.box-danger h3:first-child,
.box-danger h4:first-child,
.box-danger h5:first-child,
.box-danger h6:first-child {
  margin-top: 0;
}

.box-default > *,
.box-success > *,
.box-information > *,
.box-warning > *,
.box-danger > * {
  position: relative;
  z-index: 3;
}

.box-success:after,
.box-information:after,
.box-warning:after,
.box-danger:after {
  font: normal normal normal 400px/1 "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  margin: -40px 0 0 -40px;
  z-index: -1;
}

.box-success:after {
  content: "\f05a";
}

.box-information:after {
  content: "\f05a";
}

.box-warning:after {
  content: "\f06a";
}

.box-danger:after {
  content: "\f06a";
}

.box-gradient {
  margin: 24px 0;
  padding: 15px 15px 5px 15px;
  border: 1px solid #e0e0e4;
  border-radius: 4px;
  background-color: rgb(253, 253, 253);
  background-image: -webkit-linear-gradient(top, rgb(253, 253, 253) 0%, rgb(238, 238, 240) 100%);
  background-image: linear-gradient(to bottom, rgb(253, 253, 253) 0%, rgb(238, 238, 240) 100%);
}
.box-gradient h1:first-child, .box-gradient h2:first-child, .box-gradient h3:first-child, .box-gradient h4:first-child, .box-gradient h5:first-child, .box-gradient h6:first-child {
  margin-top: 0 !important;
}

.box-flat {
  margin: 24px 0;
  background-color: transparent;
  border-top: 1px solid #e0dfe2;
  border-bottom: 1px solid #e0dfe2;
  padding: 15px;
}
.box-flat h1:first-child, .box-flat h2:first-child, .box-flat h3:first-child, .box-flat h4:first-child, .box-flat h5:first-child, .box-flat h6:first-child {
  margin-top: 0 !important;
}

.box-flat-horizontal {
  margin: 24px 0;
  background-color: transparent;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  padding: 15px;
}
.box-flat-horizontal h1:first-child, .box-flat-horizontal h2:first-child, .box-flat-horizontal h3:first-child, .box-flat-horizontal h4:first-child, .box-flat-horizontal h5:first-child, .box-flat-horizontal h6:first-child {
  margin-top: 0 !important;
}

.rs-column .box-default,
.rs-column .box-success,
.rs-column .box-information,
.rs-column .box-warning,
.rs-column .box-danger,
.rs-column .box-gradient,
.rs-column .box-flat {
  margin: 0;
}

/*----------*/
.ce_table table,
.ce_text table,
.table,
.ce_markdown table,
table {
  background-color: #fff;
  border: 1px solid #44444a;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
}
.ce_table table caption,
.ce_text table caption,
.table caption,
.ce_markdown table caption,
table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.ce_table table th,
.ce_text table th,
.table th,
.ce_markdown table th,
table th {
  text-align: left;
}
.ce_table table > thead > tr > th,
.ce_table table > thead > tr > td,
.ce_table table > tbody > tr > th,
.ce_table table > tbody > tr > td,
.ce_table table > tfoot > tr > th,
.ce_table table > tfoot > tr > td,
.ce_text table > thead > tr > th,
.ce_text table > thead > tr > td,
.ce_text table > tbody > tr > th,
.ce_text table > tbody > tr > td,
.ce_text table > tfoot > tr > th,
.ce_text table > tfoot > tr > td,
.table > thead > tr > th,
.ce_markdown table > thead > tr > th,
.table > thead > tr > td,
.ce_markdown table > thead > tr > td,
.table > tbody > tr > th,
.ce_markdown table > tbody > tr > th,
.table > tbody > tr > td,
.ce_markdown table > tbody > tr > td,
.table > tfoot > tr > th,
.ce_markdown table > tfoot > tr > th,
.table > tfoot > tr > td,
.ce_markdown table > tfoot > tr > td,
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #44444a;
}
.ce_table table > thead > tr > th,
.ce_text table > thead > tr > th,
.table > thead > tr > th,
.ce_markdown table > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #44444a;
}
.ce_table table > caption + thead > tr:first-child > th,
.ce_table table > caption + thead > tr:first-child > td,
.ce_table table > colgroup + thead > tr:first-child > th,
.ce_table table > colgroup + thead > tr:first-child > td,
.ce_table table > thead:first-child > tr:first-child > th,
.ce_table table > thead:first-child > tr:first-child > td,
.ce_text table > caption + thead > tr:first-child > th,
.ce_text table > caption + thead > tr:first-child > td,
.ce_text table > colgroup + thead > tr:first-child > th,
.ce_text table > colgroup + thead > tr:first-child > td,
.ce_text table > thead:first-child > tr:first-child > th,
.ce_text table > thead:first-child > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ce_table table > tbody + tbody,
.ce_text table > tbody + tbody,
.table > tbody + tbody,
.ce_markdown table > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #44444a;
}
.ce_table table.sortable thead th:hover,
.ce_text table.sortable thead th:hover,
.table.sortable thead th:hover,
table.sortable thead th:hover {
  cursor: pointer;
}
.ce_table table .table,
.ce_text table .table,
.table .table,
.table .ce_markdown table,
.ce_markdown .table table,
.ce_markdown table table,
table .table,
table .ce_markdown table {
  background-color: #ffffff;
}

.ce_table.table-shadow table,
.ce_text.table-shadow table,
table.table-shadow {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.ce_table.table-condensed table > thead > tr > th,
.ce_table.table-condensed table > thead > tr > td,
.ce_table.table-condensed table > tbody > tr > th,
.ce_table.table-condensed table > tbody > tr > td,
.ce_table.table-condensed table > tfoot > tr > th,
.ce_table.table-condensed table > tfoot > tr > td,
.ce_text.table-condensed table > thead > tr > th,
.ce_text.table-condensed table > thead > tr > td,
.ce_text.table-condensed table > tbody > tr > th,
.ce_text.table-condensed table > tbody > tr > td,
.ce_text.table-condensed table > tfoot > tr > th,
.ce_text.table-condensed table > tfoot > tr > td,
table.table-condensed > thead > tr > th,
table.table-condensed > thead > tr > td,
table.table-condensed > tbody > tr > th,
table.table-condensed > tbody > tr > td,
table.table-condensed > tfoot > tr > th,
table.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.ce_table.table-unbordered table, .ce_table.ws-table table,
.ce_text.table-unbordered table,
.ce_text.ws-table table,
table.table-unbordered,
table.ws-table {
  border: none;
}
.ce_table.table-unbordered table > thead > tr > th, .ce_table.ws-table table > thead > tr > th,
.ce_table.table-unbordered table > thead > tr > td,
.ce_table.ws-table table > thead > tr > td,
.ce_table.table-unbordered table > tbody > tr > th,
.ce_table.ws-table table > tbody > tr > th,
.ce_table.table-unbordered table > tbody > tr > td,
.ce_table.ws-table table > tbody > tr > td,
.ce_table.table-unbordered table > tfoot > tr > th,
.ce_table.ws-table table > tfoot > tr > th,
.ce_table.table-unbordered table > tfoot > tr > td,
.ce_table.ws-table table > tfoot > tr > td,
.ce_text.table-unbordered table > thead > tr > th,
.ce_text.ws-table table > thead > tr > th,
.ce_text.table-unbordered table > thead > tr > td,
.ce_text.ws-table table > thead > tr > td,
.ce_text.table-unbordered table > tbody > tr > th,
.ce_text.ws-table table > tbody > tr > th,
.ce_text.table-unbordered table > tbody > tr > td,
.ce_text.ws-table table > tbody > tr > td,
.ce_text.table-unbordered table > tfoot > tr > th,
.ce_text.ws-table table > tfoot > tr > th,
.ce_text.table-unbordered table > tfoot > tr > td,
.ce_text.ws-table table > tfoot > tr > td,
table.table-unbordered > thead > tr > th,
table.ws-table > thead > tr > th,
table.table-unbordered > thead > tr > td,
table.ws-table > thead > tr > td,
table.table-unbordered > tbody > tr > th,
table.ws-table > tbody > tr > th,
table.table-unbordered > tbody > tr > td,
table.ws-table > tbody > tr > td,
table.table-unbordered > tfoot > tr > th,
table.ws-table > tfoot > tr > th,
table.table-unbordered > tfoot > tr > td,
table.ws-table > tfoot > tr > td {
  border: none;
  border-top: 1px solid #44444a;
}
.ce_table.table-unbordered table > thead > tr > th, .ce_table.ws-table table > thead > tr > th,
.ce_table.table-unbordered table > thead > tr > td,
.ce_table.ws-table table > thead > tr > td,
.ce_text.table-unbordered table > thead > tr > th,
.ce_text.ws-table table > thead > tr > th,
.ce_text.table-unbordered table > thead > tr > td,
.ce_text.ws-table table > thead > tr > td,
table.table-unbordered > thead > tr > th,
table.ws-table > thead > tr > th,
table.table-unbordered > thead > tr > td,
table.ws-table > thead > tr > td {
  border-bottom-width: 2px;
}

.ce_table.table-striped table > tbody > tr:nth-of-type(odd), .ce_table.ws-table table > tbody > tr:nth-of-type(odd),
.ce_text.table-striped table > tbody > tr:nth-of-type(odd),
.ce_text.ws-table table > tbody > tr:nth-of-type(odd),
table.table-striped > tbody > tr:nth-of-type(odd),
table.ws-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ce_table.table-hover table > tbody > tr:hover,
.ce_text.table-hover table > tbody > tr:hover,
table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col_] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col_],
table th[class*=col_] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 839px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #44444a;
  }
  .table-responsive table {
    min-width: 839px;
  }
  .table-responsive .ce_table table,
  .table-responsive .table,
  .table-responsive .ce_markdown table,
  .ce_markdown .table-responsive table {
    margin-bottom: 0;
  }
  .table-responsive .ce_table table > thead > tr > th,
  .table-responsive .ce_table table > thead > tr > td,
  .table-responsive .ce_table table > tbody > tr > th,
  .table-responsive .ce_table table > tbody > tr > td,
  .table-responsive .ce_table table > tfoot > tr > th,
  .table-responsive .ce_table table > tfoot > tr > td,
  .table-responsive .table > thead > tr > th,
  .table-responsive .ce_markdown table > thead > tr > th,
  .ce_markdown .table-responsive table > thead > tr > th,
  .table-responsive .table > thead > tr > td,
  .table-responsive .ce_markdown table > thead > tr > td,
  .ce_markdown .table-responsive table > thead > tr > td,
  .table-responsive .table > tbody > tr > th,
  .table-responsive .ce_markdown table > tbody > tr > th,
  .ce_markdown .table-responsive table > tbody > tr > th,
  .table-responsive .table > tbody > tr > td,
  .table-responsive .ce_markdown table > tbody > tr > td,
  .ce_markdown .table-responsive table > tbody > tr > td,
  .table-responsive .table > tfoot > tr > th,
  .table-responsive .ce_markdown table > tfoot > tr > th,
  .ce_markdown .table-responsive table > tfoot > tr > th,
  .table-responsive .table > tfoot > tr > td,
  .table-responsive .ce_markdown table > tfoot > tr > td,
  .ce_markdown .table-responsive table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive .ce_table table,
  .table-responsive .ce_text table,
  .table-responsive .table,
  .table-responsive .ce_markdown table,
  .ce_markdown .table-responsive table {
    border: 0;
  }
  .table-responsive .ce_table table > thead > tr > th:first-child,
  .table-responsive .ce_table table > thead > tr > td:first-child,
  .table-responsive .ce_table table > tbody > tr > th:first-child,
  .table-responsive .ce_table table > tbody > tr > td:first-child,
  .table-responsive .ce_table table > tfoot > tr > th:first-child,
  .table-responsive .ce_table table > tfoot > tr > td:first-child,
  .table-responsive .ce_text table > thead > tr > th:first-child,
  .table-responsive .ce_text table > thead > tr > td:first-child,
  .table-responsive .ce_text table > tbody > tr > th:first-child,
  .table-responsive .ce_text table > tbody > tr > td:first-child,
  .table-responsive .ce_text table > tfoot > tr > th:first-child,
  .table-responsive .ce_text table > tfoot > tr > td:first-child,
  .table-responsive .table > thead > tr > th:first-child,
  .table-responsive .ce_markdown table > thead > tr > th:first-child,
  .ce_markdown .table-responsive table > thead > tr > th:first-child,
  .table-responsive .table > thead > tr > td:first-child,
  .table-responsive .ce_markdown table > thead > tr > td:first-child,
  .ce_markdown .table-responsive table > thead > tr > td:first-child,
  .table-responsive .table > tbody > tr > th:first-child,
  .table-responsive .ce_markdown table > tbody > tr > th:first-child,
  .ce_markdown .table-responsive table > tbody > tr > th:first-child,
  .table-responsive .table > tbody > tr > td:first-child,
  .table-responsive .ce_markdown table > tbody > tr > td:first-child,
  .ce_markdown .table-responsive table > tbody > tr > td:first-child,
  .table-responsive .table > tfoot > tr > th:first-child,
  .table-responsive .ce_markdown table > tfoot > tr > th:first-child,
  .ce_markdown .table-responsive table > tfoot > tr > th:first-child,
  .table-responsive .table > tfoot > tr > td:first-child,
  .table-responsive .ce_markdown table > tfoot > tr > td:first-child,
  .ce_markdown .table-responsive table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive .ce_table table > thead > tr > th:last-child,
  .table-responsive .ce_table table > thead > tr > td:last-child,
  .table-responsive .ce_table table > tbody > tr > th:last-child,
  .table-responsive .ce_table table > tbody > tr > td:last-child,
  .table-responsive .ce_table table > tfoot > tr > th:last-child,
  .table-responsive .ce_table table > tfoot > tr > td:last-child,
  .table-responsive .ce_text table > thead > tr > th:last-child,
  .table-responsive .ce_text table > thead > tr > td:last-child,
  .table-responsive .ce_text table > tbody > tr > th:last-child,
  .table-responsive .ce_text table > tbody > tr > td:last-child,
  .table-responsive .ce_text table > tfoot > tr > th:last-child,
  .table-responsive .ce_text table > tfoot > tr > td:last-child,
  .table-responsive .table > thead > tr > th:last-child,
  .table-responsive .ce_markdown table > thead > tr > th:last-child,
  .ce_markdown .table-responsive table > thead > tr > th:last-child,
  .table-responsive .table > thead > tr > td:last-child,
  .table-responsive .ce_markdown table > thead > tr > td:last-child,
  .ce_markdown .table-responsive table > thead > tr > td:last-child,
  .table-responsive .table > tbody > tr > th:last-child,
  .table-responsive .ce_markdown table > tbody > tr > th:last-child,
  .ce_markdown .table-responsive table > tbody > tr > th:last-child,
  .table-responsive .table > tbody > tr > td:last-child,
  .table-responsive .ce_markdown table > tbody > tr > td:last-child,
  .ce_markdown .table-responsive table > tbody > tr > td:last-child,
  .table-responsive .table > tfoot > tr > th:last-child,
  .table-responsive .ce_markdown table > tfoot > tr > th:last-child,
  .ce_markdown .table-responsive table > tfoot > tr > th:last-child,
  .table-responsive .table > tfoot > tr > td:last-child,
  .table-responsive .ce_markdown table > tfoot > tr > td:last-child,
  .ce_markdown .table-responsive table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive .ce_table table > tbody > tr:last-child > th,
  .table-responsive .ce_table table > tbody > tr:last-child > td,
  .table-responsive .ce_table table > tfoot > tr:last-child > th,
  .table-responsive .ce_table table > tfoot > tr:last-child > td,
  .table-responsive .ce_text table > tbody > tr:last-child > th,
  .table-responsive .ce_text table > tbody > tr:last-child > td,
  .table-responsive .ce_text table > tfoot > tr:last-child > th,
  .table-responsive .ce_text table > tfoot > tr:last-child > td,
  .table-responsive .table > tbody > tr:last-child > th,
  .table-responsive .ce_markdown table > tbody > tr:last-child > th,
  .ce_markdown .table-responsive table > tbody > tr:last-child > th,
  .table-responsive .table > tbody > tr:last-child > td,
  .table-responsive .ce_markdown table > tbody > tr:last-child > td,
  .ce_markdown .table-responsive table > tbody > tr:last-child > td,
  .table-responsive .table > tfoot > tr:last-child > th,
  .table-responsive .ce_markdown table > tfoot > tr:last-child > th,
  .ce_markdown .table-responsive table > tfoot > tr:last-child > th,
  .table-responsive .table > tfoot > tr:last-child > td,
  .table-responsive .ce_markdown table > tfoot > tr:last-child > td,
  .ce_markdown .table-responsive table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.ce_text.list-unstyled ul,
.ce_text.list-unstyled ol,
.ce_list.list-unstyled ul,
.ce_list.list-unstyled ol,
.ce_markdown.list-unstyled ul,
.ce_markdown.list-unstyled ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_text.list-inline ul,
.ce_text.list-inline ol,
.ce_list.list-inline ul,
.ce_list.list-inline ol,
.ce_markdown.list-inline ul,
.ce_markdown.list-inline ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_text.list-inline ul > li,
.ce_text.list-inline ol > li,
.ce_list.list-inline ul > li,
.ce_list.list-inline ol > li,
.ce_markdown.list-inline ul > li,
.ce_markdown.list-inline ol > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.ce_text ul,
.ce_text ol,
.ce_list ul,
.ce_list ol,
.ce_markdown ul,
.ce_markdown ol {
  margin-top: 0;
  margin-left: 1.2em;
  margin-bottom: 12px;
}
.ce_text ul ul,
.ce_text ul ol,
.ce_text ol ul,
.ce_text ol ol,
.ce_list ul ul,
.ce_list ul ol,
.ce_list ol ul,
.ce_list ol ol,
.ce_markdown ul ul,
.ce_markdown ul ol,
.ce_markdown ol ul,
.ce_markdown ol ol {
  margin-bottom: 0;
}
.ce_text ul,
.ce_list ul,
.ce_markdown ul {
  list-style: square;
}
.ce_text ol,
.ce_list ol,
.ce_markdown ol {
  list-style: decimal;
}

ol.list-unstyled,
ul.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

ol.list-inline,
ul.list-inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ol.list-inline > li,
ul.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 481px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

ul.hook,
.ce_list.hook ul,
.ce_text.hook ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ul.hook li,
.ce_list.hook ul li,
.ce_text.hook ul li {
  padding-left: 24px;
  position: relative;
}
ul.hook li:before,
.ce_list.hook ul li:before,
.ce_text.hook ul li:before {
  content: "\f00c";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #5cb85c;
}

.ce_download {
  margin-bottom: 24px;
}
.ce_download img {
  display: inline-block !important;
}

.ce_downloads img {
  display: inline-block !important;
}
.ce_downloads ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_downloads ul li {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
}

.ce_markdown pre code {
  padding: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
}
.mejs-audio {
  height: 1em;
}

.ce_player audio {
  width: 100%;
}

.ce_youtube .video_container iframe {
  border: none;
}

@media (min-width: 840px) {
  .mod_newslist.img-center .image_container,
  .mod_newsarchive.img-center .image_container,
  .mod_slick_newslist.img-center .image_container {
    text-align: center;
  }
  .mod_newslist.img-center img,
  .mod_newsarchive.img-center img,
  .mod_slick_newslist.img-center img {
    display: inline !important;
  }
}
.mod_newslist .image_container,
.mod_newsarchive .image_container,
.mod_slick_newslist .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
.mod_newslist .image_container.float_left, .mod_newslist .image_container.float_right,
.mod_newsarchive .image_container.float_left,
.mod_newsarchive .image_container.float_right,
.mod_slick_newslist .image_container.float_left,
.mod_slick_newslist .image_container.float_right {
  float: none;
}
.mod_newslist .caption,
.mod_newsarchive .caption,
.mod_slick_newslist .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  .mod_newslist .image_container,
  .mod_newsarchive .image_container,
  .mod_slick_newslist .image_container {
    width: auto;
  }
  .mod_newslist .image_container.float_left,
  .mod_newsarchive .image_container.float_left,
  .mod_slick_newslist .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  .mod_newslist .image_container.float_right,
  .mod_newsarchive .image_container.float_right,
  .mod_slick_newslist .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  .mod_newslist .image_container.float_above,
  .mod_newsarchive .image_container.float_above,
  .mod_slick_newslist .image_container.float_above {
    margin: 0 0 6px;
  }
  .mod_newslist .image_container.float_below,
  .mod_newsarchive .image_container.float_below,
  .mod_slick_newslist .image_container.float_below {
    margin: 6px 0 0;
  }
}
.mod_newslist .layout_short .info,
.mod_newsarchive .layout_short .info,
.mod_slick_newslist .layout_short .info {
  font-size: 13px;
  color: #777777;
  margin-bottom: 12px;
}
.mod_newslist .layout_simple .info,
.mod_newsarchive .layout_simple .info,
.mod_slick_newslist .layout_simple .info {
  font-size: 13px;
  color: #777777;
  display: block;
}
.mod_newslist .layout_latest,
.mod_newsarchive .layout_latest,
.mod_slick_newslist .layout_latest {
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 12px;
  margin-bottom: 10px;
}
.mod_newslist .layout_latest h2,
.mod_newsarchive .layout_latest h2,
.mod_slick_newslist .layout_latest h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.mod_newslist .layout_latest .info,
.mod_newsarchive .layout_latest .info,
.mod_slick_newslist .layout_latest .info {
  font-size: 13px;
  margin-bottom: 12px;
}
.mod_newslist .layout_latest .sub-headline,
.mod_newsarchive .layout_latest .sub-headline,
.mod_slick_newslist .layout_latest .sub-headline {
  font-size: 13px;
  line-height: 1.3333333;
  margin-bottom: 5px;
}
.mod_newslist .layout_latest .image_container.float_left + .text,
.mod_newslist .layout_latest .image_container.float_right + .text,
.mod_newsarchive .layout_latest .image_container.float_left + .text,
.mod_newsarchive .layout_latest .image_container.float_right + .text,
.mod_slick_newslist .layout_latest .image_container.float_left + .text,
.mod_slick_newslist .layout_latest .image_container.float_right + .text {
  display: table;
}
.mod_newslist .layout_full h2,
.mod_newsarchive .layout_full h2,
.mod_slick_newslist .layout_full h2 {
  margin-top: 0;
}
.mod_newslist .layout_full .info,
.mod_newsarchive .layout_full .info,
.mod_slick_newslist .layout_full .info {
  font-size: 13px;
  color: #777777;
  margin-bottom: 12px;
}
.mod_slick_newslist .layout_short {
  margin-right: 50px;
}

.mod_newsreader .layout_full {
  margin-bottom: 10px;
}
@media (min-width: 840px) {
  .mod_newsreader .layout_full.img-center .image_container {
    text-align: center;
  }
  .mod_newsreader .layout_full.img-center img {
    display: inline !important;
  }
}
.mod_newsreader .layout_full .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
.mod_newsreader .layout_full .image_container.float_left, .mod_newsreader .layout_full .image_container.float_right {
  float: none;
}
.mod_newsreader .layout_full .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  .mod_newsreader .layout_full .image_container {
    width: auto;
  }
  .mod_newsreader .layout_full .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  .mod_newsreader .layout_full .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  .mod_newsreader .layout_full .image_container.float_above {
    margin: 0 0 6px;
  }
  .mod_newsreader .layout_full .image_container.float_below {
    margin: 6px 0 0;
  }
}
.mod_newsreader .layout_full h2 {
  margin-top: 0;
}
.mod_newsreader .layout_full .info {
  font-size: 13px;
  margin-bottom: 12px;
}
.mod_newsmenu li {
  padding: 0;
  margin: 0;
  list-style: none !important;
}

/* Accordion
** -------------------------------------------
*/
*:focus,
*:active {
  outline: none !important;
}

.ce_accordion {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.ce_accordion .toggler {
  color: #44444a;
}
.ce_accordion .toggler {
  background-color: #e6e6e6;
  background: linear-gradient(#ffffff, #e6e6e6);
  padding: 6px 8px;
  position: relative;
  padding-right: 40px;
}
.ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .toggler:after {
  content: "\f105";
  color: #006699;
  font-size: 18px;
  line-height: 24px;
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
}
.ce_accordion .toggler.active:after {
  content: "\f107";
}
.ce_accordion .accordion {
  overflow: hidden;
}
.ce_accordion .accordion h1:first-child,
.ce_accordion .accordion h2:first-child,
.ce_accordion .accordion h3:first-child,
.ce_accordion .accordion h4:first-child,
.ce_accordion .accordion h5:first-child,
.ce_accordion .accordion h6:first-child {
  margin-top: 0;
}
.ce_accordion .accordion > div {
  padding: 8px;
}

form {
  width: 100%;
}

/**
 * Fieldset
 */
fieldset {
  border: 1px solid #ddd !important;
  margin: 0 0 12px;
  min-width: 0;
  padding: 6px 12px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
}
fieldset legend {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
  min-width: 35%;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

/**
 * Label
 */
label {
  margin: 0 0 0.5em 0;
  display: block;
}

/**
 * Textfelder und Textareas
 */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email],
input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea, select[multiple] {
  width: 100%;
  line-height: inherit;
  padding: 6px;
  margin-bottom: 12px;
  display: inline-block;
  background: #fff;
  color: #44444a;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  box-shadow: inset 0 0 1px 1px rgb(238, 238, 238);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  box-sizing: border-box;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus,
input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input:not([type]):focus, textarea:focus, select[multiple]:focus {
  outline: 0;
  background: #fff;
  border-color: #bbb;
}

/**
 * Fix some width and height settings
 */
input[type=file] {
  cursor: pointer;
}

select, input[type=file] {
  display: block;
  margin-bottom: 12px;
  width: auto;
}

input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
  width: auto;
  margin-bottom: 12px;
}

textarea, select[multiple], select[size] {
  height: auto;
  width: 100%;
  color: #44444a;
}

/**
 * Checkboxes and radio buttons
 */
input[type=radio], input[type=checkbox] {
  margin: 0 3px 0 0;
}

input[type=radio], input[type=checkbox], label {
  vertical-align: middle;
}

.checkbox_container span,
.radio_container span {
  display: block;
  margin-bottom: 6px !important;
  margin-right: 10px;
  padding: 1px;
}

fieldset.radio_container,
fieldset.checkbox_container {
  border: none !important;
  padding: 0 !important;
  background-color: transparent;
}
fieldset.radio_container legend,
fieldset.checkbox_container legend {
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
fieldset.radio_container span,
fieldset.checkbox_container span {
  margin-bottom: 24px;
}
fieldset.radio_container.list-vertical span,
fieldset.checkbox_container.list-vertical span {
  display: block;
}
fieldset.radio_container label,
fieldset.checkbox_container label {
  display: inline !important;
}

div.checkbox_container label {
  display: inline;
}

/**
 * Handle disabled and read-only
 */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background: #f1f1f1;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio][readonly], input[type=checkbox][readonly] {
  background: transparent;
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

/* styling */
select {
  box-sizing: border-box;
  line-height: inherit;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 0 1px 1px rgb(238, 238, 238);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 100%;
  background-color: #ffffff;
  background-image: url(/files/themes/pa-bremen/images/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0.4em 1.5em 0.4em 1em;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:focus {
  outline: none;
  background-color: #fcfcfc;
  border-color: #bbb;
}

select:hover {
  box-shadow: 0 0 1px 1px #eeeeee inset;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display: none;
}

body.ie8 select,
body.ie9 select {
  background-image: none;
}

option:focus {
  outline: none;
}

option {
  background: #fcfcfc;
  padding: 0.2em 1em 0.2em 1em;
}

/**
 * Buttons
 */
input[type=submit],
button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
  border: 1px solid #ee730d;
  background: #ee730d;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

input[type=submit]:hover,
button[type=submit]:hover,
input[type=submit]:active,
button[type=submit]:active {
  text-decoration: none;
  background-image: none;
  background-color: #d6670c;
  color: #ffffff !important;
  border-color: #d6670c;
}

.button-fullsize input[type=button],
.button-fullsize input[type=submit],
.button-fullsize button[type=submit],
.button-fullsize a.button,
.button-fullsize span.button a,
.button-fullsize .ce_hyperlink.button a {
  width: 100% !important;
}

input.short {
  width: 200px;
}

input.middle {
  width: 400px;
}

form .explanation {
  font-size: 0.9em;
}

form .widget-submit {
  clear: both;
}

.button-right,
form .widget-submit .button-right {
  float: right;
}

.button-right input[type=button],
.button-right input[type=submit],
.button-right button[type=submit],
.button-right a.button,
.button-right span.button a,
.button-right .ce_hyperlink.button a {
  float: right;
}

.button-default, .ce_dlh_googlemaps #confirm-googlemaps:after,
.button-default:link,
.button-default:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #ee730d;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ee730d;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-default:hover, .ce_dlh_googlemaps #confirm-googlemaps:hover:after,
.button-default:focus,
.ce_dlh_googlemaps #confirm-googlemaps:focus:after,
.button-default:active,
.ce_dlh_googlemaps #confirm-googlemaps:active:after {
  background-image: none;
  background-color: #d6670c;
  color: #ffffff !important;
  border-color: #d6670c;
}

.button-default-outline,
.button-default-outline:link,
.button-default-outline:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-default-outline:hover,
.button-default-outline:focus,
.button-default-outline:active {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000 !important;
  border-color: #ffffff;
}

.button-primary,
.button-primary:link,
.button-primary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #006699;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #006699;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  background-image: none;
  background-color: #005580;
  color: #ffffff !important;
  border-color: #005580;
}

.button-outline-primary,
.button-outline-primary:link,
.button-outline-primary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #006699 !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #006699;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-primary:hover,
.button-outline-primary:focus,
.button-outline-primary:active {
  background-image: none;
  background-color: #006699;
  color: #ffffff !important;
  border-color: #006699;
}

.button-secondary,
.button-secondary:link,
.button-secondary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #ee730d;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ee730d;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  background-image: none;
  background-color: #d6670c;
  color: #ffffff !important;
  border-color: #d6670c;
}

.button-outline-secondary,
.button-outline-secondary:link,
.button-outline-secondary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #ee730d !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ee730d;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-secondary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:active {
  background-image: none;
  background-color: #ee730d;
  color: #ffffff !important;
  border-color: #ee730d;
}

.button-tertiary,
.button-tertiary:link,
.button-tertiary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0094de;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #0094de;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-tertiary:hover,
.button-tertiary:focus,
.button-tertiary:active {
  background-image: none;
  background-color: #0083c4;
  color: #ffffff !important;
  border-color: #0083c4;
}

.button-outline-tertiary,
.button-outline-tertiary:link,
.button-outline-tertiary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #0094de !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #0094de;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-tertiary:hover,
.button-outline-tertiary:focus,
.button-outline-tertiary:active {
  background-image: none;
  background-color: #0094de;
  color: #ffffff !important;
  border-color: #0094de;
}

.button-tertiary,
.button-tertiary:link,
.button-tertiary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0094de;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #0094de;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-tertiary:hover,
.button-tertiary:focus,
.button-tertiary:active {
  background-image: none;
  background-color: #0083c4;
  color: #ffffff !important;
  border-color: #0083c4;
}

.button-outline-tertiary,
.button-outline-tertiary:link,
.button-outline-tertiary:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #0094de !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #0094de;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-tertiary:hover,
.button-outline-tertiary:focus,
.button-outline-tertiary:active {
  background-image: none;
  background-color: #0094de;
  color: #ffffff !important;
  border-color: #0094de;
}

.button-white,
.button-white:link,
.button-white:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-white:hover,
.button-white:focus,
.button-white:active {
  background-image: none;
  background-color: #f2f2f2;
  color: #000000 !important;
  border-color: #f2f2f2;
}

.button-outline-white,
.button-outline-white:link,
.button-outline-white:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-white:hover,
.button-outline-white:focus,
.button-outline-white:active {
  background-image: none;
  background-color: #ffffff;
  color: #000000 !important;
  border-color: #ffffff;
}

.button-black,
.button-black:link,
.button-black:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #000000;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #000000;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-black:hover,
.button-black:focus,
.button-black:active {
  background-image: none;
  background-color: black;
  color: #ffffff !important;
  border-color: black;
}

.button-outline-black,
.button-outline-black:link,
.button-outline-black:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #000000;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-outline-black:hover,
.button-outline-black:focus,
.button-outline-black:active {
  background-image: none;
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
}

.button-success,
.button-success:link,
.button-success:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #5cb85c;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #4cae4c;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-success:hover,
.button-success:focus,
.button-success:active {
  background-image: none;
  background-color: #4cae4c;
  color: #fff !important;
  border-color: #4cae4c;
}

.button-info,
.button-info:link,
.button-info:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #5bc0de;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #46b8da;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-info:hover,
.button-info:focus,
.button-info:active {
  background-image: none;
  background-color: #46b8da;
  color: #fff !important;
  border-color: #46b8da;
}

.button-warning,
.button-warning:link,
.button-warning:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #f0ad4e;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #eea236;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-warning:hover,
.button-warning:focus,
.button-warning:active {
  background-image: none;
  background-color: #eea236;
  color: #fff !important;
  border-color: #eea236;
}

.button-danger,
.button-danger:link,
.button-danger:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 4px;
  background-color: #d9534f;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #d43f3a;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
  vertical-align: text-bottom;
}

.button-danger:hover,
.button-danger:focus,
.button-danger:active {
  background-image: none;
  background-color: #d43f3a;
  color: #fff !important;
  border-color: #d43f3a;
}

p.error {
  font-size: 13px;
  color: #d9534f;
}

.captcha_text {
  display: block;
  margin-bottom: 15px;
}

.dsgvo-checkbox {
  font-size: 0.9em;
}
.dsgvo-checkbox label {
  font-weight: normal !important;
}

@media (min-width: 840px) {
  input.captcha {
    float: left;
    max-width: 50%;
    margin-right: 12px;
  }
  .captcha_text {
    display: inline-block;
  }
  .checkbox_container span,
  .radio_container span {
    display: inline-block;
    margin-bottom: 6px !important;
  }
  .radio_container.radio-list span,
  .checkbox_container.checkbox-list span {
    display: block;
    margin-bottom: 6px !important;
  }
}
div.w30l, div.w30r,
div.w50l, div.w50r,
div.w70l, div.w70r {
  width: 100%;
}

@media (min-width: 840px) {
  div.w30l {
    width: 28%;
    float: left;
  }
  div.w30r {
    width: 28%;
    float: right;
  }
  div.w50l {
    width: 48%;
    float: left;
  }
  div.w50r {
    width: 48%;
    float: right;
  }
  div.w70l {
    width: 68%;
    float: left;
  }
  div.w70r {
    width: 68%;
    float: right;
  }
  div.w30r + div,
  div.w50r + div,
  div.w70r + div {
    clear: both;
  }
}
#suchfeld {
  display: none;
  height: 50px;
}
#suchfeld label {
  display: none;
}

@media (min-width: 840px) {
  #suchfeld {
    display: block;
  }
}
#suchfeld button.submit:hover {
  cursor: pointer;
}

#suchfeld button.submit:before {
  content: "\f002";
  font: 13px/1 "FontAwesome";
  margin-left: 5px;
  color: #006699;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

#suchfeld button.submit {
  background: none repeat scroll 0 0 transparent;
  box-shadow: none;
  border: none;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-indent: -9999px;
}

#suchfeld input.submit:hover, #suchfeld input.submit:focus {
  color: #fff;
}

#suchfeld input.text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none repeat scroll 0 0 transparent;
  border-color: #dadada;
  border-left-radius: 3px;
  border-right-radius: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: none;
  color: #44444a;
  height: 30px;
  padding: 0 35px 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Suchmaschine
** -------------------------------------------
*/
.mod_search .context mark.highlight {
  background-color: #ffff00;
  border-bottom: 1px dotted #99A01E;
  padding: 0.2em;
}

.mod_search form {
  margin: 24px 0 12px;
}
.mod_search fieldset {
  border: none;
  margin: 12px 0;
}
.mod_search input.text {
  width: 400px;
  max-width: 60%;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mod_search .widget-submit {
  clear: inherit;
}
.mod_search button.submit {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  border: none;
}
.mod_search fieldset.radio_container {
  padding-left: 2px !important;
  clear: both;
}
.mod_search h3 {
  font-size: 1.2em;
}
.mod_search .context {
  font-size: 13px;
}
.mod_calendar table {
  width: 90%;
  color: #44444a;
  background-color: none;
  font-size: inherit;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.mod_calendar table th,
.mod_calendar table td {
  padding: 4px 6px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  line-height: 200%;
}
.mod_calendar table td {
  background: linear-gradient(white, #e6e6e6);
}
.mod_calendar table.minicalendar {
  width: 90%;
  font-size: 0.8em;
}
.mod_calendar table.minicalendar th,
.mod_calendar table.minicalendar td {
  padding: 4px 6px;
  line-height: 200%;
}
.mod_calendar.calendar-center table {
  margin: 1.5em auto 1.5em;
}

.mod_eventlist h1,
.mod_eventlist .empty {
  display: none;
}
.mod_eventlist .header {
  background-color: #f1f1f1;
  padding: 0.3em;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px solid lightgrey;
}
.mod_eventlist .layout_teaser.event,
.mod_eventlist .layout_list.event {
  margin-bottom: 24px;
}
.mod_eventlist .layout_list h3 {
  font-size: 1.5em;
}
.mod_eventlist .layout_list {
  padding: 10px;
  background-color: #F0F0F0;
  border-bottom: 5px solid #fff;
}
.mod_eventlisttime:before {
  content: "\f073";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}
.mod_eventlist .event h2 {
  margin-top: 0.5em;
}
.mod_eventlist .eventlist_mini .date {
  margin-top: 10px;
  display: block;
}

.mod_eventmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod_eventreader .event.layout_full .info {
  font-size: 1.2em;
  font-weight: bold;
}
.mod_eventreader .event.layout_full .info time:before {
  content: "\f073";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}
.mod_eventreader .event.layout_full .location {
  font-weight: bold;
}
.mod_eventreader .event.layout_full .location:before {
  content: "\f041";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}

.pagination {
  font-size: 0.9em;
}
.pagination p {
  margin: 48px 0 12px;
}
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.5;
  text-decoration: none;
  color: #006699;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
  z-index: 3;
  color: #005078 !important;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination ul > li span.current, .pagination ul > li span.current:hover, .pagination ul > li span.current:focus {
  z-index: 2;
  color: #005078 !important;
  background-color: #ddd;
  border-color: #ddd;
  cursor: default;
}

@media (min-width: 840px) {
  .pagination {
    font-size: 16px;
  }
  .pagination ul li a,
  .pagination ul li span.current {
    padding: 6px 12px;
  }
}
.mod_faqlist ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.mod_faqlist ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 0;
}

@media (min-width: 840px) {
  .mod_faqreader.img-center .image_container {
    text-align: center;
  }
  .mod_faqreader.img-center img {
    display: inline !important;
  }
}
.mod_faqreader .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
.mod_faqreader .image_container.float_left, .mod_faqreader .image_container.float_right {
  float: none;
}
.mod_faqreader .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  .mod_faqreader .image_container {
    width: auto;
  }
  .mod_faqreader .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  .mod_faqreader .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  .mod_faqreader .image_container.float_above {
    margin: 0 0 6px;
  }
  .mod_faqreader .image_container.float_below {
    margin: 6px 0 0;
  }
}
.mod_faqreader .info {
  font-size: 13px;
}

@media (min-width: 840px) {
  .mod_faqpage.img-center .image_container {
    text-align: center;
  }
  .mod_faqpage.img-center img {
    display: inline !important;
  }
}
.mod_faqpage .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
.mod_faqpage .image_container.float_left, .mod_faqpage .image_container.float_right {
  float: none;
}
.mod_faqpage .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  .mod_faqpage .image_container {
    width: auto;
  }
  .mod_faqpage .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  .mod_faqpage .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  .mod_faqpage .image_container.float_above {
    margin: 0 0 6px;
  }
  .mod_faqpage .image_container.float_below {
    margin: 6px 0 0;
  }
}
.mod_faqpage .info {
  font-size: 13px;
}

.mod_login {
  width: 100%;
  background-color: #f1f1f1;
  padding: 2em;
}

.mod_login .checkbox_container {
  margin-bottom: 24px;
}
.mod_login .checkbox_container label {
  display: inline !important;
}

@media (min-width: 1040px) {
  .mod_login {
    width: 50%;
  }
}
#tl_registration table .col_0 {
  padding-right: 30px;
}

#tl_registration table input.captcha {
  float: left;
  max-width: 150px;
  margin-right: 10px;
}

#tl_registration table .captcha_text {
  float: left;
  font-size: 0.9em;
}

#tl_registration div.fields input.captcha {
  margin: 0;
}

#tl_registration div.fields .captcha_text {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 12px;
}

@media (min-width: 1040px) {
  #tl_registration table input.captcha {
    float: none;
    max-width: none;
    margin: 0;
  }
  #tl_registration table .captcha_text {
    float: none;
    display: inline-block;
    margin-bottom: 12px;
  }
}
.mod_sitemap ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.mod_sitemap ul li.submenu {
  margin-bottom: 12px;
}
.mod_sitemap ul li.submenu.last {
  margin-bottom: none;
}
.mod_sitemap ul li.submenu ul {
  margin-left: 30px;
  margin-top: 8px;
}
.mod_sitemap ul li.submenu:before {
  content: "\f07b";
  font: 13px/1 "FontAwesome";
  margin-right: 8px;
}

.slider-control {
  text-align: center;
  height: 35px;
}

.slider-control a, .slider-control .slider-menu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  line-height: 30px;
}

.slider-control .slider-menu {
  margin-left: 0;
  font-size: 16px;
}

.slider-control .slider-prev {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcyNzBGRjk4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcyNzBGRkE4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNzI3MEZGNzhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNzI3MEZGODhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmmDDagAAAAbSURBVHjaYvz//78vAxGAiYFIMKqQOgoBAgwATz8DXn23n78AAAAASUVORK5CYII=");
  padding: 0 0.5em;
  border: 1px solid #e6e6e6;
  color: #44444a;
  margin-right: 10px;
}

.slider-control .slider-next {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcyNzBGRjk4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcyNzBGRkE4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNzI3MEZGNzhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNzI3MEZGODhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmmDDagAAAAbSURBVHjaYvz//78vAxGAiYFIMKqQOgoBAgwATz8DXn23n78AAAAASUVORK5CYII=");
  padding: 0 0.5em;
  border: 1px solid #e6e6e6;
  color: #44444a;
  margin-left: 10px;
}

.slider-control .slider-prev:hover,
.slider-control .slider-next:hover {
  background-color: #fff;
}

.slider-control .slider-menu b {
  cursor: pointer;
  padding: 0.1em;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: gray;
  text-indent: 9999px;
  margin: 0 0.25em;
  line-height: 15px;
}

.slider-control .slider-menu b.active {
  background-color: lightgray;
}

/*------*/
.ce_sliderStart {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.ce_sliderStart.slider-control-2 .slider-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-menu {
  position: absolute;
  bottom: -35px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-prev {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-prev:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkREMUMwNDFDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkREMUMwNDBDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NWQ4Zjk0MjQtMDRjMi00ZjM3LTgwM2ItMjI5ZmY4MWUzMjg4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4GwZ5gAAAgZJREFUeNrcmDFrwkAUx6N0E0odBKm4iAjN4lYodHAtgtAunR1Lv4EfoJ+gpaN07NKCIF0dBKGbSwoiLqIIDkLBOf0fPCHEXJq7e7FHH/zGu/fLvUty7zK+7zs2R9axPI40x+VBHbigCsqgAHJgC9ZgDqbAA2Ow0UmUUSyxEGqAS1BTGDcBQzAgYXbBImiBJigZVGwB+qAHVlyCF+CWVo0rxGq+gpHpHrwCbVBh3vviYU/BCfjQXUEhd0cTpRVL8BwnmY0paztlOYfmb1O+xIJF2nMV5zBRoXzFpIIt5hci6Z5sJRF06VPyF9Gk/LGCDcPvnEmUKL9UMM9c2gfwqVHqvEywrvj7+k1OxLniuBp5RAq6zHIdzfGu7E9SNRT7Bo+GcnsewRUsG8rd00bvGD5oWbaCBUO5a3DDsEUKshXMWSC35xEU3Gq+EGeMcnseQcG1xmRiv32BN0bBtUxwrjHZMXgC74ySc5ngVHPCoOQLg+BUJugZTLqTXAQ+1LrhyQTH1H2ZSHZCfxPVmJBHpOCGmhnTMJEchvvn8HFrQGXiklQ5zSwof+x50KO+1WGSVDnN9KPeg6gjf4+p1Kql7SXtSVbUVM8OJDejfCuVtlN0/F3qW9OMJeUZ6dws7JrpNG4WdivXNblZsOJu5l/cboX7hYZj4f1gOKy9YT14WH+Jbr3gjwADABCYjIuzCsnBAAAAAElFTkSuQmCC");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-next {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: -99999px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-next:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkREMUMwM0RDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkREMUMwM0NDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NWQ4Zjk0MjQtMDRjMi00ZjM3LTgwM2ItMjI5ZmY4MWUzMjg4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TTYfwAAAAgpJREFUeNrcmLFLAnEUx09pEyQHQRIXEcFb3IKgwTUEoZbGcKxol/6AaI9qlMaWAiFaHQShzeUCERdRBAchcLbvwRPk9Hfc/d47+9GDz3i/9/H3fr/z3ostl0vL5Ihbhsee5nMpUAY2KIAcSIMEWIAZGIEBcEAPzHUSxUKW2BWqgGNQDPFcH3RAm4TFBTOgBqogy6jYGHyAFphKCR6Bc9o1qXB38xV0uWfwBNRBXvjsuz/2AOyDT90ddOUuaaGoYgKe/STjPmWtRyxn0fp1yhdYMENnLm/tJvKULxNUsCZ8IYKeyVoQQZteJX8RVcrvK1hhvuc4kaX8SsGUZmkb4Fuw1CmVYDnk39cqLgQli+SxVdDWXLQE7gUlbZVggbHouuQXU7CgEswxF3Yln8ADeGOsk1MJpoVu4iN4Z0imVYIJoZuYZEomVIILwXdaks7kncbFWagEZ4KCP3RhbulshomZSnAkKHcNTsGZxvMjleBAQG7MlNvwWBd0mHLuWbsCNwy5DY91wR51X7pyDboYhwy5PnlsFZxTM8ORKzGr0PH2z97PrTadozDxIiQ3pvy+34MO9a1hQkLOorxOkE/+lmapuaVtBe1JptRUD3ckN6R80zBtp9vxN6lvjTImlKerM1lYNdNRTBZWO9fkTBaMmM38i+mWt1+oWAbOB71h7IR152H8EN14wV8BBgB1tpGGfAP/9AAAAABJRU5ErkJggg==");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

/*------*/
.ce_sliderStart {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.ce_sliderStart.slider-control-3 .slider-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-menu {
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-prev {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-prev:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFDNTFEMEI3NTc1MTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFDNTFEMEE3NTc1MTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjhkMDM3YWEtMDE2ZS00OTJhLTllNjQtMjZmMzkwOGU2NTk5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zmn2DwAAAZJJREFUeNrsmdFNw0AMhq+Id7IB2aC3QbtBswHdgIzQETIC3QA2KBPQbgAbXCcId8iVEIqtCvybujpLfqkfkk/1/9t3mY3jGK4hbsKVRAWpIBWkgviKW8NnxZwNU9t5ASkQb0xtqwEyM5jsDb3ofKL2QZDJg0Y2DESJTgPiK8o/Asxu5KPXfBaytUpLvee8m6i95lx6sd9nBuJILeVijvQ5F3BdgDUSBV0MKD1qa0Sy2gNZrYsVZWAgILpAgZQXfWBqa3IwWGi1Vptzz7jUlkCCB5Ad41IHmhcJDaLRWhvBatcWEBr2G61WEKT9NqSL+4naC9qlNFsrMhCn9cQ0/ir2MjcembnRmulDAUSa5OobLtK1kjAjFuRowYNrnbIX3CteumudOxTVzuWWu9Zx4vfibE+eLugkvazg+xagXwdGKwmpF8Tlw78crhBndqnF5jREXbTWOZbceWitnzvXymKFQYOYXdKh736TsM7rrjBGB59B0MvSg0a+xz7wnxbaS9eIixNiBakgFaSCVJBfx6cAAwARaKtv2sa8PAAAAABJRU5ErkJggg==");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.ce_sliderStart.slider-control-3 .slider-control .slider-next {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-next:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzkzMENGMEE3NDdCMTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzkzMENGMDk3NDdCMTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjhkMDM3YWEtMDE2ZS00OTJhLTllNjQtMjZmMzkwOGU2NTk5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mpsO+QAAAaZJREFUeNrsmbFKA0EQhveCdZ4gvoDpA16taK1gakHrCOkVr0+RXrjaQmvF1Ar2+gL6At4LnLMwgoSdRXBm7ibMwN9kQfK588/+uynatg2bUIOwIeUgDuIgDmKrtpj+Tkl8/gV6swSyC5oTa/saMAXjyX6HQOv1CdoDNVY8ckF82RFoacnsHwiTqgPQ1NLUegDdEGvXoLEFj/zUEHQP2kmsvaNfTJwj0Sczwi8RrrJ0IMZxuyDWzkCHFlrrd9Vo9NSuTThHsnREmeE5kvJRbSlrNZmRnEsDvQyNzxm/zLlGcqH4+CAaYTRjvGiE0QQRjTDaFyuxCNPFDfE2E21KC2YXzWHaO1IREHEInFrxSMxXJ8TaFQ6D3p8j26AnbK31evzvbmiCrIiWYrvPDzr0RcCdYEnA0iAl3j9StQiMz0SSrRX98Er44gV0bCXG1wREw2FuLZBzIunmwmPvWmuMozZVMWddSvznuEGGOGpHRAQ5CkJPp9ytVREQuSei3oFMMxGEddRKtpZ4BNECWWVS7SQI/6TQxX0kWPCIgziIgziIg/y5vgUYAOY/dPJeS0idAAAAAElFTkSuQmCC");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}

/*------*/
.slider-control-4 .slider-control {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.slider-control-4 .slider-control .slider-prev {
  display: none;
}
.slider-control-4 .slider-control .slider-next {
  display: none;
}

/*------*/
.slider-wrapper > .ce_text > h1,
.slider-wrapper > .ce_text > h2,
.slider-wrapper > .ce_text > h3,
.slider-wrapper > .ce_text > h4,
.slider-wrapper > .ce_text > h5,
.slider-wrapper > .ce_text > h6 {
  margin-top: 0;
}

/* Hat der Slider eine feste größe */
.slider_no1 .slider-wrapper div {
  height: 200px;
}

.background-image {
  position: relative;
  padding: 15px;
}
.background-image .image_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.background-image .image_container.float_left {
  left: 0;
  right: auto;
}
.background-image .image_container.float_left img {
  width: auto;
  height: auto;
}
.background-image .image_container.float_right {
  left: auto;
  right: 0;
}
.background-image .image_container.float_right img {
  float: right;
  width: auto;
  height: auto;
}
.background-image .image_container img {
  width: 100%;
  height: auto;
}
.background-image.fullsize .image_container {
  /* width:100%;  Das Hintergrundbild skaliert nach unterschreiten der Bildgröße */
  min-width: 100%; /* Das Hintergrundbild skaliert nicht nach unterschreiten der Bildgröße */
}
.background-image.fullsize .image_container img {
  min-width: 100%;
  max-width: none;
  width: auto;
}

.ce_rsce_slider_head .bg-img-container {
  text-align: center;
  color: #fff;
}
.ce_rsce_slider_head .cover-color {
  padding: 10px 10px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 200px;
}

@media (min-width: 1040px) {
  .ce_rsce_slider_head .cover-color {
    padding: 40px 20px 60px;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 400px;
  }
}
/* Navigation
** -------------------------------------------
*/
/* Mobile Menu
** -------------------------------------------
*/
#mobil-menu-trigger {
  cursor: pointer;
}
#mobil-menu-trigger::after {
  content: "\f0c9";
  display: block;
  color: #006699;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 25px;
  width: 50px;
}

#mobil-menu-trigger.active::after {
  content: "\f00d";
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger::after {
  color: #44444a;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 16px;
  cursor: pointer;
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger.active::after {
  content: "\f068";
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  z-index: 2;
}

#nav-main {
  overflow: visible !important;
}

#nav-main li {
  display: block;
  position: relative;
}

#nav-main ul.level_1 {
  display: none;
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 40px;
  color: #006699;
  font-weight: 500;
  text-transform: normal;
  box-shadow: 0px 4px 8px 0px rgb(153, 153, 153);
}

#nav-main ul.level_1 > li {
  border-top: 1px solid #ffffff;
}

#nav-main ul.level_1 > li > a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 15px 0 15px;
  color: #006699;
  text-decoration: none;
}

#nav-main ul.level_1 > li > a.submenu {
  margin-right: 40px;
}

#nav-main ul.level_1 > li > a:hover,
#nav-main ul.level_1 > li > a:focus {
  color: #006699;
}

#nav-main ul.level_1 > li.active > a,
#nav-main ul.level_1 > li.trail > a {
  color: #006699;
  border-bottom: none;
  border-left: 4px solid #006699;
}

#nav-main ul.level_2 {
  display: none;
  padding: 0;
  background-color: #ffffff;
}

#nav-main ul.level_2 > li {
  border-top: 1px solid #ffffff;
}

#nav-main ul.level_2 > li > a {
  display: block;
  position: relative;
  padding: 0 15px 0 30px;
  color: #998675;
  text-decoration: none;
}

#nav-main ul.level_2 > li > a:hover,
#nav-main ul.level_2 > li > a:focus {
  color: #006699;
}

#nav-main ul.level_2 > li.active > a,
#nav-main ul.level_2 > li.trail > a {
  color: #006699;
  border-bottom: none;
}

#nav-main ul.level_1 li.suche a, #nav-main ul.level_1 li.suche strong {
  text-indent: -9999px;
}
#nav-main ul.level_1 li.suche:after {
  content: "\f002";
  font: 13px/1 "FontAwesome";
  color: inherit;
  position: absolute;
  right: 8px;
  top: 10px;
  text-indent: 0px;
}

@media (min-width: 1040px) {
  #mobil-menu-trigger {
    display: none;
  }
  #nav-main {
    position: absolute;
    top: 20px;
    right: 115px;
    line-height: 50px;
  }
  #nav-main ul.level_1 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    line-height: inherit;
    background-color: transparent;
    display: block;
    box-shadow: none;
    font-weight: bold;
  }
  #nav-main ul.level_1 > li {
    display: inline-block;
    border-top: none;
  }
  #nav-main ul.level_1 > li > a,
  #nav-main ul.level_1 > li > strong {
    position: relative;
    z-index: 3;
    padding: 0 10px 0 10px;
    color: #006699;
    line-height: 34px;
    border-bottom: 4px solid transparent;
    display: block;
    text-transform: uppercase;
  }
  #nav-main ul.level_1 > li:hover > a {
    color: #00334d;
  }
  #nav-main ul.level_1 > li > a.submenu {
    margin-right: 0;
  }
  #nav-main ul.level_1 > li.active > a,
  #nav-main ul.level_1 > li.trail > a,
  #nav-main ul.level_1 > li.trail > strong {
    color: #00334d;
    border-left: none;
    font-weight: bolder;
  }
  #nav-main ul.level_1 > li > a:hover,
  #nav-main ul.lvel_1 > li > a:focus {
    color: #00334d;
  }
  #nav-main ul.level_1 > li:hover > ul {
    display: block;
  }
  #nav-main ul.level_1 > li:last-child > ul,
  #nav-main ul.level_1 > li.last > ul {
    left: auto;
    right: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
  }
  #nav-main ul.level_2 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    min-width: 130%;
    padding: 5px 10px 0 10px !important;
    border: 1px solid #dadada;
    border-right: 0;
    border-left: 0;
    border-bottom: 0px solid #006699;
    border-radius: 0px;
    border-top-left-radius: 0;
    text-align: left;
    white-space: nowrap;
    background: #ffffff;
  }
  #nav-main ul.level_2 > li {
    line-height: 36px;
  }
  #nav-main ul.level_2 > li > a,
  #nav-main ul.level_2 > li > strong {
    padding: 0;
    border-top: 0px solid #ececec;
    color: #44444a;
    display: block;
  }
  #nav-main ul.level_2 > li:first-child > a,
  #nav-main ul.level_2 > li:first-child > strong {
    border-top: 0;
  }
  #nav-main ul.level_2 > li > a:hover,
  #nav-main ul.level_2 > li > a:focus {
    color: #006699;
    border-bottom: 0;
  }
  #nav-main ul.level_2 > li.active > a,
  #nav-main ul.level_2 > li.trail > a,
  #nav-main ul.level_2 > li.trail > strong {
    color: #006699;
    border-left: none;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  #nav-main {
    right: 135px;
  }
  #nav-main ul.level_1 > li > a,
  #nav-main ul.level_1 > li > strong {
    padding: 0 15px 0 15px;
  }
}
.mobile_menu {
  max-width: 400px;
}
.mobile_menu .inner {
  background-color: #ffffff !important;
}

#nav-main-mobile {
  overflow: visible !important;
}
#nav-main-mobile li {
  display: block;
  position: relative;
}
#nav-main-mobile li.suche {
  display: none;
}
#nav-main-mobile ul.level_1 {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  color: #006699;
  font-weight: 500;
  text-transform: normal;
}
#nav-main-mobile ul.level_1 > li {
  border-top: 0px solid #0088cc;
}
#nav-main-mobile ul.level_1 > li > a,
#nav-main-mobile ul.level_1 > li > strong {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 15px 0 15px;
  color: #006699;
  text-decoration: none;
}
#nav-main-mobile ul.level_1 > li > a:hover,
#nav-main-mobile ul.level_1 > li > a:focus {
  color: #006699;
  font-weight: bolder;
}
#nav-main-mobile ul.level_1 > li.active > a,
#nav-main-mobile ul.level_1 > li.trail > a,
#nav-main-mobile ul.level_1 > li.trail > strong {
  color: #006699;
  border-bottom: none;
  font-weight: bold;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_hide::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-weight: bolder;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_show {
  background-color: #ffffff;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_show::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-weight: bolder;
}
#nav-main-mobile ul.level_2 {
  padding: 0;
  background-color: white;
}
#nav-main-mobile ul.level_2 > li {
  border-top: 0px solid #0088cc;
}
#nav-main-mobile ul.level_2 > li > a,
#nav-main-mobile ul.level_2 > li > strong {
  display: block;
  position: relative;
  padding: 0 15px 0 30px;
  color: #006699;
  text-decoration: none;
}
#nav-main-mobile ul.level_2 > li > a:hover,
#nav-main-mobile ul.level_2 > li > a:focus {
  color: #006699;
}
#nav-main-mobile ul.level_2 > li.active > a,
#nav-main-mobile ul.level_2 > li.trail > a,
#nav-main-mobile ul.level_2 > li.trail > strong {
  color: #006699;
  border-bottom: none;
}

.nav-sub a {
  color: #998675;
  display: block;
}
.nav-sub a:hover {
  color: #005078;
}
.nav-sub a.active {
  font-weight: bold;
}
.nav-sub li a.submenu,
.nav-sub li strong.submenu {
  margin-bottom: 5px;
}
.nav-sub li strong {
  font-weight: bolder;
}
.nav-sub li strong.active {
  color: #44444a;
}
.nav-sub li a.submenu:after,
.nav-sub li strong.submenu:after {
  color: #998675;
  content: "\f105";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.nav-sub li a.active.submenu:after,
.nav-sub li strong.active.submenu:after,
.nav-sub li a.trail.submenu:after,
.nav-sub li strong.trail.submenu:after {
  color: #998675;
  content: "\f107";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.nav-sub ul {
  padding: 0;
  margin: 0;
}
.nav-sub ul li {
  list-style: none;
}
.nav-sub ul.level_1 > li {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}
.nav-sub ul.level_2 > li {
  padding: 6px 0;
  line-height: 1.3;
}
.nav-sub ul > li > ul.level_2 {
  font-size: 0.9em;
  display: none;
}
.nav-sub ul > li.active > ul.level_2,
.nav-sub ul > li.trail > ul.level_2 {
  display: block;
}

/* Toplink
** -------------------------------------------
*/
.ce_toplink {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}

.ce_toplink a {
  bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -2000px;
  z-index: 1000;
}

.ce_toplink a::after {
  content: "\f106";
  display: block;
  font-size: 30px;
  padding: 7px 20px;
  text-indent: 0;
  font-family: "FontAwesome";
  background-color: #f2f3f7;
  color: #000;
  border-radius: 4px;
}

/* Seitennavigation
** -------------------------------------------
*/
.nav-side {
  padding-left: 1em;
  border-left: 2px solid #44444a;
}
.nav-side h1, .nav-side h2, .nav-side h3, .nav-side h4, .nav-side h5, .nav-side h6 {
  margin-top: 0;
}
.nav-side ul {
  padding: 0;
  margin: 0;
}
.nav-side ul li {
  list-style: none;
}

/* Footernavigetion
** -------------------------------------------
*/
.nav-footer ul {
  padding: 0;
  margin: 0;
}
.nav-footer ul li {
  list-style: none;
}
.nav-footer ul li a {
  color: #e6e6e6;
}
.nav-footer ul li a:hover {
  color: #f6f6f6;
}
.nav-footer ul.level_1 > li {
  position: relative;
  padding: 6px 0;
}

/* Nav Overlay
** -------------------------------------------
*/
#nav-top ul {
  text-align: right;
  padding-left: 0;
}
#nav-top ul li {
  display: inline-block;
  margin-right: 1em;
}
#nav-top ul li.last {
  margin-right: 0;
}

/* Nav Overlay
** -------------------------------------------
*/
#mobil-menu-overlay-trigger {
  cursor: pointer;
}
#mobil-menu-overlay-trigger::after {
  content: "\f0c9";
  display: block;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
  width: 50px;
}

#page-overlay .inside {
  position: static;
}
#page-overlay .inside #nav-mobile-overlay {
  display: none;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show {
  position: fixed;
  overflow: auto;
  padding: 150px 30px;
  background-color: #ee730d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInDown 0.5s;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .overlay-content h3 {
  text-align: center;
  color: white;
  width: 50%;
  font-weight: bold;
  font-size: 2em;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  cursor: pointer;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  color: #44444a;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close .button:after {
  content: "\f00d";
  font: 20px/1 "FontAwesome";
  color: inherit;
  position: absolute;
  right: 16px;
  top: 14px;
  text-indent: 0px;
}

#nav-main-overlay ul {
  margin: 0;
  padding: 0;
}
#nav-main-overlay ul li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-main-overlay a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 2;
}

@media (min-width: 840px) {
  mod_nl_reader.img-center .image_container {
    text-align: center;
  }
  mod_nl_reader.img-center img {
    display: inline !important;
  }
}
mod_nl_reader .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 24px;
}
mod_nl_reader .image_container.float_left, mod_nl_reader .image_container.float_right {
  float: none;
}
mod_nl_reader .caption {
  font-size: 13px;
  line-height: 1.3333333;
}
@media (min-width: 840px) {
  mod_nl_reader .image_container {
    width: auto;
  }
  mod_nl_reader .image_container.float_left {
    float: left;
    margin: 0 12px 6px 0;
  }
  mod_nl_reader .image_container.float_right {
    float: right;
    margin: 0 0 6px 12px;
  }
  mod_nl_reader .image_container.float_above {
    margin: 0 0 6px;
  }
  mod_nl_reader .image_container.float_below {
    margin: 6px 0 0;
  }
}

.mod_booknav {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.mod_booknav ul {
  text-align: justify;
  padding: 0;
}
.mod_booknav ul:after {
  content: "";
  display: block;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.mod_booknav::after {
  clear: both;
  content: "";
  display: table;
}
.mod_booknav li {
  display: inline-block;
}
.mod_booknav li > a,
.mod_booknav li > span {
  display: inline-block;
  padding: 6px 12px;
  color: #ffffff !important;
  background-color: #ee730d;
  border: 1px solid #ee730d;
  border-radius: 4px;
}
.mod_booknav li > a:hover,
.mod_booknav li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #be5c0a;
}
.mod_booknav .next > a,
.mod_booknav .next > span {
  float: right;
}
.mod_booknav .up {
  display: none;
}
.mod_booknav .up > a,
.mod_booknav .up > span {
  float: left;
}
.mod_booknav .prev > a,
.mod_booknav .prev > span {
  float: left;
}
.mod_booknav .disabled > a,
.mod_booknav .disabled > a:hover,
.mod_booknav .disabled > a:focus,
.mod_booknav .disabled > span {
  color: #777777;
  background-color: #ee730d;
  cursor: not-allowed;
}

.mod_breadcrumb {
  font-size: 13px;
  height: 100%;
  position: relative;
  color: #44444a;
}
.mod_breadcrumb ul {
  width: 100%;
  padding-left: 0;
}
.mod_breadcrumb ul li {
  display: inline-block;
  list-style: none;
}
.mod_breadcrumb ul li:after {
  content: "/";
  margin: 0 0 0 5px;
}
.mod_breadcrumb ul li.last:after {
  content: "";
}

/* Tabs
** -------------------------------------------
*/
.ce_tabs ul {
  border-bottom: 1px solid #8c99a4;
  margin-bottom: 0 !important;
}

.ce_tabs li {
  display: inline-block;
  margin: 5px 5px 0 0 !important;
}

.ce_tabs li.first {
  border-left: 0 none;
  margin-left: 0;
}

.ce_tabs li a:link, .ce_tabs li a:active, .ce_tabs li a:visited {
  background-color: #44444a;
  color: #fff;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
}

.ce_tabs li a:hover, .ce_tabs li a:focus, .ce_tabs li.ui-tabs-active a {
  background-color: #bd001c !important;
  color: #fff !important;
}

.ce_tabs .panel {
  padding: 20px;
  background-color: #ffffff;
}

.ce_tabs .panel h1,
.ce_tabs .panel h2,
.ce_tabs .panel h3 {
  margin-top: 0;
}

@media (max-width: 1039px) {
  .ce_tabs ul {
    padding-bottom: 24px;
  }
  .ce_tabs ul li {
    display: block;
  }
  .ce_tabs ul li a:link, .ce_tabs ul li a:active, .ce_tabs ul li a:visited {
    border-radius: 4px;
  }
}
.ce_dlh_googlemaps .dlh_googlemap {
  width: 100% !important;
  border: 0px solid #fff;
}
.ce_dlh_googlemaps #confirm-googlemaps {
  font-size: 13px;
  text-align: center;
  padding: 1em;
  height: 100%;
  background-color: #f1f1f1;
}
.ce_dlh_googlemaps #confirm-googlemaps:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 2em;
  display: block;
  margin: 0 5px 5px 0;
}
.ce_dlh_googlemaps #confirm-googlemaps:after {
  content: "Google Maps anzeigen";
  display: block;
  margin: 10ox 5px 5px 5px;
}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 5%;
  margin-right: 5%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 47.5%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 30%;
}
.rs-column.-large-col-3-2 {
  width: 65%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 21.25%;
}
.rs-column.-large-col-4-2 {
  width: 47.5%;
}
.rs-column.-large-col-4-3 {
  width: 73.75%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 16%;
}
.rs-column.-large-col-5-2 {
  width: 37%;
}
.rs-column.-large-col-5-3 {
  width: 58%;
}
.rs-column.-large-col-5-4 {
  width: 79%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 12.5%;
}
.rs-column.-large-col-6-2 {
  width: 30%;
}
.rs-column.-large-col-6-3 {
  width: 47.5%;
}
.rs-column.-large-col-6-4 {
  width: 65%;
}
.rs-column.-large-col-6-5 {
  width: 82.5%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .rs-column {
    margin-top: 5%;
    margin-right: 5%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 5%;
  }
  .rs-column.-large-first-row {
    margin-top: 5%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 47.5%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 30%;
  }
  .rs-column.-medium-col-3-2 {
    width: 65%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 21.25%;
  }
  .rs-column.-medium-col-4-2 {
    width: 47.5%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.75%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 16%;
  }
  .rs-column.-medium-col-5-2 {
    width: 37%;
  }
  .rs-column.-medium-col-5-3 {
    width: 58%;
  }
  .rs-column.-medium-col-5-4 {
    width: 79%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 12.5%;
  }
  .rs-column.-medium-col-6-2 {
    width: 30%;
  }
  .rs-column.-medium-col-6-3 {
    width: 47.5%;
  }
  .rs-column.-medium-col-6-4 {
    width: 65%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.5%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  .rs-column {
    margin-right: 5%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 5%;
  }
  .rs-column.-medium-first-row {
    margin-top: 5%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 47.5%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 30%;
  }
  .rs-column.-small-col-3-2 {
    width: 65%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 21.25%;
  }
  .rs-column.-small-col-4-2 {
    width: 47.5%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.75%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 16%;
  }
  .rs-column.-small-col-5-2 {
    width: 37%;
  }
  .rs-column.-small-col-5-3 {
    width: 58%;
  }
  .rs-column.-small-col-5-4 {
    width: 79%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 12.5%;
  }
  .rs-column.-small-col-6-2 {
    width: 30%;
  }
  .rs-column.-small-col-6-3 {
    width: 47.5%;
  }
  .rs-column.-small-col-6-4 {
    width: 65%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.5%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.rs-columns.no-gutter .rs-column {
  margin-top: 0%;
  margin-right: 0%;
}
.rs-columns.no-gutter .rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-2-1 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-1 {
  width: 33.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-2 {
  width: 66.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-1 {
  width: 25%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-2 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-3 {
  width: 75%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-1 {
  width: 20%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-2 {
  width: 40%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-3 {
  width: 60%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-4 {
  width: 80%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-1 {
  width: 16.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-2 {
  width: 33.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-3 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-4 {
  width: 66.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-5 {
  width: 83.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .rs-columns.no-gutter .rs-column {
    margin-top: 0%;
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-large-last {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-large-first-row {
    margin-top: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-2-1 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-1 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-2 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-1 {
    width: 25%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-2 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-3 {
    width: 75%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-1 {
    width: 20%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-2 {
    width: 40%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-3 {
    width: 60%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-4 {
    width: 80%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-1 {
    width: 16.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-2 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-3 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-4 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-5 {
    width: 83.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  .rs-columns.no-gutter .rs-column {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-last {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-first-row {
    margin-top: 0%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-2-1 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-1 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-2 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-1 {
    width: 25%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-2 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-3 {
    width: 75%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-1 {
    width: 20%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-2 {
    width: 40%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-3 {
    width: 60%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-4 {
    width: 80%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-1 {
    width: 16.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-2 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-3 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-4 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-5 {
    width: 83.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

[id=sheet] {
  background-color: #fafafa;
}

[id=mmenuTrigger] {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 20px;
}
[id=mmenuTrigger] a {
  color: #44444a;
  text-decoration: none;
  display: block;
}

.mm-list {
  font-size: 12px;
}

.mod_changelanguage {
  position: absolute;
  right: 10px;
  bottom: -5px;
  font-size: 13px;
}
.mod_changelanguage a {
  color: rgb(255, 255, 255);
}
.mod_changelanguage a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline !important;
}
.mod_changelanguage li {
  display: inline-block;
}
.mod_changelanguage li a:after {
  content: "|";
  margin: 0 2px 0 4px;
}
.mod_changelanguage li.last a:after {
  content: "";
}

@media (min-width: 1040px) {
  .mod_changelanguage {
    bottom: 80px;
  }
}
.ui-datepicker-trigger,
.CalendarFieldIcon {
  margin-left: 10px;
}

.mod_quicklink {
  margin-bottom: 24px;
}
.mod_quicklink .selectBox.select.selectBox-dropdown {
  margin-bottom: 0;
}

.selectBox.select.selectBox-dropdown {
  width: auto !important;
}

.selectBox-dropdown .selectBox-label {
  padding: 2px 30px 2px 8px !important;
  width: auto !important;
}

.selectBox-dropdown-menu {
  width: auto !important;
}

.mobile_menu #suchfeld {
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.mobile_menu_trigger {
  color: #44444a;
}

.mobile_menu .inner {
  background-color: #fff;
  padding: 10px;
}

body.mtglBereich .mobile_menu .mod_navigation.mtglBereich {
  display: block;
}

body.baprapBereich .mobile_menu .mod_navigation.baprapBereich {
  display: block;
}

.mobile_menu #nav-sub li a.active.submenu::after,
.mobile_menu #nav-sub li span.trail.submenu::after,
.mobile_menu #nav-sub li a.trail.submenu::after,
.mobile_menu #nav-sub li a.submenu::after,
.mobile_menu .mod_navigation.mtglBereich li a.active.submenu::after,
.mobile_menu .mod_navigation.mtglBereich li span.trail.submenu::after,
.mobile_menu .mod_navigation.mtglBereich li a.trail.submenu::after,
.mobile_menu .mod_navigation.mtglBereich li a.submenu::after {
  content: "";
}

.mobile_menu .mod_navigation a, .mobile_menu .mod_navigation span {
  display: block;
  text-decoration: none;
}

.mobile_menu #nav-sub ul > li > ul.level_2 {
  display: block;
}

.cookiebar {
  background-color: #f1f1f1;
}
.cookiebar .cookiebar__text {
  margin-bottom: 1em;
  color: #44444a;
}
.cookiebar .cookiebar__link {
  color: #006699;
}
.cookiebar .cookiebar__button {
  margin-bottom: 1em;
  background-color: #006699;
}
.cookiebar .cookiebar__button:hover {
  background-color: #0088cc;
}

.wow {
  visibility: hidden;
}

.fullsizeScroller.light:after {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "\f103";
  display: block;
  font-size: 30px;
  text-indent: 0;
  font-family: "FontAwesome";
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
}

.fullsizeScroller.dark:after {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "\f103";
  display: block;
  font-size: 30px;
  text-indent: 0;
  font-family: "FontAwesome";
  text-align: center;
  border: 2px solid #000000;
  border-radius: 4px;
  color: #000000;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/slick/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/slick/slick/fonts/slick.eot");
  src: url("/assets/slick/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/slick/slick/fonts/slick.woff") format("woff"), url("/assets/slick/slick/fonts/slick.ttf") format("truetype"), url("/assets/slick/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
  z-index: 1;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 0;
  z-index: 1;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
  z-index: 1;
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.ce_rsce_iconbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 {
  background-color: #ffffff;
  padding: 1em;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 *[data-icon]:before {
  font: 4em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 .iconbox-image-wrapper {
  margin-bottom: 24px;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 h1, .ce_rsce_iconbox .iconbox-wrapper.style1 h2, .ce_rsce_iconbox .iconbox-wrapper.style1 h3, .ce_rsce_iconbox .iconbox-wrapper.style1 h4, .ce_rsce_iconbox .iconbox-wrapper.style1 h5, .ce_rsce_iconbox .iconbox-wrapper.style1 h6 {
  margin-top: 0;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 .icon, .ce_rsce_iconbox .iconbox-wrapper.style1 .text {
  display: table-cell;
  vertical-align: top;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 {
  background-color: #ffffff;
  padding: 1em;
  text-align: center;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 *[data-icon]:before {
  font: 4em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 .iconbox-image-wrapper {
  margin-bottom: 24px;
}
.ce_rsce_iconlist *[data-icon]:before {
  font: 100%/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
  line-height: 1.5;
}
.ce_rsce_iconlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_iconlist ul dt {
  padding-left: 1px;
  float: left;
  margin-right: 12px;
}
.ce_rsce_iconlist ul dd {
  float: none;
  display: table-cell;
}
.ce_rsce_iconlist ul dd p {
  margin-top: 0;
}

.ce_rsce_social_icons *[data-icon]:before {
  font: 3em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_social_icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_social_icons ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.ce_rsce_adress .adress {
  display: block;
  margin-bottom: 24px;
}
.ce_rsce_adress .street {
  display: block;
}

/* TOP (#page-top)  
 * Der ausklappbare Bereich oberhalb des Headers  
*/
[id=page-top] {
  display: none;
}
[id=page-top] .inside {
  line-height: 33px;
}

/* Header - (#header)  
 * Der gesamte Header   
*/
/* Header Top - obere Zeile (#header-top)  
 * Die obere Zeile des Headers   
*/
/* Header Main - untere Zeile (#header-main)  
 * Die untere Zeile des Headers   
*/
[id=header-main] {
  height: 90px;
}

/* Logo */
#logo {
  position: absolute;
  top: 15px;
  left: 10px;
}
#logo img {
  width: 280px;
  height: auto;
}

@media only screen and (min-width: 1040px) {
  #logo {
    top: 4px;
  }
  #logo img {
    width: 380px;
    height: auto;
  }
}
/* Header im fixierten Zustand */
body.fixed-header #logo {
  position: absolute;
  top: 15px;
  left: 10px;
}
body.fixed-header #logo img {
  width: 280px;
  height: auto;
}
body.fixed-header [id=header-main] {
  height: 80px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1040px) {
  body.fixed-header #logo {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  body.fixed-header #logo img {
    width: 320px;
    height: auto;
  }
  body.fixed-header [id=header-main] {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    height: 80px;
  }
}
#header-image {
  box-shadow: inset 0 2em 1em -2em rgba(0, 0, 0, 0.6), inset 0 -2em 1em -2em rgba(0, 0, 0, 0.6);
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

/* Breadcrumb (#breadcrumb)  
 * Die untere Zeile des Headers   
*/
/* Footer (#footer)  
 * Der Footer   
*/
/* Bottom  (#page-bottom)  
 * Der Bereich unterhalb des Footers   
*/
[id=page-bottom] .inside {
  line-height: 33px;
}

.header-image-copyright {
  color: white;
  font-size: 0.6em;
  padding-bottom: 5px;
  text-align: right;
}

/* Mehr- und Zurück-Links  
 *  
*/
.back a:before {
  content: "\f177";
  font: normal normal normal 16px/1 fontawesome;
  margin-right: 0.6em;
}

.more {
  text-align: right;
}
.more a:after {
  content: "\f178";
  font: normal normal normal 16px/1 fontawesome;
  margin-left: 0.6em;
}

/* Hilfsklassen  
 *  
*/
.important:before {
  content: "\f005";
  font: normal normal normal 2em/1 "FontAwesome";
  float: right;
  color: #ffb729;
  padding: 0.3em;
}

@media only screen and (min-width: 1040px) {
  #right h1, #right h2, #right h3, #right h4, #right h5, #right h6,
  #left h1,
  #left h2,
  #left h3,
  #left h4,
  #left h5,
  #left h6 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  font-size: 18px;
  margin-top: 0;
}

.ce_scheine_liste .item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d4cbc5;
}
.ce_scheine_liste .item .field {
  display: table-row;
  line-height: 25px;
  font-size: 0.9em;
}
.ce_scheine_liste .item .label {
  display: table-cell;
  width: 10%;
  padding: 0.3em 1em 0.3em 0.5em;
}
.ce_scheine_liste .item .value {
  display: table-cell;
  padding: 0.3em 0.5em;
}
.ce_scheine_liste .icon {
  float: left;
}
.ce_scheine_liste .icon img {
  width: 30px;
  margin-right: 15px;
  margin-bottom: 4px;
  height: auto;
}
.ce_scheine_liste h1.titel {
  margin-bottom: 24px;
}
.ce_scheine_liste .item .field.art {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .field.uhrzeit {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .field.pruefungsausschuss {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .field.anmerkungen {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .field.anmeldung {
  background-color: #f1f1f1;
}

.field.actions {
  text-align: right;
}

.field.actions a,
.field.actions a:visited,
.field.actions a:active {
  color: #ffffff;
  background-color: #006699;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  font-size: 0.95em;
}

.field.actions a:hover {
  color: #ffffff;
  background-color: #005580;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ce_scheine_liste .item {
  margin-bottom: 24px;
  border-bottom: 1px solid #d4cbc5;
  border-collapse: collapse;
}
.ce_scheine_liste .item .field {
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  position: relative;
}
.ce_scheine_liste .item .field.schein {
  font-size: 0.9em;
  font-weight: bold;
}
.ce_scheine_liste .item .field.kurzname {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .value.kurzname:before {
  content: "";
  display: inline-block;
  background-color: green;
  background: transparent url("../images/icon_name.png") no-repeat left top;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  vertical-align: text-bottom;
}
.ce_scheine_liste .item .value.geltungsbereich:before {
  content: "";
  display: inline-block;
  background-color: green;
  background: transparent url("../images/icon_scope.png") no-repeat left top;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  vertical-align: text-bottom;
}
.ce_scheine_liste .item .field.voraussetzungen {
  background-color: #f1f1f1;
}
.ce_scheine_liste .item .value.voraussetzungen:before {
  content: "";
  display: inline-block;
  background-color: green;
  background: transparent url("../images/icon_condition.png") no-repeat left top;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  vertical-align: text-bottom;
}

.datumsfilter .active {
  font-weight: bold;
}

.ce_scheine_liste.scheinbloecke.col_2 div.item {
  width: 100%;
}
@media (min-width: 481px) {
  .ce_scheine_liste.scheinbloecke.col_2 div.item {
    width: calc(50% - 1% * 1);
    float: left;
    margin-right: 1%;
  }
  .ce_scheine_liste.scheinbloecke.col_2 div.item:nth-of-type(2n-2) {
    margin-right: 0;
  }
  .ce_scheine_liste.scheinbloecke.col_2 div.item:nth-of-type(2n-1) {
    clear: both;
  }
}

.ce_metamodels_frontendfilter select,
.datumsfilter select {
  padding: 0.2em 2em 0.2em 0.5em !important;
  font-size: 0.9em;
}

@media (min-width: 481px) {
  .ce_metamodels_frontendfilter {
    float: left;
    width: 66%;
  }
  .ce_metamodels_frontendfilter .widget {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .datumsfilter {
    float: left;
    width: 33%;
  }
}
.ws-select {
  padding: 0.2em 2em 0.2em 0.5em !important;
  font-size: 0.9em;
}

.ws-select-caret {
  top: 35% !important;
}

.datum .changeId-5 {
  text-decoration: line-through;
  color: red;
}

.change-cancelled {
  color: red;
}

.change-newdate,
.change-newtime,
.change-newlocation {
  color: #006699;
}

.ws-table {
  font-size: 0.8em;
}
.ws-table .ws-head-row .ws-header-cell {
  line-height: 25px;
  border-bottom: 1px solid #d4cbc5;
  padding: 0.3em 0.5em;
}
.ws-table .ws-data-row .ws-cell {
  line-height: 25px;
  border-bottom: 1px solid #d4cbc5;
  padding: 0.3em 0.5em;
}
.ws-table .ws-data-row.ws-tags-exam_change .ws-from-cell:after {
  content: "\f071";
  color: darkorange;
  font-family: "FontAwesome";
  margin-left: 0.5em;
}
.ws-table .ws-data-row.ws-tags-exam_cancel .ws-from-cell {
  color: darkred;
}
.ws-table .ws-data-row.ws-tags-exam_cancel .ws-from-cell .ws-cell-span {
  text-decoration: line-through;
}
.ws-table .ws-data-row.ws-tags-exam_cancel .ws-from-cell:after {
  content: "\f057";
  color: darkred;
  font-family: "FontAwesome";
  margin-left: 0.5em;
}
.ws-table .ws-data-row.ws-tags-exam_cancel .ws-booklink-cell a {
  display: none;
}
.ws-table .ws-data-row.ws-tags-exam_cancel .ws-booklink-cell:after {
  content: "Termin entfällt";
  color: darkred;
}
.ws-table .ws-booklink-cell a,
.ws-table .ws-booklink-cell a:visited,
.ws-table .ws-booklink-cell a:active {
  color: #ffffff !important;
  background-color: #006699;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  font-size: 0.95em;
}
.ws-table .ws-booklink-cell a:hover {
  color: #ffffff;
  background-color: #005580;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none !important;
}

.ws-course-sks .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-sks.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-sbf .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-see.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-ubi .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-ubi.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-src .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-src.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-fkn .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-pyro.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-lrc .ws-course-cell .ws-cell-span::before {
  background: url(../images/pikto-lrc.gif);
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  content: "";
  vertical-align: middle;
}

.ws-course-meta h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
}

.ws-course-filters {
  margin-bottom: 1em;
}

.ws-accordion .ws-accordion-pane {
  margin-bottom: 1em;
  background-color: #f1f1f1;
  padding: 0.75em 1em;
}
.ws-accordion .ws-accordion-pane .ws-accordion-header {
  margin-bottom: 0 !important;
}
.ws-accordion .ws-accordion-pane .ws-accordion-header .ws-accordion-title .place {
  display: block;
  font-size: 0.7em;
  margin-top: 0.3em;
}
.ws-accordion .ws-accordion-pane .ws-accordion-body {
  margin-top: 1em;
  padding-bottom: 0.5em;
}
.ws-accordion .ws-accordion-pane .ws-accordion-body a.ws-cell-link {
  color: #ffffff;
  background-color: #006699;
  padding: 0.3em 0.5em;
  border-radius: 3px;
}
.ws-accordion .ws-accordion-pane .ws-accordion-body a:hover.ws-cell-link {
  color: #ffffff;
  background-color: #005580;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_cancel .ws-accordion-header .ws-accordion-title .fromDate, .ws-accordion .ws-accordion-pane.ws-tags-exam_cancel .ws-accordion-header .ws-accordion-title .fromTime {
  text-decoration: line-through;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_cancel .ws-accordion-header .ws-accordion-title:after {
  content: "\f057";
  color: darkred;
  font-family: "FontAwesome";
  margin-left: 0.5em;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_cancel .ws-accordion-body .ws-from-cell:after {
  content: "\aTermin entfällt!";
  white-space: pre;
  color: darkred;
  font-weight: bold;
  margin-left: 0.5em;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_cancel .ws-accordion-body .ws-cell-link {
  display: none;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_change .ws-accordion-header .ws-accordion-title:after {
  content: "\f071";
  color: darkorange;
  font-family: "FontAwesome";
  margin-left: 0.5em;
}
.ws-accordion .ws-accordion-pane.ws-tags-exam_change .ws-accordion-body .ws-from-cell:after {
  content: "\aÄnderung beachten!";
  white-space: pre;
  color: darkorange;
  font-weight: bold;
  margin-left: 0.5em;
}

[id=header-top] .inside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart {
  display: inline-block;
  right: 60px;
  position: absolute;
  font-size: 0.7em;
  top: 64px;
}

.fixed-header .cart {
  right: 60px;
  top: 54px;
}

@media (min-width: 481px) {
  .cart {
    right: 60px;
    top: 64px;
  }
  .fixed-header .cart {
    right: 60px;
    top: 54px;
  }
}
@media (min-width: 1040px) {
  .cart {
    right: 10px;
    top: 16px;
  }
  .fixed-header .cart {
    right: 10px;
    top: 16px;
  }
}
.cart div {
  padding-left: 10px;
  margin: 10px 0;
}

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