/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  /* background: #333333; */
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ----- PRELOADER ----- styles defined in bundles/markocupicpreloaderoverlay/css/preloader-overlay.css */

#preloaderOverlay {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    opacity: 1;
}

#preloaderOverlay .preloader-icon {
    z-index: 9999;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 50%;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #2acfff;

    -webkit-animation: rotation 1.6s infinite linear;
    -moz-animation: rotation 1.6s infinite linear;
    -ms-animation: rotation 1.6s infinite linear;
    -o-animation: rotation 1.6s infinite linear;
    animation: rotation 1.6s infinite linear;
}

#preloaderOverlay .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../files/simpler/webfonts/fa-brands-400.eot");
  src: url("../../files/simpler/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../files/simpler/webfonts/fa-brands-400.woff2") format("woff2"), url("../../files/simpler/webfonts/fa-brands-400.woff") format("woff"), url("../../files/simpler/webfonts/fa-brands-400.ttf") format("truetype"), url("../../files/simpler/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/simpler/webfonts/fa-regular-400.eot");
  src: url("../../files/simpler/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../files/simpler/webfonts/fa-regular-400.woff2") format("woff2"), url("../../files/simpler/webfonts/fa-regular-400.woff") format("woff"), url("../../files/simpler/webfonts/fa-regular-400.ttf") format("truetype"), url("../../files/simpler/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../files/simpler/webfonts/fa-solid-900.eot");
  src: url("../../files/simpler/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../files/simpler/webfonts/fa-solid-900.woff2") format("woff2"), url("../../files/simpler/webfonts/fa-solid-900.woff") format("woff"), url("../../files/simpler/webfonts/fa-solid-900.ttf") format("truetype"), url("../../files/simpler/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("../../files/simpler/icons/fontello/font/icons.eot?41842431");
  src: url("../../files/simpler/icons/fontello/font/icons.eot?41842431#iefix") format('embedded-opentype'), url("../../files/simpler/icons/fontello/font/icons.woff?41842431") format('woff'), url("../../files/simpler/icons/fontello/font/icons.ttf?41842431") format('truetype'), url("../../files/simpler/icons/fontello/font/icons.svg?41842431#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/simpler/fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../../files/simpler/fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/simpler/fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../../files/simpler/fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/simpler/fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../../files/simpler/fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/simpler/fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/simpler/fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/simpler/fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* Simple Spacing Utilities */
:root {
    --defaultspacing: 1rem;
}
.px-0 {padding-left: 0;padding-right: 0 !important;}
.py-0 {padding-top: 0;padding-bottom: 0 !important;}
.p-0  {padding: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.pr-0 {padding-right: 0 !important;}
.pb-0 {padding-bottom: 0 !important;}
.pl-0 {padding-left: 0 !important;}
.mx-0 {margin-left: 0;margin-right: 0 !important;}
.my-0 {margin-top: 0;margin-bottom: 0 !important;}
.m-0  {margin: 0 !important;}
.mt-0 {margin-top: 0 !important;}
.mr-0 {margin-right: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}
.ml-0 {margin-left: 0 !important;}
.px-1 {padding-left: calc( var(--defaultspacing) *.5 );padding-right: calc( var(--defaultspacing) *.5 ) !important;}
.py-1 {padding-top: calc( var(--defaultspacing) *.5 );padding-bottom: calc( var(--defaultspacing) *.5 ) !important;}
.p-1  {padding: calc( var(--defaultspacing) * .5) !important;}
.pt-1 {padding-top: calc( var(--defaultspacing) * .5) !important;}
.pr-1 {padding-right: calc( var(--defaultspacing) * .5) !important;}
.pb-1 {padding-bottom: calc( var(--defaultspacing) * .5) !important;}
.pl-1 {padding-left: calc( var(--defaultspacing) * .5) !important;}
.mx-1 {margin-left: calc( var(--defaultspacing) *.5 );margin-right: calc( var(--defaultspacing) *.5 ) !important;}
.my-1 {margin-top: calc( var(--defaultspacing) *.5 );margin-bottom: calc( var(--defaultspacing) *.5 ) !important;}
.m-1  {margin: calc( var(--defaultspacing) * .5) !important;}
.mt-1 {margin-top: calc( var(--defaultspacing) * .5) !important;}
.mr-1 {margin-right: calc( var(--defaultspacing) * .5) !important;}
.mb-1 {margin-bottom: calc( var(--defaultspacing) * .5) !important;}
.ml-1 {margin-left: calc( var(--defaultspacing) * .5) !important;}
.px-2 {padding-left: calc( var(--defaultspacing) *1.0 );padding-right: calc( var(--defaultspacing) *1.0 ) !important;}
.py-2 {padding-top: calc( var(--defaultspacing) *1.0 );padding-bottom: calc( var(--defaultspacing) *1.0 ) !important;}
.p-2  {padding: calc( var(--defaultspacing) *1.0 ) !important;}
.pt-2 {padding-top: calc( var(--defaultspacing) *1.0 ) !important;}
.pr-2 {padding-right: calc( var(--defaultspacing) *1.0 ) !important;}
.pb-2 {padding-bottom: calc( var(--defaultspacing) *1.0 ) !important;}
.pl-2 {padding-left: calc( var(--defaultspacing) *1.0 ) !important;}
.mx-2 {margin-left: calc( var(--defaultspacing) *1.0 );margin-right: calc( var(--defaultspacing) *1.0 ) !important;}
.my-2 {margin-top: calc( var(--defaultspacing) *1.0 );margin-bottom: calc( var(--defaultspacing) *1.0 ) !important;}
.m-2  {margin: calc( var(--defaultspacing) *1.0 ) !important;}
.mt-2 {margin-top: calc( var(--defaultspacing) *1.0 ) !important;}
.mr-2 {margin-right: calc( var(--defaultspacing) *1.0 ) !important;}
.mb-2  {margin-bottom: calc( var(--defaultspacing) *1.0) !important;}
.ml-2 {margin-left: calc( var(--defaultspacing) *1.0 ) !important;}
.px-3 {padding-left: calc( var(--defaultspacing) *1.5 );padding-right: calc( var(--defaultspacing) *1.5 ) !important;}
.py-3 {padding-top: calc( var(--defaultspacing) *1.5 );padding-bottom: calc( var(--defaultspacing) *1.5 ) !important;}
.p-3  {padding: calc( var(--defaultspacing) *1.5 ) !important;}
.pt-3 {padding-top: calc( var(--defaultspacing) *1.5 ) !important;}
.pr-3 {padding-right: calc( var(--defaultspacing) *1.5 ) !important;}
.pb-3 {padding-bottom: calc( var(--defaultspacing) *1.5 ) !important;}
.pl-3 {padding-left: calc( var(--defaultspacing) *1.5 ) !important;}
.mx-3 {margin-left: calc( var(--defaultspacing) *1.5 );margin-right: calc( var(--defaultspacing) *1.5 ) !important;}
.my-3 {margin-top: calc( var(--defaultspacing) *1.5 );margin-bottom: calc( var(--defaultspacing) *1.5 ) !important;}
.m-3  {margin: calc( var(--defaultspacing) *1.5 ) !important;}
.mt-3 {margin-top: calc( var(--defaultspacing) *1.5 ) !important;}
.mr-3 {margin-right: calc( var(--defaultspacing) *1.5 ) !important;}
.mb-3  {margin-bottom: calc( var(--defaultspacing) *1.5) !important;}
.ml-3 {margin-left: calc( var(--defaultspacing) *1.5 ) !important;}

@media screen{[class^="icon-"]:before,
[class*=" icon-"]:before{font-family:'icons';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:0.2em;font-size:120%;}
.icon-p-left{position:relative;}
.icon-p-left .ce_text-inside{padding-left:33px;}
.icon-p-left:before{position:absolute;left:0;}
.icon-p-left[class*="grid"]:before{left:8px;top:2px;}
#presse_layer .icon-p-left[class*="grid"]:before{left:14px;top:2px;}
.ce_boxenlinks .icon-p-left:before{left:0;color:#006F9E;}
.ce_boxenlinks h4{line-height:19px;font-size:19px;padding-left:28px;margin-bottom:0;color:#006F9E;}
.extra-info {display: none;}
.ce_boxenlinks .icon-phone{margin-top:20px;}
.ce_boxenlinks .fspan{line-height:14px;color:#333333;}
.extra-info {display: none;}
.icon-p-left.icon-large{min-height:26px;}
.icon-p-left.icon-large .ce_text-inside{padding-left:66px;}
.icon-p-left.icon-large:before{font-size:20px;}
h1 + .icon-p-left.icon-circled.icon-large,
h2 + .icon-p-left.icon-circled.icon-large,
h3 + .icon-p-left.icon-circled.icon-large,
h4 + .icon-p-left.icon-circled.icon-large,
h5 + .icon-p-left.icon-circled.icon-large{margin-top:22px;}
.icon-circled .ce_text-inside{min-height:26px;padding-top:0;}
.icon-circled:before{width:20px;height:20px;top:1px;line-height:20px;border-radius:10px;color:#fdfdfd;background-color:#52d39b;font-size:12px;}
.icon-circled.icon-large .ce_text-inside{min-height:46px;padding-top:5px;}
.icon-circled.icon-large:before{width:40px;height:40px;top:0;line-height:40px;border-radius:20px;}
.icon-circled.icon-facebook:before{background-color:#3B5998;}
.icon-circled.icon-twitter:before{background-color:#4099ff;}
.icon-circled.icon-gplus:before{background-color:#dd4b39;}
.the-icons li{margin-bottom:10px;}
.the-icons li i{color:#192528;font-size:24px;}
.the-icons li .i-name{position:relative;top:-4px;padding-left:10px;}
.i-code{display:none;}
.icon-search:before{content:url("/files/simpler/images-general/elements/Icon-SUCHE-Menue-kl.png");width:22px;height:22px;margin:0;font-size:inherit;}
.icon-mail:before{content:'\2709';}
.icon-network:before{content:'\e776';}
.icon-phone:before{content:'📞';}
.icon-location:before{content:'\e724';}
.icon-chat:before{content:'\e720';}
.fa-xing:before{content:'\f09a' !important;}
.icon-calendar:before{content:url("/files/simpler/images-stex/elements/Cal-Btn.png");float:left;width:47px;height:34px;cursor:pointer;margin:0;}
.icon-up-dir:before{content:url("/files/simpler/images-stex/elements/button-top.png");width:36px;height:36px;margin:0;}
.icon-down-dir:before{content:url("/files/simpler/images-stex/elements/button-down.png");width:36px;height:36px;margin:0;}
.icon-left-open-big:before{content:url("/files/simpler/images-stex/elements/icon-left.png");width:28px;height:28px;margin:0;}
.icon-right-open-big:before{content:url("/files/simpler/images-stex/elements/icon-right.png");width:28px;height:28px;margin:0;}
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url("/files/simpler/images-general/loading2.gif") no-repeat center center; }
#eventzeitraum{font-family: "Oswald",Helvetica,Arial,sans-serif;font-size:15px;text-align:center;color:#333;}
#eventzeitraum .event{display:none;}
#eventzeitraum .first,
#eventzeitraum .last{display: inline;}
.highl-stoerer .last:before,
#eventzeitraum .last:before{content:"-";}
#eventzeitraum .first.last:before{content: "";}
.highl-stoerer .first:before{content:"» ";}
.highl-stoerer .first .text,
.highl-stoerer .last .text{font-size: 16px;}
.cookiebar{z-index: 100;}
.cookiebar__message{margin-right: 0;}
.cookiebar__button {margin-top:3px; padding: 4px 12px;}

.rsts-skin-default .rsts-nav {position: relative;right: auto;bottom: auto;left: auto;text-align: center;}
#aktbox .rsts-nav {position: absolute; right:0;left:0;}
.sl_last .rsts-nav {position: absolute; right:0;left:0;}
.sl_innen .rsts-nav-bullets a {margin: 0 4px 12px 4px;}
.rsts-slides .image_container, #custombox .image_container, #margibox .image_container {margin-bottom:0;}
.rsts-slides .image_container img {width:960px}
.rsts-main.rsts-main.rsts-main .rsts-prev,
.rsts-main.rsts-main.rsts-main .rsts-next {position: absolute;}
.rsts-main.rsts-main.rsts-main .rsts-prev {left: 50%; margin-left: -36px;}
.rsts-main.rsts-main.rsts-main .rsts-next {right: 50%; margin-right: -36px;}
.rsts-skin-default .rsts-prev, .rsts-skin-default .rsts-next, .rsts-skin-default .rsts-video-play, .rsts-skin-default .rsts-video-stop, .rsts-skin-default .rsts-thumbs-prev, .rsts-skin-default .rsts-thumbs-next{width: 28px;height: 28px;border: 0;border-radius: 0px;}
.rsts-prev {margin-bottom: -31px;}
.rsts-next {margin-bottom: -31px;}

.rsts-skin-default .rsts-nav-bullets a {
width: 14px;
height: 14px;
text-indent: -9999px;
-webkit-border-radius: unset;
-moz-border-radius: unset;
border-radius: unset;
background: url(/files/simpler/images-stex/elements/bubbles-off.png) no-repeat top center;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
}
.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
background: url(/files/simpler/images-stex/elements/bubbles-on.png) no-repeat top center;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
}
.slider-control .slider-menu b {
display: inline-block;
overflow: hidden;
margin: 12px 4px;
width: 14px;
height: 14px;
outline: none;
text-align: left;
text-indent: -9999px;
background: url(/files/simpler/images-stex/elements/bubbles-off.png) no-repeat top center;
}
.slider-control .slider-menu b:hover,
.slider-control .slider-menu b.active {
background: url(/files/simpler/images-stex/elements/bubbles-on.png) no-repeat top center;
}
.pagination .active {
float: left;
margin: 2px;
padding: 2px 4px !important;
line-height: 22px;
font-weight: bold; 
}
.pagination a:hover {text-decoration: underline !important}
.slider-control a.slider-prev {
position: relative;
left: 50% !important;
margin-left: -36px;
top: 1px;
}
.slider-control a.slider-next {
position: relative;
left: 50% !important;
margin-left: 8px;
top: 0;
}

.ce_hofff_shariff {float: right !important;}

#srl_layer #srl_closeBtn {
    right:0;
    top:0;
}
#srl_layer {
    width: 90%;
    max-width: 900px;
    height:auto;
    top: 0;
    left: 0;
    padding:0;
    border:0;
    margin:25px 20px 20px 20px;
}
.srl_content {
    padding:0;
}
#srl_overLay {
    opacity: 0.9;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea{margin:0;padding:0;}
input,
button,
select,
textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
table{border-spacing:0;border-collapse:collapse;}
caption,
th,
td{text-align:left;text-align:start;vertical-align:top;}
abbr,
acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help;}
blockquote,
q{quotes:none;}
fieldset,
img{border:0;}
ul{list-style-type:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del{text-decoration:line-through;}
ins{text-decoration:none;}
html{background-color:#F8FAFE;font-size:62.5%;-ms-overflow-style:scrollbar;}
h1,
h2,
h3,
h4,
h5,
h6{text-rendering:optimizeLegibility;}
.image-full-img{opacity:0 !important;}
.image-full-img.fadeIn{-webkit-transition:opacity 1s !important;-moz-transition:opacity 1s !important;-o-transition:opacity 1s !important;transition:opacity 1s !important;opacity:1 !important;}
body{font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:22px;color:#192528;background-color:#F8FAFE;}
.blank p.back{display:none;}
.blank #cookiebar{display:none;}
#mm-0{margin-top:42px;}
.mod_mmenu ul.level_2 .socialcanvas{display:none !important;}
.mm-menu .mm-list{padding:5px 0;}
.mm-menu > .mm-list:after{height:110px;}
.mod_mmenu ul li{border-bottom:1px solid #008ac6;}
.mod_mmenu ul li.active.submenu{background:#004D6E;}
.mod_mmenu ul.level_2{border-top:1px solid #008ac6;}
.mod_mmenu ul.level_1 span.active{font-weight:400;background:#004D6E;}
.mod_mmenu ul.level_2 span.active{background:#004D6E;font-weight:400;}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before{content:url("/files/simpler/images-general/elements/menue-on-off.png");border:0;width:40px;height:40px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(0);}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.mm-list a.mm-subopen:after{right:0;}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after{top:10px;}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel{background:#004D6E;}
.mm-menu.mm-vertical .mm-list .mm-panel{display:none;padding:0 0 0 0;}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{border:0;}
.mod_mmenu ul.level_1 li a, .mod_mmenu ul.level_1 li span{padding-top:20px;padding-bottom:20px;}
.mod_mmenu ul.level_2 li a, .mod_mmenu ul.level_2 li span{padding-left:30px !important;padding-top:15px !important;padding-bottom:15px !important;}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen{height:20px;}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul{background:none;}
.mm-list a.mm-subopen:before{border:0;}
.shariff-button{margin-bottom:0 !important;min-width:140px !important;max-width:140px !important;}
.shariff .orientation-horizontal li{margin-right:0 !important;margin-left:8px !important;}
.shariff .orientation-horizontal li .share_text{text-indent:0 !important;display:inline !important;}
.shariff .shariff-button a,
.shariff .shariff-button a:hover{color:#fff !important;}
.shariff-button.facebook > a::after { display:block; text-align:left;content: "teilen";width:105px;float:right;font-family:Arial,Helvetica,sans-serif;font-size:13px;margin-top:4px;}
.shariff-button.twitter > a::after { display:block; text-align:left;content: "tweet";width:105px;float:right;font-family:Arial,Helvetica,sans-serif;font-size:13px;margin-top:4px;}
.shariff li, .shariff li a {height:30px!important;}
.shariff li .fab, .shariff li .far, .shariff li .fas {width: 30px!important;line-height: 30px!important;}
.shariff .facebook .fa-facebook-f {font-size: 19px!important;}
.shariff .twitter .fa-twitter {font-size: 24px!important;}
.socialcanvas{position:absolute;padding-left:0 !important;padding-right:0 !important;padding-bottom:18px;border-bottom:1px solid #008ac6;}
.socialcanvas ul#socialnav, .socialcanvas ul.socialnav{float:left !important;padding-left:16px !important;padding-top:18px !important;}
.socialcanvas.unten{border-bottom:0;padding-bottom:6px}
#closecanvas,
#srl_closeBtn,
#closeakt{position:relative;display:block;background:url("/files/simpler/images-stex/elements/controls-stex-00.png") no-repeat top center;width:45px;height:45px;margin-top:-2px;float:right;text-indent:-9999px;cursor:pointer;border:0;z-index:2;}
#closecanvas{margin-right:-2px;}
#srl_closeBtn,
#closeakt{margin-right:-3px;}
#srl_closeBtn,
#closeakt{position:absolute;right:17px;margin-top:-3px;}
#closecanvas:hover,
#srl_closeBtn,
#closeakt:hover{background-position:bottom center;margin-top:-1px;}
#srl_closeBtn,
#closeakt:hover{margin-top:-2px;}
#gm{margin-left:-15px;padding-bottom:0!important;}
#osm{margin-left:-15px;padding-bottom:26px!important;}
#cboxLoadedContent{border:2px solid #F8FAFE;background:#F8FAFE;}
#cboxContent{margin-top:20px;margin-right:43px;background:none;}
#cboxClose{top:5px;right:5px;background:url("/files/simpler/images-stex/elements/controls-stex-00.png") no-repeat top center;width:45px;height:45px;margin-right:-53px;margin-top:-10px;}
#cboxClose:hover{top:6px;}
#cboxNext{background:url("/files/simpler/images-stex/elements/controls-stex-00.png") no-repeat top right;width:45px;height:45px;}
#cboxNext:hover{margin-top:-31px;}
#cboxPrevious{background:url("/files/simpler/images-stex/elements/controls-stex-00.png") no-repeat top left;width:45px;height:45px;}
#cboxPrevious:hover{margin-top:-31px;}
.invisible{display:none !important;}
*:focus{outline:none;}
.clear{clear:both !important;}
.disable-hover{pointer-events:none;}
#wrapper{overflow:hidden;}
.inside{position:relative;padding:15px 40px 24px;max-width:1140px;margin:0 auto;}
.inside:before,
.inside:after{content:" ";display:table;}
.inside:after{clear:both;}
.block{margin-bottom:32px;}
.block .block.ce_text{margin-bottom:24px;}
#mehr-entertainment .inside{padding:12px 0;}
#mehr-entertainment .grid3.tablet-grid4{padding-left:4px;padding-right:4px}
#mehr-entertainment .portfolio-item{margin-bottom:10px;}
#mehr-entertainment ul{margin-left:-18px;}
#mehr-entertainment li{list-style:none;margin-left:24px;margin-bottom:2px;float:left;}
#mehr-entertainment a{font-weight:600;font-size:17px;color:#fdfdfd;text-decoration:none;}
#me-bereich .toggler{padding:10px 0;border-bottom:none;}
#me-logo .image_container{margin:0 70px 0 0;}
#akbis .toggler{padding-top:0;padding-bottom:8px;}
.uhrzeit:after{content:" Uhr";}
.filterbis label{display:none;}
#contentbox{float:left !important;background:#F8FAFE;background-clip:content-box;}
#contentbox .article-inside{padding:22px 22px 0 22px;}
#contentbox .block{margin-bottom:22px;}
#contentbox h2{color:#006F9E !important;}
#contentbox .ce_boxenlinks{margin-right:-6px;}
.hbig{font-size:26px;line-height:1.2em;}
.prespad p{padding-left:40px;padding-right:40px;}
.specab .block{margin-bottom:0 !important;margin-top:14px;}
.halbimg .image_container{width:50%;}
.drittelimg .image_container{width:35%;}
.image_container ul{margin:0;}
#custombox{position:relative;float:left !important;background:#F8FAFE;background-clip:content-box;}
#custombox .textarea{padding-top:14px;padding-bottom:14px;}
#tourd .textarea{padding-top:4px;padding-bottom:4px;min-height:42px;line-height: 19px;}
#custom12kurz-1 .textarea{padding-top:0;padding-bottom:0;}
#custom-6 .textarea{padding-bottom:59px;}
#custombox .block{margin-bottom:0;}
#custombox img{border-radius:0;}
#contentbox #custombox{background:transparent;}
#custom-3{height:62px;padding-top:10px;}
#custom-3 .textarea{padding-top:0;padding-bottom:0;}
#custom-3 p,
.slideItem p{width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pzeile{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pvor{width: 100%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;}
.pnach{width:100%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;margin:0 0 11px;}
#custom-3 .textarea{padding-top:0;padding-bottom:0;}
#onerow #custom-3{height:42px;}
.custom{border:2px solid #F8FAFE;}
#voll9t{position:relative;right:5px;}
#voll9tta .textarea{padding-bottom:14px;}
#voll9t .boxlink-rechts{margin-bottom:12px;}
.portfolio-item{border:2px solid #F8FAFE;margin-bottom:32px;}
#umlauf h1,
#umlauf h2,
#umlauf h3,
#tumlauf h1,
#tumlauf h2,
#tumlauf h3{margin-top:0;}
#umlauf .ce_caroufredsel_start{margin-right:26px !important;}
#tumlauf .ce_caroufredsel_start{margin-right:18px !important;margin-bottom:2px !important;}
#tumlauf .caroufredsel_pagi{top:-10px;}
#umlauf .eluml{margin:0 0 10px 0;}
#umlauf .elumlvi{margin:0 26px 20px 0;}
#tumlauf .elumltvi{margin:0 18px 2px 0;}
#umlauf .ce_boxenlinks{margin-top:22px;}
#umlauf .caroufredsel_pagi{top:-20px;}
#CookieDeclarationChangeConsent{font-size:20px;font-weight:600;margin-top:20px;}
.teaseruml h2{padding:12px 17px 0 17px;}
.teaseruml p,
.teaseruml h3{padding:0 17px;}
.teaseruml .ce_boxenlinks{margin-top:14px !important;margin-right:4px;}
.teaseruml .ce_hyperlink{margin-bottom:14px !important;}
#partnerpix img, .partners img{margin:8px;}
#partnerpix a, .partners a {text-decoration: none;}
#partnerpix .ce_image,
#partnerpix .d-inline-block,
.partners .ce_image,
#partnerpix .ce_image figure,
.partners .ce_image figure {
    margin: 0;
    display: inline-block;
}
.bottomline{border-bottom:1px solid #006F9E;}
.topnopadding{padding-top:0 !important;}
.leftnopadding{padding-left:0 !important;}
.elpad{padding:0 22px 0 0 !important;}
.nlbtn{width:100%;}
.nlbtn a{font-size:20px !important;}
.nlbtn a:before{content:url("/files/simpler/images-general/elements/icon-newsletter.png");margin-right:12px;margin-bottom:2px;}
.zusatz{font-size:14px;line-height:18px;padding-top:0 !important;margin-top:-10px;}
#marginalie{float:right !important;}
#margibox .icon-p-left:before{color:#006F9E}
#margibox{background:#F8FAFE;float:left;border:2px solid #F8FAFE;}
#margibox .boxlink-rechts{margin-right:5px;margin-left:5px;}
#margibox .block{margin-bottom:12px;margin-right:5px;}
#margibox .textarea{padding:14px 15px 14px 15px;}
#margibox img{border-radius:0;}
#quer-margibox #margibox{border:2px solid transparent;}
.mbquer{background:#F8FAFE;background-clip:content-box;}
.margilink{font-weight:600;text-decoration:underline;}
.locadrhl.textarea{padding-bottom:0 !important;}
.locadr.textarea{padding-top:0 !important;}
.locadr p{padding-left:23px;}
.box3-zeile1{font-family: "Oswald", Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;color:#006F9E;}
.box3-zeile2{font-size:17px;font-weight:500;color:#333333;}
.nameHL{font-family: "Oswald", Helvetica, Arial, sans-serif;font-weight: 400;text-transform:none;letter-spacing:0px;font-size:24px;line-height:1.2em;margin-bottom:12px;display:block;}
#eventlist .item{padding:8px 0 10px 0;border-bottom:1px solid #D2D3D5;}
#eventlist .city,
#eventlist .eventdate{display:block;}
.evDay{font-family:"Oswald", Helvetica, Arial, sans-serif; font-size: 44px;font-weight: 500;line-height:44px;float:left;width:49px;}
.evMJ{font-family:"Oswald", Helvetica, Arial, sans-serif; font-size: 16px;font-weight: 500;line-height: 23px;text-transform: uppercase;}
.evWdT{font-family:"Oswald", Helvetica, Arial, sans-serif; font-size: 16px;font-weight: 500;}
.evTr{font-size:20px;font-weight:600;line-height:20px;margin: 0 1px;}
.tixbutton a{margin-top:6px !important;margin-left:7px !important;margin-bottom:4px !important;}
body.touch #main,
body.touch #left,
body.touch #right,
body.touch #footer,
body.touch #featured,
body.touch #header,
body.touch .portfolio-item,
body.touch .portfolio-details,
body.touch .portfolio-details .ce_gallery ~ *,
body.touch .portfolio-details + .back,
body.touch .mod_newsreader + *{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
#main .main,
#left{position:relative;}
#left{width:33.33333333%;left:-66.66666667%;}
#left.has-right{left:-41.66666667%;}
#right{width:25%;}
#main .main.has-left{width:66.66666667%;left:33.33333333%;padding-left:88px !important;}
#main .main.has-right{width:75%;padding-right:88px !important;}
#main .main.has-right.has-left{width:41.66666667%;padding-left:22px !important;padding-right:22px !important;}
#main .main.main-only{width:100%;}
#main-extra{margin-top:-44px;}
#main-extra .inside{padding-top:0;}
.image-full + *{z-index:2;}
.prominent{margin-top:70.4px !important;margin-bottom:123.2px !important;}
body.boxed{padding-top:0;padding-bottom:0;background-position:top center;background-color:#1F1F1F;}
body.boxed #wrapper{position:relative;max-width:1920px;margin:0 auto;padding-left:0;padding-right:0;overflow:hidden;background-color:#1F1F1F;}
body.boxed #wrapper #footer{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.head-huge #container{background-color:#1F1F1F;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;margin-bottom:-95px;}
.head-huge #container .inside{padding-bottom:113px;}
.nlplz label{display: none;}
#main{color:#333333;border-color:#b2b5b6;}
#main a{color:#006F9E;}
#margibox .h2,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main label,
#main .toggler,
#main .month,
#main .day-name,
#main .pagination .current,
#main strong{color:#006F9E;}
#main .ce_text p,
#main .ce_text li,
#main .ce_text i{color:#333333;}
#main .head i,
#main .btn i,
#main label i,
#main .an-services-block i{color:inherit;}
#main .ce_text.intro h1 + p,
#main .ce_text.intro h2 + p,
#main .ce_text.intro h3 + p,
#main .ce_text.intro h4 + p,
#main .ce_text.intro h5 + p,
#main .ce_text.intro p:first-child,
#main table.sortable th:after,
#main .pagination ul > .active > a,
#main .pagination ul > .active > span,
#main .news_full_details header h2,
#main cite,
#main .day{color:#5D6061;}
#main .toggler,
#main .back,
#main .ce_comments,
#main .recurring,
#main .date .to{border-color:#D2D3D5;}
#main .section-header,
#main hr,
#main blockquote,
#main .quote-image .ce_text-inside,
#main .layout_latest,
#main .layout_short,
#main .layout_full_list,
#main .mod_eventlist .event,
#main .ce_table th,
#main .ce_table tfoot td,
#main .event.layout_teaser .date,
#main .ce_gallery.logos li,
#main .mod_faqpage > article > section{border-color:#D2D3D5;}
#main .border-top > h1,
#main .border-top > h2,
#main .border-top > h3,
#main .border-top > h4,
#main .border-top .ce_text-inside{border-color:#c7caca;}
#main h1.border-top,
#main h2.border-top,
#main h3.border-top,
#main h4.border-top{border-color:#c7caca;}
#main .quote-image.border-top .ce_text-inside:before{background-color:#b2b5b6;}
#main .mod_eventlist .header{border-color:#868c8d;}
.ce_table.table-striped tbody .even td,
.ce_table.table-striped tbody .even th{background:#E3EBFB;}
#main .service:before{color:#52d39b;}
#main .slider-prev,
#main .slider-next,
#main .slider-prev:hover,
#main .slider-next:hover{color:#192528;}
#soonSlide .slider-prev{left: 40px !important}
#soonSlide .slider-next{right: 40px !important}
#soonSlide .slider-control a {top:110px;}
#main .vertical-subnav ul a,
#main .vertical-subnav ul span{background:#eeeeee;color:#192528;}
#main .vertical-subnav ul a:active,
#main .vertical-subnav ul span:active{background:#e6e6e6;}
#main .vertical-subnav ul span.active,
#main .vertical-subnav ul a.active,
#main .vertical-subnav ul a:hover{background:#52d39b;color:#fdfdfd;}
#main .vertical-subnav ul span.active:active,
#main .vertical-subnav ul a.active:active,
#main .vertical-subnav ul a:hover:active{background:#42cf92;}
#main .ce_hyperlink.btn-wrap-invert a,
#main a.btn-invert,
#main button.btn-invert,
#main input.btn-invert,
#main div.btn-invert a,
#main .ce_hyperlink.btn-wrap-invert a:hover,
#main a.btn-invert:hover,
#main button.btn-invert:hover,
#main input.btn-invert:hover,
#main div.btn-invert a:hover{color:#52d39b !important;}
#secondary{background-image:url("/files/simpler/images-stex/bgs/BG-STEX-Breadcrump.png");color:#fff;padding-top:4px;}
#secondary .inside{padding-top:0;padding-bottom:0;}
#tertiary{background-color:#1F1F1F;color:#fff;border-top:4px solid #008ac6;}
#tertiary .inside{padding:5px 66px 10px;}
#tertiary .ce_accordion{margin-bottom:0 !important;border-bottom:0;}
#tertiary .accordion{padding:0;}
#tertiary a{color:#49a97f;text-decoration:none;}
#tertiary a:hover{color:#429772;}
#tertiary h1,
#tertiary h2,
#tertiary h3,
#tertiary h4,
#tertiary h5,
#tertiary h6,
#tertiary label,
#tertiary .toggler,
#tertiary .month,
#tertiary .day-name,
#tertiary .pagination .current,
#tertiary strong{color:#fdfdfd;}
#tertiary .ce_text p,
#tertiary .ce_text li,
#tertiary .ce_text i{color:#f4f4f4;}
#tertiary .head i,
#tertiary .btn i,
#tertiary label i,
#tertiary .an-services-block i{color:inherit;}
#tertiary .ce_text.intro h1 + p,
#tertiary .ce_text.intro h2 + p,
#tertiary .ce_text.intro h3 + p,
#tertiary .ce_text.intro h4 + p,
#tertiary .ce_text.intro h5 + p,
#tertiary .ce_text.intro p:first-child,
#tertiary table.sortable th:after,
#tertiary .pagination ul > .active > a,
#tertiary .pagination ul > .active > span,
#tertiary .news_full_details header h2,
#tertiary cite,
#tertiary .day{color:#eaeaea;}
#tertiary .toggler,
#tertiary .back,
#tertiary .ce_comments,
#tertiary .recurring,
#tertiary .date .to{border-color:#e2e2e2;}
#tertiary .section-header,
#tertiary hr,
#tertiary blockquote,
#tertiary .quote-image .ce_text-inside,
#tertiary .layout_latest,
#tertiary .layout_short,
#tertiary .layout_full_list,
#tertiary .mod_eventlist .event,
#tertiary .ce_table th,
#tertiary .ce_table tfoot td,
#tertiary .event.layout_teaser .date,
#tertiary .ce_gallery.logos li,
#tertiary .mod_faqpage > article > section{border-color:#e5e5e5;}
#tertiary .border-top > h1,
#tertiary .border-top > h2,
#tertiary .border-top > h3,
#tertiary .border-top > h4,
#tertiary .border-top .ce_text-inside{border-color:#e5e5e5;}
#tertiary h1.border-top,
#tertiary h2.border-top,
#tertiary h3.border-top,
#tertiary h4.border-top{border-color:#e5e5e5;}
#tertiary .quote-image.border-top .ce_text-inside:before{background-color:#e8e8e8;}
#tertiary .mod_eventlist .header{border-color:#eeeeee;}
#tertiary .ce_table.table-striped tbody .even td,
#tertiary .ce_table.table-striped tbody .even th{background:#e1e1e1;}
#tertiary .service:before{color:#52d39b;}
#tertiary .slider-prev,
#tertiary .slider-next,
#tertiary .slider-prev:hover,
#tertiary .slider-next:hover{color:#192528;}
#tertiary .vertical-subnav ul a,
#tertiary .vertical-subnav ul span{background:#dadada;color:#fdfdfd;}
#tertiary .vertical-subnav ul a:active,
#tertiary .vertical-subnav ul span:active{background:#d2d2d2;}
#tertiary .vertical-subnav ul span.active,
#tertiary .vertical-subnav ul a.active,
#tertiary .vertical-subnav ul a:hover{background:#52d39b;color:#fdfdfd;}
#tertiary .vertical-subnav ul span.active:active,
#tertiary .vertical-subnav ul a.active:active,
#tertiary .vertical-subnav ul a:hover:active{background:#42cf92;}
#tertiary .ce_hyperlink.btn-wrap-invert a,
#tertiary a.btn-invert,
#tertiary button.btn-invert,
#tertiary input.btn-invert,
#tertiary div.btn-invert a,
#tertiary .ce_hyperlink.btn-wrap-invert a:hover,
#tertiary a.btn-invert:hover,
#tertiary button.btn-invert:hover,
#tertiary input.btn-invert:hover,
#tertiary div.btn-invert a:hover{color:#dfdfdf !important;}
#aktbox{background-clip:content-box;background-image:url("/files/simpler/images-stex/bgs/BG-STEX-tertiary-trans.png");}
#aktwrap{position:relative;padding:22px;}
#aktwrap h2{font-weight:600;}
#aktbox .ce_text p,
#aktbox .ce_text li,
#aktbox .ce_text i,
#aktbox .day,
#aktbox .month{color:#fff;}
#aktbox .day,
#aktbox .month{font-size:14px;}
#aktbox .mod_caroufredsel_ticker{margin:0 !important;border:2px solid #008ac6;}
#aktbox .mod_rocksolid_slider{margin: 0 !important;border: 2px solid #008ac6;}
#aktbox .caroufredsel_controls{margin-bottom:-30px;}
#aktbox .caroufredsel_pagi{top:-5px;}
#aktbox .image_container{margin-bottom:22px;margin-right:22px;}
#aktbox strong{color:#fff;}
#aktbox .ce_boxenlinks{margin-right:-6px;margin-bottom:22px;float: right;}
#aktbox .ce_hyperlink{margin-bottom:0;}
.fasp{height:177px !important;}
.fabo{border-left:1px solid #444444;}
.fabo1{border-left:1px solid #444444;}
.fspan{font-size:14px;color:#DBDBDB;font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;font-weight:400;}
.fp{padding-right:17px;}
footerlink a{color:#fdfdfd;}
#footer{background-color:#1F1F1F;color:#a2a7a8;border-top:4px solid #008ac6;}
#footer .inside{padding:15px 40px 15px;}
#footer a{color:#006F9E;}
#footer a:hover{color:#006F9E;}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer label,
#footer .toggler,
#footer .month,
#footer .day-name,
#footer .pagination .current,
#footer strong,
#mehr-entertainment strong{color:#fdfdfd;}
#footer h4 a,
#footer h4 a:hover{color:#00963F;}
#footer .ce_text p,
#footer .ce_text li,
#footer .ce_text i{color:#DBDBDB;line-height:21px;}
#footer .head i,
#footer .btn i,
#footer label i,
#footer .an-services-block i{color:inherit;}
#footer .ce_text.intro h1 + p,
#footer .ce_text.intro h2 + p,
#footer .ce_text.intro h3 + p,
#footer .ce_text.intro h4 + p,
#footer .ce_text.intro h5 + p,
#footer .ce_text.intro p:first-child,
#footer table.sortable th:after,
#footer .pagination ul > .active > a,
#footer .pagination ul > .active > span,
#footer .news_full_details header h2,
#footer cite,
#footer .day{color:#697072;}
#footer .toggler,
#footer .back,
#footer .ce_comments,
#footer .recurring,
#footer .date .to{border-color:#303a3d;}
#footer .section-header,
#footer hr,
#footer blockquote,
#footer .quote-image .ce_text-inside,
#footer .layout_latest,
#footer .layout_short,
#footer .layout_full_list,
#footer .mod_eventlist .event,
#footer .ce_table th,
#footer .ce_table tfoot td,
#footer .event.layout_teaser .date,
#footer .ce_gallery.logos li,
#footer .mod_faqpage > article > section{border-color:#465052;}
#footer .border-top > h1,
#footer .border-top > h2,
#footer .border-top > h3,
#footer .border-top > h4,
#footer .border-top .ce_text-inside{border-color:#465052;}
#footer h1.border-top,
#footer h2.border-top,
#footer h3.border-top,
#footer h4.border-top{border-color:#465052;}
#footer .quote-image.border-top .ce_text-inside:before{background-color:#5d6668;}
#footer .mod_eventlist .header{border-color:#8b9192;}
#footer .ce_table.table-striped tbody .even td,
#footer .ce_table.table-striped tbody .even th{background:#243033;}
#footer .service:before{color:#52d39b;}
#footer .slider-prev,
#footer .slider-next,
#footer .slider-prev:hover,
#footer .slider-next:hover{color:#52d39b;}
#footer .vertical-subnav ul a,
#footer .vertical-subnav ul span{background:#161e20;color:#fdfdfd;}
#footer .vertical-subnav ul a:active,
#footer .vertical-subnav ul span:active{background:#101517;}
#footer .vertical-subnav ul span.active,
#footer .vertical-subnav ul a.active,
#footer .vertical-subnav ul a:hover{background:#52d39b;color:#fdfdfd;}
#footer .vertical-subnav ul span.active:active,
#footer .vertical-subnav ul a.active:active,
#footer .vertical-subnav ul a:hover:active{background:#42cf92;}
#footer .ce_hyperlink.btn-wrap-invert a,
#footer a.btn-invert,
#footer button.btn-invert,
#footer input.btn-invert,
#footer div.btn-invert a,
#footer .ce_hyperlink.btn-wrap-invert a:hover,
#footer a.btn-invert:hover,
#footer button.btn-invert:hover,
#footer input.btn-invert:hover,
#footer div.btn-invert a:hover{color:#52d39b !important;}
#footer .nlbtn .block{margin:16px 0 32px 16px;}
.easybutton{background-color:#4ea55e;border:none;color:#fff !important;padding:5px 10px;text-align:center;text-decoration:none;display:inline-block;font-size:15px;font-weight:600;margin-top:5px;}
#featured{position:absolute;background-color:#1F1F1F;background:url("/files/simpler/images-stex/bgs/STEX-menue-BG-trans-Bogen.png");background-repeat:no-repeat;background-position:50% 50%;margin-top:-214px;color:#a2a7a8;border-color:#5d6668;width:100%;height:214px;max-width:1920px;z-index:100;overflow:hidden;}
.feathide{display:none;}

#weiterlesen {border:0; margin-top: -16px;}
#weiterlesen .toggler {text-transform: none !important; padding: 0; margin-right:0 !important;text-align: right; font-style: italic;}
#weiterlesen .toggler:after {content: none !important;}
#weiterlesen .toggler.active {color:#F8FAFE !important; opacity: 0.0;}
#weiterlesen .accordion {padding-bottom: 0;}

.fixedfeat{position:fixed !important;margin-top:0 !important;float:right;top:-131px;}
#featured .inside{padding:0 40px;}
#cboxTitle{display:none !important;}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header p{color:#fdfdfd;}
#main .color-black h1,
#tertiary .color-black h1,
#footer .color-black h1,
#featured .color-black h1,
#main .color-black h2,
#tertiary .color-black h2,
#footer .color-black h2,
#featured .color-black h2,
#main .color-black h3,
#tertiary .color-black h3,
#footer .color-black h3,
#featured .color-black h3,
#main .color-black h4,
#tertiary .color-black h4,
#footer .color-black h4,
#featured .color-black h4,
#main .color-black h5,
#tertiary .color-black h5,
#footer .color-black h5,
#featured .color-black h5,
#main .color-black h6,
#tertiary .color-black h6,
#footer .color-black h6,
#featured .color-black h6,
#main .color-black p,
#tertiary .color-black p,
#footer .color-black p,
#featured .color-black p,
#main .color-black dt,
#tertiary .color-black dt,
#footer .color-black dt,
#featured .color-black dt{color:#192528;}
#main .color-white h1,
#tertiary .color-white h1,
#footer .color-white h1,
#featured .color-white h1,
#main .color-white h2,
#tertiary .color-white h2,
#footer .color-white h2,
#featured .color-white h2,
#main .color-white h3,
#tertiary .color-white h3,
#footer .color-white h3,
#featured .color-white h3,
#main .color-white h4,
#tertiary .color-white h4,
#footer .color-white h4,
#featured .color-white h4,
#main .color-white h5,
#tertiary .color-white h5,
#footer .color-white h5,
#featured .color-white h5,
#main .color-white h6,
#tertiary .color-white h6,
#footer .color-white h6,
#featured .color-white h6,
#main .color-white p,
#tertiary .color-white p,
#footer .color-white p,
#featured .color-white p,
#main .color-white dt,
#tertiary .color-white dt,
#footer .color-white dt,
#featured .color-white dt{color:#fdfdfd;}
#main .color-black h2,
#footer .color-black h2,
#featured .color-black h2,
#main .color-white h2,
#tertiary .color-white h2,
#footer .color-white h2,
#featured .color-white h2{color:#52d39b;}
.bg-image-color img{background-color:#52d39b;}
.bg-image-color-primary img{background-color:#52d39b;}
.color-primary{color:#52d39b !important;}
.pdf_link{padding:20px 0;margin-bottom:20px;border-bottom:1px solid;text-align:right;}
.pdf_link a{display:inline-block;margin-left:4px;}
.teaser .more{margin-top:22px;}
.action-teaser{display:table;width:100%;margin-bottom:22px;}
.action-teaser .article-inside > *{display:table-cell !important;vertical-align:middle !important;float:none !important;}
.action-teaser .article-inside > *:first-child{padding-left:0;}
.action-teaser .article-inside > *:last-child{padding-right:0;}
.action-teaser .ce_text h1,
.action-teaser .ce_text h2{font-weight:300;line-height:1em;margin-bottom:11px;}
.action-teaser .ce_text h1{font-weight:300;}
.action-teaser .ce_text.jumbo h1{margin-bottom:22px;}
.action-teaser .ce_hyperlink{text-align:right;}
.action-teaser .ce_hyperlink a{display:inline-block;padding:12px 30px;margin:0;border:none;border-radius:3px;font-size:16px;line-height:22px;font-weight:300;text-align:center;text-transform:none;vertical-align:middle;cursor:pointer;white-space:nowrap;color:#fdfdfd;text-decoration:none !important;background-color:#52d39b;padding:18px 40px;}
.action-teaser .ce_hyperlink a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.action-teaser .ce_hyperlink a:hover,
.action-teaser .ce_hyperlink a:focus{color:#fff;}
.action-teaser .ce_hyperlink a:active,
.action-teaser .ce_hyperlink a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.action-teaser .ce_hyperlink a.disabled,
.action-teaser .ce_hyperlink a[disabled],
fieldset[disabled] .action-teaser .ce_hyperlink a{cursor:default;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.action-teaser .ce_hyperlink a:hover,
.action-teaser .ce_hyperlink a:focus,
.action-teaser .ce_hyperlink a:active,
.action-teaser .ce_hyperlink a.active{background-color:#3ece8f;}
.action-teaser .ce_hyperlink a.disabled:hover,
.action-teaser .ce_hyperlink a[disabled]:hover,
fieldset[disabled] .action-teaser .ce_hyperlink a:hover,
.action-teaser .ce_hyperlink a.disabled:focus,
.action-teaser .ce_hyperlink a[disabled]:focus,
fieldset[disabled] .action-teaser .ce_hyperlink a:focus,
.action-teaser .ce_hyperlink a.disabled:active,
.action-teaser .ce_hyperlink a[disabled]:active,
fieldset[disabled] .action-teaser .ce_hyperlink a:active,
.action-teaser .ce_hyperlink a.disabled.active,
.action-teaser .ce_hyperlink a[disabled].active,
fieldset[disabled] .action-teaser .ce_hyperlink a.active{background-color:#52d39b;}
.action-teaser .ce_hyperlink a,
.action-teaser .ce_hyperlink a:hover{color:#fdfdfd !important;}
.section-header .ce_text-inside,
.section-header{margin-bottom:88px;line-height:0.00001px;}
.section-header .ce_text-inside.ce_text.block,
.section-header.ce_text.block{margin-bottom:0;}
.section-header .ce_text-inside.ce_text-inside,
.section-header.ce_text-inside{margin-bottom:0;}
.section-header .ce_text-inside.ce_text-inside > *,
.section-header.ce_text-inside > *{line-height:0.00001px;}
.section-header .ce_text-inside.ce_text-inside > *:first-child + p,
.section-header.ce_text-inside > *:first-child + p{position:relative;top:14px;margin-bottom:88px;}
.section-header .ce_text-inside > h1:first-child,
.section-header > h1:first-child,
.section-header .ce_text-inside > h2:first-child,
.section-header > h2:first-child,
.section-header .ce_text-inside > h3:first-child,
.section-header > h3:first-child,
.section-header .ce_text-inside > h4:first-child,
.section-header > h4:first-child,
h1.section-header .ce_text-inside,
h1.section-header,
h2.section-header .ce_text-inside,
h2.section-header,
h3.section-header .ce_text-inside,
h3.section-header,
h4.section-header .ce_text-inside,
h4.section-header{position:relative;font-weight:300;font-size:18px;}
.with-section-header > h1:first-child,
.with-section-header > h2:first-child,
.with-section-header > h3:first-child,
.with-section-header > h4:first-child{position:relative;font-weight:300;font-size:18px;margin-bottom:88px;line-height:0.00001px;}
.mod_newslist > h1:first-child,
.mod_eventlist > h1:first-child,
.ce_gallery > h1:first-child,
.mod_newslist > h2:first-child,
.mod_eventlist > h2:first-child,
.ce_gallery > h2:first-child,
.mod_newslist > h3:first-child,
.mod_eventlist > h3:first-child,
.ce_gallery > h3:first-child,
.mod_newslist > h4:first-child,
.mod_eventlist > h4:first-child,
.ce_gallery > h4:first-child{position:relative;font-weight:300;font-size:18px;margin-bottom:88px;line-height:0.00001px;}
.mod_login > h1,
.mod_newsmenu > h1,
.mod_eventmenu > h1,
.sub-navigation > h1,
.mod_login > h2,
.mod_newsmenu > h2,
.mod_eventmenu > h2,
.sub-navigation > h2,
.mod_login > h3,
.mod_newsmenu > h3,
.mod_eventmenu > h3,
.sub-navigation > h3,
.mod_login > h4,
.mod_newsmenu > h4,
.mod_eventmenu > h4,
.sub-navigation > h4{background:#263234;margin:0;padding:33px 0;text-align:center;border-top-right-radius:3px;border-top-left-radius:3px;color:#fdfdfd !important;font-size:16px;}
.border-top > h1:first-child,
.border-top > h2:first-child,
.border-top > h3:first-child,
.border-top > h4:first-child,
.border-top .ce_text-inside:first-child{padding-top:87px;border-top:1px solid;}
h1.border-top,
h2.border-top,
h3.border-top,
h4.border-top{padding-top:87px;border-top:1px solid;}
.border-top.prominent > h1:first-child,
.border-top.prominent > h2:first-child,
.border-top.prominent > h3:first-child,
.border-top.prominent > h4:first-child,
.border-top.prominent .ce_text-inside:first-child{padding-top:122.2px;}
h1.border-top.prominent,
h2.border-top.prominent,
h3.border-top.prominent,
h4.border-top.prominent{padding-top:122.2px;}
.offset-top{margin-top:88px !important;}
.offset-bottom,
.block .offset-bottom.block{margin-bottom:88px !important;}
.blow{padding-top:22px;padding-bottom:22px;}
.ce_sliderStart{position:relative;}
.slider-wrapper > *{float:left;margin-bottom:0 !important;clear:none;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
.slider-control{position:static;height:0;}
.slider-control .slider-menu{top:97%;}
.slider-control .slider-menu b{margin:0 3px;}
#custombox .slider-menu{padding-top:0;top:88%;}
#areaslide{border:2px solid #F8FAFE;}
#areaslide .slider-menu{padding-top:6px;top:100%;}
#areaslide .li-rechts{right:5px;}
#areaslide .li-links{left:5px;}
#areaslide .image_container img{width:100%;}
.abstand{margin-bottom:54px;}
.swipe{position:relative;visibility:hidden;height:200px;overflow:hidden;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-o-transition:height 0.3s;transition:height 0.3s;}
.swipe-wrap{overflow:hidden !important;position:relative;}
.swipe-wrap > *{position:relative;display:block !important;float:left;width:100%;-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;transition:0s;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;opacity:0;}
.swipe-wrap > *.in{opacity:1;}
.event-slider,
.gallery-slider,
.news-slider{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;}
.event-slider > h1,
.gallery-slider > h1,
.news-slider > h1,
.event-slider > h2,
.gallery-slider > h2,
.news-slider > h2,
.event-slider > h3,
.gallery-slider > h3,
.news-slider > h3,
.event-slider > h4,
.gallery-slider > h4,
.news-slider > h4{border-top:none;padding-top:0;}
.event-slider > div,
.gallery-slider > div,
.news-slider > div,
.event-slider > article,
.gallery-slider > article,
.news-slider > article,
.event-slider > ul > li,
.gallery-slider > ul > li,
.news-slider > ul > li{height:1px;opacity:0;}
.event-slider > div:first-child,
.gallery-slider > div:first-child,
.news-slider > div:first-child,
.event-slider > article:first-child,
.gallery-slider > article:first-child,
.news-slider > article:first-child,
.event-slider > ul > li:first-child,
.gallery-slider > ul > li:first-child,
.news-slider > ul > li:first-child{height:auto;opacity:1;}
.event-slider.in > div,
.gallery-slider.in > div,
.news-slider.in > div,
.event-slider.in > article,
.gallery-slider.in > article,
.news-slider.in > article,
.event-slider.in > ul > li,
.gallery-slider.in > ul > li,
.news-slider.in > ul > li{height:auto;opacity:1;}
.caroufredsel_prev,
.caroufredsel_next,
.slider-control .slider-prev,
.slider-control .slider-next,
.slider-prev,
.slider-next{cursor:pointer;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
#caroutick .caroufredsel_prev,
#caroutick .caroufredsel_next{top:0;margin-top:170px;font-size:26px;opacity:1;color:#008ac6 !important;}
#caroutick .caroufredsel_prev:hover,
#caroutick .caroufredsel_next:hover{color:#fff !important;}
#caroutick .caroufredsel_next{right:-25px;}
#caroutick .caroufredsel_prev{left:-25px;}
.caroufredsel_prev,
.caroufredsel_next,
.slider-control .slider-prev,
.slider-control .slider-next,
.slider-prev,
.slider-next,
.caroufredsel_prev *,
.caroufredsel_next *,
.slider-control .slider-prev *,
.slider-control .slider-next *,
.slider-prev *,
.slider-next *,
.caroufredsel_prev:hover,
.caroufredsel_next:hover,
.slider-control .slider-prev:hover,
.slider-control .slider-next:hover,
.slider-prev:hover,
.slider-next:hover,
.caroufredsel_prev:hover i,
.caroufredsel_next:hover i,
.slider-control .slider-prev:hover i,
.slider-control .slider-next:hover i,
.slider-prev:hover i,
.slider-next:hover i{text-decoration:none;}
.caroufredsel_prev:hover,
.caroufredsel_next:hover,
.slider-control .slider-prev:hover,
.slider-control .slider-next:hover,
.slider-prev:hover,
.slider-next:hover{opacity:1;filter:alpha(opacity=100);}
.slider-control .slider-prev,
.slider-prev{left:-88px;}
.slider-control .slider-prev:hover,
.slider-prev:hover{left:-99px;}
.slider-control .slider-next,
.slider-next{right:-88px;}
.slider-control .slider-next:hover,
.slider-next:hover{right:-99px;}
.boxed .slider-control .slider-prev,
.boxed .slider-prev{left:-66px;}
.boxed .slider-control .slider-prev:hover,
.boxed .slider-prev:hover{left:-55px;}
.boxed .slider-control .slider-next,
.boxed.slider-next{right:-66px;}
.boxed .slider-control .slider-next:hover,
.boxed.slider-next:hover{right:-55px;}
body.touch .slider-control .slider-prev,
body.touch .slider-prev,
body.touch .slider-control .slider-next,
body.touch .slider-next{display:none !important;}
h1 + .dlh_googlemap,
h2 + .dlh_googlemap,
h3 + .dlh_googlemap,
h4 + .dlh_googlemap,
h5 + .dlh_googlemap,
h6 + .dlh_googlemap{margin-top:22px;}
.dlh_googlemap,
.dlh_googlemap .block{margin:0;width:100% !important;height:650px !important;}
.mejs-audio{height:30px !important;}
object,
embed,
video,
iframe,
audio{max-width:100%;display:block;}
.ce_player{margin-bottom:88px;}
.embed-container16-9{position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;}
.embed-container16-9 iframe, .embed-container16-9 object, .embed-container16-9 embed{position:absolute;top:0;left:0;width:100%;height:100%;}
#cookiebar{z-index:100;font-size:15px;line-height:18px;text-align:left;}
#cookiebar span{display:block;margin:0 2em 0 2em;float:left;padding:4px 0;}
#cookiebar button{display:block;float:left;margin:1px 2em;font-weight:normal;}
#cookiebar a{margin-left:0;}
#scrollToTop{position:fixed;bottom:-100px;right:0;width:36px;height:36px;line-height:36px;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;}
#scrollToTop i{display:inline-block;width:100%;text-align:center;}
#scrollToTop.in{bottom:0;opacity:1;filter:alpha(opacity=100);}
#scrollDown{position:absolute;bottom:4px;right:0;width:36px;height:36px;line-height:36px;cursor:pointer;z-index:100;opacity:1;filter:alpha(opacity=100);-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;}
#scrollDown i{display:inline-block;width:100%;text-align:center;}
#scrollDown.in{bottom:0;opacity:0;filter:alpha(opacity=0);}
.fixed-bg{background-repeat:no-repeat !important;background-position:center !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;}
*{text-rendering:optimizelegibility;}
p{margin:0 0 11px;max-width:1140px;}
p:last-child{margin-bottom:0;}
.small-text{font-size:13px;}
span[style*="background-color"]{padding-left:7px;padding-right:7px;}
strong{font-weight:600;}
.text-center *,
.text-center{text-align:center;}
.text-center *{margin-left:auto;margin-right:auto;}
.text-right *,
.text-right{text-align:right;}
.text-left *,
.text-left{text-align:left;}
a{color:#006F9E;text-decoration:none;}
a:hover,
a:focus{color:#429772;text-decoration:underline;}
a:focus{outline:none;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{font-family:"Oswald", Helvetica, Arial, sans-serif;font-weight:400;}
h1,
h2{margin-top:22px;margin-bottom:12px;}
h3{margin-top:14px;margin-bottom:6px;}
h4,
h5,
h6{margin-top:10px;margin-bottom:10px;}
h1,
.h1{font-size:24px;line-height:1.2em;}
h2,
.h2{font-size:21px;line-height:1.25em;}
h3,
.h3{font-size:18px;line-height:1.4em;}
h4,
.h4{font-size:17px;line-height:22px;}
h5,
.h5{font-size:13px;line-height:22px;}
h6,
.h6{font-size:11px;line-height:22px;}
h1 small{font-size:24px;}
h2 small{font-size:18px;}
h3 small{font-size:16px;}
h4 small{font-size:13px;}
h1,
h2,
h3,
h4,
h5{text-transform:none;letter-spacing:0px;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{margin-top:0;}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *{font-weight:inherit;}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong{font-weight:700;}
ul,
ol{padding:0;margin:0 0 11px 25px;}
ul.unstyled,
ol.unstyled{margin:0;}
ul ul,
ul ol,
ol ol,
ol ul,
ul:last-child,
ol:last-child{margin-bottom:0px;}
ol li{list-style:decimal-leading-zero;}
ol ol li{list-style:upper-latin;}
li{line-height:22px;}
.ce_text ul,
#margibox ul{list-style:square;}
dl{margin-bottom:22px;}
dt,
dd{line-height:22px;}
dt{font-weight:bold;}
dd{margin-left:11px;}
.dl-horizontal:before,
.dl-horizontal:after{content:" ";display:table;}
.dl-horizontal:after{clear:both;}
.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-left:180px;}
.list-check ul,
.list-plus ul,
.list-minus ul,
.list-arrow ul{margin-left:0;list-style:none;}
.list-check li,
.list-plus li,
.list-minus li,
.list-arrow li{position:relative;padding-left:22px;}
.list-check li:before,
.list-plus li:before,
.list-minus li:before,
.list-arrow li:before{font-family:'icons';position:absolute;left:0;top:0;}
.list-check li:before{content:'\2713';}
.list-plus li:before{content:'\2b';}
.list-minus li:before{content:'\2d';}
.list-arrow li:before{content:'\e766';}
.list-large li{font-size:18px;line-height:1.3em;}
blockquote{padding:0 0 0 15px;margin:44px 0 44px;border-left:5px solid;}
blockquote,
blockquote p{font-family:Georgia, "Times New Roman", Times, serif !important;font-weight:normal !important;font-style:italic;}
blockquote p{margin-bottom:0;font-size:20px;font-weight:300;line-height:1.4em;}
blockquote cite,
blockquote div{margin-top:22px;font-size:11px;display:block;line-height:22px;}
blockquote cite:before,
blockquote div:before{content:'\2014 0A0';}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid;border-left:0;}
blockquote.pull-right p,
blockquote.pull-right small{text-align:right;}
blockquote.pull-right cite:before{content:'';}
blockquote.pull-right cite:after{content:'0A0 \2014';}
.quote-image .ce_text-inside{display:table;width:100%;margin-bottom:22px;}
.quote-image .ce_text-inside blockquote,
.quote-image .ce_text-inside .image_container{display:table-cell;vertical-align:middle;float:none !important;min-width:120px;}
.quote-image .ce_text-inside .image_container{margin-bottom:0;padding-right:30px;}
.quote-image .ce_text-inside blockquote{padding-left:30px;margin-top:0;margin-bottom:0;position:relative;}
.text-right blockquote{padding:0 15px 0 0;border-left:none;border-right:5px solid;}
.text-right.quote-image .ce_text-inside{border-left:none;border-right:5px solid;padding-right:44px;}
.float_left{float:left !important;}
.float_right{float:right !important;}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;}
.imgdetail{padding-bottom:15px;}
.imgdetail img{width: 960px;}
.primg{list-style:none !important;margin:0;}
.primg img{margin-bottom:17px;}
.prtext{list-style: none !important;margin:0;overflow:hidden;}
.prtext li{margin-bottom:17px;}
.img-rounded{border-radius:6px;}
.img-circle{border-radius:500px;}
.image_container{max-width:100%;margin-bottom:22px;}
.image_container img{max-width:100%;margin-bottom:0;}
.image_container.float_left{margin-right:44px;}
.image_container.float_right{margin-left:44px;}
.image_container + h1,
.image_container + h2,
.image_container + h3,
.image_container + h4,
.image_container + h5,
.image_container + h6{margin-top:0;}
.ce_text.rounded .image_container.float_left{margin-right:22px;}
.ce_text.rounded .image_container.float_right{margin-left:22px;}
.ce_text .image_container img{margin-bottom:0;}
.prevent-image-margin .image_container{margin-bottom:0;}
figcaption{font-size:13px;color:#fff; line-height:17px;padding:3px;}
.image-full{position:absolute;top:0;left:0;width:100%;margin:0;opacity:0;}
.image-full figure{max-width:none;}
.carousel_item > .image-full,
.outer > .image-full{opacity:1;}
.ce_text.intro h2:first-child,
.ce_text.intro h3:first-child,
.ce_text.intro h4:first-child,
.ce_text.intro h5:first-child{font-weight:400;font-size:22px;line-height:1.2em;}
.ce_text.intro h1 + p,
.ce_text.intro-jumbo h1 + p,
.ce_text.intro h2 + p,
.ce_text.intro-jumbo h2 + p,
.ce_text.intro h3 + p,
.ce_text.intro-jumbo h3 + p,
.ce_text.intro h4 + p,
.ce_text.intro-jumbo h4 + p,
.ce_text.intro h5 + p,
.ce_text.intro-jumbo h5 + p,
.ce_text.intro p:first-child,
.ce_text.intro-jumbo p:first-child{font-size:18px;line-height:1.4em;}
.ce_text.intro + hr,
.ce_text.intro-jumbo + hr{padding-bottom:0;}
.ce_headline.intro{font-family:inherit;font-weight:300;font-size:32px;line-height:1.2em;margin-bottom:44px;}
h1.jumbo,
h2.jumbo,
h3.jumbo,
p.jumbo{font-size:61px !important;font-weight:700 !important;}
h1.jumbo.jumbo-super,
h2.jumbo.jumbo-super,
h3.jumbo.jumbo-super,
p.jumbo.jumbo-super{font-size:122px !important;line-height:1em;}
p.jumbo{line-height:1em;}
.jumbo h2,
.ce_text.intro-jumbo h2,
.jumbo h3,
.ce_text.intro-jumbo h3,
.jumbo h4,
.ce_text.intro-jumbo h4,
.jumbo h5,
.ce_text.intro-jumbo h5{font-family:inherit;font-weight:300;font-size:32px;line-height:1.2em;font-weight:700;}
.jumbo h1,
.ce_text.intro-jumbo h1{max-width:66%;font-weight:700;margin-bottom:44px;font-size:61px;line-height:1.1em;}
.jumbo h1 + *,
.ce_text.intro-jumbo h1 + *{position:relative;top:-22px;}
.jumbo.jumbo-super h1:first-child,
.ce_text.intro-jumbo.jumbo-super h1:first-child{font-size:122px;line-height:1em;}
.jumbo h2,
.ce_text.intro-jumbo h2,
.jumbo h1 + p,
.ce_text.intro-jumbo h1 + p,
.jumbo h2 + p h3 + p h4 + p,
.ce_text.intro-jumbo h2 + p h3 + p h4 + p,
.jumbo h5 + p,
.ce_text.intro-jumbo h5 + p,
.jumbo p:first-child,
.ce_text.intro-jumbo p:first-child{font-size:32px;font-family:inherit;line-height:1.4em;}
.block .block.ce_text.intro-jumbo{margin-bottom:44px;}
.block.ce_text.alert-danger,
.block.ce_text.alert-warning,
.block.ce_text.alert-info,
.block.ce_text.alert-success{background:#fdfdfd;border-radius:3px;padding:11px;margin-bottom:22px;color:#fff;}
.block.ce_text.alert-danger h1,
.block.ce_text.alert-warning h1,
.block.ce_text.alert-info h1,
.block.ce_text.alert-success h1,
.block.ce_text.alert-danger h2,
.block.ce_text.alert-warning h2,
.block.ce_text.alert-info h2,
.block.ce_text.alert-success h2,
.block.ce_text.alert-danger h3,
.block.ce_text.alert-warning h3,
.block.ce_text.alert-info h3,
.block.ce_text.alert-success h3,
.block.ce_text.alert-danger h4,
.block.ce_text.alert-warning h4,
.block.ce_text.alert-info h4,
.block.ce_text.alert-success h4,
.block.ce_text.alert-danger h5,
.block.ce_text.alert-warning h5,
.block.ce_text.alert-info h5,
.block.ce_text.alert-success h5,
.block.ce_text.alert-danger h6,
.block.ce_text.alert-warning h6,
.block.ce_text.alert-info h6,
.block.ce_text.alert-success h6,
.block.ce_text.alert-danger label,
.block.ce_text.alert-warning label,
.block.ce_text.alert-info label,
.block.ce_text.alert-success label,
.block.ce_text.alert-danger .toggler,
.block.ce_text.alert-warning .toggler,
.block.ce_text.alert-info .toggler,
.block.ce_text.alert-success .toggler,
.block.ce_text.alert-danger .month,
.block.ce_text.alert-warning .month,
.block.ce_text.alert-info .month,
.block.ce_text.alert-success .month,
.block.ce_text.alert-danger .day-name,
.block.ce_text.alert-warning .day-name,
.block.ce_text.alert-info .day-name,
.block.ce_text.alert-success .day-name,
.block.ce_text.alert-danger strong,
.block.ce_text.alert-warning strong,
.block.ce_text.alert-info strong,
.block.ce_text.alert-success strong{color:inherit !important;}
.block.ce_text.alert-danger p,
.block.ce_text.alert-warning p,
.block.ce_text.alert-info p,
.block.ce_text.alert-success p{margin:0;color:#fff !important;}
.block.ce_text.alert-danger p strong,
.block.ce_text.alert-warning p strong,
.block.ce_text.alert-info p strong,
.block.ce_text.alert-success p strong{font-weight:700;}
.block.ce_text.alert-danger:before,
.block.ce_text.alert-warning:before,
.block.ce_text.alert-info:before,
.block.ce_text.alert-success:before{font-size:24px;float:left;margin-right:10px;}
.block.ce_text.alert-danger.alert-large,
.block.ce_text.alert-warning.alert-large,
.block.ce_text.alert-info.alert-large,
.block.ce_text.alert-success.alert-large{padding:22px;}
.block.ce_text.alert-danger.alert-large:before,
.block.ce_text.alert-warning.alert-large:before,
.block.ce_text.alert-info.alert-large:before,
.block.ce_text.alert-success.alert-large:before{font-size:60px;margin-right:30px;}
.block.ce_text.alert-warning{background:#f0ad4e;}
.block.ce_text.alert-warning strong,
.block.ce_text.alert-warning:before{color:#c77c11 !important;}
.block.ce_text.alert-danger{background:#d9534f;}
.block.ce_text.alert-danger strong,
.block.ce_text.alert-danger:before{color:#a02622 !important;}
.block.ce_text.alert-info{background:#5bc0de;}
.block.ce_text.alert-info strong,
.block.ce_text.alert-info:before{color:#2390b0 !important;}
.block.ce_text.alert-success{background:#5cb85c;}
.block.ce_text.alert-success strong,
.block.ce_text.alert-success:before{color:#357935 !important;}
.text-small{font-size:13px;}
hr{border:0;clear:both;margin-bottom:44px;padding-bottom:44px;border-bottom:1px solid;}
.row > hr{margin-left:22px;margin-right:22px;}
abbr[title],
abbr[data-original-title]{cursor:help;border-bottom:1px dotted #ebebeb;}
abbr.initialism{font-size:90%;text-transform:uppercase;}
code{font-family:Monaco, monospace;display:inline-block;padding:0 3px;white-space:nowrap;}
li.code{display:block;}
pre{background:#fdfdfd;border-radius:3px;padding:11px;}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre label,
pre .toggler,
pre .month,
pre .day-name,
pre strong{color:inherit !important;}
.text-white *{color:#fdfdfd !important;}
.text-primary *{color:#52d39b !important;}
.text-black *{color:#192528 !important;}
.row,
*[class*="make-columns"]{margin-left:-17px;margin-right:-18px;width:auto !important;float:none !important;}
.row:before,
*[class*="make-columns"]:before,
.row:after,
*[class*="make-columns"]:after{content:" ";display:table;}
.row:after,
*[class*="make-columns"]:after{clear:both;}
#left,
#right,
#main .main.has-left,
#main .main.has-right,
#left > .row > *,
#right > .row > *,
.main > .row > *,
.main-only > *,
*[class*="make-columns"] > .block,
*[class*="make-columns"] > .article-inside > .block,
*[class*="make-columns"] > ul > *[class*="col"],
*[class*="grid"]{clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:17px;padding-right:17px;}
*[class*="make-columns"] > h1,
*[class*="grid"].row > h1,
*[class*="make-columns"] > h2,
*[class*="grid"].row > h2,
*[class*="make-columns"] > h3,
*[class*="grid"].row > h3,
*[class*="make-columns"] > h4,
*[class*="grid"].row > h4,
*[class*="make-columns"] > h5,
*[class*="grid"].row > h5,
*[class*="make-columns"] > h6,
*[class*="grid"].row > h6,
*[class*="make-columns"] > .pdf_link,
*[class*="grid"].row > .pdf_link{margin-left:22px;margin-right:22px;}
.mod_article{width:100%;}
.grid1,
.make-columns-12 > .block .make-columns-12 > .article-inside > .block{width:8.33333333%;}
.grid2,
.make-columns-6 > .block,
.make-columns-6 > .article-inside > .block,
.make-columns-6 > ul > *[class*="col"]{width:16.66666667%;}
.grid24{width:20%;}
.grid3,
.make-columns-4 > .block,
.make-columns-4 > .article-inside > .block,
.make-columns-4 > ul > *[class*="col"]{width:25%;}
.grid4{width:33.33333333%;}
.grid45{width:37.49999998%;}
.grid5{width:41.66666667%;}
.grid6,
.make-columns-2 > .block{width:50%;}
.grid7{width:58.33333333%;}
.grid8{width:66.66666667%;}
.grid9{width:75%;}
.grid10{width:83.33333333%;}
.grid11{width:91.66666667%;}
.grid12{width:100%;}
.offset1{margin-left:8.33333333%;}
.offset2{margin-left:16.66666667%;}
.offset3{margin-left:25%;}
.offset4{margin-left:33.33333333%;}
.offset5{margin-left:41.66666667%;}
.offset6{margin-left:50%;}
.offset7{margin-left:58.33333333%;}
.offset8{margin-left:66.66666667%;}
.offset9{margin-left:75%;}
.offset10{margin-left:83.33333333%;}
.offset11{margin-left:25%;}
.notixbtn{margin-top:6px;margin-left:7px;margin-bottom:4px;display:inline-block;padding: 7px 10px;border:1px solid #98200D;border-radius: 3px;font-family: "Oswald", Helvetica, Arial, sans-serif;font-weight: 400;font-size: 15px;line-height: 23px;text-align:center;text-transform:none;vertical-align:middle;color:#98200D;text-decoration:none;}
.btn,
.btn-primary,
.teaser .more a,
.ce_hyperlink.btn-wrap a,
.back a,
.submit{display:inline-block;padding:9px 13px;margin:0;border:none;border-radius:3px;font-family:"Oswald", Helvetica, Arial, sans-serif;font-weight:400;font-size:15px;line-height:23px;text-align:center;text-transform:none;vertical-align:middle;cursor:pointer;white-space:nowrap;color:#fdfdfd;text-decoration:none !important;}
.socialcanvas .submit{font-size:inherit;border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;height:40px;width:50px;}
.socialcanvas input[type="search"]{border:0;height:40px;}
.btn:hover,
.btn-primary:hover,
.teaser .more a:hover,
.ce_hyperlink.btn-wrap a:hover,
.back a:hover,
.submit:hover,
.btn:focus,
.btn-primary:focus,
.teaser .more a:focus,
.ce_hyperlink.btn-wrap a:focus,
.back a:focus,
.submit:focus{color:#fff;}
.btn:active,
.btn-primary:active,
.teaser .more a:active,
.ce_hyperlink.btn-wrap a:active,
.back a:active,
.submit:active,
.btn.active,
.btn-primary.active,
.teaser .more a.active,
.ce_hyperlink.btn-wrap a.active,
.back a.active,
.submit.active{outline:0;background-image:none;}
.btn.disabled,
.btn-primary.disabled,
.teaser .more a.disabled,
.ce_hyperlink.btn-wrap a.disabled,
.back a.disabled,
.submit.disabled,
.btn[disabled],
.btn-primary[disabled],
.teaser .more a[disabled],
.ce_hyperlink.btn-wrap a[disabled],
.back a[disabled],
.submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .teaser .more a,
fieldset[disabled] .ce_hyperlink.btn-wrap a,
fieldset[disabled] .back a,
fieldset[disabled] .submit{cursor:default;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.btn,
.teaser .more a,
.ce_hyperlink.btn-wrap a,
.back a{font-family:"Oswald", Helvetica, Arial, sans-serif;font-weight:400;font-size:15px;text-transform:uppercase;color:#ffffff !important;background-color:#00497F;}
.btn:hover,
.teaser .more a:hover,
.ce_hyperlink.btn-wrap a:hover,
.back a:hover,
.btn:focus,
.teaser .more a:focus,
.ce_hyperlink.btn-wrap a:focus,
.btn:active,
.teaser .more a:active,
.ce_hyperlink.btn-wrap a:active,
.btn.active,
.teaser .more a.active,
.ce_hyperlink.btn-wrap a.active,
.back a.active{background-color:#006F9E;}
.btn.disabled:hover,
.teaser .more a.disabled:hover,
.ce_hyperlink.btn-wrap a.disabled:hover,
.back a.disabled:hover,
.btn[disabled]:hover,
.teaser .more a[disabled]:hover,
.ce_hyperlink.btn-wrap a[disabled]:hover,
.back a[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .teaser .more a:hover,
fieldset[disabled] .ce_hyperlink.btn-wrap a:hover,
fieldset[disabled] .back a:hover,
.btn.disabled:focus,
.teaser .more a.disabled:focus,
.ce_hyperlink.btn-wrap a.disabled:focus,
.back a.disabled:focus,
.btn[disabled]:focus,
.teaser .more a[disabled]:focus,
.ce_hyperlink.btn-wrap a[disabled]:focus,
.back a[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .teaser .more a:focus,
fieldset[disabled] .ce_hyperlink.btn-wrap a:focus,
fieldset[disabled] .back a:focus,
.btn.disabled:active,
.teaser .more a.disabled:active,
.ce_hyperlink.btn-wrap a.disabled:active,
.back a.disabled:active,
.btn[disabled]:active,
.teaser .more a[disabled]:active,
.ce_hyperlink.btn-wrap a[disabled]:active,
.back a[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .teaser .more a:active,
fieldset[disabled] .ce_hyperlink.btn-wrap a:active,
fieldset[disabled] .back a:active,
.btn.disabled.active,
.teaser .more a.disabled.active,
.ce_hyperlink.btn-wrap a.disabled.active,
.back a.disabled.active,
.btn[disabled].active,
.teaser .more a[disabled].active,
.ce_hyperlink.btn-wrap a[disabled].active,
.back a[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .teaser .more a.active,
fieldset[disabled] .ce_hyperlink.btn-wrap a.active,
fieldset[disabled] .back a.active{background-color:#404e51;}
.ce_hyperlink.btn-wrap-primary a,
.btn-primary,
.submit{background-color:#009640;}
.ce_hyperlink.btn-wrap-primary a:hover,
.btn-primary:hover,
.submit:hover,
.ce_hyperlink.btn-wrap-primary a:focus,
.btn-primary:focus,
.submit:focus,
.ce_hyperlink.btn-wrap-primary a:active,
.btn-primary:active,
.submit:active,
.ce_hyperlink.btn-wrap-primary a.active,
.btn-primary.active,
.submit.active{background-color:#2AB942;}
.ce_hyperlink.btn-wrap-primary a.disabled:hover,
.btn-primary.disabled:hover,
.submit.disabled:hover,
.ce_hyperlink.btn-wrap-primary a[disabled]:hover,
.btn-primary[disabled]:hover,
.submit[disabled]:hover,
fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .submit:hover,
.ce_hyperlink.btn-wrap-primary a.disabled:focus,
.btn-primary.disabled:focus,
.submit.disabled:focus,
.ce_hyperlink.btn-wrap-primary a[disabled]:focus,
.btn-primary[disabled]:focus,
.submit[disabled]:focus,
fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .submit:focus,
.ce_hyperlink.btn-wrap-primary a.disabled:active,
.btn-primary.disabled:active,
.submit.disabled:active,
.ce_hyperlink.btn-wrap-primary a[disabled]:active,
.btn-primary[disabled]:active,
.submit[disabled]:active,
fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .submit:active,
.ce_hyperlink.btn-wrap-primary a.disabled.active,
.btn-primary.disabled.active,
.submit.disabled.active,
.ce_hyperlink.btn-wrap-primary a[disabled].active,
.btn-primary[disabled].active,
.submit[disabled].active,
fieldset[disabled] .ce_hyperlink.btn-wrap-primary a.active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .submit.active{background-color:#52d39b;}
.ce_hyperlink.btn-wrap-primary a,
.btn-primary,
.submit,
.ce_hyperlink.btn-wrap-primary a:hover,
.btn-primary:hover,
.submit:hover{color:#fdfdfd !important;}
.ce_hyperlink.btn-wrap-invert a,
a.btn-invert,
button.btn-invert,
input.btn-invert,
div.btn-invert a{color:#49a97f !important;background-color:#fdfdfd;}
.ce_hyperlink.btn-wrap-invert a:hover,
a.btn-invert:hover,
button.btn-invert:hover,
input.btn-invert:hover,
div.btn-invert a:hover,
.ce_hyperlink.btn-wrap-invert a:focus,
a.btn-invert:focus,
button.btn-invert:focus,
input.btn-invert:focus,
div.btn-invert a:focus,
.ce_hyperlink.btn-wrap-invert a:active,
a.btn-invert:active,
button.btn-invert:active,
input.btn-invert:active,
div.btn-invert a:active,
.ce_hyperlink.btn-wrap-invert a.active,
a.btn-invert.active,
button.btn-invert.active,
input.btn-invert.active,
div.btn-invert a.active{background-color:#f0f0f0;}
.ce_hyperlink.btn-wrap-invert a.disabled:hover,
a.btn-invert.disabled:hover,
button.btn-invert.disabled:hover,
input.btn-invert.disabled:hover,
div.btn-invert a.disabled:hover,
.ce_hyperlink.btn-wrap-invert a[disabled]:hover,
a.btn-invert[disabled]:hover,
button.btn-invert[disabled]:hover,
input.btn-invert[disabled]:hover,
div.btn-invert a[disabled]:hover,
fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:hover,
fieldset[disabled] a.btn-invert:hover,
fieldset[disabled] button.btn-invert:hover,
fieldset[disabled] input.btn-invert:hover,
fieldset[disabled] div.btn-invert a:hover,
.ce_hyperlink.btn-wrap-invert a.disabled:focus,
a.btn-invert.disabled:focus,
button.btn-invert.disabled:focus,
input.btn-invert.disabled:focus,
div.btn-invert a.disabled:focus,
.ce_hyperlink.btn-wrap-invert a[disabled]:focus,
a.btn-invert[disabled]:focus,
button.btn-invert[disabled]:focus,
input.btn-invert[disabled]:focus,
div.btn-invert a[disabled]:focus,
fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:focus,
fieldset[disabled] a.btn-invert:focus,
fieldset[disabled] button.btn-invert:focus,
fieldset[disabled] input.btn-invert:focus,
fieldset[disabled] div.btn-invert a:focus,
.ce_hyperlink.btn-wrap-invert a.disabled:active,
a.btn-invert.disabled:active,
button.btn-invert.disabled:active,
input.btn-invert.disabled:active,
div.btn-invert a.disabled:active,
.ce_hyperlink.btn-wrap-invert a[disabled]:active,
a.btn-invert[disabled]:active,
button.btn-invert[disabled]:active,
input.btn-invert[disabled]:active,
div.btn-invert a[disabled]:active,
fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:active,
fieldset[disabled] a.btn-invert:active,
fieldset[disabled] button.btn-invert:active,
fieldset[disabled] input.btn-invert:active,
fieldset[disabled] div.btn-invert a:active,
.ce_hyperlink.btn-wrap-invert a.disabled.active,
a.btn-invert.disabled.active,
button.btn-invert.disabled.active,
input.btn-invert.disabled.active,
div.btn-invert a.disabled.active,
.ce_hyperlink.btn-wrap-invert a[disabled].active,
a.btn-invert[disabled].active,
button.btn-invert[disabled].active,
input.btn-invert[disabled].active,
div.btn-invert a[disabled].active,
fieldset[disabled] .ce_hyperlink.btn-wrap-invert a.active,
fieldset[disabled] a.btn-invert.active,
fieldset[disabled] button.btn-invert.active,
fieldset[disabled] input.btn-invert.active,
fieldset[disabled] div.btn-invert a.active{background-color:#fdfdfd;}
ul.tabs,
ul.tabs2{margin:0px;padding:0px;list-style:none;}
ul.tabs li,
ul.tabs2 li{background:#E3EBFB;font-size:18px;font-family: "Oswald", Helvetica, Arial, sans-serif;color:#006F9E;vertical-align:middle;text-align:center;text-transform:uppercase;display:inline-block;padding:10px 6px;cursor:pointer;border-bottom:1px solid #008ac6;border-left:1px solid #008ac6;}
ul.tabs li.current,
ul.tabs2 li.current{background:#F8FAFE;border-bottom:0;cursor:inherit;}
ul.tabs li.ftab,
ul.tabs2 li.ftab{border-left:1px solid transparent;}
.tab-content{display:none;background:#F8FAFE;padding:22px;}
.tab-content.current{display:inherit;}
#contentblock{width:100%}
#contentblock ul{padding-left:17px;padding-right:17px;}
#contentblock ul.tabs li,
#contentblock ul.tabs2 li{background:url("/files/simpler/images-stex/bgs/BG-STEX-tertiary-trans.png");box-sizing:border-box;float:left;border-bottom:2px solid #008ac6;border-left:0;color:#fff;}
#contentblock ul.tabs li.current,
#contentblock ul.tabs2 li.current{background:url("/files/simpler/images-stex/bgs/BG-STEX-tab-transverl.png");border-top:2px solid #008ac6;border-bottom:0;border-left:0;}
#contentblock .tab-content{background:none;padding:15px 0 0 0;width:100%;float:left;}
.tix a{color:#ffffff !important;background-color:#009640;}
.tix a:hover{background-color:#2AB942;}
.tix a:active{background-color:#009640;}
.sptix a{color:#ffffff !important;background-color:#D20000;}
.sptix a:hover{background-color:#FF0000;}
.sptix a:active{background-color:#D20000;}
.li-rechts{position:absolute;bottom:14px;right:24px;}
.li-links{position:absolute;bottom:14px;left:22px;}
.li-rechts1{position:absolute;bottom:14px;right:50px;}
.boxlink-rechts{float:right;margin-right:7px;margin-left:7px;}
.boxlink-links{float:left;margin-left:15px;margin-right:7px;}
.leftbox .boxlink-links{margin-left:0;}
.boxlink-rechts1{float:right;margin-right:14px;margin-left:0;margin-bottom:14px;}
nav a{text-decoration:none !important;}
#header-nav ul,
nav ul,
.mod_sitemap ul,
.mod_breadcrumb{margin:0;}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:11px;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#52d39b;border-radius:10px;}
.badge:empty{display:none;}
.nav-icon li:before{display:none;content:'';}
.nav-icon a:before,
.nav-icon span:before{margin-right:11px;}
.cleartn{clear:both;}
.topNav{margin:0;padding:0 3% 0 3%;background-color:#1F1F1F;border-bottom:6px solid #b10060;position:relative;z-index:99;}
.topNavBtn .arrowUp, .topNavBtnOn .arrowDown{display:none;}
.topNavBtnOn .arrowUp{display:block;}
.arrowUp, .arrowDown{width:0;height:0;margin:7px 0 0 0;float:right;}
.arrowUp{background:url("/files/simpler/images-general/elements/Mehr-Menue-2019-2.png") no-repeat bottom left;width:331px;height:46px;}
.arrowDown{background:url("/files/simpler/images-general/elements/Mehr-Menue-2019-2.png") no-repeat top left;width:331px;height:46px;}
.topNavContent, .topNavBtnContainer{margin:0 auto;position:relative;color:#ffffff;}
.topNavBtnContainer{max-width:1140px;}
.topNavBtn, .topNavBtnOn{cursor:pointer;float:right;}
.topNavBtn{position:absolute;cursor:pointer;right:0;top:-1px;}
.topNavBtn .hide{width:100%;position:absolute;margin:0 0 0 -21px;padding:0 7px 0 7px;background-color:#b10060;}
#mainnav{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;text-transform:uppercase;}
#mainnav li{display:block;float:left;margin:0;padding:0;}
.thema:before{content:url("/files/simpler/images-general/elements/Icon-Menue.png");}
.letour {float:left;}
.news:before{content:url("/files/simpler/images-general/elements/Icon-AKTUELLES-Menue-ani.gif");}
.programm:before{content: url(/files/simpler/images-general/elements/Icon-PROGRAMM-Menue-ani.gif);}
.tickets:before{content:url("/files/simpler/images-general/elements/Icon-TICKETS-Menue.png");}
.tickets-kl:before{content:url("/files/simpler/images-general/elements/Icon-TICKETS-Menue-kl.png");width:26px;height:26px;}
.suche:before{content:url("/files/simpler/images-general/elements/Icon-SUCHE-Menue.png");}
#mainnav li a,
#mainnav li span{display:block;float:left;color:#ffffff;text-decoration:none;padding:0 0 0 0;height:80px;border-right:1px solid #008AC6;}
#mainnav li a:hover{background:transparent url("/files/simpler/images-stex/elements/BG-STEX-Menue.png") repeat top right;}
#mainnav li a.tickets{color:#00963F;}
#mainnav li a.tickets:hover{background:transparent url("/files/simpler/images-general/elements/BG-Tickets-Menue.png") repeat top right;}
#mainnav li span h1,
#mainnav li a h1,
#mainnav li a h2,
#mainnav .news h2,
#mainnav li a h3,
#mainnav .news h3{float:right;font-family:"Oswald", Helvetica, Arial, sans-serif;font-weight:400;font-size:24px;margin:0;padding:27px 22px 0 0;}
#socialnav, .socialnav{color:#FFF;margin:0;padding:20px 4px 0 4px;list-style-type:none;width:auto;position:relative;display:block !important;float:right;}
#footer #socialnav, #footer .socialnav{padding:4px 0 2px 29px;float:left;}
#socialnav li, .socialnav li{display:block;float:left;margin:0 4px 0 4px;border:0;}
#footer #socialnav li, #footer .socialnav li{margin:0 3px 0 3px;}
#socialnav li a,.socialnav li a{display:block;float:left;text-decoration:none;padding:0 0 0 0 !important;margin:0 0 0 0;width:42px;height:42px;}
#footer #socialnav li a, #footer .socialnav li a{width:26px;height:26px;}
.tt {background: transparent url(/files/simpler/images-stex/elements/social-icons-tiktok.png) repeat top left; text-indent: -9999px;}
.tt-kl {background: transparent url(/files/simpler/images-stex/elements/social-icons-tiktok-kl.png) repeat top left; text-indent: -9999px;}
.fb{background:transparent url("/files/simpler/images-stex/elements/social-icons-facebook.png") repeat top left;text-indent:-9999px;}
.yt{background:transparent url("/files/simpler/images-stex/elements/social-icons-youtube.png") repeat top left;text-indent:-9999px;}
.tw{background:transparent url("/files/simpler/images-stex/elements/social-icons-twitter.png") repeat top left;text-indent:-9999px;}
.ig{background:transparent url("/files/simpler/images-stex/elements/social-icons-instagram.png") repeat top left;text-indent:-9999px;}
.wp{background:transparent url("/files/simpler/images-stex/elements/social-icons-wordpress.png") repeat top left;text-indent:-9999px;}
.fb-kl{background:transparent url("/files/simpler/images-stex/elements/social-icons-facebook-kl.png") repeat top left;text-indent:-9999px;}
.yt-kl{background:transparent url("/files/simpler/images-stex/elements/social-icons-youtube-kl.png") repeat top left;text-indent:-9999px;}
.tw-kl{background:transparent url("/files/simpler/images-stex/elements/social-icons-twitter-kl.png") repeat top left;text-indent:-9999px;}
.ig-kl{background:transparent url("/files/simpler/images-stex/elements/social-icons-instagram-kl.png") repeat top left;text-indent:-9999px;}
.wp-kl{background:transparent url("/files/simpler/images-stex/elements/social-icons-wordpress-kl.png") repeat top left;text-indent:-9999px;}
#socialnav li a:hover, .socialnav li a:hover{background-position:bottom left;}
.mm-list{font-family:"Oswald", Helvetica, Arial, sans-serif;font-weight:300;font-size:24px;color:#fff;}
#main-nav{font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;font-weight:600;}
#main-nav li{position:relative;}
#main-nav li.submenu > a:after,
#main-nav li.submenu > span:after{content:'+';display:inline-block;margin-left:10px;}
#main-nav a,
#main-nav span.active,
#main-nav span.forward{display:block;padding:33px 44px;font-size:16px;-webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;transition:0.2s;}
#main-nav a,
#main-nav span.active,
#main-nav span.forward,
#main-nav a:hover,
#main-nav ul.level_1 > li > a:hover,
#main-nav ul.level_1 > li > a:active,
#main-nav ul.level_1 > li:hover > a,
#main-nav ul.level_1 > li.hover > a,
#main-nav li:hover > a{color:#fdfdfd !important;}
#main-nav ul.level_1 > li > a{color:#fdfdfd !important;}
#main-nav a:hover,
#main-nav ul.level_1 > li > a:hover,
#main-nav ul.level_1 > li > a:active,
#main-nav ul.level_1 > li:hover > a,
#main-nav ul.level_1 > li.hover > a,
#main-nav li:hover > a{background:#2a373a;}
#main-nav span.active,
#main-nav span.forward,
#main-nav li.trail > a.trail,
#main-nav li.trail:hover > a.trail{background:#263234;color:#fdfdfd !important;}
#main-nav ul.level_1 > li{float:left;}
#main-nav ul.level_1 > li.first > a,
#main-nav ul.level_1 > li.first > span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
#main-nav ul.level_1 > li.first:hover > a,
#main-nav ul.level_1 > li.first:hover > span{border-bottom-left-radius:0;}
#main-nav ul.level_1 > li > a,
#main-nav ul.level_1 > li > span{position:relative;z-index:2;}
#main-nav ul.level_2{visibility:hidden;position:absolute;z-index:999;top:110%;left:0;background:#2a373a;min-width:240px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;opacity:0;filter:alpha(opacity=0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
#main-nav ul.level_2 a,
#main-nav ul.level_2 span.active{position:relative;z-index:3;padding-top:22px;padding-bottom:22px;}
#main-nav ul.level_2 a:hover,
#main-nav ul.level_2 a.hover,
#main-nav ul.level_2 a:focus,
#main-nav ul.level_2 a:active{background:#263234;}
#main-nav ul.level_2 span.last,
#main-nav ul.level_2 a.last{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.ie8 #main-nav ul.level_2{opacity:1;filter:alpha(opacity=100);}
body:not(.ios) #main-nav li:hover > ul.level_2,
body.touch #main-nav li.hover > ul.level_2{visibility:visible;top:100%;-webkit-transition:opacity 0.3s, top 0.3s;-moz-transition:opacity 0.3s, top 0.3s;-o-transition:opacity 0.3s, top 0.3s;transition:opacity 0.3s, top 0.3s;opacity:1;filter:alpha(opacity=100);}
body.ios #main-nav ul.level_1 > li:not(.hover):hover > a{background:none;}
#selectnav{display:none;}
@-moz-document url-prefix(){#main-nav-ul select{display:block;}
}
.sub-navigation,
.mod_newsmenu,
.mod_eventmenu{width:100%;}
.sub-navigation ul,
.mod_newsmenu ul,
.mod_eventmenu ul{margin:0;}
.sub-navigation > ul,
.mod_newsmenu > ul,
.mod_eventmenu > ul{position:relative;overflow:hidden;}
.sub-navigation a,
.mod_newsmenu a,
.mod_eventmenu a,
.sub-navigation span.active,
.mod_newsmenu span.active,
.mod_eventmenu span.active,
.sub-navigation > ul > li.submenu,
.mod_newsmenu > ul > li.submenu,
.mod_eventmenu > ul > li.submenu{color:#d5d7d8 !important;}
.sub-navigation a,
.mod_newsmenu a,
.mod_eventmenu a,
.sub-navigation span.active,
.mod_newsmenu span.active,
.mod_eventmenu span.active{display:block;padding:14.66666667px 22px;font-size:16px;line-height:22px;background:#344144;text-decoration:none;}
.sub-navigation a.last,
.mod_newsmenu a.last,
.mod_eventmenu a.last,
.sub-navigation span.active.last,
.mod_newsmenu span.active.last,
.mod_eventmenu span.active.last{border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom:none;}
.sub-navigation li.trail a,
.mod_newsmenu li.trail a,
.mod_eventmenu li.trail a,
.sub-navigation span.active,
.mod_newsmenu span.active,
.mod_eventmenu span.active,
.sub-navigation a:hover,
.mod_newsmenu a:hover,
.mod_eventmenu a:hover{background:#52d39b;color:#dbf5e9 !important;}
.sub-navigation .level_1 > li.last > a,
.mod_newsmenu .level_1 > li.last > a,
.mod_eventmenu .level_1 > li.last > a,
.sub-navigation .level_1 > li.last > span.active,
.mod_newsmenu .level_1 > li.last > span.active,
.mod_eventmenu .level_1 > li.last > span.active,
.sub-navigation .submenu:last-child,
.mod_newsmenu .submenu:last-child,
.mod_eventmenu .submenu:last-child,
.sub-navigation .submenu:last-child li.last a,
.mod_newsmenu .submenu:last-child li.last a,
.mod_eventmenu .submenu:last-child li.last a{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.mod_newsmenu > ul.level_1 > .year,
.mod_eventmenu > ul.level_1 > .year{color:#fdfdfd !important;}
.mod_newsmenu > ul > li.submenu,
.mod_eventmenu > ul > li.submenu{line-height:44px;background:#344144;font-weight:700;padding:0 22px 22px;}
.mod_newsmenu > ul > li.submenu:first-child,
.mod_eventmenu > ul > li.submenu:first-child{padding-top:22px;}
.mod_newsmenu li.last a,
.mod_eventmenu li.last a{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;}
.mod_newsmenu .badge,
.mod_eventmenu .badge{float:right;background-color:#566a6f;color:#192528;}
.mod_newsmenu a,
.mod_eventmenu a{text-align:left;font-size:16px;font-weight:300;}
.mod_newsmenu a:hover .badge,
.mod_eventmenu a:hover .badge{background-color:#fdfdfd;color:#49a97f !important;}
.mod_newsmenu .level_1 > li > a,
.mod_eventmenu .level_1 > li > a{padding:22px 22px;background:#344144;}
.mod_newsmenu .level_2 > li > .active > .badge,
.mod_eventmenu .level_2 > li > .active > .badge{background-color:#fdfdfd;color:#49a97f !important;}
.mod_newsmenu .level_2 > li > .active,
.mod_eventmenu .level_2 > li > .active,
.mod_newsmenu .level_2 > li > a,
.mod_eventmenu .level_2 > li > a{padding:4px 22px;margin-left:-22px;margin-right:-22px;}
.vertical-subnav{float:none;}
.vertical-subnav ul{display:table;table-layout:fixed;position:relative;width:100%;margin:0 0 22px;}
.vertical-subnav ul li{text-align:center;display:table-cell;}
.vertical-subnav ul a,
.vertical-subnav ul span.active{display:block;line-height:66px;color:#192528;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.vertical-subnav ul li:first-child a,
.vertical-subnav ul li a.first{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.vertical-subnav ul li:last-child a,
.vertical-subnav ul li a.last{border-bottom-right-radius:3px;border-top-right-radius:3px;}
.pagination{margin:8px 0;text-align:center;}
.pagination p{margin-bottom:4px;text-align:right;font-size:14px;}
.pagination ul{display:inline-block;margin:0;border-radius:3px;}
.pagination ul > li{display:inline;font-size:17px;}
.pagination ul > li > a,
.pagination ul > li > span{float:left;margin:2px;padding:2px 4px !important;line-height:22px;}
.pagination ul > .active > a,
.pagination ul > .active > span{cursor:default;}
.pagination .current{font-weight:700;}
.breadsocial{padding:5px 0;width:100%;}
.abstbrso{padding:4px 0;}
.vorbr{color:#fff;font-size:15px;font-weight:600;padding:3px 4px 0 0}
.mod_breadcrumb li{float:left;margin-right:6px;}
.mod_breadcrumb a,
.mod_breadcrumb li{font-size:15px;text-transform:uppercase;line-height:20px;color:#fff !important;}
.mod_breadcrumb .active{color:#fdfdfd;}
.mod_breadcrumb ul{margin:0;}
#header .mod_breadcrumb{float:left;margin-top:37px;position:relative;}
#header .mod_breadcrumb ul{margin-top:0;}
#header .mod_customnav{position:relative;margin-top:33px;z-index:4;float:right;font-size:13px;}
#header .mod_customnav li{float:left;margin-left:22px;}
#header .mod_customnav a,
#header .mod_customnav span.active{padding:5px 22px;color:#fdfdfd;}
#header .mod_customnav a.nav-pill,
#header .mod_customnav span.active.nav-pill{background:#fdfdfd;color:#52d39b;border-radius:20px;}
#header .mod_customnav a.nav-pill:hover,
#header .mod_customnav span.active.nav-pill:hover{background:#dbf5e9;}
#header .mod_customnav.nav-social li{position:relative;margin-left:0;}
#header .mod_customnav.nav-social li a{display:block;width:20px;padding:14.66666667px;font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
#header .mod_customnav.nav-social li a:before{margin:0;color:#fdfdfd;font-size:16px;}
.mod_sitemap ul.level_1 > li > a{font-family:inherit;font-weight:300;font-size:18px;line-height:1.25em;margin-bottom:11px;}
.mod_sitemap ul.level_1 > li + li > a{display:block;margin-top:22px;}
.mod_sitemap ul.level_2 a{display:block;margin-left:22px;}
.mod_sitemap ul.level_2 a:before{font-family:'icons';content:'\21b3';display:inline-block;width:22px;}
.mod_sitemap.horizontal-sitemap ul.level_1{display:table;table-layout:fixed;width:100%;}
.mod_sitemap.horizontal-sitemap ul.level_1 > li{display:table-cell;}
.mod_sitemap.horizontal-sitemap ul.level_1 ul.level_2 a{margin-left:0;}
#header{position:relative;z-index:3;height:550px;margin-bottom:0;}
#header .inside{height:100%;max-width:1920px;padding:0;}
#header .block{margin-bottom:0;}
body.clean-page #header{padding:11px !important;}
body.clean-page #header #logo{margin:100px auto 0 auto;float:none;display:block;text-align:center;}
body.head-huge #header{margin-top:0;height:550px;}
body.touch.head-slide #header,
body.head-slide.boxed #header{margin-top:0px;-webkit-transition:0;-moz-transition:0;-o-transition:0;transition:0;}
body.touch.head-slide #header .page-title:after,
body.head-slide.boxed #header .page-title:after{content:'';display:none;}
.header-text,
.page-title{margin-left:88px;margin-right:88px;font-weight:300;}
.header-text{position:relative;display:table;height:80%;height:calc(100% - 187px);box-sizing:border-box;margin-top:0;margin-bottom:0;}
.header-text .article-inside{display:table-cell;vertical-align:middle;}
.header-text.text-center{margin:0 !important;width:100%;}
.header-text h1,
.header-text h2{font-weight:inherit;}
.header-text h1{margin:0;font-size:41.6px;line-height:1em;font-weight:300;}
.header-text h2{margin-top:11px;}
.header-text p,
.header-text .ce_hyperlink{margin-top:22px;}
.header-text p{max-width:300px;}
.ie9 .header-text{height:80%;}
.page-title{position:absolute;bottom:20px;}
.ce_image.colorful-header img,
.ce_text.colorful-header img,
.colorful-header #header{background:#52d39b;}
.carousel_item,
.header-image{position:absolute;top:0;margin:0;max-width:100%;height:100%;overflow:hidden;}
.carousel_item .ce_image,
.header-image .ce_image{position:absolute;top:0;}
.carousel_item .ce_image img,
.header-image .ce_image img{height:100%;max-width:none;width:auto !important;border-radius:0px;}
.carousel_item .image_container,
.header-image .image_container{height:100%;}
.carousel_item .image-right,
.header-image .image-right{position:absolute;right:0%;width:100%;height:100%;}
.carousel_item .image-right img,
.header-image .image-right img{float:right;}
.carousel_item .image-centered,
.header-image .image-centered{position:static;}
.carousel_item .image-centered img,
.header-image .image-centered img{display:block;margin:0 auto;}
.carousel_item .image-full,
.header-image .image-full{overflow:hidden;}
.carousel_item .image-full img,
.header-image .image-full img{border-radius:0px;display:none !important;}
.image-full-wrap{display:block !important;position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}
.image-full-img{position:absolute;max-width:none !important;border-radius:0px;}
body.boxed #wrapper #header .image-full .image-full-wrap img{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;opacity:0.00001;}
#header #logo,
.logo-footer{font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;font-size:36px;line-height:44px;font-weight:700;font-style:italic;text-transform:lowercase;letter-spacing:0px;}
#header #logo{position:relative;float:left;z-index:1;padding:22px 44px;color:#fdfdfd;text-shadow:none;}
#header #logo:hover{color:#fdfdfd;text-decoration:none;text-shadow:none;}
#header .mod_customnav{margin-right:88px;}
#header-nav{position:relative;clear:both;z-index:2;margin:0 44px;border-radius:3px;background:#4ec391;background:rgba(42, 55, 58, 0.1);}
#header-nav:before,
#header-nav:after{content:" ";display:table;}
#header-nav:after{clear:both;}
body.head-white-type #header h1,
body.head-white-type #header h2,
body.head-white-type #header #logo,
body.head-white-type #header .mod_customnav a,
body.head-white-type #header .header-text p{color:#fdfdfd !important;}
body.head-white-type #header .mod_customnav .nav-pill a{background:#fdfdfd !important;color:#49a97f !important;}
body.head-white-type #main-nav ul.level_1 > li > a,
body.head-white-type #selectnav:before{color:#fdfdfd;}
body.colorful-header.forceDark #header h1,
body.head-dark-type #header h1,
body.colorful-header.forceDark #header h2,
body.head-dark-type #header h2,
body.colorful-header.forceDark #header #logo,
body.head-dark-type #header #logo,
body.colorful-header.forceDark #header .mod_customnav a,
body.head-dark-type #header .mod_customnav a,
body.colorful-header.forceDark #header .header-text p,
body.head-dark-type #header .header-text p{color:#192528 !important;}
body.colorful-header.forceDark #header .mod_customnav .nav-pill a,
body.head-dark-type #header .mod_customnav .nav-pill a{background:#fdfdfd !important;color:#52d39b !important;}
body.colorful-header.forceDark #main-nav ul.level_1 > li > a,
body.head-dark-type #main-nav ul.level_1 > li > a,
body.colorful-header.forceDark #selectnav:before,
body.head-dark-type #selectnav:before{color:#192528;}
#header-carousel a:hover{color:#006F9E;}
#header-carousel{height:550px;overflow:hidden;position:relative;z-index:1;background-color:#1F1F1F;}
#header-carousel + #header{position:absolute;left:0;top:0;width:100%;max-height:180px !important;background:transparent !important;}
#header-carousel .caroufredsel_skin{position:relative;}
#header-carousel img{opacity:0;}
#header-carousel > *,
#header-carousel > * > *,
.ce_caroufredsel_start,
#header-carousel .caroufredsel_skin,
#header-carousel .caroufredsel,
#header-carousel .caroufredsel_wrapper,
#header-carousel .ce_text{margin:0 !important;height:100% !important;}
#header-carousel .ce_text{display:table;position:relative;margin-bottom:0;}
#header-carousel .text-center .ce_text-inside{padding-right:0 !important;}
.boxed #header-carousel .caroufredsel_center-el > .ce_text-inside{padding:0 88px;}
#header-carousel .ce_text-inside,
#header .ce_text-inside{display:table;width:100%;max-width:1400px;margin:0 auto;padding-right:924px;box-sizing:border-box;vertical-align:middle;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;position:relative;z-index:2;opacity:1;}
.boxed #header-carousel .ce_text-inside{padding-right:807.84px;}
#header h1{margin-bottom:0;}
#header h1 + *{margin-top:11px;}
#header .ce_text.intro-jumbo .ce_text-inside,
#header .ce_text.intro-jumbo .ce_text-inside{padding-right:700px;}
#header .ce_text.intro-jumbo .ce_text-inside h1 + *{margin-top:22px;}
.caroufredsel_center-el{position:absolute;display:table-cell;vertical-align:middle;top:10px;box-sizing:border-box;}
#header-carousel .visible .ce_text-inside,
#header .visible .ce_text-inside{opacity:1;left:0%;}
#header-carousel .ce_text .image_container,
#header .ce_text .image_container{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;opacity:1;margin-bottom:0;}
.carousel_item{height:100%;}
.carousel_item > .inside{position:relative;height:100%;padding:0;}
.carousel_item .ce_text{width:100%;}
.carousel_item .image-full img{display:block !important;}
.caroufredsel_bar_wrapper,
.caroufredsel_controls{width:100%;text-align:center;z-index:4;}
.caroufredsel_controls .disabled{display:none !important;}
.caroufredsel_bar_wrapper{position:absolute;}
.caroufredsel_bar_wrapper{top:0;width:100%;height:4px;background:#1F1F1F;background:rgba(0, 0, 0, 0.3);}
.caroufredsel_bar{background-color:#52d39b;height:100%;}
.caroufredsel_next,
.caroufredsel_prev{z-index:99;color:#fdfdfd;position:relative;top:-12px;margin:0 5px;}
.caroufredsel_pagi{margin:0 5%;position:relative;top:-10px;z-index:99;}
.innerslide .caroufredsel_pagi{top:-8px;}
.caroufredsel_pagi a{display:inline-block;font:0/0 a;color:transparent;text-shadow:none;width:14px;height:14px;background:url("/files/simpler/images-stex/elements/bubbles-off.png") no-repeat top center;margin:4px 4px 0 4px;}
.caroufredsel_pagi a.selected,
.caroufredsel_pagi a:hover{background:url("/files/simpler/images-stex/elements/bubbles-on.png") no-repeat top center;}
#highlight-slider{position:relative;padding:0;}
#highlight-slider .image_container{margin-bottom:0;}
#header-carousel .caroufredsel_pagi{top:-55px;}
#areaslide .caroufredsel_pagi{top:-4px;}
.lazyYT-container{position:relative;display:block;height:0;padding:0 0 56.25% 0;overflow:hidden;background-color:#000000;}
.lazyYT-container iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}
.ytp-gradient-top{top:0;z-index:21;width:100%;height:98px;position:absolute;pointer-events:none;background-repeat:repeat-x;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");-webkit-transition:opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-moz-transition:opacity 0.25s cubic-bezier(0, 0, 0.2, 1);transition:opacity 0.25s cubic-bezier(0, 0, 0.2, 1);}
.ytp-chrome-top{position:absolute;left:12px;right:10px;top:0;font-family:Roboto,Arial,Helvetica,sans-serif;color:#eee;text-align:left;direction:ltr;font-size:11px;line-height:1.3;-webkit-font-smoothing:antialiased;text-shadow:0 0 2px rgba(0,0,0,.5);z-index:60;-moz-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);-webkit-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);}
.ytp-title{font-size:150%;overflow:hidden;padding-right:20px;white-space:nowrap;}
.ytp-title-text{padding-top:15px;display:inline-block;line-height:1.1;vertical-align:top;max-width:100%;margin-left:4px;}
.ytp-title-link{max-width:100%;overflow:hidden;color:#fff !important;text-decoration:none;white-space:nowrap;word-wrap:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis;float:left;}
.ytp-thumbnail{position:absolute;width:100%;height:100%;top:0;left:0;z-index:12;cursor:pointer;background-position:50% 50%;background-repeat:no-repeat;-moz-transition:opacity .5s cubic-bezier(0.0,0.0,0.2,1);-webkit-transition:opacity .5s cubic-bezier(0.0,0.0,0.2,1);transition:opacity .5s cubic-bezier(0.0,0.0,0.2,1);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.lazyYT-image-loaded .ytp-spinner{display:none;}
.ytp-thumbnail button.ytp-button{visibility:hidden;}
.ytp-thumbnail.lazyYT-image-loaded button.ytp-button{visibility:visible;}
.ytp-spinner{position:absolute;left:45%;top:45%;width:10%;height:10%;z-index:16;}
.ytp-spinner-message{position:absolute;left:50%;top:100%;width:300px;font-size:127%;line-height:182%;margin-left:-150px;display:none;text-align:center;background-color:black;opacity:.5}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}
to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}
to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}
to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}
.ytp-spinner-dot{-moz-animation:ytp-spinner-dot-fade .8s ease infinite;-webkit-animation:ytp-spinner-dot-fade .8s ease infinite;animation:ytp-spinner-dot-fade .8s ease infinite;opacity:0;fill:#ccc;-moz-transform-origin:4px 4px;-ms-transform-origin:4px 4px;-webkit-transform-origin:4px 4px;transform-origin:4px 4px}
.ytp-spinner-dot-1{-moz-animation-delay:.1s;-webkit-animation-delay:.1s;animation-delay:.1s}
.ytp-spinner-dot-2{-moz-animation-delay:.2s;-webkit-animation-delay:.2s;animation-delay:.2s}
.ytp-spinner-dot-3{-moz-animation-delay:.3s;-webkit-animation-delay:.3s;animation-delay:.3s}
.ytp-spinner-dot-4{-moz-animation-delay:.4s;-webkit-animation-delay:.4s;animation-delay:.4s}
.ytp-spinner-dot-5{-moz-animation-delay:.5s;-webkit-animation-delay:.5s;animation-delay:.5s}
.ytp-spinner-dot-6{-moz-animation-delay:.6s;-webkit-animation-delay:.6s;animation-delay:.6s}
.ytp-spinner-dot-7{-moz-animation-delay:.7s;-webkit-animation-delay:.7s;animation-delay:.7s}
.ytp-button:focus,
.ytp-button{border:none;outline:0;color:inherit;text-align:inherit;font-size:100%;font-family:inherit;cursor:default;line-height:inherit;padding:0;background:transparent;}
.ytp-large-play-button{position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;-moz-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);-webkit-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);}
.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]){cursor:pointer;}
.ytp-large-play-button-bg{-moz-transition:fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);-webkit-transition:fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);transition:fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);fill:#1f1f1f;opacity:.9}
.ytp-thumbnail:hover .ytp-large-play-button-bg{-moz-transition:fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);-webkit-transition:fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);transition:fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);fill:#cc181e;opacity:1}
.video-time{position:absolute;right:2px;bottom:2px;height:14px;padding:0 4px;font-family:Arial, Helvetica, Sans-serif;font-size:11px;font-weight:bold;line-height:14px;color:#fff !important;background-color:#000;opacity:.75;filter:alpha(opacity=75);zoom:1;}
.datepicker{position:absolute;top:18px;left:18px;background:#F8FAFE;padding:4px;border:1px solid #CCC;font-size:18px;font-weight:400;z-index:50;-webkit-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.15);box-shadow:2px 2px 6px rgba(0, 0, 0, 0.15);}
.datepicker *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.datepicker .tip{position:absolute;left:12px;top:-12px;z-index:5;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #CCC;}
.datepicker .tip:before{content:' ';position:absolute;left:-8px;top:2px;z-index:20;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid #FFF;}
.datepicker a{text-decoration:none;color:#000;}
.datepicker .row{margin:0;padding:0;overflow:hidden;width:100%;}
.datepicker .row.header{text-align:center;position:relative;margin:4px 0;}
.datepicker .row.header a{margin:0 3px;cursor:pointer;}
.datepicker .row.header .prev{display:block;position:absolute;left:0;top:0;margin:0;width:10px;height:10px;padding:4px;}
.datepicker .row.header .next{display:block;position:absolute;right:0;top:0;margin:0;width:10px;height:10px;padding:4px;}
.datepicker .row.header .prev .arrow{display:block;width:0;height:0;border-top:7px solid transparent;border-right:8px solid #000;border-bottom:7px solid transparent;float:left;}
.datepicker .row.header .next .arrow{display:block;width:0;height:0;border-top:7px solid transparent;border-left:8px solid #000;border-bottom:7px solid transparent;float:right;}
.datepicker .row.header .prev.disabled{cursor:default;}
.datepicker .row.header .next.disabled{cursor:default;}
.datepicker .row.header .prev.disabled .arrow{border-right-color:#DDD;}
.datepicker .row.header .next.disabled .arrow{border-left-color:#DDD;}
.datepicker .cell{display:block;float:left;width:27px;height:27px;line-height:25px;text-align:center;padding:0 3px;border:1px solid transparent;}
.datepicker .cell.large{width:59px;padding:0;height:60px;line-height:60px;cursor:pointer;}
.datepicker .cell.large.double{line-height:25px;word-wrap:break-word;text-align:left;}
.datepicker .day{color:#000;cursor:pointer;text-align:center;}
.datepicker .cell.day.today{color:#000;background:#D6EAFF;}
.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover{background:#3298FF;color:#FFF;}
.datepicker .cell.blank,
.datepicker .cell.blank:hover{background:none;color:inherit;cursor:default;}
.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected{background:#0065CC;color:#FFF;}
.datepicker .cell.grayed{color:#CCC;}
.datepicker .days .cell{color:#555;}
.datepicker .decades .cell span{display:block;padding:5px 5px 0;}
.datepicker .calendar,
.datepicker .decades,
.datepicker .years,
.datepicker .months{position:relative;float:left;width:100%;}
.datepicker .decades,
.datepicker .years,
.datepicker .months{display:none;}
.datepicker .decades .header,
.datepicker .years .header,
.datepicker .months .header{margin-bottom:13px;}
#footer .ce_form{color:#F8FAFE;background:none;padding:0;}
#footer .ce_form input[type="text"],
#footer .ce_form input[type="password"],
#footer .ce_form input[type="datetime"],
#footer .ce_form input[type="datetime-local"],
#footer .ce_form input[type="date"],
#footer .ce_form input[type="month"],
#footer .ce_form input[type="time"],
#footer .ce_form input[type="week"],
#footer .ce_form input[type="number"],
#footer .ce_form input[type="email"],
#footer .ce_form input[type="url"],
#footer .ce_form input[type="search"],
#footer .ce_form input[type="tel"],
#footer .ce_form input[type="color"],
#footer .ce_form textarea{background:#263235;}
#footer .ce_form input[type="text"]:-moz-placeholder,
#footer .ce_form input[type="password"]:-moz-placeholder,
#footer .ce_form input[type="datetime"]:-moz-placeholder,
#footer .ce_form input[type="datetime-local"]:-moz-placeholder,
#footer .ce_form input[type="date"]:-moz-placeholder,
#footer .ce_form input[type="month"]:-moz-placeholder,
#footer .ce_form input[type="time"]:-moz-placeholder,
#footer .ce_form input[type="week"]:-moz-placeholder,
#footer .ce_form input[type="number"]:-moz-placeholder,
#footer .ce_form input[type="email"]:-moz-placeholder,
#footer .ce_form input[type="url"]:-moz-placeholder,
#footer .ce_form input[type="search"]:-moz-placeholder,
#footer .ce_form input[type="tel"]:-moz-placeholder,
#footer .ce_form input[type="color"]:-moz-placeholder,
#footer .ce_form textarea:-moz-placeholder{color:#747b7d;}
#footer .ce_form input[type="text"]::-moz-placeholder,
#footer .ce_form input[type="password"]::-moz-placeholder,
#footer .ce_form input[type="datetime"]::-moz-placeholder,
#footer .ce_form input[type="datetime-local"]::-moz-placeholder,
#footer .ce_form input[type="date"]::-moz-placeholder,
#footer .ce_form input[type="month"]::-moz-placeholder,
#footer .ce_form input[type="time"]::-moz-placeholder,
#footer .ce_form input[type="week"]::-moz-placeholder,
#footer .ce_form input[type="number"]::-moz-placeholder,
#footer .ce_form input[type="email"]::-moz-placeholder,
#footer .ce_form input[type="url"]::-moz-placeholder,
#footer .ce_form input[type="search"]::-moz-placeholder,
#footer .ce_form input[type="tel"]::-moz-placeholder,
#footer .ce_form input[type="color"]::-moz-placeholder,
#footer .ce_form textarea::-moz-placeholder{color:#747b7d;}
#footer .ce_form input[type="text"]:-ms-input-placeholder,
#footer .ce_form input[type="password"]:-ms-input-placeholder,
#footer .ce_form input[type="datetime"]:-ms-input-placeholder,
#footer .ce_form input[type="datetime-local"]:-ms-input-placeholder,
#footer .ce_form input[type="date"]:-ms-input-placeholder,
#footer .ce_form input[type="month"]:-ms-input-placeholder,
#footer .ce_form input[type="time"]:-ms-input-placeholder,
#footer .ce_form input[type="week"]:-ms-input-placeholder,
#footer .ce_form input[type="number"]:-ms-input-placeholder,
#footer .ce_form input[type="email"]:-ms-input-placeholder,
#footer .ce_form input[type="url"]:-ms-input-placeholder,
#footer .ce_form input[type="search"]:-ms-input-placeholder,
#footer .ce_form input[type="tel"]:-ms-input-placeholder,
#footer .ce_form input[type="color"]:-ms-input-placeholder,
#footer .ce_form textarea:-ms-input-placeholder{color:#747b7d;}
#footer .ce_form input[type="text"]::-webkit-input-placeholder,
#footer .ce_form input[type="password"]::-webkit-input-placeholder,
#footer .ce_form input[type="datetime"]::-webkit-input-placeholder,
#footer .ce_form input[type="datetime-local"]::-webkit-input-placeholder,
#footer .ce_form input[type="date"]::-webkit-input-placeholder,
#footer .ce_form input[type="month"]::-webkit-input-placeholder,
#footer .ce_form input[type="time"]::-webkit-input-placeholder,
#footer .ce_form input[type="week"]::-webkit-input-placeholder,
#footer .ce_form input[type="number"]::-webkit-input-placeholder,
#footer .ce_form input[type="email"]::-webkit-input-placeholder,
#footer .ce_form input[type="url"]::-webkit-input-placeholder,
#footer .ce_form input[type="search"]::-webkit-input-placeholder,
#footer .ce_form input[type="tel"]::-webkit-input-placeholder,
#footer .ce_form input[type="color"]::-webkit-input-placeholder,
#footer .ce_form textarea::-webkit-input-placeholder{color:#747b7d;}
#footer .copyright,
#footer .logo-footer{position:relative;top:2px;}
#footer .copyright{margin-top:2px;}
#footer hr{border-color:#AAAAAA;margin:15px 0px 3px 0px;}
#footer .logo-footer{margin-top:22px;font-size:24px;color:#52d39b;}
.ce_table h1,
.ce_table h2,
.ce_table h3,
.ce_table h4,
.ce_table h5,
.ce_table h6{margin-bottom:10px;}
.ce_table table{width:100%;}
.ce_table table th,
.ce_table table td{padding:6px 3px 6px 3px;text-align:left;}
.ce_table table td{-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.ce_table table th{border-bottom:1px solid;font-weight:600;font-size:17px;color:#006F9E;white-space:nowrap;}
.ce_table table tfoot td{border-top:1px solid;}
.ce_table table tbody th{height:auto;vertical-align:top;border-bottom:none;}
.ce_table table tr:last-child td{border-bottom:none;}
.ce_table table thead th.col_first{border-top-left-radius:3px;}
.ce_table table thead th.col_last{border-top-right-radius:3px;}
.ce_table table tbody tr.row_last .col_first,
.ce_table table tfoot .col_first{border-bottom-left-radius:3px;}
.ce_table table tbody tr.row_last .col_last,
.ce_table table tfoot .col_last{border-bottom-right-radius:3px;}
.ce_table table tfoot + tbody tr.row_last .col_last,
.ce_table table tfoot + tbody tr.row_last .col_first{border-radius:0;}
.ce_table table.sortable tbody th{background-image:none;}
.ce_table table.sortable thead th{background-image:none;cursor:pointer;}
.ce_table table.sortable thead th:after{content:'\e74f';float:right;margin-right:22px;font-size:10px;font-family:'icons';color:#49a97f;}
.ce_table table.sortable thead th.headerSortDown:after{content:'\25be';}
.ce_table table.sortable thead th.headerSortUp:after{content:'\25b4';}
.ce_table.table-solid table th,
.ce_table.table-solid table td{padding-left:22px;}
.ce_table.table-solid table td{color:#839296;background:#fdfdfd;}
.ce_table.table-solid table tbody tr:hover td{background:#f8f8f8;}
.ce_table.table-solid table th{border:none;background-color:#52d39b;font-weight:300;}
.ce_table.table-solid table tbody th{background-color:#49a97f;}
.ce_table.table-solid table tfoot td{border:none;background-color:#2a373a;color:#fdfdfd;}
.ce_table.table-solid th,
.ce_table.table-solid table.sortable th:after{color:#dbf5e9 !important;}
.table-as-bars table{display:none;}
.js .table-as-bars > h1,
.js .table-as-bars > h2,
.js .table-as-bars > h3,
.js .table-as-bars > h4,
.js .table-as-bars > h5,
.js .table-as-bars > h6{padding-left:160px;}
dl.table-as-bar dt{float:left;width:120px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;}
dl.table-as-bar dd{margin-left:140px;}
dl.table-as-bar dd .text{display:none;}
dl.table-as-bar dd .bar{display:inline-block;height:22px;width:0%;border-radius:3px;background-color:#52d39b;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;}
form{margin:0;}
fieldset{padding:0;margin:0;border:0;}
legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;line-height:44px;color:#404e51;border:0;border-bottom:1px solid #d0d0d0;}
fieldset fieldset legend{font-size:16px;}
label{display:inline-block;margin-bottom:5px;font-size:16px;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;min-height:36px;padding:6px 9px;font-size:18px;line-height:22px;color:#333;vertical-align:middle;background-color:#F8FAFE;border:1px solid #AAAAAA;}
select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;min-height:36px;padding:6px 9px;font-size:16px;line-height:22px;vertical-align:middle;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{-webkit-border-radius:0;border-radius:0;}
input,
select,
textarea{width:100%;}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"]{width:auto;}
textarea{max-width:100%;height:auto;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-webkit-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);box-shadow:0 0 8px rgba(82, 168, 236, 0.6);}
input[type="radio"],
input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}
select,
input[type="file"]{height:36px;}
select{line-height:36px;}
input[type="file"]{display:block;line-height:22px;font-size:12px;}
select[multiple],
select[size]{height:auto;}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
input[type="search"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;}
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
input[type="submit"]{-webkit-appearance:none;}
input:-moz-placeholder,
textarea:-moz-placeholder{color:#959595;font-size:17px;}
input::-moz-placeholder,
textarea::-moz-placeholder{color:#959595;font-size:17px;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color:#959595;font-size:17px;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#959595;font-size:17px;}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea{cursor:not-allowed;background-color:#F8FAFE;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{background-color:transparent;}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid{color:#b94a48;border-color:#ee5f5b;}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
input.mandatory,
textarea.mandatory,
select.mandatory{}
span.mandatory{color:#f00;}
p.error{background:#f8f2f2;margin:2px 0 0 0;padding:8px;border-radius:4px;color:#d9534f !important;}
.explanation{margin:11px 0;}
.checkbox_container span,
.radio_container span{display:inline-block;margin-right:22px;}
.checkbox_container input,
.radio_container input{float:left;margin-right:10px;}
.submit_container{text-align:right;}
.submit_container input{margin-bottom:0;}
.ce_form,
.mod_registration,
.mod_search,
.mod_lostPassword,
.ce_comments .form{color:#192528;background:#F8FAFE;border-radius:3px;padding:10px 0 0 0;}
.ce_form h1,
.mod_registration h1,
.mod_search h1,
.mod_lostPassword h1,
.ce_comments .form h1,
.ce_form h2,
.mod_registration h2,
.mod_search h2,
.mod_lostPassword h2,
.ce_comments .form h2,
.ce_form h3,
.mod_registration h3,
.mod_search h3,
.mod_lostPassword h3,
.ce_comments .form h3,
.ce_form h4,
.mod_registration h4,
.mod_search h4,
.mod_lostPassword h4,
.ce_comments .form h4,
.ce_form h5,
.mod_registration h5,
.mod_search h5,
.mod_lostPassword h5,
.ce_comments .form h5,
.ce_form h6,
.mod_registration h6,
.mod_search h6,
.mod_lostPassword h6,
.ce_comments .form h6,
.ce_form label,
.mod_registration label,
.mod_search label,
.mod_lostPassword label,
.ce_comments .form label,
.ce_form .toggler,
.mod_registration .toggler,
.mod_search .toggler,
.mod_lostPassword .toggler,
.ce_comments .form .toggler,
.ce_form .month,
.mod_registration .month,
.mod_search .month,
.mod_lostPassword .month,
.ce_comments .form .month,
.ce_form .day-name,
.mod_registration .day-name,
.mod_search .day-name,
.mod_lostPassword .day-name,
.ce_comments .form .day-name,
.ce_form strong,
.mod_registration strong,
.mod_search strong,
.mod_lostPassword strong,
.ce_comments .form strong{color:inherit !important;}
.ce_form > h1,
.mod_registration > h1,
.mod_search > h1,
.mod_lostPassword > h1,
.ce_comments .form > h1,
.ce_form > h2,
.mod_registration > h2,
.mod_search > h2,
.mod_lostPassword > h2,
.ce_comments .form > h2,
.ce_form > h3,
.mod_registration > h3,
.mod_search > h3,
.mod_lostPassword > h3,
.ce_comments .form > h3,
.ce_form > h4,
.mod_registration > h4,
.mod_search > h4,
.mod_lostPassword > h4,
.ce_comments .form > h4,
.ce_form .headline,
.mod_registration .headline,
.mod_search .headline,
.mod_lostPassword .headline,
.ce_comments .form .headline{margin-bottom:12px;}
.ce_form input,
.mod_registration input,
.mod_search input,
.mod_lostPassword input,
.ce_comments .form input,
.ce_form select,
.mod_registration select,
.mod_search select,
.mod_lostPassword select,
.ce_comments .form select,
.ce_form textarea,
.mod_registration textarea,
.mod_search textarea,
.mod_lostPassword textarea,
.ce_comments .form textarea{margin-bottom:11px;}
.ce_form label,
.mod_registration label,
.mod_search label,
.mod_lostPassword label,
.ce_comments .form label{font-size:16px;}
.explanation,
.explanation p,
.mod_search .header{color:#365057 !important;}
#search-slot{position:absolute;right:0;top:0;z-index:3;overflow:hidden;}
#search-slot input,
#search-slot .btn{float:left;margin:0;height:22px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;line-height:22px;}
#search-slot input{visibility:hidden;width:1px;min-height:0px;padding:33px 0;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
#search-slot .btn{width:22px;padding:33px;border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;background:#49a97f;color:#b5dbcb;}
#search-slot:hover input,
#search-slot.hover input,
#search-slot input:focus{visibility:visible;width:120px;padding:33px;-webkit-transition:width .6s, padding .6s;}
.mod_search .search-inputs-wrap,
.socialcanvas .search-inputs-wrap{width:100%;display:table;}
.mod_search .search-inputs-wrap{margin-bottom:11px;}
.mod_search .text{max-width:100%;border-bottom-left-radius:3px;border-top-left-radius:3px;}
.mod_search .search-input-text-wrap,
.mod_search .submit,
.socialcanvas .search-input-text-wrap,
.socialcanvas .submit{display:table-cell;}
.mod_search .search-input-text-wrap{width:100%;vertical-align:middle;}
.mod_search .submit{padding:4px 14px 0 14px;border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;}
.mod_search .text,
.mod_search .submit{vertical-align:middle;height:42px;margin-bottom:0;}
.mod_search .header{border-top:1px solid #dddddd;margin-top:11px;padding-top:11px;margin-bottom:0;}
.mod_search div h3{margin-top:22px;}
.mod_search .url{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:13px;margin-bottom:0;}
.two_column.login .name-group,
.two_column.login .password-group,
.two_column.login .misc-container{width:100%;position:relative;}
.two_column.login .name-group,
.two_column.login .password-group{border-bottom:1px solid #49a97f;}
.two_column.login .name-group > *,
.two_column.login .password-group > *,
.two_column.login .misc-container > *{margin:0;}
.two_column.login .input-wrapper{display:block;padding-left:70px;}
.two_column.login .name-group label,
.two_column.login .password-group label,
.two_column.login .misc-container span{width:70px;height:70px;text-align:center;position:absolute;left:0;top:0;}
.two_column.login .name-group label,
.two_column.login .password-group label{background:#49a97f;color:#d9ece4 !important;}
.two_column.login .name-group label i,
.two_column.login .password-group label i{line-height:68px;font-size:12px;}
.two_column.login .misc-container span{background:#1F1F1F;border-radius:0 0 0 3px;}
.two_column.login .name-group input,
.two_column.login .password-group input{height:70px;-webkit-box-shadow:none;box-shadow:none;background:#52d39b;color:#fdfdfd;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.two_column.login .name-group input:-moz-placeholder,
.two_column.login .password-group input:-moz-placeholder{color:#dbf5e9;}
.two_column.login .name-group input::-moz-placeholder,
.two_column.login .password-group input::-moz-placeholder{color:#dbf5e9;}
.two_column.login .name-group input:-ms-input-placeholder,
.two_column.login .password-group input:-ms-input-placeholder{color:#dbf5e9;}
.two_column.login .name-group input::-webkit-input-placeholder,
.two_column.login .password-group input::-webkit-input-placeholder{color:#dbf5e9;}
.two_column.login .name-group input:focus,
.two_column.login .password-group input:focus{background:#3ece8f;color:#fdfdfd;}
.two_column.login .name-group input:focus:-moz-placeholder,
.two_column.login .password-group input:focus:-moz-placeholder{color:#fdfdfd;}
.two_column.login .name-group input:focus::-moz-placeholder,
.two_column.login .password-group input:focus::-moz-placeholder{color:#fdfdfd;}
.two_column.login .name-group input:focus:-ms-input-placeholder,
.two_column.login .password-group input:focus:-ms-input-placeholder{color:#fdfdfd;}
.two_column.login .name-group input:focus::-webkit-input-placeholder,
.two_column.login .password-group input:focus::-webkit-input-placeholder{color:#fdfdfd;}
.two_column.login .name-group input,
.two_column.login .password-group input,
.two_column.login .misc-container label{padding:0 20px;}
.two_column.login .misc-container label{display:block;padding:24px 22px;background:#2a373a;margin:0 70px;color:#fdfdfd !important;}
.two_column.login .submit{position:absolute;right:0;top:0;padding:0;width:70px;height:70px;border-radius:0 0 3px 0;background-color:#49a97f;color:#fdfdfd !important;}
.two_column.login .submit:hover,
.two_column.login .submit:focus,
.two_column.login .submit:active,
.two_column.login .submit.active{background-color:#429772;}
.two_column.login .submit.disabled:hover,
.two_column.login .submit[disabled]:hover,
fieldset[disabled] .two_column.login .submit:hover,
.two_column.login .submit.disabled:focus,
.two_column.login .submit[disabled]:focus,
fieldset[disabled] .two_column.login .submit:focus,
.two_column.login .submit.disabled:active,
.two_column.login .submit[disabled]:active,
fieldset[disabled] .two_column.login .submit:active,
.two_column.login .submit.disabled.active,
.two_column.login .submit[disabled].active,
fieldset[disabled] .two_column.login .submit.active{background-color:#49a97f;}
.two_column.login .misc-container span input{display:block;height:20px;margin:25px auto;}
.mod_subscribe,
.mod_unsubscribe{padding:30px 30px 30px 120px;border-radius:3px;}
.mod_subscribe h1,
.mod_unsubscribe h1,
.mod_subscribe h2,
.mod_unsubscribe h2,
.mod_subscribe h3,
.mod_unsubscribe h3,
.mod_subscribe h4,
.mod_unsubscribe h4{font-family:inherit;font-weight:300;font-size:24px;line-height:1.2em;padding-bottom:22px;color:#fdfdfd !important;}
.mod_subscribe .formbody,
.mod_unsubscribe .formbody{position:relative;-webkit-box-sizing:boorder-box;-moz-box-sizing:boorder-box;box-sizing:boorder-box;display:table;width:100%;}
.mod_subscribe .formbody:before,
.mod_unsubscribe .formbody:before{position:absolute;left:-120px;top:50%;width:120px;margin-top:-11px;font-size:42px;font-family:'icons';text-align:center;}
.mod_subscribe .formbody .text,
.mod_unsubscribe .formbody .text{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.mod_subscribe .formbody .submit,
.mod_unsubscribe .formbody .submit{margin:0;padding-left:11px;padding-right:11px;border-width:0;border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;}
.mod_subscribe .formbody .text,
.mod_unsubscribe .formbody .text,
.mod_subscribe .formbody .submit,
.mod_unsubscribe .formbody .submit{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:44px;}
.mod_subscribe .formbody .submit,
.mod_unsubscribe .formbody .submit,
.mod_subscribe .formbody .newsletter-input-text-wrap,
.mod_unsubscribe .formbody .newsletter-input-text-wrap{display:table-cell;vertical-align:middle;}
.mod_subscribe .formbody .newsletter-input-text-wrap,
.mod_unsubscribe .formbody .newsletter-input-text-wrap{width:100%;}
.mod_subscribe .checkbox_container,
.mod_unsubscribe .checkbox_container{display:block;margin-top:11px;}
.mod_subscribe .checkbox_container span label,
.mod_unsubscribe .checkbox_container span label{color:#fdfdfd !important;}
.mod_subscribe{background:#263234;}
.mod_subscribe .formbody:before{content:'\2709';color:#52d39b;}
.mod_unsubscribe{background:#d9534f;}
.mod_unsubscribe .formbody .submit{background-color:#2a373a;}
.mod_unsubscribe .formbody .submit:hover,
.mod_unsubscribe .formbody .submit:focus,
.mod_unsubscribe .formbody .submit:active,
.mod_unsubscribe .formbody .submit.active{background-color:#1f292c;}
.mod_unsubscribe .formbody .submit.disabled:hover,
.mod_unsubscribe .formbody .submit[disabled]:hover,
fieldset[disabled] .mod_unsubscribe .formbody .submit:hover,
.mod_unsubscribe .formbody .submit.disabled:focus,
.mod_unsubscribe .formbody .submit[disabled]:focus,
fieldset[disabled] .mod_unsubscribe .formbody .submit:focus,
.mod_unsubscribe .formbody .submit.disabled:active,
.mod_unsubscribe .formbody .submit[disabled]:active,
fieldset[disabled] .mod_unsubscribe .formbody .submit:active,
.mod_unsubscribe .formbody .submit.disabled.active,
.mod_unsubscribe .formbody .submit[disabled].active,
fieldset[disabled] .mod_unsubscribe .formbody .submit.active{background-color:#2a373a;}
.mod_unsubscribe .formbody:before{content:'\232b';color:#fdfdfd;}
.ce_accordion{margin-bottom:1px !important;border-bottom:1px solid #D2D3D5;}
.last.ce_accordion{border-bottom:0;}
.toggler{padding:16px 0;text-transform:uppercase !important;font-size:18px;font-weight:400;line-height:22px;font-family:"Oswald",Helvetica,Arial,sans-serif;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.toggler:after{content:url("/files/simpler/images-stex/elements/button-akkordeon-plus.png");float:right;width:24px;height:24px;}
#contentbox .toggler,
#marginalie .toggler{margin-right:35px;}
#contentbox .toggler:after,
#marginalie .toggler:after{margin-right:-35px;}
.toggler.ui-accordion-header-active:after{content:url("/files/simpler/images-stex/elements/button-akkordeon-minus.png");}
.accordion{padding:0 0 22px 0;}
#marginalie .accordion,
#acgrid .accordion{padding:0 !important;}
#me-bereich .accordion{padding:22px 0;}
#akbis .accordion{padding:0;}
.ce_text{margin-bottom:44px;}
.ce_text .ce_text-inside:before,
.ce_text .ce_text-inside:after{content:" ";display:table;}
.ce_text .ce_text-inside:after{clear:both;}
.ce_text p:last-child{margin-bottom:0;}
.ce_text img{margin-bottom:22px;}
.ce_text img[style*="float: left;"]{margin-right:22px;}
.ce_text img[style*="float: right;"]{margin-left:22px;}
.ce_text .float_above + *{margin-top:22px;}
.ce_text.rounded img{border-radius:400px;}
.service{padding-left:66px;padding-right:66px;text-align:center;}
.service:before{margin-bottom:22px;padding-top:22px;}
.service.icon-huge:before{margin-bottom:44px;font-size:60px;}
.service.icon-large:before{font-size:42px;}
.feature{position:relative;}
.feature > *{padding-left:80px;}
.feature:before{position:absolute;left:0;top:0;width:80px;margin-bottom:22px;text-align:center;font-size:32px;color:#52d39b;}
.testimonial .ce_text-inside{position:relative;padding:22px;color:#fdfdfd !important;background:#52d39b;text-align:center;border-radius:3px;}
.testimonial .ce_text-inside em{font-size:18px;}
.testimonial .ce_text-inside em:before{}
.testimonial .ce_text-inside:after{content:' ';width:0px;height:0px;border:10px solid transparent;border-top-color:#52d39b;position:absolute;left:50%;bottom:-19px;margin-left:-10px;}
.panel .ce_text-inside{position:relative;border-radius:3px;padding:22px;}
.panel .ce_text-inside h1,
.panel .ce_text-inside h2,
.panel .ce_text-inside h3,
.panel .ce_text-inside h4,
.panel .ce_text-inside h5,
.panel .ce_text-inside h6,
.panel .ce_text-inside label,
.panel .ce_text-inside .toggler,
.panel .ce_text-inside .month,
.panel .ce_text-inside .day-name,
.panel .ce_text-inside strong{color:inherit !important;}
.panel h1:first-child,
.panel h2:first-child,
.panel h3:first-child,
.panel h4:first-child,
.panel h5:first-child{margin:0 -22px 22px;padding:0 22px 22px;border-bottom:1px solid #dddddd;}
.panel.panel-success .ce_text-inside{background-color:#d5ffda;}
.panel.panel-success .ce_text-inside h1:first-child,
.panel.panel-success .ce_text-inside h2:first-child,
.panel.panel-success .ce_text-inside h3:first-child,
.panel.panel-success .ce_text-inside h4:first-child,
.panel.panel-success .ce_text-inside h5:first-child{border-color:#baddbe;}
.panel.panel-danger .ce_text-inside{background-color:#ffd1d1;}
.panel.panel-danger .ce_text-inside h1:first-child,
.panel.panel-danger .ce_text-inside h2:first-child,
.panel.panel-danger .ce_text-inside h3:first-child,
.panel.panel-danger .ce_text-inside h4:first-child,
.panel.panel-danger .ce_text-inside h5:first-child{border-color:#dab5b5;}
.cta{position:relative;padding:22px;background:#ebebeb;border-radius:3px;border-left:22px solid #52d39b;}
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6{font-size:32px;line-height:1.2em;font-weight:700;padding:0;color:#192528 !important;}
.cta p{font-size:18px;line-height:1.25em;margin:0;color:#192528 !important;}
.cta .h1{font-size:32px;line-height:1.2em;font-weight:700;}
.cta .h2{font-size:24px;line-height:1.2em;}
.cta .h3{font-size:18px;line-height:1.25em;}
.cta figure,
.cta figure img{margin-bottom:0;}
.cta.cta-black{background:#2a373a;}
.cta.cta-black h1,
.cta.cta-black h2,
.cta.cta-black h3,
.cta.cta-black h4,
.cta.cta-black h5,
.cta.cta-black h6,
.cta.cta-black p{color:#52d39b !important;}
.cta.cta-primary{border-color:#49a97f;background:#52d39b;}
.cta.cta-primary h1,
.cta.cta-primary h2,
.cta.cta-primary h3,
.cta.cta-primary h4,
.cta.cta-primary h5,
.cta.cta-primary h6,
.cta.cta-primary p{color:#fdfdfd !important;}
.cta.cta-btn{position:relative;padding-right:110px;}
.cta.cta-btn .btn{display:inline-block;padding:12px 30px;margin:0;border:none;border-radius:3px;font-size:16px;line-height:22px;font-weight:300;text-align:center;text-transform:none;cursor:pointer;white-space:nowrap;color:#fdfdfd;text-decoration:none !important;background-color:#52d39b;position:absolute;right:0;top:0;vertical-align:middle;width:110px;height:100%;padding:0;overflow:hidden;font-size:0px;line-height:100%;border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;}
.cta.cta-btn .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.cta.cta-btn .btn:hover,
.cta.cta-btn .btn:focus{color:#fff;}
.cta.cta-btn .btn:active,
.cta.cta-btn .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.cta.cta-btn .btn.disabled,
.cta.cta-btn .btn[disabled],
fieldset[disabled] .cta.cta-btn .btn{cursor:default;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.cta.cta-btn .btn:hover,
.cta.cta-btn .btn:focus,
.cta.cta-btn .btn:active,
.cta.cta-btn .btn.active{background-color:#3ece8f;}
.cta.cta-btn .btn.disabled:hover,
.cta.cta-btn .btn[disabled]:hover,
fieldset[disabled] .cta.cta-btn .btn:hover,
.cta.cta-btn .btn.disabled:focus,
.cta.cta-btn .btn[disabled]:focus,
fieldset[disabled] .cta.cta-btn .btn:focus,
.cta.cta-btn .btn.disabled:active,
.cta.cta-btn .btn[disabled]:active,
fieldset[disabled] .cta.cta-btn .btn:active,
.cta.cta-btn .btn.disabled.active,
.cta.cta-btn .btn[disabled].active,
fieldset[disabled] .cta.cta-btn .btn.active{background-color:#52d39b;}
.cta.cta-btn .btn,
.cta.cta-btn .btn:hover{color:#fdfdfd !important;}
.cta.cta-btn .btn:after{content:'\e766';position:absolute;left:0;top:50%;width:100%;font-family:'icons';font-size:16px;text-align:center;color:#fdfdfd;}
.linked-image .image_container{background:#1F1F1F;}
.linked-image .image_container img{-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;margin:0;width:100%;height:auto;}
.linked-image .image_container a{position:relative;}
.linked-image .image_container a:after{position:absolute;top:50%;margin-top:-10px;width:100%;text-align:center;color:#f3f3f3;font-family:'icons';font-size:20px;height:20px;line-height:20px;display:none;}
.linked-image.rounded .image_container{max-width:80%;border-radius:500px;}
.linked-image.text-center .image_container{margin:0 auto;}
.linked-image.link .image_container a:after{content:'🔗';}
.linked-image.email .image_container a:after{content:'\2709';}
.linked-image.plus .image_container a:after{content:'\2b';}
.no-touch .linked-image a:hover:after,
.touch .linked-image a.hover:after{display:block;}
.no-touch .linked-image a:hover img,
.touch .linked-image a.hover img{opacity:.6;}
.layout_latest .info,
.layout_short .info,
.layout_full_list .info,
.news_full_details .info{position:absolute;top:0;margin-left:0;text-align:center;}
.layout_latest time,
.layout_short time,
.layout_full_list time,
.news_full_details time,
.layout_latest .day,
.layout_short .day,
.layout_full_list .day,
.news_full_details .day,
.layout_latest .month,
.layout_short .month,
.layout_full_list .month,
.news_full_details .month{display:block;}
.layout_latest .day,
.layout_short .day,
.layout_full_list .day,
.news_full_details .day{color:#d0d0d0;}
.mod_newslist.block{margin-bottom:0;}
.layout_latest,
.layout_short{position:relative;border-bottom:1px solid;margin-bottom:22px !important;}
.layout_latest.first,
.layout_short.first{padding-top:22px;border-top:1px solid;}
.layout_latest.first .info,
.layout_short.first .info{top:22px;}
.layout_latest.last,
.layout_short.last{border-bottom:none;}
.layout_latest > *,
.layout_short > *{margin-left:50px;}
.layout_latest > h2,
.layout_short > h2{margin-top:0;font-size:18px;}
.layout_latest .info time,
.layout_short .info time{width:39px;}
.layout_latest .info .day,
.layout_short .info .day{font-size:32px;line-height:.8em;}
.layout_latest .info .month,
.layout_short .info .month{padding:11px 0 0;font-size:13px;}
*[class*="make-columns"] > .layout_latest,
row > .layout_latest,
*[class*="make-columns"] > .layout_short,
row > .layout_short{border-bottom:none;}
*[class*="make-columns"] > .layout_latest.first,
row > .layout_latest.first,
*[class*="make-columns"] > .layout_short.first,
row > .layout_short.first{padding-top:0;border-top:none;}
*[class*="make-columns"] > .layout_latest.first .info,
row > .layout_latest.first .info,
*[class*="make-columns"] > .layout_short.first .info,
row > .layout_short.first .info{top:0;}
.layout_simple{margin-bottom:11px;}
.layout_simple:before,
.layout_simple:after{content:" ";display:table;}
.layout_simple:after{clear:both;}
.layout_simple > *{float:left;}
.layout_simple a{display:block;margin-left:22px;font-family:inherit;font-weight:300;font-size:18px;line-height:1.25em;}
.layout_full_list,
.news_full_details{position:relative;margin-bottom:44px !important;}
.layout_full_list:before,
.news_full_details:before,
.layout_full_list:after,
.news_full_details:after{content:" ";display:table;}
.layout_full_list:after,
.news_full_details:after{clear:both;}
.layout_full_list .info,
.news_full_details .info{left:0;width:80px;}
.layout_full_list .day,
.news_full_details .day{line-height:.8em;font-size:30px;}
.layout_full_list .month,
.news_full_details .month{margin-top:10px;font-weight:700;font-size:13px;}
.layout_full_list .author,
.news_full_details .author{font-size:14px;position:absolute;right:2px;}
.layout_full_list .comment-count,
.news_full_details .comment-count{position:absolute;right:20px;}
.layout_full_list .comment-count i,
.news_full_details .comment-count i{color:#d0d0d0;}
.news_full_details{margin-bottom:0 !important;}
.news_full_details .info{top:5px;width:120px;padding:5px 20px 0;text-align:left;}
.news_full_details .info *{display:inline-block;text-align:left;}
.news_full_details .info .month{margin-left:11px;margin-top:0;}
.news_full_details .info .day{font-size:60px;}
.news_full_details header{margin-top:88px;margin-bottom:44px;}
.news_full_details header h2{margin-bottom:11px;margin-top:5.5px;}
.news_full_details header,
.news_full_details .body{clear:none;margin-left:142px;margin-left:0;}
.news_full_details .intro{margin-top:-22px;}
.news_full_details .author,
.news_full_details .comment-count{top:10px;}
.news_full_details + .back{max-width:none;padding-top:44px;padding-left:142px;padding-left:0;border-top:1px solid;}
.layout_full_list{border-bottom:1px solid;}
.layout_full_list p:last-child{margin-bottom:0;}
.layout_full_list h1{margin:0 30px 10px 0;font-size:24px;}
.layout_full_list header{clear:none;margin-left:102px;margin-right:0;margin-top:-22px;}
.layout_full_list .author,
.layout_full_list .comment-count{top:-42px;}
.layout_full_list .ce_text.block{margin-bottom:0;}
.layout_full_list figure{display:block;margin:22px 0 22px 0;}
.layout_full_list figure img{width:100%;height:auto;}
.layout_full_list figure.float_left{float:left;width:33%;margin-right:22px;margin-top:-22px;}
.layout_full_list figure.float_left + .ce_text{margin-top:22px;}
.layout_full_list.first{border-top:1px solid;}
.layout_full_list.first header,
.layout_full_list.first time,
.layout_full_list.first figure,
.layout_full_list.first figure.float_left{margin-top:22px;}
.layout_full_list.first .comment-count,
.layout_full_list.first .author{top:2px;}
.layout_full_list p.more{position:absolute;bottom:44px;right:0;}
.layout_full_list p.more a{margin-top:22px;display:inline-block;padding:12px 30px;margin:0;border:none;border-radius:3px;font-size:16px;line-height:22px;font-weight:300;text-align:center;text-transform:none;vertical-align:middle;cursor:pointer;white-space:nowrap;color:#fdfdfd;text-decoration:none !important;color:#fdfdfd !important;background-color:#404e51;}
.layout_full_list p.more a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.layout_full_list p.more a:hover,
.layout_full_list p.more a:focus{color:#fff;}
.layout_full_list p.more a:active,
.layout_full_list p.more a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.layout_full_list p.more a.disabled,
.layout_full_list p.more a[disabled],
fieldset[disabled] .layout_full_list p.more a{cursor:default;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.layout_full_list p.more a:hover,
.layout_full_list p.more a:focus,
.layout_full_list p.more a:active,
.layout_full_list p.more a.active{background-color:#354043;}
.layout_full_list p.more a.disabled:hover,
.layout_full_list p.more a[disabled]:hover,
fieldset[disabled] .layout_full_list p.more a:hover,
.layout_full_list p.more a.disabled:focus,
.layout_full_list p.more a[disabled]:focus,
fieldset[disabled] .layout_full_list p.more a:focus,
.layout_full_list p.more a.disabled:active,
.layout_full_list p.more a[disabled]:active,
fieldset[disabled] .layout_full_list p.more a:active,
.layout_full_list p.more a.disabled.active,
.layout_full_list p.more a[disabled].active,
fieldset[disabled] .layout_full_list p.more a.active{background-color:#404e51;}
#left .layout_full_list .more,
#right .layout_full_list .more,
.has-left .layout_full_list .more,
.has-right .layout_full_list .more,
.grid3 .layout_full_list .more,
.grid4 .layout_full_list .more,
.grid5 .layout_full_list .more,
.grid6 .layout_full_list .more{display:none;}
#left .layout_full_list header,
#right .layout_full_list header,
.has-left .layout_full_list header,
.has-right .layout_full_list header,
.grid3 .layout_full_list header,
.grid4 .layout_full_list header,
.grid5 .layout_full_list header,
.grid6 .layout_full_list header,
#left .layout_full_list .ce_text,
#right .layout_full_list .ce_text,
.has-left .layout_full_list .ce_text,
.has-right .layout_full_list .ce_text,
.grid3 .layout_full_list .ce_text,
.grid4 .layout_full_list .ce_text,
.grid5 .layout_full_list .ce_text,
.grid6 .layout_full_list .ce_text{margin-right:0px;}
.news-slider .layout_full_list{margin-bottom:0 !important;padding-bottom:0;padding-top:44px;border-bottom:none;border-top:1px solid;}
.news-slider .layout_full_list figure.float_left{float:left;width:12%;}
.news-slider .layout_full_list .more{display:none;}
.news-slider .layout_full_list .info,
.news-slider .layout_full_list .author,
.news-slider .layout_full_list .comment-count{margin-top:44px;}
.news-slider .layout_full_list .ce_text,
.news-slider .layout_full_list header{margin-right:33%;}
.news-slider .layout_full_list.first header,
.news-slider .layout_full_list.first time,
.news-slider .layout_full_list.first figure,
.news-slider .layout_full_list.first figure.float_left{margin-top:0;}
.news-slider .layout_full_list.first .comment-count,
.news-slider .layout_full_list.first .author{top:-27.5px;}
.bygone{opacity:0.5;filter:alpha(opacity=50);}
table.minicalendar,
table.calendar{width:100%;margin-bottom:88px;table-layout:fixed;border:3px;}
table.minicalendar th,
table.calendar th{font-weight:300;text-align:left;}
table.minicalendar .days,
table.calendar .days{background:#ffffff;}
table.minicalendar .days.weekend,
table.calendar .days.weekend{background-color:#2a373a;}
table.minicalendar .today,
table.calendar .today{-webkit-box-shadow:inset 0 0 200px rgba(0, 0, 0, 0.1);box-shadow:inset 0 0 200px rgba(0, 0, 0, 0.1);}
table.minicalendar .label,
table.calendar .label{background:#ebebeb;}
table.minicalendar .label.weekend,
table.calendar .label.weekend{background-color:#1F1F1F;color:#fdfdfd;}
table.minicalendar .head,
table.calendar .head{padding-bottom:4px;text-align:left;}
table.minicalendar .next,
table.calendar .next{text-align:right;}
table.minicalendar tr.last .col_first,
table.calendar tr.last .col_first{border-bottom-left-radius:3px;}
table.minicalendar tr.last .col_last,
table.calendar tr.last .col_last{border-bottom-right-radius:3px;}
table.minicalendar .days,
table.minicalendar .label{padding:10px 3px 3px;}
table.minicalendar .days{color:#d0d0d0;font-size:12px;}
table.minicalendar .today{color:#2a373a;}
table.minicalendar .days.active{background:#52d39b;}
table.minicalendar .days.active a{display:block;color:#fdfdfd !important;}
table.minicalendar .days.active.today{color:#fdfdfd;}
table.minicalendar .days.active.selected{position:relative;background-color:#ccf2e2;}
table.minicalendar .days.active.selected a{color:#52d39b !important;}
table.minicalendar .days.active:hover{background:#429772;}
table.minicalendar .days.active:hover a{text-decoration:none;}
table.minicalendar .label{background-color:#52d39b;color:#fdfdfd;}
table.minicalendar .label.weekend{background-color:#49a97f;}
table.minicalendar .current{vertical-align:middle;text-align:center;}
table.minicalendar .head{overflow:hidden;background:#1F1F1F;color:#fdfdfd;}
table.minicalendar .head a{display:block;padding:30.8px 10px;text-align:center;background:#2a373a;color:#fdfdfd !important;background-color:#2a373a;}
table.minicalendar .head a:hover{text-decoration:none;}
table.minicalendar .head a:hover,
table.minicalendar .head a:focus,
table.minicalendar .head a:active,
table.minicalendar .head a.active{background-color:#1f292c;}
table.minicalendar .head a.disabled:hover,
table.minicalendar .head a[disabled]:hover,
fieldset[disabled] table.minicalendar .head a:hover,
table.minicalendar .head a.disabled:focus,
table.minicalendar .head a[disabled]:focus,
fieldset[disabled] table.minicalendar .head a:focus,
table.minicalendar .head a.disabled:active,
table.minicalendar .head a[disabled]:active,
fieldset[disabled] table.minicalendar .head a:active,
table.minicalendar .head a.disabled.active,
table.minicalendar .head a[disabled].active,
fieldset[disabled] table.minicalendar .head a.active{background-color:#2a373a;}
table.minicalendar .head.previous,
table.minicalendar .head.next{padding:0;}
table.minicalendar .head.previous,
table.minicalendar .head.previous a{border-top-left-radius:3px;}
table.minicalendar .head.next,
table.minicalendar .head.next a{border-top-right-radius:3px;color:#fdfdfd !important;}
table.calendar .days{position:relative;height:20px;padding-bottom:40px;}
table.calendar .days.active{padding-bottom:0;background:#ebebeb;}
table.calendar .days.active.weekend{background:#354549;}
table.calendar .days .header{bottom:0;font-size:18px;color:#d0d0d0;}
table.calendar .days.active .header{color:#839296;}
table.calendar .days.active.weekend .header,
table.calendar .days.today.weekend .header{color:#fdfdfd;}
table.calendar .days.today .header{color:#404e51;}
table.calendar .days .header,
table.calendar .days .event a{padding:10px;}
table.calendar .days .event a{display:block;background:#52d39b;color:#fdfdfd !important;margin-bottom:1px;}
table.calendar .days .event a:hover{text-decoration:none;background:#49a97f;}
table.calendar head.current{font-size:32px;}
table.calendar .label,
table.calendar .head{padding:20px 10px;}
table.calendar .label{font-weight:700;}
table.calendar .label.col_first{border-top-left-radius:3px;}
table.calendar .label.col_last{border-top-right-radius:3px;}
.recurring{font-size:13px;}
.layout_upcoming .date:before,
.event-details .date:before,
.layout_upcoming .date:after,
.event-details .date:after{content:" ";display:table;}
.layout_upcoming .date:after,
.event-details .date:after{clear:both;}
.layout_upcoming .date .day,
.event-details .date .day{float:left;margin-right:10px;font-size:110px;line-height:.6em;font-weight:300;}
.layout_upcoming .date .month,
.event-details .date .month{display:block;}
.layout_upcoming .time,
.event-details .time{display:block;padding-top:33px;padding-right:10px;padding-bottom:10px;min-width:1px;float:left;}
.layout_upcoming .date .from:before,
.event-details .date .from:before,
.layout_upcoming .date .to:before,
.event-details .date .to:before,
.layout_upcoming .date .from:after,
.event-details .date .from:after,
.layout_upcoming .date .to:after,
.event-details .date .to:after{content:" ";display:table;}
.layout_upcoming .date .from:after,
.event-details .date .from:after,
.layout_upcoming .date .to:after,
.event-details .date .to:after{clear:both;}
.layout_upcoming .date .to,
.event-details .date .to{margin-top:22px;margin-right:44px;padding-top:33px;border-top:1px solid;}
.layout_upcoming .date .to .separate,
.event-details .date .to .separate{display:block;float:left;margin-right:11px;}
.layout_upcoming .date .to .separate i,
.event-details .date .to .separate i{position:relative;top:-4px;text-align:left;font-size:24px;opacity:.5;}
.layout_upcoming .date .to .day,
.event-details .date .to .day{font-size:24px;}
.layout_upcoming .date .to .month,
.event-details .date .to .month{float:left;margin-right:22px;}
.layout_upcoming .date .to .time,
.event-details .date .to .time{padding-top:0px;padding-bottom:0;}
.event-details{position:relative;}
.event-details .info{position:absolute;left:0;top:0;width:25%;}
.event-details .info .recurring{clear:both;margin-top:22px;margin-right:44px;padding-top:11px;border-top:1px solid;}
.event-details > header,
.event-details .body{margin-left:25%;}
.event-details + .back{max-width:none;border-top:1px solid;padding-top:44px;}
.mod_eventlist .event-day{position:relative;padding-left:33%;}
.mod_eventlist .event{display:table;width:100%;padding-top:44px;padding-bottom:44px;border-top:1px solid;}
.mod_eventlist .header{position:absolute;left:0;top:0;width:33%;padding-top:22px;border-top:1px solid;text-align:center;}
.mod_eventlist .month{font-weight:700;}
.mod_eventlist .day{display:block;font-size:60px;line-height:1em;}
.mod_eventlist .body,
.mod_eventlist .more{display:table-cell;vertical-align:middle;}
.mod_eventlist .body{min-height:110px;padding-right:22px;}
.mod_eventlist .more{text-align:right;}
.layout_upcoming{position:relative;}
.layout_upcoming .image_container{float:left;margin-right:22px;}
.layout_upcoming .body{display:block;margin-left:33%;}
.layout_upcoming h2{margin-top:0;}
.layout_upcoming h2 a{font-size:24px;margin-bottom:5px;}
.layout_upcoming p{margin-bottom:0;}
.layout_upcoming i{color:inherit;}
.layout_upcoming figure{margin-bottom:11px;max-width:50%;}
.layout_upcoming .date{position:absolute;top:-1px;width:33%;padding-top:44px;border-top:1px solid;}
.layout_upcoming .date .day{float:left;margin-right:10px;font-size:110px;line-height:.6em;}
.layout_upcoming .date .month{display:block;}
.layout_upcoming .time{display:block;float:left;min-width:1px;padding-top:36px;}
.layout_upcoming .teaser{margin-bottom:0;}
.layout_upcoming .more{display:none;}
.mod_eventlist .event.layout_teaser{display:block;border:none;padding-top:0;}
.mod_eventlist .event.layout_teaser .date{display:block;margin-bottom:14px;padding-bottom:11px;overflow:hidden;border-bottom:1px solid;}
.mod_eventlist .event.layout_teaser .date .day{float:left;}
.mod_eventlist .event.layout_teaser .date .month{margin-left:11px;font-weight:300;}
.mod_eventlist .event.layout_teaser .date .time{float:right;}
.mod_eventlist .event.layout_teaser .date .month,
.mod_eventlist .event.layout_teaser .date .time{position:relative;top:6px;}
#wrapper .mod_eventlist.make-columns-4 .event.layout_teaser{width:25%;}
.mod_eventlist.event-slider .event{padding-bottom:0;padding-top:44px;}
.portfolio-grid{display:block;float:none;width:auto !important;margin-right:0;margin-left:-22px !important;padding:0;overflow:visible !important;}
.portfolio-grid .portfolio-item{clear:both;float:left;width:240px;margin-left:22px;margin-bottom:22px;opacity:0;filter:alpha(opacity=0);}
.mod_newslist .portfolio-item .inner{display:block;position:relative;background:#151f22;cursor:pointer;overflow:hidden;}
.mod_newslist .portfolio-item .inner figure{position:relative;width:100%;margin:0;overflow:hidden;}
.mod_newslist .portfolio-item .inner figure img{display:block;width:100%;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.mod_newslist .portfolio-item .inner .body,
.mod_newslist .portfolio-item .inner .more{position:absolute;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:22px;text-align:center;opacity:0;filter:alpha(opacity=0);}
.mod_newslist .portfolio-item .inner .body{top:-20%;-webkit-transition:0.7s;-moz-transition:0.7s;-o-transition:0.7s;transition:0.7s;}
.mod_newslist .portfolio-item .inner .more{top:200%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:-10px 0 0;padding-top:0;padding-bottom:0;font-size:22px;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.mod_newslist .portfolio-item .inner .more i{color:#52d39b !important;}
.mod_newslist .portfolio-item .inner h2{margin-top:11px;font-size:16px;text-align:center;color:#fdfdfd !important;}
.mod_newslist .portfolio-item .inner p{font-size:13px;color:#fdfdfd !important;}
.mod_newslist .portfolio-item .inner .year{margin-top:0;}
.mod_newslist .portfolio-item .inner .year + h2{position:relative;top:-5.5px;}
.no-touch .mod_newslist .portfolio-item .inner:hover figure img,
.touch .mod_newslist .portfolio-item .inner.hover figure img{opacity:0.3;filter:alpha(opacity=30);}
.no-touch .mod_newslist .portfolio-item .inner:hover .body,
.touch .mod_newslist .portfolio-item .inner.hover .body{opacity:1;filter:alpha(opacity=100);top:12%;}
.no-touch .mod_newslist .portfolio-item .inner:hover .more,
.touch .mod_newslist .portfolio-item .inner.hover .more{opacity:1;filter:alpha(opacity=100);top:50%;}
.portfolio-details .intro{max-width:75%;}
.portfolio-details .ce_gallery ul{margin:0;}
.portfolio-details .ce_gallery ul img{border-radius:3px;}
.portfolio-details .slider-prev,
.portfolio-details .slider-next{color:#192528;}
.isotope,
.isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-ms-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s;}
.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width;}
.isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-ms-transition-property:-ms-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;}
.isotope-item{z-index:2;}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1;}
.ce_gallery ul{margin-left:0;}
.ce_gallery[class*="make-columns"] ul{margin:0 21px;padding:0;}
.ce_gallery[class*="make-columns"] > ul > *[class*="col"]{padding-left:1px;padding-right:1px;}
.ce_gallery[class*="make-columns"] > ul > *[class*="col"].first{padding-left:0;}
.ce_gallery[class*="make-columns"] > ul > *[class*="col"].last{padding-right:0;}
.ce_gallery .image_container{margin:2px 2px 4px 2px;border:2px solid #F8FAFE;background:#1F1F1F;}
.ce_gallery img{width:100%;border-radius:0;}
.ce_gallery a{display:block;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.ce_gallery a:hover{opacity:0.6;filter:alpha(opacity=60);}
.ce_gallery .col_last:first-child,
.ce_gallery .col_last + .col_last{margin-bottom:22px;}
.ce_gallery.logos ul{display:table;table-layout:fixed;width:100%;}
.ce_gallery.logos li{display:table-cell;margin-bottom:11px;padding-top:22px;padding-bottom:22px;border-right:1px solid;}
.ce_gallery.logos li.col_first{border-left:1px solid;}
.ce_gallery.logos .image_container{text-align:center;}
.ce_gallery.logos img{width:auto;max-width:80%;border-radius:0;}
.mod_faqpage > article > h2{font-family:inherit;font-weight:300;font-size:32px;line-height:1.2em;margin-bottom:88px !important;}
.mod_faqpage > article{counter-reset:faq;}
.mod_faqpage > article > section{margin-bottom:22px;padding:22px 0;border-top:1px solid;counter-increment:faq;}
.mod_faqpage > article > section > h3:first-child{font-family:inherit;font-weight:300;font-size:24px;line-height:1.2em;margin-bottom:22px;padding-top:3px;padding-left:50px;}
.mod_faqpage > article > section > h3:first-child:before{content:counter(faq, decimal);display:inline-block;width:30px;height:30px;margin-right:22px;margin-left:-50px;border-radius:40px;font-size:16px;line-height:30px;text-align:center;background:#52d39b;color:#fdfdfd;}
.mod_faqpage > article > section .ce_text.block{margin-bottom:22px;}
.mod_faqpage > article > section .info{font-size:13px;}
.ce_comments{margin-top:44px;padding-top:44px;border-top:1px solid;}
.ce_comments > h2{margin-bottom:28px;font-size:24px;}
.ce_comments h2{color:#ffffff !important;}
.ce_comments .form{margin-top:22px;}
.ce_comments .comment-widget{margin-top:27px;}
.ce_comments .comment-widget textarea{height:173px;}
.comment_default{background:#fdfdfd;border-radius:3px;padding:44px;border-left:33px solid #52d39b;margin-bottom:22px;}
.comment_default h1,
.comment_default h2,
.comment_default h3,
.comment_default h4,
.comment_default h5,
.comment_default h6,
.comment_default label,
.comment_default .toggler,
.comment_default .month,
.comment_default .day-name,
.comment_default strong{color:inherit !important;}
.comment_default.last{margin-bottom:0;}
.comment_default .comment{font-family:inherit;font-weight:300;font-size:18px;line-height:1.25em;}
.comment_default .info{margin-bottom:22px;}
.comment_default .time{display:inline-block;margin-left:22px;}
.comment_default .reply{margin-top:22px;padding-top:44px;padding-left:88px;border-top:1px solid #dddddd;}
.comment_default .reply .comment{color:#192528;}
.ce_download img,
.ce_downloads img{position:relative;top:5px;float:left;margin-right:11px;}
.ce_download a,
.ce_downloads a{font-family:inherit;font-weight:300;font-size:24px;line-height:1.2em;position:relative;display:block;text-decoration:none;}
.ce_download a .size,
.ce_downloads a .size{font-size:13px;}
.ce_download a:before,
.ce_downloads a:before{display:none;content:'📥';position:absolute;right:0;font-family:'icons';line-height:1em;}
.ce_download a:hover:before,
.ce_downloads a:hover:before{display:block;}
.ce_download{margin-bottom:22px;}
.ce_downloads{background:#fdfdfd;border-radius:3px;padding:0;}
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.ce_downloads label,
.ce_downloads .toggler,
.ce_downloads .month,
.ce_downloads .day-name,
.ce_downloads strong{color:inherit !important;}
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5{border-bottom:1px solid #eaeaea;}
.ce_downloads > *{padding:22px;}
.ce_downloads a{font-family:inherit;font-weight:300;font-size:18px;line-height:1.25em;}
.ce_downloads ul{margin-left:0;}
.nopadding{padding:0 !important;}
.nomargin{margin:0 !important;}
.nobg{background:none !important;}
.nopadding-re{padding:0 22px 0 0;}
.nopadding-li{padding:0 0 0 22px;}
.nopadding-bot{padding-bottom:0 !important;}
.nomargin-bot{margin-bottom:0 !important;}
.nomargin-top{margin-top:0 !important;}
.padding-in {padding:20px;}
.element-rechts{float:right;}
.posrel{position:relative;}
.event .recurring{display:none;}
@-ms-viewport{width:device-width;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}
.visible-print{display:none !important;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'icons';}
}
@media screen and (max-device-width:599px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
}
@media screen and (max-width:991px){html.js body > *{opacity:0;-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;transition:opacity 0.5s;}
#main:not(.fixed-bg){-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
html.js body.in > *{opacity:1;}
}
@media screen and (max-width:991px){#main .main.has-left{padding-left:22px !important;}
}
@media screen and (max-width:991px){#main .main.has-right{padding-right:22px !important;}
}
@media screen and (max-width:991px){#main .main,
#left{position:static;left:0;}
#custombox .textarea{padding-bottom:59px;}
#voll9tta .textarea{padding-bottom:14px;}
#custom-3 .textarea{padding-top:0;padding-bottom:0;}
.nopadding-re{padding:0 0 0 0;}
.nopadding-li{padding:0 0 0 0;}
#me-logo .image_container{margin:0 40px 0 0;}
}
@media screen and (max-width:1576px){.slider-control .slider-prev,
.slider-prev{left:-66px;}
.slider-control .slider-prev:hover,
.slider-prev:hover{left:-55px;}
.slider-control .slider-next,
.slider-next{right:-66px;}
.slider-control .slider-next:hover,
.slider-next:hover{right:-55px;}
}
@media screen and (max-width:879px){#custom12-9{width:100%;}
.elpad{padding:0 !important;}
}
@media screen and (min-width:600px) and (max-width:879px){#tumlauf .elumltvi{margin-bottom:14px !important;}
}
@media screen and (min-width:992px){.fixed-bg{background-attachment:fixed !important;}
}
@media screen and (max-width:599px){.quote-image .ce_text-inside,
.quote-image .ce_text-inside blockquote,
.quote-image .ce_text-inside .image_container{display:block;}
.quote-image .ce_text-inside .image_container{margin-bottom:44px;margin-right:0px;padding-right:0;text-align:center;}
.li-rechts{right:12px}
.li-links{left:10px}
#eventlist img{margin: 2px 0 6px 0;}
.padding-in {padding:15px;}
}
@media screen and (max-width:991px){h1.jumbo.jumbo-super,
h2.jumbo.jumbo-super,
h3.jumbo.jumbo-super,
p.jumbo.jumbo-super{font-size:61px !important;}
}
@media screen and (max-width:599px){h1.jumbo,
h2.jumbo,
h3.jumbo,
p.jumbo,
h1.jumbo.jumbo-super,
h2.jumbo.jumbo-super,
h3.jumbo.jumbo-super,
p.jumbo.jumbo-super{font-size:30.5px !important;}
#header {height: 450px !important;}
}
@media screen and (max-width:991px){.jumbo.jumbo-super h1:first-child,
.ce_text.intro-jumbo.jumbo-super h1:first-child{font-size:61px;}
}
@media screen and (max-width:599px){.jumbo h1,
.ce_text.intro-jumbo h1,
.jumbo.text-center p,
.ce_text.intro-jumbo.text-center p{max-width:none;}
.jumbo h1:first-child,
.ce_text.intro-jumbo h1:first-child{font-size:30.5px !important;}
.jumbo h2,
.ce_text.intro-jumbo h2,
.jumbo h1 + p,
.ce_text.intro-jumbo h1 + p,
.jumbo h2 + p h3 + p h4 + p,
.ce_text.intro-jumbo h2 + p h3 + p h4 + p,
.jumbo h5 + p,
.ce_text.intro-jumbo h5 + p,
.jumbo p:first-child,
.ce_text.intro-jumbo p:first-child{font-size:18px;}
}
@media screen and (max-width:991px){*[class*="grid"]{width:100%;}
}
@media screen and (max-width:991px){.offset1,
.offset2,
.offset3,
.offset4,
.offset5,
.offset6,
.offset7,
.offset8,
.offset9,
.offset10,
.offset11{margin-left:0;}
}
@media screen and (min-width:600px) and (max-width:991px){.tablet-offset1{margin-left:8.33333333%;}
.tablet-offset2{margin-left:16.66666667%;}
.tablet-offset3{margin-left:25%;}
.tablet-offset4{margin-left:33.33333333%;}
.tablet-offset5{margin-left:41.66666667%;}
.tablet-offset6{margin-left:50%;}
.tablet-offset7{margin-left:58.33333333%;}
.tablet-offset8{margin-left:66.66666667%;}
.tablet-offset9{margin-left:75%;}
.tablet-offset10{margin-left:83.33333333%;}
.tablet-offset11{margin-left:25%;}
}
@media screen and (min-width:600px) and (max-width:991px){.tablet-clear{clear:both;}
.make-columns-4 > .block,
.make-columns-4 > .article-inside > .block,
.ce_gallery.make-columns-4 > ul > li{width:50%;}
.make-columns-4 > .block.block.first + .block + .block,
.make-columns-4 > .article-inside > .block.block.first + .block + .block,
.ce_gallery.make-columns-4 > ul > li.block.first + .block + .block,
.make-columns-4 > .block.block:first-child + .block + .block,
.make-columns-4 > .article-inside > .block.block:first-child + .block + .block,
.ce_gallery.make-columns-4 > ul > li.block:first-child + .block + .block,
.make-columns-4 > .block.col_first + li + li,
.make-columns-4 > .article-inside > .block.col_first + li + li,
.ce_gallery.make-columns-4 > ul > li.col_first + li + li{clear:both;}
.make-columns-6 > .block,
.make-columns-6 > .article-inside > .block,
.ce_gallery.make-columns-6 > ul > li{width:33.33333333%;}
.make-columns-6 > .block.block.first + .block + .block + .block,
.make-columns-6 > .article-inside > .block.block.first + .block + .block + .block,
.ce_gallery.make-columns-6 > ul > li.block.first + .block + .block + .block,
.make-columns-6 > .block.block:first-child + .block + .block + .block,
.make-columns-6 > .article-inside > .block.block:first-child + .block + .block + .block,
.ce_gallery.make-columns-6 > ul > li.block:first-child + .block + .block + .block,
.make-columns-6 > .block.col_first + li + li + li,
.make-columns-6 > .article-inside > .block.col_first + li + li + li,
.ce_gallery.make-columns-6 > ul > li.col_first + li + li + li{clear:both;}
.tablet-grid1{width:8.33333333%;}
.tablet-grid2{width:16.66666667%;}
.tablet-grid24{width:20%;}
.tablet-grid3{width:25%;}
.tablet-grid4{width:33.33333333%;}
.tablet-grid5{width:41.66666667%;}
.tablet-grid6{width:50%;}
.tablet-grid7{width:58.33333333%;}
.tablet-grid8{width:66.66666667%;}
.tablet-grid9{width:75%;}
.tablet-grid10{width:83.33333333%;}
.tablet-grid11{width:91.66666667%;}
.tablet-grid12,
#left,
#right,
#main .main,
#main .main.has-left,
#main .main.has-right,
#main .main.has-left.has-right{width:100%;}
#srl_closeBtn,
#closeakt{right:43px;}
.dlh_googlemap, .dlh_googlemap .block{height:430px !important;}
}
@media screen and (max-width:599px){*[class*="grid"],
#left,
#right,
#main .main,
#main .main.has-left,
#main .main.has-right,
#main .main.has-left.has-right,
.make-columns-12 > .block,
.make-columns-6 > .block,
.make-columns-4 > .block,
.make-columns-12 > .article-inside > .block,
.make-columns-6 > .article-inside > .block,
.make-columns-4 > .article-inside > .block,
.ce_gallery[class*="make-columns"] > ul > li,
.make-columns-2 > .block{margin-right:0;margin-left:0;float:none !important;display:block !important;width:100% !important;}
.row,
[class*="make-columns"]{margin-left:-18px;}
#left,
#right,
#main .main.has-left,
#main .main.has-right,
#left > .row > *,
#right > .row > *,
.main > .row > *,
*[class*="make-columns"] > .block,
*[class*="make-columns"] > .article-inside > .block,
*[class*="make-columns"] > ul > *[class*="col"],
*[class*="grid"]{padding-left:10px;padding-right:10px;}
#me-logo .image_container{margin:0px 40px 10px 0px;}
#featured .inside{padding:0 7px;}
#tertiary .inside{padding:5px 32px 10px;}
#contentbox .article-inside{padding-top:15px;}
.blank #contentbox .article-inside{padding-left:22px;}
#aktwrap{padding:15px;}
#aktwrap figure{display:none !important;}
#srl_closeBtn,
#closeakt{right:16px;}
.dlh_googlemap, .dlh_googlemap .block{height:320px !important;}
.contentmob .article-inside{padding-left:15px !important;padding-right:15px !important;}
.mobcont{margin-left:-7px !important;margin-right:-7px !important;}
.mobcont-a{margin-left:0 !important;margin-right:0 !important;}
#tumlauf .elumltvi{padding:7px 7px 0 7px !important;margin-bottom:0;}
.teaseruml .ce_boxenlinks{margin-right:10px;}
#mobpad{padding-left:7px;padding-right:7px;}
.mmlistbox,
.main-only > *,
.tab-content-only > *{padding-left:5px;padding-right:5px;}
.ce_image{padding-left:0px;padding-right:0px;}
.ce_sliderStart{padding-left:0px;padding-right:0px;}
#custombox .slider-menu{top:86%;}
#areaslide .slider-menu{top:100%;}
#contentblock ul{padding-left:5px;padding-right:5px;}
}
@media screen and (min-width:992px){.btn-large,
.ce_hyperlink.btn-wrap-large a{padding:22px 60px;font-size:24px;}
}
@media screen and (max-width:991px){#main-nav a,
#main-nav span.active,
#main-nav span.forward{padding:33px 25px;}
}
@media screen and (max-width:599px){#selectnav{position:relative;display:inline-block;width:100%;}
#selectnav .selectnav{display:none;position:relative;z-index:4;height:60px;padding:0;background:transparent;opacity:0;cursor:pointer;-webkit-appearance:button;-moz-appearance:button;appearance:button;}
#selectnav:before,
#selectnav:after{display:block;position:absolute;line-height:60px;}
#selectnav:before{content:attr(title);left:22px;bottom:3px;z-index:2;height:60px;padding-right:6px;overflow:hidden;color:#fdfdfd;white-space:nowrap;}
#selectnav:after{content:'\2630';top:0;right:0px;width:60px;height:60px;z-index:3;border-top-color:#fdfdfd;color:#fdfdfd;background:#49a97f;font-family:'icons';text-align:center;}
}
@media screen and (max-width:599px){.js #main-nav-ul{display:none;}
.js #selectnav .selectnav{display:block;}
}
@media screen and (max-width:991px){.sub-navigation,
.mod_newsmenu,
.mod_eventmenu{display:none;}
}
@media screen and (max-width:991px){#header .mod_breadcrumb{display:none;}
}
@media screen and (max-width:599px){#header .mod_customnav{display:none;float:none;width:100%;margin:0;padding:22px 0 44px 0;text-align:center;}
#header .mod_customnav li{display:inline-block;float:none;margin-left:0;}
}
@media screen and (min-width:992px){body.head-slide #header{margin-top:-176px;-webkit-transition:0.8s;-moz-transition:0.8s;-o-transition:0.8s;transition:0.8s;}
body.head-slide #header .page-title:after{position:absolute;left:1400px;top:4px;font-family:'icons';content:'\e760';}
body.head-slide #header:hover,
body.head-slide #header.hover{margin-top:0px;}
body.head-slide #header:hover .page-title:after,
body.head-slide #header.hover .page-title:after{content:'\e763';opacity:.5;}
}
@media screen and (max-width:991px){.inside{padding-left:44px;padding-right:44px;}
.blank .inside{padding:0;}
.blank .block{margin-bottom:0;}
.page-title{margin-left:44px;}
#header-nav{margin:0 44px;}
#header #logo{margin-left:0;}
#header .mod_customnav{margin-right:44px;}
body.head-huge .header-text,
body .header-text{margin-left:0;margin-right:0;}
body.head-huge .header-text h1,
body .header-text h1,
body.head-huge .header-text h2,
body .header-text h2,
body.head-huge .header-text p,
body .header-text p,
body.head-huge .header-text .ce_hyperlink,
body .header-text .ce_hyperlink{margin-left:44px;margin-right:44px;}
body.head-huge .header-text h1,
body .header-text h1{font-size:45.75px;}
body.head-huge .header-text h2,
body .header-text h2{margin-bottom:0;}
}
@media screen and (max-width:599px){.inside{padding-left:29px;padding-right:29px;}
#mehr-entertainment .inside{padding:10px 0;}
.page-title{margin-left:29.33333333px;}
#header-nav{margin:0 29.33333333px;}
#header #logo{margin-left:0;}
#header .mod_customnav{margin-right:29.33333333px;}
#header #logo{position:relative;display:block;float:none;z-index:3;margin:104px auto 0;padding:22px;font-size:30px;line-height:1em;text-align:center;}
body:not(.head-huge) #header{height:auto;}
body.head-huge .header-text,
body .header-text{width:calc(100% - 58.66666667px);margin:0 auto !important;height:calc(100% - 210px);padding-bottom:58.66666667px;}
body.head-huge .header-text h1,
body .header-text h1,
body.head-huge .header-text h2,
body .header-text h2,
body.head-huge .header-text p,
body .header-text p,
body.head-huge .header-text .ce_hyperlink,
body .header-text .ce_hyperlink{margin:11px auto;text-align:center;}
body.head-huge .header-text h1,
body .header-text h1{font-size:30.5px;}
body.head-huge .page-title,
body .page-title{position:relative;width:100%;margin:22px 0 22px;font-size:24px;text-align:center;}
body.head-huge .page-title:before,
body .page-title:before{content:'- ';}
body.head-huge .page-title:after,
body .page-title:after{content:' -';}
#header-nav{position:absolute;left:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:60px;margin:0;background:rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:599px){.boxed #header-carousel + #header #header-nav{width:auto;left:22px;right:22px;}
}
@media screen and (max-width:991px){#header-carousel .ce_text h1,
#header-carousel .ce_text h2{max-width:none;}
}
@media screen and (max-width:991px){#header-carousel .text-center .ce_text-inside{padding:0 44px !important;}
}
@media screen and (max-width:599px){#header-carousel .text-center .ce_text-inside{padding:0 29.33333333px !important;text-align:center;}
}
@media screen and (max-width:1400px){#header-carousel .caroufredsel_center-el > .ce_text-inside{padding:0 88px !important;}
}
@media screen and (max-width:599px){#header-carousel .caroufredsel_center-el > .ce_text-inside{padding:0 29.33333333px !important;}
}
@media screen and (max-width:991px){#header-carousel .ce_text-inside{padding-right:0 !important;}
}
@media screen and (max-width:599px){#header-carousel .ce_text-inside{text-align:center;}
}
@media screen and (max-width:599px){.caroufredsel_center-el{padding-top:120px !important;}
}
@media screen and (max-width:991px){#footer .copyright p{text-align:center !important;}
}
@media screen and (max-width:599px){#search-slot{display:none;}
}
@media screen and (max-width:599px){.mod_subscribe,
.mod_unsubscribe{padding-left:30px;}
}
@media screen and (max-width:599px){.mod_subscribe .formbody:before,
.mod_unsubscribe .formbody:before{display:none;}
}
@media screen and (max-width:599px){.cta.cta-btn .btn{width:66px;}
}
@media screen and (max-width:991px){.layout_full_list header,
.layout_full_list .ce_text{margin-right:0 !important;}
.layout_full_list p.more{position:static;}
}
@media screen and (max-width:599px){.layout_full_list header,
.layout_full_list .ce_text,
.layout_full_list .body,
.layout_full_list figure{margin-left:0px;margin-bottom:7px;}
.layout_full_list h1{margin-right:0;}
.layout_full_list .info{width:50%;text-align:left;}
.layout_full_list .info *{display:inline-block;}
.layout_full_list .month{margin-left:11px;margin-top:0px;}
}
@media screen and (max-width:599px){.layout_full_list figure,
.layout_full_list figure.float_left{width:50% !important;margin-right:22px !important;}
}
@media screen and (max-width:599px){.news-slider .layout_full_list figure,
.news-slider .layout_full_list figure.float_left{padding-top:0px;}
}
@media screen and (max-width:991px){.layout_upcoming .body{margin-left:33%;padding-right:0 !important;}
.layout_upcoming .body figure{max-width:50%;}
.layout_upcoming .body figure img{width:100%;}
.layout_upcoming .date{width:33%;}
}
@media screen and (max-width:599px){.layout_upcoming .body{margin-left:0px;margin-top:60px;}
.layout_upcoming .body figure{width:50%;}
.layout_upcoming .body figure img{width:100%;}
.layout_upcoming .date{width:100%;}
.layout_upcoming .date .from{width:45%;}
.layout_upcoming .date .to{width:55%;}
.layout_upcoming .date .from,
.layout_upcoming .date .to{float:left;margin-left:0;margin-right:0;margin-top:0;padding-top:0;border-top:none;}
.layout_upcoming .date .to .separate{margin-left:-5%;}
.layout_upcoming .date .to .separate i{top:7px;left:4px;}
.layout_upcoming .date .to .day,
.layout_upcoming .date .day{font-size:60px;}
.layout_upcoming .month{display:inline-block;position:relative;top:-5px;margin-right:0;}
.layout_upcoming .time{float:none;padding-top:0px;padding-right:20px;}
.layout_upcoming .time:before{content:' ';display:block;}
}
@media screen and (min-width:992px){.events-large .event-day{padding-left:25%;}
.events-large .header{width:25%;}
.events-large .layout_upcoming .body{padding-right:180px;margin-left:25%;}
.events-large .layout_upcoming .date{width:25%;}
.events-large .layout_upcoming .more{display:block;position:absolute;right:0;bottom:44px;}
}
@media screen and (min-width:992px) and (max-width:991px){.events-large .layout_upcoming .more{margin-top:22px;position:static;}
}
@media screen and (max-width:599px){.portfolio-grid{margin-left:0 !important;}
.portfolio-item{margin-left:0 !important;}
}
@media screen and (max-width:991px){.portfolio-details .intro{max-width:none;}
.locadrhl.textarea{padding-top:0 !important;}
.fabo1{border-left:0;}
#marginalie{background:#F8FAFE;background-clip:content-box;}
#marginalie .article-inside{padding:0 22px;}
#custombox .caroufredsel_pagi img{width:33.33333333%}
}
@media screen and (min-width:600px) and (max-width:991px){.hidden-desktop{display:inherit !important;}
.visible-desktop{display:none !important;}
.visible-tablet{display:inherit !important;}
.hidden-tablet{display:none !important;}
}
@media screen and (max-width:599px){.hidden-desktop{display:inherit !important;}
.visible-desktop{display:none !important;}
.visible-phone{display:inherit !important;}
.hidden-phone{display:none !important;}
}
@media screen and (min-width: 600px) and (max-width: 810px) {.letour {float:none;} }
@media screen and (max-width:920px){#custombox h2{margin-bottom:4px;}
}
@media screen and (max-width: 1200px) {
#soonSlide .slider-prev{left: 20px !important}
#soonSlide .slider-next{right:20px !important}
}
@media screen and (max-width: 1130px) {
#soonSlide .slider-prev{left: 1px !important}
#soonSlide .slider-next{right: 1px !important}
}
@media screen and (max-width:1054px){#custom12kurz-1{display:none;}
}
@media screen and (min-width:600px) and (max-width:720px){#custom-6{height:243px;overflow:hidden;}
}
@media screen and (min-width:721px) and (max-width:800px){#custom-6{height:221px;overflow:hidden;}
}
@media screen and (min-width:801px) and (max-width:920px){#custom-6{height:201px;overflow:hidden;}
}
@media screen and (min-width:921px){#custom-6{height:170px;overflow:hidden;}
}
@media screen and (max-width:1050px){#mainnav li a h2{display:none;}
}
@media screen and (min-width:1106px){#custom-45{height:170px;overflow:hidden;}
}
@media screen and (max-width:1105px) and (min-width:771px){#custom-45{height:187px;overflow:hidden;}
}
@media screen and (max-width:770px) and (min-width:645px){#custom-45{height:198px;overflow:hidden;}
}
@media screen and (max-width:644px) and (min-width:600px){#custom-45{height:220px;overflow:hidden;}
}
@media screen and (max-width:599px){.custom,
.content{float:left !important;}
.box3{width:50% !important;float:left !important;}
.box6{width:100% !important;float:left !important;}
#cboxContent #contentbox .article-inside{padding:15px;}
.fabo{border-left:0;}
.fasp{height:auto !important;}
.fp{padding-right:0;}
#footer hr{margin:15px -20px 3px -20px;}
#eventlist .city,
#eventlist .eventdate{display:inline;}
#eventlist .eventvenue:before,
#eventlist .eventtime:before{content:"- ";}
#eventlist .date-time{margin-bottom:5px;}
#eventlist .eventtix{margin-bottom:3px;}
.evWdT{display:block !important;}
}
@media screen and print{.visible-print{display:inherit !important;}
.hidden-print{display:none !important;}
}
@media print{*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;}
a,
a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
@page{margin:0.5cm;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
#wrapper{width:100%;margin:0;padding:0;}
#wrapper *{height:auto !important;width:auto !important;max-width:100% !important;position:static !important;-webkit-transform:translate(0, 0) !important;-moz-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important;-webkit-transform:translate3d(0, 0, 0) !important;-moz-transform:translate3d(0, 0, 0) !important;-o-transform:translate3d(0, 0, 0) !important;transform:translate3d(0, 0, 0) !important;left:0 !important;top:0 !important;}
h1,
h2,
h3,
h4{font-family:Arial, sans-serif;}
h1{font-size:2.4em;}
figure{margin:0;}
#wrapper table{width:100% !important;}
#header img,
#header .image-full,
#menu-bar,
#header-nav,
.mod_breadcrumb,
nav,
form,
#footer,
.portfolio-item .more,
#scrollToTop,
.slider-prev,
.slider-next,
.ce_comments h2,
.table-as-bar,
.back,
.comment-count{display:none !important;}
.accordion.ui-accordion-content{display:block !important;}
#header{height:auto !important;}
.block{margin-top:1cm;}
.ce_text:before,
.ce_text:after{content:" ";display:table;}
.ce_text:after{clear:both;}
.day{margin-right:3mm;}
.event-day,
.layout_teaser,
.layout_upcoming,
.mod_newslist > div,
.layout_full_list{padding-bottom:5mm;margin-bottom:1cm;border-bottom:.5mm solid black;}
.ce_gallery li{list-style:none;}
.ce_gallery ul{padding:0;}
.float_left{margin-right:1cm;}
.float_right{margin-left:1cm;}
}

.page-legal #CybotCookiebotDialog {
	display:none !important;
}





/*
=============================================================================
Cookiebot-Overwrites
=============================================================================
*/

/* Cookiebot-Farbanpassungen */
:root {
    --cookiebot-primary: #009640;

    --cookiebot-bg: #fff;
    --cookiebot-text: #333;
    --cookiebot-highlight: #B10060;
    --cookiebot-shadow: #aaa;
    --cookiebot-font: "Source Sans Pro", sans-serif;

    --cookiebot-acceptAllButton-bg: var(--cookiebot-primary);
    --cookiebot-acceptAllButton-text: var(--cookiebot-bg);
    --cookiebot-acceptAllButton-border: var(--cookiebot-primary);

    --cookiebot-selectionButton-bg: var(--cookiebot-bg);
    --cookiebot-selectionButton-text: var(--cookiebot-primary);
    --cookiebot-selectionButton-border: var(--cookiebot-primary);

    --cookiebot-declineButton-bg: var(--cookiebot-bg);
    --cookiebot-declineButton-text: var(--cookiebot-primary);
    --cookiebot-declineButton-border: var(--cookiebot-primary);

    --cookiebot-widgetTrigger-bg: var(--cookiebot-bg);
    --cookiebot-widgetTrigger-text: var(--cookiebot-primary);

    --cookiebot-widget-bg: var(--cookiebot-bg);
    --cookiebot-widget-text: var(--cookiebot-text);
    --cookiebot-widget-highlight: var(--cookiebot-highlight);
    --cookiebot-widget-shadow: var(--cookiebot-shadow);

    --cookiebot-widgetChangeApproval-bg: var(--cookiebot-primary);
    --cookiebot-widgetChangeApproval-text: var(--cookiebot-bg);
    --cookiebot-widgetChangeApproval-border: var(--cookiebot-primary);

    --cookiebot-widgetRemoveApproval-bg: var(--cookiebot-bg);
    --cookiebot-widgetRemoveApproval-text: var(--cookiebot-primary);
    --cookiebot-widgetRemoveApproval-border: var(--cookiebot-primary);

    --cookiebot-widgetShowDetails-bg: var(--cookiebot-bg);
}

.CybotCookiebotScrollContainer .CybotCookiebotFader {
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}

.CybotCookiebotFaderLeft.CybotCookiebotFader {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}

.CybotCookiebotFaderRight.CybotCookiebotFader {
    background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}


#CybotCookiebotDialog {
    background-color: var(--cookiebot-bg) !important;
    color: var(--cookiebot-text) !important;
    font-family: var(--cookiebot-font) !important;
}

#CybotCookiebotDialogHeader {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogPoweredbyCybot svg {
    fill: var(--cookiebot-text) !important;
}

#CybotCookiebotDialogPoweredByText a {
    color: var(--cookiebot-text) !important;
}

#CybotCookiebotDialogNav {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    border-bottom: 1px solid var(--cookiebot-bg) !important;
    color: var(--cookiebot-text) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: var(--cookiebot-highlight) !important
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid var(--cookiebot-highlight) !important;
    color: var(--cookiebot-highlight) !important
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotEdge.CybotMultilevel .CybotCookiebotDialogBodyBottomWrapper {
        border-top: 1px solid var(--cookiebot-shadow) !important;
    }
}

#CybotCookiebotDialogDetailBulkConsent {
    border: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBulkConsent:before {
    border-top: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBulkConsentLink {
    color: var(--cookiebot-text) !important;
}

#CybotCookiebotDialogDetailBulkConsentLink:hover {
    color: var(--cookiebot-highlight) !important
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
    background-color: var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBulkConsentListWrapper {
    border: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBulkConsentListWrapper > span {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailFooter a {
    color: var(--cookiebot-text) !important
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABWrapper {
    border: 2px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainer, #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed {
    border: 2px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABDescription {
    border-top: 1px solid var(--cookiebot-shadow) !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeader {
        border-bottom: 1px solid var(--cookiebot-shadow) !important;
    }
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer > div:first-of-type::-webkit-scrollbar-track {
    background: #f2f2f2 !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer > div:first-of-type::-webkit-scrollbar-thumb {
    background: var(--cookiebot-text) !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer > div:first-of-type:focus::-webkit-scrollbar-thumb {
    background: var(--cookiebot-text) !important
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer > div:first-of-type {
    scrollbar-track-color: #f2f2f2 !important;
    scrollbar-face-color: var(--cookiebot-text) !important;
    scrollbar-color: var(--cookiebot-text) #f2f2f2 !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer > div:first-of-type:focus {
    scrollbar-color: var(--cookiebot-text) #f2f2f2 !important
}

#CybotCookiebotDialog #CybotCookiebotBannerCloseButtonE2E, #CybotCookiebotDialog .CybotCookiebotBannerCloseButton {
    fill: var(--cookiebot-text) !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: var(--cookiebot-declineButton-bg) !important;
    border: 2px solid var(--cookiebot-declineButton-border) !important;
    color: var(--cookiebot-declineButton-text) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: var(--cookiebot-selectionButton-bg) !important;
    border-color: var(--cookiebot-selectionButton-border) !important;
    color: var(--cookiebot-selectionButton-text) !important
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: var(--cookiebot-acceptAllButton-bg) !important;
    border-color: var(--cookiebot-acceptAllButton-border) !important;
    color: var(--cookiebot-acceptAllButton-text) !important
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggle {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton, #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectVendorsLink, #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink {
    background-color: var(--cookiebot-bg) !important;
    border: 2px solid var(--cookiebot-highlight) !important;
    color: var(--cookiebot-highlight) !important;
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderButton.select, #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink {
    background-color: var(--cookiebot-text) !important;
    border-color: var(--cookiebot-text) !important;
    color: var(--cookiebot-bg) !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: var(--cookiebot-highlight) !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
    color: var(--cookiebot-text) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: var(--cookiebot-text) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
    background-color: var(--cookiebot-bg) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: var(--cookiebot-primary) !important
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before, #CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider:before {
    background-color: var(--cookiebot-bg) !important;
}

#CybotCookiebotDialog form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: var(--cookiebot-highlight) !important
}

@media screen and (min-width: 601px) {
    #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
        border-right: 1px solid var(--cookiebot-shadow)
    }

    #CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
        border-left: 1px solid var(--cookiebot-shadow);
    }

    #CybotCookiebotDialogTabContent input:focus + .CybotCookiebotDialogBodyLevelButtonSlider {
        box-shadow: 0 0 1px var(--cookiebot-highlight)
    }
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox] {
    background-color: var(--cookiebot-bg) !important;
    border: 2px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:not(:checked):hover {
    border-color: var(--cookiebot-text) !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:checked {
    background-color: var(--cookiebot-highlight) !important;
    border-color: var(--cookiebot-highlight) !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs input[type=checkbox]:checked:after {
    border-bottom: 2px solid var(--cookiebot-bg) !important;
    border-right: 2px solid var(--cookiebot-bg) !important;
}

#CybotCookiebotDialog .CookieCard {
    border-bottom: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABContainer .CookieCard {
    border-top: 1px solid var(--cookiebot-shadow) !important
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab {
    border: 1px solid transparent;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: var(--cookiebot-highlight) !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
    border: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup {
    border: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover {
    background-color: rgba(0, 0, 0, .05) !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
    color: var(--cookiebot-text) !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before {
    border-top: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter {
    border-top: 1px solid var(--cookiebot-shadow) !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: var(--cookiebot-highlight) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible + span, #CybotCookiebotDialog :focus-visible, #CybotCookiebotDialog:focus-visible {
    outline: none !important
}

@media screen and (min-width: 601px) {
    #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:focus-visible + span, #CybotCookiebotDialog :focus-visible {
        outline: 2px solid var(--cookiebot-highlight) !important
    }
}


/* #CookiebotWidget  */
#CookiebotWidget, #CookiebotWidget #CookiebotWidget-widgetContent {
    background-color: var(--cookiebot-widget-bg) !important;
}
#CookiebotWidget, #CookiebotWidget * {
    color: var(--cookiebot-widget-text) !important;
}
#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: var(--cookiebot-widgetTrigger-text) !important;
}
#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: var(--cookiebot-widgetTrigger-bg) !important;
}
#CookiebotWidget :focus-visible, #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
    outline: 2px solid var(--cookiebot-widgetTrigger-text) !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: var(--cookiebot-widget-highlight) !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
    color: var(--cookiebot-widget-highlight) !important;
}
#CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
    background-color: var(--cookiebot-widgetShowDetails-bg) !important;
}
#CookiebotWidget .CookiebotWidget-header {
    border-bottom: 1px solid #fff4 !important;
}
#CookiebotWidget #CookiebotWidget-buttons {
    border-top: 1px solid #fff4 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button svg,
#CookiebotWidget .CookiebotWidget-header .CookiebotWidget-close svg,
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li svg,
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo svg {
    fill: var(--cookiebot-widget-text) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: var(--cookiebot-widgetRemoveApproval-bg) !important;
    border-color: var(--cookiebot-widgetRemoveApproval-border) !important;
    color: var(--cookiebot-widgetRemoveApproval-text) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:disabled {
    border-color: var(--cookiebot-widgetRemoveApproval-text) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: var(--cookiebot-widgetChangeApproval-bg) !important;
    border-color: var(--cookiebot-widgetChangeApproval-border) !important;
    color: var(--cookiebot-widgetChangeApproval-text) !important;
}


[data-open] {
    cursor: pointer;
}
.topinfo-overlay.block {
    margin-bottom: 0;
}
.topinfo-overlay:not(.is-shown) {
    display: none;
}
/* lange Mailadressen umbrechen */
.icon-mail {
    word-break: break-word;
}
/* Cookiebot-Farbanpassungen */
:root {
    --cookiebot-primary: #98200D;
    --cookiebot-bg: #fff;
    --cookiebot-text: #333;
    --cookiebot-highlight: #BD2611;
    --cookiebot-shadow: #aaa;
}
.CybotCookiebotScrollContainer .CybotCookiebotFader {
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}
.CybotCookiebotFaderLeft.CybotCookiebotFader {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}
.CybotCookiebotFaderRight.CybotCookiebotFader {
    background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) !important;
}

body.boxed {
    background-color: #070707;
}
#header {
    background-color: #98200D;
    height: auto !important;
    padding-top: 10px;
}
#header .inside {
    max-width: 1140px;
    padding: 0 44px;
}
#header .image_container {
    margin-bottom: 12px;
}
#headgrafik .image_container {
    margin-bottom: 0;
}
.fixedfeat {
    /* position:fixed !important; */
    /* top:-131px; */
    position: absolute !important;
    top: unset;
}
h2,
.h2 {
    font-size:22px;
}
strong {
    font-size: 16px;
}
.margin5 {
    margin:5px 0;
}
.margin-7 {
    margin: -7px 0;
}
.margin-10u {
    margin: 0 0 -10px 0;
}
#container {
    background: #E9E9ED;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 54px;
}

#buero-dd .image_container,
#buero-hh .image_container {
display: none;
}
.bueros .ce_image {margin:0;}


.icon-p-left:before {
    margin-top: 2px;
}
.abstmail .locadr {
    margin-top: 10px;
    margin-left: 2px;
}
#featured {
    background-color: #070707;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 0;
    height:54px;
}

#WebTicker {
    margin-top:60px;
    padding-top:8px;
    padding-bottom:17px;
    font:18px/26px "Oswald",Helvetica,Arial,sans-serif;
    color:#fff;
    position: absolute;
    top: 1px;
    background: url(/files/simpler/images-cap/elements/controls-CTD-00.png);
    font-weight: 400;
    float: left !important;
}
#WebTicker p a {
    color:#fff;
}

#srl_layer {
position: fixed;
top: unset;
left: unset;
right: 0;
bottom: 0;
background-color: #E9E9ED;
max-width: 580px;
-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}

.srl_content {
padding: 0;
border: 1px solid #aaaaaa;
}

.srl_content a {
color: #fff;
text-decoration: none;
}

.srl_content #WebTicker{
background: unset;
position:unset;
}

#srl_overLay {
    opacity: 0.7;
}

#srl_layer #srl_closeBtn {
	left: -5px;
	top: -3px;
}

.mc-field-group ul {margin-left: 0;}
.mc-field-group li {margin: 0 auto; text-align: left; width: 124px;}
.mc-field-group label {margin-bottom: 0;}

input[type="email"] {
   border-radius: 5px;
}

.nl-form-text {
position: absolute;
top: 9%;
/*
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
*/
margin: 0 20px 0 23px;
}

#nlform-mc {background: #E9E9ED;}
#nlform-mc .ce_form {padding: 10px 20px;}
#nlform-mc li {list-style: none;}

#footer {
    background-color: #070707;
    border-top: 3px solid #fff !important;
}
.fasp {
    height: 195px !important;
}
#footer strong {
    color: #DBDBDB;
    font-weight: 500;
    font-size: 16px;
}
#socialnav {
    padding: 6px 4px 0 4px;
}
#socialnavhead {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    float: left;
    padding: 9px 9px 0 0;
}
#socialnavcanvas {
    font-size: 20px;
    float: left;
    padding-left:0;
    padding-top:8px;
}
.vorbr,
.mod_breadcrumb a,
.mod_breadcrumb li {
    color: #333333 !important
}
.nameHL,
#margibox .h2,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main label,
#main .toggler,
#main .month,
#main .day-name,
#main .pagination .current,
#main strong {
    color: #98200D;
}
.accordion #margibox {
    background: #EFEFF1;
    border: 0px solid #EFEFF1;
    padding: 0 22px 0 0;
    background-clip: content-box;
}
.team .accordion {
    margin-right: -22px;
}
#freinav {
    padding-left: 17px;
    padding-top: 5px;
}
#aktbox {
    background-clip: content-box;
    background-image: url(/files/simpler/images-general/bg-white.png);
}
#aktwrap h2 {
    font-weight: 500;
}
.detailh1 {
    display: block;
    color: #98200D;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 12px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
#voll9tta .icon-p-left:before,
.team .icon-p-left:before {
    margin-left: 0;
    color: #98200D;
}
.highl-stoerer {
    z-index: 2;
    position: absolute;
    bottom:0;
    background: url(/files/simpler/images-ass/bgs/highl-trans.png);
    height: 38px !important;
    padding-top: 7px !important;
}
.highl-stoerer .box3-zeile1 {
    color: #eee;
}
.mod_mmenu ul li,
.socialcanvas {
    border-bottom: 1px solid #fff;
}
.mod_mmenu ul.level_1 span.active {
    background: #811C0A;
}
.mod_mmenu ul li.active.submenu {
    background: #811C0A;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    background: #811C0A;
}
.mod_mmenu ul.level_2 {
    border-top: 1px solid #fff;
}
#margibox {
    background: #ffffff;    
    border: 2px solid #ffffff;
}
#margibox .icon-p-left:before {
    color: #98200D;
}
.mbquer {
    background: #fff;
    background-clip: content-box;
}
#contentbox .toggler {
    text-transform: uppercase !important;
}
#aktbox .mod_caroufredsel_ticker {
    border: 0;
}
#aktbox .ce_text p,
#aktbox .ce_text li,
#aktbox .ce_text i,
#aktbox .day,
#aktbox .month {
    color: #333;
}
#aktbox strong {
    color: #CB081B;
    font-size: 17px;
    font-weight: 600;
}
#contentbox h2 {
    color: #98200D !important;
}
.box3-zeile1,
.ce_table table th {
    color: #98200D;
}
#contentbox,
#custombox {
    background: #ffffff;
    background-clip: content-box;
}
.custom {
    border: 2px solid #ffffff;
}
#areaslide {
    border: 2px solid #ffffff;
}
#main a {
    color: #98200D;
}
#mainnav li a,
#mainnav li span {
    height: 54px;
}
#mainnav li span h1,
#mainnav li a h1,
#mainnav li a h2,
#mainnav .news h2 {
    padding: 10px 12px 0 0;
}
#mainnav li a,
#mainnav li span {
    border-right: 1px solid #fff;
}
#mainnav li a:hover,
#mainnav li span {
    background:transparent url("/files/simpler/images-be/elements/BG-STEX-Menue.png") repeat top right;
}
#mainnav li a.faceb {
    border-right: 0;
}
.thema:before {
    content: url(/files/simpler/images-general/elements/Icon-Menue-52.png);
}
.news:before {
    content: url(/files/simpler/images-general/elements/Icon-AKTUELLES-Menue-ani-52.gif);
}
.suche:before {
    content: url(/files/simpler/images-general/elements/Icon-SUCHE-Menue-52.png);
}
.nothema:before {
    content: url(/files/simpler/images-general/mainnav-abstand-12.png);
}
#concerts {
    margin-right:0 !important;
    padding-bottom: 5px;
    overflow:hidden;
    line-height: 20px;
}
#concerts a {
    text-decoration: underline;
    font-weight: 600;
}
#concerts a:hover {
    text-decoration: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #ffffff;
}
#margibox input[type="text"] {
    margin-right:10px;
}

input[type="checkbox"] {
    width:18px;
    height:18px;
    margin:2px 6px 0 0;
}

option#own {
    background: #eee;
    font-weight: bold;
    font-size: 18px;
}
.ce_form,
.mod_registration,
.mod_search,
.mod_lostPassword,
.ce_comments .form {
    background: #E9E9ED;
}
#concerts select {
    width:144px;
    float:left;
    margin-right: 10px;
}
#concerts .pnach {
    margin: 0 0 8px;
}
.submit {
    background-color:#98200D;
}
.submit:hover,
.submit:active,
.submit:focus {
    background-color:#BD2611;
}
.datepicker {
    background: #ffffff;
}
.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
    background: #98200D;
}
.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
    background: #DB0005
}
#eventlist .even {
    background-color: #F1F1F3;
}
.evWdT {
    color:#98200D;
}
#tertiary,
#footer {
    border-top: 4px solid #fff;
}
#footer a,
#footer a:hover {
    color: #98200D;
}
.ce_boxenlinks .icon-p-left:before {
    color: #98200D;
}
#cboxNext {
    background: url(/files/simpler/images-ass/elements/controls-stex-00.png) no-repeat top right;
}
#cboxPrevious {
    background: url(/files/simpler/images-ass/elements/controls-stex-00.png) no-repeat top left;
}
.icon-calendar:before {
    content: url(/files/simpler/images-ass/elements/Cal-Btn.png);
    width: 40px;
}
.icon-down-dir:before {
    content: url(/files/simpler/images-ass/elements/button-down.png);
}
.icon-up-dir:before {
    content: url(/files/simpler/images-ass/elements/button-top.png);
}
.toggler:after {
    content: url(/files/simpler/images-ass/elements/button-akkordeon-plus.png);
}
.toggler.active:after,
.toggler.ui-accordion-header-active:after {
    content: url(/files/simpler/images-ass/elements/button-akkordeon-minus.png);
}
.icon-right-open-big:before {
    content: url(/files/simpler/images-ass/elements/icon-right.png);
}
.icon-left-open-big:before {
    content: url(/files/simpler/images-ass/elements/icon-left.png);
}
#closecanvas, #closeakt, #cboxClose, #srl_closeBtn {
    background: url(/files/simpler/images-cap/elements/controls-CTD-00.png) no-repeat top center;
}
.btn,
.teaser .more a,
.ce_hyperlink.btn-wrap a,
.back a {
    background-color: #98200D;
}
.btn:hover,
.teaser .more a:hover,
.ce_hyperlink.btn-wrap a:hover,
.back a:hover,
.btn:focus,
.teaser .more a:focus,
.ce_hyperlink.btn-wrap a:focus,
.btn:active,
.teaser .more a:active,
.ce_hyperlink.btn-wrap a:active,
.btn.active,
.teaser .more a.active,
.ce_hyperlink.btn-wrap a.active,
.back a.active {
    background-color: #BD2611;
}
.bottomline {
    border-bottom: 1px solid #D2D3D5;
}
.tix a,
.tix a:active {
    background-color: #009640;
}
.tix a:hover {
    background-color: #2AB942;
}

.slider-control .slider-menu b,
.rsts-skin-default .rsts-nav-bullets a {
background: url(/files/simpler/images-ass/elements/bubbles-off.png) no-repeat top center;
}
.slider-control .slider-menu b:hover,
.slider-control .slider-menu b.active,
.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
background: url(/files/simpler/images-ass/elements/bubbles-on.png) no-repeat top center;
}

.caroufredsel_pagi a {
    background: url(/files/simpler/images-ass/elements/bubbles-off.png) no-repeat top center;
}
.caroufredsel_pagi a.selected,
.caroufredsel_pagi a:hover {
    background: url(/files/simpler/images-ass/elements/bubbles-on.png) no-repeat top center;
}
.ce_dlh_googlemaps {
    border: 2px solid #ffffff;
}
#secondary {
    background-image: none;
    background-color: #fff;
}
#secondary .vorbr,
#secondary .mod_breadcrumb a,
#secondary .mod_breadcrumb li {
    color: #333333 !important;
}
.fb {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-facebook.png) repeat top left;
}
.fb11 {
    background: transparent url(/files/simpler/images-ass/elements/social-icons-facebook11.png) repeat top left;
}
.yt {
    background: transparent url(/files/simpler/images-be/elements/social-icons-youtube.png) repeat top left;
}
.tw {
    background: transparent url(/files/simpler/images-be/elements/social-icons-twitter.png) repeat top left;
}
.ig {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-instagram.png) repeat top left;
}
.sf {
    background: transparent url(/files/simpler/images-ass/elements/social-icons-spotify11.png) repeat top left;
    text-indent: -9999px;
}
.wp {
    background: transparent url(/files/simpler/images-be/elements/social-icons-wordpress.png) repeat top left;
}
.fb-kl {
    background: transparent url(/files/simpler/images-be/elements/social-icons-facebook-kl.png) repeat top left;
}
.sf-kl {
    background: transparent url(/files/simpler/images-ass/elements/social-icons-spotify-kl.png) repeat top left;
    text-indent: -9999px;
}
.yt-kl {
    background: transparent url(/files/simpler/images-be/elements/social-icons-youtube-kl.png) repeat top left;
}
.tw-kl {
    background: transparent url(/files/simpler/images-be/elements/social-icons-twitter-kl.png) repeat top left;
}
.ig-kl {
    background: transparent url(/files/simpler/images-be/elements/social-icons-instagram-kl.png) repeat top left;
}
.wp-kl {
    background: transparent url(/files/simpler/images-be/elements/social-icons-wordpress-kl.png) repeat top left;
}
.tab-content,
ul.tabs li.current {
    background: #ffffff;
    color: #98200D;
}
ul.tabs li {
    background: #98200D;
    color: #fff;
    border-bottom: 1px solid #E9E9ED;
    border-left: 1px solid #E9E9ED;
    border-radius: 3px;
    margin-bottom: -2px;
}
.tab-content .custom {
    border: 2px solid #F1F1F3;
    background: #F1F1F3;
}

.ce_table.table-striped tbody .even td,
.ce_table.table-striped tbody .even th {
    background: #eeeeee;
}
@media screen and (max-width: 991px) {
    #marginalie {
        background: #fff;
        background-clip: content-box;
    }
    #margibox {margin-bottom: 4px;}
}
@media screen and (max-width: 902px) {
    .nomob {
    display:none !important;
    }
}
@media screen and (max-width: 681px) {
    .headsocial {display: none !important;}
}
@media screen and (min-width:991px) and (max-width:1122px) {
    .datepicker {
    left: 73% !important;    
    }
}
@media screen and (max-width: 599px) {
    #header .inside {padding: 0 16px;}
    #mainnav .suche h1 {display: none;}
    #freinav {padding-left: 6px;}
}
@media screen and (min-width: 600px) {
    #freinav-re {padding-right: 17px;}
}

