/*
	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}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.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{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.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{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

@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;
}
:root {
    --secondary: #900;

    /* Cookiebot-Farbanpassungen */
    --cookiebot-primary: #900 ;

    --cookiebot-bg: #fff;
    --cookiebot-text: #333;
    --cookiebot-highlight: #c20000;
    --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;
}

.head-huge #container {
    background: url(/files/simpler/images-cap/bgs/BG-CTD-01.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#featured {
    background-color:#1F1F1F;
    background-repeat:no-repeat;
    background: url(/files/simpler/images-cap/bgs/CTD-menue-BG-trans-Bogen.png);
    background-position: 50% 50%;
}
#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/bgs/CTD-slide-BG-trans.png);
    font-weight: 400;
    float: left !important;
}
#WebTicker p a {
    color:#fff;
}

#kompng .image_container {margin-bottom:2px;}

#srl_layer {
position: fixed;
background-color: unset;
border: 2px solid #f00;
max-width: 680px;
}

.srl_content {
padding: 20px;
background-image: url(/files/simpler/images-cap/bgs/CTD-slide-BG-trans.png);
}

.srl_content a {
color: #fff;
text-decoration: none;
}

.srl_content #WebTicker{
background: unset;
position:unset;
}

#srl_overLay {
    opacity: 0.7;
}

#soonSlide span.value.eventzusatz,
#soonSlide span.value.saal {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-white * {
    color: #fff !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:#900;
}
.bottomline {
    border-bottom:1px solid #D2D3D5;
}
#aktbox {
    background-clip: content-box;
    background-image: url(/files/simpler/images-general/bg-ffffff.png);
}
#aktboxLi {
    background-clip: content-box;
    background-image: url(/files/simpler/images-stex/bgs/BG-STEX-tertiary-trans.png);
}
#rahmen00 {
    border: 2px solid #f00;
    padding: 10px 24px 10px 24px;
}
#aktwrap h2 {
    font-weight: 500;
}
.mod_mmenu ul li,
.socialcanvas {
    border-bottom:1px solid #fff;
}
.mod_mmenu ul.level_1 span.active {
    background: #720A0A;
}
.mod_mmenu ul li.active.submenu {
    background: #720A0A;
}
.mod_mmenu ul.level_2 {
    border-top:1px solid #fff;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    background: #720A0A;
}
#margibox {
    border:2px solid #fff;
    background: #fff;
}
#margibox .icon-p-left:before {
    color:#900;
}
#margibox li {
    padding-bottom:5px;
    line-height:18px;
}
.filterbis .submit_container input {
    padding:7px 14px;
    font-family:Oswald,Helvetica,Arial,sans-serif;
    letter-spacing:1px;
}
#acgrid select#urlSelect {
    width:100%;
    float:left;
}
.mbquer {
    background: #fff;
    background-clip: content-box;
}
#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 {
    font-size:17px;
    color:#900;
    font-weight: 600;
}
.highl-stoerer {
    bottom:0;
    position:absolute;
    z-index: 2;
    background: url(/files/simpler/images-ass/bgs/highl-trans.png);
    height: 38px !important;
    padding-top: 7px !important;
}
.highl-stoerer .box3-zeile1 {
    color:#eee;
}
.highl-stoerer .first:before {
    content:"» ";
}
#contentbox h2 {
    color: #990000 !important;
}
.box3-zeile1,
.ce_table table th {
    color:#900;
}
#blsa .box3-zeile1 {
    font-size: 17px;
    color: #333333;
}
#val .box3-zeile1 {
    font-size: 17px;
    color: #b10060;
}
#contentbox,
#custombox {
    background: #fff;
    background-clip: content-box;
}
.custom {
    border:2px solid #fff;
}
#areaslide {
    border:2px solid #fff;
}
#main a {
    color:#900;
}
a.margilink {
    color:#900;
}
#mainnav li a,
#mainnav li span {
    border-right:1px solid #f00;
}
#mainnav li a:hover {
    background:transparent url("/files/simpler/images-cap/elements/BG-CTD-Menue.png") repeat top right;
}
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:#FFF;
}
#margibox input[type="text"] {
    margin-right:10px;
}
input[type="checkbox"] {
    width:18px;
    height:18px;
    margin:2px 6px 0 0;
}
.ce_form,
.mod_registration,
.mod_search,
.mod_lostPassword,
.ce_comments .form {
    background: #fff;
}
.acgenre .toggler {
    padding:2px 0 16px;
    font-size:15px;
}
#genre .eventkategorie {
    width:100%;
}
#genre label {
    display:none;
}
.genrebtn {
    width:120px;
    display:inline-block;
    margin:8px;
    padding:8px 0;
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
    border:1px solid #900;
    border-radius:3px;
    font:15px "Oswald",Helvetica,Arial,sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    background: #990000;
    font-weight: 400;
}
.active.genrebtn {
    border:1px solid #009640;
    background: #009640;
    color: #fff !important;
}
.ce_accordion {
    border-bottom: 1px solid #D2D3D5;
}
.acgenre .ce_accordion {
    border-bottom:0;
}
.eventkategorie {
    float:left;
    margin-bottom:17px;
}
.datepicker {
    border: 1px solid #D2D3D5;
}
.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
    background: #990000;
}
.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
    background:#990000;
}
#eventlist .even {
    background-color:#F1F1F3;
}
#eventlist .item {
    border-bottom: 1px solid #D2D3D5;
}
.evWdT {
    color:#900;
}
.margBotP {
    display:block;
    margin-bottom:11px;
}
.margTopP {
    display:block;
    margin-top:11px;
    font-style:italic;
}
#tertiary,
#footer {
    border-top:4px solid #f00;
}
#footer a,
#footer a:hover {
    color:#900;
}
.fasp {
    height: 210px !important;
}
.ce_boxenlinks .icon-p-left:before {
    color:#b10060;
}
.icon-calendar:before {
    width:40px;
    content: url(/files/simpler/images-cap/elements/Cal-Btn_left.png);
}
.icon-down-dir:before {
    content: url(/files/simpler/images-cap/elements/button-down.png);
}
.icon-up-dir:before {
    content: url(/files/simpler/images-cap/elements/button-top.png);
}
.toggler:after {
    content: url(/files/simpler/images-cap/elements/button-akkordeon-plus.png);
}
.toggler.ui-accordion-header-active:after {
    content: url(/files/simpler/images-cap/elements/button-akkordeon-minus.png);
}
.icon-right-open-big:before {
    content: url(/files/simpler/images-cap/elements/icon-right.png);
}
.icon-left-open-big:before {
    content: url(/files/simpler/images-cap/elements/icon-left.png);
}

.rsts-prev {
    background: url(/files/simpler/images-cap/elements/icon-left.png) !important;
}

.rsts-next {
    background: url(/files/simpler/images-cap/elements/icon-right.png) !important;
}


#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:#900;
}
.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:#c20000;
}
.tix a,
.tix a:active {
    background-color:#009640;
    color: #fff !important;
}
.tix a:hover {
    background-color:#2AB942;
}
.notixbtn {
    border:1px solid #b10060;
    color:#b10060;
}
#soonSlide {
    margin-top:60px;
    padding-right:35px;
    padding-left:35px;
    position: absolute;
    top: 1px;
}
#soonSlide .caroufredsel_next,
#soonSlide .caroufredsel_prev {
    top:-140px;
}
#soonSlide .caroufredsel_next {
    left:48%;
}
#soonSlide .caroufredsel_prev {
    left:-48%;
}
#soonSlide .notixbtn {
    background: #fff;
}
#soonSlide .evDay,
#soonSlide .evMJ {
    color:#fff;
}
#soonSlide a {
    text-decoration:none;
}
.slideItem {
    max-width:300px;
    float:none;
    margin:0 auto;
}
.slideItem p {
    font:21px/24px "Oswald",Helvetica,Arial,sans-serif;
}
#soonSlide h4 {
    font-size:18px;
}
#soonSlide .evWdT {
    color:#C5C5CD;
}

.slider-control .slider-menu b,
.rsts-skin-default .rsts-nav-bullets a {
background: url(/files/simpler/images-cap/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-cap/elements/bubbles-on.png) no-repeat top center;
}

.caroufredsel_pagi a {
    background: url(/files/simpler/images-cap/elements/bubbles-off.png) no-repeat top center;
}
.caroufredsel_pagi a.selected,
.caroufredsel_pagi a:hover {
    background: url(/files/simpler/images-cap/elements/bubbles-on.png) no-repeat top center;
}
#secondary {
    background-image: url(/files/simpler/images-cap/bgs/BG-CTD-Breadcrump.png);
}
#cboxPrevious {
    background: url(/files/simpler/images-cap/elements/controls-CTD-00.png) no-repeat top left;
}
#cboxNext {
    background: url(/files/simpler/images-cap/elements/controls-CTD-00.png) no-repeat top right;
}
.fb {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-facebook.png) repeat top left;
}
.yt {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-youtube.png) repeat top left;
}
.tw {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-twitter.png) repeat top left;
}
.ig {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-instagram.png) repeat top left;
}
.wp {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-wordpress.png) repeat top left;
}
.fb-kl {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-facebook-kl.png) repeat top left;
}
.yt-kl {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-youtube-kl.png) repeat top left;
}
.tw-kl {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-twitter-kl.png) repeat top left;
}
.ig-kl {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-instagram-kl.png) repeat top left;
}
.wp-kl {
    background: transparent url(/files/simpler/images-cap/elements/social-icons-wordpress-kl.png) repeat top left;
}
.tab-content,
ul.tabs li.current {
    background: #ffffff;
}
ul.tabs li {
    border-bottom:1px solid #b10060;
    color:#E2007E;
    background: #FFFFFF;
    border-left: 1px solid #b10060;
}
#contentblock ul.tabs li {
    border-bottom:2px solid #b10060;
    box-sizing: border-box;
    background: url(/files/simpler/images-dd/bgs/BG-DD-tertiary-trans.png);
}
#contentblock ul.tabs li.current {
    border-top:2px solid #b10060;
    background: url(/files/simpler/images-dd/bgs/BG-DD-tab-transverl.png);
}
.ce_table.table-striped tbody .even td,
.ce_table.table-striped tbody .even th {
    background: #FFFFFF;
}
.nlbtn a:before {
    content: url(/files/simpler/images-general/elements/icon-newsletter.png);
}
@media screen and (min-width:991px) and (max-width:1122px) {
    .datepicker {left: 73% !important;    }
}
@media screen and (min-width:991px) and (max-width:1122px) {
    .icon-calendar:before {  width: 35px;}#margibox input[type="text"] {margin-right: 5px;padding: 6px 3px 6px 4px;width:92px !important; }.filterbis .submit_container input {padding: 7px 9px;}
}
@media screen and (max-width: 991px) {
    #marginalie {    background: #fff;    background-clip: content-box;}#soonSlide .caroufredsel_prev {    left: -36%;}#soonSlide .caroufredsel_next {    left: 36%;}
}
@media screen and (max-width: 800px) {
    #soonSlide .caroufredsel_prev {    left: -44%;}#soonSlide .caroufredsel_next {    left: 44%;}
}
@media screen and (max-width: 625px) {
    #mainnav li a h1{display:none;}.start a{width:205px;}.thema:before{content:url("/files/simpler/images-cap/elements/Icon-Menue-CTD-mobi.png");}
}

/* Ticketseite Bild-CTA
.img_cta a {
	display: block;
	background-size: 100%;
}
.img_cta a:hover img {
	visibility: hidden;
}
.img_cta.visible-desktop a:hover {
	background-image: url(/files/simpler/images-cap/CTD-Abenteuerland-Programm-desktop-847-Hover.png);
}
.img_cta.visible-phone a:hover {
	background-image: url(/files/simpler/images-cap/CTD-Abenteuerland-Programm-mobile-495-Hover.png);
}*/

/*==================================================
 * OVERLAY / MINI LIGHTBOX
 * ===============================================*/
body.modal-active {
    overflow: hidden;
}
.box-overlay {
    --zindex-modal: 1000;
    --box-shadow-lg: 0 0 2rem 0 #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--zindex-modal);
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: #000a;
    margin: 0;
    opacity: 0;
    transition: .2s;
    transform: scale(0);
}
.box-overlay.is-active {
    transform: scale(1);
    opacity: 1;
}
.box-overlay .box-close {
    cursor: pointer;
}
.box-overlay .box-content {
    display: none;
    box-shadow: var(--box-shadow-lg);
}
.box-overlay .box-content[data-visible="true"] {
    display: block;
}

/*==================================================
 * CAP-LAYOUT FOR OVERLAY / MINI LIGHTBOX
 * ===============================================*/
.box-overlay .box-content {
    overflow: hidden;
    max-width: 450px;
    background: #000a;
    box-shadow: none;
    border: 2px solid var(--secondary);
    padding: 22px;
    margin: 22px;
    position: relative;
}
.box-overlay .box-content *:not(.btn):not(.tix a) {
    color: white !important;
}
.box-overlay .box-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fffb;
    font-size: 42px;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--secondary);
}

#areaslide a[href*="doubtfire"] .highl-stoerer .event {
    display: none;
}
